@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap");
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

.ft-proxima {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #444;
  height: 100%;
  letter-spacing: -0.025em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", sans-serif;
  }
img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans KR", sans-serif;
  color: #444;
  text-decoration: none;
  letter-spacing: -0.025em;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bliss_brown {
  color: #7F561A;
}

.wrapper {
  min-width: 1400px;
}

/* header */
.header {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  /* //login_menu */
}

.header:hover {
  background: #fff;
}

.header.mini {
  height: 60px;
  background: #fff;
}

.header.mini .login_menu {
  display: none;
}

.header.mini .gnb, .header.mini .cs_tel {
  padding-top: 0;
}

.header_inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .logo {
  margin-right: 40px;
}


.header .gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .gnb li {
  margin-right: 30px;
}

.header .gnb li:last-child {
  margin-right: 0;
}

.header .gnb a {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 27px;
  color: #000;
  font-family: suit
}

.header .cs_tel {
  margin-left: auto;
}

.header .login_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  right: 100px;
}

.header .login_menu li a {
  color: #707070;
  font-size: 9px;
}

.header .login_menu li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #707070;
  margin: 0 4px;
}

.header .login_menu li:last-child::after {
  display: none;
}

.header .gnb_2depth {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #C9AE93;
}

.header .gnb_2depth.opened {
  display: block;
}

.header .gnb_2depth ul {
  width: 1400px;
  margin: 0 auto;
  padding: 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .gnb_2depth li {
  margin-right: 20px;
}

.header .gnb_2depth li:last-child {
  margin-right: 0;
}

.header .gnb_2depth a {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 2px 0px;
  position: relative;
}

.header .gnb_2depth a:hover {
  color: #7F561A;
}

.header .gnb_2depth a:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #7F561A;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .gnb_2depth:nth-child(1) ul {
  padding-left: 350px;
}

.header .gnb_2depth:nth-child(2) ul {
  padding-left: 450px;
}

.header .gnb_2depth:nth-child(3) ul {
  padding-left: 559px;
}

.header .gnb_2depth:nth-child(4) ul {
  padding-left: 659px;
}

.header .gnb_2depth:nth-child(5) ul {
  padding-left: 770px;
}

.header .gnb_2depth:nth-child(6) ul {
  padding-left: 868px;
}

.header .gnb_2depth:nth-child(7) ul {
  padding-left: 868px;
}
.header .gnb_2depth:nth-child(8) ul {
    padding-left: 888px;
  }

.header.mini .gnb_2depth:nth-child(1) ul {
  padding-left: 305px;
}

.header.mini .gnb_2depth:nth-child(2) ul {
  padding-left: 400px;
}

.header.mini .gnb_2depth:nth-child(3) ul {
  padding-left: 508px;
}

.header.mini .gnb_2depth:nth-child(4) ul {
  padding-left: 631px;
}

.header.mini .gnb_2depth:nth-child(5) ul {
  padding-left: 760px;
}

.header.mini .gnb_2depth:nth-child(6) ul {
  padding-left: 876px;
}

.header.mini .gnb_2depth:nth-child(7) ul {
  padding-left: 840px;
}
.contry{
    position: fixed;
    right: 30px;
}
.contry .contry_flex{
    display: flex;
    gap: 10px;
}
.contry_flex li a{
    display: block;
}
.contry_flex li a img {
    display: inline-block;
}
/* //header */
/* quick_menu */
.quick_menu {
  position: fixed;
  bottom: 54px;
  right: 60px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.quick_menu img {
  border-radius: 50%;
  -webkit-box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.16);
}

.qc_naver a {
  display: block;
  border-radius: 50%;
  background: #00c73c;
}

.qc_naver a img {
  background: #00c73c;
}

.qc_kakao a {
  display: block;
  border-radius: 50%;
  background: #ffeb00;
}

.qc_kakao a img {
  background: #ffeb00;
}

.qc_kakao {
  cursor: pointer;
  margin-top: 10px;
}

