/* Layout Common */
#wrap {float: left; width: 100%; background: #fff;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile_mnav */
.mobile_topcontents {position: fixed; width: 100%; height: 70px; background: #fff; border-bottom: 1px solid #e2e1e1; z-index: 20;}
.mobile_gnb {float: left; width: 100%; padding-right: 2%; box-sizing: border-box;}
.mobile_gnb h1 {float: left; width: 175px;}
.mo_rightbtn {float: right;}
.mo_topbtn {float: left; margin-top: 10px;}
.mo_topbtn li {float: left; width: 50px; height: 50px;}
.mo_topbtn li:first-child {margin-right: 10px;}

/* mobile gnb_togglemenu common */
html .opened {overflow: hidden;} /* ¿ÞÂÊ ¸Þ´º°¡ ¿ÀÇÂµÉ ¶§ html¿¡ Àû¿ëµÇ´Â ¼Ó¼º */
.drawer-toggle {float: left;} /* 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: 999;} /* drawer open ½Ã ¹è°æ ¾îµÓ°Ô ÇÏ±â */ 
#blocker.opened {display: block; background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/toggle_ico_close.png) no-repeat 18% 20px;}

.drawer_area {float: right; width: 100%;}
.memberbox {font-family: "Noto Sans KR", sans-serif; text-align: center; padding: 20px 0; background-color: #f96422; overflow: hidden;}
.member_login {display: inline-block; width: 40%; margin-right: 2%;}
.member_login a {display: block; width: 100%; color: #fff; font-size: 15px; padding: 5px 0; border: 1px solid #fff; transition: all 0.3s ease;}
.member_login a:hover {background-color: #0097a9; border: 1px solid #0097a9;}
.member_join {display: inline-block; width: 40%;}
.member_join a {display: block; width: 100%; color: #fff; font-size: 15px; padding: 5px 0; border: 1px solid #fff; transition: all 0.3s ease;}
.member_join a:hover {background-color: #0097a9; border: 1px solid #0097a9;}

#slide_categorymenu {width: 100%; top: 0; right: 0px; font-family: "Noto Sans KR", sans-serif; z-index: 10000000000;}
#slide_categorymenu ul {width: 100%; height: 100%; background: #656565;} /* ¸Þ´ºÀüÃ¼¼½»ó */
#slide_categorymenu ul li {width: 100%; height: 60px; line-height: 60px; border-bottom: 1px solid #7f7e7e; overflow: hidden; position: relative; box-sizing: border-box;}
#slide_categorymenu ul li.tt_fr a {padding-left: 20px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {position: absolute; top: 28px; right: 20px; width: 10px; height: 6px; display: block;}
#slide_categorymenu ul li.tt_fr .lotate_none {position: absolute; top: 20px; right: 18px; width: 9px; height: 8px; display: block;-ms-transform: rotate(-90deg); /* IE 9 */ -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */ transform: rotate(-90deg);}
#slide_categorymenu ul li.tt_fr .lotate_none img {vertical-align: top;}
#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); /* IE 9 */ -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ transform: rotate(180deg);}
#slide_categorymenu ul li.active {background: #252425; color: #fff !important;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {display: block; cursor: pointer; color: #fff; font-size: 16px; 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 #ebeaea; height: 50px; line-height: 50px;}
#slide_categorymenu ul li ul.nav li a {display: block; font-size: 15px; font-weight: normal; color: #3d3d3d; cursor: pointer; transition: all 0.3s ease;}
#slide_categorymenu ul li ul.nav li a:hover {color: #fff; font-weight: bold; background-color: #8a939d; cursor: pointer; text-decoration: none;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* aside */
.aside_box {float: left; width: 100%; height: 70px; background: #fff;}
.aside_area {position: relative; margin: 0 auto; width: 100%; max-width: 1100px;}

/* logo */
.logo {float: left; width: 175px; height: 70px;}
.logo a {display: block; width: 100%; height: 100%;}
.logo img {width: 100%;}

.topbtn_link {float: right; margin-top: 23px;}
.topbtn_link ul {float: left; margin-top: 6px; margin-right: 10px;}
.topbtn_link ul li {display: inline-block;}
.topbtn_link ul li:after {display: inline-block; content: ""; width: 1px; height: 10px; margin: 0 5px; background: #d9d9d9;}
.topbtn_link ul li:last-child:after {display: none;}
.topbtn_link ul li a {display: inline-block; font-family: "Noto Sans KR", sans-serif; font-size: 12px; color: #b2b2b2; font-weight: 500; line-height: 12px; padding: 0 3px; vertical-align: 0.5px;}
.topbtn_link ul li a:hover {color: #f27a22; text-decoration: none; /*underline*/;}
.topbtn_link .onlinebtn {display: inline-block;}
.topbtn_link .onlinebtn a {display: block; height: 24px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #fff; font-weight: 500; line-height: 22px; padding: 0 10px; background: #f27a22; border: 1px solid #f27a22; box-sizing: border-box;}
.topbtn_link .onlinebtn a:hover {color: #f27a22; background: #fff; border: 1px solid #f27a22;}

/* page-header ½ºÅ©·Ñ½Ã ¸Þ´º°íÁ¤ */
.page-header {background: #fff; z-index: 99999;}
.page-header.sticky {position: fixed; top: 0; border-bottom: 1px solid #e2e2e2; z-index: 99999;}

/* gnball_box */
#gnball_box {float: left; width: 100%; height: 70px; background: #fff;}
.gnball_area {margin: 0 auto; width: 100%; max-width: 1100px;}

/* gnb_menu */
.gnb_wrap {float: left; width: 100%;}
.gnb {position: relative; float: left; width: 100%; z-index: 5;}
.gnb:after {position: absolute; display: inline-block; top: 4px; left: 0; content: ""; width: 100%; height: 2px; background: #e2e2e2; z-index: 1;}
.gnb > li {position: relative; float: left; width: 20%; z-index: 2;}
.gnb > li > a {display: block; width: 100%; height: 70px; padding: 13px 0 0 15px; box-sizing: border-box; transition: all 0.3s ease;}
.gnb > li:nth-of-type(1) > a {border-top: 4px solid #f8a31d; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;}
.gnb > li:nth-of-type(2) > a {border-top: 4px solid #bac632; border-right: 1px solid #e2e2e2;}
.gnb > li:nth-of-type(3) > a {border-top: 4px solid #4ac9c0; border-right: 1px solid #e2e2e2;}
.gnb > li:nth-of-type(4) > a {border-top: 4px solid #ba82bb; border-right: 1px solid #e2e2e2;}
.gnb > li:nth-of-type(5) > a {border-top: 4px solid #f26522; border-right: 1px solid #e2e2e2;}
.gnb > li > a span.kortxt {display: inline-block; width: 100%; font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #797979; font-weight: 400; line-height: 20px; transform: rotate(-0.04deg);}
.gnb > li > a span.engtxt {display: inline-block; width: 100%; font-family: "Cormorant Garamond", sans-serif; font-size: 17.5px; color: #252525; font-weight: 700; line-height: 20px; margin-top: 2px;}

/* gnb menu rollover*/
.gnb > li:nth-of-type(1):hover > a {background: #f8a31d; border-left: 1px solid #f8a31d;}
.gnb > li:nth-of-type(2):hover > a {background: #bac632;}
.gnb > li:nth-of-type(3):hover > a {background: #4ac9c0;}
.gnb > li:nth-of-type(4):hover > a {background: #ba82bb;}
.gnb > li:nth-of-type(5):hover > a {background: #f26522; border-right: 1px solid #f26522;}
.gnb > li:hover > a span.engtxt {color: #fff;}
.gnb > li:hover > a span.kortxt {color: #fff;}

.sub_wrap {height: 0; overflow: hidden;}
.sub {float: left; width: 100%; background: rgba(0,0,0,0.6); -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 a {display: block; width: 100%; height: 40px; font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #fff; font-weight: 300; line-height: 40px; padding-left: 15px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease;}
.sub li:last-child a {border: none;}
.sub li a:hover {background: rgba(0,0,0,1);}

/* footer common */
.footer_infobox {float: left; width: 100%; text-align: center; padding: 50px 0;}
.footer_infoarea {margin: 0 auto; width: 100%; max-width: 1100px;}
.p_callnumer {display: block; width: 100%;}
.p_callnumer a {font-family: "NanumSquare", sans-serif; font-size: 28px; color: #ed531c; font-weight: 800; line-height: 28px;}
.p_callnumer a span {color: #363636;}
.address_box {float: left; width: 100%; margin-top: 20px;}
.address_info {font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #949393; font-weight: 300; line-height: 22px;}
.address_info li {display: inline; margin: 0 10px;}
.user_memberbox {float: left; width: 100%; margin-top: 20px;}
.user_memberbtn li {display: inline-block;}
.user_memberbtn li a {display: block; width: 100%; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #676767; font-weight: 300; line-height: 14px; transform: rotate(-0.04deg); padding: 8px 15px; border: 1px solid #d8d6d6; box-sizing: border-box; transition: all 0.3s ease;}
.copyright_area {float: left; width: 100%; margin-top: 15px;}
.copyright {font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #aaa9a9; font-weight: 300; transform: rotate(-0.04deg);}

/* rollover eff */
.user_memberbtn li a:hover {color: #fff; background: #111; border: 1px solid #111;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
a.top {position: fixed; right: 20px; bottom: 20px; display: table; width: 50px; height: 50px; font-family: "Noto Sans KR", sans-serif !important;  color: #fff; text-align: center; line-height: 50px; background: #414141; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; display: none; opacity: .8;}
a.top:hover {background: #582d19; opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

.aside_box {display: none;}
#gnball_box {display: none;}

.footer_infobox {padding: 10% 1%; box-sizing: border-box;}
.p_callnumer a {font-size: 23px; letter-spacing: -0.8px;}
.address_info {letter-spacing: -0.8px;}
.address_info li:nth-of-type(3) {display: inline-block; width: 100%; margin: 0;}
.address_info li:nth-of-type(5) {margin: 0;}

/* user_memberbox */
.user_memberbox {margin: 20px 0 20px;}
.user_memberbtn li:last-child {display: none;}
.user_memberbtn li a {font-size: 12.5px;}
.copyright_area {margin-top: 10px;}
.copyright {font-size: 13px;}

/* gototop */
div.gototop {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

.aside_box {display: none;}
#gnball_box {display: none;}

.footer_infobox {padding: 10% 3%; box-sizing: border-box;}
.p_callnumer a {font-size: 25px; letter-spacing: -0.8px;}
.address_info {letter-spacing: -0.5px;}
.address_info li:nth-of-type(3) {display: inline-block; width: 100%; margin: 0;}
.address_info li:nth-of-type(5) {margin: 0;}

/* user_memberbox */
.user_memberbox {margin: 20px 0 10px;}
.user_memberbtn li:last-child {display: none;}
.copyright_area {margin-top: 10px;}
.copyright {font-size: 13px;}

/* gototop */
div.gototop {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 400,499 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:400px) and (max-width:499px) {

.address_info {font-size: 14px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 500,640 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:500px) and (max-width:640px) {

.address_info {font-size: 15px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

.aside_box {display: none;}
#gnball_box {display: none;}

.mobile_gnb {padding-left: 1%;}
.mobile_gnb h1 {width: 175px;}

.member_login a {font-size: 16px; padding: 8px 0;}
.member_join a {font-size: 16px; padding: 8px 0;}

#drawer {width: 50%; right: -50%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/toggle_ico_close.png) no-repeat 40% 20px;}
#slide_categorymenu ul li.tt_fr a {font-size: 20px; padding-left: 35px;}
#slide_categorymenu ul li.tt_fr .lotate_v {right: 35px;}
#slide_categorymenu ul li ul.nav li a {font-size: 17px;}

.address_info {font-size: 15px;}
.address_info li:nth-of-type(3) {display: inline-block; width: 100%; margin: 0;}

/* user_memberbox */
.user_memberbox {margin: 30px 0;}
.user_memberbtn li:last-child {display: none;}

.copyright_area {margin-top: 0;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

.aside_box {display: none;}
#gnball_box {display: none;}

.mobile_gnb {padding-left: 1%;}
.mobile_gnb h1 {width: 175px;}

.member_login a {font-size: 16px; padding: 8px 0;}
.member_join a {font-size: 16px; padding: 8px 0;}

#drawer {width: 50%; right: -50%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/toggle_ico_close.png) no-repeat 40% 20px;}
#slide_categorymenu ul li.tt_fr a {font-size: 20px; padding-left: 35px;}
#slide_categorymenu ul li.tt_fr .lotate_v {right: 35px;}
#slide_categorymenu ul li ul.nav li a {font-size: 17px;}

.mobile_call_area ul {padding: 4% 0 4% 80px;}
.mobile_call_area ul li a {font-size: 30px;}
.mobile_call_area ul li span.tit {font-size: 28px;}

.address_info {font-size: 15px;}
.address_info li:nth-of-type(3) {display: inline-block; width: 100%; margin: 0;}

/* user_memberbox */
.user_memberbox {margin: 30px 0 30px;}
.user_memberbtn li:last-child {display: none;}

.copyright_area {margin-top: 0;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

.mobile_topcontents {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1280 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

.mobile_topcontents {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

.mobile_topcontents {display: none;}

}