/* loading Common eff */
#loading {position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; display: block; text-align: center; background-color: #fff; transition: transform 0.7s cubic-bezier(0.49,0.47,0.48,0.79); opacity: 0.9; z-index: 1000000000;} 
#loading div.loadcontents {position: absolute; top: 40%; left: 50%; margin-left: -32px; font-family: "Noto Sans KR", sans-serif; font-size: 18px; color: #252525; font-weight: 500;}
#loading div.loadcontents img {max-width: 100%; margin-bottom: 15px;}

/* Layout Common */
#wrap {float: left; width: 100%; height: 100%; background: #fff;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; background: #232222;}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile Contents */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile gnb_togglemenu common */
html .opened {overflow: hidden;} /* ¿ÞÂÊ ¸Þ´º°¡ ¿ÀÇÂµÉ ¶§ html¿¡ Àû¿ëµÇ´Â ¼Ó¼º */

.header-m {position: fixed; top: 0; left: 0; width: 100%; height: 65px; background: rgba(0,0,0,0.6); border-bottom: 2px solid #000; z-index: 3000;}
.mobile_gnbbox {float:left; width:100%; height: 65px;}
.mobile_gnbbox h1 {float: left; width: 180px;}
.mobile_gnbbox h1 span {display: inline-block; width: 100%; height: 100%;}
.allrighttbtn_area {float: right; width: 100px; margin-top: 10px; margin-right: 2.7%;}
.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: 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 20% 12px;}
.drawer_area {float: right; width: 100%; background-color: yellow;}

