@charset "utf-8";
/**
공통 레이아웃
*/
.m{display:none !important;}
.mask{visibility:hidden; opacity:0; display:block; position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.45);}
.mask.on{z-index: 96;visibility:visible;opacity:1;transition:opacity 0.25s linear;}
#content.on + .mask{opacity:0;}

body{width:100%; min-width:320px; overflow-x:hidden;}

#skip-navigation{z-index:9999; position:absolute; left:0; top:0;}
#skip-navigation *{list-style:none; margin:0; padding:0;}
#skip-navigation a{display:block; width:1px; height:1px; overflow:hidden; color:#000; white-space:nowrap;}
#skip-navigation a:focus,
#skip-navigation a:active{width:100px; height:auto; background:#ffd;}

.inner{position:relative; width:1400px; margin:0 auto; box-sizing:border-box;}
.inner:after{content:''; display:block; clear:both; width:100%;}

@media all and (max-width:1430px) {
	#mainmenu,
	.inner{width:100%; padding:0 15px; box-sizing:border-box;}
}
@media all and (max-width:1024px) {
	img{max-width:100%;}
	.m{display:inline-block !important;}
	.w{display:none;}
}
@media all and (max-width:768px) {
	.inner{padding-right:10px; padding-left:10px;}
}

.logo {z-index:94;position:absolute;top: 22px;left:0;line-height:160%;text-align:left;}
.logo *{display:inline-block; vertical-align:top;}
.logo a{text-decoration:none;}
.logo img{margin:0 5px 0 0;}
.logo strong{padding:5px 0 3px;line-height:110%;font-size: 36px;font-weight: 600;}
.logo span > span{display:block;line-height:100%;padding: 0 0 0 4px;font-size: 13px;font-weight: 300;letter-spacing: 0.02em;text-transform:uppercase;} 
@media all and (max-width:1430px) {
	.logo{left:15px;}
}
@media all and (max-width:1280px) {
	.logo strong{padding: 7px 0 3px;font-size: 32px;}
	.logo span > span{
    font-size: 12px;
}
}
@media all and (max-width:1024px) {
	.logo{top:13px; left:15px;}
	.logo *{vertical-align:top;}
	.logo img{height:44px; margin:0 2px 0 0;}
	.logo span{text-align:left;}
	.logo strong{padding: 3px 0 2px;font-size: 25px;}
	.logo span > span{font-size:10px;letter-spacing: -0.05em;}
}
@media all and (max-width:768px) {
	.logo {top:10px; left:10px;}
	.logo img{height:41px;}
	.logo strong{font-size: 23px;}
	.logo span > span{letter-spacing: -0.08em;}
}
@media all and (max-width:568px) {
	.logo{top:9px;}
	.logo strong{font-size: 22px;padding: 3px 0 1px 0;}
	.logo img{height:39px;}
}
@media all and (max-width:380px) {
	.logo img{height:39px;}
	.logo strong{padding: 4px 0 1px;font-size:19px;}
	.logo span > span{letter-spacing:-0.9px;padding: 0 0 0 2px;}
}

#top{position:relative;width:100%;height: 50px;background: #dfe5e6;}
#top:after{content:''; display:block; clear:both; width:100%;}

