/* Layout */
#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; background: #292929;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile gnb_contents common ½ºÅ©·Ñ½Ã ¹è°æÄÃ·¯ º¯°æ */
#header-inner-m {float: left; position: fixed; top: 0; left: 0; width: 100%; height: 70px; background: #f0f0f0; 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: 1%;}
#header-inner-mlogo-img {float: left; height: 70px;}
#header-inner-mlogo h1 img {width: 100%;}
#header-inner-mnav {float: right; width: 28px; margin-right: 2%; margin-top: 16px;}

.hamburger {float: left;}
.hamburger .line {width: 28px; height: 4px; background: -webkit-linear-gradient(left, #1c8ac6 0%, #7acead 100%); background: -moz-linear-gradient(left, #1c8ac6 0%, #7acead 100%); background: linear-gradient(to right, #1c8ac6 0%, #7acead 100%); 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 {float: left; width: 100%; background: #f0f0f0;}
#header-inner .header-area {margin: 0 auto; width: 100%; max-width: 1200px;}

/* »ó´Ü ¹Ù·Î°¡±â ¹öÆ° */
.aside {float: left; width: 100%;}
.aside ul {float: left; width: 100%; font-size: 0; height: 35px; text-align: right;}
.aside ul li {display: inline-block; margin-top: 7px;}
.aside ul li:after {display: inline-block; content: ""; width: 1px; height: 13px; margin: 0 16px; background: #d1cece; vertical-align: -1px;}
.aside ul li:last-child:after {display: none;}
.aside ul li a {display: inline-block; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 14px; color: #7a7a7b; font-weight: 400; letter-spacing: -0.5px;}
.aside ul li a:hover {color: #000;}
.aside .line-bg {float: left; width: 100%; height: 10px; background: #fff;}

/* Logo ¹× Gnb */
#header-inner .header-area .gnbhead {float: left; width: 100%; height: 70px;}
#header-inner .header-area .gnbhead .nav-logo {position: relative; float: left;}
#header-inner .header-area .gnbhead .nav-logo h1 {float: left; width: 260px; height: 70px;}
#header-inner .header-area .gnbhead .nav-logo h1 a {display: block; width: 100%; height: 100%;}

/* pc gnb common */
.gnbwrap {float: right;}
.gnbwrap #gnbbox {float: left;}
.gnb {float: left;}
.gnb > li {float: left; text-align: center;}
.gnb > li:nth-of-type(1) {width: 130px;}
.gnb > li:nth-of-type(2) {width: 140px;}
.gnb > li:nth-of-type(3) {width: 140px;}
.gnb > li:nth-of-type(4) {width: 130px;}
.gnb > li:nth-of-type(5) {width: 150px;}
.gnb > li a {position: relative; width: 100%; height: 70px; display: block; font-family: "Gmarket Sans", sans-serif; transform: rotate(-0.04deg); font-size: 22px; color: #111111; font-weight: 500; line-height: 70px; border-bottom: 4px solid rgba(9,142,214,0); z-index: 100000;}
.gnb > li a span {display: inline-block; padding-top: 3px;}
.gnb > li:hover a {color: #098ed7; border-bottom: 4px solid rgba(9,142,214,1);}
.gnb .sub-wrap {height: 0; overflow: hidden;}

.submn {position: relative; z-index: 100000;}
.submn li {display: block; width: 100%; border: 1px solid #f0f0f0; border-bottom: 0;}
.submn li:first-child {border-top: 0;}
.submn li:last-child {border-bottom: 1px solid #f0f0f0;}
.submn li a {display: block; width: 100%; height: 36px; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 14px; color: #616161 !important; font-weight: 400; line-height: 36px; letter-spacing: -0.5px; text-align: center; background: #fff; border-bottom: 0 !important;}
.submn li a:hover {color: #fff !important; transition: all 0.3s ease; background: -webkit-linear-gradient(left, #1c8ac6 0%, #7acead 100%); background: -moz-linear-gradient(left, #1c8ac6 0%, #7acead 100%); background: linear-gradient(to right, #1c8ac6 0%, #7acead 100%); border-bottom: 0;}

/* slogan-box »ó´Ü½½·Î°Ç ¿µ¿ª */
.slogan-box {float: left; width: 100%; background: #f0f0f0;}
.slogan-area {margin: 0 auto; width: 100%; max-width: 1200px;}
.slogan-contents {width: 100%; height: 150px; display: table; table-layout: fixed; text-align: center; background: #1c8ac6; background: -webkit-linear-gradient(left, #1c8ac6 0%, #7acead 100%); background: -moz-linear-gradient(left, #1c8ac6 0%, #7acead 100%); background: linear-gradient(to right, #1c8ac6 0%, #7acead 100%);} /* ÁÂ¿ì ±×¶óµ¥ÀÌ¼Ç ¼³Á¤ */
.slogan-contents .slogan-txtbox {display: table-cell; vertical-align: middle; width: 100%; height: 100%;}
.slogan-contents .slogan-txtbox .slogan-tit {display: inline-block; width: 100%; height: 35px; font-family: "Gmarket Sans", sans-serif; transform: rotate(-0.04deg); margin: 10px 0 5px;}
.slogan-contents .slogan-txtbox .slogan-tit:before {display: inline-block; content: "¡°"; font-size: 50px; color: #fff; font-weight: 500; line-height: 40px; margin: 0 5px; vertical-align: top;}
.slogan-contents .slogan-txtbox .slogan-tit span.txt {display: inline-block; font-size: 28px; color: #fff; font-weight: 500; letter-spacing: -0.8px; line-height: 30px;}
.slogan-contents .slogan-txtbox .slogan-tit:after {display: inline-block; content: "¡±"; font-size: 50px; color: #fff; font-weight: 500; line-height: 40px; margin: 0 5px; vertical-align: top;}
.slogan-contents .slogan-txtbox p {font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 17px; color: rgba(255,255,255,0.7); font-weight: 400; letter-spacing: -0.8px; line-height: 22px;}

/* ÇÏ´Ü °øÅë */
.footer-infobox {margin: 0 auto; width: 100%; max-width: 1200px;}
.foot-box {float: left; width: 100%; margin-top: 40px; margin-bottom: 60px;}

/* ÇÏ´Ü ·Î°í °øÅë */
.foot-logo {float: left; width: 21.6667%; height: 39px;}
.foot-logo img {width: 100%;}

/* ÇÏ´Ü Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {float: left; width: 66%; padding-left: 4.583334%;}
.user-guide {float: left; font-size: 0; margin-top: 6px;}
.user-guide li {display: inline-block; width: auto; transform: rotate(-0.04deg);}
.user-guide li a {display: inline-block; width: 100%; font-family: "Noto Sans KR", sans-serif; font-size: 16px; color: #f0f0f0; font-weight: 400; line-height: 17px; letter-spacing: -0.5px; transition: all 0.3s ease;}
.user-guide li a:hover {color: #05aef6;}
.user-guide li:last-child {margin-right: 0;}
.user-guide li a:after {display: inline-block; content: ""; width: 1px; height: 14px; margin: 0 13px; background: #6d6c6c; vertical-align: -1px;}
.user-guide li:last-child a:after {display: none;}

.address-info {float: left; transform: rotate(-0.04deg); margin-top: 15px;}
.address-info li {display: inline; font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #a09d9d; font-weight: 400; line-height: 20px; letter-spacing: 0.5px;}
.address-info li:after {display: inline-block; content: ""; width: 1px; height: 13px; margin: 0 10px; background: #878585; 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: 10px; transform: rotate(-0.04deg);}
.copyright-txt {font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #a09d9d; font-weight: 400; line-height: 14px;}

/* ÇÏ´Ü SNS ¹Ù·Î°¡±â ¹öÆ° */
.foot-sns {float: right; font-size: 0;}
.foot-sns li {display: inline-block; margin-right: 10px;}
.foot-sns li:last-child {margin-right: 0;}
.foot-sns li a {display: block; width: 100%; height: 100%;}
.foot-sns li a:hover {opacity: 0.4; transition: all 0.3s ease;}

/* 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: 10px; 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) {

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* slogan-box »ó´Ü½½·Î°Ç ¿µ¿ª */
.slogan-box {margin-top: 70px;}
.slogan-contents {height: auto; padding: 5% 2%;}
.slogan-contents .slogan-txtbox .slogan-tit {height: auto; margin: 10px 0 0;}
.slogan-contents .slogan-txtbox .slogan-tit:before {margin: 0;}
.slogan-contents .slogan-txtbox .slogan-tit span.txt {width: 86%; font-size: 22px; line-height: 26px; margin-bottom: 10px;}
.slogan-contents .slogan-txtbox .slogan-tit:after {margin: 0;}
.slogan-contents .slogan-txtbox p {font-size: 14px; word-break: keep-all; line-height: 20px;}
.slogan-contents .slogan-txtbox p br {display: none;}

/* ÇÏ´Ü °øÅë */ 
.foot-box {padding: 0 2%;}

/* ÇÏ´Ü ·Î°í °øÅë */
.foot-logo {width: auto;}

/* ÇÏ´Ü Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {width: 100%; padding-left: 0; margin-top: 20px;}
.user-guide li:nth-of-type(3) {display: none;}
.user-guide li a {font-size: 15px; line-height: 16px;}
.user-guide li a:after {height: 13px;}
.user-guide li:nth-of-type(2) a:after {display: none;}
.address-info li {display: inline-block; width: 100%; letter-spacing: -0.5px; word-break: keep-all;}
.address-info li:after {display: none;}
.copyright-txt {font-size: 12px; letter-spacing: -0.8px;}

/* ÇÏ´Ü SNS ¹Ù·Î°¡±â ¹öÆ° */
.foot-sns {width: 100%; margin-top: 20px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* slogan-box »ó´Ü½½·Î°Ç ¿µ¿ª */
.slogan-box {margin-top: 70px;}
.slogan-contents {height: auto; padding: 5% 2%;}
.slogan-contents .slogan-txtbox .slogan-tit {height: auto; margin: 10px 0 0;}
.slogan-contents .slogan-txtbox .slogan-tit:before {margin: 0;}
.slogan-contents .slogan-txtbox .slogan-tit span.txt {width: 86%; font-size: 24px; line-height: 30px; margin-bottom: 10px;}
.slogan-contents .slogan-txtbox .slogan-tit:after {margin: 0;}
.slogan-contents .slogan-txtbox p {font-size: 15px; word-break: keep-all; line-height: 20px;}
.slogan-contents .slogan-txtbox p br {display: none;}

/* ÇÏ´Ü °øÅë */ 
.foot-box {padding: 0 2%;}

/* ÇÏ´Ü ·Î°í °øÅë */
.foot-logo {width: auto;}

/* ÇÏ´Ü Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {width: 100%; padding-left: 0; margin-top: 20px;}
.user-guide li:nth-of-type(3) {display: none;}
.user-guide li a {font-size: 15px; line-height: 16px;}
.user-guide li a:after {height: 13px;}
.user-guide li:nth-of-type(2) a:after {display: none;}
.address-info li {display: inline-block; width: 100%; line-height: 22px; letter-spacing: -0.5px; word-break: keep-all;}
.address-info li:after {display: none;}
.copyright-txt {font-size: 13px; letter-spacing: -0.8px;}

/* ÇÏ´Ü SNS ¹Ù·Î°¡±â ¹öÆ° */
.foot-sns {width: 100%; margin-top: 20px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* slogan-box »ó´Ü½½·Î°Ç ¿µ¿ª */
.slogan-box {margin-top: 70px;}

/* ÇÏ´Ü °øÅë */ 
.foot-box {padding: 0 2%;}

/* ÇÏ´Ü ·Î°í °øÅë */
.foot-logo {width: auto; margin-right: 20px;}

/* ÇÏ´Ü Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {width: 100%; padding-left: 0; margin-top: 20px;}

/* ÇÏ´Ü SNS ¹Ù·Î°¡±â ¹öÆ° */
.foot-sns {float: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* header PC »ó´Ü½ºÅ¸ÀÏ */
#header-inner {display: none;}

/* slogan-box »ó´Ü½½·Î°Ç ¿µ¿ª */
.slogan-box {margin-top: 70px;}

/* ÇÏ´Ü °øÅë */ 
.foot-box {padding: 0 2%;}

/* ÇÏ´Ü ·Î°í °øÅë */
.foot-logo {width: auto; margin-right: 20px;}

/* ÇÏ´Ü Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {width: 100%; padding-left: 0; margin-top: 20px;}
.address-info {width: 100%;}

/* ÇÏ´Ü SNS ¹Ù·Î°¡±â ¹öÆ° */
.foot-sns {float: 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;}

/* ÇÏ´Ü ·Î°í °øÅë */
.foot-logo {width: 260px;}

/* ÇÏ´Ü Á¤º¸, Ä«ÇÇ¶óÀÌÆ® °øÅë */
.address-box {width: 80%; padding-left: 0; margin-top: 15px;}
.address-info {width: 100%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 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;}

}