/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Loading Common °øÅë ÆäÀÌÁö ½ÇÇà½Ã ·Îµù¸ð¼Ç */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#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: 1; z-index: 1000000000;} 
#loading div.loadcontents {position: absolute; top: 45%; left: 50%; margin-left: -3.2rem; font-family: "Saira", sans-serif; transform: rotate(-0.04deg); font-size: 1.8rem; color: #252525; font-weight: 500;}
#loading div.loadcontents img {max-width: 100%; margin-bottom: 1.5rem;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ·¹ÀÌ¾Æ¿ô °øÅë */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Basic Mobile »ó´Ü¸Þ´º ¹× Åä±Û¸Þ´º ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile common */
#header-inner-m {position: fixed; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2); z-index: 10000000; -webkit-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s;} /* z-index 7 ¼³Á¤°ª */

/* mobile »ó´Ü */
.mo-gnb-wrap {position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 7rem; padding: 0 2rem;}

/* mobile »ó´Ü ·Î°í ¿µ¿ª */
.mo-gnb-wrap .mobile-logo {float: left;}
.mo-gnb-wrap .mobile-logo h1 {display: block; width: auto;}
.mo-gnb-wrap .mobile-logo h1 a {display: block; width: 100%; height: 100%;}
.mo-gnb-wrap .mobile-logo h1 img {width: 100%;}
.mo-gnb-wrap .mobile-logo h1 img.logo-off {display: inline; transition: all 0.3s ease-in-out;}
.mo-gnb-wrap .mobile-logo h1 img.logo-on {display: none; transition: all 0.3s ease-in-out;}

