/* Layout Common */
#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; border-top: 1px solid #d7d4d4;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile_left_togglemenu_common */
html .opened {overflow: hidden;} /* ¿ÞÂÊ ¸Þ´º°¡ ¿ÀÇÂµÉ ¶§ html¿¡ Àû¿ëµÇ´Â ¼Ó¼º */
.headertop {position: fixed; top:0; left: 0; width: 100%; height: 65px; background: #fff; border-bottom: 2px solid #000; z-index: 3000;}
.mobile_gnbbox {float:left; width:100%; height: 65px;}
.mobile_gnbbox h1 {float: left; width: 120px; margin-top: 7px; margin-left: 1%;}
.allrighttbtn_area {float: right; width: 100px; margin-top: 10px; margin-right: 2%;}
.topbtn_call li {float: left; width: 45px; height: 44px;}
.topbtn_mlist li {float: left; width: 45px; height: 44px; margin-left: 10px;}

.drawer-toggle {top: 0; right: 0;} /* open/closed ¹öÆ° */
#drawer {position: fixed; width: 60%; height: 100%; top: 0; right: -60%; background: #fff; -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: url("../img/wowweb/images/icon_close.png") no-repeat 0 top; 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;}
.drawer_area {float: right; width: 100%; background-color: yellow;}

.memberbox {text-align: center; padding: 10px; background-color: #f9964e; overflow: hidden;}
.member_login {display: inline-block; width: 42%; border: 1px solid #fff;}
.member_login a {display: block; color: #fff; font-family: "Noto Sans KR", sans-serif; font-size: 14px; padding: 5px 6px 5px 6px;}
.member_join {display: inline-block; width: 42%; border: 1px solid #fff;}
.member_join a {display: block; color: #fff; font-family: "Noto Sans KR", sans-serif; font-size: 14px; padding: 5px 6px 5px 6px;}

#slide_categorymenu {width: 100%; top: 0; right: 0px; z-index: 10000000000; background-color: #f3f3f3;}
#slide_categorymenu .category_top {float: left; width: 100%; height: 45px; font-family: "Noto Sans KR", sans-serif; font-size: 16px; color: #fff; font-weight: 500; text-align: center; background: #f26927; border-bottom: 1px solid #d94c09;}
#slide_categorymenu ul {width: 100%; height: 100%; background-color: #f3f3f3;}
#slide_categorymenu ul li {width: 100%; height: 45px; background-color: #f3f3f3; line-height: 45px; border-bottom: 1px solid #e0e1e6; overflow: hidden; position: relative; box-sizing:border-box;}
#slide_categorymenu ul li.tt_fr a {padding-left: 10px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {position: absolute; top: 20px; right: 18px; 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: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {display: block; cursor: pointer; color: #333333; transform: rotate(-0.04deg); font-size: 15px; font-weight: 700; letter-spacing: -0.6px; font-family: "Noto Sans KR", sans-serif; 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 {padding: 15px 0 10px; border-top: 1px solid #e0e1e6; background: #ffffff; display: none;}
#slide_categorymenu ul li ul.nav li {background: #ffffff; margin-bottom: 8px; border-bottom: 0; height: 20px; line-height: 20px;}
#slide_categorymenu ul li ul.nav li a {display: block; font-size: 14px; font-family: "Noto Sans KR", sans-serif; font-weight: 400; color: #858585; cursor: pointer; text-decoration: none;}
#slide_categorymenu ul li ul.nav li a:hover {color: #292929; font-weight: bold; cursor: pointer; text-decoration: none;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* header_common */
.topbtn_box {float: left; width: 100%; height: 30px; background-color: #f4f3f3; border-bottom: 1px solid #edebeb; box-sizing: border-box;}
.topbtn_area {margin: 0 auto; width: 100%; max-width: 1200px;}
.btnall {float: right; margin-top: 6px;}
.btnall li {display: inline-block;}
.btnall a {display: block; font-family: "Noto Sans KR", sans-serif; font-size: 12px; color: #c3c3c3;}
.btnall a:hover {color: #202020;}
.topbtn_line {width: 1px; height: 11px; margin: 0 10px;}
.topbtn_line img {width: 100%; margin-top: -4px;}

/* gnb_common */
.gnbcontent_box {position: relative; float: left; width: 100%; height: 100px;}
.gnbcontent_area {margin: 0 auto; width: 100%; max-width: 1200px;}
.logoarea {float: left; width: 136px; height: 60px; margin-top: 20px;}
.gnb_wrap {float: right; width: 1000px; height: 100px;}
.gnb {float: left; width: 1000px; top: 30px; overflow: hidden; z-index: 2;}
.gnb > li {float: left; text-align: center;}
.gnb > li > a {width: auto; height: 100px; display: block; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 20px; color: #000; font-weight: 500; line-height: 100px; border-right: 0; padding: 0 18px; box-sizing: border-box;}
.gnb > li:hover > a{color: #f26927;}
.sub_wrap {position: absolute; height: 0; overflow: hidden; z-index: 10;}
.submn {float: left;}
.submn li a {display: block; width: 200px !important; height: 40px; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 15px; color: #616161; font-weight: 400; line-height: 40px; text-align: left; padding-left: 15px; background: #fff url("../img/wowweb/images/submenu_arrow.png") no-repeat 92% 15px; border-bottom: 1px solid #eaeaea; box-sizing: border-box;}
.submn li:last-child a {border: none; border-radius: 0 0 5px 5px;}
.submn li a:hover {color: #fff; background: #000 url("../img/wowweb/images/submenu_arrow_roll.png") no-repeat 92% 15px;}
.bars {width: 100px; height: 4px; background: #f26927; display: block; position: absolute; top: 0px; display: none;}

.submn3 li a {width: 250px !important;}
.submn4 li a {width: 250px !important;}

/* footer_common */
.footer_infobox {margin: 0 auto; width: 100%; max-width: 1200px;}
.bottombox {float: left; width: 100%; margin-top: 30px; margin-bottom: 30px;}
.address_info_area {float: left; width: 83.3334%;}
.address_info_area ul {float: left; width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 14px; color: #8c8888; font-weight: 300; line-height: 20px; letter-spacing: 0.5px;}
.address_info li {float: left; display:inline;}
.address_info li:nth-child(10) {display: none;}
.address_info li strong {color: #ff0000; font-weight: 500;}
.foot_line {width: 1px; margin: -1px 10px 0;}
.textbold {color: #171717; font-weight: 500;}
.userguide_area li {float: left; margin-top: 15px;}
.userguide_area li a {display: block; width: 100px; height: 30px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #fff; font-weight: 300; text-align: center; line-height: 30px; background-color: #aaaaaa; border: 1px solid #9a9898;}
.userguide_area li:nth-child(2) a {width: 150px; margin-left: 10px;}
.userguide_area li a:hover {background-color: #000; border: 1px solid #000;}
.adminlogin_area {float: right;}
.adminlogin_area a {display: block; width: 130px; height: 40px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #fff; font-weight: 300; text-align: center; line-height: 40px; background-color: #aaaaaa; border: 1px solid #9a9898;}
.adminlogin_area a:hover {color: #000; background-color: #fff; border: 1px solid #000;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

.allrighttbtn_area {width: 90px; margin-top: 15px;}
.topbtn_call li {width: 37px; height: 36px;}
.topbtn_mlist li {width: 37px; height: 36px;}
.topbtn_box {display: none;}
.gnbcontent_box {display: none;}

.address_info_area {width: 100%; text-align: center;}
.address_info li {float: none; display: inline-block;}
.address_info li:nth-child(1) {width: 100%;}
.address_info li:nth-child(2) {display: none;}
.address_info li:nth-child(6) {display: none;}
.address_info li:nth-child(7) {display: inline-block;}
.address_info li:nth-child(8) {display: inline;}
.address_info li:nth-child(9) {display: inline;}
.address_info li:nth-child(10) {display: none;}
.address_info li:nth-child(11) {width: 100%;}
.address_info li:nth-child(12) {display: none;}
.address_info li:nth-child(13) {width: 100%;}
.address_info li:nth-child(14) {display: none;}
.address_info li:nth-child(15) {width: 100%;}

.copyright {font-size: 12px; letter-spacing: -0.2px;}
.address_info_area ul {text-align: center;}

.userguide_area li {float: none; display: inline-block;}
.adminlogin_area {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

.topbtn_box {display: none;}
.gnbcontent_box {display: none;}
.address_info_area {width: 100%; text-align: center;}

.address_info li {float: none; display: inline-block;}
.address_info li:nth-child(1) {width: 100%;}
.address_info li:nth-child(2) {display: none;}
.address_info li:nth-child(6) {display: none;}
.address_info li:nth-child(7) {display: inline-block;}
.address_info li:nth-child(8) {display: inline;}
.address_info li:nth-child(9) {display: inline;}
.address_info li:nth-child(10) {display: none;}
.address_info li:nth-child(11) {width: 100%;}
.address_info li:nth-child(12) {display: none;}
.address_info li:nth-child(13) {width: 100%;}
.address_info li:nth-child(14) {display: none;}
.address_info li:nth-child(15) {width: 100%;}

.copyright {font-size: 12px; letter-spacing: -0.2px;}
.address_info_area ul {text-align: center;}

.userguide_area li {float: none; display: inline-block;}
.adminlogin_area {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

.headertop {height: 100px;}
.mobile_gnbbox h1 {width: 180px; margin-top: 10px;}
.allrighttbtn_area {width: 140px; margin-top: 18px; margin-right: 2.7%;}
.topbtn_call li {width: 65px; height: 64px;}
.topbtn_mlist li {width: 65px; height: 64px; margin-left: 10px;}

#slide_categorymenu .category_top {height: 60px; font-size: 22px;}
#slide_categorymenu ul li {height: 60px; line-height: 60px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px;}
#slide_categorymenu ul li.tt_fr .lotate_v {position: absolute; top: 28px; right: 30px; width: 10px; height: 6px; display: block;}
#slide_categorymenu ul li a {font-size: 20px;}
#slide_categorymenu ul li ul.nav li {height: 30px; line-height: 30px;}
#slide_categorymenu ul li ul.nav li a {font-size: 16px;}

.topbtn_box {display: none;}
.gnbcontent_box {display: none;}
.bottombox {padding: 0 2%; box-sizing: border-box;}
.address_info_area {float: left; width: 100%;}

.address_info li:nth-child(8) {display: none;}
.address_info li:nth-child(10) {display: inline !important;}
.address_info li:nth-child(14) {display: none;}

.adminlogin_area {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

.headertop {height: 100px;}
.mobile_gnbbox h1 {width: 180px; margin-top: 10px;}
.allrighttbtn_area {width: 140px; margin-top: 20px; margin-right: 2.7%;}
.topbtn_call li {width: 65px; height: 64px;}
.topbtn_mlist li {width: 65px; height: 64px; margin-left: 10px;}

#slide_categorymenu .category_top {height: 60px; font-size: 22px;}
#slide_categorymenu ul li {height: 60px; line-height: 60px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px;}
#slide_categorymenu ul li.tt_fr .lotate_v {position: absolute; top: 28px; right: 30px; width: 10px; height: 6px; display: block;}
#slide_categorymenu ul li a {font-size: 20px;}
#slide_categorymenu ul li ul.nav li {height: 30px; line-height: 30px;}
#slide_categorymenu ul li ul.nav li a {font-size: 16px;}

.topbtn_box {display: none;}
.gnbcontent_box {display: none;}
.bottombox {padding: 0 2%; box-sizing: border-box;}
.address_info_area {float: left; width: 100%;}
.address_info_area ul {font-size: 15px; line-height: 24px;}

.address_info li:nth-child(8) {display: none;}
.address_info li:nth-child(10) {display: inline !important;}
.address_info li:nth-child(14) {display: none;}

.adminlogin_area {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

.headertop {display: none;}
.mobilemain_customer_box {display: none;}

.gnb_wrap {width: auto;}
.gnb {width: auto;}
.gnb > li > a {padding: 0 10px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1280 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

.headertop {display: none;}
.mobilemain_customer_box {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

.headertop {display: none;}
.mobilemain_customer_box {display: none;}

}