@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@font-face {
    font-family: "GmarketSansLight";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansMedium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GmarketSansBold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
        format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
}
html {font-size:16px;}
body {
	margin:0; padding:0;
	font-family: 'Roboto', 'Noto Sans KR', "Dotum", sans-serif;
	color: #666;
	font-size: 1rem;
	line-height:1.6;
	font-weight:400;
}

b, strong {
	font-weight: 600;
}

div, section {
	margin:0; padding:0;
	font-size:middle;
	}
	
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a, a:active {
	color:#666; text-decoration:none;
	}
a:hover {
	text-decoration: none;
	color: #36C;
}
img {border:none; padding:0; margin:0;}

button {cursor: pointer;}

.mgl0 {margin-left:0!important;}

#wrap {margin:0; padding:0; width:100%; height:100%;}

.top_area {padding:5px;}
.top_area ul {width:95%; max-width:1000px; margin:0 auto; overflow:hidden; zoom:1; clear:both;}
.top_area ul .logo {float:left; margin-top:2px;}
.top_area ul .go_btn {float:right; margin-top:10px; color:#c3c1c1; font-size:13pxem; font-weight:600; font-family: 'Noto Sans KR', sans-serif; font-weight:400;}
.top_area ul .go_btn a {color:#7f7e7e;}
.top_area ul .go_btn a.lang_active {color:#1d90c0; font-weight:700; text-decoration:underline; text-underline-offset:3px;}
.top_area ul .go_btn a.lang_active:hover {color:#1d90c0;}

.main_img {background:#fff7e6;}
.main_img > div {display:flex; flex-flow:column nowrap; justify-content:center; align-items:center; width:100%; max-width:1000px; margin:0 auto; padding:0; background:url(images/main.png) no-repeat center center; background-size:contain; aspect-ratio: 1905 / 850;}
.main_img > div img {display:block; width:100%; height:auto; max-width:1000px;}

.support {padding:0; border-bottom:1px solid #ECECEC; word-break:keep-all;}
.support span {display:block; max-width:1000px; margin:15px auto; font-family: 'Nanum Myeongjo', serif; color:#b3a6a6; font-size:1rem; font-weight:700;}
.support img {display:inline-block; margin-top:-5px; vertical-align:middle;}

#container {width:95%; max-width:1000px; margin:0 auto; padding:20px 0 0 0;}
.cont_text {padding:30px 0 20px; color:#525252; word-break:keep-all;}
.cont_text .cont_title {margin:10px 0 30px; padding-bottom:18px; border-bottom:2px solid #1d90c0; color:#152e27; font-family: "SBAggroB", 'Noto Sans KR', sans-serif; font-size:32px; font-weight:700; text-align:center; letter-spacing:-0.5px; line-height:1.3;}
@media all and (max-width:576px){.cont_text .cont_title {font-size:22px; padding-bottom:12px; margin-bottom:20px;}}
.cont_text p {margin-bottom:40px; color:#191919;}
.cont_text dl {padding:20px; border:1px solid #95e1f1; border-radius:10px;}
.cont_text dt {display:inline-block; position: relative; margin-bottom:10px; padding:5px 20px; padding-right:60px; background:#95e1f1; border-top-right-radius:50px; border-bottom-right-radius:50px; color:#1d3034; font-size:18px; z-index: 2;}
.cont_text dd {position:relative; margin:22px 0; padding-left:40px;}
.cont_text dd span {position:absolute; top:0; left:0; display:flex; justify-content:center; align-items:center; width:28px; height:28px; background:#04829d; border-radius:5px; color:#fff; font-size:12px; font-weight:700; line-height:1;}
.cont_text dd strong {font-weight: 700; color:#1c38b2;}
.cont_text .btn_wrap {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:5px; margin-top:50px;}
.cont_text .btn_wrap button {display:flex; align-items:center; justify-content:center; width:calc(25% - 10px); height:60px; padding:10px; background:#a1b421; border:none; border-radius: 10px; color:#fff; font-weight:500; font-size:1rem;}
.cont_text .btn_wrap button img {display:block; max-width:100%;}
.cont_text .btn_wrap .flag {padding:0; overflow: hidden;}
.cont_text .btn_wrap .flag.ph1 {background:#cfd26c}
.cont_text .btn_wrap .flag.ph2 {background:#cfd26c}
.cont_text .btn_wrap .certi_kor {background:#1d90c0;}
.cont_text .btn_wrap .certi_eng {background:#2363ab;}
.cont_text .upload {justify-content:center; padding:20px; border:1px solid #ddd;}
.cont_text .upload button {width: auto; height: 56px; padding: 10px 20px; background: #75350c !important;}
.cont_text .upload img {height: 22px; margin-right: 10px; filter: invert(1);}

.cont_guide {padding:30px 0 10px 0; color:#ca6f1f; text-align:center;}

.news {border:1px solid #ddd; border-radius:5px;-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1); overflow:hidden;}
.news h3 {padding:15px 25px; background:#ededed; border-bottom:1px solid #ddd; color:#504f4f; font-weight:700;}
.news ul {padding:25px;}
.news ul li {padding:25px 0; border-bottom:1px solid #ddd; color:#666;}
.news ul li:last-child {border-bottom:none;}
.news ul li i {margin-left:10px; color:#878787;}
.news ul li img {display:inline-block; margin-right:10px; vertical-align:middle;}

.eng .main_img strong {font-size:56px;}

#lv-container {margin-top:40px/*100px*/; border-top: 2px solid #333; padding-top: 20px;}


#reple {border-top:2px solid #333;}

#copyright {margin:30px 0 0 0; padding:40px 0; background:#ddd; height:100%; font-size:14px; text-align: center; }
#copyright a {font-weight: bold}

/* Media Query */
/* 태블릿 
@media all and (max-width:1023px){
.top_area ul {width:100%; marign:0 20px;}
.top_area ul .go_btn {float:right; margin-top:15px;}
.main_img {height:172.5px; background-size:auto 100%; background-position:65% 0;}
.main_img p img {width:90%; max-width:420px; margin-top:50px; margin-left:15px;}
.support span {width:95%; margin:10px;}
#container {width:100%; margin:0; padding:0;}
.cont_text .td1 {width:30%;}
.cont_text .box1 ul {padding:10px 0;}
.cont_text .box1 em {width:48%; padding-right:0;}
.cont_text .box1 span {width:100%;}
.cont_text .box1 .game {width:40%!important; padding:0!important;}
.cont_text, .news, .cont_guide {margin:30px 10px; padding:0;}

}*/

/* PC */
@media all and (max-width:768px){
	.top_area, .support, .cont_guide {box-sizing:border-box; padding:0 15px;}
	.cont_text {padding: 0 0 20px;}
	.cont_guide {margin:25px 0 10px 0;}
	.cont_text .btn_wrap button img {height: 100%;}

	.eng .main_img strong {font-size: 52px;}
}

@media all and (max-width:576px){
	html {font-size:14px;}

	.support img {width: 50px;}

	.main_img strong {font-size:38px;}
	.main_img p {height:260px; padding:0 20px; font-size:26px;}
	#container {padding-top:20px;}
	.cont_text {padding:0;}
	.cont_text p {margin-bottom:20px;}
	.cont_text dl {padding:15px 20px 0;}
	.cont_text dt {margin-bottom:0; font-size:16px;}
	.cont_text dd span {font-size:12px;}
	.cont_text .btn_wrap {margin-top:20px}
	.cont_text .btn_wrap button {flex:auto; width: calc(50% - 4px);}	

}

	.eng .main_img strong {font-size:42px;}
	
	#lv-container {margin-top:60px; padding-top:0;}
}

@media all and (max-width:360px){
	.main_img p {height:224px; font-size:24px; line-height:1.2;}
}

.c_color0{background:#AD78B8 !important;}
.c_color1{background:#43B556 !important;}
.c_color2{background:#1c61ad !important;}
.c_color3{background:#CC669B !important;}
.c_color4{background:#da4338 !important;}
.c_color5{background:#dcc050 !important;}
.c_color6{background:#5099dc !important;}
.c_color7{background:#50d7dc !important;}
.c_color8{background:#a7cd33 !important;}
.c_color9{background:#dd802d !important;}

.list ul {padding-top:15px; border-top:1px solid #000;margin-top: 30px;}
.list ul li {display:inline-block; /* margin-left:19px; margin-bottom:40px; */}
.list ul li img {width:147px; height:100px;}


#main-list, #main-list *{box-sizing:border-box;}
#main-list{zoom:1;border-top: 2px solid #000;padding: 30px 0 15px;}
#main-list:after{content:""; display:block; clear:both;}
#main-list li{float: left;width: 16.66666%;}
#main-list li a{display: block;padding: 3px 5px;}
#main-list li a .thumb-img{position: relative;display: block;height: 0;padding-top: 68%;}
#main-list li a .thumb-img img{position: absolute;left:0;top:0;width: 100%;height: 100%;}
#main-list li a strong{display: block;height: 40px;line-height: 20px;word-break: break-all;overflow: hidden;margin-top: 3px;font-size:14px;text-align:center;}
#main-list li a:hover{text-decoration: none;color:#06f}

@media screen and (max-width: 1000px){
	#main-list{padding: 15px 0px;}
	#main-list li{width: 25%;}
}

@media all and (max-width:768px){
	.ph1 {font-size:16px; line-height:1.6;}
	.ph1 .btn {margin-top: 40px;}
	.ph1 em {font-size:14px;}
	#main-list{padding: 15px 0px;}
	#main-list li{width: 50%;}
}
@media all and (max-width:600px){
	#main-list li{width: 100%;}
}

.page {padding:5px 0 30px 0; text-align:center;margin-bottom: 20px;}
.page img {vertical-align:middle;}
.page a, .page strong {color:#333; display:inline-block;width:25px;text-align:center;}
.page a:hover, .page strong{color:#006699; font-weight:600;}