.global{float:left;}
.global > li{z-index: 95; position:relative; float:left; box-sizing:border-box;}
.global > li:after{z-index:-1;content:'';display:block;position:absolute;top: 0;right:0;width: 1px;height: 100%;background: rgba(255,255,255,0.7);}
.global > li > a{display:block;width: 160px;line-height: 50px;text-align: center;font-size: 15px;font-weight: 400;color: #222;text-decoration:none;} 
.global > li.on > a{background: #fff; border-radius: 10px 10px 0 0;}
.global > li.list > a:after{content:'';display:inline-block;vertical-align:middle;margin: -9px 0 0 15px;width: 9px;height: 9px;border-left: 2px solid #333;border-bottom: 2px solid #333;transform: rotate(-45deg);transition:transform 0.3s ease-in-out;}
.global > li.list > a.on:after{margin-top:0;transform:rotate(135deg); border-color:#fff;}
.global > li.live > a {color: #000;}
.global > li.live > a span {display: inline-block;vertical-align: top;margin: 14px 0 0 5px;font-family: 'Gmarket';font-size: 14px;font-weight: 200;color: #fff;background: #f04848;border-radius: 5px;height: 25px;line-height: 25px;padding: 2px 8px 0 7px;box-sizing: border-box;}

.global > li > a.on{color:#fff;background: #3a55a3;}
.global li div{display:none;z-index:95;position:absolute;top: 50px;left:0;width:100%;padding:0 8px 5px;background:#fff;border: 1px solid #3a55a3;border-radius:0 0 10px 10px;box-shadow:5px 10px 10px rgba(0,0,0,0.12);box-sizing:border-box;text-align:left;}
.global li div a{display:block; height:44px; line-height:45px; border-top:1px dotted #3a9fa3; box-shadow:inset 0 0 0 #edf7f7; text-align:center; box-sizing:border-box; transition:0.25s ease-in-out; text-decoration:none;}
.global li div li:first-child a{border-top:none;}
.global li div a:hover{font-weight:400; box-shadow:inset 0 44px 0 #edf7f7;}
.global li div a[target="_blank"]:after{margin-left:5px;}
.global .list1 div{width:280px;}
.global .list2 div{width: 100%;}
.global .list3 div a{letter-spacing:0;}
.global .list1 li{display:inline-block; width:30%; margin:0 1.1%; vertical-align:top;}
.global .list1 li:nth-child(-n+3) a{border-top:none;}
.global li div .pos a{line-height:110%;}
.global li div .pos span{display:block; padding:4px 0 0 0; font-size:10px;}

@media all and (max-width:1230px) {
	.global {font-size:15px;}
}
@media all and (max-width:1024px) {
	#top{height:auto;}
	
	.btn_global{float:left;position:relative;width:140px;height:35px;line-height:36px;padding:0 7px 0 25px;margin:0;font-weight:400;font-size:14px;color:#fff;background: #435990;box-sizing:border-box;}
	.btn_global:before{content:''; display:block; position: absolute; top:50%; left:10px; width:18px; height:12px; margin:-6px 0 0 0; background:url(/images/common/ico_more.png) no-repeat;}
	.btn_global:after{content:''; display:inline-block; margin:-2px 0 0 15px; border-top:6px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent; vertical-align:middle; transition:0.3s ease;}
	.btn_global.on:after{transform:rotate(180deg);}
	.global{opacity:0;visibility:hidden;z-index:99;position:absolute;top:20px;left:15px;width:140px;font-size:15px;font-weight:400;transition:0.3s ease;border-radius:0 0 5px 5px;box-shadow:0 5px 5px rgba(0,0,0,0.15);background: #fff;}
	.btn_global.on + .global{opacity:1; visibility:visible; top:35px;}

	.global > li{width:100% !important;border-top: 1px solid #eee;}
	.global > li:after{display:none;}
	.global > li > a{padding:0;width: 100%;height:37px;line-height:38px;color: #333;text-align:center;}
	.global > li.on > a,
	.global > li.list > a.on{font-weight:400;}
	.global > li.list > a:after{margin-left: 10px;}
	.global > li.list > a.on:after{margin-top:-5px;transform:rotate(-135deg);}
	.global li div{top:-1px;left:100%;padding:0 5px;border-top: 1px solid #3a55a3;border-radius:0 4px 4px 0;box-shadow:3px -3px 10px rgba(0,0,0,0.12);}
	.global .list1 div{width:300px;}
	.global li div a{position:relative; height:40px; line-height:41px;}
	.global li div .pos a{line-height:100%;}
	.global li div .pos span{font-size:9px;}

	.global > li.live > a span {margin: 8px 0 0 5px;font-size: 12px;height: 21px;line-height: 20px;}
}
@media all and (max-width:768px) {
	.btn_global{height:30px; line-height:31px; font-size:13px;}
	.btn_global.on + .global{top:30px;}
	.global{left:10px; font-size:13px;}
	.global > li > a.current:after{margin-top:10px;}
	.global .list1 div{width:240px;}
}
@media all and (max-width:568px) {
	#top .global li div{padding:0 5px;}
	.global li div .pos span{font-size:8px;}
}
@media all and (max-width:380px) {
	.btn_global,
	.global{width:125px !important;}
	.btn_global{font-size:12px;}
	.btn_global:before{width:16px;}
	.global > li > a{height:35px; line-height:36px;}
	.global li div{padding:0 3px;}
	.global li div a{height:37px; line-height:37px;}
	.global .list1 div{width:180px;}
	.global .list1 li{width:31%; margin:0.5%;}
	.global .list1 div a:after{right:0;}
	.global li div .pos span{font-size:7px;}
}

#font_control {float:right; margin:9px 0 0 0;}
#font_control .sns{float:left;}
#font_control ul{float:left;}
#font_control ul > li{float:left; text-align:center;}
#font_control ul > li > a{display:block;width:34px;height:34px;line-height: 34px;margin:0 0 0 4px;font-size: 15px;font-weight:400;border-radius: 10px;box-sizing:border-box;text-decoration:none;}
#font_control li.current a {margin:0 15px;}
#font_control li.img a{text-indent:-999px;font-size:0;background: #fff url(/images/common/ico_util.png) no-repeat 10px 9px;}
#font_control li.small a{background-position: -91px 9px;}
#font_control li.print a{background-position: -193px 9px;}

@media all and (max-width:1024px) {
	#font_control{display:none;}
}

#header{position:relative; height:110px;}
#header .inner{padding:31px 0 0 0; text-align:right;}
@media all and (max-width:1430px) {
	#header .inner{padding-right:15px;}
}
@media all and (max-width:1024px) {
	#header{height:70px;}
	#header .inner{width:100%; padding:0;}
}
@media all and (max-width:768px) {
	#header{height:62px;}
}
@media all and (max-width:568px) {
	#header{height:58px;}
}
@media all and (max-width:380px) {
	#header{height:56px;}
}

/* 메인메뉴 */
#menuArea{z-index:93;overflow:hidden;position:absolute;top: 50px;left:0;width:100%;}
#menuArea.on{box-shadow:0 15px 15px rgba(0,0,0,0.15);}
#menuArea:after,
#menuArea:before{z-index:96; content:''; display:none; position:absolute; top:110px; left:0; width:100%; height:1px; background:#ddd;}
#menuArea.on:before{display:block; height:100%; width:100%; background:#fff;}
#menuArea.on:after{display:block;}
#menuArea .bar{display:none;}

body.on .mask{z-index:92; visibility:visible; opacity:1; top:auto; bottom:0; height:calc(100% - 198px);}

#topmenu{float:left;width:100%;padding: 0 50px 0 25%;box-sizing:border-box;}
#topmenu a[target="_blank"]:after{content:''; display:inline-block; vertical-align:middle; width:14px; height:14px; margin:-4px 0 0 6px; background:url(/images/common/ico_new.png) no-repeat 100% 0;}
#topmenu > li{float:left; width:12.3%; line-height:0;}
#topmenu > li.menu9 {display:none;}
#topmenu > li > a{display:block;line-height: 110px;font-size:20px;font-weight: 500;color:#222;text-align:center;letter-spacing:-1px;text-decoration:none;}

#topmenu > li:hover > a,
#topmenu > li > a:hover,
#topmenu > li > a:active,
#topmenu > li > a:focus,
#topmenu > li.current_on > a{color:#209398; font-weight:600;}
#topmenu .menu{display:none; visibility:visible; opacity:1; z-index:96; position:absolute; left:0; top:110px; width:100%; min-height:409px; padding:50px 0 0 18.85%; box-sizing:border-box; background:#fff;}

#topmenu li .tit{position:absolute; top:0; left:0; width:18.85%; height:100%; padding:54px 0 0 0; line-height:160%; text-align:left; color:#5b5b5b; border-right:1px solid #ddd; box-sizing:border-box;}
#topmenu li .tit:before,
#topmenu li .tit:after{content:''; display:block; position:absolute; bottom:50px; left:0; width:154px; height:150px; background:url(/images/common/bg_menu_logo.png) no-repeat 0 100%; background-size: cover;}
#topmenu li .tit:before{left:auto; top:0; right:20px; width:69px; height:33px; background:url(/images/common/bg_menu.png) no-repeat 0 100%;}
#topmenu li .tit h2{position:relative; display:inline-block; padding:0 15px 8px 0; height:42px; line-height:49px; font-size:30px; font-weight:900; color:#333; font-family:"gmarket"; text-align:center;}
#topmenu li .tit h2:before,
#topmenu li .tit h2:after{content:''; display:block; position: absolute; top:0; right:0; width:8px; height:8px; border-radius:50%; background:#ffc000;}
#topmenu li .tit h2:before{right:auto; left:-47px; top:10px; width:69px; height:69px; background:rgba(78,169,172,0.06);}
#topmenu li .tit p{line-height:160%; font-size:15px; color:#555;}
#topmenu li .tit p span {color: #ffe789;}
#topmenu li .tit p .red {color: #b71313;}
#topmenu li .tit p .blue {color: #1355b7;}

#topmenu .menu > ul {float:left; width:100%; padding:0 0 0 1.24%; box-sizing:border-box;}
#topmenu .menu > ul > li{position:relative; float:left; width:25%; margin:0; padding:0 0 40px 3.59%; box-sizing:border-box;}
#topmenu .menu > ul > li > a{position:relative; z-index:2; display:block; height:50px; line-height:48px; color:#000; border:1px solid #e4e4e4; border-radius:10px; text-decoration:none; background:#f7f7f7; text-align:center; box-sizing:border-box;}
#topmenu .menu > ul > li:hover > a,
#topmenu .menu > ul > li.current_on > a,
#topmenu .menu > ul > li > a:hover{color:#fff; border-color:#3a9fa3; box-shadow:5px 10px 20px rgba(0,0,0,0.15); background:#3a9fa3; transition:border-color 0.25s ease-in-out, box-shadow 0.3s 0.08s ease-in-out;}
#topmenu .menu > ul > li:hover > a[target="_blank"]:after,
#topmenu .menu > ul > li > a[target="_blank"]:hover:after{background-position:0 0;}

/* 3차 메뉴 */
#topmenu ul ul{position:relative; padding:12px 0 0 11px;}
#topmenu ul ul li a{position:relative; display:block; line-height:110%; padding:6px 0 7px 0; margin:0; color:#333;}
#topmenu ul ul li a:hover,
#topmenu ul ul li a:active,
#topmenu ul ul li a:focus,
#topmenu ul ul li.current_on a{color:#3a9fa3;}

.btn_menu{z-index:95;display: none; position:absolute;top:88px;right:50%;width:50px;margin:0 -700px 0 0;}
.btn_menu .bar{display:block; width:21px; height:2px; margin:5px 0 5px 13px; background:#1c1c1c; transition:0.25s ease-in-out;}
.btn_menu span:not(.bar){display:block; line-height:100%; padding:8px 0 0 0; font-size: 0;}

.btn_menu_close{display:block; z-index:96; position:absolute; top:27px; right:3%; width:50px; height:50px; border-radius:50%; border:1px solid rgba(0,0,0,0.6); background:none;}
.btn_menu_close .bar{position:absolute; top:24px; left:12px; display:block; width:25px; height:1px; background:rgba(0,0,0,0.6);}
.btn_menu_close .bar1{transform:rotate(45deg);}
.btn_menu_close .bar2{transform:rotate(-45deg);}

@media all and (max-width:1430px) {
	.btn_menu{right:15px; margin:0;}
	#topmenu{padding: 0 50px 0 29%;}
	#topmenu li .tit{left:15px; width:20%;}
	#topmenu .menu{padding:50px 15px 0 20%;}
}
@media all and (max-width:1230px) {
	#topmenu{padding: 0 50px 0 23%;}
	#topmenu > li > a{font-size:19px;}
}
@media all and (max-width:1024px) {
	.btn_menu{display: block; top: 57px;}
	.btn_menu span:not(.bar){padding:5px 0 0 0;}
}
@media all and (max-width:768px) {
	.btn_menu{top: 48px;right:10px;width:40px;}
	.btn_menu .bar{width:24px; margin:5px auto;}

	.btn_menu_close{top:17px; width:35px; height:35px;}
	.btn_menu_close .bar{top:16px; left:4px;}
	.btn_menu span:not(.bar){font-size:0; text-indent:-999px;}
}
@media all and (max-width:568px) {
	.btn_menu{top:46px;}
}

/* 검색 */
#search{z-index: 96;position:absolute;top:0;left:0;width:100%;min-width:320px;}
.btn_sch{display:block;position:absolute;top: 84px;right:50%;width: 40px;line-height:100%;padding: 40px 0 0 0;margin: 0 -700px 0 0;font-size:0;background: url(/images/kr/common/ico_sch.png) no-repeat;}

#search fieldset{opacity:0;visibility:hidden;position:absolute;top:-20px;left:0;width:100%;padding:175px 0 165px;color:#fff;font-weight:300;font-size:18px;background: #435990;box-sizing:border-box;transition:0.3s ease-in-out;}
#search.on fieldset{opacity:1; visibility:visible; top:0;}
#search h2{padding:0 0 15px; line-height:110%; color:#fff; font-size:30px; font-weight:600; letter-spacing:0;}
#search .inner{width:770px;}
#search input[type="text"]{width:100%;height:110px;line-height:110px;padding:0 0 0 32px;font-size:40px;border:3px solid #fff;box-sizing:border-box;background: #435990;}
#search ::-webkit-input-placeholder{color:rgba(255,255,255,0.5);}
#search :-ms-input-placeholder{color:rgba(255,255,255,0.5);}
#search ::placeholder{color:rgba(255,255,255,0.5);}
#search .in_txt{position:relative; margin:0 0 40px;}
#search li{margin-bottom:10px; font-weight:200;}
#search li:before{top: 9px; background:#fff;}
#search .btn_submit{position:absolute; top:0; right:0; width:110px; height:110px; font-size:0; text-indent:-999px; background:url(/images/common/ico_sch.png) no-repeat 25px 28px;}
#search .btn_close{position:absolute; top:45px; right:50%; display:block; width:60px; height:60px; margin:0 -600px 0 0; font-size:0; text-indent:-999px; background:url(/images/common/ico_sch_close.png) no-repeat 50% 50%;}
@media all and (max-width:1430px) {
	.btn_sch{right: 15px;margin:0;}
	#search .btn_close{right:50px; margin:0;}
}
@media all and (max-width:1024px) {
	.btn_sch{top: 49px;right: 70px;width:45px;}

	#search .inner{width:75%;}
	#search fieldset{padding:100px 0; font-size:17px;}
	#search .in_txt{margin:0 0 30px;}
	#search h2{padding:0 0 12px; font-size:28px;}
	#search input[type="text"]{height:90px; line-height:90px; padding:0 0 0 25px; font-size:32px;}
	#search .btn_submit{width:90px; height:90px; background-size:auto 40px; background-position:17px 25px;}
	#search .btn_close{right:20px; top:25px;}
}
@media all and (max-width:768px) {
	.btn_sch{top: 46px;right: 60px;width: 30px;height: 30px;padding:0;background-size: cover;}
    
	#search fieldset{padding:70px 0 50px; font-size:16px;}
	#search h2{padding:0 0 9px; font-size:24px;}
	#search input[type="text"]{height:70px; line-height:70px; padding:0 0 0 20px; font-size:25px;}
	#search .btn_submit{width:70px; height:70px; background-size:auto 30px; background-position:13px 19px;}
	#search .btn_close{top:10px; right:10px;}
	#search li{margin:0 0 7px;}
    #search li:before {top: 7px;}
}
@media all and (max-width:568px) {
	.btn_sch{top: 43px;right: 55px;}
	
	#search .inner{width:80%;} 

	#search fieldset{padding:65px 0 40px; font-size:14px;}
	#search h2{font-size:20px;}
	#search .in_txt{margin:0 0 25px;}
	#search input[type="text"]{height:60px; line-height:60px; padding:0 0 0 15px; font-size:21px;}
	#search .btn_submit{width:60px; height:60px; background-size:auto 25px; background-position:13px 17px;}
}
@media all and (max-width:380px) {
	#search .inner{width:85%;}
	#search fieldset{padding:60px 0 35px; font-size:13px;}
	#search h2{font-size:19px;}
	#search input[type="text"]{height:55px; line-height:55px; padding:0 0 0 12px; font-size:18px;}
	#search .btn_submit{width:55px; height:55px; background-size:auto 22px; background-position:13px 15px;}
	#search .btn_close{right:5px; top:5px;}
}

#footer{position:relative;float:left;width:100%;line-height:120%;padding:43px 0 70px 0;background: #2e2e2e;}
#footer .info{position:relative;padding: 0 0 0 340px;box-sizing:border-box;}
#footer:after{content:''; display:block; clear:both; width:100%;}
#footer .link{float:left; padding:3px 0 17px;}
#footer .link li{position:relative; display:inline-block;}
#footer .link li:before{content:'';display:inline-block;width:4px;height:4px;border-radius: 50%;margin: -4px 10px 0 9px;background: #fff;vertical-align:middle;}
#footer .link li:first-child:before{display:none;}
#footer .link li a {font-size:15px; color: #d4d4d4;}
#footer .link .privacy a{color: #fefdcb;}
#footer .logo{top:0;color: #a0a4b0;}
#footer .logo span span{padding: 3px 0 0 3px;}
#footer address{clear:both;width:100%;padding: 0 0 6px;font-size: 15px;color: #a0a4b0;}
#footer .copyright{color: #a0a4b0;font-size: 15px;text-transform:uppercase;}

@media all and (max-width:1200px) {
	#footer .info{padding:0 0 0 250px;}
	#footer .link li:before{margin:-2px 15px 0 13px;}
	#footer address{line-height:150%;}
}
@media all and (max-width:1024px) {
	#footer address span{display:block;}
	#footer address{font-size:14px;}
	#footer .copyright{font-size:13px;}
}
@media all and (max-width:768px) {
	#footer{padding:0 0 30px; font-size:14px; text-align:center;}
	#footer .info{width:100%; padding:25px 0 0 0;}
	#footer .logo{position:static; text-align:center;}
	#footer .link{float:none; padding:20px 0 10px;}
	#footer .link li:before{margin:-2px 10px 0;}
	#footer .copyright{font-size:11px;}
	#footer .btn_call{height:27px; line-height:27px; margin:0 3px; font-size:13px; background-position:13px 45%;}
}
@media all and (max-width:568px) {
	#footer .link li:before{margin:-2px 5px 0;}
	#footer .btn_call{padding:0 10px 0 30px; font-size:12px; background-position:11px 50%;}
}
@media all and (max-width:380px) {
	#footer .copyright{font-size:10px;}
}

/* 하단*/
.linksite{margin:0 0 30px;}
.linksite:after{content:''; display:block; clear:both;}
.linksite > ul > li{position:relative;float:left;width: 22.28%;margin: 0 3.57% 0 0;box-sizing:border-box;background: #4c4c4c;border-radius: 10px;}
.linksite > ul > li:last-child {margin:0;}
.linksite > ul > li > a{position:relative;display:block;height: 60px;line-height: 60px;padding:0 0 0 24px;font-size: 18px;color: #fff;text-decoration: none;}
.linksite > ul > li > a:after{content:'';display:block;position:absolute;top:50%;right:22px;width: 12px;height: 6px;margin:-3px 0 0 0;background: url(/images/common/ico_linksite.png) no-repeat;transition: 0.3s;}
.linksite .inner > li:nth-child(4) > a:after{width:20px; background-position:100% 0;}
.linksite > ul > li.on > a:after{transform: rotate(-180deg);}
.linksite li div{display:none;z-index:56;position:absolute;bottom: 60px;left:0;overflow:hidden;width:100%;border-radius:10px 10px 0 0;box-shadow:3px -5px 15px rgba(0,0,0,0.1);border:1px solid #2e343d;border-bottom:none;box-sizing:border-box;background:#fff;}
.linksite li div:before{z-index:-1; content:''; display:block; position:absolute; bottom:0; right:0; width:145px; height:120px; opacity:0.5; background:url(/images/common/logo_l.png) no-repeat; background-size:190px;}
.linksite li.on div{display:block;}
.linksite li div ul{width:100%; overflow-x:hidden; overflow-y:auto; max-height:360px; min-height:155px; margin:0 auto; padding:22px 0.7em 22px 22px; box-sizing:border-box;}
.linksite li div ul li{position:relative; float:left; width:100%; padding:0 1.5%; box-sizing:border-box; vertical-align:top;}
.linksite li div ul li:before{content:''; display:block; position:absolute; top:50%; left:2%; width:2px; height:2px; margin:-2px 0 0 0; background:#aaa;}
.linksite li div ul li a{display:block;padding:8px 0 8px 0.5em;transition:0.35s ease-in-out;border-bottom:1px dotted rgba(0,0,0,0.17);color:#3b434f;text-align: left;}
.linksite li div ul li a:hover{box-shadow:inset 0 40px 0 rgba(0,0,0,0.04);}
.linksite > li.on > a{color:#fff; background:#2e343d; border-radius: 0 0 5px 5px;}

@media all and (max-width:1430px) {
	.linksite li div{}
	.linksite .inner > li:first-child:before{left:15px;}
}
@media all and (max-width:1024px) {
	.linksite > ul > li {width: 24.2%;margin:0 1% 0 0;}
	.linksite .inner > li > a{height:52px;line-height:52px;font-size: 16px;padding: 0 0 0 20px;}
	.linksite .inner > li > a:after{right:15px;}
	.linksite li div{bottom: 48px;}
}
@media all and (max-width:768px) {
	.linksite {font-size:15px;margin: 0;}
	.linksite > ul > li {width: 100%;margin:0;border: 1px solid rgba(255,255,255,0.1);border-top: none;border-radius: 0;background: #3c3c3c;box-sizing: border-box;}
	.linksite .inner > li > a {height: 44px;line-height: 44px;font-size: 15px;}
}
@media all and (max-width:568px) {
	.linksite {font-size:14px; border:none;}
}
@media all and (max-width:380px) {
	.linksite li div ul li a{padding:10px 0 10px 0.5em;}
}

.btn_top{z-index:2; display:block; position:absolute; top:-94px; left:50%; width:50px; height:50px; line-height:50px; margin:0 0 0 789px; letter-spacing:0; font-size:15px; font-weight: 300; border-radius:50%; color:#fff; text-align:center; transition:box-shadow 0.3s ease-in-out; background:#3097ab; box-shadow:0 0 0 11px rgba(48,151,171,0.5); box-sizing:border-box;}
.btn_top:hover{color:#fff; box-shadow:0 0 0 11px rgba(48,151,171,0.8);}

@media all and (max-width:1730px) {
	.btn_top{left:auto; right:26px; margin:0;}
}
@media all and (max-width:1530px) {
	.btn_top{top: 30px;}
}
@media all and (max-width:1024px) {
	.btn_top{font-size:14px;}
}
@media all and (max-width:768px) {
	.btn_top{top: 25px;right:23px;width:38px;height:38px;line-height:38px;font-size:12px;box-shadow:0 0 0 9px rgba(48,151,171,0.5);}
}
@media all and (max-width:380px) {
	.btn_top{width:35px; height:35px; line-height:35px; font-size:11px;}
}

/*
서브 레이아웃
*/
#container_sub{position:relative; overflow:hidden; width:100%;}
#subContent{position:relative; width:1400px; margin:0 auto; padding:0 0 11em 0; box-sizing:border-box;}
#subContent:after{content:''; display:block; clear:both;}
#subContent #content{float: right;padding: 50px 0 0;width: 74.28%;}
#fontSize{float:left; width:100%;}
@media all and (max-width:1430px) {
	#subContent{width:100%; padding:0 15px 10em;}
}
@media all and (max-width:1280px) {
	#subContent #content{width:75%;}
}
@media all and (max-width:1024px) {
	#subContent{padding-top:0;}
	#subContent #content{width:100%;}
}
@media all and (max-width:768px) {
	#subContent{padding:0 10px 7em;}
}

#subVisual{position:relative;width:100%;height: 140px;text-align:center;background:url(/images/kr/common/bg_subvisual.jpg) no-repeat 50% 0;background-size:cover;}
#subVisual .slogan_wrap{position: relative; display:table; width:1400px; height:183px; margin:0 auto; box-sizing:border-box;}
#subVisual .slogan{display:table-cell; vertical-align:middle;}

@media all and (max-width:568px) {
	#subVisual {height: 110px;}
}
@media all and (max-width:380px) {

}

/* 문서정보 */
#pageInfo{height: 100%;}
#pageTitle{display: flex;justify-content: center;align-items: center;height: 100%;}
#pageTitle h3{font-size: 30px;font-weight: 500;color: #78825b;}
@media all and (max-width:1024px) {
	#pageTitle h3{font-size:27px;}
}
@media all and (max-width:768px) {
	#pageTitle h3{font-size:25px;}
}
@media all and (max-width:568px) {
	#pageTitle h3{margin: -20px 0 0;font-size:23px;}
}
@media all and (max-width:380px) {
	#pageTitle h3{font-size:22px;}
}

.location_wrap{position: absolute; bottom: 30px; right: 0;}
.location {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.location .home{width: 14px;height: 14px;text-indent:-999px;font-size:0;background: url(/images/kr/common/ico_home.png) no-repeat;}
.location span{position:relative;padding: 0 0 0 20px;}
.location span:before{content:'';display:inline-block;position:absolute;left: 7px;top:50%;width:6px;height:6px;margin: -3px 0 0 0;border-bottom:1px solid #6a6a6a;border-right:1px solid #6a6a6a;transform:rotate(-45deg);}
@media all and (max-width:1430px) {
	.location_wrap {right: 0;}
}
@media all and (max-width:1024px) {
	.location span{padding:0 0 0 25px; font-size:15px;}
	.location span:before{left:9px;}
}
@media all and (max-width:768px) {
	.location_wrap {right:10px; bottom:20px;}
	.location .home{margin: -1px 0 0;}
	.location span{padding:0 0 0 19px; font-size:14px;}
	.location span:before{left:5px;}
}
@media all and (max-width:610px) {
	.location_wrap{width: 100%;right: 0;bottom: 25px;}
}
@media all and (max-width:380px) {
	.location span{padding:0 0 0 16px; font-size:13px;}
	.location span:before{left:3px;}
}

.util_wrap{position: absolute; bottom: 56px; right: 0;}
.util_wrap .btns{float:left; width:50px; height:50px; margin:0 0 0 13px; font-size:0; text-indent:-999px; box-sizing:border-box; border-radius:20px; background:rgba(255,255,255,0.6) url(/images/common/ico_share.png) no-repeat -47px 16px; transition: 0.2s ease-in-out;}
.util_wrap .on .btn_share,
.util_wrap .btns:hover{background-color: rgba(255,255,255,1);}
.util_wrap .btn_share{background-position:16px 16px;}
.sns_share.on .btn_share{background-position:17px -23px;}

.sns_share {z-index:2; position:relative; float:left;}
.sns_share a{display:block; font-size:0; text-indent:-999px; background:#3752b7 url(/images/common/ico_sns.png) no-repeat 9px 6px;}
.sns_share .list{visibility:hidden; opacity:0; position:absolute; top:55px; right:0; width:170px; padding:12px 0; border:1px solid #ccc; border-radius:20px; transition:0.25s ease-in-out; box-sizing:border-box; background:#fff; text-align:center;}
.sns_share.on .list{visibility:visible; opacity:1; top:60px;}
.sns_share .list li{display:inline-block; vertical-align:top; margin:0 1px;}
.sns_share a{width:30px; height:30px; border-radius:50%; background-position:10px 7px;}
.sns_share .bl{background-color:#00C401; background-position:-64px 7px;}
.sns_share .kko{background-color:#F2CB3A; background-position:-141px 8px;}
.sns_share .insta{background-color:#c536a4; background-position:-102px 7px;}
.sns_share .tw{background-color:#53C2EF; background-position:-26px 8px;}
.sns_share .fb:hover{background-color:#398DF4;}
.sns_share .bl:hover{background-color:#00DF00;}
.sns_share .tw:hover{background-color:#85D2F3;}
.sns_share .kko:hover{background-color:#F3D356;}
.sns_share .insta:hover{background-color:#8a38b4;}

@media all and (max-width:1440px) {
    .util_wrap {right: 15px;}
}
@media all and (max-width:1024px) {
	.util_wrap{bottom: 0; right: 10px; transform: translateY(-50%);}
	.util_wrap .btns{width:35px; height:35px; margin:0 0 0 9px; background-position:-55px 8px;}

	.sns_share .list{top:40px; width:153px; padding:7px 0;}
	.sns_share .btn_share{background-position:8px 9px;}
	.sns_share.on .list{top:45px;}
	.sns_share.on .btn_share{background-position:10px -31px;}
}
@media all and (max-width:768px) {
	.util_wrap{padding:0 2px 0 5px;}
	.util_wrap .btns{margin:0 0 0 5px;}
}
@media all and (max-width:568px) {
	.util_wrap{padding-right:0;}

	.sns_share .list{top:34px;}
	.sns_share.on .list{top:39px;}
}

/* 서브메뉴 */
#submenu{z-index:1; position:relative; float:left; width:18.571%; margin:-90px 4.29% 0 0;}
#submenu .sm_tit{overflow:hidden;position:relative;display: table;width:100%;height: 120px;letter-spacing:-1px;text-align:center;color:#fff;border-radius: 30px 30px 0 0;background:#35929d url(/images/kr/common/bg_subtit.jpg) no-repeat;background-size:cover;}
#submenu .sm_tit h2{display: table-cell;vertical-align: middle;line-height: 1;font-size: 30px;font-weight: 500;}
#submenu .sm_tit p{margin: 10px 0 0; letter-spacing:-0.02em; font-size:12px; font-weight:200; color:rgba(255,255,255,0.6); text-transform:uppercase; letter-spacing: -0.015em; font-family:"gmarket";}
#submenu .depth2 {width:100%; margin:19px 0 0 0; box-sizing:border-box;}
#submenu .depth2 > li{margin: 5px 0 0;}
#submenu .depth2 > li > a{position:relative;display:block;height: 60px;line-height: 60px;padding:0 0 0 18px;font-size:20px;font-weight: 500;color: #666;border: 1px solid #e3e3e3;border-radius: 10px;text-decoration:none;box-sizing:border-box;background:#fff;}
#submenu .depth2 > li.current_on > a{border-color: #3ba0c6;background: #3ba0c6;color: #fff;}
#submenu .depth2 li ul {display:none;padding:15px 22px;background:#f5f5f5;border-radius: 0 0 10px 10px;}

#submenu .depth2 li ul li {display: table;}
#submenu .depth2 li ul li a{position:relative;display:table-cell;padding: 0 0 10px 7px;font-size:18px;font-weight: 300;color:#333;text-decoration:none;}
#submenu .depth2 li ul li a:before {content: '';display: block;position: absolute;top: 12px;left: 0;width: 2px;height: 2px;background: #919191;}
#submenu .depth2 li ul li a:hover,
#submenu .depth2 li ul li a:focus,
#submenu .depth2 li ul li a:active,
#submenu .depth2 li ul li.current_on a{color:#3097ab; font-weight:500;}
#submenu .depth2 li ul li a:hover:before,
#submenu .depth2 li ul li a:focus:before,
#submenu .depth2 li ul li a:active:before,
#submenu .depth2 li ul li.current_on a:before {background-color: #3097ab;} 

@media all and (max-width:1280px) {
	#submenu{width:20%; margin:-90px 5% 0 0;}
	#submenu .sm_tit h2{font-size:28px;}
	#submenu .depth2 > li > a{padding:0 0 0 15px; font-size:17px;}
	#submenu .depth2 > li > a:after{right:20px;}
}

/* 모바일 메뉴 */
@media all and (max-width:1024px) {
	.m_menu{position:fixed; top:0; right:-100%; width:60%; height:100%; overflow-y:auto; z-index:100; background:#ddd; transition:right 0.25s ease-in-out;}
	.m_menu .tit{display:none;}
	.m_menu.on{right:0;}
	.m_menu .m_top{position:relative; height:110px; background:#fff;}
	.m_menu .logo{position:absolute; top:35px; left:12px; text-align:left; transform:none;}
	.m_menu > ul{float:left; width:100%; height:calc(100% - 110px); border-top:3px solid #182239; box-sizing:border-box;}
	.m_menu > ul a{display:block; text-decoration:none; cursor:pointer;}
	.m_menu > ul > li{width:43%; border-bottom:1px solid #3d3f4a;}
	.m_menu > ul > li > a{position:relative; height:3em; padding:0 0 0 1em; line-height:3em; font-size:130%; font-weight:400; color:#fff; background:#182239;}
	.m_menu > ul > li > a:before{display:none; content:''; position:absolute; top:50%; right:-8px; width:0; height:0; margin:-8px 0 0 0; border-left:15px solid #fff; border-top:15px solid transparent; transform:rotate(45deg);}
	.m_menu > ul > li.current_on > a,
	.m_menu > ul > li > .on{font-weight:600; background:#32acb6;}
	.m_menu > ul > li.current_on > a:before,
	.m_menu > ul > li > .on:before{display:block;}
	.m_menu > ul > li > div {position:absolute; top:110px; left:43%; display:none; width:57%; height:calc(100% - 110px); padding:13px 0.8em 0 1.2em; border-top:3px solid #182239; background:#fff; box-sizing:border-box;}
	.m_menu > ul > li.current_on .menu,
	.m_menu > ul > li .on + .menu{display:block !important;} 
	.m_menu > ul > li > div > ul > li {margin:0 0 2px; border-bottom:1px solid #e6e6e6;}
	.m_menu > ul > li > div > ul > li > a{position:relative; padding:8px 0 8px 1.2em; font-size:115%; font-weight:400;}
	.m_menu > ul > li > div > ul > li > a:before,
	.m_menu > ul > li > div > ul > li a[target="_blank"]:after{content:''; position:absolute; top:50%; right:8px; display:block; width:10px; height:10px; margin:-5px 0 0 0; background:url(/images/kr/main/ico_ctrl.png) no-repeat -83px -38px;}
	.m_menu > ul > li > div ul li.hasUl > a:after{content:'';display:block; position:absolute; top:50%; right:10px; width:8px; height:8px; margin:-7px 0 0 0; border-bottom:2px solid #555; border-right:2px solid #555; transition:transform 0.3s; transform:rotate(45deg); background:none;}
	.m_menu > ul > li > div ul li.hasUl > a.on:after{margin:-4px 0 0 0; transform:rotate(225deg);}
	.m_menu > ul > li > div ul li:not(.hasUl) > a[target="_blank"]:after{width:14px; height:14px; margin:-7px 0 0 0; background:url(/images/common/ico_new.png) no-repeat 100% 0;}
	.m_menu > ul > li > div > ul > li > a:before{position:absolute;top: 15px;left:0.2em;width:13px;height:13px;margin:0;border:4px solid #9faab2;border-left:4px solid #143852;border-top:4px solid #143852;border-radius:50%;background:none;}
	.m_menu > ul > li > div > ul > li > ul{overflow:hidden; width:100%; margin:2px 0 0 0; padding:0.6em 0 0.5em 0.5em; box-sizing:border-box; background:#f3f3f3;}
	.m_menu > ul > li > div > ul > li > ul li a{position:relative; padding:4px 0 4px 13px;}
	.m_menu > ul > li > div > ul > li > ul li a:before{content:'';display:block;position:absolute;top: 13px;left:4px;width:4px;height:4px;border-radius:50%;background:#32acb6;}
	.m_menu > ul > li.current_on .current_on > a{font-weight:600; color:#222;}
}
@media all and (max-width:768px) { 
	.m_menu .m_top{height:72px;}
	.m_menu .logo{top:15px;}
	.m_menu > ul {height:calc(100% - 72px);}
	.m_menu > ul > li > a{padding:0 0 0 0.7em; font-size:16px;}
	.m_menu > ul > li > a:before{right:-7px; margin:-7px 0 0 0; border-left:13px solid #fff; border-top:13px solid transparent;}
	.m_menu > ul > li > div{top:72px; height:calc(100% - 72px); padding:0.6em 0.7em 0.5em 0.7em;}
	.m_menu > ul > li > div > ul > li > a{font-size:15px; background-size:13px;}
	.m_menu > ul > li > div > ul > li > a:before{top: 14px;width:10px;height:10px;border-width:3px;}
	.m_menu > ul > li > div > ul > li > ul{padding:0.5em 0 0.4em 0.4em;}
	.m_menu > ul > li > div > ul > li > ul li a{font-size:14px;}
	.m_menu > ul > li > div > ul > li > ul li a:before{top: 11px;}
	.m_menu > ul > li > div ul li:not(.hasUl) > a[target="_blank"]:after{width:11px; height:11px; background-size:cover;}
}
@media all and (max-width:568px) {
	.m_menu{width:285px;}
	.m_menu .logo{top:17px;}
}