.memberbox {text-align: center; padding: 10px; background-color: #413f3f; overflow: hidden;}
.member_login {display: inline-block; width: 40%; margin-right: 1%; border: 1px solid #dddddd;}
.member_login a {display: block; color: #fff; font-size: 13px; transform: rotate(-0.03deg); padding: 5px 6px 5px 6px;}
.member_join {display: inline-block; width: 40%; border: 1px solid #dddddd;}
.member_join a {display: block; color: #fff; font-size: 13px; transform: rotate(-0.03deg); 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: "Gmarket Sans", sans-serif; transform: rotate(-0.03deg); font-size: 18px; color: #fff; font-weight: 500; text-align: center; padding-top: 2px; background: #a00000; border-bottom: 1px solid #a00000;}
#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;}
#slide_categorymenu ul li.tt_fr a {padding-left: 15px; 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; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.03deg); font-size: 16px; color: #333333; font-weight: 700;}
#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: 14.5px; font-weight: normal; 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 */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */






.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}




.gnb_box {position: fixed; top: 0; left: 0; float: left; width: 100%; height: 60px; background-color: #111; z-index: 1000000;}
.logoarea {position: absolute; width: 200px; top: 0; left: 0; z-index: 2;}

/* gnb_effect */
.gnb_wrap {position: absolute; top: 0; left: 220px; height: 60px; z-index: 2;}
.gnb {float: left; height: 60px; line-height: 60px; overflow: hidden;}
.gnb > li {float: left; padding: 0 20px;}
.gnb > li > a {display: block; width: 100%; font-family: "Noto Sans KR", sans-serif; font-size: 18px; color: #afaeae; font-weight: 500; text-align: left; -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: #fff;}
.sub_wrap {position: absolute; height: 0; overflow: hidden; z-index: 2;}
.sub {float: left; background: rgba(0,0,0,0.6); -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
-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: 160px; height: 40px; font-size: 14px; color: #d7d7d7; font-weight: 300; padding: 0 17px; line-height: 40px; background: url("../img/wowweb/images/submenu_arrow.png") no-repeat 90% 17px; border-bottom: 1px solid #797979;}
.sub li:last-child a {border: none;}
.sub li a:hover {color: #fff; background: #161515 url("../img/wowweb/images/submenu_arrow_roll.png") no-repeat 90% 17px;}
.sub li:last-child a:hover {-webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
.bars {width: 100px; height: 4px; background: #e31515; display: block; position: absolute; top: 0px; display: none;}

/* ¿ìÃø¸É¹ö½± ¹öÆ° */
.aside-btns {position: absolute; top: 20px; right: 0;}
.btnall {float: left; margin-right: 20px;}
.btnall li {float: left;}
.btnall a {display: block; font-size: 13px; color: #9a9898; font-weight: 300;}
.btnall a:hover {color: #fff;}
.topbtn-line {font-size: 11px; color: #585757; margin: 0 10px;}

/* footer common */
.foot-link {float: left; width: 100%; padding: 15px 0; background: #111;}
.foot-link ul {margin: 0 auto; width: 100%; max-width: 1200px; text-align: center;}
.foot-link ul li {display:inline;}
.foot-link ul li a {display: inline-block; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.03deg); font-size: 16px; color: #6f6f6f; font-weight: 400; line-height: 16px;}
.foot-link ul li a:hover {color: #fff;}
.foot-link ul li.link-line {font-size: 13px; color: #414040; font-weight: 300; margin: 0 10px 0 10px; vertical-align: 2px;}
.foot-info {margin: 0 auto; width: 100%; max-width: 1200px; text-align: center;}
.foot-info .address-info {display: inline-block; width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.03deg); font-size: 16px; color: #777575; font-weight: 400; line-height: 26px; letter-spacing: 0.5px; padding-top: 35px;}
.foot-info .address-info li {display:inline;}
.foot-info .address-info li.add-line {font-size: 13px; color: #444343; margin: 0 5px; vertical-align: 3px;}
.textbold {color: #fff;}
.foot-info .copyright {display: inline-block; width: 100%; padding: 10px 0 45px;}
.foot-info .copyright li {font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.03deg); font-size: 15px; color: #636262; font-weight: 400; line-height: 16px; letter-spacing: -0.2px;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
div.gototop a.top {position: fixed; right: 20px; bottom: 30px; 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: #6c6c6c; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 10px; display: none; opacity: .8;}
div.gototop a.top:hover {background: #9f0000; opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* Mobile »ó´Ü »èÁ¦ */
.gnb_box {display: none;}

/* footer common */
.foot-link ul li a {font-size: 13px; letter-spacing: -1px;}
.foot-link ul li.link-line {font-size: 11px; margin: 0 3px;}
.foot-info .address-info {font-size: 13px; line-height: 22px; letter-spacing: -1px;}
.foot-info .address-info li:nth-of-type(4) {display: inline-block; width: 100%;}
.foot-info .address-info li:nth-of-type(5) {display: none;}
.foot-info .address-info li.add-line {font-size: 12px;}
.foot-info .copyright li {font-size: 13px; letter-spacing: -0.5px;}

/* gototop */
div.gototop {display: none;}

}




/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* Mobile »ó´Ü »èÁ¦ */
.gnb_box {display: none;}

/* footer common */
.foot-link ul li a {font-size: 15px; letter-spacing: -0.8px;}
.foot-link ul li.link-line {margin: 0 5px;}

.foot-info .address-info {font-size: 15px; line-height: 24px; letter-spacing: -1px;}
.foot-info .address-info li:nth-of-type(4) {display: inline-block; width: 100%;}
.foot-info .address-info li:nth-of-type(5) {display: none;}
.foot-info .address-info li.add-line {font-size: 12px;}
.foot-info .copyright li {font-size: 13px; letter-spacing: -0.5px;}

/* gototop */
div.gototop {display: none;}

}



/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

.memberbox {padding: 12px 0;}
.member_login a {font-size: 18px; padding: 10px 0;}
.member_join a {font-size: 18px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#blocker.opened {background: rgba(0,0,0,0.8) url("../img/wowweb/images/toggle_ico_close.png") no-repeat 30% 20px; background-size: 30px 30px;}

#slide_categorymenu .category_top {height: 80px; font-size: 28px; line-height: 80px;}
#slide_categorymenu ul li {height: 70px; line-height: 70px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 32px; right: 30px;}
#slide_categorymenu ul li a {font-size: 22px;}
#slide_categorymenu ul li ul.nav li {height: 40px; line-height: 40px;}
#slide_categorymenu ul li ul.nav li a {font-size: 18px;}

/* Mobile »ó´Ü »èÁ¦ */
.gnb_box {display: none;}

/* gototop */
div.gototop {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

.memberbox {padding: 12px 0;}
.member_login a {font-size: 18px; padding: 10px 0;}
.member_join a {font-size: 18px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#blocker.opened {background: rgba(0,0,0,0.8) url("../img/wowweb/images/toggle_ico_close.png") no-repeat 30% 20px; background-size: 30px 30px;}

#slide_categorymenu .category_top {height: 80px; font-size: 28px; line-height: 80px;}
#slide_categorymenu ul li {height: 70px; line-height: 70px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 32px; right: 30px;}
#slide_categorymenu ul li a {font-size: 22px;}
#slide_categorymenu ul li ul.nav li {height: 40px; line-height: 40px;}
#slide_categorymenu ul li ul.nav li a {font-size: 18px;}

/* Mobile »ó´Ü »èÁ¦ */
.gnb_box {display: none;}

/* gototop */
div.gototop {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* PC »ó´Ü »èÁ¦ */
.header-m {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1280 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) {

/* PC »ó´Ü »èÁ¦ */
.header-m {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* PC »ó´Ü »èÁ¦ */
.header-m {display: none;}

}