#wrap {float: left; width: 100%;}
#header {float: left; position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: rgba(0,0,0,0.15); border-bottom: 1px solid rgba(255,255,255,0.3); box-sizing: border-box; z-index: 3000000;}

/* mobile gnb_contents_common */
#header-inner-m {width: 100%; height: 80px; margin-right: auto; margin-left: auto; margin-top: 0px; /* box-shadow: 0 5px 5px rgba(0,0,0,0.2); */}
#header-inner-mlogo {float: left; width: 220px; margin-left: 2%; margin-top: 20px;}
#header-inner-mlogo-img {float: left; height: 39px;}
#header-inner-mlogo h1 img {width: 100%;}
#header-inner-mnav {float: right; margin-top: 21px; margin-right: 2%;}
#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;}
.row .three{padding: 80px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; color: #ecf0f1; text-align: center;}
.hamburger .line{width: 32px; height: 4px; background-color: #fff; display: block; margin: 6px auto;}
.hamburger:hover{cursor: pointer;}

/* mobile gnb_togglemenu_common */
html .opened {overflow: hidden;} /* 왼쪽 메뉴가 오픈될 때 html에 적용되는 속성 */
.drawer-toggle {top: 0; right: 0;} /* open/closed 버튼 */
#drawer {position: fixed; width: 30%; height: 100%; top: 0; right: -30%; background: #07365F; -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(../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 .category_top {float: left; width: 100%; height: 80px; font-size: 20px; color: #fff; font-weight: 500; line-height: 80px; text-align: center; background-color: #054781; border-bottom: 1px solid #064072;}
#slide_categorymenu ul {width: 100%; height: 100%; background: #032543;}
#slide_categorymenu ul li {width: 100%; height: 70px; line-height: 70px; border-bottom: 1px solid #064072; 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:hover {cursor: pointer;} */
#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: #034a88; display: none;}
#slide_categorymenu ul li ul.nav li {border-bottom: 1px solid #096fc7; height: 50px; line-height: 50px;}
#slide_categorymenu ul li ul.nav li a {display: block; font-size: 15px; font-weight: normal; color: #7DBCF3; 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: 80px; margin-right: auto; margin-left: auto; margin-top: 0; max-width:1200px; /* box-shadow: 0 3px 3px rgba(0,0,0,0.2); */}
#header-inner-logo {float: left; width: 220px; margin-left: 1%; margin-top: 21px;}
#header-inner-logo-img {float: left; height: 39px;}
#header-inner-nav {float: right; margin-right: 1%;}
#header-inner-nav p {display: block; float: left;}

/* pc gnb_common */
.gnb {float: left; font-family: "Noto Sans KR", sans-serif; margin-top: 5px; margin-right: 10px;}
.gnb > li {float: left; text-align: center;}
.gnb > li > a {width: 130px; height: 75px; display: block; font-size: 18px; color: #fff; font-weight: 500; line-height: 74px;}
.gnb > li > a:hover {color: #00a2e5;}
.sub_wrap {height: 0; overflow: hidden;}
.submn li {border: 1px solid #000; /*border-top-color: #eaeaea;*/border-top-color: #000; border-bottom: 0;}
.submn li:first-child {border-top: 1px solid #000;}
.submn li:last-child {border-bottom: 1px solid #000;}
.submn li a {display: block; font-size: 13px; /*color: #616161;*/color: #fff; font-weight: 400; line-height: 13px; letter-spacing: -0.5px; text-align: center; padding: 10% 0; /*background: #fff;*/background: rgba(0,0,0,0.4); transition: all 0.3s ease;}
.submn li a:hover {color: #fff; background: #00a2e5;}
.bars {width: 130px; height: 4px; background: #00a2e5; display: block; position: absolute; top: 0px; display: none;}

/* pc topbtn_area */
.member_topbtn {float: left;}
.member_btn {float: left; width: 100%; margin-top: 26px;}
.member_btn li {float: left;}
.member_btn li:nth-child(1) {width: 55px;}
.member_btn li:nth-child(1) a {display: block; width: 100%; height: 30px; font-family: "Noto Sans KR", sans-serif; /*font-size: 12px;*/font-size: 36px; color: #fff; font-weight: 400; line-height: 28px; text-align: center; /*background-color: rgba(0,0,0,0.45); border: 1px solid #000;*/ box-sizing: border-box; transition: all 0.3s ease;}
.member_btn li:nth-child(1) a:hover {color: #ff0000; /*background-color: #00a2e5; border: 1px solid #00a2e5;*/ box-sizing: border-box;}
.member_btn li:nth-child(2) {width: 70px;}
.member_btn li:nth-child(2) a {display: block; width: 100%; height: 30px; font-family: "Noto Sans KR", sans-serif; /*font-size: 12px;*/font-size: 36px; color: #fff; font-weight: 400; line-height: 28px; text-align: center; /*background-color: rgba(0,0,0,0.85); border: 1px solid #000;*/ box-sizing: border-box; transition: all 0.3s ease;}
.member_btn li:nth-child(2) a:hover {color: #fee500; /*background-color: #60bb46; border: 1px solid #60bb46;*/ box-sizing: border-box;}

/* footer_common */
#footer {float: left; width: 100%; padding: 2% 0 2.5%; background-color: #1e1e1e;}
.footer_infobox {margin: 0 auto; width: 100%; max-width: 1200px;}
.bottombox {float: left; width: 100%;}
.address_info_area {margin: 0 auto; width: 100%; max-width: 1200px; text-align: center;}
.address_info_area ul {display: inline-block; width: 100%; font-family: "Noto Sans KR", sans-serif; font-size: 14px; color: #a1a1a1; font-weight: 400; text-align: center; line-height: 22px; letter-spacing: 0.5px;}
.address_info li {display: inline;}
.address_info li:nth-child(1) {float: left; width: 100%;}
/*.address_info li:nth-child(6) {display: none;}*/
.address_info li br {display: none;}
.foot_line {width: 1px; margin: 5px 11px 0; vertical-align: 2px;}
.textbold {color: #dbd9d9; font-weight: 500;}

.copyrightbox {float: left; width: 100%; text-align: center; margin-top: 5px;}
.copyright {font-family: "Noto Sans KR", sans-serif; font-size: 13px; color: #a1a1a1; font-weight: 300;}

.user_memberbox {float: left; width: 100%; margin-top: 35px; margin-bottom: 20px;}
.user_memberarea {margin: 0 auto; width: 40%;}
.user_memberarea li {display: inline-block; float: left; width: 50%; padding: 0 1%; box-sizing: border-box;}
.user_memberarea li a {display: block; width: 100%; height: 40px; font-family: "Noto Sans KR", sans-serif; font-size: 15px; color: #cdcaca; font-weight: 400; line-height: 38px; text-align: center; background-color: #373737; border: 1px solid #131313; box-sizing: border-box; transition: all 0.3s ease;}
.user_memberarea li a:hover {color: #fff; background-color: #131313; border: 1px solid #131313;}

.sns_iconbox {margin: 0 auto; width: 100%; text-align: center;}
.sns_iconarea li {display: inline-block; width: 58px; padding: 0 0.5%;}

/* 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: 60px; height: 60px; display: table; background: #000; color: #fff; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%;}
.gototop a:hover {background: #00a2e5;}
.gototop a i {height: 60px; 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;}

/* custom */
.xxs_block { display:none; } 
.xs_block { display:none; }
.sm_block { display:none; }
.md_block { display:none; }
.lg_block { display:none; }
.xl_block { display:none; }
.xxl_block { display:none; }


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* custom */
.xxs_none { display:none; }
.xxs_block { display:block; }

#header-inner-mnav {margin-top: 21px;}
.hamburger .line {width: 30px; margin: 6px auto;}

/* mobile gnb_contents_common */
.memberbox {padding: 10px 0;}
.member_login a {/*font-size: 13px;*/font-size: 24px; padding: 7px 0;}
.member_join a {/*font-size: 13px;*/font-size: 24px; padding: 7px 0;}

/* mobile gnb_togglemenu_common */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../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;}

/* footer_common */
.bottombox {text-align: center; padding: 0 2%; box-sizing:border-box; margin-top: 30px; margin-bottom: 30px;}
.address_info_area {width: 100%;}
.address_info_area ul {width: 94%; font-size: 1.4em;}
.foot_logo {width: 50%;}
.address_info li {float: left; width: 100%; line-height: 24px;}
.address_info li:nth-child(3) {display: none;}
.address_info li:nth-child(5) {display: none;}
.address_info li br {display: block;}
.copyright {font-size: 1.0em;}

.user_memberarea {width: 94%;}
.user_memberarea li a {font-size: 1.3em;}

.foot_sns_area {width: 100%;}
.foot_sns_area li img {width: 12%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* custom */
.xs_none { display:none; }
.xs_block { display:block; }

/* mobile gnb_contents_common */
.memberbox {padding: 12px 0;}
.member_login a {/*font-size: 13px;*/font-size: 24px; padding: 7px 0;}
.member_join a {/*font-size: 13px;*/font-size: 24px; padding: 7px 0;}

/* mobile gnb_togglemenu_common */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../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 */
.bottombox {text-align: center; padding: 0 2%; box-sizing:border-box; margin-top: 30px; margin-bottom: 30px;}
.address_info_area {width: 100%;}
.address_info_area ul {width: 94%;}
.foot_logo {width: 50%;}
.address_info {font-size: 1.5em; letter-spacing: -0.6px;}
.address_info li {float: left; width: 100%; line-height: 24px;}
.address_info li:nth-child(3) {display: none;}
.address_info li:nth-child(5) {display: none;}
.address_info li br {display: block;}
.copyright {font-size: 1.2em;}

.user_memberarea {width: 90%;}
.user_memberarea li a {font-size: 1.4em;}

.foot_sns_area {width: 100%;}
.foot_sns_area li img {width: 12%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* custom */
.sm_none { display:none; }
.sm_block { display:block; }

/* mobile gnb_contents_common */
.memberbox {padding: 12px 0;}
.member_login a {/*font-size: 16px;*/font-size: 24px; padding: 10px 0;}
.member_join a {/*font-size: 16px;*/font-size: 24px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../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;}

/* footer_common */
#footer {padding: 4% 0 4.5%;}
.address_info_area ul {font-size: 1.6em; line-height: 26px;}
.address_info li:nth-child(2) {float: left; width: 100%;}
.address_info li:nth-child(3) {display: none;}
.copyright {font-size: 1.5em;}
.foot_sns_area {width: 100%;}
.foot_sns_area li img {width: 7%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* custom */
.md_none { display:none; }
.md_block { display:block; }

/* mobile gnb_contents_common */
.memberbox {padding: 12px 0;}
.member_login a {/*font-size: 20px;*/font-size: 24px; padding: 10px 0;}
.member_join a {/*font-size: 20px;*/font-size: 24px; padding: 10px 0;}

/* mobile gnb_togglemenu_common */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background: rgba(0, 0, 0, 0.8) url(../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;}

/* footer_common */
#footer {padding: 5% 0 5.5%;}
.address_info_area ul {font-size: 1.6em; line-height: 26px;}
.address_info li:nth-child(2) {float: left; width: 100%;}
.address_info li:nth-child(3) {display: none;}
.copyright {font-size: 1.5em;}

.foot_sns_area {width: 100%;}
.foot_sns_area li img {width: 7%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_pc 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* custom */
.lg_none { display:none; }
.lg_block { display:block; }

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

#header-inner-logo {float: left; width: 220px; margin-left: 1%; margin-top: 21px;}
.gnb {margin-right: 5px;}

#footer {padding: 3% 0 3.5%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_pc 1280,1919 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

/* custom */
.xl_none { display:none; }
.xl_block { display:block; }

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

#footer {padding: 3% 0 3.5%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** wowweb_pc 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* custom */
.xxl_none { display:none; }
.xxl_block { display:block; }

/* mobile gnb_contents_common */
#header-inner-m {display: none;}
#drawer {display: none;}

}