.qc_counsel {
  margin-top: 10px;
  cursor: pointer;
}

.qc_counsel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qc_counsel:hover .qc_counsel_txt {
  width: 190px;
}

.qc_counsel_txt {
  background: #3E6478;
  border-radius: 43px;
  color: #fff;
  width: 0px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.045em;
  line-height: 30px;
  margin-right: 12px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  overflow: hidden;
}

.qc_counsel_icon {
  position: relative;
}

.qc_counsel_icon p:first-child {
  border-radius: 50%;
}

.qc_counsel_icon .qc_counsel_eyes {
  position: absolute;
  top: 22px;
  left: 22px;
  animation: counselEyes 5s  ease-in-out  infinite alternate-reverse;
}

.qc_counsel_icon span {
  display: inline-block;
  width: 4px;
  height: 12px;
  border-radius: 3px;
  background: #15A9AF;
  margin: 0 2px;
  animation: counselwink 10s ease-in-out infinite alternate-reverse;
}

/* //quick_menu */
/* mainbanner */
.mainbanner .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mainbanner .swiper {
  width: 100%;
  height: 850px;
  overflow: hidden;
  position: relative;
}

.mainbanner .swiper-slide-inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainbanner .swiper-slide-active .main_txt span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.mainbanner .main_txt {
  width: 100%;
  height: 300px;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5px;
  overflow: hidden;
}

.mainbanner .main_txt span {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
  opacity: 0;
}

.mainbanner .slide1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mainbanner .slide1 .main_txt {
  position: relative;
  z-index: 4;
}

.mainbanner .slide1 video {
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 3;
}

.mainbanner .slide2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/mainbanner03.jpg") no-repeat center;
}

.mainbanner .slide3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/mainbanner04.png") no-repeat center;
}
.mainbanner .slide4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../img/mainbanner05.png") no-repeat center;
  }

  .mainbanner .slide5 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../img/mainbanner06.png") no-repeat center;
  }
  .mainbanner .slide7 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("../img/mainbanner07.png") no-repeat center;
  }
  

