/* Layout */
#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; background: #363636;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile gnb_contents common ½ºÅ©·Ñ½Ã ¹è°æÄÃ·¯ º¯°æ */
#header-inner-m {float: left; position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: #fff; z-index: 10000000; transition: all 0.5s ease;}
#header-inner-m.roll {background: #fff; border-bottom: 1px solid #ccc;}   /* ½ºÅ©·Ñ½Ã Çì´õ ¹è°æ»öº¯°æ */

/* mobile ·Î°í ¹× Åä±Û¸Þ´º¸®½ºÆ® ¹öÆ° */
#header-inner-mlogo {float: left; width: 260px; margin-left: 2%; margin-top: 8px;}
#header-inner-mlogo-img {float: left;}
#header-inner-mlogo h1 img {width: 100%;}
#header-inner-mnav {float: right; width: 32px; margin-right: 3%; margin-top: 22px;}
.hamburger {float: left;}
.hamburger .line {width: 32px; height: 4px; background-color: #111; display: block; margin: 6px auto;}
.hamburger:hover {cursor: pointer;}

/* mobile gnb_togglemenu common */
html .opened {overflow: hidden;} /* ¿ÞÂÊ ¸Þ´º°¡ ¿ÀÇÂµÉ ¶§ html¿¡ Àû¿ëµÇ´Â ¼Ó¼º */
.drawer-toggle {top: 0; right: 0;} /* open/closed ¹öÆ° */
#drawer {position: fixed; width: 70%; height: 100%; top: 0; right: -70%; background: #f6f6f6; /* Åä±Û¸Þ´º ÀüÃ¼¹è°æÄÃ·¯ */ -webkit-transition: .3s; transition: .3s; overflow: hidden; z-index: 10000000000;} /* ¿ÀÇÂ½Ã ³ªÅ¸³ª´Â drawer ÅÂ±×. closed »óÅÂ¿¡¼­ È­¸é ¹Û¿¡ À§Ä¡ÇÏ°í open½Ã¿¡ ³ªÅ¸³­´Ù. */
#drawer.opened {right: 0; box-shadow: 5px 5px 15px 1.5px rgba(0, 0, 0, 0.2); display: block;} /* left¼Ó¼ºÀÌ -(width)px ¶ó¼­ È­¸é ¹Û¿¡ ÀÖ°í left¸¦ 0À¸·Î ¹Ù²ã¼­ È­¸é¿¡ ³ªÅ¸³­´Ù. */
#blocker {display: none; background: rgba(0,0,0,0.8); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000000000;} /* drawer open ½Ã ¹è°æ ¾îµÓ°Ô ÇÏ±â */ 
#blocker.opened {display: block; background: rgba(0,0,0,0.8) url("../img/wowweb/images/toggle_ico_close.png") no-repeat 18% 13px;}

.drawer_area {float: right; width: 100%; max-height: 100vh; overflow-y: auto; /* ¼¼·Î½ºÅ©·Ñ ¼³Á¤ */}
.memberbox {font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); text-align: center; padding: 10px 0; background-color: #354984; overflow: hidden;} /* ¸ð¹ÙÀÏ¿ë ·Î±×ÀÎ ¿µ¿ª */
.member_login {display: inline-block; width: 44%; margin-right: 1%;}
.member_login a {display: block; width: 100%; color: #fff; font-size: 14px; font-weight: 400; padding: 5px 0; border: 1px solid rgba(255,255,255,0.4); transition: all 0.3s ease;}
.member_login a:hover {background-color: #03325e; border: 1px solid #2a509c;}
.member_join {display: inline-block; width: 44%;}
.member_join a {display: block; width: 100%; color: #fff; font-size: 14px; font-weight: 400; padding: 5px 0; border: 1px solid rgba(255,255,255,0.4); transition: all 0.3s ease;}
.member_join a:hover {background-color: #03325e; border: 1px solid #2a509c;}

#slide_categorymenu {width: 100%; top: 0; right: 0px; font-family: "Noto Sans KR", sans-serif; z-index: 10000000000;}
#slide_categorymenu .category_top {float: left; width: 100%; height: 50px; font-size: 18px; color: #fff; font-weight: 400; line-height: 50px; text-align: center; background-color: #00a2e5; border-bottom: 1px solid #064072;}
#slide_categorymenu ul {width: 100%; height: 100%; background: #656565;} /* Åä±Û ´ë¸Þ´º ÄÃ·¯ */
#slide_categorymenu ul li {width: 100%; height: 60px; line-height: 60px; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); border-bottom: 1px solid #7f7e7e; overflow: hidden; position: relative;}
#slide_categorymenu ul li.tt_fr a {padding-left: 25px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {position: absolute; top: 27px; right: 20px; width: 14px; height: 7px; display: block;} /* È­»ìÇ¥À§Ä¡°ª */
#slide_categorymenu ul li.tt_fr .lotate_v img {vertical-align: top;}
#slide_categorymenu ul li.tt_fr .lotate_v_180 {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);} /* È­»ìÇ¥ Å¬¸¯½Ã À§¾Æ·¡ º¯°æ */
#slide_categorymenu ul li.active {background: #60bb46; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {display: block; cursor: pointer; color: #fff; font-size: 17px; font-weight: 500; text-decoration: none; cursor: pointer;}
#slide_categorymenu ul li span {color: #dd042b; font-size: 11px; font-weight: bold; margin-left: 11px;}
#slide_categorymenu ul li ul.nav {background: #fff; display: none;} /* Åä±Û ÇÏÀ§¸Þ´º ¹è°æÄÃ·¯ */
#slide_categorymenu ul li ul.nav li {border-bottom: 1px solid #ccc; height: 40px; line-height: 40px;}
#slide_categorymenu ul li ul.nav li a {display: block; font-size: 15px; font-weight: 400; color: #5b5b5b; cursor: pointer; transition: all 0.3s ease;}
#slide_categorymenu ul li ul.nav li a:hover {color: #fff; font-weight: bold; background-color: #07355e; cursor: pointer; text-decoration: none;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* header »ó´Ü½ºÅ¸ÀÏ */
#header-inner {position: relative; float: left; width: 100%; background: #fff;}

/* ±âº» ·Î°í¹× À¯Àú¹öÆ° ¹× sns ½ºÅ¸ÀÏ */
.aside {float: left; width: 100%; height: 90px;}
.aside .inner {margin: 0 auto; width: 100%; max-width: 1200px;}
.aside .logo {float: left;}
.aside .logo h1 {float: left; width: 260px; height: 64px; margin-top: 14px;}
.aside .logo h1 a {display: block; width: 100%; height: 100%;}
.aside .topbtns {float: right; margin-top: 27px;}
.aside .topbtns .userbtns {float: left; margin-top: 8px;}
.aside .topbtns .userbtns li {float: left; margin-right: 20px;}
.aside .topbtns .userbtns li a {display: block; width: 100%; height: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 15px; color: #575757; font-weight: 400; line-height: 16px;}
.aside .topbtns .userbtns li a i {display: inline-block; width: auto; height: 24px; margin-right: 7px; vertical-align: 2px;}
.aside .topbtns .snsbtns {float: left;}
.aside .topbtns .snsbtns li {float: left; margin-right: 10px;}
.aside .topbtns .snsbtns li:last-child {margin-right: 0;}
.aside .topbtns .snsbtns li a {display: block; width: 100%; height: 100%;}
.aside .topbtns .snsbtns li a img {display: inline-block; width: 38px; height: 38px;}
.aside .topbtns .snsbtns li a:hover {opacity: 0.4; transition: all 0.3s ease;}

/* Gnb ¸Þ´º */
#gnb-wrap {position: absolute; top: 90px; left: 0; float: left; width: 100%; background: -webkit-linear-gradient(left, #00a2e5 0%, #60bb46 100%); background: -moz-linear-gradient(left, #00a2e5 0%, #60bb46 100%); background: linear-gradient(to right, #00a2e5 0%, #60bb46 100%);}
.page-header {z-index: 100000;}
.page-header.sticky {position: fixed !important; top: 0 !important; z-index: 100000;}
#gnb-wrap .inner {margin: 0 auto; width: 100%; max-width: 1200px;}
#gnb-wrap .gnb-box {float: left; width: 100%;}
.gnb {float: left; width: 100%;}
.gnb > li {position: relative; float: left; width: 20%;} /* ´ë¸Þ´º °¡·Î°ª ¼³Á¤ */
.gnb > li > a {display: block; position: relative; width: 100%; height: 70px; font-family: "Gmarket Sans", sans-serif; transform: rotate(-0.04deg); font-size: 22.5px; color: #fff; font-weight: 500; letter-spacing: -0.3px; margin: 0; padding: 27px 0 0; text-align: center;}
.gnb > li > a span {padding: 0 10px 13px; border-bottom: 10px solid rgba(255,255,255,0);}

/* Gnb ´ë¸Þ´º ÆäÀÌÁö ¼±ÅÃ½Ã Ç¥±â */
.gnb > li.on a {color: #0aa6b5;} 
.gnb > li.on:focus a {color: #0aa6b5;}

/* Gnb ´ë¸Þ´º ·Ñ¿À¹ö */
.gnb > li:hover a {color: #fff200; transition: all 0.3s ease;}
.gnb > li:hover a span {border-bottom: 4px solid rgba(255,255,255,1); transition: all 0.3s ease;}

/* Gnb ÇÏÀ§¸Þ´º */
.sub-wrap {position: absolute; width: 100%; height: 0; overflow: hidden; z-index: 2;}
.sub {float: left; width: 100%; text-align: left; padding: 15px 0 0 70px; height: 100%;} /* ¼­ºêÇÏÀ§¸Þ´º ¿©¹é */
.sub li {width: 100%; height: 32px; transform: rotate(-0.04deg);}
.sub li a {font-family: "Noto Sans KR", sans-serif !important; font-size: 16px; color: #d7d7d7 !important; font-weight: 400 !important; line-height: 32px; letter-spacing: -0.8px !important; border-bottom: 0 !important; transition: all 0.3s ease;}
.sub li a:hover {color: #04b9fd !important; border-bottom: 0 !important; text-decoration: underline;}

/* Gnb ÇÏÀ§¸Þ´º BG */
.gnbmenu-bg {position: absolute; top: 70px; left: 0; width: 100%; height: 0; background: rgba(0,0,0,0.85); box-shadow: 5px 5px 10px rgba(0,0,0,0.2); z-index: 1;}

/* ÇÏ´Ü °øÅë footer common */
.footer-infobox {margin: 0 auto; width: 100%; max-width: 1200px;}
.foot-box {float: left; width: 100%; margin-top: 50px; margin-bottom: 60px;}

/* °³ÀÎÁ¤º¸¾È³» ¹Ù·Î°¡±â ¹öÆ° */
.usermember {float: left; width: 100%; text-align: center; margin-bottom: 20px;}
.userguide-info {float: left; width: 100%; font-size: 0;}
.userguide-info li {display: inline-block; width: auto; transform: rotate(-0.04deg); margin-right: 10px;}
.userguide-info li a {display: block; width: 100%; height: 35px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #939292; font-weight: 400; line-height: 34px; letter-spacing: -0.5px; text-align: center; padding: 0 10px; border: 1px solid #757474; transition: all 0.3s ease;}
.userguide-info li a:hover {color: #fff; border: 1px solid #fff;}
.userguide-info li:last-child {margin-right: 0;}

/* ÇÏ´Ü ·Î°í, Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {float: left; width: 100%; text-align: center;}
.address-info {float: left; width: 100%;}
.address-info li {display: inline-block; transform: rotate(-0.04deg); font-family: "Noto Sans KR", sans-serif; font-size: 15px; color: #a09d9d; font-weight: 400; line-height: 24px; letter-spacing: 0.5px;}
.address-info li:after {display: inline-block; content: ""; width: 1px; height: 13px; margin: 0 10px; background: #a09d9d; vertical-align: -1px;}
.address-info li:nth-of-type(1):after, .address-info li:nth-of-type(4):after {display: none;}
.copyright-box {float: left; width: 100%; margin-top: 20px; transform: rotate(-0.04deg);}
.copyright-box li {font-family: "Noto Sans KR", sans-serif; font-size: 15px; color: #a09d9d; font-weight: 400; line-height: 14px;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
div.gototop a.top {position: fixed; right: 10px; bottom: 10px; display: table; width: 50px; height: 50px; font-family: "Noto Sans KR", sans-serif !important; font-size: 12px; color: #fff; text-align: center; line-height: 50px; background: #00a2e5; border-radius: 10px; display: none; opacity: 1;}
div.gototop a.top:hover {background: #60bb46; opacity: 1;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* mobile gnb_togglemenu common */
#slide_categorymenu ul li {height: 55px; line-height: 55px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 20px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 24px; right: 20px;}
#slide_categorymenu ul li ul.nav li {height: 40px; line-height: 40px;}
#slide_categorymenu ul li ul.nav li a {font-size: 14px;}

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* °³ÀÎÁ¤º¸¾È³» ¹Ù·Î°¡±â ¹öÆ° */
.userguide-info li:nth-child(2) {margin-right: 0;}
.userguide-info li:nth-child(3) {display: none;}

/* ÇÏ´Ü ·Î°í, Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {padding: 0 3%;}
.address-info li {font-size: 14px; line-height: 22px; letter-spacing: -0.6px;}
.address-info li:nth-of-type(2):after {display: none;}
.address-info li:nth-of-type(3) {width: 100%;}
.address-info li:nth-of-type(3):after {display: none;}
.copyright-box li {font-size: 12px; line-height: 16px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* °³ÀÎÁ¤º¸¾È³» ¹Ù·Î°¡±â ¹öÆ° */
.userguide-info li:nth-child(2) {margin-right: 0;}
.userguide-info li:nth-child(3) {display: none;}

/* ÇÏ´Ü ·Î°í, Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {padding: 0 3%;}
.address-info li {letter-spacing: -0.6px;}
.address-info li:nth-of-type(2):after {display: none;}
.copyright-box li {font-size: 14px; line-height: 18px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* mobile gnb_contents_common */
.member_login a {font-size: 16px; padding: 10px 0;}
.member_join a {font-size: 16px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#blocker.opened {display: block; background: rgba(0,0,0,0.8) url("../img/wowweb/images/toggle_ico_close.png") no-repeat 22% 20px;}
#slide_categorymenu .category_top {height: 80px; font-size: 24px; line-height: 80px;}
#slide_categorymenu ul li {height: 70px; line-height: 70px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 32px; right: 30px;}
#slide_categorymenu ul li.active {background: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {font-size: 20px;}
#slide_categorymenu ul li ul.nav li {height: 52px; line-height: 52px;}
#slide_categorymenu ul li ul.nav li a {font-size: 18px;}

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* °³ÀÎÁ¤º¸¾È³» ¹Ù·Î°¡±â ¹öÆ° */
.userguide-info li:nth-child(2) {margin-right: 0;}
.userguide-info li:nth-child(3) {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* mobile gnb_contents_common */
.member_login a {font-size: 16px; padding: 10px 0;}
.member_join a {font-size: 16px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#blocker.opened {display: block; background: rgba(0,0,0,0.8) url("../img/wowweb/images/toggle_ico_close.png") no-repeat 22% 20px;}
#slide_categorymenu .category_top {height: 80px; font-size: 24px; line-height: 80px;}
#slide_categorymenu ul li {height: 70px; line-height: 70px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 32px; right: 30px;}
#slide_categorymenu ul li.active {background: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {font-size: 20px;}
#slide_categorymenu ul li ul.nav li {height: 52px; line-height: 52px;}
#slide_categorymenu ul li ul.nav li a {font-size: 18px;}

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* °³ÀÎÁ¤º¸¾È³» ¹Ù·Î°¡±â ¹öÆ° */
.userguide-info li:nth-child(2) {margin-right: 0;}
.userguide-info li:nth-child(3) {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1280,1919 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

/* mobile gnb_contents common */
#header-inner-m {display: none;}
#drawer {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* mobile gnb_contents common */
#header-inner-m {display: none;}
#drawer {display: none;}

}