@charset "UTF-8";
/*============================================================================
  _____          __  ____    __             _
 / ___/__  ___  / / / __/___/ /  ___  ___  / /
/ /__/ _ \/ _ \/ / _\ \/ __/ _ \/ _ \/ _ \/ / 
\___/\___/\___/_/ /___/\__/_//_/\___/\___/_/  

=============================================================================*/
.visual_wrap {
  background: url(/assets/img/main/video_poster.png) no-repeat center/cover;
  padding-top: 85rem;
  position: relative;
  overflow: hidden;
}
.visual_wrap .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.visual_wrap .txt_wrap {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 4rem;
}
.visual_wrap .txt_wrap h2 {
  color: #fff;
  margin-bottom: 3.2rem;
}
.visual_wrap .txt_wrap h2 span {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.6rem;
}
.visual_wrap .txt_wrap h2 p {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 1.1;
  font-family: "NanumMyeongjo", "serif";
}
.visual_wrap .video_wrap {
  margin: 0;
}
.visual_wrap .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn_wrap {
  text-align: center;
}
.btn_wrap a {
  font-weight: 500;
  padding: 0 5.2rem;
  border-radius: 9.9rem;
  height: 6.4rem;
  border: 2px solid transparent;
  line-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.6rem;
  display: inline-block;
  min-width: 24rem;
  padding: 0;
  background-color: #f28c38;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.btn_wrap a:hover, .btn_wrap a:focus {
  background-color: #fff;
  color: #f28c38;
}
.btn_wrap a {
  line-height: 5.5rem;
}
.btn_wrap a:hover, .btn_wrap a:focus {
  background: transparent;
  border-color: #f28c38;
}
.btn_wrap a span.arr:after {
  content: "→";
  display: inline-block;
  vertical-align: 1px;
  margin-left: 0.5rem;
}

.sec_tit {
  text-align: center;
  margin-bottom: 6.4rem;
}
.sec_tit em {
  text-transform: uppercase;
  color: #0033a0;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Oswald", "sans-serif";
  letter-spacing: 0;
  display: block;
}
.sec_tit h2 {
  font-size: 4rem;
  line-height: 1.1;
  margin: 1.6rem 0;
  font-family: "NanumMyeongjo", "serif";
  letter-spacing: -2px;
}
.sec_tit p {
  color: #252525;
  font-size: 1.6rem;
}

.section1 {
  padding: 8rem 0;
}
.section1 .sec_tit {
  margin-bottom: 4.8rem;
}
.section1 .sec_tit h2 {
  position: relative;
  display: inline-block;
  padding: 0 4.5rem;
}
.section1 .sec_tit h2::before, .section1 .sec_tit h2::after {
  position: absolute;
  top: 1.4rem;
}
.section1 .sec_tit h2::before {
  content: "“";
  left: 0;
}
.section1 .sec_tit h2::after {
  content: "”";
  right: 0;
}
.section1 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 4rem;
  row-gap: 2.4rem;
}
.section1 .row .item {
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
}
.section1 .row .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 60%, rgba(17, 17, 17, 0.6));
}
.section1 .row .item .img {
  width: 100%;
  height: 100%;
  flex: 1;
  display: block;
}
.section1 .row .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section1 .row .item .txt_wrap {
  position: absolute;
  left: 4rem;
  bottom: 2.9rem;
  width: calc(100% - 8rem);
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
}
.section1 .row .item .txt_wrap .category {
  padding: 0.73rem 1rem;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.section1 .row .item .txt_wrap .category span {
  font-weight: 700;
  color: #231f20;
}
.section1 .row .item .txt_wrap .tit_wrap p {
  color: #fff;
  font-family: "NanumMyeongjo", "serif";
  font-size: 2rem;
  word-break: keep-all;
}
.section1 .row .item .txt_wrap .tit_wrap .location {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  font-family: "Pretendard", "sans-serif";
}
.section1 .row .item .txt_wrap .tit_wrap .location::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  -webkit-mask: url("/assets/img/common/ico_map_filled.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_map_filled.svg") no-repeat center/contain;
  background-color: #fff;
  margin-right: 0.8rem;
}
.section1 .row .item .txt_wrap .tit_wrap .location span::after {
  content: "";
  width: 1px;
  height: 0.9rem;
  background: #fff;
  display: inline-block;
  margin: 0 0.8rem;
  vertical-align: middle;
}
.section1 .row .item .txt_wrap .tit_wrap .location span:last-child::after {
  display: none;
}
.section1 .row .item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.section1 .row .item:nth-of-type(1) .txt_wrap {
  display: block;
}
.section1 .row .item:nth-of-type(1) .txt_wrap .category {
  margin-bottom: 2.4rem;
}
.section1 .row .item:nth-of-type(1) .txt_wrap .tit_wrap .location {
  margin-top: 2.4rem;
}
.section1 .row .item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.section1 .row .item:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.section1 .btn_wrap {
  margin: 4.8rem auto 0;
}

