@charset "UTF-8";

/** setting s **/
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('https://script.gmarket.com/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    unicode-range: U+0030-0039,U+0041-005A,U+0061-007A
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('https://script.gmarket.com/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    unicode-range: U+0030-0039,U+0041-005A,U+0061-007A
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('https://script.gmarket.com/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    unicode-range: U+0030-0039,U+0041-005A,U+0061-007A
}
@font-face {
	font-family: 'Gmarket Sans2';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('https://script.gmarket.com/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('https://script.gmarket.com/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

a {
    text-decoration:none;
}
.hide {
    display: none !important;
}
/** setting e **/

body {
    background: #fff;
    font-family: 'Pretendard', dotum, sans-serif;
}

.mo {
    display: none;
}

#fog {
    display: none;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 100%;
}

.area_img img {
    display: block;
    width:100%;
}
[class^=zone_] > img {
    display: block;
    width:100%;
}


.container {
    width: 100%;
    margin:0 auto;
    max-width: unset;
}
.container.mo {
    max-width:750px;
}


.section {
    width: 100%;
    max-width:1920px;
    margin: 0 auto;
    background:#fff;
    height: 1080px;
    position: relative;
}

.section > .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding:130px 0;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}



.section00 {
    max-width:unset;
    height: 80px;
    margin: 0 auto;
    background: #000;
}
.section00.fixed {
    position: fixed;
    top:0px;
	z-index:10;
}
.section00 .zone_header {
    width: 100%;
    height: 80px;
    margin:0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
.section00 .area_logo {
    width:100%;
    max-width:166px;
    margin-right: 80px;
}
.section00 .area_logo img {
    width: 100%;
    display: block;
}

.section00 .area_gnb {
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
}

.section00 .area_gnb a {
    display: flex;
    position:relative;
    font-size:19px;
    font-weight:300;
    color:#fff;
    letter-spacing:-0.5px;
    margin-right: 40px;
    height: 80px;
    align-items:center;
}
.section00 .area_gnb a img {
    width: 100%;
}
.section00 .area_gnb a:last-child {
    margin-right:0;
}
.section00 .area_gnb a::after {
    position: absolute;
    content:"";
    display: block;
    border-bottom: 3px solid #fff;
    transition: width 250ms ease-out;
    left: auto;
    right: 0;
    bottom:0;
    width: 0;
}
.section00 .area_gnb a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.section00 .area_lang {
    display: flex;
    align-items: center;
    height: 80px;
    cursor: pointer;
    position: relative;
    margin-left:375px;
}
.section00 .area_lang .icon {
    width: 24px;
    height: 24px;
}
.section00 .area_lang img {
    width: 100%;
    display: block;
}
.section00 .area_lang .text {
    color:#fff;
    line-height: 1;
    font-size:19px;
    font-weight:300;
    margin-left: 10px;
}
.section00 .area_lang .text::after {
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -2px;
    content:"";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.section00 .area_lang .box_lang_menu {
    position: absolute;
    top: 62px;
    width: 100px;
    background: #fff;
    box-shadow: 3px 3px 8px #666;
    z-index: 10;
}
.section00 .area_lang .box_lang_menu li {
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.2;
}
.section00 .area_lang .box_lang_menu li:last-child {
    border-bottom: 0;
}
.section00 .area_lang .box_lang_menu li a {
    color: #222;
    font-weight:300;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
}








.section01 {
    height: 1000px;
    background:url("/assets/img/main/z_pc_content01.jpg") no-repeat;
    background-size:cover;
    background-position: center -80px;
    color: #fff;
    font-weight: 100;
}
.section01 .zone_title {
    position: absolute;
    left: 260px;
    top: 295px;
    font-size: 108px;
    letter-spacing: -5.4px;
}
.section01 .zone_text {
    position: absolute;
    left: 715px;
    top: 535px;
    font-size: 21px;
    display: flex;
}
.section01 .zone_text > div {
    letter-spacing: -0.5px;
}
.section01 .zone_text .area_center {
    width: 252px;
}
.section01 .zone_text .area_center .line.white {
    width:192px;
    height: 1px;
    border-top: 1px solid #fff;
    margin: 15px auto;
}






.section02 .zone_left {
    width:650px;
}

.section02 .zone_right {
    width:auto;
    padding-left:150px;
    font-size: 20px;
    line-height: 1.5;
}
.section02 .zone_right .area_img:nth-child(1) {
    width:202px;
    height:59px;
}
.section02 .zone_right .area_title {
    font-size: 57px;
    letter-spacing: -1.5px;
    font-weight: 300;
    margin-top:30px;
    line-height: 1;
    color: #333;
}
.section02 .zone_right .area_text {
    font-family: 'Pretendard', dotum, sans-serif;
    font-weight: 300;
    margin-top:45px;
    color: #464646;
}
.section02 .zone_right .area_img:last-child {
    width:341px;
    height:50px;
    margin-top:42px;
}






.section03 {
    background: #f8f8f8;
}
.section03 .zone_left {
    width: 600px;
    font-size: 20px;
    line-height: 1.5;
}
.section03 .zone_left .area_img:nth-child(1) {
    width: 56px;
    height: 56px;
}
.section03 .zone_left .area_title {
    font-size: 57px;
    letter-spacing: -1.5px;
    font-weight: 300;
    margin-top:30px;
    line-height: 1;
    color: #333;
}
.section03 .zone_left .area_text {
    font-family: 'Pretendard', dotum, sans-serif;
    font-weight: 300;
    margin-top:45px;
    color: #464646;
}
.section03 .zone_left .area_img:last-child {
    width: 402px;
    height: 108px;
    margin-top:42px;
}

.section03 .zone_right {
    width:650px;
    margin-left:150px;
}






.section04 {
    height: 1080px;
    background:url("/assets/img/main/z_pc_content04a.jpg") no-repeat center;
    background-size:cover;
    font-weight: 300;
}
.section04 .zone_text {
    position: absolute;
    left: 1060px;
    top: 240px;
    font-size: 20px;
}
.section04 .zone_text .area_title {
    font-size: 57px;
    font-family: 'Gmarket Sans2', dotum, sans-serif;
    letter-spacing: -1.4px;
    color: #333;
}
.section04 .zone_text .area_text {
    margin-top: 45px;
    font-size: 20px;
    font-family: 'Pretendard', dotum, sans-serif;
    letter-spacing: -0.5px;
    color: #464646;
}
.section04 .zone_text .area_img {
    width: 262px;
    height: 81px;
    margin-top:40px;
}





.section05 {
    background: #f8f6f2;
}
.section05 .inner {
    padding:0;
}
.section05 .zone_left {
    width: 600px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}
.section05 .zone_left .area_title {
    font-size: 57px;
    font-family: 'Gmarket Sans2', dotum, sans-serif;
    letter-spacing: -1.5px;
    margin-top:30px;
    color: #333;
}
.section05 .zone_left .area_text {
    margin-top: 25px;
    font-size: 20px;
    font-family: 'Pretendard', dotum, sans-serif;
    letter-spacing: -0.5px;
    color: #464646;
}

.section05 .zone_right {
    padding-left:200px;
    height: 1080px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 45px;
    font-weight: 300;
}
.section05 .zone_right .area_img {
    position: relative;
    width: 275px;
    height: 275px;
}
.section05 .zone_right .area_img:nth-child(4) {
    margin-top: 165px;
}
.section05 .zone_right .area_img .box_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 16px;
    font-family: 'Pretendard', dotum, sans-serif;
}






.section06 {
    height: auto;
}
.section06 .inner {
    padding:143px 0 148px;
    height: unset;
}
.section06 .zone_left {
    width:650px;
}

.section06 .zone_right {
    width:auto;
    padding-left:150px;
    font-size: 20px;
    line-height: 1.5;
}
.section06 .zone_right .area_title {
    font-size: 57px;
    letter-spacing: -1.5px;
    font-weight: 300;
    line-height: 1;
    color: #333;
}
.section06 .zone_right .area_text {
    font-family: 'Pretendard', dotum, sans-serif;
    font-weight: 300;
    margin-top:45px;
    letter-spacing:-0.5px;
    font-size: 20px;
    color: #464646;
}

.section06 .zone_right .area_btn {
    margin-top: 30px;
}
.section06 .zone_right .area_btn a.btn_email {
    display: inline-block;
    font-family: 'Pretendard', dotum, sans-serif;
    border: 1px solid #333333;
    padding: 15px 52px;
    border-radius: 32px;
    font-weight: 300;
    letter-spacing:-0.5px;
    color: #464646;
}








.footer {
    max-width: unset;
    background: #000;
    height: auto;
}
.footer .inner {
    padding: 23px 0;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.footer .inner > div {
    width:50%;
}
.footer .zone_top {
    border-bottom: 1px solid #393939;
    height: 90px;
}
.footer .zone_top .area_text {
    font-family: 'Pretendard', dotum, sans-serif;
    font-size:18px;
    font-weight:300;
    color: #fff;
    opacity:0.5;
}
.footer .zone_top .area_sns {
    display: flex;
    justify-content: flex-end;
}
.footer .zone_top .area_sns a {
    margin-left: 24px;
}
.footer .zone_top .area_sns a img {
    width:45px;
    height:45px;
}

.footer .zone_bottom .inner {
    padding: 98px 0 60px;
    align-items: flex-end;
}
.footer .zone_bottom .area_logo {
    width:262px;
}
.footer .zone_bottom .area_logo img {
    width:100%;
    display: block;
}
.footer .zone_bottom .area_copyright {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color:#fff;
    letter-spacing:-0.35px;
}












@media only screen and ( max-width:1920px ){


.section {
    max-width:100.00vw;
    height: 56.25vw;
}

.section > .inner {
    max-width: 72.92vw;
    padding:6.77vw 0;
}



.section00 {
    height: 4.17vw;
}
.section00 .zone_header {
    height: 4.17vw;
}
.section00 .area_logo {
    max-width:8.65vw;
    margin-right: 4.17vw;
}

.section00 .area_gnb {
    height: 4.17vw;
}

.section00 .area_gnb a {
    font-size:0.99vw;
    letter-spacing:-0.03vw;
    margin-right: 2.08vw;
    height: 4.17vw;
}
.section00 .area_gnb a::after {
    border-bottom: 0.16vw solid #fff;
}

.section00 .area_lang {
    height: 4.17vw;
    margin-left:19.53vw;
}
.section00 .area_lang .icon {
    width: 1.25vw;
    height: 1.25vw;
}
.section00 .area_lang .text {
    font-size:0.99vw;
    margin-left: 0.52vw;
}
.section00 .area_lang .text::after {
    right: -0.94vw;
    margin-top: -0.10vw;
    border-top: 0.42vw solid #fff;
    border-left: 0.26vw solid transparent;
    border-right: 0.26vw solid transparent;
}

.section00 .area_lang .box_lang_menu {
    top: 3.23vw;
    width: 5.21vw;
    box-shadow: 0.16vw 0.16vw 0.42vw #666;
}
.section00 .area_lang .box_lang_menu li {
    font-size: 0.89vw;
}
.section00 .area_lang .box_lang_menu li a {
    padding: 0.63vw;
}








.section01 {
    height: 52.08vw;
    background-position: center -4.17vw;
}
.section01 .zone_title {
    left: 13.54vw;
    top: 15.36vw;
    font-size: 5.63vw;
    letter-spacing: -0.28vw;
}
.section01 .zone_text {
    left: 37.24vw;
    top: 27.86vw;
    font-size: 1.09vw;
}
.section01 .zone_text > div {
    letter-spacing: -0.03vw;
}
.section01 .zone_text .area_center {
    width: 13.13vw;
}
.section01 .zone_text .area_center .line.white {
    width:10.00vw;
    height: 0.05vw;
    margin: 0.78vw auto;
}






.section02 .zone_left {
    width:33.85vw;
}

.section02 .zone_right {
    padding-left:7.81vw;
    font-size: 1.04vw;
}
.section02 .zone_right .area_img {
    width:10.52vw;
    height:3.07vw;
}
.section02 .zone_right .area_title {
    font-size: 2.97vw;
    letter-spacing: -0.08vw;
    margin-top:1.56vw;
}
.section02 .zone_right .area_text {
    margin-top:2.34vw;
}
.section02 .zone_right .area_img:last-child {
    width:17.76vw;
    height:2.60vw;
    margin-top:2.19vw;
}







.section03 {
    background: #f8f8f8;
}
.section03 .zone_left {
    width: 31.25vw;
    font-size: 1.04vw;
    line-height: 1.5;
}
.section03 .zone_left .area_img:nth-child(1) {
    width: 2.92vw;
    height: 2.92vw;
}
.section03 .zone_left .area_title {
    font-size: 2.97vw;
    letter-spacing: -0.08vw;
    
    margin-top:1.56vw;
    line-height: 1;
    
}
.section03 .zone_left .area_text {
    font-family: 'Pretendard', dotum, sans-serif;
    
    margin-top:2.34vw;
    
}
.section03 .zone_left .area_img:last-child {
    width: 20.94vw;
    height: 5.63vw;
    margin-top:2.19vw;
}

.section03 .zone_right {
    width:33.85vw;
    margin-left:7.81vw;
}






.section04 {
    height: 56.25vw;
}
.section04 .zone_text {
    left: 55.21vw;
    top: 12.50vw;
    font-size: 1.04vw;
}
.section04 .zone_text .area_title {
    font-size: 2.97vw;
    letter-spacing: -0.07vw;
}
.section04 .zone_text .area_text {
    margin-top: 2.34vw;
    font-size: 1.04vw;
    letter-spacing: -0.03vw;
}
.section04 .zone_text .area_img {
    width: 13.65vw;
    height: 4.22vw;
    margin-top:2.08vw;
}






.section05 .zone_left {
    width: 31.25vw;
    font-size: 1.04vw;
}
.section05 .zone_left .area_title {
    font-size: 2.97vw;
    letter-spacing: -0.08vw;
    margin-top:1.56vw;
}
.section05 .zone_left .area_text {
    margin-top: 1.30vw;
    font-size: 1.04vw;
    letter-spacing: -0.03vw;
}

.section05 .zone_right {
    padding-left:10.42vw;
    height: 56.25vw;
    gap: 2.34vw;
}
.section05 .zone_right .area_img {
    width: 14.32vw;
    height: 14.32vw;
}
.section05 .zone_right .area_img:nth-child(4) {
    margin-top: 8.59vw;
}
.section05 .zone_right .area_img .box_text {
    bottom: 0.52vw;
    left: 0.52vw;
    font-size: 0.83vw;
}






.section06 {
    height: auto;
}
.section06 .inner {
    padding:7.45vw 0 7.71vw;
}
.section06 .zone_left {
    width:33.85vw;
}

.section06 .zone_right {
    padding-left:7.81vw;
    font-size: 1.04vw;
}
.section06 .zone_right .area_title {
    font-size: 2.97vw;
    letter-spacing: -0.08vw;
}
.section06 .zone_right .area_text {
    margin-top:2.34vw;
    letter-spacing:-0.03vw;
    font-size: 1.04vw;
}

.section06 .zone_right .area_btn {
    margin-top: 1.56vw;
}
.section06 .zone_right .area_btn a.btn_email {
    padding: 0.78vw 2.71vw;
    border-radius: 1.67vw;
    letter-spacing:-0.03vw;
}







.footer {
    max-width: unset;
    height: auto;
  }
.footer .inner {
    padding: 1.20vw 0;
    max-width: 72.92vw;
}
.footer .zone_top {
    border-bottom: 0.05vw solid #393939;
    height: 4.69vw;
}
.footer .zone_top .area_text {
    font-size:0.94vw;
}
.footer .zone_top .area_sns a {
    margin-left: 1.25vw;
}
.footer .zone_top .area_sns a img {
    width:2.34vw;
    height:2.34vw;
}

.footer .zone_bottom .inner {
    padding: 5.10vw 0 3.13vw;
}
.footer .zone_bottom .area_logo {
    width:13.65vw;
}
.footer .zone_bottom .area_copyright {
    font-size: 0.73vw;
    letter-spacing:-0.02vw;
}



}
/*@media only screen and ( max-width:1920px )*/








@media only screen and ( max-width:750px ){

.pc {
    display: none;
}
.mo {
    display: block;
}

.section {
    max-width:100.00vw;
    height: 136vw;
}

.section > .inner {
    max-width: 90vw;
    padding:10.67vw 0 14.67vw;
    flex-direction: column;
}




.section00 {
    height: 16vw;
}
.section00 .zone_header,
.gnb_mo .zone_header {
    height: 16vw;
    justify-content: space-between;
}
.section00 .zone_header > div,
.gnb_mo .zone_header > div {
    width:50%;
}
.section00 .zone_header .zone_right,
.gnb_mo .zone_header .zone_right {
    display:flex;
    justify-content: flex-end;
}
.section00 .area_logo,
.gnb_mo .area_logo {
    max-width:32.53vw;
    margin-left: 5.33vw;
}

.section00 .area_lang,
.gnb_mo .area_lang {
    height: 9.07vw;
    margin-left:0;
    margin-right:2.67vw;
    display: flex;
    align-items: center;
}
.section00 .area_lang .icon,
.gnb_mo .area_lang .icon {
    width: 6.40vw;
    height: 6.40vw;
}
.section00 .area_lang .text,
.gnb_mo .area_lang .text {
    display: none;
}
.section00 .area_lang .text::after,
.gnb_mo .area_lang .text::after {
    content: none;
}

.section00 .area_lang .box_lang_menu{
    top: 10.33vw;
    right: -10vw;
    width: 26.67vw;
    box-shadow: 0.80vw 0.80vw 2.13vw #666;
    z-index:100;
    position: absolute;
    background: #fff;
}
.section00 .area_lang .box_lang_menu li,
.gnb_mo .area_lang .box_lang_menu li {
    font-size: 4.53vw;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.2;
}
.section00 .area_lang .box_lang_menu li:last-child,
.gnb_mo .area_lang .box_lang_menu li:last-child {
    border-bottom: 0;
}
.section00 .area_lang .box_lang_menu li a,
.gnb_mo .area_lang .box_lang_menu li a {
    padding: 3.20vw;
    color: #222;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 100%;
}

.section00 .area_gnb,
.gnb_mo .area_gnb {
    width: 9.07vw;
    height: 9.07vw;
    margin-right:5.33vw;
}



.navbar-toggler,
.navbar-toggler span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler {
  position: relative;
  width: 9.07vw;
  height: 9.07vw;
  background: transparent;
  border:0;
  padding: 2.67vw 0 2.67vw 2.67vw;
  cursor: pointer;
}
.navbar-toggler span {
  position: absolute;
  right: 0;
  width: 100%;
  max-width:6.40vw;
  height: 0.53vw;
  background-color: #fff;
}
.subpage .navbar-toggler span {
  background-color:#9B8057;
}
.navbar-toggler span:nth-of-type(1) {
  top: 2vw;
}
.navbar-toggler span:nth-of-type(2) {
  top: 4.5vw;
  width:5vw;
}
.navbar-toggler span:nth-of-type(3) {
    top: 7vw;
}




.gnb_mo {
    display:none;
    opacity:0;
    right:-100%;
    background: #000;
    position: fixed;
    z-index: 10;
    top: 0;
    height: auto;
}
.gnb_mo .zone_header {
    width: 100%;
    height: 16vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gnb_mo .area_logo img {
    width: 100%;
    display: block;
}
.gnb_mo .zone_header {
    border-bottom: 1px solid #333;
}

.gnb_mo .area_lang .box_lang_menu {
    top: 13.33vw;
    right: 7vw;
    width: 26.67vw;
    box-shadow: 0.80vw 0.80vw 2.13vw #666;
    z-index:100;
    position: absolute;
    background: #fff;
}

.gnb_mo .navbar-toggler span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    top: 2.4vw;
}
.gnb_mo .navbar-toggler span:nth-of-type(2) {
    transform: translateY(-9px) rotate(45deg);
    width:100%;
    top: 6.5vw;
}

.gnb_mo .zone_body {
    height: 100vh;
    background: #000;
}
.gnb_mo .zone_body ul {
    padding:4.27vw 5vw;
}
.gnb_mo .zone_body li a {
    display: block;
    padding: 5.07vw 0;
    font-size: 4.80vw;
    color: #fff;
    font-weight: 300;
    line-height: 1;
}






.section01 {
    background: url("/assets/img/main/z_mo_content01.jpg") no-repeat;
    background-size: cover;
    background-position: center -16vw;
}
.section01 .zone_title {
    left: 50%;
    margin-left: -37.60vw;
    top: 22vw;
    width:75.20vw;
    font-size: 11.73vw;
    letter-spacing: -0.59vw;
}
.section01 .zone_text {
    position: relative;
    left: 0%;
    top: 43vw;
    font-size: 3.73vw;
    flex-direction: column;
    align-items: center;
}
.section01 .zone_text > div {
    letter-spacing: -0.03vw;
    text-align:center;
}
.section01 .zone_text .area_center {
    display:none;
}
.section01 .zone_text .area_center .line.white {
    width:10.00vw;
    height: 0.05vw;
    margin: 0.78vw auto;
}





.section02 {
    height: auto;
}
.section02 .area_img.a {
    width:26.40vw;
    margin:0 auto;
}
.section02 .zone_contents .area_title {
    font-size: 7.47vw;
    letter-spacing: 0;
    margin-top:1.87vw;
    font-weight: 300;
    text-align:center;
    color:#222;
    line-height: 1;
}
.section02 .area_img.b {
    margin: 8vw auto 0;
}
.section02 .zone_contents .area_text {
    margin-top: 8.00vw;
    font-family: 'Pretendard', dotum, sans-serif;
    font-weight:300;
    color:#464646;
}
.section02 .zone_contents .area_img:last-child {
    width:54.40vw;
    margin-top: 8.00vw;
}







.section03 {
    background: #f8f8f8;
    height: auto;
}
.section03 .area_img.a {
    width: 8.27vw;
    margin:0 auto;
}
.section03 .zone_contents .area_title {
    font-size: 7.47vw;
    letter-spacing: 0;
    margin-top:1.87vw;
    font-weight: 300;
    text-align:center;
    color:#222;
    line-height: 1;
    
}
.section03 .zone_contents .area_img.b {
    margin: 8.00vw auto 0;
}
.section03 .zone_contents .area_text {
    margin-top: 8.00vw;
    font-family: 'Pretendard', dotum, sans-serif;
    font-weight:300;
    color:#464646;
    letter-spacing:-0.10vw;
}
.section03 .zone_contents .area_img:last-child {
    width: 68.27vw;
    margin-top:8.00vw;
}







.section04 {
    height: auto;
    background: url("/assets/img/main/z_mo_content04a.jpg") no-repeat center;
    background-size: cover;
}
.section04 .zone_text {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.section04 .zone_text .area_title {
    font-size: 7.47vw;
    letter-spacing: 0;
    margin-top:1.87vw;
    font-weight: 300;
    color:#222;
    line-height: 1.4;
}
.section04 .zone_text .area_text {
    margin-top: 6.00vw;
    font-size: 4.00vw;
    letter-spacing: -0.10vw;
    color: #464646;
}
.section04 .zone_text .area_img {
    margin-top: 8.00vw;
    width: 47.20vw;
    height: auto;
}




.section05 {
    height: auto;
}
.section05 .zone_contents {
    font-weight: 300;
}
.section05 .zone_contents .area_title {
    font-family: 'Gmarket Sans2', dotum, sans-serif;
    font-size: 7.47vw;
    letter-spacing: 0;
    margin-top:1.87vw;
    color:#222;
    line-height: 1.4;
}
.section05 .zone_contents .area_text {
    margin-top: 6.00vw;
    font-size: 4.00vw;
    letter-spacing: -0.10vw;
    color: #464646;
    font-family: 'Pretendard', dotum, sans-serif;
}

.section05 .zone_slide {
    width:100%;
    height: 60vw;
    margin-top: 18.67vw;
    display:flex;
}
.section05 .zone_slide .area_img {
    width: 37.33vw;
    height: 54.40vw;
}
.section05 .zone_slide .area_img .box_text {
    font-size: 3.47vw;
    color:#464646;
    font-family: 'Pretendard', dotum, sans-serif;
    font-weight: 300;
}






.section06 {
    height: auto;
}
.section06 .inner {
    padding: 14.67vw 0 24.00vw;
}
.section06 .zone_contents {
    font-size: 1.04vw;
    font-weight: 300;
    width: 100%;
}
.section06 .zone_contents .area_title {
    font-family: 'Gmarket Sans2', dotum, sans-serif;
    font-size: 7.47vw;
    letter-spacing: 0;
    margin-top:1.87vw;
    color:#222;
    line-height: 1;
    text-align: center;
}
.section06 .zone_contents .area_img {
    margin-top: 8.00vw;
}
.section06 .zone_contents .area_text {
    margin-top: 6.00vw;
    font-size: 4.00vw;
    letter-spacing: -0.10vw;
    color: #464646;
    font-family: 'Pretendard', dotum, sans-serif;
    text-align: center;
}

.section06 .zone_contents .area_btn {
    margin-top: 6.00vw;
    text-align: center;
}
.section06 .zone_contents .area_btn a.btn_email {
    display: inline-block;
    font-family: 'Pretendard', dotum, sans-serif;
    border: 1px solid #333333;
    font-size: 4.00vw;
    color: #464646;
    padding: 3.73vw 9.33vw;
    border-radius: 8.00vw;
}







.footer {
    max-width: unset;
    height: auto;
  }
.footer .inner {
    padding: 0;
    max-width: 100%;
    height: 17.33vw;
    justify-content: center;
}
.footer .zone_top {
    border-bottom: 0.27vw solid #393939;
    height: 17.33vw;
}
.footer .zone_top .area_sns a {
    margin-left: 6.40vw;
}
.footer .zone_top .area_sns a img {
    width:12.00vw;
    height:12.00vw;
}

.footer .zone_bottom .inner {
    padding: 16.00vw 0 6.67vw;
    height: auto;
    flex-direction: column;
    align-items: center;
}
.footer .zone_bottom .area_logo {
    width:50.93vw;
}
.footer .zone_bottom .area_copyright {
    font-size: 2.67vw;
    letter-spacing:-0.07vw;
    width:100%;
    justify-content: center;
    opacity: 0.4;
    margin-top: 4.80vw;
}

}
/*@media only screen and ( max-width:750px )*/









@media screen and (max-width:480px){

}