/* ·¹ÀÌ¾Æ¿ô °øÅë */
#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; background-color: #fff; border-top: 1px solid #d7d7d7;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile »ó´Ü¸Þ´º ¹× Åä±Û¸Þ´º ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile common */
#header-inner-m {position: fixed; width: 100%; background-color: #fff; border-bottom: 2px solid #0ea94e; z-index: 10000000; -webkit-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s;} /* z-index 7 ¼³Á¤°ª */

/* mobile »ó´Ü */
.mo-gnb-wrap {position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 7rem; padding: 0 1rem;}

/* mobile »ó´Ü ·Î°í ¹× Åä±Û ¿ÀÇÂ¹öÆ° */
.mo-gnb-wrap .mobile-logo {float: left;}
.mo-gnb-wrap .mobile-logo h1 {display: block; width: 23rem;}
.mo-gnb-wrap .mobile-logo h1 a {display: block;}
.mo-gnb-wrap .mobile-logo h1 img {width: 100%;}
.mo-gnb-wrap .mo-togglelist {float: right; font-size: 0;}
.mo-gnb-wrap .mo-togglelist .mo-call {display: inline-block; width: 4.6rem; height: 4.5rem; margin-right: 0.5rem;}
.mo-gnb-wrap .mo-togglelist .drawer-toggle {display: inline-block; width: 4.6rem; height: 4.5rem;}

/* mobile Åä±Û °øÅë¿µ¿ª */
html .opened {overflow: hidden;}
.drawer-toggle {top: 0; right: 0;}
#drawer {position: fixed; width: 80%; height: 100%; top: 0; right: -80%; background: #f9f9f9; /* Åä±Û¸Þ´º ÀüÃ¼¹è°æÄÃ·¯ */ -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: 999;} /* drawer open ½Ã ¹è°æ ¾îµÓ°Ô ÇÏ±â */ 
#blocker.opened {display: block; background-color: rgba(0,0,0,0.8); background-image: url("../img/wowweb/images/toggle_ico_close.png"); background-repeat: no-repeat; background-position: 8% 15px;}
.drawer-area {float: right; width: 100%; max-height: 100vh; overflow-y: auto; /* ¼¼·Î½ºÅ©·Ñ ¼³Á¤ */}