/* mobile »ó´Ü Åä±Û ¿ÀÇÂ¹öÆ° ¿µ¿ª */
.mo-gnb-wrap .mo-togglelist {float: right; font-size: 0;}
.mo-gnb-wrap .mo-togglelist .hamburger {float: left;}
.mo-gnb-wrap .mo-togglelist .hamburger .line {width: 2.8rem; height: 0.3rem; background-color: #fff; display: block; margin: 0.6rem auto;}
.mo-gnb-wrap .mo-togglelist .hamburger:hover {cursor: pointer;}

/* mobile Åä±Û °øÅë¿µ¿ª */
html .opened {overflow: hidden;}
.drawer-toggle {top: 0; right: 0;}
#drawer {position: fixed; width: 80%; height: 100%; top: 0; right: -80%; background: #f9f9f9; /* Åä±Û¸Þ´º ÀüÃ¼¹è°æÄÃ·¯ */ -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-color: rgba(0,0,0,0.8); background-image: url("../img/wowweb/images/toggle_ico_close.png"); background-repeat: no-repeat; background-position: 8% 15px;}
.drawer-area {float: right; width: 100%; max-height: 100vh; overflow-y: auto; /* ¼¼·Î½ºÅ©·Ñ ¼³Á¤ */}

/* mobile Çì´õ ½ºÅ©·Ñ½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner-m.roll {background: rgba(255,255,255,1); border-bottom: 1px solid #e8e8e8; box-shadow: 3px 3px 12px rgba(0,0,0,0.08);} /* ½ºÅ©·Ñ ÈÄ Çì´õÄÃ·¯ º¯°æ */
#header-inner-m.roll .mo-gnb-wrap .mobile-logo h1 img.logo-off {display: none;}
#header-inner-m.roll .mo-gnb-wrap .mobile-logo h1 img.logo-on {display: inline;}
#header-inner-m.roll .mo-gnb-wrap .mo-togglelist .hamburger .line {background-color: #000;}

/* mobile Åä±Û - ·Î±×ÀÎ¿µ¿ª */
.mo-user-login {display: block; width: 100%; background: #054399; overflow: hidden;}
.mo-user-login .user-login {float: left; height: 5rem; padding-left: 6rem; background: url("../img/wowweb/images/member_ico_login.png") no-repeat; background-position: 2rem 0.9rem; background-size: 3rem 3.3rem;}
.mo-user-login .user-login a {display: block; transform: rotate(-0.04deg); font-size: 1.7rem; color: #fff; font-weight: 300; line-height: 5rem;}
.mo-user-login .user-login a span {color: #fff; font-weight: 700;}

/* mobile Åä±Û - ¸Þ´º¸®½ºÆ® ¿µ¿ª */
#slide-categorymenu {width: 100%; top: 0; right: 0px; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg);}
#slide-categorymenu ul {width: 100%; height: 100%; background: #f5f5f5;} /* ¸Þ´º¸®½ºÆ® ÄÃ·¯ */
#slide-categorymenu ul .category-top {width: 100%; height: 5rem; font-size: 1.8rem; color: #fff; font-weight: 400; line-height: 5rem; text-align: center; background: #252525;}
#slide-categorymenu ul li {width: 100%; height: 5.5rem; line-height: 5.5rem; border-bottom: 1px solid #dbd8d8; overflow: hidden; position: relative;}
#slide-categorymenu ul li a {display: block; cursor: pointer; font-size: 1.7rem; color: #6e6e6e; font-weight: 500; text-decoration: none; cursor: pointer;} /* Åä±Û ´ë¸Þ´º */
#slide-categorymenu ul li.tt-fr a {padding-left: 2rem; cursor: pointer;}
#slide-categorymenu ul li.tt-fr .lotate-v {position: absolute; top: 2.35rem; right: 1.8rem; width: 1.75rem; height: 0.98rem; display: block;} /* ¿ìÃø È­»ìÇ¥¹öÆ° */
#slide-categorymenu ul li.tt-fr .lotate-v img {width: 100%; height: 100%; vertical-align: top;}
#slide-categorymenu ul li.tt-fr .lotate-v_180 {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
#slide-categorymenu ul li.active {background: #e2e6ea;} /* ´ë¸Þ´º Å¬¸¯½Ã ÄÃ·¯ */
#slide-categorymenu ul li.active a {color: #000; font-weight: 700; border-bottom: 1px solid #e4e3e3; cursor: pointer;}
#slide-categorymenu ul li ul.nav {background: #fff; display: none;} /* ÇÏÀ§¸Þ´º ÄÃ·¯ */
#slide-categorymenu ul li ul.nav li {border-bottom: 1px solid #ececec; height: 4rem; line-height: 4rem;}
#slide-categorymenu ul li ul.nav li:last-child {border-bottom: 0;}
#slide-categorymenu ul li ul.nav li a {display: block; font-size: 1.5rem; color: #6e6e6e; font-weight: 400; cursor: pointer; padding-left: 2rem; background: none;}

/* mobile Åä±Û - °í°´Áö¿ø¼¾ÅÍ */
.toggle-customer {width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); padding: 2rem 2rem 2.2rem; background: #fff url("../img/wowweb/images/toggle_ico_customer.png") no-repeat 93% 15px; background-size: 14%; border-bottom: 1px solid #dbd8d8;}
.toggle-customer h4.tit {font-size: 2.2rem; color: #111; font-weight: 700; line-height: 2.3rem; letter-spacing: -0.08rem;}
.toggle-customer .cu-time {width: 100%; margin-top: 15px;}
.toggle-customer .cu-time p {font-size: 1.4rem; color: #929191; font-weight: 400; letter-spacing: -0.06rem;}
.customer-btns {width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 0; text-align: center; margin-top: 15px;}
.customer-btns a {display: inline-block; width: 47%; height: 4rem; font-size: 1.5rem; color: #6d6a6a; font-weight: 400; line-height: 4rem; letter-spacing: -0.08rem; text-align: center; background: #eeeded;}
.customer-btns a.btn1 {margin-right: 6%;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Basic PC GNB »ó´Ü ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header-inner {position: fixed; width: 100%; height: 9rem; z-index: 10000000; -webkit-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s;} /* z-index 7 ¼³Á¤°ª */
#header-inner .inner {position: relative; display: flex; justify-content: space-between; width: 100%;}

/* ÁÂÃø »ó´Ü ·Î°í */
h1.logo {position: absolute; top: 0; left: 3rem; width: auto; height: 9rem; z-index: 2;}
h1.logo a {display: flex; align-items: center; width: 100%; height: 100%;}
h1.logo a img {width: 100%; max-width: 20.2rem;}
h1.logo a img.logo-off {display: inline; transition: all 0.3s ease-in-out;}
h1.logo a img.logo-on {display: none; transition: all 0.3s ease-in-out;}

/* GNB ¸Þ´º¸®½ºÆ® */
.gnb-menu {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 9rem; text-align: center;}
.gnb-menu .gnb {float: left; width: 100%; font-size: 0;}
.gnb-menu .gnb > li {position: relative; display: inline-block; line-height: 8rem;}
.gnb-menu .gnb > li > a {display: block; position: relative; padding: 0.5rem 5.5rem 0; width: auto; height: 100%; transform: rotate(-0.03deg); font-family: "s-core-dream-medium", sans-serif; font-size: 1.85rem; color: #fff; letter-spacing: -0.04rem; text-align: center; border-bottom: 5px solid rgba(7,99,226,0); transition: all 0.3s ease;}
.gnb-menu .gnb > li:first-child > .sub-wrap > .sub {border-left: 1px solid #2a2a2a;} /* ÇÏÀ§¸Þ´º Ã¹¹øÂ° ¶óÀÎ */

/* GNB ÇÏÀ§ ¸Þ´º ¸®½ºÆ® */
.sub-wrap {position: relative; width: 100%; height: 0; overflow: hidden;}
.sub {position: relative; float: left; width: 100%; text-align: left; height: 100%; padding-top: 15px; padding-left: 20px; border-right: 1px solid #2a2a2a; z-index: 1000000;}
.sub li {width: 100%; height: 35px; transform: rotate(-0.03deg);}
.sub li a {display: block; font-family: "Noto Sans KR", sans-serif !important; font-size: 1.5rem; color: #b4b3b3 !important; font-weight: 400 !important; line-height: 35px; letter-spacing: -0.1rem !important; border-bottom: 0 !important; transition: all 0.3s ease;}

/* GNB ÇÏÀ§ ¸Þ´º ÆîÃÄº¸ÀÌ´Â BG */
.gnbmenu-bg {position: absolute; top: 9rem; left: 0; width: 100%; height: 0; background-color: rgba(0,0,0,0.8); box-shadow: 0 10px 12px rgba(0,0,0,0.16); z-index: 100000;}

/* ¿ìÃø ¹®ÀÇÇÏ±â ¹öÆ° */
.inquirybtns {position: absolute; top: 0; right: 3rem;}
.inquirybtns .btnsbox {display: flex; justify-content: space-between; align-items: center; height: 9rem; font-size: 0;}
.inquirybtns .btnsbox a {display: inline-block; width: auto; height: 4rem; transform: rotate(-0.03deg); font-size: 1.5rem; color: #fff; font-weight: 500; line-height: 3.9rem; text-align: center; padding: 0 2rem; border: 1px solid #fff; transition: all 0.3s ease;}
.inquirybtns .btnsbox a.login {margin-right: 0.8rem;}
.inquirybtns .btnsbox a:hover {background: rgba(234,0,44,1);}

/* Çì´õ ½ºÅ©·Ñ½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner.roll {background: rgba(255,255,255,1); /*backdrop-filter: blur(20px);*/ box-shadow: 3px 3px 12px rgba(0,0,0,0.08);} /* ½ºÅ©·Ñ ÈÄ Çì´õÄÃ·¯ º¯°æ */
#header-inner.roll h1 a img.logo-off {display: none;}
#header-inner.roll h1 a img.logo-on {display: inline;}
#header-inner.roll .gnb-menu .gnb > li > a {color: #000;}
#header-inner.roll .inquirybtns .btnsbox a {color: #111; border: 1px solid #111;}

/* Çì´õ ¸¶¿ì½º·Ñ¿À¹ö½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner:hover {background: rgba(255,255,255,1); /*backdrop-filter: blur(20px);*/ box-shadow: 3px 3px 12px rgba(0,0,0,0.08);}
#header-inner:hover h1 a img.logo-off {display: none;}
#header-inner:hover h1 a img.logo-on {display: inline;}
#header-inner:hover .gnb-menu .gnb > li > a {color: #000;}
#header-inner:hover .gnb-menu .gnb > li:hover > a {color: #0763e2; border-bottom: 5px solid rgba(7,99,226,1);} /*RGB 3»ö*/
#header-inner:hover .gnb > li:hover > .sub-wrap .sub {background-color: rgba(0,0,0,0.8);} /* ÇÏÀ§¸Þ´º ·Ñ¿À¹ö BG */
#header-inner:hover .sub li a:hover {color: #fff !important; border-bottom: 0 !important; text-decoration: underline;}
#header-inner:hover .inquirybtns .btnsbox a {color: #111; border: 1px solid #111;}
#header-inner:hover .inquirybtns .btnsbox a:hover {color: #fff; background: #0763e2; border: 1px solid #0763e2;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sec-common {position: relative; float: left; width: 100%; margin: 12rem 0 20rem;}
.sec-sub-common {margin: 8rem 0 20rem;}
.sec-common .contactus-box {position: relative; width: 100%; padding: 0 6.305832895428271%;}

.footbann-type {float: left; width: 50%;}
.footbann-type .bannbox {position: relative; float: left; width: 100%;}
.footbann-type .bannbox .bann-img {position: relative; width: 100%; height: 100%; background-color: #000; z-index: 1;}
.footbann-type .bannbox .bann-img figure {position: relative; width: 100%; height: 35rem; /*height: 0; padding-bottom: 25%;*/ margin: 0; overflow: hidden;}
.footbann-type .bannbox .bann-img figure img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.footbann-type .bannbox .bann-info {position: absolute; z-index: 2; top: 0; left: 0; display: block; width: 100%; padding: 6rem 0 0 6rem;}
.footbann-type .bannbox .bann-info .tit {display: block; width: 100%; transform: rotate(-0.03deg);}
.footbann-type .bannbox .bann-info .tit span {font-family: "Saira", sans-serif; font-size: 2rem; color: #fff; font-weight: 700; letter-spacing: -0.06rem; line-height: 1;}
.footbann-type .bannbox .bann-info .tit h4 {font-family: "s-core-dream-extrabold", sans-serif; font-size: 2.8rem; color: #fff; line-height: 1; letter-spacing: -0.06rem; margin: 1.5rem 0 2.5rem;}
.footbann-type .bannbox .bann-info .tit p {font-size: 1.7rem; color: #fff; font-weight: 400; line-height: 1.2; letter-spacing: -0.06rem;}
.footbann-type .bannbox .bann-info .more {display: block; width: 13.5rem; height: 4rem; margin-top: 5rem;}
.footbann-type .bannbox .bann-info .more a {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 1.5rem; color: #fff; font-weight: 500; text-align: center; border: 1px solid #fff; transition: all 0.3s ease-in-out;}

/* ¸¶¿ì½º ·Ñ¿À¹ö È¿°ú */
.footbann-type .bannbox:hover .bann-img figure img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 0.5;}
.footbann-type .bannbox .bann-info .more a:hover {background-color: #0763e2; border: 1px solid #0763e2;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer °øÅë ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop {position: relative; float: left; width: 100%; padding: 7rem 0 5.5rem; background-color: #1e2327;}
.foottop .inner {width: 100%; padding: 0 6.305832895428271%;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü·Î°í ¹× ÇÏ´ÜÁ¤º¸ ¿µ¿ª */
.foottop .foot-logo {display: flex; width: 100%;}
.foottop .foot-logo img {width: auto; max-width: 20.2rem;}
.foottop .foot-info {display: flex; justify-content: space-between; width: 100%; margin-top: 4rem;}
.foottop .foot-info .company-info {display: flex; flex-wrap: wrap;}
.foottop .foot-info .company-info .company-list {margin-right: 7rem;}
.foottop .foot-info .company-info dl {display: table-row; transform: rotate(-0.03deg);}
.foottop .foot-info .company-info dl dt {display: table-cell; font-size: 1.5rem; color: #757474; font-weight: 300; line-height: 1.2; letter-spacing: -0.06rem; padding-right: 3rem; padding-bottom: 1.5rem;}
.foottop .foot-info .company-info dl dd {display: table-cell; font-size: 1.5rem; color: #a5a5a5; font-weight: 400; line-height: 1.2; letter-spacing: -0.06rem; word-break: keep-all; padding-bottom: 1.5rem;}
.foottop .foot-info .company-info dl dd a {color: #a5a5a5;}
.foottop .foot-info .company-info dl dd a:hover {color: #fff;}

/* ÇÏ´Ü °øÅë - SNS ¹Ù·Î°¡±â ¿µ¿ª */
.foottop .foot-info .sns-box .tit {font-family: "Saira", sans-serif; font-size: 2rem; color: #fff; font-weight: 700; letter-spacing: -0.06rem; line-height: 1; margin-bottom: 2.5rem;}
.foottop .foot-info .sns-box ul {width: 100%; font-size: 0;}
.foottop .foot-info .sns-box ul li {display: inline-block; width: 5rem; height: 5rem; margin-right: 2rem;}
.foottop .foot-info .sns-box ul li:last-child {margin-right: 0;}
.foottop .foot-info .sns-box ul li a {display: block; width: 100%; height: 100%; transition: all 300ms ease-in-out;}
.foottop .foot-info .sns-box ul li img {width: 100%;}
.foottop .foot-info .sns-box ul li:hover {opacity: 0.6;}

/* ÇÏ´Ü °øÅë - ÆÐ¹Ð¸® »çÀÌÆ® ¿µ¿ª */
.foottop .foot-info .familysite-box .tit {font-family: "Saira", sans-serif; font-size: 2rem; color: #fff; font-weight: 700; letter-spacing: -0.06rem; line-height: 1; margin-bottom: 2.5rem;}
.familysite {position: relative; width: 100%;}
.familysite > a {display: block; width: 22rem; height: 5rem; transform: rotate(-0.03deg); font-size: 1.4rem; color: #9099a0; font-weight: 500; line-height: 5rem; padding: 0 2rem; border: 1px solid #626568; transition: all 300ms ease-in-out;}
.familysite > a:hover {background-color: #353a3e;}
.familysite > a > span {float: right; width: 1.3rem; height: 0.7rem; text-indent: -9999px; transition: all 0.3s ease; overflow: hidden;}
.familysite > a > span.open {margin-top: 2.2rem; background: url("../img/wowweb/images/sitearrow.png") no-repeat right top;}
.familysite > a > span.close {margin-top: 2.2rem; background: url("../img/wowweb/images/sitearrow.png") no-repeat right top; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.familysite .site-list {display: none; position: absolute; bottom: 5rem; width: 100%; border-bottom: none; z-index: 10;}
.familysite .site-list ul {background: #000;}
.familysite .site-list ul li:first-child a {border-top: none;}
.familysite .site-list ul li a {display: block; background: #000; transform: rotate(-0.03deg); font-size: 1.4rem; color: #b5b4b4; font-weight: 400; letter-spacing: -0.06rem; padding: 1rem 1.5rem; transition: all 0.3s ease;}
.familysite .site-list ul li a:hover {color: #fff; background: #15181b;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü ¿µ¿ª */
.footbottom {position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 6rem; background-color: #15181b;}
.footbottom .inner {width: 100%; padding: 0 6.305832895428271%;}

/* ÇÏ´Ü °øÅë - Ä«ÇÇ¶óÀÌÆ® ¹× ¹Ù·Î°¡±â¸Þ´º ¿µ¿ª */
.foot-copyright {float: left; transform: rotate(-0.03deg); font-size: 1.4rem; color: #767575; font-weight: 400; line-height: 1; letter-spacing: -0.02rem;}
.foot-use {float: right; font-size: 0;}
.foot-use ul li {display: inline-block; margin-left: 2rem;}
.foot-use ul li a {display: block; transform: rotate(-0.03deg); font-size: 1.5rem; color: #767575; font-weight: 400; line-height: 1; letter-spacing: -0.06rem;}
.foot-use ul li a:hover {color: #fff;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
div.gototop a.top {position: fixed; right: 2rem; bottom: 7rem; display: table; width: 5rem; height: 5rem; font-family: "Noto Sans KR", sans-serif !important; font-size: 1.2rem; color: #fff; text-align: center; line-height: 5rem; background: #000; border-radius: 1rem; display: none; opacity: 1;}
div.gototop a.top:hover {background: #0763e2; opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* mobile Åä±Û - °í°´Áö¿ø¼¾ÅÍ */
.toggle-customer .cu-time p {font-size: 1.3rem;}

/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
.sec-common {margin: 10rem 0 10rem;}
.sec-sub-common {margin: 6rem 0 10rem;}
.sec-common .contactus-box {padding: 0 2rem;}
.footbann-type {width: 100%;}
.footbann-type .bannbox .bann-img figure {height: 28rem;}
.footbann-type .bannbox .bann-info {height: 100%; padding: 3rem 3rem;}
.footbann-type .bannbox .bann-info .tit span {font-size: 1.8rem;}
.footbann-type .bannbox .bann-info .tit h4 {font-size: 2.6rem;}
.footbann-type .bannbox .bann-info .tit p {font-size: 1.5rem;}
.footbann-type .bannbox .bann-info .more {width: 12rem; height: 4rem; margin-top: 4rem;}
.footbann-type .bannbox .bann-info .more a {font-size: 1.45rem;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop {padding: 4rem 0;}
.foottop .inner {padding: 0 2rem;}
.foottop .foot-info {display: block;}
.foottop .foot-info .company-info {margin-bottom: 3rem;}
.foottop .foot-info .company-info .company-list {width: 100%; margin-right: 0;}
.foottop .foot-info .company-info .address-list {width: 100%;}
.foottop .foot-info .company-info dl {display: flex; flex-wrap: wrap; width: 100%; font-size: 0;}
.foottop .foot-info .company-info dl dt {width: 40%; font-size: 1.4rem;}
.foottop .foot-info .company-info dl dd {width: 60%; font-size: 1.4rem;}
.foottop .foot-info .sns-box {margin-bottom: 4rem;}

/* ÇÏ´Ü °øÅë - ÆÐ¹Ð¸® »çÀÌÆ® ¿µ¿ª */
.familysite > a {width: 30rem;}
.familysite .site-list {width: 30rem;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü ¿µ¿ª */
.footbottom {height: auto; padding: 3rem 0;}
.footbottom .inner {padding: 0 2rem;}
.foot-copyright {width: 100%; font-size: 1.3rem;}
.foot-use {float: left; width: 100%; margin-top: 1rem;}
.foot-use ul li {margin-left: 0; margin-right: 2rem;}
.foot-use ul li:last-child {display: none;} /* °ü¸®ÀÚ ¹öÆ° »èÁ¦*/

/* gototop */
div.gototop a.top {right: 1rem; bottom: 8rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
.sec-common {margin: 10rem 0 10rem;}
.sec-sub-common {margin: 5rem 0 10rem;}
.sec-common .contactus-box {padding: 0 2rem;}
.footbann-type {width: 100%;}
.footbann-type .bannbox .bann-img figure {height: 28rem;}
.footbann-type .bannbox .bann-info {height: 100%; padding: 3rem 3rem;}
.footbann-type .bannbox .bann-info .tit span {font-size: 1.8rem;}
.footbann-type .bannbox .bann-info .tit h4 {font-size: 2.6rem;}
.footbann-type .bannbox .bann-info .tit p {font-size: 1.5rem;}
.footbann-type .bannbox .bann-info .more {width: 12rem; height: 4rem; margin-top: 4rem;}
.footbann-type .bannbox .bann-info .more a {font-size: 1.45rem;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop {padding: 4rem 0;}
.foottop .inner {padding: 0 2rem;}
.foottop .foot-info {display: block;}
.foottop .foot-info .company-info {margin-bottom: 3rem;}
.foottop .foot-info .company-info .company-list {width: 100%; margin-right: 0;}
.foottop .foot-info .company-info .address-list {width: 100%;}
.foottop .foot-info .company-info dl {display: flex; flex-wrap: wrap; width: 100%; font-size: 0;}
.foottop .foot-info .company-info dl dt {width: 34%;}
.foottop .foot-info .company-info dl dd {width: 66%;}
.foottop .foot-info .sns-box {margin-bottom: 4rem;}

/* ÇÏ´Ü °øÅë - ÆÐ¹Ð¸® »çÀÌÆ® ¿µ¿ª */
.familysite > a {width: 30rem;}
.familysite .site-list {width: 30rem;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü ¿µ¿ª */
.footbottom {height: auto; padding: 3rem 0;}
.footbottom .inner {padding: 0 2rem;}
.foot-copyright {width: 100%;}
.foot-use {float: left; width: 100%; margin-top: 1rem;}
.foot-use ul li {margin-left: 0; margin-right: 2rem;}
.foot-use ul li:last-child {display: none;} /* °ü¸®ÀÚ ¹öÆ° »èÁ¦*/

/* gototop */
div.gototop a.top {right: 1rem; bottom: 8rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* mobile common */
.mo-gnb-wrap {padding: 0 4rem;}

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 1.2rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
.sec-common {margin: 5rem 0 10rem;}
.sec-common .contactus-box {padding: 0 4rem;}
.footbann-type {width: 100%;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop .inner {padding: 0 4rem;}
.foottop .foot-info {display: block;}
.foottop .foot-info .company-info {width: 100%; margin-bottom: 3rem;}
.foottop .foot-info .company-info .company-list {width: 100%; margin-right: 0;}
.foottop .foot-info .company-info .address-list {width: 100%;}
.foottop .foot-info .company-info dl {display: flex; flex-wrap: wrap; width: 100%; font-size: 0;}
.foottop .foot-info .company-info dl dt {width: 34%;}
.foottop .foot-info .company-info dl dd {width: 66%;}
.foottop .foot-info .sns-box {margin-bottom: 4rem;}

/* ÇÏ´Ü °øÅë - ÆÐ¹Ð¸® »çÀÌÆ® ¿µ¿ª */
.familysite > a {width: 30rem;}
.familysite .site-list {width: 30rem;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü ¿µ¿ª */
.foot-use ul li:last-child {display: none;} /* °ü¸®ÀÚ ¹öÆ° »èÁ¦*/

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* mobile common */
.mo-gnb-wrap {padding: 0 4rem;}

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 1.2rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
.sec-common {margin: 5rem 0 10rem;}
.sec-common .contactus-box {padding: 0 4rem;}
.footbann-type {width: 100%;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop .inner {padding: 0 4rem;}
.foottop .foot-info {display: block;}
.foottop .foot-info .company-info {width: 100%; margin-bottom: 3rem;}
.foottop .foot-info .company-info .company-list {width: 100%; margin-right: 0;}
.foottop .foot-info .company-info .address-list {width: 100%;}
.foottop .foot-info .company-info dl {display: flex; flex-wrap: wrap; width: 100%; font-size: 0;}
.foottop .foot-info .company-info dl dt {width: 34%;}
.foottop .foot-info .company-info dl dd {width: 66%;}
.foottop .foot-info .sns-box {margin-bottom: 4rem;}

/* ÇÏ´Ü °øÅë - ÆÐ¹Ð¸® »çÀÌÆ® ¿µ¿ª */
.familysite > a {width: 30rem;}
.familysite .site-list {width: 30rem;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü ¿µ¿ª */
.foot-use ul li:last-child {display: none;} /* °ü¸®ÀÚ ¹öÆ° »èÁ¦*/

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop .foot-info .company-info .company-list {margin-right: 4rem;}

/* ÇÏ´Ü °øÅë - SNS ¹Ù·Î°¡±â ¿µ¿ª */
.foottop .foot-info .sns-box ul li {margin-right: 1rem;}

/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
.sec-common .contactus-subbox {padding: 0 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1024,1099 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1099px) {

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 40%; right: -40%;}
.drawer-area {overflow-y: hidden;}
#blocker.opened {background-position: 55% 1.2rem;}
#slide-categorymenu ul .category-top {height: 7rem; font-size: 2.2rem; line-height: 7rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop .foot-info .company-info {display: block;}
.foottop .foot-info .company-info .company-list {margin-right: 0;}
.foottop .foot-info .company-info dl {display: flex; flex-wrap: wrap; width: 100%; font-size: 0;}
.foottop .foot-info .company-info dl dt {width: 34%;}
.foottop .foot-info .company-info dl dd {width: 66%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1100,1279 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1100px) and (max-width:1279px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

/* PC GNB »ó´Ü ¿µ¿ª common */
.gnb-menu .gnb > li > a {padding: 0.5rem 4.8rem 0;}
.inquirybtns .btnsbox a {font-size: 1.4rem; padding: 0 1rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1919 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1290 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1290px) {

/* Footer ÇÏ´Ü¹è³Ê °íÁ¤ °øÅë ¿µ¿ª common */
.sec-common .contactus-subbox {padding: 0 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1291,1360 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1291px) and (max-width:1360px) {

/* PC GNB »ó´Ü ¿µ¿ª common */
.gnb-menu .gnb > li > a {padding: 0.5rem 4.8rem 0;}
.inquirybtns .btnsbox a {font-size: 1.4rem; padding: 0 1rem;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª */
.foottop .foot-info .company-info .company-list {margin-right: 3rem;}
.foottop .foot-info .company-info dl dt {font-size: 1.4rem;}
.foottop .foot-info .company-info dl dd {font-size: 1.4rem;}

/* ÇÏ´Ü °øÅë - SNS ¹Ù·Î°¡±â ¿µ¿ª */
.foottop .foot-info .sns-box ul li {margin-right: 1rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC wide 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}