.rel {
  position: relative;
}

.pos {
  position: absolute;
}

.pos_lf {
  position: absolute;
  left: 0;
  top: 0;
}

.pos_btm {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pos_cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pos_cntX {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flx_cnt {
  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;
}

.flx_btw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx_col {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 100;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
  background-color: rgb(38, 38, 38);
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1400px) {
  #header {
    height: 90px;
  }
}
@media (max-width: 1023px) {
  #header {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  #header {
    height: 70px;
  }
}
#header .hd_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 17.5px;
}
@media (max-width: 1400px) {
  #header .hd_top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #header .hd_top {
    gap: 7px;
  }
}
#header .h_logo {
  width: 233px;
  height: auto;
  margin-top: 4.5px;
}
@media (max-width: 1400px) {
  #header .h_logo {
    margin-left: 10%;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  #header .h_logo {
    width: 210px;
  }
}
@media (max-width: 767px) {
  #header .h_logo {
    width: 180px;
    margin-left: 6%;
  }
}
@media (max-width: 1400px) {
  #header .specialist {
    width: 60px;
  }
}
@media (max-width: 767px) {
  #header .specialist {
    width: 45px;
  }
}

.header_on {
  height: 450px !important;
}

.main_wrapper {
  max-width: 1903px;
  margin: 0 auto;
}

