/* Layout Common */
#wrap {float: left; width: 100%; background: url(../img/wowweb/images/main_topbg.jpg) no-repeat center top;}
#wrapsub {float: left; width: 100%; background: url(../img/wowweb/images/sub_topbg.jpg) no-repeat center top;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile_mnav */
.headertop {position: fixed; width: 100%; height: 80px; background: rgba(255,255,255,0.6); 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: 180px;}
.mo_rightbtn {float: right;}
.mo_topbtn {float: left; margin-top: 15px;}
.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: #6eb511; overflow: hidden;}
.member_login {display: inline-block; width: 40%; margin-right: 1%;}
.member_login a {display: block; width: 100%; color: #fff; font-size: 15px; padding: 5px 0; border: 1px solid #99cd56; 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 #99cd56; 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;}

/* mobile_call common */
.mobile_call {float: left; width: 100%; margin: 20px 0;}
.mobile_call_area {float: left; width: 100%; padding: 0 2%; box-sizing: border-box;}
.mobile_call_area ul {float: left; width: 100%; height: 100%; padding: 4% 0 4% 40px; box-sizing: border-box; background: url(../img/wowweb/images/m_call_bg.jpg) no-repeat; background-size: 100% 100%;}
.mobile_call_area ul li a {display: inline-block; width: 100%; height: 100%; font-family: "NanumSquare", sans-serif; font-size: 22px; color: #fff; font-weight: 700;}
.mobile_call_area ul li span.tit {display: inline-block; font-family: "Noto Sans KR", sans-serif; font-size: 20px; font-weight: 300; margin-right: 10px;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* aside */
.aside_box {float: left; width: 100%; margin-bottom: 10px;}
.aside_area {position: relative; margin: 0 auto; width: 100%; max-width: 1000px;}
.topbtn_box {float: right; margin-top: 42px;}
.topbtn_box ul {float: left; height: 22px; padding: 0 15px; background: url(../img/wowweb/images/topbtn_bg.jpg) repeat-x left top; border: 1px solid #5b950e; box-shadow: 0 0 5px 2px rgba(79,156,5,0.5);} /*XÃà,YÃà,Èå¸²Á¤µµ,È®»êÁ¤µµ*/
.topbtn_box ul li {float: left;}
.topbtn_box ul li.linev {margin: 3px 12px 0;}
.topbtn_box ul li a {display: block; font-family: "Noto Sans KR", sans-serif; font-size: 12px; color: #d5f1a0; font-weight: 500; line-height: 22px; transition: all 0.3s ease;}
.topbtn_box ul li a:hover {color: #ffff00; text-decoration: none; /*underline*/;}

/* gnball_box */
#gnball_box {float: left; width: 100%;}
.gnball_area {margin: 0 auto; width: 100%; max-width: 1000px;}

/* logo */
.logo_box {float: left; width: 185px; height: 78px;}
.logo_box .logo {float: left; width: 100%;}
.logo_box .logo a {display: block; width: 100%; height: 100%;}
.logo_box .logo img {width: 100%;}

/* gnb_menu */
.gnb_wrap {float: right;}
.gnb {float: left; width: 100%; text-align: left;}
.gnb > li {float: left; width: auto;}
.gnb > li > a {display: block; width: 100%; height: 73px; font-family: "Noto Sans KR", sans-serif; padding-top: 25px; box-sizing: border-box; transition: all 0.3s ease;}
.gnb > li > a span.kortxt {display: inline-block; width: 100%; font-size: 14px; color: #467804; font-weight: 500; line-height: 13px; letter-spacing: -0.5px; margin-bottom: 5px;}
.gnb > li > a span.engtxt {display: inline-block; width: 100%; font-size: 16px; color: #5caa09; font-weight: 700; line-height: 16px; letter-spacing: -0.8px;}
.gnb > li:hover > a span.kortxt {color: #f99013;}
.gnb > li:hover > a span.engtxt {color: #f3560a;}

.sub_wrap {position: absolute; height: 0; margin-left: -20px; overflow: hidden; z-index: 2;}
.sub {float: left; background: #6eb510; border: 1px solid #549103; -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 {border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub li a {display: block; width: 160px; height: 40px; font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #e3e3e3; font-weight: 300; line-height: 40px; text-align: center; transition: all 0.3s ease;}
.sub li:last-child a {border-bottom: 1px solid #549103;}
.sub li a:hover {color: #fff; background: #477a04;}
/*.bars {position: absolute; display: block; width: 200px; height: 4px; background-color: #ee4983; display: none;}*/

/* footer */
.footer_infobox {margin: 0 auto; width: 100%; max-width: 1000px;}
.bottombox {float: left; width: 100%; margin-top: 40px; border-top: 1px solid #cdcdcd;}
.bottombox:after {display: block; content: ""; width: 100%; height: 3px; background: #ebeaea;}

/* address_info */
.address_box {float: left; width: 100%; margin-top: 30px;}
.address_box h3 {float: left; width: 15%; margin-top: 10px; margin-left: 80px;}
.address_box .address_infobox {float: right; width: 76%;}
.address_box .address_infobox .address_txt {float: left; width: 100%; font-family: "Noto Sans KR", sans-serif; text-align: left;}
.address_box .address_infobox .address_txt li {display: inline; font-size: 13px; color: #8f8d8d; font-weight: 400; line-height: 22px; letter-spacing: -0.5px; margin-right: 15px;}
.address_box .address_infobox .address_txt li.copyright {display: inline-block; width: 100%;}

/* user_memberbox */
.user_memberbox {float: left; width: 100%; padding-top: 30px; margin: 30px 0 40px; border-top: 1px solid #d7d6d6;}
.user_memberarea {margin: 0 auto; width: 100%; max-width: 400px;}
.user_memberbtn li {float: left; width: 33.33333333333333%; border-top: 1px solid #d7d6d6; box-sizing: border-box;}
.user_memberbtn li:first-child {border-left: 1px solid #d7d6d6;}
.user_memberbtn li a {display: block; width: 100%; height: 35px; font-family: "Noto Sans KR", sans-serif; font-size: 13.5px; color: #abaaaa; font-weight: 300; text-align: center; line-height: 34px; border-right: 1px solid #d7d6d6; border-bottom: 1px solid #d7d6d6; box-sizing: border-box; transition: all 0.5s ease;} 
.user_memberbtn li a:hover {color: #5e5e5e; background: #f6f6f6;}

/* 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) {

#wrap {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
#wrapsub {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
.aside_box {display: none;}
#gnball_box {display: none;}

.bottombox {padding: 0 2%; box-sizing: border-box; margin-top: 0; border-top: 0;}
.address_box {text-align: center; padding-top: 20px; margin-top: 0; border-top: 1px solid #cdcdcd;}
.address_box h3 {float: none; display: inline-block; width: 120px; margin-left: 0;}
.address_box h3 img {width: 100%;}
.address_box .address_infobox {float: left; width: 100%;}
.address_box .address_infobox .address_txt {text-align: center;}
.address_box .address_infobox .address_txt li:nth-of-type(2) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li:nth-of-type(5) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li.copyright {margin-right: 0;}

/* user_memberbox */
.user_memberbox {margin: 20px 0 20px;}
.user_memberbtn li a {font-size: 12px;}

/* gototop */
div.gototop {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

#wrap {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
#wrapsub {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
.aside_box {display: none;}
#gnball_box {display: none;}

.bottombox {padding: 0 2%; box-sizing: border-box; margin-top: 0; border-top: 0;}
.address_box {text-align: center; padding-top: 20px; margin-top: 0; border-top: 1px solid #cdcdcd;}
.address_box h3 {float: none; display: inline-block; width: 120px; margin-left: 0;}
.address_box h3 img {width: 100%;}
.address_box .address_infobox {float: left; width: 100%;}
.address_box .address_infobox .address_txt {text-align: center;}
.address_box .address_infobox .address_txt li:nth-of-type(2) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li:nth-of-type(5) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li.copyright {margin-right: 0;}

/* user_memberbox */
.user_memberbox {margin: 20px 0 20px;}

/* gototop */
div.gototop {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,399 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:399px) {

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** jny_mobile 500,640 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:500px) and (max-width:640px) {

.mobile_call_area ul {padding: 5% 0 5% 50px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

#wrap {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
#wrapsub {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
.aside_box {display: none;}
#gnball_box {display: none;}

.member_login a {font-size: 17px;}
.member_join a {font-size: 17px;}

.mobile_gnb {padding-left: 1%;}
.mobile_gnb h1 {width: 200px;}
#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 {padding-left: 35px;}
#slide_categorymenu ul li.tt_fr .lotate_v {right: 35px;}

.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;}

.bottombox {padding: 0 2%; box-sizing: border-box; margin-top: 0; border-top: 0;}
.address_box {text-align: center; padding-top: 20px; margin-top: 0; border-top: 1px solid #cdcdcd;}
.address_box h3 {float: none; display: inline-block; width: 120px; margin-left: 0;}
.address_box h3 img {width: 100%;}
.address_box .address_infobox {float: left; width: 100%;}
.address_box .address_infobox .address_txt {text-align: center;}
.address_box .address_infobox .address_txt li {font-size: 16px; line-height: 26px;}
.address_box .address_infobox .address_txt li:nth-of-type(2) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li:nth-of-type(5) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li.copyright {margin-right: 0;}

/* user_memberbox */
.user_memberbox {margin: 30px 0;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

#wrap {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
#wrapsub {background: url(../img/wowweb/images/mo_main_topbg.jpg) no-repeat center top; background-size: 100%;}
.aside_box {display: none;}
#gnball_box {display: none;}

.member_login a {font-size: 18px;}
.member_join a {font-size: 18px;}

.mobile_gnb {padding-left: 1%;}
.mobile_gnb h1 {width: 200px;}
#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 {padding-left: 35px;}
#slide_categorymenu ul li.tt_fr .lotate_v {right: 35px;}

.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;}

.bottombox {padding: 0 2%; box-sizing: border-box; margin-top: 0; border-top: 0;}
.address_box {text-align: center; padding-top: 20px; margin-top: 0; border-top: 1px solid #cdcdcd;}
.address_box h3 {float: none; display: inline-block; width: 120px; margin-left: 0;}
.address_box h3 img {width: 100%;}
.address_box .address_infobox {float: left; width: 100%;}
.address_box .address_infobox .address_txt {text-align: center;}
.address_box .address_infobox .address_txt li {font-size: 16px; line-height: 26px;}
.address_box .address_infobox .address_txt li:nth-of-type(2) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li:nth-of-type(5) {display: inline-block; width: 100%; margin-right: 0;}
.address_box .address_infobox .address_txt li.copyright {margin-right: 0;}

/* user_memberbox */
.user_memberbox {margin: 30px 0 30px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

.headertop {display: none;}
.mobile_call {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1280 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

.headertop {display: none;}
.mobile_call {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

.headertop {display: none;}
.mobile_call {display: none;}

}