@charset "UTF-8";
@keyframes linerEf {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scaleX(0.5); }
  100% {
    transform: scaleX(1); } }
@keyframes linerEf2 {
  0% {
    width: 0; }
  100% {
    opacity: 1;
    transform: translate(290%, -50%); } }
@keyframes scrollDownAni {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 10%); } }
*:hover {
  transition: all 0.3s ease-in-out; }

/* sub 공통 ================== */
.sub_title_con {
  position: relative;
  max-height: 500px;
  height: 35vw;
  background-repeat: no-repeat;
  background-position: top 20% center;
  background-size: cover; }
  .sub_title_con h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 2rem;
    line-height: 40px;
    color: #4191c6; }
  .sub_title_con h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 4.2rem;
    line-height: 92px;
    color: #333333; }

#contents.main {
  display: none; }

#contents_area {
  position: relative; }

#sub_page_con {
  width: 100%;
  margin: 0 auto;
  max-width: 1903px;
  overflow: hidden; }

.re_con .ab_con {
  top: 0; }
.re_con .se_con {
  bottom: 0 !important; }

/*S :sub01 =================================================*/
.sub01_tt_bk {
  background-image: url("../img/sub01/pc_sub01_bk.png"); }

.sub_page_line {
  width: 80%;
  height: 10px;
  margin: 0 auto;
  max-width: 1520px; }
  .sub_page_line:hover .sub_page_hr {
    animation: linerEf 2.5s ease-in-out; }
  .sub_page_line .sub_page_hr {
    height: 3px;
    background-color: #3333; }

.sub0103_con01 {
  position: relative; }

#jangbi_con {
  display: grid;
  grid: '. . .';
  gap: 16px;
  /* ⬅️ */
  margin-bottom: 6rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  width: 70%;
  opacity: 0.75; }

.sub0104_con01 {
  position: relative; }

.tour_con {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 61%;
  left: 50%;
  width: 63%; }
  .tour_con .tour_con_wrap {
    position: relative;
    margin-bottom: 6rem;
    display: grid;
    gap: 16px;
    /* ⬅️ */
    grid-template-areas: 'a b c' 'd e c' 'f g h'; }
    .tour_con .tour_con_wrap li {
      overflow: hidden; }
      .tour_con .tour_con_wrap li img {
        transition: all .5s; }
      .tour_con .tour_con_wrap li:nth-child(3) {
        grid-area: c; }
      .tour_con .tour_con_wrap li:nth-child(4) {
        grid-area: d; }
      .tour_con .tour_con_wrap li:nth-child(5) {
        grid-area: e; }
      .tour_con .tour_con_wrap li:hover img {
        transition: all .5s;
        transform: scale(1.2); }

.sub0105_con01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6%; }

/*S :sub02 =================================================*/
.sub02_tt_bk {
  background-image: url("../img/sub02/pc_sub02_bk.png"); }

.sub0203_con02 ul {
  display: flex;
  justify-content: center;
  align-items: center; }

.sub0204_con04 p {
  top: 0; }

/*S :sub03 =================================================*/
.sub03_tt_bk {
  background-image: url("../img/sub03/pc_sub03_bk.png"); }

/*S :sub04 =================================================*/
.sub04_tt_bk {
  background-image: url("../img/sub04/pc_sub04_bk.png"); }

/*S :sub05 =================================================*/
.sub05_tt_bk {
  background-image: url("../img/sub05/pc_sub05_bk.png"); }

.sub0507_con_wrapper {
  width: 80%;
  margin: 5% auto; }
  .sub0507_con_wrapper div {
    margin: 1% auto; }
  .sub0507_con_wrapper img {
    max-width: 1195px;
    margin: 0 auto; }

/*S :sub06 =================================================*/
.sub06_tt_bk {
  background-image: url("../img/sub06/pc_sub06_bk.png"); }

.sub0601_rol_tt {
  z-index: 999; }