.part01 {
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 1400px) {
  .part01 {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .part01 {
    margin-top: 70px;
  }
}

.part02_bg {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112%;
  background-image: url(../img/main/part02_bg.png);
}
@media (max-width: 1023px) {
  .part02_bg {
    background-image: url(../img/main/mo_part02_bg.jpg);
  }
}
.part02_txt {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .part02_txt {
    width: 100%;
  }
}
.part02_txt p:first-child {
  font-size: min(1.57vw, 30.2px);
  margin-top: 2%;
}
@media (max-width: 1023px) {
  .part02_txt p:first-child {
    font-size: 3.3vw;
  }
}
.part02_txt p:nth-child(2) {
  font-size: min(3.27vw, 62.8px);
  margin: 5% 0 10%;
}
@media (max-width: 1023px) {
  .part02_txt p:nth-child(2) {
    font-size: 6.7vw;
  }
}
.part02_txt button {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 1% 7%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.part02_txt button a {
  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;
  gap: 6%;
  color: #fff;
  font-size: min(1.26vw, 24.2px);
}
@media (max-width: 1023px) {
  .part02_txt button a {
    font-size: 2.65vw;
    padding: 1% 7% 1.5%;
  }
}
@media (max-width: 767px) {
  .part02_txt button a {
    padding: 1% 7% 2%;
  }
}
.part02_txt button a span {
  white-space: nowrap;
}
.part02_txt button a img {
  width: 25.8%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.part02_txt button:hover {
  -webkit-box-shadow: inset 426px 0 0 0 #fff;
          box-shadow: inset 426px 0 0 0 #fff;
}
.part02_txt button:hover a {
  color: #4d4d4d;
}
.part02_txt button:hover img {
  -webkit-filter: invert(31%) sepia(0%) saturate(1085%) hue-rotate(157deg) brightness(89%) contrast(89%);
          filter: invert(31%) sepia(0%) saturate(1085%) hue-rotate(157deg) brightness(89%) contrast(89%);
}

.part03 {
  background-image: url(../img/main/part03_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10.4% 0 11.4%;
}
@media (max-width: 1023px) {
  .part03 {
    background-image: url(../img/main/mo_part03_bg.jpg);
    padding: 14% 0 19%;
  }
}
.part03_tit {
  margin-bottom: 11.4%;
}
@media (max-width: 1023px) {
  .part03_tit {
    margin-bottom: 14.7%;
  }
}
.part03_top li {
  width: 49.67%;
}
.part03_btm li {
  width: 32.85%;
}
.part03 ul {
  margin: 0 auto 10px;
  width: 78.72%;
  max-width: 1498px;
}
@media (max-width: 1023px) {
  .part03 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 78.34%;
    margin-bottom: 1.76vw;
    gap: 1.76vw;
  }
}
.part03 ul li {
  position: relative;
}
@media (max-width: 1023px) {
  .part03 ul li {
    width: 100%;
  }
}
.part03 ul li button {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(7.78vw, 146.9px);
  height: 7.3%;
  font-size: min(1.37vw, 26.4px);
  line-height: 1rem;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .part03 ul li button {
    font-size: 2.8vw;
    bottom: 28%;
    left: 58%;
    -webkit-transform: none;
            transform: none;
    width: 17vw;
    height: 15%;
    padding-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .part03 ul li button {
    font-size: 2.5vw;
    border-width: 1px;
  }
}
.part03 ul li:hover button {
  -webkit-box-shadow: inset 149px 0 0 0 #fff;
          box-shadow: inset 149px 0 0 0 #fff;
  color: #4d4d4d;
}

.tit_s {
  color: #adadad;
  font-size: min(0.8vw, 15.4px);
  font-weight: 500;
  letter-spacing: 2.3px;
}
@media (max-width: 1023px) {
  .tit_s {
    font-size: 1.6vw;
    font-weight: 400;
    letter-spacing: 1.5px;
  }
}

.tit_b {
  color: #333;
  font-size: min(2.36vw, 45.4px);
  letter-spacing: -2px;
}
@media (max-width: 1023px) {
  .tit_b {
    font-size: 4.5vw;
    line-height: 1.6;
  }
}
.tit_b::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -92%;
  width: 21.13%;
  height: 120%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/main/part03_tit.png);
}
@media (max-width: 1023px) {
  .tit_b::before {
    width: 40.5%;
    height: 140%;
  }
}

#part_tour {
  background-image: url(../img/main/part_tour_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  #part_tour {
    background-image: url(../img/main/mo_part_tour_bg.jpg);
  }
}

.part_map {
  background-image: url(../img/main/part_map_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 8.5%;
}
@media (max-width: 1023px) {
  .part_map {
    background-image: url(../img/main/mo_part_map_bg.jpg);
    padding-bottom: 13.75%;
  }
}
.part_map .link {
  max-width: 1277px;
  width: 67.1%;
  margin: 0 auto;
  gap: 0.46vw;
}
@media (max-width: 1023px) {
  .part_map .link {
    width: 78.34%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    row-gap: 0.8vw;
    gap: 0.8vw;
  }
}
.part_map .link .res {
  gap: 0.46vw;
}

.common_ft {
  max-width: 1903px;
  margin: 0 auto;
  background-image: url(../img/common_ft_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10.6% 0;
  gap: 4%;
}
@media (max-width: 1023px) {
  .common_ft {
    background-image: url(../img/mo_common_ft_bg.jpg);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13% 0 14.6%;
  }
}
.common_ft_txt p {
  color: #fff;
  text-align: left;
}
@media (max-width: 1023px) {
  .common_ft_txt p {
    text-align: center;
  }
}
.common_ft_txt p:first-child {
  font-size: 1.89vw;
  margin-bottom: 4%;
}
@media (max-width: 1023px) {
  .common_ft_txt p:first-child {
    font-size: 3.4vw;
  }
}
.common_ft_txt p:last-child {
  font-size: 5.47vw;
  line-height: 1.2;
  letter-spacing: -7px;
}
@media (max-width: 1023px) {
  .common_ft_txt p:last-child {
    font-size: 9.8vw;
    letter-spacing: 0;
  }
}
.common_ft_txt p:last-child strong {
  font-weight: 500;
}
.common_ft_img {
  width: 46.87%;
}
@media (max-width: 1023px) {
  .common_ft_img {
    width: 82.1%;
    margin-top: 9%;
  }
}
.common_ft_img img {
  margin-left: 5%;
}
@media (max-width: 1023px) {
  .common_ft_img img {
    margin: 0;
  }
}

#footer_top {
  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;
  gap: 25px;
  padding: 0.75% 0;
  background: #262626;
}
@media (max-width: 1023px) {
  #footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5% 0;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  #footer_top {
    padding: 3% 0;
  }
}
#footer_top_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer_top_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#footer_btm {
  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: #666666;
  height: 240px;
}
@media (max-width: 1023px) {
  #footer_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    text-align: center;
    padding-bottom: 9%;
  }
}
#footer_btm .f_logo {
  margin-right: 8%;
}
@media (max-width: 1023px) {
  #footer_btm .f_logo {
    margin: 6% 0 4%;
  }
}
@media (max-width: 767px) {
  #footer_btm .f_logo {
    margin: 8% 0 5%;
    width: 100%;
  }
  #footer_btm .f_logo img {
    width: 45.7%;
    min-width: 185px;
  }
}
#footer_btm .f_ul li {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3;
  padding: 5px 0;
}
@media (max-width: 767px) {
  #footer_btm .f_ul li {
    letter-spacing: -1px;
    font-size: 0.9rem;
  }
}
@media (max-width: 440px) {
  #footer_btm .f_ul li {
    font-size: 3.8vw;
  }
}
#footer_btm .f_ul li:last-child {
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-size: 0.85rem;
}
@media (max-width: 440px) {
  #footer_btm .f_ul li:last-child {
    font-size: 3.1vw;
  }
}
#footer_btm .f_ul li strong {
  font-weight: 500;
}

.gnb_logo {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}
.gnb_logo img {
  width: 60%;
}

.quick_bar {
  position: fixed;
  right: 30px;
  top: 20%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 40px rgba(77, 77, 77, 0.1);
          box-shadow: 0 0 40px rgba(77, 77, 77, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.quick_bar.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023px) {
  .quick_bar {
    display: none;
  }
}

#top_btn {
  position: fixed;
  bottom: 17%;
  right: 30px;
  width: 85px;
  height: 82px;
  text-align: center;
  font-size: 24px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top_btn svg {
  fill: #4d4d4d;
}
#top_btn span {
  font-size: 14px;
}
#top_btn:hover svg {
  -webkit-animation: goTop 1s linear infinite;
          animation: goTop 1s linear infinite;
}
#top_btn.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1023px) {
  #top_btn {
    display: none;
  }
}