#wrap.main {
  background: #f2f8dc url(/travel/images/main/bg_vis.jpg) no-repeat center top;
  background-size: 100% auto;
}
#wrap.main #container {
  min-height: 100vh;
}

/* ico */
.main[class^="ico_"]::before {
  background-image: url(/travel/images/main/sp_main.png);
  background-size: 72rem;
}
.main.ico_step::before {
  width: 1.5rem;
  height: 1.8rem;
  background-position: -1.6rem -2.2rem;
}
.main.ico_arrow::before {
  width: 0.9rem;
  height: 1.4rem;
  background-position: -17.7rem -2.4rem;
}
.main.ico_plus::before {
  width: 1.7rem;
  height: 1.6rem;
  background-position: -20.5rem -2.3rem;
}
.main.ico_guide_01::before {
  width: 9.6rem;
  height: 8.4rem;
  background-position: -2rem -6.3rem;
}
.main.ico_guide_02::before {
  width: 9.4rem;
  height: 8.8rem;
  background-position: -13.5rem -6.3rem;
}
.main.ico_guide_03::before {
  width: 8.3rem;
  height: 8.9rem;
  background-position: -24.8rem -6.3rem;
}
.main.ico_guide_04::before {
  width: 8.4rem;
  height: 8.9rem;
  background-position: -35.1rem -6.3rem;
}
.main.ico_guide_05::before {
  width: 9.1rem;
  height: 8.9rem;
  background-position: -45.5rem -6.3rem;
}
.main.ico_mascoat_01::before {
  width: 15.7rem;
  height: 16.3rem;
  background-position: -2.1rem -17.2rem;
}
.main.ico_mascoat_02::before {
  width: 15.9rem;
  height: 15.6rem;
  background-position: -19.8rem -17.2rem;
}
.main.ico_mascoat::before {
  width: 60.1rem;
  height: 31.2rem;
  background-image: url(/travel/images/main/ch_vis.png);
  background-size: contain;
}

/* control */
.control {
  display: inline-flex;
  justify-content: center;
  gap: 0 1.2rem;
}
.control button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.control button::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url(/travel/images/main/sp_main.png);
  background-size: 72rem;
}
.control .btn_prev::before {
  width: 1.4rem;
  height: 2.3rem;
  background-position: -5rem -2rem;
}
.control .btn_next::before {
  width: 1.4rem;
  height: 2.3rem;
  background-position: -8.3rem -2rem;
}
.control .btn_stop::before {
  width: 1.1rem;
  height: 1.6rem;
  background-position: -11.7rem -2.3rem;
}
.control .btn_stop.on::before {
  width: 1rem;
  height: 1.4rem;
  background-position: -14.7rem -2.4rem;
}
.control .page_num {
  display: inline-flex;
  align-items: center;
  gap: 0 0.2rem;
  width: max-content;
}
.control .page_num .swiper-pagination-current {
  font-weight: 900;
}

/* tab */
.tab {
  display: flex;
  gap: 0 4.5rem;
}
.tab_box.on .tab_tit button {
  color: #1780d1;
}
.tab_box .tab_tit button {
  font-size: 2.2rem;
  font-weight: 600;
  padding-top: 1.2rem;
}
.tab_box .tab_cnt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 6.4rem;
}

/* main */
.main h2.tit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
.main h2.tit span {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}
.main h2.tit + .sub {
  font-size: 2rem;
  margin-top: 2rem;
}
.main h2.tit + .sub span {
  color: #767676;
}

/* main_vis */
.main_vis {
  text-align: center;
  padding-top: 16rem;
}
.main_vis .slogan {
  width: 74.9rem;
  height: 29.4rem;
  background: url(/travel/images/main/slogan2.png) no-repeat center/contain;
  margin: 0 auto;
}
.main_vis .sub {
  font-size: 2.4rem;
  color: #004199;
  margin-top: 3.2rem;
}
.main_vis .sub br {
  display: none;
}
.main_vis .sub b {
  font-weight: 700;
}
.main_vis .ico_mascoat {
  margin-top: 4.2rem;
}

