#wrap {float: left; width: 100%; background: #fff;}
#header {float: left; position: fixed; top: 0; left: 0; width: 100%; height: 85px; background: rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.2); box-sizing: border-box; z-index: 3000000; transition: all 0.5s ease;}
#header:hover {background: rgba(0,0,0,0.7);}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; background: #2a2a2a;}

/* mobile gnb_contents common */
#header-inner-m {width: 100%; height: 85px; margin-right: auto; margin-left: auto; margin-top: 0px;}
#header-inner-mlogo {float: left; width: 167px; margin-left: 2%; margin-top: 11px;}
#header-inner-mlogo-img {float: left; height: 39px;}
#header-inner-mlogo h1 img {width: 100%;}
#header-inner-mnav {float: right;}
#header-inner-mnav p {display: block; float: left;}
#header-inner-mnav p:hover {color: rgba(255,255,255,1); background-color: hsla(225,13%,18%,1); cursor:pointer;}

.top_reserve_btn {float: left;}
.top_reserve_btn ul {float: left;}
.top_reserve_btn ul li {float: left; width: 100px;}
.top_reserve_btn ul li a {display: block; width: 100%; height: 85px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #fff; font-weight: 300; line-height: 130px; text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.2); box-sizing: border-box;}
.top_reserve_btn ul li:nth-child(1) a {background: url(../img/wowweb/images/top_ico1.png) no-repeat center 15px; transition: all 0.5s ease;}
.top_reserve_btn ul li:nth-child(1) a:hover {background: rgba(0,0,0, 0.1) url(../img/wowweb/images/topicon_online.png) no-repeat center 15px;}

.hamburger .line {width: 32px; height: 4px; background-color: #fff; display: block; margin: 6px auto;}
.hamburger:hover {cursor: pointer;}
.drawer-toggle span.menutxt {display: block; width: 100%; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #fff; font-weight: 300; text-align: center; margin-top: 12px;}

/* mobile gnb_togglemenu common */
html .opened {overflow: hidden;} /* ¿ÞÂÊ ¸Þ´º°¡ ¿ÀÇÂµÉ ¶§ html¿¡ Àû¿ëµÇ´Â ¼Ó¼º */
.drawer-toggle {float: left; width: 80px; height: 90px; top: 0; right: 0; padding-top: 13px; box-sizing:border-box;} /* open/closed ¹öÆ° */
#drawer {position: fixed; width: 30%; height: 100%; top: 0; right: -30%; 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/icon_close.png) no-repeat 68% 20px;}

.drawer_area {float: right; width: 100%;}
.memberbox {font-family: "Noto Sans KR", sans-serif; text-align: center; padding: 20px 0; background-color: #010C16; 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: 15px 0; border: 1px solid #535456; transition: all 0.3s ease;}
.member_login a:hover {background-color: #03325e; border: 1px solid #2a509c;}
.member_join {display: inline-block; width: 40%;}
.member_join a {display: block; width: 100%; color: #fff; font-size: 15px; padding: 15px 0; border: 1px solid #535456; transition: all 0.3s ease;}
.member_join a:hover {background-color: #03325e; border: 1px solid #2a509c;}

#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: #3d3d3d;}
#slide_categorymenu ul li {width: 100%; height: 70px; line-height: 70px; border-bottom: 1px solid #515151; overflow: hidden; position: relative; box-sizing:border-box;}
#slide_categorymenu ul li.tt_fr a {padding-left: 30px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {position: absolute; top: 32px; right: 30px; 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: #fff; font-size: 18px; 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: #dededd; display: none;}
#slide_categorymenu ul li ul.nav li {border-bottom: 1px solid #c7c7c7; 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: #07355e; cursor: pointer; text-decoration: none;}

/* pc gnb_contents common */
#header-inner {width: 100%; height: 85px; margin-right: auto; margin-left: auto; margin-top: 0; transition: all 0.5s ease;}
#header-inner:hover {background: rgba(0,0,0,0.7);}
#header-inner-logo {float: left; width: 167px; margin-left: 2%; margin-top: 11px;}
#header-inner-logo-img {float: left; height: 63px;}
#header-inner-nav {float: right; margin-right: 0;}
#header-inner-nav p {display: block; float: left;}

/* pc gnb common */
.gnb {float: left; height: 85px; line-height: 85px; box-sizing: border-box; overflow: hidden;}
.gnb > li {float: left; box-sizing: border-box;}
.gnb > li > a {display: block; width: 100px; padding-left: 10px; box-sizing: border-box; font-family: "Noto Sans KR", sans-serif; font-size: 16px; color: #fff; 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: #00d2ff;}
.gnb > li.mainmn2 > a {width: 105px;}
.gnb > li.mainmn3 > a {width: 150px;}
.gnb > li.mainmn4 > a {width: 150px;}
.gnb > li.mainmn5 > a {width: 150px;}

.sub_wrap {position: absolute; height: 0; overflow: hidden; z-index: 2;}
.sub {float: left; background-color: rgba(0,0,0, 0.3); -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: 120px; height: 40px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 400; padding: 0 20px; line-height: 40px; 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 {color: #fff; background: rgba(24,66,144,0.7);}
.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: 80px; height: 4px; background-color: rgba(0,210,255,0.8) ; display: block; position: absolute; top: 0px; display: none;}

/* pc gnb_top_shortcut */
.top_shortcut_box {float: right; margin-left: 50px;}
.top_shortcut_box ul {float: left;}
.top_shortcut_box ul li {float: left; width: 100px;}
.top_shortcut_box ul li a {display: block; width: 100%; height: 85px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #fff; font-weight: 300; line-height: 130px; text-align: center; border-left: 1px solid rgba(255, 255, 255, 0.2); box-sizing: border-box;}
.top_shortcut_box ul li:nth-child(1) a {background: url(../img/wowweb/images/top_ico1.png) no-repeat center 15px; transition: all 0.5s ease;}
.top_shortcut_box ul li:nth-child(1) a:hover {background: rgba(24,66,144,0.7) url(../img/wowweb/images/top_ico1.png) no-repeat center 15px;}
.top_shortcut_box ul li:nth-child(2) a {background: url(../img/wowweb/images/top_ico2.png) no-repeat center 15px; transition: all 0.5s ease;}
.top_shortcut_box ul li:nth-child(2) a:hover {background: rgba(24,66,144,0.7) url(../img/wowweb/images/top_ico2.png) no-repeat center 15px;}

/* mobile_customer_box */
.mobile_customer_box {float: left; width: 100%;}
.m_customer_callarea {float: left; width: 100%;}
.m_customer_callarea ul {float: left; width: 100%; height: auto; background: url(../img/wowweb/images/m_phonecenter_bg.jpg) no-repeat; background-size: 100% 100%;}
.m_customer_callarea ul li a {display: block; width: 100%; height: 72px; font-family: "Nanum Gothic", sans-serif; font-size: 20px; color: #fff; font-weight: bold; line-height: 72px; padding-left: 45%; box-sizing:border-box;}

/* footer common */
.footer_infobox {float: left; width: 100%; text-align: center; padding: 50px 0;}
.logogray {display: inline-block; width: 165px; margin-bottom: 30px;}
.p_callnumer {font-family: "NanumSquare", sans-serif; font-size: 28px; color: #00d2ff; font-weight: 700; line-height: 28px;}
.p_callnumer span {color: #fff; font-weight: 400;}
.address_box {float: left; width: 100%; margin-top: 20px;}
.address_info {font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #c5c4c4; 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%; height: 30px; font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #b7b6b6; font-weight: 300; line-height: 28px; padding: 0 15px; border: 1px solid #757474; box-sizing:border-box; transition: all 0.3s ease;}
.user_memberbtn li a:hover {color: #fff; border: 1px solid #fff;}
.copyright_area {float: left; width: 100%; margin-top: 15px;}
.copyright {font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #787878; font-weight: 400;}

/* gototop */
.gototop {position: fixed; bottom: 20px; right: 20px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.gototop.active {opacity: 0.8; visibility: visible;}
.gototop a {width: 50px; height: 50px; display: table; background: #000; color: #fff; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px;}
.gototop a:hover {background: #184290;}
.gototop a i {height: 50px; display: table-cell; vertical-align: middle;}
[class^="icon-"], [class*=" icon-"] 
{font-family: "Noto Sans KR", sans-serif !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

#header-inner-mlogo {width: 150px; margin-top: 13px;}
.hamburger .line {width: 30px; margin: 6px auto;}

/* mobile gnb_contents_common */
.memberbox {padding: 10px 0;}
.member_login a {font-size: 13px; padding: 7px 0;}
.member_join a {font-size: 13px; padding: 7px 0;}

/* mobile gnb_togglemenu_common */
.top_reserve_btn ul li {width: 80px;}
.top_reserve_btn ul li a {font-size: 12px;}
.drawer-toggle {width: 60px;}
.drawer-toggle span.menutxt {font-size: 12px;}

#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/icon_close.png) no-repeat 30% 11px; background-size: 36px;}

#slide_categorymenu .category_top {height: 60px; font-size: 16px; line-height: 60px;}
#slide_categorymenu ul li {height: 55px; line-height: 55px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 20px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 24px; right: 20px;}
#slide_categorymenu ul li.active {background: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {font-size: 15px;}
#slide_categorymenu ul li ul.nav li {height: 40px; line-height: 40px;}
#slide_categorymenu ul li ul.nav li a {font-size: 14px;}

/* pc gnb_contents_common */
#header-inner {display: none;}
.m_customer_callarea ul li a {height: 68px; line-height: 68px;}

/* footer_common */
.p_callnumer {font-size: 22px;}
.address_info li {display: inline-block; width: 100%; margin: 0;}
.address_info li:nth-child(6) br {display: none;}
.user_memberbtn li {padding: 0 1px;}
.user_memberbtn li a {padding: 0 5px;}
.user_memberbtn li:last-child {display: none;}
.copyright {font-size: 12px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* mobile gnb_contents_common */
.memberbox {padding: 12px 0;}
.member_login a {font-size: 13px; padding: 7px 0;}
.member_join a {font-size: 13px; padding: 7px 0;}

/* mobile gnb_togglemenu_common */
.top_reserve_btn ul li {width: 80px;}
.top_reserve_btn ul li a {font-size: 12px;}
.drawer-toggle {width: 60px;}
.drawer-toggle span.menutxt {font-size: 12px;}

#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/icon_close.png) no-repeat 30% 10px; background-size: 40px 40px;}

#slide_categorymenu .category_top {height: 60px; font-size: 16px; line-height: 60px;}
#slide_categorymenu ul li {height: 55px; line-height: 55px;}
#slide_categorymenu ul li.tt_fr a {padding-left: 20px; cursor: pointer;}
#slide_categorymenu ul li.tt_fr .lotate_v {top: 24px; right: 20px;}
#slide_categorymenu ul li.active {background: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {font-size: 15px;}
#slide_categorymenu ul li ul.nav li {height: 40px; line-height: 40px;}
#slide_categorymenu ul li ul.nav li a {font-size: 14px;}

/* pc gnb_contents_common */
#header-inner {display: none;}

/* footer_common */
.footer_infobox {padding: 30px 0;}
.p_callnumer {font-size: 24px; letter-spacing: -0.8px;}
.address_box {padding: 0 2%; box-sizing:border-box;}
.address_info li {display: inline-block; width: 100%; margin: 0; letter-spacing: -0.5px;}
.user_memberbtn li {padding: 0 1px;}
.user_memberbtn li a {padding: 0 8px;}
.user_memberbtn li:last-child {display: none;}
.copyright {font-size: 13px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** jny_mobile 400,499 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:400px) and (max-width:499px) {

.address_info {font-size: 14px;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* mobile gnb_contents_common */
.memberbox {padding: 12px 0;}
.member_login a {font-size: 16px; padding: 10px 0;}
.member_join a {font-size: 16px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/icon_close.png) no-repeat 30% 10px; background-size: 50px 50px;}

#slide_categorymenu .category_top {height: 80px; font-size: 24px; 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.active {background: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {font-size: 20px;}
#slide_categorymenu ul li ul.nav li {height: 52px; line-height: 52px;}
#slide_categorymenu ul li ul.nav li a {font-size: 18px;}

/* pc gnb_contents_common */
#header-inner {display: none;}
.m_customer_callarea ul li a {height: 130px; font-size: 36px; line-height: 130px;}

/* footer_common */
.p_callnumer {font-size: 28px; letter-spacing: -0.8px;}
.address_info {font-size: 15px; line-height: 25px;}
.address_info li:nth-child(4) {display: inline-block;}
.address_info li:nth-child(6) br {display: none;}
.address_info li:nth-child(7) {display: inline-block;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* mobile gnb_contents_common */
.memberbox {padding: 12px 0;}
.member_login a {font-size: 20px; padding: 10px 0;}
.member_join a {font-size: 20px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../img/wowweb/images/icon_close.png) no-repeat 30% 10px; background-size: 55px 55px;}

#slide_categorymenu .category_top {height: 80px; font-size: 24px; 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.active {background: #000; color: #fff;}
#slide_categorymenu ul li.active a {color: #fff; cursor: pointer;}
#slide_categorymenu ul li a {font-size: 22px;}
#slide_categorymenu ul li ul.nav li {height: 58px; line-height: 58px;}
#slide_categorymenu ul li ul.nav li a {font-size: 20px;}

/* pc gnb_contents_common */
#header-inner {display: none;}
.m_customer_callarea ul li a {height: 140px; font-size: 40px; line-height: 140px;}

/* footer_common */
.p_callnumer {font-size: 28px; letter-spacing: -0.8px;}
.address_info {font-size: 15px; line-height: 25px;}
.address_info li:nth-child(4) {display: inline-block;}
.address_info li:nth-child(6) br {display: none;}
.address_info li:nth-child(7) {display: inline-block;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

#header-inner-logo {float: left; margin-left: 1%;}
.gnb {margin-right: 5px;}
.gnb > li > a {padding-left: 0;}
.gnb > li > a {width: 90px;}
.gnb > li.mainmn2 > a {width: 95px;}
.gnb > li.mainmn3 > a {width: 140px;}
.gnb > li.mainmn4 > a {width: 140px;}
.gnb > li.mainmn5 > a {width: 140px;}

.top_shortcut_box {margin-left: 10px;}
.mobile_customer_box {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_pc 1280 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) {

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

.address_info li br {display: none;}
.mobile_customer_box {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

.address_info li br {display: none;}
.mobile_customer_box {display: none;}

}