.sub0601_con01 .ab_con, .sub0601_con02 .ab_con, .sub0601_con03 .ab_con, .sub0601_con04 .ab_con {
  top: 0; }
.sub0601_con01 .se_con, .sub0601_con02 .se_con, .sub0601_con03 .se_con, .sub0601_con04 .se_con {
  bottom: 0 !important; }
.sub0601_con04 {
  /*S :case_rol =================================================*/ }
  .sub0601_con04 .case_container {
    position: relative; }
    .sub0601_con04 .case_container .case_slide {
      position: absolute;
      transform: translateX(-50%);
      top: 0;
      left: 50%;
      width: 100%; }
      .sub0601_con04 .case_container .case_slide .swiper-slide {
        max-width: 1331px; }
    .sub0601_con04 .case_container .swiper-button-next,
    .sub0601_con04 .case_container .swiper-button-prev {
      top: 42%;
      max-width: 47px;
      max-height: 46px;
      transition: 0.5s;
      mix-blend-mode: unset;
      background-size: 100% auto;
      transition: .5s; }
      .sub0601_con04 .case_container .swiper-button-next:hover,
      .sub0601_con04 .case_container .swiper-button-prev:hover {
        opacity: 0.4; }
    .sub0601_con04 .case_container .swiper-button-prev {
      background-image: url("../img/case_prev_btn.png");
      left: 20%; }
    .sub0601_con04 .case_container .swiper-button-next {
      background-image: url("../img/case_next_btn.png");
      right: 20%; }
    .sub0601_con04 .case_container_se .swiper-button-next,
    .sub0601_con04 .case_container_se .swiper-button-prev {
      top: 50%; }

.sub0602_con01 .ab_con, .sub0602_con02 .ab_con, .sub0602_con03 .ab_con, .sub0602_con04 .ab_con, .sub0602_con05 .ab_con, .sub0603_con01 .ab_con, .sub0603_con02 .ab_con, .sub0603_con03 .ab_con, .sub0603_con04 .ab_con, .sub0603_con05 .ab_con, .sub0604_con01 .ab_con, .sub0604_con02 .ab_con, .sub0604_con03 .ab_con, .sub0604_con04 .ab_con, .sub0604_con05 .ab_con, .sub0605_con01 .ab_con, .sub0605_con02 .ab_con, .sub0605_con03 .ab_con, .sub0605_con04 .ab_con, .sub0605_con05 .ab_con {
  top: 0; }
.sub0602_con01 .se_con, .sub0602_con02 .se_con, .sub0602_con03 .se_con, .sub0602_con04 .se_con, .sub0602_con05 .se_con, .sub0603_con01 .se_con, .sub0603_con02 .se_con, .sub0603_con03 .se_con, .sub0603_con04 .se_con, .sub0603_con05 .se_con, .sub0604_con01 .se_con, .sub0604_con02 .se_con, .sub0604_con03 .se_con, .sub0604_con04 .se_con, .sub0604_con05 .se_con, .sub0605_con01 .se_con, .sub0605_con02 .se_con, .sub0605_con03 .se_con, .sub0605_con04 .se_con, .sub0605_con05 .se_con {
  bottom: 0 !important; }

/*S :sub07 ================================================*/
.sub07_tt_bk {
  background-image: url("../img/sub07/pc_sub07_bk.png"); }

.sub0701_con01 .ab_con, .sub0701_con02 .ab_con, .sub0701_con03 .ab_con, .sub0701_con04 .ab_con, .sub0701_con05 .ab_con {
  top: 0; }
.sub0701_con01 .se_con, .sub0701_con02 .se_con, .sub0701_con03 .se_con, .sub0701_con04 .se_con, .sub0701_con05 .se_con {
  bottom: 0 !important; }

