/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 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; 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 ¼³Á¤°ª */
#header-inner .inner {position: relative; display: flex; justify-content: space-between; width: 100%;}

/* ÁÂÃø »ó´Ü ·Î°í */
h1.logo {position: absolute; top: 0; left: 5rem; width: auto; max-width: 25.9rem; height: 9rem;}
h1.logo a {display: flex; align-items: center; width: 100%; height: 100%;}
h1.logo a img {width: 100%;}
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 ¸Þ´º¸®½ºÆ® */
nav {width: 100%; padding-right: 40rem;}
#gnbbox {display: flex; justify-content: flex-end;}
.gnb {width: auto;}
.gnb > li {position: relative; float: left; width: auto; text-align: center;}
.gnb > li a {position: relative; display: block; width: 100%; font-family: "s-core-dream-medium", sans-serif; transform: rotate(-0.04deg); font-size: 1.9rem; color: #fff; font-weight: 500; line-height: 8.6rem; border-top: 4px solid rgba(0,146,239,0); padding: 0 5rem; z-index: 100000; transition: all 0.3s ease-in-out;}
.gnb > li a span {display: inline-block;}
.gnb > li:hover a {color: #0092ef; border-top: 4px solid rgba(0,146,239,1);}

.sub-wrap {position: absolute; top: 9rem; left: 0; height: 0; overflow: hidden;}
.submn {position: relative; width: 21rem; z-index: 100000;} /* ¼­ºêÇÏÀ§¸Þ´º °¡·ÎÅ©±â°ª */
.submn li {display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.08);}
.submn li a {display: block; width: 100%; height: 4.4rem; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 1.55rem; color: #f7f7f7 !important; font-weight: 400; line-height: 4.4rem; letter-spacing: -0.08rem; text-align: left; padding: 0 2.5rem; background: rgba(0,0,0,0.5); border-top: 0 !important; transition: all 0.3s ease-in-out;}
.submn li a:hover {color: #fff !important; transition: all 0.3s ease; background: rgba(0,146,239,0.8); border-bottom: 0;}

/* °ßÀû ¹®ÀÇÀüÈ­ ¿µ¿ª */
.top-callcenter {position: absolute; top: 0; right: 0; width: 32rem;}
.top-callcenter .inquiry-number {display: flex; justify-content: space-between; align-items: center; height: 9rem; font-size: 0; padding: 0 2.5rem; background: rgba(0,60,128,0.6);}
.top-callcenter .inquiry-number i {display: inline-block; width: 5rem; height: 5rem; margin-right: 2rem;}
.top-callcenter .inquiry-number i img {width: 100%;}
.top-callcenter .inquiry-number ul {display: inline-block; padding-top: 0.7rem;}
.top-callcenter .inquiry-number ul li {display: block;}
.top-callcenter .inquiry-number ul li.tit {font-family: "s-core-dream-medium", sans-serif; transform: rotate(-0.03deg); font-size: 1.6rem; color: #fff; line-height: 1; letter-spacing: -0.06rem;}
.top-callcenter .inquiry-number ul li.number {font-family: "s-core-dream-extrabold", sans-serif; transform: rotate(-0.03deg); font-size: 2.6rem; color: #fff; line-height: 1; letter-spacing: -0.06rem; margin-top: 0.5rem;}

/* Çì´õ ½ºÅ©·Ñ½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner.roll {background: rgba(255,255,255,1); 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 > li a {color: #000;}
#header-inner.roll .top-callcenter .inquiry-number {background: rgba(0,60,128,1);}

/* Çì´õ ¸¶¿ì½º·Ñ¿À¹ö½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner:hover {background: rgba(255,255,255,1); 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 > li a {color: #000;}
#header-inner:hover .gnb > li:hover a {color: #0092ef;}
#header-inner:hover .inquiry-number {background: rgba(0,60,128,1);}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer °øÅë ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.foot-box {float: left; width: 100%; padding: 8.5rem 0; background: #010820;}
.foot-box .inner {margin: 0 auto; width: 100%; max-width: 140rem;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ·Î°í ¹× °³ÀÎÁ¤º¸ ¹Ù·Î°¡±â ¹öÆ° ¿µ¿ª */
.foottop {display: flex; justify-content: space-between; align-items: center; width: 100%; padding-bottom: 5rem; border-bottom: 1px solid #34394d;}
.foottop .foot-logo {width: auto;}
.foottop .foot-logo img {max-width: 100%;}
.foottop .foot-use {display: inline-block;}
.foottop .foot-use a {display: inline-block; font-family: "s-core-dream-medium", sans-serif; transform: rotate(-0.03deg); font-size: 1.7rem; color: #fff; line-height: 1; letter-spacing: -0.08rem; margin-left: 4rem;}
.foottop .foot-use a:hover {color: #0097f5;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ±â¾÷Á¤º¸ ¹× SNS ¹öÆ° ¿µ¿ª */
.footbottom {display: flex; justify-content: space-between; width: 100%; margin-top: 5rem;}
.footbottom .company-info {width: 70%;}
.footbottom .company-info dl {float: left; display: table-row; transform: rotate(-0.03deg); margin: 0 3rem 1.5rem 0;}
.footbottom .company-info dl dt {float: left; display: table-cell; font-size: 1.5rem; color: #fff; font-weight: 500; line-height: 1; letter-spacing: -0.06rem; margin-right: 1.5rem}
.footbottom .company-info dl dd {display: table-cell; font-size: 1.5rem; color: #868c9f; font-weight: 400; line-height: 1; letter-spacing: -0.06rem; word-break: keep-all;}
.footbottom .company-info dl dd a {color: #868c9f;}
.footbottom .company-info .copyright {float: left; width: 100%; transform: rotate(-0.03deg); font-size: 1.5rem; color: #868c9f; font-weight: 400; line-height: 1; letter-spacing: -0.02rem; margin-top: 2rem;}
.footbottom .sns-box a {display: inline-block; width: 3.8rem; height: 3.8rem; margin-left: 1rem; transition: all 0.3s ease;}
.footbottom .sns-box a img {max-width: 100%;}
.footbottom .sns-box a:hover {opacity: 0.4;}

/* 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;}

/* Footer °øÅë ¿µ¿ª common */
.foot-box {padding: 5rem 2rem;}
.foottop {display: block; padding-bottom: 3rem;}
.foottop .foot-logo {width: 21rem;}
.foottop .foot-use {margin-top: 2rem;}
.foottop .foot-use a {margin-left: 0; margin-right: 2rem;}
.foottop .foot-use a.admin {display: none;} /* °ü¸®ÀÚ »èÁ¦ */
.footbottom {display: block; margin-top: 3rem;}
.footbottom .company-info {display: inline-block; width: 100%;}
.footbottom .company-info dl dd {line-height: 1.2;}
.footbottom .company-info .copyright {font-size: 1.35rem; margin-top: 1rem;}
.footbottom .sns-box {display: inline-block; width: 100%; margin-top: 3rem;}
.footbottom .sns-box a {margin-left: 0; margin-right: 1rem;}

/* gototop */
div.gototop a.top {right: 1rem; bottom: 4.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* Footer °øÅë ¿µ¿ª common */
.foot-box {padding: 5rem 2rem;}
.foottop {display: block; padding-bottom: 3rem;}
.foottop .foot-logo {width: 21rem;}
.foottop .foot-use {margin-top: 2rem;}
.foottop .foot-use a {margin-left: 0; margin-right: 2rem;}
.foottop .foot-use a.admin {display: none;} /* °ü¸®ÀÚ »èÁ¦ */
.footbottom {display: block; margin-top: 3rem;}
.footbottom .company-info {display: inline-block; width: 100%;}
.footbottom .company-info dl dd {line-height: 1.2;}
.footbottom .company-info .copyright {font-size: 1.35rem; margin-top: 1rem;}
.footbottom .sns-box {display: inline-block; width: 100%; margin-top: 3rem;}
.footbottom .sns-box a {margin-left: 0; margin-right: 1rem;}

/* gototop */
div.gototop a.top {right: 1rem; bottom: 4.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

.mo-gnb-wrap .mobile-logo h1 {width: auto;}

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 1.2rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* Footer °øÅë ¿µ¿ª common */
.foot-box {padding: 5rem 2rem;}
.foottop {padding-bottom: 3rem;}
.foottop .foot-use a.admin {display: none;} /* °ü¸®ÀÚ »èÁ¦ */
.footbottom {display: block; margin-top: 3rem;}
.footbottom .company-info {display: inline-block; width: 100%;}
.footbottom .sns-box {display: inline-block; width: 100%; margin-top: 3rem;}
.footbottom .sns-box a {margin-left: 0; margin-right: 1rem;}

/* gototop */
div.gototop a.top {right: 1rem; bottom: 4.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

.mo-gnb-wrap .mobile-logo h1 {width: auto;}

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 1.2rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* Footer °øÅë ¿µ¿ª common */
.foot-box {padding: 5rem 2rem;}
.foottop {padding-bottom: 3rem;}
.foottop .foot-use a.admin {display: none;} /* °ü¸®ÀÚ »èÁ¦ */
.footbottom {display: block; margin-top: 3rem;}
.footbottom .company-info {display: inline-block; width: 100%;}
.footbottom .sns-box {display: inline-block; width: 100%; margin-top: 3rem;}
.footbottom .sns-box a {margin-left: 0; margin-right: 1rem;}

/* gototop */
div.gototop a.top {right: 1rem; bottom: 4.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* 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;}

/* Footer °øÅë ¿µ¿ª common */
.foot-box {padding: 8.5rem 2rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1919 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1440 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1440px) {

/* PC GNB »ó´Ü ¿µ¿ª common */
h1.logo {left: 2rem}
nav {padding-right: 36rem;}
.gnb > li a {padding: 0 3rem;}

.foot-box .inner {max-width: 138rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC wide 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}