.section2 {
  padding: 6.4rem 0;
}
.section2 ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
}
.section2 ol li {
  padding: 2rem 2.5rem;
  overflow: hidden;
  background: #e5e5e5;
  flex: 1;
  border-radius: 1rem;
}
.section2 ol li > p {
  line-height: 1.45;
  font-weight: 700;
}
.section2 ol li .num em {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.section2 ol li .num p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.section2 ol li .num::after {
  content: "";
  display: block;
  width: 7.8rem;
  height: 7.8rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 1.5rem auto 2.1rem;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.section2 ol li:nth-of-type(1) .num::after {
  background-image: url(/assets/img/main/sec2_01.png);
}
.section2 ol li:nth-of-type(2) .num::after {
  background-image: url(/assets/img/main/sec2_02.png);
}
.section2 ol li:nth-of-type(3) .num::after {
  background-image: url(/assets/img/main/sec2_03.png);
}
.section2 ol li:nth-of-type(4) .num::after {
  background-image: url(/assets/img/main/sec2_04.png);
}
.section2 ol li:nth-of-type(5) .num::after {
  background-image: url(/assets/img/main/sec2_05.png);
}
.section2 ol li:nth-of-type(6) .num::after {
  background-image: url(/assets/img/main/sec2_06.png);
}
.section2 ol li:nth-of-type(7) .num::after {
  background-image: url(/assets/img/main/sec2_07.png);
}

.section3 {
  padding: 9.6rem 0;
}
.section3 .item + .item {
  margin-top: 4rem;
}
.section3 .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.4rem;
  align-items: stretch;
  overflow: hidden;
}
.section3 .item a .desc {
  background: #f5f5f5;
  width: 38%;
  padding: 6.4rem 4.8rem;
  position: relative;
}
.section3 .item a .desc .tit {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.1;
  word-break: keep-all;
  font-weight: 700;
}
.section3 .item a .desc .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
  position: absolute;
  left: 4.8rem;
  bottom: 4.8rem;
  width: calc(100% - 9.6rem);
}
.section3 .item a .desc .tag p {
  border: 2px solid #f28c38;
  border-radius: 99px;
  padding: 1.6rem 2.4rem;
}
.section3 .item a .desc .tag p span:before {
  content: "#";
  display: inline-block;
}
.section3 .item a .desc .tag p span {
  color: #f28c38;
  font-size: 1.6rem;
  font-weight: 700;
}
.section3 .item:nth-of-type(odd) a {
  flex-direction: row-reverse;
}

.section4 {
  padding: 6.4rem 0 9.6rem;
}
.section4 .sec_tit {
  margin-bottom: 4.8rem;
}
.section4 .thumbnail_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.3rem;
  flex: 0;
}
.section4 .thumbnail_list a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  overflow: hidden;
  padding: 37rem 3.4rem 3.4rem;
  position: relative;
}
.section4 .thumbnail_list a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 60%, rgba(17, 17, 17, 0.6));
}
.section4 .thumbnail_list a .desc {
  position: relative;
  z-index: 1;
}
.section4 .thumbnail_list a .desc .category {
  padding: 0.73rem 1rem;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  font-size: 1.5rem;
}
.section4 .thumbnail_list a .desc .category span {
  font-weight: 700;
  color: #231f20;
}
.section4 .thumbnail_list a .desc .txt {
  color: #fff;
  padding: 2rem 0;
}
.section4 .thumbnail_list a .desc .location {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  color: #f28c38;
}
.section4 .thumbnail_list a .desc .location::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  -webkit-mask: url("/assets/img/common/ico_map_filled.svg") no-repeat center/contain;
  mask: url("/assets/img/common/ico_map_filled.svg") no-repeat center/contain;
  background-color: #f28c38;
  margin-right: 0.8rem;
}
.section4 .thumbnail_list a .desc .location span::after {
  content: "";
  width: 1px;
  height: 0.9rem;
  background: #f28c38;
  display: inline-block;
  margin: 0 0.8rem;
  vertical-align: middle;
}
.section4 .thumbnail_list a .desc .location span:last-child::after {
  display: none;
}