.mainbanner .swiper-button-prev {
  width: 73px;
  height: 27px;
  left: calc(50% - 700px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

.mainbanner .swiper-button-next {
  width: 73px;
  height: 27px;
  right: calc(50% - 700px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

.mainbanner .swiper-container-horizontal .swiper-pagination {
  width: 600px;
  position: absolute;
  left: 50%;
  bottom: 229px;
}

.mainbanner .swiper-pagination-bullet {
  width: 50px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #444;
  opacity: 1;
  background: none;
}

.mainbanner .swiper-pagination-bullet::after {
  content: '';
  width: 50px;
  height: 5px;
  background: rgba(188, 154, 106, 0.7);
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 25px);
  z-index: 5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform ease .5s;
  transition: -webkit-transform ease .5s;
  transition: transform ease .5s;
  transition: transform ease .5s, -webkit-transform ease .5s;
  opacity: 0;
}

.mainbanner .swiper-pagination-bullet-active {
  position: relative;
}

.mainbanner .swiper-pagination-bullet-active span {
  position: relative;
  z-index: 20;
  color: #2D4849;
}

.mainbanner .swiper-pagination-bullet-active::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* //mainbanner */
/* card banner */
.card_banner {
  padding-top: 70px;
  padding-bottom: 113px;
  text-align: center;
  background: url("../img/bg_gray.jpg") no-repeat center bottom;
}

.card_banner h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.045em;
  color: #707070;
}

.card_banner h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 53px;
  color: #303030;
}

.card_banner h2 em {
  color: #087C52;
}

.card_banner_slide {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}

.card_banner_slide .swiper {
  overflow: hidden;
  position: relative;
  padding-top: 116px;
}

.card_banner_slide .swiper-slide-active {
  margin-top: -60px;
}

.card_banner_slide .swiper-slide {
  width: 390px;
  height: 470px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.card_banner_slide .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.card_banner_slide .swiper-slide::after {
  content: url("../img/card_banner_shadow.png");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.card_banner_slide .swiper-slide:hover .card_banner_img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card_banner_slide .slide1 {
  background: #E8B9B6;
}

.card_banner_slide .slide2 {
  background: #D0C8B9;
}

.card_banner_slide .slide3 {
  background: #CEB992;
}

.card_banner_slide .swiper-button-prev {
  width: 70px;
  height: 30px;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-120%, -50%);
}

.card_banner_slide .swiper-button-next {
  width: 70px;
  height: 30px;
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(120%, -50%);
}

.card_banner_slide .card_banner_img {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.card_banner_slide .card_banner_txt {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 43px;
  left: 0;
  z-index: 3;
}

/* //card banner */
/* main_parall */
.main_parall {
  width: 100%;
  height: 798px;
  background: url("../img/parall_bg.jpg") no-repeat center 100%;
  text-align: center;
}

.main_parall_inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  height: 100%;
}

.main_parall .parall_img01 {
  position: absolute;
  top: 86px;
  left: 100px;
  z-index: 8;
}

.main_parall .parall_img02 {
  position: absolute;
  top: 36px;
  left: calc(50% + 88px);
  z-index: 8;
}

.main_parall .parall_txt {
  position: absolute;
  bottom: 122px;
  right: 100px;
  z-index: 9;
}

/* //main_parall */
/* main_bna */
.main_bna {
  height: 700px;
  padding: 125px 0 60px;
  background: #fff;
  position: relative;
}

.main_bna h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.main_bna h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
  color: #000;
}

/* //main_bna */
/* info */
.info {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/bg_info.jpg") no-repeat center;
}

.info_inner {
  width: 1356px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_inner > div {
  width: 50%;
}

.info_detail {
  padding: 75px 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_detail h6 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  padding-left: 4px;
}

.info_detail .info_call {
  margin-top: 12px;
  font-size: 66px;
  font-weight: 300;
  padding: 10px 0 10px 82px;
  background: url(../img/icon_call.png) no-repeat left 9px;
  background-size: 76px;
}

.info_detail .info_call strong {
  color: #BC9A6A;
  font-weight: 300;
}

.info_detail .info_time {
  margin-top: 25px;
  padding: 25px 0px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.info_detail .info_time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-bottom: 10px;
}

.info_detail .info_time li:last-child {
  margin-bottom: 0;
  color: #A5A5A5;
  font-size: 15px;
  font-weight: 500;
}

.info_detail .info_time li em {
  display: block;
  margin-right: 26px;
  width: 76px;
  font-size: 20px;
  font-weight: 300;
  text-align-last: justify;
  letter-spacing: -4px;
}

.info_detail .info_time li span {
  font-size: 20px;
  font-weight: 600;
}

.info_detail .info_time li small {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: 6px;
  left: 5px;
}

.info_detail address {
  font-size: 20px;
  color: #707070;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: -0.045em;
}

.info_detail address em {
  color: #FF802B;
}


/* 공통 sub */
.sub_contents {
    width: 100%;
    overflow: hidden;
    padding-top:100px;
  }
  
.img2000 {
    width: 1200px;
    margin: 0 auto;
}
.img_center{
    display: block;
    margin: 0 auto;
}
.sub1_title_pc{
    background:  url("../img/sub1/sub1_title_bg.jpg") no-repeat left center;
    height: 270px;
}
/* 공통 sub 끝 */
/* sub1 */
.sub_map_text_bg{
   background:  url("../img/sub1/sub_map_bg.png") no-repeat left center;
   height: 720px;
   width: 490px;
   text-align: center;
   padding-top: 70px;
}
.sub_map_text_bg ul{
    padding-top: 30px;
}
.sub_map_text_bg ul li{
    margin: 15px auto;
}
.sub_map_text_bg ul li a{
    display: inline-block;
}
.sub1_4_map{
    display: flex;
}
.open_time{
    width: 1200px;
    margin: 0 auto;
    font-family: suit;
}
.open_time h3{
    font-size: 36px;
    font-weight: bold;
    color: #707070;
    line-height: 28px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 70px;
    letter-spacing: -2px;
}
.open_time_bg{
    background-color: #F9F9F9;
    width: 790px;
    margin: 0 auto;
    padding: 50px 0;
    margin-bottom: 100px;
}

.open_time_bg ul{
    padding-left: 125px;
}
.open_time_bg ul li{
    display: flex;
    gap: 20px;
    font-size: 27px;
    line-height: 29px;
    margin-top: 15px;
}
.open_time_bg ul li span{
    font-weight: 700;
    color: #BC9A6A;
}
.open_time_bg ul li p{
    font-weight: bolder;
    color: #444;
}
.open_time_bg ul li:nth-child(2){
    position: relative;
}
.open_time_bg ul li small{
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 150px;
}
.open_time_bg > p {
    font-size: 24px;
    line-height: 29px;
    color: #707070;
    margin-top: 20px;
    padding-left: 125px;
}
/* sub1 끝 */
/* //info */
/* intro_banner */
.intro_banner {
  width: 100%;
}

.intro_banner img {
  width: 100%;
}

/* //intro_banner */
/* footer */
.footer {
  width: 100%;
  background: #ECEADE;
}

.footer .ft_menu {
  width: 100%;
  background: #CEB992;
}

.footer .ft_menu ul {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  padding: 0 134px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .ft_menu ul a {
  font-size: 20px;
  color: #707070;
  line-height: 90px;
}

.footer .ft_info {
  padding: 45px 0;
  text-align: center;
  color: #AAAAAA;
  font-size: 20px;
  line-height: 1.5;
}

.footer .ft_info p {
  margin-top: 25px;
}

/* //footer */
/* ft_counsel */
.ft_counsel_cont {
  width: 100%;
  min-width: 1350px;
  background: #2D4849;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft_counsel_inner {
  width: 1200px;
  height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ft_counsel_cont .ft_counsel_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-right: 40px;
}

.ft_counsel_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft_counsel_cont ul li {
  margin-right: 16px;
}

.ft_counsel_cont ul li:first-child div {
  margin-bottom: 6px;
}

.ft_counsel_cont ul li:first-child div:last-child {
  margin-bottom: 0px;
}

.ft_counsel_cont ul li:last-child {
  margin-right: 0;
}

.ft_counsel_cont ul li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft_counsel_cont ul label {
  display: inline-block;
  width: 70px;
  font-size: 15px;
  margin-right: 8px;
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  font-weight: 600;
}

.ft_counsel_cont ul .input_name {
  width: 182px;
  height: 29px;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 8px;
}

.ft_counsel_cont ul .input_ph {
  width: 182px;
  height: 29px;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 8px;
}

.ft_counsel_cont ul textarea {
  width: 296px;
  height: 99px;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 8px;
}

.ft_counsel_cont ul button {
  width: 268px;
  height: 70px;
  color: #fff;
  background: #B4754B;
  border-radius: 87px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  border: none;
  font-family: 'Noto Sans KR',sans-serif;
}

.ft_counsel_cont ul .check {
  margin-left: auto;
}

.ft_counsel_cont ul .check input {
  display: none;
}

.ft_counsel_cont ul .check label {
  width: initial;
}

.ft_counsel_cont ul .check input[type="checkbox"] + label {
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  background: url("../img/check_off.png") no-repeat left center;
}

.ft_counsel_cont ul .check input[type="checkbox"]:checked + label {
  background: url("../img/check_on.png") no-repeat left center;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes bounce2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes bounce2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* //ft_counsel */
@-webkit-keyframes counselwink {
  26.5%, 29.5%, 63.5% {
    height: 4px;
  }
  25%, 28%, 31%, 62%, 65% {
    height: 12px;
  }
}

@keyframes counselwink {
  26.5%, 29.5%, 63.5% {
    height: 4px;
  }
  25%, 28%, 31%, 62%, 65% {
    height: 12px;
  }
}

@-webkit-keyframes counselEyes {
  5%, 10% {
    left: 22px;
    top: 22px;
  }
  20%, 25% {
    left: 22px;
    top: 25px;
  }
  40%, 45% {
    left: 30px;
    top: 22px;
  }
  60%, 65% {
    left: 30px;
    top: 25px;
  }
  80%, 85% {
    left: 30px;
    top: 25px;
  }
}

@keyframes counselEyes {
  5%, 10% {
    left: 22px;
    top: 22px;
  }
  20%, 25% {
    left: 22px;
    top: 25px;
  }
  40%, 45% {
    left: 30px;
    top: 22px;
  }
  60%, 65% {
    left: 30px;
    top: 25px;
  }
  80%, 85% {
    left: 30px;
    top: 25px;
  }
}

/* subpage */
.sub_visual {
  width: 100%;
  max-width: 1920px;
  height: 286px;
  margin: 0 auto;
  padding-top: 153px;
  text-align: center;
}

.sub_visual01 {
  background: url("../img/sub_visual01.jpg") no-repeat center;
}

.sub_visual .en {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.065em;
  line-height: 15px;
  color: #7F561A;
}

.sub_visual h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 68px;
  color: #fff;
}

/* sub1-1 */
.intro01 {
  width: 100%;
  max-width: 1920px;
  height: 704px;
  overflow: hidden;
  margin: 0 auto;
  background: url("../img/intro01_bg.png") no-repeat center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro01 .txt_grp {
  width: 50%;
  margin-left: auto;
  margin-top: 250px;
}

.intro01 .en {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #7F561A;
  font-size: 19px;
  letter-spacing: 0.065em;
  line-height: 24px;
}

.intro01 .light {
  margin-top: 14px;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 60px;
  color: #2A4D5F;
}

.intro01 .bold {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 89px;
  color: #2A4D5F;
}

.intro01 .normal {
  margin-top: 22px;
  font-size: 21px;
  line-height: 28px;
  color: #000;
}

.intro02 {
  width: 100%;
  max-width: 1920px;
  height: 713px;
  margin: 0 auto;
  background: url("../img/intro02_bg.jpg") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro02 .txt_box {
  width: 400px;
  height: 484px;
  background: #fff;
  border-radius: 42px;
  text-align: center;
  padding-top: 75px;
}

.intro02 .txt_box.box2 {
  background: #F5F5F5;
}

.intro02 em {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  letter-spacing: -0.045em;
  color: #7F561A;
}

.intro02 h4 {
  margin-top: 28px;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
}

.intro02 h4 b {
  font-weight: 600;
}

.intro02 .normal {
  margin-top: 28px;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}

.intro03 {
  width: 100%;
  max-width: 1920px;
  height: 679px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../img/intro03_bg.jpg") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro03 .txt_grp {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
  padding-left: 150px;
}

.intro03 h4 {
  font-size: 30px;
  line-height: 55px;
  color: #C9AE93;
}

.intro03 h4 b {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.intro03 .normal {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #D2D2D2;
}

.intro04 {
  width: 100%;
  max-width: 1920px;
  height: 602px;
  overflow: hidden;
  margin: 0 auto;
  background: url("../img/intro04_bg.jpg") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro04 .txt_grp {
  width: 50%;
  margin-left: auto;
  padding-left: 50px;
}

.intro04 h4 {
  font-size: 30px;
  line-height: 55px;
  color: #FAFAFA;
}

.intro04 h4 b {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.intro04 .normal {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #F6F6F6;
}

/* //sub1-1 */
/****/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes bounce2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes bounce2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/*# sourceMappingURL=style.css.map */

.contry{
    position: fixed;
    right: 30px;
}
.contry .contry_flex{
    display: flex;
    gap: 10px;
}