/*S :case_rol =================================================*/
.case_container {
  position: relative; }
  .case_container .case_slide {
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 100%; }
  .case_container .swiper-button-next,
  .case_container .swiper-button-prev {
    top: 50%;
    max-width: 47px;
    max-height: 46px;
    transition: 0.5s;
    mix-blend-mode: unset;
    background-size: 100% auto;
    transition: .5s; }
    .case_container .swiper-button-next:hover,
    .case_container .swiper-button-prev:hover {
      opacity: 0.4; }
  .case_container .swiper-button-prev {
    background-image: url("../img/case_prev_btn.png");
    left: 20%; }
  .case_container .swiper-button-next {
    background-image: url("../img/case_next_btn.png");
    right: 20%; }
  .case_container_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15% !important; }
  .case_container_s6 .s061_rol_slide {
    margin: 0 auto;
    max-width: 1331px;
    width: 100%;
    overflow: hidden; }
  .case_container_s6 .swiper-pagination {
    position: static; }
  .case_container_s6 .swiper-pagination-progressbar {
    width: 22%;
    height: 2px;
    position: absolute;
    right: 25%;
    bottom: 9%;
    background: #fff; }
    .case_container_s6 .swiper-pagination-progressbar-fill {
      background-color: #fff;
      border-radius: 20px;
      height: 6px;
      top: -2px; }
  .case_container_s6 .swiper-button-next, .case_container_s6 .swiper-button-prev {
    top: 90%;
    max-width: 47px;
    max-height: 46px;
    transition: 0.5s;
    mix-blend-mode: unset;
    background-size: 100% auto;
    transition: .5s;
    cursor: pointer; }
    .case_container_s6 .swiper-button-next:hover, .case_container_s6 .swiper-button-prev:hover {
      opacity: 0.4; }
    .case_container_s6 .swiper-button-next:hover, .case_container_s6 .swiper-button-prev:hover {
      opacity: 0.4; }
  .case_container_s6 .swiper-button-prev {
    background-image: url("../img/w_arrow_prev.png");
    left: 76%; }
  .case_container_s6 .swiper-button-next {
    background-image: url("../img/w_arrow_next.png");
    right: 18%; }

@media (max-width: 720px) {
  #contents {
    padding-top: 0; }

  .sub_title_con {
    position: relative;
    max-height: 699px;
    height: 90vw;
    background-repeat: no-repeat;
    background-position: top 20% center;
    background-size: cover; }
    .sub_title_con h2 {
      font-size: 1.1rem;
      line-height: 25px;
      padding-top: 15%; }
      .sub_title_con h2 img {
        width: 75%;
        margin: 0 auto; }
    .sub_title_con h1 {
      font-size: 2.4rem;
      line-height: 55px;
      font-weight: 700;
      letter-spacing: -2px; }

  #sub_page_con {
    max-width: 720px;
    height: auto; }

  /*S :sub01 =================================================*/
  .sub01_tt_bk {
    background-image: url("../img/sub01/mobile/mo_sub01_bk.jpg"); }

  .sub0101_con01 .sub0101_con01_txt h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #333333;
    line-height: 40px; }
  .sub0101_con01 .sub0101_con01_txt h4 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.3rem;
    line-height: 24px;
    color: #333333;
    margin-top: 1rem; }
  .sub0101_con01 .sub0101_con01_txt p {
    color: #a5a5a5;
    font-size: 1.2rem;
    line-height: 40px;
    margin-top: 2rem;
    font-weight: 500; }

  .sub0103_con01 .con01_01 {
    top: 50%;
    left: 50%; }
    .sub0103_con01 .con01_01 img {
      width: 88%;
      margin: 0 auto; }
  .sub0103_con01 .jangbi_container {
    padding: 16% 0 5%; }
  .sub0103_con01 .jangbi_slide {
    max-width: 350px; }

  .tour_con {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 58%;
    left: 50%;
    width: 90%; }
    .tour_con .tour_con_wrap {
      margin-bottom: 0;
      gap: 5px; }

  .sub0105_con01 ul {
    flex-direction: column; }

  /*S :sub02 =================================================*/
  .sub02_tt_bk {
    background-image: url("../img/sub02/mobile/m_sub02_bk.jpg"); }

  /*S :sub03 =================================================*/
  .sub03_tt_bk {
    background-image: url("../img/sub03/mobile/m_sub03_bk.jpg"); }

  /*S :sub04 =================================================*/
  .sub04_tt_bk {
    background-image: url("../img/sub04/mobile/m_sub04_bk.jpg"); }

  /*S :sub05 =================================================*/
  .sub05_tt_bk {
    background-image: url("../img/sub05/mobile/m_sub05_bk.jpg"); }

  .sub0507_con_wrapper {
    width: 100%;
    margin: 0; }
    .sub0507_con_wrapper div {
      margin: 0; }

  /*S :sub06 =================================================*/
  .sub06_tt_bk {
    background-image: url("../img/sub06/mobile/m_sub06_bk.jpg"); }

  /*S :sub07 =================================================*/
  .sub07_tt_bk {
    background-image: url("../img/sub07/mobile/mo_sub07_bk.jpg"); }

  .sub0701_con03 ul {
    display: flex !important; }

  #part_tour {
    margin: 3rem auto 1rem; }
    #part_tour .tour_container {
      width: 90%;
      margin: 8% auto 5%; }

  #part_jangbi {
    width: 100%;
    max-width: 720px;
    height: auto;
    text-align: center;
    margin: 0 auto; }

  #jangbi_con {
    grid: '. .';
    margin-bottom: 4rem; }

  #jangbi_title {
    padding: 3rem 0;
    text-align: center;
    width: 100%; }
    #jangbi_title img {
      margin: 0 auto;
      width: 35%; }

  .jangbi_container {
    position: relative; }
    .jangbi_container .jangbi_top {
      width: 80%;
      margin: 0 auto;
      overflow: hidden; }
      .jangbi_container .jangbi_top .swiper-slide {
        height: 100%; }
    .jangbi_container .swiper-pagination {
      bottom: 2rem;
      width: 100%; }
    .jangbi_container .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 6px;
      border: 1px solid #fff;
      background-color: transparent;
      opacity: 0.8; }
    .jangbi_container .swiper-pagination-bullet-active {
      background-color: #fff;
      opacity: 1; }
    .jangbi_container .swiper-button-next {
      top: 45%;
      width: 6vw;
      height: 6vw;
      max-width: 50px;
      max-height: 50px;
      transition: 0.5s;
      mix-blend-mode: luminosity;
      right: 2%; }
    .jangbi_container .swiper-button-prev {
      top: 45%;
      width: 6vw;
      height: 6vw;
      max-width: 50px;
      max-height: 50px;
      transition: 0.5s;
      mix-blend-mode: luminosity;
      left: 2%; }

  /*S :part_impl =================================================*/
  .part_impl_wrap, .part_impl2_wrap {
    top: 0 !important;
    left: 0 !important; }

  .impl_slide {
    width: 75%;
    max-width: 243px;
    margin: 0 auto;
    overflow: hidden; }

  .impl2_slide {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    overflow: hidden; }

  .impl_container {
    padding: 13% 0 5%; }
    .impl_container .swiper-button-next,
    .impl_container .swiper-button-prev {
      display: none; }

  .impl2_container {
    padding: 13% 0; }
    .impl2_container .swiper-button-next,
    .impl2_container .swiper-button-prev {
      display: none; }

  .case_container_wrap {
    bottom: 7% !important; }
  .case_container .case_slide {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    bottom: 0;
    top: auto; }
  .case_container .swiper-button-next, .case_container .swiper-button-prev {
    display: none; }

  .case_container_s6 .s061_rol_slide {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    bottom: 5%;
    top: auto; }
  .case_container_s6 .swiper-button-next, .case_container_s6 .swiper-button-prev {
    display: none; }
  .case_container_s6 .swiper-pagination {
    display: none; }

  .case_container2_s6 .s061_rol2_slide {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    bottom: 5%;
    top: auto; }
  .case_container2_s6 .swiper-button-next, .case_container2_s6 .swiper-button-prev {
    display: none; } }
