
/* 레이아웃 공통 */
#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; background-color: #222425;}

/* 스크롤방지 */
.scrollOff {position: fixed; overflow: hidden; height: 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 설정값 */
#header-inner-m.roll {background-color: rgba(0,0,0,0.8);} /* 스크롤 후 헤더변경 */

/* 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 .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("../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 토글 - 로그인영역 */
.mo-user-login {display: block; height: 60px; font-size: 0; text-align: center; padding: 10px; background: #2c559e; overflow: hidden;}
.mo-user-login li {display: inline-block; width: 50%; height: 4rem; border-top: 1px solid #5681ce; border-right: 1px solid #5681ce; border-bottom: 1px solid #5681ce;}
.mo-user-login li:first-child {border-left: 1px solid #5681ce;}
.mo-user-login li a {display: block; width: 100%; transform: rotate(-0.04deg); font-size: 1.6rem; color: #fff; font-weight: 400; line-height: 4rem;}

/* 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;}
#slide-categorymenu ul li ul.nav li a:hover {color: #252525; font-weight: 700; background: #f5f5f5; cursor: pointer; text-decoration: 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("../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: 2.6%; height: 9rem; z-index: 2;}
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 메뉴리스트 */
.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 4.8rem 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(150,0,33,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 .btnsbox {position: absolute; top: 0; right: 0; width: 17rem; height: 100%; height: 9rem; text-align: center;}
.inquirybtns .btnsbox a {display: block; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-family: "s-core-dream-medium", sans-serif; transform: rotate(-0.03deg); font-size: 1.8rem; color: #fff; line-height: 1; text-align: center; background: rgba(0,0,0,0.20); border-left: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease;}
.inquirybtns .btnsbox a i {display: inline-block; width: 3.2rem; height: 3.1rem; margin-top: -0.2rem; margin-right: 1rem;}
.inquirybtns .btnsbox a i img {width: 100%; vertical-align: top;}
.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 {background: rgba(0,0,0,0.9);}

/* 헤더 마우스롤오버시 헤더 스타일 변경 */
#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 {padding: 0.5rem 5.2rem 0; color: #000;}
#header-inner:hover .gnb-menu .gnb > li:hover > a {color: #ea002c; border-bottom: 5px solid rgba(234,0,44,1);}
#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 {background: rgba(0,0,0,0.9);}
#header-inner:hover .inquirybtns .btnsbox a:hover {background: rgba(234,0,44,1);}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Basic PC ContactUs 영역 common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 메인 컨텐츠 - ContactUs 영역 */
.contactus-box {position: relative; float: left; width: 100%; padding: 28.75rem 0; background-image: url("../images/contactus_bg.jpg"); background-attachment: fixed; background-position: center bottom; background-size: cover;}
.contactus-box .contactus-info {position: relative; float: left; width: 100%; height: 100%;}
.contactus-box .contactus-info .box {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center;}
.contactus-box .contactus-info .box span {font-family: "Saira", sans-serif; font-size: 3.6rem; color: #fff; font-weight: 700; letter-spacing: -0.06rem; line-height: 1;}
.contactus-box .contactus-info .box p {font-family: "s-core-dream-light", sans-serif; font-size: 4rem; color: #fff; letter-spacing: -0.06rem; line-height: 1.3; word-break: keep-all; margin-top: 3rem;}
.contactus-box .contactus-info .box p strong {font-family: "s-core-dream-heavy", sans-serif;}
.contactus-box .contactus-info .box a {display: inline-block; width: 21rem; height: 6rem; font-size: 1.8rem; color: #fff; font-weight: 500; line-height: 5.8rem; margin-top: 6rem; border: 1px solid #fff; border-radius: 50px; transition: all 300ms ease;}
.contactus-box .contactus-info .box a:hover {background-color: #ea002c; border: 1px solid #ea002c;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Basic PC Footer 하단정보 및 카피라이트 영역 common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 하단 공통 - 하단로고 및 바로가기 버튼 영역 */
.foottop {position: relative; float: left; width: 100%; border-bottom: 1px solid #494a4b;}
.foottop .inner {margin: 0 auto; width: 100%; max-width: 1280px;}
.foottop .foottop-con {display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 3rem 0;}
.foottop .foottop-con .foot-logo {width: auto;}
.foottop .foottop-con .foot-logo img {width: 100%;}
.foottop .foottop-con .foot-use ul li {float: left; margin-left: 2.5rem;}
.foottop .foottop-con .foot-use ul li a {display: block; transform: rotate(-0.03deg); font-size: 1.6rem; color: #b3b2b2; font-weight: 400; line-height: 1; letter-spacing: -0.02rem;}
.foottop .foottop-con .foot-use ul li a:hover {color: #fff;}

/* 하단 컨텐츠 - 하단 기업정보 및 관련사이트, SNS 영역 */
.footbottom {position: relative; float: left; width: 100%; padding: 4.5rem 0;}
.footbottom .inner {margin: 0 auto; width: 100%; max-width: 1280px;}
.footbottom .footbottom-con {display: flex; justify-content: space-between; width: 100%;}
.footbottom .footbottom-con .company-info {width: 78%;}
.footbottom .footbottom-con .company-info dl {float: left; display: table-row; transform: rotate(-0.03deg); margin: 0 3rem 1.5rem 0;}
.footbottom .footbottom-con .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 .footbottom-con .company-info dl dd {display: table-cell; font-size: 1.5rem; color: #b7b6b6; font-weight: 400; line-height: 1; letter-spacing: -0.06rem; word-break: keep-all;}
.footbottom .footbottom-con .company-info dl dd a {color: #b7b6b6;}
.footbottom .footbottom-con .company-info .copyright {float: left; width: 100%; transform: rotate(-0.03deg); font-size: 1.5rem; color: #848383; font-weight: 400; line-height: 1; letter-spacing: -0.02rem; margin-top: 2.5rem;}

/* 하단 컨텐츠 - 패밀리 사이트 영역 */
.footbottom .footbottom-con .company-addons .familysite-box { width: 100%; max-width: 23rem;}
.familysite {position: relative; width: 100%;}
.familysite > a {display: block; width: 23rem; height: 4.6rem; transform: rotate(-0.03deg); font-size: 1.55rem; color: #ebebeb; font-weight: 400; line-height: 4.5rem; padding: 0 2rem; background-color: #555;}
.familysite > a > span {float: right; width: 13px; height: 7px; text-indent: -9999px; transition: all 0.3s ease; overflow: hidden;}
.familysite > a > span.open {margin-top: 2.1rem; background: url("../images/sitearrow.png") no-repeat right top;}
.familysite > a > span.close {margin-top: 2.1rem; background: url("../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: 4.6rem; width: 100%; border-bottom: none; z-index: 10;}
.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: #787878;}

/* 하단 컨텐츠 - SNS 영역 */
.footbottom .footbottom-con .company-addons .foot-sns {width: 100%; font-size: 0; margin-top: 2rem;}
.footbottom .footbottom-con .company-addons .foot-sns li {display: inline-block; width: 3.8rem; height: 3.8rem; margin-right: 1rem;}
.footbottom .footbottom-con .company-addons .foot-sns li:last-child {margin-right: 0;}
.footbottom .footbottom-con .company-addons .foot-sns li a {display: block; width: 100%; height: 100%; transition: all 0.3s ease;}
.footbottom .footbottom-con .company-addons .foot-sns li a:hover {opacity: 0.4;}
.footbottom .footbottom-con .company-addons .foot-sns li img {width: 100%;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
div.gototop a.top {position: fixed; right: 10px; bottom: 10px; display: table; width: 50px; height: 50px; font-family: "Noto Sans KR", sans-serif !important; font-size: 12px; color: #fff; text-align: center; line-height: 50px; background: #000; border-radius: 10px; display: none; opacity: 1;}
div.gototop a.top:hover {background: #ea002c; opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

/* mobile 토글 - 고객지원센터 */
.toggle-customer .cu-time p {font-size: 1.3rem;}

/* PC GNB 상단영역 */
#header-inner {display: none;}

/* 메인 컨텐츠 - ContactUs 영역 */
.contactus-box {padding: 18rem 0;}
.contactus-box .contactus-info .box {padding: 0 2rem;}
.contactus-box .contactus-info .box span {font-size: 2.2rem;}
.contactus-box .contactus-info .box p {font-size: 2.2rem; letter-spacing: -0.08rem; margin-top: 2rem;}
.contactus-box .contactus-info .box a {width: 18rem; height: 5rem; font-size: 1.6rem; line-height: 4.8rem; margin-top: 4rem;}

/* 하단 공통 - 하단로고 및 바로가기 버튼 영역 */
.foottop .foottop-con {display: block; padding: 2.5rem 2rem 2rem;}
.foottop .foottop-con .foot-logo {display: inline-block;}
.foottop .foottop-con .foot-use {display: inline-block; width: 100%; margin-top: 1.5rem;}
.foottop .foottop-con .foot-use ul li {margin-left: 0; margin-right: 1.5rem;}
.foottop .foottop-con .foot-use ul li:last-child {display: none;}
.foottop .foottop-con .foot-use ul li a {font-size: 1.45rem;}

/* 하단 컨텐츠 - 하단 기업정보 및 관련사이트, SNS 영역 */
.footbottom {padding: 3rem 0;}
.footbottom .footbottom-con {display: block; padding: 0 2rem;}
.footbottom .footbottom-con .company-info {display: inline-block; width: 100%;}
.footbottom .footbottom-con .company-info dl {margin: 0 3rem 1rem 0;}
.footbottom .footbottom-con .company-info dl dt {font-size: 1.3rem; line-height: 1.2;}
.footbottom .footbottom-con .company-info dl dd {font-size: 1.3rem; line-height: 1.2;}
.footbottom .footbottom-con .company-info .copyright {font-size: 1.2rem; letter-spacing: -0.07rem; margin-top: 1rem;}
.footbottom .footbottom-con .company-addons {display: inline-block; width: 100%; margin-top: 3rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

/* PC GNB 상단영역 */
#header-inner {display: none;}

/* 메인 컨텐츠 - ContactUs 영역 */
.contactus-box {padding: 18rem 0;}
.contactus-box .contactus-info .box {padding: 0 2rem;}
.contactus-box .contactus-info .box span {font-size: 2.2rem;}
.contactus-box .contactus-info .box p {font-size: 2.6rem; letter-spacing: -0.08rem; margin-top: 2rem;}
.contactus-box .contactus-info .box a {width: 18rem; height: 5rem; font-size: 1.6rem; line-height: 4.8rem; margin-top: 4rem;}

/* 하단 공통 - 하단로고 및 바로가기 버튼 영역 */
.foottop .foottop-con {display: block; padding: 2.5rem 2rem 2rem;}
.foottop .foottop-con .foot-logo {display: inline-block;}
.foottop .foottop-con .foot-use {display: inline-block; width: 100%; margin-top: 1.5rem;}
.foottop .foottop-con .foot-use ul li {margin-left: 0; margin-right: 2.5rem;}
.foottop .foottop-con .foot-use ul li:last-child {display: none;}

/* 하단 컨텐츠 - 하단 기업정보 및 관련사이트, SNS 영역 */
.footbottom {padding: 3rem 0;}
.footbottom .footbottom-con {display: block; padding: 0 2rem;}
.footbottom .footbottom-con .company-info {display: inline-block; width: 100%;}
.footbottom .footbottom-con .company-info dl {margin: 0 3rem 1rem 0;}
.footbottom .footbottom-con .company-info dl dt {font-size: 1.3rem; line-height: 1.2;}
.footbottom .footbottom-con .company-info dl dd {font-size: 1.3rem; line-height: 1.2;}
.footbottom .footbottom-con .company-info .copyright {font-size: 1.25rem; margin-top: 1rem;}
.footbottom .footbottom-con .company-addons {display: inline-block; width: 100%; margin-top: 3rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

/* mobile 토글 공통영역 */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 15px;}

/* PC GNB 상단영역 */
#header-inner {display: none;}

/* 메인 컨텐츠 - ContactUs 영역 */
.contactus-box {padding: 18rem 0;}
.contactus-box .contactus-info .box {padding: 0 2rem;}
.contactus-box .contactus-info .box span {font-size: 2.2rem;}
.contactus-box .contactus-info .box p {font-size: 2.8rem; letter-spacing: -0.08rem; margin-top: 2rem;}
.contactus-box .contactus-info .box a {width: 18rem; height: 5rem; font-size: 1.6rem; line-height: 4.8rem; margin-top: 4rem;}

/* 하단 공통 - 하단로고 및 바로가기 버튼 영역 */
.foottop .foottop-con {padding: 2.5rem 2rem 2rem;}
.foottop .foottop-con .foot-use ul li {margin-left: 0; margin-right: 2.5rem;}
.foottop .foottop-con .foot-use ul li:last-child {display: none;}

/* 하단 컨텐츠 - 하단 기업정보 및 관련사이트, SNS 영역 */
.footbottom {padding: 3rem 0;}
.footbottom .footbottom-con {display: block; padding: 0 2rem;}
.footbottom .footbottom-con .company-info {display: inline-block; width: 100%;}
.footbottom .footbottom-con .company-info dl {margin: 0 3rem 1rem 0;}
.footbottom .footbottom-con .company-addons {display: inline-block; width: 100%; margin-top: 3rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

/* mobile 토글 공통영역 */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 15px;}

/* PC GNB 상단영역 */
#header-inner {display: none;}

/* 메인 컨텐츠 - ContactUs 영역 */
.contactus-box {padding: 18rem 0;}
.contactus-box .contactus-info .box {padding: 0 2rem;}
.contactus-box .contactus-info .box span {font-size: 2.2rem;}
.contactus-box .contactus-info .box p {font-size: 2.8rem; letter-spacing: -0.08rem; margin-top: 2rem;}
.contactus-box .contactus-info .box a {width: 18rem; height: 5rem; font-size: 1.6rem; line-height: 4.8rem; margin-top: 4rem;}

/* 하단 공통 - 하단로고 및 바로가기 버튼 영역 */
.foottop .foottop-con {padding: 2.5rem 2rem 2rem;}
.foottop .foottop-con .foot-use ul li {margin-left: 0; margin-right: 2.5rem;}
.foottop .foottop-con .foot-use ul li:last-child {display: none;}

/* 하단 컨텐츠 - 하단 기업정보 및 관련사이트, SNS 영역 */
.footbottom {padding: 3rem 0;}
.footbottom .footbottom-con {display: block; padding: 0 2rem;}
.footbottom .footbottom-con .company-info {display: inline-block; width: 100%;}
.footbottom .footbottom-con .company-info dl {margin: 0 3rem 1rem 0;}
.footbottom .footbottom-con .company-addons {display: inline-block; width: 100%; margin-top: 3rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

/* mobile 상단영역 common */
#header-inner-m {display: none;}

/* Basic PC GNB 상단 영역 common */
h1.logo {left: 1%; width: 18rem;}
.gnb-menu .gnb {padding-left: 4.5rem;}
.gnb-menu .gnb > li > a {padding: 0.5rem 4rem 0;}
#header-inner:hover .gnb-menu .gnb > li > a {padding: 0.5rem 4.2rem 0;}
.sub li {height: 30px;}
.inquirybtns .btnsbox {width: 15rem;}

/* Basic PC Footer 하단정보 및 카피라이트 영역 common */
.foottop .inner {padding: 0 3rem;}
.foottop .foottop-con .foot-logo {width: 18rem;}
.footbottom .inner {padding: 0 3rem;}
.footbottom .footbottom-con .company-info {width: 70%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 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) {

/* Basic PC GNB 상단 영역 common */
h1.logo {left: 1%; width: 18rem;}
.gnb-menu .gnb > li > a {padding: 0.5rem 4rem 0;}
#header-inner:hover .gnb-menu .gnb > li > a {padding: 0.5rem 4.4rem 0;}
.sub li {height: 30px;}

/* Basic PC Footer 하단정보 및 카피라이트 영역 common */
.foottop .inner {max-width: 1200px;}
.foottop .foottop-con .foot-logo {width: 18rem;}
.footbottom .inner {max-width: 1200px;}
.footbottom .footbottom-con .company-info {width: 70%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** 반응형설정 PC 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

/* mobile 상단영역 common */
#header-inner-m {display: none;}

}