/* mobile Åä±Û - ·Î±×ÀÎ¿µ¿ª */
.mo-user-login {display: block; height: 60px; font-size: 0; text-align: center; padding: 10px; background: #1c9a1f; overflow: hidden;}
.mo-user-login li {display: inline-block; width: 50%; height: 4rem; border-top: 1px solid #3fbd42; border-right: 1px solid #3fbd42; border-bottom: 1px solid #3fbd42;}
.mo-user-login li:first-child {border-left: 1px solid #3fbd42;}
.mo-user-login li a {display: block; width: 100%; transform: rotate(-0.04deg); font-size: 1.6rem; color: #fff; font-weight: 400; line-height: 4rem;}

/* mobile Åä±Û - ¸Þ´º¸®½ºÆ® ¿µ¿ª */
#slide-categorymenu {width: 100%; top: 0; right: 0px; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg);}
#slide-categorymenu ul {width: 100%; height: 100%; background: #f5f5f5;} /* ¸Þ´º¸®½ºÆ® ÄÃ·¯ */
#slide-categorymenu ul .category-top {width: 100%; height: 5rem; font-size: 1.8rem; color: #fff; font-weight: 400; line-height: 5rem; text-align: center; background: #252525;}
#slide-categorymenu ul li {width: 100%; height: 5.5rem; line-height: 5.5rem; border-bottom: 1px solid #dbd8d8; overflow: hidden; position: relative;}
#slide-categorymenu ul li a {display: block; cursor: pointer; font-size: 1.7rem; color: #6e6e6e; font-weight: 500; text-decoration: none; cursor: pointer;} /* Åä±Û ´ë¸Þ´º */
#slide-categorymenu ul li.tt-fr a {padding-left: 2rem; cursor: pointer;}
#slide-categorymenu ul li.tt-fr .lotate-v {position: absolute; top: 2.35rem; right: 1.8rem; width: 1.75rem; height: 0.98rem; display: block;} /* ¿ìÃø È­»ìÇ¥¹öÆ° */
#slide-categorymenu ul li.tt-fr .lotate-v img {width: 100%; height: 100%; 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: #e2e6ea;} /* ´ë¸Þ´º Å¬¸¯½Ã ÄÃ·¯ */
#slide-categorymenu ul li.active a {color: #000; font-weight: 700; border-bottom: 1px solid #e4e3e3; cursor: pointer;}
#slide-categorymenu ul li ul.nav {background: #fff; display: none;} /* ÇÏÀ§¸Þ´º ÄÃ·¯ */
#slide-categorymenu ul li ul.nav li {border-bottom: 1px solid #ececec; height: 4rem; line-height: 4rem;}
#slide-categorymenu ul li ul.nav li:last-child {border-bottom: 0;}
#slide-categorymenu ul li ul.nav li a {display: block; font-size: 1.5rem; color: #6e6e6e; font-weight: 400; cursor: pointer; padding-left: 2rem; background: none;}
#slide-categorymenu ul li ul.nav li a:hover {color: #252525; font-weight: 700; background: #f5f5f5; cursor: pointer; text-decoration: none;}

/* mobile Åä±Û - °í°´Áö¿ø¼¾ÅÍ */
.toggle-customer {width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); padding: 2rem 2rem 2.2rem; background: #fff url("../img/wowweb/images/toggle_ico_customer.png") no-repeat 93% 15px; background-size: 14%; border-bottom: 1px solid #dbd8d8;}
.toggle-customer h4.tit {font-size: 2.2rem; color: #111; font-weight: 700; line-height: 2.3rem; letter-spacing: -0.08rem;}
.toggle-customer .cu-time {width: 100%; margin-top: 15px;}
.toggle-customer .cu-time p {font-size: 1.4rem; color: #929191; font-weight: 400; letter-spacing: -0.06rem;}
.customer-btns {width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 0; text-align: center; margin-top: 15px;}
.customer-btns a {display: inline-block; width: 47%; height: 4rem; font-size: 1.5rem; color: #6d6a6a; font-weight: 400; line-height: 4rem; letter-spacing: -0.08rem; text-align: center; background: #eeeded;}
.customer-btns a.btn1 {margin-right: 6%;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC GNB »ó´Ü ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header-inner {position: relative; width: 100%; height: 13.2rem; border-bottom: 2px solid #0ea94e; z-index: 10000000; -webkit-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s;} /* z-index7 ¼³Á¤°ª */

/* »ó´Ü È¸¿ø ¹Ù·Î°¡±â ¿µ¿ª */
.aside {position: relative; width: 100%; height: 3rem; background-color: #f4f3f3; border-bottom: 1px solid #edebeb;}
.aside .user-btns {margin: 0 auto; width: 100%; max-width: 1200px;}
.aside .user-btns ul {float: right; display: flex; justify-content: space-between; align-items: center; height: 3rem;}
.aside .user-btns ul li {display: inline-block;}
.aside .user-btns ul li a {display: block; transform: rotate(-0.03deg); font-size: 1.2rem; color: #a4a3a3; font-weight: 400;}
.aside .user-btns ul li a:after {display: inline-block; content: ""; width: 1px; height: 12px; margin: 0 1rem; background-color: #dbdbdb; vertical-align: -0.1rem;}
.aside .user-btns ul li:last-child a:after {display: none;}
.aside .user-btns ul li a:hover {color: #000;}

/* GNB ÀüÃ¼ ¿µ¿ª */
#header-inner .gnb-contents {position: relative; display: flex; justify-content: space-between; margin: 0 auto; width: 100%; max-width: 1200px; height: 10rem; background-color: #fff;} /* Çì´õ ¸ðµç ÄÁÅÙÃ÷ ¼¼·Î°¡¿îµ¥ Á¤·Ä */

/* ÁÂÃø »ó´Ü ·Î°í */
h1.logo {float: left; width: auto; height: 10rem; z-index: 2;}
h1.logo a {display: flex; width: 100%; height: 100%;}
h1.logo a img {width: 100%;}

/* GNB ´ë¸Þ´º ¸®½ºÆ® */
.gnb-wrap {float: left; width: 100%;}
.gnb {float: left; height: 10rem; line-height: 10rem; overflow: hidden;}
.gnb > li {float: left; width: 17rem;}
.gnb > li:first-child {border-left: 0;}
.gnb > li:last-child {border-right: 0;}
.gnb > li > a {display: block; width: 100%; transform: rotate(-0.03deg); font-size: 1.9rem; color: #111; font-weight: 500; text-align: center; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; transition: color .2s ease-in-out;}
.gnb li:hover > a {color: #0ea94e;}

/* GNB ÇÏÀ§¸Þ´º ¸®½ºÆ® */
.sub-wrap {position: absolute; height: 0; overflow: hidden; z-index: 2;}
.sub {float: left; -webkit-transition: opacity .25s ease .1s; -moz-transition: opacity .25s ease .1s; -o-transition: opacity .25s ease .1s; -ms-transition: opacity .25s ease .1s; transition: opacity .25s ease .1s;}
.sub li:last-child a {border: none; border-radius: 0 0 0.5rem 0.5rem;}
.sub li a {display: block; width: 16.8rem; height: 4rem; font-size: 1.4rem; color: #6c6c6c; font-weight: 300; padding: 0 1.5rem; line-height: 4rem; background: #fff url("../img/wowweb/images/submenu_arrow.png") no-repeat 92% center; border-bottom: 1px solid #eaeaea; transition: all 0.3s ease;}
.sub li a:hover {color: #fff; background: #0ea94e url("../img/wowweb/images/submenu_arrow_roll.png") no-repeat 92% center;}
.bars {width: 17rem; height: 4px; background: #0ea94e; display: block; position: absolute; top: 0px; display: none;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ÇÏ´Ü °øÅë - »ó´Ü */
.foottop {position: relative; float: left; width: 100%; padding-top: 3rem;}
.foottop .inner {margin: 0 auto; width: 100%; max-width: 1200px; display: flex; justify-content: space-between;}

/* ÇÏ´Ü °øÅë - È¸»ç ÁÖ¼Ò Á¤º¸ ¹× °ü¸®ÀÚ ¹öÆ° ¿µ¿ª */
.address_info {position: relative; float: left; width: 70%;}
.address_info ul {width: 100%; font-size: 0;}
.address_info ul li {transform: rotate(-0.03deg); display: inline-block; font-size: 1.4rem; color: #989797; font-weight: 400; letter-spacing: -0.04rem; padding-right: 1rem; margin-right: 1rem; margin-bottom: 0.5rem;}
.address_info ul li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ""; display: block; width: 1px; height: 14px; background-color: #d9d8d8;}
.address_info ul li:last-child:after {display: none;}
.address_info ul li a {color: #989797;}
.address_info .copyright {transform: rotate(-0.03deg); font-size: 1.35rem; color: #989797; font-weight: 300; line-height: 1; letter-spacing: -0.04rem;}
.btn-admin {position: relative; float: right;}
.btn-admin a {display: block; width: 13rem; height: 4rem; transform: rotate(-0.03deg); font-size: 1.35rem; color: #fff; font-weight: 300; text-align: center; line-height: 3.8rem; background-color: #aaaaaa; border: 1px solid #9a9898; transition: all 0.3s ease;}
.btn-admin a:hover {color: #000; background-color: #fff; border: 1px solid #000;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü */
.footbottom {position: relative; float: left; width: 100%;}
.footbottom .inner {margin: 0 auto; width: 100%; max-width: 1200px; display: flex; justify-content: space-between; padding: 2rem 0 4rem;}

/* ÇÏ´Ü °øÅë - ÀÌ¿ë¾à°ü ¹× °³ÀÎÁ¤º¸Ã³¸®¹æÄ§ ¿µ¿ª */
.foot-lnk {position: relative; float: left; margin-right: 2rem;}
.foot-lnk ul li {float: left; margin-right: 1.5rem;}
.foot-lnk ul li a {display: block; width: auto; height: 3rem; font-size: 1.35rem; color: #fff; font-weight: 300; text-align: center; line-height: 2.8rem; padding: 0 2rem; background-color: #aaaaaa; border: 1px solid #9a9898; transition: all 0.3s ease;}
.foot-lnk ul li a:hover {background-color: #000; border: 1px solid #000;}

/* 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: #000; border-radius: 10px; display: none; opacity: 1;}
div.gototop a.top:hover {background: #1c9a1f; opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü °øÅë - »ó´Ü */
.foottop {padding: 3rem 1rem 0;}
.address_info {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1):after {display: none;}
.address_info ul:nth-of-type(1) li:nth-of-type(2) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(2):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(2):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(3) {width: 100%;}
.address_info ul:nth-of-type(2) li:nth-of-type(3):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(4) {width: 100%;}
.address_info ul:nth-of-type(2) li:nth-of-type(4):after {display: none;}
.address_info .copyright {margin-top: 1rem;}

/* °ü¸®ÀÚ ·Î±×ÀÎ »èÁ¦ */
.btn-admin {display: none;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü */
.footbottom {padding: 0 1rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü °øÅë - »ó´Ü */
.foottop {padding: 3rem 1rem 0;}
.address_info {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1):after {display: none;}
.address_info ul:nth-of-type(1) li:nth-of-type(2) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(2):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(2):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(3) {width: 100%;}
.address_info ul:nth-of-type(2) li:nth-of-type(3):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(4) {width: 100%;}
.address_info ul:nth-of-type(2) li:nth-of-type(4):after {display: none;}
.address_info .copyright {margin-top: 1rem; letter-spacing: -0.08rem;}

/* °ü¸®ÀÚ ·Î±×ÀÎ »èÁ¦ */
.btn-admin {display: none;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü */
.footbottom {padding: 0 1rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 15px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü °øÅë - »ó´Ü */
.foottop {padding: 3rem 2rem 0;}
.address_info {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1):after {display: none;}
.address_info ul:nth-of-type(1) li:nth-of-type(2) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(2):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(3):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(4) {width: 100%;}
.address_info ul:nth-of-type(2) li:nth-of-type(4):after {display: none;}

/* °ü¸®ÀÚ ·Î±×ÀÎ »èÁ¦ */
.btn-admin {display: none;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü */
.footbottom {padding: 0 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 15px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü °øÅë - »ó´Ü */
.foottop {padding: 3rem 2rem 0;}
.address_info {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(1):after {display: none;}
.address_info ul:nth-of-type(1) li:nth-of-type(2) {width: 100%;}
.address_info ul:nth-of-type(1) li:nth-of-type(2):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(3):after {display: none;}
.address_info ul:nth-of-type(2) li:nth-of-type(4) {width: 100%;}
.address_info ul:nth-of-type(2) li:nth-of-type(4):after {display: none;}

/* °ü¸®ÀÚ ·Î±×ÀÎ »èÁ¦ */
.btn-admin {display: none;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü */
.footbottom {padding: 0 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}