/* main_guide */
.main_guide {
  position: relative;
  text-align: center;
  padding: 12rem 0 25.8rem;
}
.main_guide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(20%);
  content: "";
  display: block;
  width: 100%;
  height: 46.2rem;
  background: url(/travel/images/main/bg_guide2.png) no-repeat center top/cover;
  pointer-events: none;
}
.main_guide .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem 5.5rem;
  width: 100%;
  margin: 5rem auto 0;
}
.main_guide .list li {
  position: relative;
}
.main_guide .list li:first-child .ico_step {
  display: none;
}
.main_guide .list li .ico_step {
  position: absolute;
  top: 11rem;
  left: -0.75rem;
  transform: translateX(-100%);
  width: 4rem;
  height: 4rem;
  border-radius: 5rem;
  background: linear-gradient(45deg, #89bb64, #19a04a);
}
.main_guide .list li .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 25.5rem;
  height: 25.5rem;
  border: 0.2rem solid #ebebeb;
  border-radius: 50rem;
  background-color: #fff;
}
.main_guide .list li .tit b {
  font-size: 2.2rem;
  line-height: 1.3;
  padding-bottom: 3.5rem;
  margin-top: 1.8rem;
}
.main_guide .list li .sub {
  font-size: 1.8rem;
  margin-top: 2rem;
}
.main_guide .c_btn_base {
  width: 22.8rem;
  height: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(45deg, #f4a549, #ed7314);
  margin-top: 7.2rem;
  transition: all 0.3s ease;
}
.main_guide .c_btn_base:hover,
.main_tour .left .c_btn_base:hover {
  transform: translateY(-4px);
}
.main_guide .c_btn_base:hover {
  box-shadow:
    0 0.4rem 0.8rem rgba(244, 165, 73, 0.08),
    0 1rem 2rem rgba(237, 115, 20, 0.14);
}

/* main_tour */
.main_tour {
  background-color: #fff;
  padding-top: 2rem;
}
.main_tour .inner {
  display: flex;
}
.main_tour .left {
  position: relative;
  width: 44%;
  padding-top: 3.2rem;
}
.main_tour .left .c_btn_base {
  width: 18.4rem;
  height: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(45deg, #89bb64, #19a04a);
  margin-top: 4.5rem;
  transition: all 0.3s ease;
}
.main_tour .left .c_btn_base:hover {
  box-shadow:
    0 0.4rem 0.8rem rgba(137, 187, 100, 0.08),
    0 1rem 2rem rgba(25, 160, 74, 0.14);
}
.main_tour .left .ico_mascoat_01 {
  position: absolute;
  top: 14.6rem;
  right: 2.5rem;
  z-index: 0;
}
.main_tour .left .ico_mascoat_01::before {
  width: 29.2rem;
  height: 18.8rem;
}
.main_tour .left .ico_mascoat_01::after {
  position: absolute;
  bottom: -0.3rem;
  left: 1.2rem;
  content: "";
  display: block;
  width: 10.3rem;
  height: 1.4rem;
  background: url(/travel/images/main/sp_main.png) no-repeat -24.2rem -2.5rem;
  background-size: 72rem;
  z-index: -1;
}
.main_tour .right {
  position: relative;
  width: 56%;
  padding: 0 5rem;
}
.main_tour .right .swiper {
  width: 100%;
  height: 35.8rem;
  border-radius: 3rem;
  box-shadow: 0 1.3rem 2.7rem rgba(128, 101, 95, 0.25);
  overflow: hidden;
}
.main_tour .right .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main_tour .right .swiper-slide a .img {
  width: 100%;
  height: 100%;
}
.main_tour .right .swiper-slide a .sum .tit i {
  transition: background-color 0.3s ease;
}
.main_tour .right .swiper-slide a:hover .sum .tit i {
  background-color: rgb(255 255 255 / 16%);
}
.main_tour .right .swiper-slide a .img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.main_tour .right .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_tour .right .swiper-slide a .sum {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  padding: 3.5rem;
}
.main_tour .right .swiper-slide a .sum .sub {
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}
.main_tour .right .swiper-slide a .sum .tit {
  font-size: 3rem;
  font-weight: 700;
}
.main_tour .right .swiper-slide a .sum .tit i {
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  margin: -0.2rem 0 0 1rem;
}
.main_tour .right .control {
  width: 100%;
  margin-top: 1.8rem;
}
.main_tour .right .control .btn_stop {
  width: 4rem;
  height: 4rem;
  border-radius: 5rem;
  background-color: #222;
}
.main_tour .right .control .btn_prev {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}
.main_tour .right .control .btn_next {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
}

/* main_community */
.main_community {
  background-color: #fff;
  padding: 10rem 0 30rem;
}
.main_community .inner {
  display: flex;
  align-items: flex-start;
  gap: 0 10rem;
}
.main_community .left {
  position: relative;
  display: flex;
  gap: 0 5.2rem;
  width: calc(52% - 5rem);
  height: 45rem;
}
.main_community .left .list {
  border-top: 0.1rem solid #000;
}
.main_community .left .list li {
  border-bottom: 0.1rem solid #ccc;
}
.main_community .left .list li a {
  display: flex;
  align-items: center;
  gap: 0 3.6rem;
  padding: 2.4rem 0;
}
.main_community .left .list li a:hover .date {
  background-color: #ecf7ff;
  color: #1780d1;
}
.main_community .left .list li a .date {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.5rem;
  height: 8.5rem;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 2rem;
  background-color: #1780d1;
  transition:
    background-color 0.2s ease,
    color 0.3s ease;
}
.main_community .left .list li a .date b {
  font-size: 2.2rem;
  font-weight: 700;
}
.main_community .left .list li a .date .day {
  font-size: 2.5rem;
  font-weight: 700;
}
.main_community .left .list li a .sum {
  width: calc(100% - 10.6rem);
}
.main_community .left .list li a .sum span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main_community .left .list li a .sum .tit {
  font-size: 2rem;
  font-weight: 600;
}
.main_community .left .list li a .sum .sub {
  color: #747474;
  margin-top: 0.4rem;
}
.main_community .left .c_btn_icon {
  position: absolute;
  top: -2.4rem;
  right: 1.2rem;
  transform: translateY(-100%);
}
.main_community .right {
  width: calc(48% - 5rem);
  padding-top: 6rem;
}
.main_community .right .link {
  display: flex;
  gap: 2.6rem 3.5rem;
}
.main_community .right .link a {
  position: relative;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.8rem 0;
  color: #fff;
  border-radius: 3rem;
  overflow: hidden;
  padding: 4.8rem 3.8rem 2.4rem 4rem;
  z-index: 0;
  transition: all 0.3s ease;
}
.main_community .right .link a:hover {
  border-radius: 3rem 3rem 3rem 10rem;
  transform: translateY(-10px);
}
.main_community .right .link a::before {
  position: absolute;
  bottom: -3rem;
  left: -9.8rem;
  content: "";
  display: block;
  width: 36rem;
  height: 25.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.main_community .right .link a .tit {
  font-size: 3rem;
  font-weight: 700;
}
.main_community .right .link a i {
  margin: auto 0 0 auto;
}
.main_community .right .link a.btn_event {
  background: linear-gradient(150deg, #ee7a29, #f9c870);
}
.main_community .right .link a.btn_event:hover {
  box-shadow:
    0 0.4rem 0.8rem rgba(244, 165, 73, 0.08),
    0 1rem 2rem rgba(237, 115, 20, 0.14);
}
.main_community .right .link a.btn_event::before {
  background-image: url(/travel/images/main/bg_event.png);
}
.main_community .right .link a.btn_map {
  background: linear-gradient(150deg, #29a962, #e2d27c);
}
.main_community .right .link a.btn_map:hover {
  box-shadow:
    0 0.4rem 0.8rem rgba(137, 187, 100, 0.08),
    0 1rem 2rem rgba(25, 160, 74, 0.14);
}
.main_community .right .link a.btn_map::before {
  background-image: url(/travel/images/main/bg_map.png);
}

/* desktop 챙?슿??씲늘?┡?: 1920px */
@media screen and (min-width: 1920px) {
  #wrap.main {
    background-position: center top 0;
  }
}
/* desktop 챙?슿??씲늘?┡?: 1600px */
@media screen and (max-width: 1600px) {
  .main_guide .list {
    max-width: 87.5rem;
  }
}

/* desktop 챙?슿??씲늘?┡?: 1440px */
@media screen and (max-width: 1440px) {
  .main.ico_mascoat_01::before {
    width: 10.8rem;
    height: 11.2rem;
    background-position: -1.4rem -11.8rem;
    background-size: 49.5rem;
  }
  .main.ico_mascoat_02::before {
    width: 10.9rem;
    height: 10.7rem;
    background-position: -13.6rem -11.8rem;
    background-size: 49.5rem;
  }

  .main_tour .left .ico_mascoat_01::before {
    width: 22.7rem;
    height: 14.6rem;
  }
  .main_tour .right .swiper {
    height: 29.4rem;
  }

  .main_community .inner {
    gap: 3.6rem 6rem;
  }
  .main_community .left {
    width: calc(100% - 43.4rem);
  }
  .main_community .right {
    width: 37.4rem;
  }
  .main_community .right .link {
    flex-direction: column;
  }
  .main_community .right .link a {
    gap: 1rem 0;
    padding: 2.8rem 2.8rem 7rem;
  }
  .main_community .right .link a .tit br {
    display: none;
  }
  .main_community .right .link a i {
    position: absolute;
    bottom: 1.8rem;
    right: 2.4rem;
  }
}

/* tablet 챙?슿??씲늘?┡?: 1280px */
@media screen and (max-width: 1280px) {
  .main.ico_mascoat::before {
    width: 56.9rem;
    height: 29.6rem;
  }

  .control {
    gap: 0 1.5rem;
  }

  .tab_box .tab_tit button {
    font-size: 2rem;
    padding-top: 0;
  }
  .tab_box .tab_cnt {
    margin-top: 4.5rem;
  }

  .main_guide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(20%);
    content: "";
    display: block;
    width: 100%;
    height: 46.2rem;
    background: url(/travel/images/main/bg_guide2.png) no-repeat center
      top/cover;
    pointer-events: none;
  }

  .main h2.tit {
    font-size: 2.2rem;
  }
  .main h2.tit span {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
  .main h2.tit + .sub {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }

  .main_vis .slogan {
    width: 58.4rem;
    height: 19.8rem;
  }
  .main_vis .sub {
    font-size: 2rem;
  }
  .main_vis .ico_mascoat {
    margin-top: 8.2rem;
  }

  .main_guide {
    padding-bottom: 14.8rem;
  }
  .main_guide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(clamp(40%, 10vw, 20%));
    content: "";
    display: block;
    width: 100%;
    height: 46.2rem;
    background: url(/travel/images/main/bg_guide2.png) no-repeat center
      top/cover;
    pointer-events: none;
  }
  .main_guide .list {
    max-width: 56.5rem;
    margin-top: 4rem;
  }
  .main_guide .list li:first-child .ico_step {
    display: inline-flex;
  }
  .main_guide .list li:last-child .ico_step {
    display: none;
  }
  .main_guide .list li .ico_step {
    left: initial;
    right: -0.75rem;
    transform: translateX(100%);
  }
  .main_guide .list li .tit b {
    font-size: 2rem;
  }
  .main_guide .c_btn_base {
    width: 21rem;
    height: 5rem;
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }

  .main_tour {
    padding-top: 5.5rem;
  }
  .main_tour .inner {
    flex-direction: column;
  }
  .main_tour .left {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .main_tour .left br {
    display: none;
  }
  .main_tour .left .c_btn_base {
    width: 13.2rem;
    height: 5rem;
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
  .main_tour .left .ico_mascoat_01 {
    display: none;
  }
  .main_tour .right {
    width: 100%;
    margin-top: 3.5rem;
    padding: 0;
  }
  .main_tour .right .swiper {
    height: 35.8rem;
  }
  .main_tour .right .control .btn_prev {
    position: initial;
    transform: none;
  }
  .main_tour .right .control .btn_next {
    position: initial;
    transform: none;
  }
  .main_tour .right .control .page_num {
    display: none;
  }

  .main_community {
    padding-bottom: 22rem;
  }
  .main_community .inner {
    flex-direction: column;
  }
  .main_community .left {
    width: 100%;
  }
  .main_community .right {
    width: 100%;
    padding-top: 0;
  }
  .main_community .right .link {
    flex-direction: row;
    gap: 2.6rem;
  }

  .main_community .right .link a::before {
    bottom: -9rem;
    opacity: 0.5;
  }
}

/* mobile 챙?슿??씲늘?┡?: 768px */
@media screen and (max-width: 768px) {
  #wrap.main {
    background-size: calc(100% + (1920px - 100vw) * 0.3);
  }

  .main.ico_step::before {
    width: 0.9rem;
    height: 1.5rem;
    background-position: -1.6rem -1.8rem;
    background-size: 58.9rem;
  }
  .main.ico_guide_01::before {
    width: 5.6rem;
    height: 4.9rem;
    background-position: -1.2rem -3.7rem;
    background-size: 42rem;
  }
  .main.ico_guide_02::before {
    width: 5.5rem;
    height: 5.1rem;
    background-position: -7.9rem -3.7rem;
    background-size: 42rem;
  }
  .main.ico_guide_03::before {
    width: 4.8rem;
    height: 5.2rem;
    background-position: -14.5rem -3.7rem;
    background-size: 42rem;
  }
  .main.ico_guide_04::before {
    width: 4.9rem;
    height: 5.2rem;
    background-position: -20.5rem -3.7rem;
    background-size: 42rem;
  }
  .main.ico_guide_05::before {
    width: 5.3rem;
    height: 5.2rem;
    background-position: -26.5rem -3.7rem;
    background-size: 42rem;
  }
  .main.ico_mascoat::before {
    width: 29.1rem;
    height: 15.1rem;
  }

  .tab_box .tab_tit button {
    font-size: 1.8rem;
  }
  .tab_box .tab_cnt {
    margin-top: 9.4rem;
  }

  .main h2.tit {
    font-size: 2.2rem;
  }
  .main h2.tit span {
    font-size: 1.4rem;
  }
  .main h2.tit + .sub {
    font-size: 1.5rem;
  }

  .main_vis {
    padding-top: 10rem;
  }
  .main_vis .slogan {
    width: 26.8rem;
    height: 17rem;
  }
  .main_vis .sub {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .main_vis .sub br {
    display: block;
  }
  .main_vis .ico_mascoat {
    margin-top: 3.6rem;
  }

  .main_guide {
    padding: 7rem 0 6rem;
  }
  .main_guide .list {
    gap: 5rem 2rem;
    max-width: 32rem;
  }
  .main_guide .list li .ico_step {
    top: 6rem;
    right: -0.6rem;
    transform: none;
    width: 3rem;
    height: 3rem;
  }
  .main_guide .list li .tit {
    width: 15rem;
    height: 15rem;
  }
  .main_guide .list li .tit b {
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 2rem;
    margin-top: 1rem;
  }
  .main_guide .list li .sub {
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }
  .main_guide .c_btn_base {
    width: 18.6rem;
    margin-top: 2.2rem;
  }

  .main_tour .left br {
    display: block;
  }
  .main_tour .left .c_btn_base {
    font-size: 1.6rem;
    margin-top: 1.8rem;
  }
  .main_tour .right {
    margin-top: 3rem;
  }
  .main_tour .right .swiper {
    height: 50.6vw;
  }
  .main_tour .right .swiper-slide a .sum {
    padding: 1.5rem 1.8rem;
  }
  .main_tour .right .swiper-slide a .sum .tit {
    font-size: 1.8rem;
  }
  .main_tour .right .swiper-slide a .sum .sub {
    font-size: 1.4rem;
  }

  .main_community {
    padding: 9rem 0 16rem;
  }
  .main_community .inner {
    gap: 0;
  }
  .main_community .left {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem 0;
    height: 55rem;
  }
  .main_community .left .list li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem 0 2.4rem;
  }
  .main_community .left .list li a .date {
    flex-direction: row-reverse;
    width: 15rem;
    height: 4rem;
    border-radius: 5rem;
    display: flex;
  }
  .main_community .left .list li a .date b {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .main_community .left .list li a .date b::after {
    content: ".";
    display: inline;
  }
  .main_community .left .list li a .date .day {
    margin-left: 1rem;
    font-size: 1.8rem;
  }
  .main_community .left .list li a .sum {
    width: 100%;
    margin-top: 0.5rem;
  }
  .main_community .left .list li a .sum .tit {
    font-size: 1.6rem;
  }
  .main_community .left .list li a .sum .sub {
    font-size: 1.4rem;
  }
  .main_community .left .c_btn_icon {
    display: none;
  }
  .main_community .right .link {
    flex-direction: column;
  }
  .main_community .right .link a .tit {
    font-size: 2rem;
  }
  .main_community .right .link a .sub {
    font-size: 1.5rem;
  }
  .main_community .right .link a:hover {
    border-radius: 3rem 3rem 3rem 10rem;
    transform: translateY(0px);
  }
  .main_community .right .link a::before {
    bottom: -12rem;
    left: -8.8rem;
    width: 28rem;
    opacity: 0.5;
  }
}
