@charset "UTF-8";
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  header {
    position: absolute !important;
    top: 0 !important;
    box-shadow: none !important;
  }
  footer {
    background-color: #fff !important;
    border-top: 1px solid #999 !important;
  }
  .sub .sub-snb .inner .pagination {
    display: none !important;
  }
  .sub .sub-snb .inner .subscribe {
    display: none !important;
  }
  .sub .sub-snb .inner .wing {
    display: none !important;
  }
}
.swiper-pagination,
.swiper-scrollbar,
.swiper-button-next,
.swiper-button-prev {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  margin-top: 0;
  padding: 0;
  background-image: none;
  background: none;
  width: auto;
}
.swiper-pagination::before, .swiper-pagination::after,
.swiper-scrollbar::before,
.swiper-scrollbar::after,
.swiper-button-next::before,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-prev::after {
  content: none;
}
.swiper-pagination svg,
.swiper-scrollbar svg,
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: 0;
  top: 0;
}

.swiper-btns {
  display: flex;
  align-items: center;
  align-items: center;
}

.main {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.main .floating-btns {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 66;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  min-width: 280px;
  transition: all 0.3s ease-out;
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 996px) {
  .main .floating-btns {
    display: none;
  }
}
.main .floating-btns.scroll {
  bottom: -50px;
  opacity: 0;
  pointer-events: none;
}
.main .floating-btns a {
  padding: 12px 18px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.main .floating-btns a::after {
  content: "";
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  background-color: #d9d7d5;
  position: absolute;
  right: 0;
}
.main .floating-btns a:last-child::after {
  content: none;
}
.main section {
  position: relative;
  padding-top: 120px;
}
@media (max-width: 996px) {
  .main section {
    padding-top: 54px;
  }
}
.main section::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 996px) {
  .main section::after {
    content: none;
  }
}
.main section .box {
  display: block;
  border: 1px solid #999;
  background-color: #fff;
}
.main section .box.type1 {
  padding: 12px 8px 17px;
  transition: all 0.3s ease-out;
}
@media (min-width: 996px) {
  .main section .box.type1:hover {
    transform: translateY(-5px);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 996px) {
  .main section .box.type1 {
    padding: 10px 8px;
  }
}
.main section .box.type2 {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.3s ease-out;
}
@media (min-width: 996px) {
  .main section .box.type2:hover {
    transform: translateY(-5px);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 996px) {
  .main section .box.type2 {
    padding: 10px 8px;
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
}
.main section .box.type2 .textbox {
  width: 100%;
  max-width: 43%;
}
@media (max-width: 996px) {
  .main section .box.type2 .textbox {
    max-width: 100%;
  }
}
.main section .box.type2 .cate {
  margin-bottom: 0;
}
.main section .box.type2 .text {
  padding: 0;
}
.main section .box.type3 {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.3s ease-out;
}
@media (min-width: 996px) {
  .main section .box.type3:hover {
    transform: translateY(-5px);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 996px) {
  .main section .box.type3 {
    padding: 10px 8px;
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
}
.main section .box.type3 .textbox {
  width: 100%;
  max-width: 43%;
}
@media (max-width: 996px) {
  .main section .box.type3 .textbox {
    max-width: 100%;
  }
}
.main section .box.type3 .cate {
  margin-bottom: 0;
}
.main section .box.type3 .text {
  padding: 0;
}
.main section .con {
  display: block;
}
.main section .con .img {
  overflow: hidden;
}
.main section .con .img img {
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  .main section .con .img img {
    width: 100%;
  }
}
.main section .section-title {
  position: absolute;
  z-index: 3;
  padding: 20px 0;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 996px) {
  .main section .section-title {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: unset;
    margin-bottom: 30px;
  }
  .main section .section-title::after {
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.main section .section-title span {
  writing-mode: vertical-lr;
  font-family: "jalnan";
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 88px;
  color: #fff;
  -webkit-text-stroke: 1px #999;
}
@media (max-width: 1400px) {
  .main section .section-title span {
    font-size: 60px;
  }
}
@media (max-width: 996px) {
  .main section .section-title span {
    writing-mode: unset;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 0 10px;
    font-size: 29px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
}
.main section .text {
  font-size: 22px;
  word-break: keep-all;
  line-height: 1.36;
  padding: 0 13px;
  margin-top: 19px;
}
@media (max-width: 996px) {
  .main section .text {
    font-size: 17px;
    padding: 0 5px;
    margin-top: 13px;
  }
}
.main section .bottom {
  display: flex;
  margin-top: 60px;
  gap: 36px;
}
@media (max-width: 996px) {
  .main section .bottom {
    margin-top: 34px;
    gap: 34px;
    flex-direction: column;
  }
}
.main section .bottom .left-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.main section .bottom .left-swiper .con {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main section .bottom .left-swiper .con .box {
  flex: 1;
  min-height: 223px;
}
.main section .bottom .con:not(.left-swiper .con) {
  position: relative;
  flex: 1;
  z-index: 2;
}
.main .title {
  word-break: keep-all;
}
.main .cate {
  font-family: "koroad";
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 996px) {
  .main .cate {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.main .inner {
  width: 100%;
  max-width: 1756px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 176px;
}
@media (max-width: 1400px) {
  .main .inner {
    gap: 100px;
  }
}
@media (max-width: 996px) {
  .main .inner {
    display: block;
  }
}
@media (max-width: 996px) {
  .main .inner .right {
    margin-top: 34px;
  }
  .main .inner .right .textbox {
    padding: 0 5px;
  }
}
.main .inner .right .right-swiper {
  overflow: hidden;
  padding-top: 10px;
  margin-top: -10px;
}
@media (max-width: 996px) {
  .main .inner .right .right-swiper {
    margin-bottom: 34px;
  }
}
.main .inner .left,
.main .inner .right {
  width: calc(50% - 88px);
  max-width: 775px;
}
@media (max-width: 1400px) {
  .main .inner .left,
  .main .inner .right {
    width: calc(50% - 50px);
  }
}
@media (max-width: 996px) {
  .main .inner .left,
  .main .inner .right {
    width: 100%;
    max-width: unset;
  }
}
.main .section01 {
  display: flex;
  padding-top: 0;
  overflow: unset;
}
@media (max-width: 996px) {
  .main .section01 {
    display: block;
    padding-top: 81px;
  }
}
.main .section01::after {
  content: none;
}
.main .section01 .left {
  width: 50%;
  position: relative;
}
@media (max-width: 996px) {
  .main .section01 .left {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 33;
    transition: opacity 0.2s ease-out;
  }
  .main .section01 .left.scroll {
    opacity: 0;
    pointer-events: none;
  }
}
.main .section01 .left .img {
  position: relative;
  z-index: 4;
}
@media (max-width: 996px) {
  .main .section01 .left .img {
    width: 100%;
    height: 100%;
  }
}
.main .section01 .left .img img {
  width: 100%;
}
@media (max-width: 996px) {
  .main .section01 .left .img img {
    max-width: unset;
    height: 100%;
    object-fit: cover;
  }
}
.main .section01 .left .text {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 12%;
  margin-top: 0;
}
.main .section01 .left .text p {
  text-align: center;
  color: #000;
  font-family: "ggbatang";
  font-size: 30px;
  line-height: 1.33;
}
.main .section01 .left .text p span {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 1200px) {
  .main .section01 .left .text p {
    font-size: 18px;
  }
}
.main .section01 .right {
  overflow: hidden;
  padding: 175px 0 0 95px;
  width: 50%;
  position: relative;
}
@media (max-width: 1400px) {
  .main .section01 .right {
    padding: 105px 0 0 30px;
  }
}
@media (max-width: 996px) {
  .main .section01 .right {
    width: 100%;
    padding: 0;
  }
}
.main .section01 .right .bg-text {
  position: absolute;
  right: -55px;
  font-family: "koroad";
  position: absolute;
  top: 72px;
  z-index: 1;
  font-size: 224px;
  -webkit-text-stroke: 2px #ededed;
  color: #fff;
}
@media (max-width: 996px) {
  .main .section01 .right .bg-text {
    bottom: 45px;
    -webkit-text-stroke: 1px #ededed;
    top: unset;
    right: 0;
    font-size: 75px;
  }
}
.main .section01 .right .section01-swiper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.main .section01 .right .section01-swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.main .section01 .right .section01-swiper .swiper-slide .img {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .main .section01 .right .section01-swiper .swiper-slide .img {
    border-radius: 30px;
  }
}
@media (max-width: 600px) {
  .main .section01 .right .section01-swiper .swiper-slide .img {
    border-radius: 0;
  }
}
.main .section01 .right .section01-swiper .swiper-slide .img img {
  transition: all 0.2s ease-out;
}
.main .section01 .right .section01-swiper .swiper-slide .text {
  padding: 0 34px;
  margin-top: 34px;
}
@media (max-width: 996px) {
  .main .section01 .right .section01-swiper .swiper-slide .text {
    margin-top: 17px;
  }
}
.main .section01 .right .section01-swiper .swiper-slide .text .cate {
  font-size: 25px;
  letter-spacing: -0.05em;
  font-family: "nanum";
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .main .section01 .right .section01-swiper .swiper-slide .text .cate {
    font-size: 22px;
  }
}
@media (max-width: 996px) {
  .main .section01 .right .section01-swiper .swiper-slide .text .cate {
    font-size: 14px;
  }
}
.main .section01 .right .section01-swiper .swiper-slide .text .title {
  letter-spacing: -0.05em;
  line-height: 1.35;
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .main .section01 .right .section01-swiper .swiper-slide .text .title {
    font-size: 29px;
  }
}
@media (max-width: 996px) {
  .main .section01 .right .section01-swiper .swiper-slide .text .title {
    font-size: 24px;
  }
}
.main .section01 .right .section01-swiper .swiper-btns {
  gap: 18px;
  justify-content: center;
  margin-top: 79px;
}
@media (max-width: 1400px) {
  .main .section01 .right .section01-swiper .swiper-btns {
    margin-top: 20px;
  }
}
@media (max-width: 996px) {
  .main .section01 .right .section01-swiper .swiper-btns {
    margin-top: 79px;
    font-size: 15px;
  }
  .main .section01 .right .section01-swiper .swiper-btns .swiper-button-prev {
    padding-left: 2px;
  }
  .main .section01 .right .section01-swiper .swiper-btns .swiper-button-next {
    padding-right: 2px;
  }
  .main .section01 .right .section01-swiper .swiper-btns .swiper-button-prev,
  .main .section01 .right .section01-swiper .swiper-btns .swiper-button-next {
    width: 35px;
    height: 35px;
    border: 1px solid #d5d5d5;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .section01 .right .section01-swiper .swiper-btns .swiper-button-prev img,
  .main .section01 .right .section01-swiper .swiper-btns .swiper-button-next img {
    width: 12px;
  }
}
.main .section01 .right .section01-swiper .swiper-pagination {
  padding-top: 3px;
  font-size: 18px;
}
@media (max-width: 996px) {
  .main .section01 .right .section01-swiper .swiper-pagination {
    font-size: 15px;
  }
}
.main .section01 .right .section01-swiper .swiper-pagination .swiper-pagination-current {
  font-weight: 800;
}
.main .section01.version2 .left {
  width: 55%;
}
@media (max-width: 996px) {
  .main .section01.version2 .left {
    width: 100%;
  }
}
.main .section01.version2 .left .text {
  top: 15%;
}
@media (max-width: 996px) {
  .main .section01.version2 .left .text {
    top: 14%;
  }
}
.main .section01.version2 .right {
  width: 45%;
  padding-top: 115px;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .main .section01.version2 .right {
    padding-bottom: 0;
  }
}
@media (max-width: 996px) {
  .main .section01.version2 .right {
    width: 100%;
    padding: 0;
  }
}
.main .section01.version2 .right .bg-text {
  top: 170px;
  right: 4px;
}
@media (max-width: 1600px) {
  .main .section01.version2 .right .bg-text {
    top: 100px;
    right: 0;
    font-size: 150px;
  }
}
@media (max-width: 996px) {
  .main .section01.version2 .right .bg-text {
    top: unset;
    font-size: 75px;
  }
}
.main .section01.version2 .right .section01-swiper .swiper-btns {
  margin-top: 90px;
}
.main .main-banner {
  display: block;
  width: calc(100% - 30px);
  max-width: 1726px;
  margin: 40px auto 5px;
  border: 1px solid #b4beac;
  background-color: #dfdfec;
  box-shadow: 5px 5px 0 #c7c7c7;
}
.main .main-banner .banner-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  padding: 31px 15px;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1400px) {
  .main .main-banner .banner-inner {
    justify-content: center;
  }
}
@media (max-width: 996px) {
  .main .main-banner .banner-inner {
    flex-direction: column;
    gap: 15px;
  }
}
.main .main-banner .banner-inner p {
  letter-spacing: -0.05em;
}
.main .main-banner .banner-inner .left-text {
  color: #3f225f;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .main .main-banner .banner-inner .left-text {
    font-size: 24px;
  }
}
@media (max-width: 996px) {
  .main .main-banner .banner-inner .left-text {
    font-size: 18px;
  }
}
.main .main-banner .banner-inner .search-box {
  padding: 8px 20px;
  gap: 23px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.main .main-banner .banner-inner .search-box p {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .main .main-banner .banner-inner .search-box p {
    font-size: 27px;
  }
}
@media (max-width: 996px) {
  .main .main-banner .banner-inner .search-box p {
    font-size: 20px;
  }
}
.main .section02 {
  padding-bottom: 60px;
}
@media (max-width: 996px) {
  .main .section02 {
    padding-bottom: 27px;
  }
}
.main .section02::after {
  background-color: #67569f;
}
.main .section02 .section-title span {
  -webkit-text-stroke: 1px #67569f;
}
.main .section02 .left {
  position: relative;
}
.main .section02 .left .top .con {
  position: relative;
  display: block;
  z-index: 2;
}
.main .section02 .left .top .con:hover .text .more::after {
  left: 5px;
}
.main .section02 .left .top .con .circle {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -40px;
  top: -40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  font-family: "koroad";
  font-size: 34px;
  z-index: 10;
  letter-spacing: -0.033em;
  background-color: #65699a;
}
@media (max-width: 1800px) {
  .main .section02 .left .top .con .circle {
    left: -10px;
  }
}
@media (max-width: 996px) {
  .main .section02 .left .top .con .circle {
    width: 54px;
    height: 54px;
    font-size: 16px;
    top: -20px;
  }
}
.main .section02 .left .top .con .img {
  position: relative;
}
.main .section02 .left .top .con .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, transparent, rgba(162, 202, 167, 0.9));
  z-index: 3;
  pointer-events: none;
}
.main .section02 .left .top .con .text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  padding: 23% 20px 0 7.8%;
  margin-top: 0;
  z-index: 4;
}
@media (max-width: 1400px) {
  .main .section02 .left .top .con .text {
    padding: 15% 20px 0 3%;
  }
}
@media (max-width: 996px) {
  .main .section02 .left .top .con .text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main .section02 .left .top .con .text p {
  font-size: 24px;
  font-family: "chosun";
  color: #000;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .main .section02 .left .top .con .text p {
    font-size: 20px;
  }
}
@media (max-width: 996px) {
  .main .section02 .left .top .con .text p {
    font-size: 16px;
  }
}
.main .section02 .left .top .con .text p .height {
  display: block;
  height: 10px;
}
.main .section02 .left .top .con .text .more {
  display: inline-block;
  margin-top: 30px;
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
@media (max-width: 996px) {
  .main .section02 .left .top .con .text .more {
    margin-top: 20px;
    font-size: 14px;
  }
}
.main .section02 .left .top .con .text .more::after {
  content: "";
  width: 124px;
  height: 13px;
  position: absolute;
  transition: all 0.2s ease-out;
  left: 0;
  bottom: -8px;
  background-repeat: no-repeat;
  background-image: url(../images/section02-arrow.png);
  filter: invert(1);
}
@media (max-width: 996px) {
  .main .section02 .left .top .con .text .more::after {
    background-size: cover;
    bottom: -5px;
    width: 85px;
    height: 9px;
  }
}
.main .section02 .left .bottom {
  position: relative;
}
.main .section02 .left .bottom .obj {
  z-index: 1;
  pointer-events: none;
  top: 5%;
  right: -20px;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 996px) {
  .main .section02 .left .bottom .obj {
    right: 0;
  }
}
.main .section02 .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 996px) {
  .main .section02 .right {
    gap: 0;
  }
  .main .section02 .right .con {
    margin-bottom: 34px;
  }
  .main .section02 .right .con:last-child {
    margin-bottom: 0;
  }
}
.main .section03 {
  background-image: url(../images/section03-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 60px;
}
@media (max-width: 996px) {
  .main .section03 {
    padding-bottom: 54px;
    padding-top: 27px;
  }
}
.main .section03::after {
  background-color: #de79aa;
}
.main .section03 .section-title {
  background-color: #f8fafd;
}
.main .section03 .section-title span {
  -webkit-text-stroke: 1px #de79aa;
}
.main .section03 .left .top .con {
  position: relative;
}
@media (min-width: 996px) {
  .main .section03 .left .top .con:hover .img img {
    transform: scale(1.05);
    filter: blur(5px);
  }
  .main .section03 .left .top .con:hover .textbox {
    min-width: 362px;
    min-height: 184px;
  }
}
.main .section03 .left .top .con::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.main .section03 .left .top .con .img {
  overflow: hidden;
}
.main .section03 .left .top .con .img img {
  transition: all 0.2s ease-out;
}
.main .section03 .left .top .con .textbox {
  position: absolute;
  min-width: 342px;
  min-height: 164px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  background-image: url(../images/section03-sq.png);
}
@media (max-width: 996px) {
  .main .section03 .left .top .con .textbox {
    min-width: 200px;
    min-height: unset;
    padding: 18px;
  }
}
.main .section03 .left .top .con .textbox p {
  color: #fff;
  text-align: center;
}
.main .section03 .left .top .con .textbox .cate {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .main .section03 .left .top .con .textbox .cate {
    font-size: 20px;
  }
}
.main .section03 .left .top .con .textbox .text {
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 996px) {
  .main .section03 .left .top .con .textbox .text {
    font-size: 16px;
  }
}
.main .section03 .right .bottom {
  display: block;
}
.main .section03 .right .bottom .con {
  position: relative;
}
.main .section03 .right .bottom .con .img img {
  width: 100%;
}
.main .section03 .right .bottom .con .textbox {
  position: absolute;
  width: 50%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  text-align: right;
  padding: 34px 30px;
  right: 0;
  height: 100%;
}
@media (max-width: 996px) {
  .main .section03 .right .bottom .con .textbox {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .main .section03 .right .bottom .con .textbox {
    padding: 20px;
  }
}
.main .section03 .right .bottom .con .textbox p {
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .main .section03 .right .bottom .con .textbox p {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .main .section03 .right .bottom .con .textbox p {
    font-size: 15px;
  }
}
.main .section03 .right .bottom .con .textbox small {
  font-size: 20px;
}
@media (max-width: 996px) {
  .main .section03 .right .bottom .con .textbox small {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .main .section03 .right .bottom .con .textbox small {
    font-size: 13px;
  }
}
.main .section03 .right .bottom .con .textbox .bottom-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "chosun";
  gap: 20px;
}
@media (max-width: 996px) {
  .main .section03 .right .bottom .con .textbox .bottom-text {
    gap: 10px;
  }
}
@media (max-width: 996px) {
  .main .section03 .right .bottom .con .textbox .bottom-text img {
    width: 50px;
  }
}
@media (max-width: 769px) {
  .main .section03 .right .bottom .con .textbox .bottom-text img {
    width: 30px;
  }
}
.main .section04 {
  padding-top: 0;
  background-color: #ccfbf8;
}
@media (max-width: 996px) {
  .main .section04 {
    padding: 54px 0;
  }
}
.main .section04::after {
  background-color: #33b5af;
}
.main .section04 .section-title {
  background-color: #ccfbf8;
}
@media (max-width: 996px) {
  .main .section04 .section-title {
    background-color: unset;
  }
  .main .section04 .section-title::after {
    background-color: #33b5af;
  }
}
.main .section04 .section-title span {
  color: #ccfbf8;
  -webkit-text-stroke: 1px #32b5ad;
}
@media (max-width: 996px) {
  .main .section04 .section-title span {
    background-color: #ccfbf8;
  }
}
.main .section04 .inner {
  max-width: 1920px;
  padding: 0;
  justify-content: left;
}
.main .section04 .inner .left {
  max-width: 865px;
}
@media (max-width: 1900px) {
  .main .section04 .inner .left {
    width: calc(50% - 73px);
  }
}
@media (max-width: 1400px) {
  .main .section04 .inner .left {
    width: calc(50% - 50px);
  }
}
@media (max-width: 996px) {
  .main .section04 .inner .left {
    width: 100%;
    max-width: unset;
  }
}
.main .section04 .inner .left .con .img img {
  width: 100%;
}
.main .section04 .inner .left .con:hover .title-box .more::after {
  left: 5px;
}
.main .section04 .inner .left .con .title-box {
  padding: 30px 140px 30px 90px;
  background-color: #009e96;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .main .section04 .inner .left .con .title-box {
    padding: 30px 100px 30px 50px;
  }
}
@media (max-width: 996px) {
  .main .section04 .inner .left .con .title-box {
    padding: 24px 45px 24px 30px;
  }
}
.main .section04 .inner .left .con .title-box .textbox .category {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .main .section04 .inner .left .con .title-box .textbox .category {
    font-size: 20px;
  }
}
@media (max-width: 996px) {
  .main .section04 .inner .left .con .title-box .textbox .category {
    font-size: 14px;
  }
}
.main .section04 .inner .left .con .title-box .textbox .text {
  color: #fff;
  padding: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
}
@media (max-width: 1600px) {
  .main .section04 .inner .left .con .title-box .textbox .text {
    font-size: 30px;
  }
}
@media (max-width: 996px) {
  .main .section04 .inner .left .con .title-box .textbox .text {
    font-size: 22px;
  }
}
.main .section04 .inner .left .con .title-box .more {
  padding-bottom: 8px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 996px) {
  .main .section04 .inner .left .con .title-box .more {
    font-size: 14px;
  }
}
.main .section04 .inner .left .con .title-box .more::after {
  content: "";
  width: 124px;
  height: 13px;
  position: absolute;
  transition: all 0.2s ease-out;
  left: 0;
  bottom: -8px;
  background-image: url(../images/section02-arrow.png);
  background-size: cover;
}
@media (max-width: 996px) {
  .main .section04 .inner .left .con .title-box .more::after {
    bottom: -5px;
    width: 85px;
    height: 9px;
  }
}
.main .section04 .inner .right {
  max-width: 774px;
  box-sizing: content-box;
  padding: 40px 15px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .main .section04 .inner .right {
    box-sizing: border-box;
  }
}
@media (max-width: 996px) {
  .main .section04 .inner .right {
    max-width: 100%;
    padding: 0 15px;
    align-items: unset;
    justify-content: unset;
    box-sizing: border-box;
  }
}
.main .section04 .inner .right .cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 50px;
  column-gap: 34px;
}
@media (max-width: 996px) {
  .main .section04 .inner .right .cons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    column-gap: unset;
  }
}
.main .section04 .inner .right .cons .con .box {
  background-color: #fff;
  display: block;
}
.main .section04 .inner .right.full-row .cons {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.main .section04 .inner .right.full-row .cons .con .box {
  display: flex;
  align-items: center;
}
.main .section05 {
  padding-top: 100px;
  padding-bottom: 120px;
}
.main .section05 .cate {
  position: relative;
}
.main .section05 .cate #location01 {
  width: 1px;
  height: 0;
  position: absolute;
  top: -150px;
}
@media (max-width: 996px) {
  .main .section05 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 996px) {
  .main .section05 .inner {
    padding: 0;
  }
}
@media (max-width: 996px) {
  .main .section05 .left {
    background-color: #d8f8ec;
    padding: 54px 0 0;
  }
}
@media (max-width: 996px) {
  .main .section05 .left > .cate {
    padding: 0 15px;
  }
}
.main .section05 .left .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 30px;
  border: 3px solid;
  flex: 1;
  line-height: 1.3;
  word-break: keep-all;
  font-size: 19px;
  font-weight: 800;
  gap: 20px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  .main .section05 .left .btn {
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid;
  }
  .main .section05 .left .btn img {
    width: 14px;
  }
}
@media (max-width: 996px) {
  .main .section05 .left .link1 {
    padding: 0 15px;
  }
}
.main .section05 .left .link1 .box-wrap {
  border: 1px solid #999;
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap {
    border: 0;
  }
}
.main .section05 .left .link1 .box-wrap .cate {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "nanum";
  font-weight: 800;
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .cate {
    font-size: 18px;
  }
}
.main .section05 .left .link1 .box-wrap .con {
  display: flex;
  padding: 23px 15px 26px;
}
@media (max-width: 1600px) {
  .main .section05 .left .link1 .box-wrap .con {
    flex-direction: column;
  }
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .con {
    flex-direction: unset;
    padding: 0;
  }
}
.main .section05 .left .link1 .box-wrap .con .img {
  width: 50%;
  border-right: 1px solid #d3d1d1;
}
@media (max-width: 1600px) {
  .main .section05 .left .link1 .box-wrap .con .img {
    width: 100%;
  }
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .con .img {
    width: 50%;
  }
}
.main .section05 .left .link1 .box-wrap .con .img img {
  width: 100%;
}
@media (max-width: 480px) {
  .main .section05 .left .link1 .box-wrap .con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.main .section05 .left .link1 .box-wrap .con .textbox {
  width: 50%;
  background-color: #55b67f;
  padding: 40px 35px;
}
@media (max-width: 1600px) {
  .main .section05 .left .link1 .box-wrap .con .textbox {
    width: 100%;
  }
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .con .textbox {
    width: 50%;
    padding: 18px 10px;
  }
}
.main .section05 .left .link1 .box-wrap .con .textbox .title {
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .con .textbox .title {
    font-size: 16px;
  }
}
.main .section05 .left .link1 .box-wrap .con .textbox p {
  margin-top: 8px;
  padding: 0;
  color: #fff;
}
@media (max-width: 1600px) {
  .main .section05 .left .link1 .box-wrap .con .textbox p {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .main .section05 .left .link1 .box-wrap .con .textbox p {
    font-size: 14px;
  }
}
.main .section05 .left .link1 .box-wrap .con .textbox .more {
  width: 162px;
  height: 162px;
  margin: 50px auto 0;
  border-radius: 50%;
  display: flex;
  word-break: keep-all;
  text-align: center;
  border: 1px solid #fff;
  justify-content: center;
  color: #fff;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 700;
  padding-top: 7px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1600px) {
  .main .section05 .left .link1 .box-wrap .con .textbox .more {
    margin-top: 20px;
    width: 150px;
    height: 150px;
    font-size: 17px;
  }
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .con .textbox .more {
    margin-top: 20px;
    width: 72px;
    height: 72px;
    font-size: 10px;
  }
}
.main .section05 .left .link1 .box-wrap .con .textbox .more img {
  margin: 8px auto 0;
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .con .textbox .more img {
    width: 18px;
  }
}
.main .section05 .left .link1 .box-wrap .btn-wrap {
  padding: 20px 30px 25px;
  background-color: #d8f8ec;
}
@media (max-width: 996px) {
  .main .section05 .left .link1 .box-wrap .btn-wrap {
    padding: 0;
    margin-top: 30px;
  }
}
.main .section05 .left .link1 .box-wrap .btn-wrap .btns {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1200px) {
  .main .section05 .left .link1 .box-wrap .btn-wrap .btns {
    flex-direction: column;
    gap: 16px;
  }
}
.main .section05 .left .link1 .box-wrap .btn-wrap .btns .btn {
  border-color: #55b67f;
}
.main .section05 .left .link1 .box-wrap .btn-wrap .btns .btn img {
  transition: all 0.2s ease-out;
}
.main .section05 .left .link1 .box-wrap .btn-wrap .btns .btn:hover {
  background-color: #55b67f;
  color: #fff;
}
.main .section05 .left .link1 .box-wrap .btn-wrap .btns .btn:hover img {
  filter: invert(1);
}
@media (max-width: 1200px) {
  .main .section05 .left .link1 .box-wrap .btn-wrap .btns .btn {
    width: 100%;
  }
}
.main .section05 .left .link2 {
  padding: 28px;
  margin-top: 26px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1200px) {
  .main .section05 .left .link2 {
    padding: 34px 15px 30px;
    flex-direction: column;
    gap: 16px;
  }
}
.main .section05 .left .link2 .btn {
  border-color: #d9d9d9;
}
.main .section05 .left .link2 .btn:hover {
  background-color: #d9d9d9;
  color: #111;
}
@media (max-width: 1200px) {
  .main .section05 .left .link2 .btn {
    width: 100%;
  }
}
@media (max-width: 996px) {
  .main .section05 .right {
    padding: 0 15px;
  }
}
.main .section05 .right .cate {
  margin-bottom: 60px;
}
@media (max-width: 996px) {
  .main .section05 .right .cate {
    margin-bottom: 24px;
  }
}
.main .section05 .right .border {
  filter: drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.6));
}
.main .section05 .right .bookmark2 {
  position: relative;
}
.main .section05 .right .bookmark2 h2 {
  margin-bottom: 40px;
}
.main .section05 .right .bookmark2 .btns-all {
  margin-bottom: 60px;
}
@media (max-width: 996px) {
  .main .section05 .right .bookmark2 .btns-all {
    margin-bottom: 30px;
  }
}
.main .section05 .right .bookmark2 .btns-all a {
  display: inline-flex;
  align-items: center;
  padding: 28px;
  text-align: center;
  background-color: #474b83;
  font-size: 20px;
  gap: 36px;
  font-weight: 800;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 996px) {
  .main .section05 .right .bookmark2 .btns-all a {
    padding: 19px 20px;
    gap: 15px;
    font-size: 15px;
  }
  .main .section05 .right .bookmark2 .btns-all a img {
    width: 30px;
  }
}
.main .section05 .right .members .tit {
  display: inline-flex;
  background-color: #474b83;
  padding: 8px 5px 8px 20px;
  font-size: 20px;
  font-weight: 800;
  gap: 4px;
  color: #fff;
  position: relative;
}
@media (max-width: 996px) {
  .main .section05 .right .members .tit {
    font-size: 16px;
  }
}
.main .section05 .right .members .tit::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-left: 36px solid #474b83;
}
.main .section05 .right .members .tit .btn-close {
  background-color: unset;
  border: unset;
  cursor: pointer;
  z-index: 11;
  position: relative;
  align-items: center;
}
.main .section05 .right .members .tit .btn-close::after {
  content: "X";
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.main .section05 .right .members > div {
  position: absolute;
  right: 0;
  top: 0;
  width: 203px;
  display: none;
}
@media (max-width: 996px) {
  .main .section05 .right .members > div {
    width: 154px;
  }
}
.main .section05 .right .members > div ul {
  background-color: #fff;
  border: 1px solid #999;
}
@media (max-width: 996px) {
  .main .section05 .right .members > div ul {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.main .section05 .right .members > div ul li:first-child a {
  border-top: 0;
}
.main .section05 .right .members > div ul li a {
  display: block;
  min-height: 61px;
  padding: 5px 21px;
  border-top: 1px solid #999;
  font-size: 20px;
  font-weight: 800;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 996px) {
  .main .section05 .right .members > div ul li a {
    font-size: 16px;
    min-height: 40px;
    padding: 15px;
  }
}
.main .section05 .right .members > div ul li a::after {
  content: "";
  width: 22px;
  height: 21px;
  display: block;
  background-image: url(../images/map-search.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 996px) {
  .main .section05 .right .members > div ul li a::after {
    width: 17px;
    height: 16px;
  }
}
.main .section05 .right .members > div ul li a:hover {
  background-color: #f2f2f2;
}
.main .section05 .right .mobile-choice {
  display: none;
}
.main .section05 .right .marker {
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.main .section05 .right .marker:hover {
  fill: #ebedfc;
}
.main .section05 .right .marker.active {
  fill: #c2c4d6;
}
.main .section05 .right .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 556px;
  margin: 0 auto;
  position: relative;
  height: auto;
}
.main .section05 .right .map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/map-river.png);
}
.main .section05 .right .map svg {
  width: 100%;
}
.main .section05 .right .map p {
  font-size: 22px;
  line-height: 1.5;
}
.main .section05 .right .map .label {
  pointer-events: none;
  margin-top: -10px !important;
}
.main .section05 .right .map .label.active .txt {
  fill: #fff;
  transform: translateY(-15px);
}
.main .section05 .right .map .label.active .label-bg {
  fill: #474b83;
  stroke: #474b83;
  transform: translateY(-15px);
}
.main .section05 .right .map .label.active .label-dot {
  opacity: 1;
}
.main .section05 .right .map .label .txt {
  transition: all 0.2s ease-out;
  display: block;
  font-size: 15px;
  position: relative;
  fill: #000;
}
.main .section05 .right .map .label .label-bg {
  transition: all 0.2s ease-out;
  fill: #f2f2f2;
  stroke: #c8c8c8;
  stroke-width: 1;
}
.main .section05 .right .map .label .label-dot {
  transition: all 0.2s ease-out;
  fill: #474b83;
  transform: translateY(-17px);
  opacity: 0;
}

.sub {
  padding-top: 170px;
  padding-bottom: 100px;
}
@media (max-width: 996px) {
  .sub {
    padding-top: 120px;
  }
}
.sub * {
  letter-spacing: -0.033em;
}
.sub b {
  font-weight: 800;
}
.sub > .inner {
  display: flex;
  gap: 20px;
  padding: 0 15px;
  width: 100%;
  max-width: 1578px;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 996px) {
  .sub > .inner {
    display: block;
    gap: unset;
  }
}
.sub .searchbody .sub-con {
  width: 100%;
}
.sub .sub-con {
  width: calc(100% - 400px);
  max-width: 1148px;
}
@media (max-width: 1400px) {
  .sub .sub-con {
    width: calc(100% - 350px);
  }
}
@media (max-width: 996px) {
  .sub .sub-con {
    width: 100%;
    flex: unset;
  }
}
.sub .sub-con .box01 {
  border: 1px solid #999;
  padding: 30px 20px;
  margin-bottom: 30px;
  display: block;
}
.sub .sub-con .box01:last-child {
  margin-bottom: 0;
}
.sub .sub-con .box01.purple {
  border: 1px solid #635ca3;
}
.sub .sub-con .box01.pink {
  background-color: #fbeff3;
  border: 1px solid #dd79ad;
}
@media (max-width: 996px) {
  .sub .sub-con .box01 {
    padding: 25px 15px;
  }
}
.sub .sub-con .box02 {
  border: 1px solid #999;
  padding: 40px 50px;
  margin-bottom: 30px;
}
.sub .sub-con .box02:last-child {
  margin-bottom: 0;
}
.sub .sub-con .box02.purple {
  border: 1px solid #635ca3;
}
.sub .sub-con .box02.pink {
  border: 1px solid #de7aad;
}
.sub .sub-con .box02.pink.bg2 {
  background-color: #fbeff3;
}
@media (max-width: 996px) {
  .sub .sub-con .box02 {
    padding: 30px 15px;
  }
}
.sub .sub-con .box04 {
  border: 1px solid #999;
  padding: 70px 50px;
}
.sub .sub-con .box04.purple {
  border: 1px solid #635ca3;
}
@media (max-width: 996px) {
  .sub .sub-con .box04 {
    padding: 50px 15px;
  }
}
.sub .sub-con .box05 {
  border: 1px solid #999;
  padding: 70px 50px;
}
.sub .sub-con .box05.purple {
  border: 1px solid #635ca3;
}
@media (max-width: 996px) {
  .sub .sub-con .box05 {
    padding: 50px 15px;
  }
}
.sub .sub-con .line {
  margin: 10px 0;
  display: block;
  border-top: 1px solid #999;
}
.sub .sub-con .line2 {
  margin: 50px 0;
  display: block;
  border-top: 1px solid #999;
}
.sub .sub-con .link {
  background-color: #65699a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  min-width: 300px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  gap: 15px;
  padding: 20px 24px 20px 32px;
  margin-top: 23px;
}
.sub .sub-con .link.nom {
  margin-top: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .link {
    font-size: 16px;
    padding: 20px;
    text-align: center;
    display: block;
    min-width: unset;
  }
}
.sub .sub-con .link::after {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url(../images/sub-top-link.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 996px) {
  .sub .sub-con .link::after {
    content: none;
  }
}
.sub .sub-con .link2 {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #999;
  min-width: 300px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  gap: 15px;
  padding: 20px 24px 20px 32px;
  margin-top: 23px;
}
.sub .sub-con .link2.nom {
  margin-top: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .link2 {
    font-size: 16px;
    padding: 20px;
    text-align: center;
    display: block;
    min-width: unset;
  }
}
.sub .sub-con .link2.purple {
  border: 1px solid #66569f;
}
.sub .sub-con .link2.purple::after {
  filter: invert(34%) sepia(16%) saturate(1644%) hue-rotate(214deg) brightness(101%) contrast(91%);
}
.sub .sub-con .link2::after {
  content: url(../images/link2-arrow.png);
}
@media (max-width: 996px) {
  .sub .sub-con .link2::after {
    content: none;
  }
}
.sub .sub-con .border-link {
  padding: 12px;
  border: 1px solid #000;
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 300px;
  justify-content: space-between;
  align-items: center;
}
.sub .sub-con .border-link p {
  line-height: 1;
}
.sub .sub-con a p {
  margin-bottom: 0;
}
.sub .sub-con .sub-top .nav {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top .nav {
    margin-bottom: 24px;
    gap: 30px;
  }
}
.sub .sub-con .sub-top .nav span {
  font-size: 18px;
  color: #999;
  position: relative;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top .nav span {
    font-size: 14px;
  }
}
.sub .sub-con .sub-top .nav span::after {
  content: "→";
  color: #999;
  position: absolute;
  right: -34px;
  top: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top .nav span::after {
    right: -21px;
  }
}
.sub .sub-con .sub-top .nav .this {
  color: #000;
  font-weight: 700;
}
.sub .sub-con .sub-top .nav .this::after {
  content: none;
}
.sub .sub-con .sub-top h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top h3 {
    font-size: 28px;
  }
}
.sub .sub-con .sub-top h3 + h4 {
  margin-top: 8px;
}
.sub .sub-con .sub-top h4 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top h4 {
    font-size: 20px;
  }
}
.sub .sub-con .sub-top h4 + h3 {
  margin-top: 8px;
}
.sub .sub-con .sub-top .ex {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top .ex {
    font-size: 17px;
  }
}
.sub .sub-con .sub-top .by {
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top .by {
    font-size: 17px;
  }
}
.sub .sub-con .sub-top .main-spread {
  display: flex;
  gap: 40px;
  margin-top: 38px;
}
@media (max-width: 996px) {
  .sub .sub-con .sub-top .main-spread {
    flex-direction: column;
    gap: 24px;
  }
}
.sub .sub-con .list {
  display: block;
  margin-bottom: 12px;
  color: #999;
}
.sub .sub-con .list b {
  display: flex;
  color: #000;
  gap: 8px;
  align-items: center;
}
.sub .sub-con .list b img {
  transform: translateY(-2px);
}
.sub .sub-con .flex-list {
  display: flex;
  gap: 7px;
}
.sub .sub-con .flex-list > span:nth-child(1) {
  flex-shrink: 0;
}
.sub .sub-con h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
  word-break: keep-all;
  line-height: 1.3;
}
.sub .sub-con h2:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sub .sub-con h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  word-break: keep-all;
  line-height: 1.3;
}
.sub .sub-con h3:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sub .sub-con h4 {
  word-break: keep-all;
  line-height: 1.3;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
}
.sub .sub-con h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con h4 {
    font-size: 22px;
  }
}
.sub .sub-con h5 {
  word-break: keep-all;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 15px;
}
.sub .sub-con h5:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con h5 {
    font-size: 20px;
  }
}
.sub .sub-con h6 {
  word-break: keep-all;
  line-height: 1.3;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
}
.sub .sub-con h6:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con h6 {
    font-size: 18px;
  }
}
.sub .sub-con .gray {
  color: #999;
}
.sub .sub-con p {
  font-size: 18px;
  line-height: 1.55;
  text-align: justify;
  margin-bottom: 40px;
}
@media (max-width: 996px) {
  .sub .sub-con p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.sub .sub-con p:last-child {
  margin-bottom: 0;
}
.sub .sub-con p.img {
  line-height: 1;
  text-align: center;
}
.sub .sub-con p.img > span {
  display: inline-block;
}
.sub .sub-con p.img img {
  margin: 0 auto;
}
.sub .sub-con p.img small {
  line-height: 1.3;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.sub .sub-con p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sub .sub-con small {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}
@media (max-width: 996px) {
  .sub .sub-con small {
    font-size: 15px;
  }
}
.sub .sub-con .content-body {
  margin-top: 90px;
}
.sub .sub-con .content-body .textbox {
  margin-bottom: 90px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox {
    margin-bottom: 54px;
  }
}
.sub .sub-con .content-body .textbox:last-child {
  margin-bottom: 0;
}
.sub .sub-con .content-body .textbox .underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sub .sub-con .content-body .textbox .epil {
  font-size: 24px;
  font-family: "chosun";
  line-height: 1.3333;
  padding-top: 60px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 50px;
  text-align: center;
}
.sub .sub-con .content-body .textbox .epil:first-child {
  margin-top: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .epil {
    font-size: 19px;
    padding-top: 40px;
  }
}
.sub .sub-con .content-body .textbox .epil .epil-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .epil .epil-img {
    width: 40px;
  }
}
.sub .sub-con .content-body .textbox .epil:last-child {
  margin-bottom: 0;
}
.sub .sub-con .content-body .textbox .epil small {
  font-size: 18px;
  font-family: inherit;
  text-align: center;
}
.sub .sub-con .content-body .textbox .epil span {
  font-family: inherit;
  text-align: center;
}
.sub .sub-con .content-body .textbox .epil.left {
  text-align: left;
}
.sub .sub-con .content-body .textbox .epil.left .epil-img {
  left: 0;
  transform: translateX(0);
}
.sub .sub-con .content-body .textbox .epil.left small {
  text-align: left;
}
.sub .sub-con .content-body .textbox .epil.left span {
  text-align: left;
}
.sub .sub-con .content-body .textbox .epil.green .epil-img {
  filter: invert(52%) sepia(89%) saturate(256%) hue-rotate(95deg) brightness(95%) contrast(88%);
}
.sub .sub-con .content-body .textbox .tag01 {
  display: inline-block;
  padding: 7px 20px 5px;
  background-color: #635ca3;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 15px;
}
.sub .sub-con .content-body .textbox .tag02 {
  display: inline-block;
  padding: 12px 40px 10px;
  background-color: #635ca3;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 15px;
}
.sub .sub-con .content-body .textbox .tag02.bg2 {
  color: #635ca3;
  background-color: #e8e5f0;
}
.sub .sub-con .content-body .textbox .tag03 {
  display: inline-block;
  padding: 12px 40px 10px;
  background-color: #635ca3;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.sub .sub-con .content-body .textbox .tag03.bg2 {
  color: #635ca3;
  background-color: #e8e5f0;
}
.sub .sub-con .content-body .textbox .tag04 {
  display: inline-block;
  padding: 12px 24px 10px;
  background-color: #635ca3;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.sub .sub-con .content-body .textbox .tag04.bg2 {
  color: #635ca3;
  background-color: #e8e5f0;
}
.sub .sub-con .content-body .textbox .tag01-01 {
  padding: 10px 20px 8px;
  background-color: #efecf5;
  margin-bottom: 20px;
}
.sub .sub-con .content-body .textbox .tag01-01.pink {
  background-color: #f9eaf0;
}
.sub .sub-con .content-body .textbox .shadow-tag {
  padding: 13px 24px;
  margin-bottom: 20px;
  display: inline-block;
  border: 1px solid #999;
  box-shadow: 5px 5px 0 #e7e7e7;
}
.sub .sub-con .content-body .textbox .shadow-tag.purple {
  color: #fff;
  border: 0;
  background-color: #67559f;
}
.sub .sub-con .content-body .textbox .shadow-title {
  text-align: center;
  padding: 13px 24px;
  margin-bottom: 20px;
  border: 1px solid #999;
  box-shadow: 5px 5px 0 #e7e7e7;
}
.sub .sub-con .content-body .textbox .shadow-title.green {
  background-color: #dfeae6;
  border-color: #2c988b;
  color: #4bad79;
}
.sub .sub-con .content-body .textbox .shadow-title.pink {
  border-color: #de7aad;
  background-color: #fff6fa;
  box-shadow: 5px 5px 0 #ffebf0;
}
.sub .sub-con .content-body .textbox .ganji-wrap {
  text-align: center;
}
.sub .sub-con .content-body .textbox .ganji-wrap > .rel {
  display: inline-block;
  position: relative;
}
.sub .sub-con .content-body .textbox .ganji-wrap img {
  margin: 0 auto;
}
.sub .sub-con .content-body .textbox .ganji-wrap .text {
  position: absolute;
  top: 7%;
  left: 5%;
}
.sub .sub-con .content-body .textbox .balloon {
  margin-bottom: 40px;
}
.sub .sub-con .content-body .textbox .balloon:last-child {
  margin-bottom: 0;
}
.sub .sub-con .content-body .textbox .balloon .per {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .balloon .per .img {
    width: 70px;
  }
}
.sub .sub-con .content-body .textbox .balloon .text {
  background-color: #edf4ef;
  border: 1px solid #3a9f92;
  padding: 25px 50px;
  margin-top: 20px;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .balloon .text {
    padding: 20px;
    border-radius: 25px;
  }
}
.sub .sub-con .content-body .textbox .balloon .text::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  top: 0;
  left: 300px;
  transform: translateY(-100%);
  background-image: url(../images/tri-green.png);
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .balloon .text::before {
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
.sub .sub-con .content-body .textbox .balloon.right .per {
  justify-content: right;
}
.sub .sub-con .content-body .textbox .balloon.right .text::before {
  left: unset;
  right: 300px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .balloon.right .text::before {
    right: unset;
    left: 50%;
  }
}
.sub .sub-con .content-body .textbox .col-arrow-flex {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .col-arrow-flex {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.sub .sub-con .content-body .textbox .col-arrow-flex > span {
  padding: 30px;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .col-arrow-flex > span {
    justify-content: center;
  }
}
.sub .sub-con .content-body .textbox .col-arrow-flex > span:nth-child(1) {
  position: relative;
  background-color: #4bad7a;
  color: #fff;
}
.sub .sub-con .content-body .textbox .col-arrow-flex > span:nth-child(1)::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background-image: url(../images/arrow_R_green.png);
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .col-arrow-flex > span:nth-child(1)::after {
    right: unset;
    left: 50%;
    top: unset;
    bottom: 0;
    transform: rotate(90deg) translate(50%, 50%);
  }
}
.sub .sub-con .content-body .textbox .col-arrow-flex > span:nth-child(2) {
  background-color: #aad2b9;
}
.sub .sub-con .content-body .textbox .center {
  text-align: center;
}
.sub .sub-con .content-body .textbox .col-right {
  display: flex;
  justify-content: right;
}
.sub .sub-con .content-body .textbox .col-center {
  display: flex;
  justify-content: center;
}
.sub .sub-con .content-body .textbox .up {
  font-size: 110%;
}
.sub .sub-con .content-body .textbox .down {
  font-size: 80%;
}
.sub .sub-con .content-body .textbox .chair {
  display: flex;
  width: 100%;
  max-width: 520px;
  height: 100px;
  background-color: #EAEAEA;
  justify-content: center !important;
  border-radius: 240px;
  align-items: end;
  gap: 20px;
  margin: 200px auto 0;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .chair {
    margin: 100px auto 0;
    max-width: 420px;
    gap: 10px;
  }
}
.sub .sub-con .content-body .textbox .chair p {
  margin-bottom: 20px;
  text-align: right;
}
.sub .sub-con .content-body .textbox .chair p b {
  font-size: 110%;
}
.sub .sub-con .content-body .textbox .chair .img {
  max-width: 205px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .chair .img {
    max-width: 110px;
  }
}
.sub .sub-con .content-body .textbox .flex-wrap .con {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  gap: 30px;
  border-bottom: 1px solid #999;
}
.sub .sub-con .content-body .textbox .circle-flex {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .circle-flex {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px;
    gap: 60px;
  }
}
.sub .sub-con .content-body .textbox .circle-flex.pink .tag {
  background-color: #c54b86;
}
.sub .sub-con .content-body .textbox .circle-flex.pink .text {
  background-color: #f9eded;
}
.sub .sub-con .content-body .textbox .circle-flex.pink .text h4 {
  color: #c54b86;
}
.sub .sub-con .content-body .textbox .circle-flex .img {
  width: 100%;
  max-width: 270px;
  position: relative;
  margin-bottom: 0;
}
.sub .sub-con .content-body .textbox .circle-flex .img .tag {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 150px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .circle-flex .img .tag {
    top: calc(100% + 8px);
  }
}
.sub .sub-con .content-body .textbox .circle-flex .text {
  margin-left: -50px;
  border-radius: 1000px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 50px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .circle-flex .text {
    width: 100%;
    margin-left: unset;
  }
}
.sub .sub-con .content-body .textbox .news .con {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}
.sub .sub-con .content-body .textbox .news .con:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sub .sub-con .content-body .textbox .news .con .flex-con {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .news .con .flex-con {
    flex-direction: column;
    gap: 18px;
  }
}
.sub .sub-con .content-body .textbox .news .con .flex-con p {
  max-width: 40%;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .news .con .flex-con p {
    max-width: 100%;
  }
}
.sub .sub-con .content-body .textbox .floor-list.small li {
  padding: 10px 0;
}
.sub .sub-con .content-body .textbox .floor-list.small li:last-child {
  border-bottom: 1px solid #55b67f;
  padding-bottom: 10px;
}
.sub .sub-con .content-body .textbox .floor-list.small.purple li:last-child {
  border-bottom: 1px solid #635ca3;
}
.sub .sub-con .content-body .textbox .floor-list.purple li {
  border-bottom: 1px solid #635ca3;
}
.sub .sub-con .content-body .textbox .floor-list.pink li {
  border-bottom: 1px solid #de7aad;
}
.sub .sub-con .content-body .textbox .floor-list li {
  display: flex;
  gap: 26px;
  padding: 23px 0;
  border-bottom: 1px solid #999;
  align-items: center;
}
.sub .sub-con .content-body .textbox .floor-list li:first-child {
  padding-top: 0;
}
.sub .sub-con .content-body .textbox .floor-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .floor-list li {
    gap: 15px;
  }
}
.sub .sub-con .content-body .textbox .floor-list li > span:nth-child(1) {
  flex-shrink: 0;
}
.sub .sub-con .content-body .textbox .floor-list li p {
  line-height: 1.3;
  text-align: left;
}
.sub .sub-con .content-body .textbox .floor-list li p .up {
  font-size: 200%;
  font-weight: 900;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .floor-list li p .up {
    font-size: 150%;
  }
}
.sub .sub-con .content-body .textbox .floor-list.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .floor-list.grid2 {
    grid-template-columns: 1fr;
  }
}
.sub .sub-con .content-body .textbox .floor-list.grid2 li {
  padding: 30px 20px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .floor-list.grid2 li {
    padding: 30px 0;
  }
}
.sub .sub-con .content-body .textbox .floor-list.grid2 li:nth-last-child(2) {
  border-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .floor-list.grid2 li:nth-last-child(2) {
    border-bottom: 1px solid #999;
  }
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .floor-list.mocol li {
    flex-direction: column;
    align-items: unset;
  }
}
.sub .sub-con .content-body .textbox .floor-list.bottom-arrow li {
  position: relative;
}
.sub .sub-con .content-body .textbox .floor-list.bottom-arrow li:last-child::after {
  content: none;
}
.sub .sub-con .content-body .textbox .floor-list.bottom-arrow li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow_D.png);
}
.sub .sub-con .content-body .textbox .qna .q {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 8px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .qna .q {
    flex-direction: column;
    gap: 5px;
  }
}
.sub .sub-con .content-body .textbox .qna .q span {
  padding: 1px 17px 0;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  background-color: #65699a;
  border-radius: 100px;
}
.sub .sub-con .content-body .textbox .qna p {
  margin-bottom: 24px;
}
.sub .sub-con .content-body .textbox .qna p:last-child {
  margin-bottom: 0;
}
.sub .sub-con .content-body .textbox .bl-title {
  padding-left: 12px;
  position: relative;
}
.sub .sub-con .content-body .textbox .bl-title::before {
  content: "";
  width: 4px;
  height: calc(100% - 8px);
  background-color: #635ca3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub .sub-con .content-body .textbox .sq-title {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  padding: 14px;
  background-color: #474b83;
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .sq-title {
    font-size: 17px;
    padding: 12px;
    margin-right: 27px;
  }
}
.sub .sub-con .content-body .textbox .sq-title::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: 0;
  width: 0;
  height: 0;
  border-top: 53px solid transparent;
  border-left: 30px solid #474b83;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .sq-title::after {
    border-top: 45px solid transparent;
    border-left: 27px solid #474b83;
  }
}
.sub .sub-con .content-body .textbox .purple {
  color: #635ca3;
}
.sub .sub-con .content-body .textbox .green {
  color: #4bad79;
}
.sub .sub-con .content-body .textbox .list-flex {
  display: flex;
  gap: 7px;
}
.sub .sub-con .content-body .textbox .list-flex > span:nth-child(1) {
  flex-shrink: 0;
}
.sub .sub-con .content-body .textbox .flex {
  display: flex;
  gap: 43px;
  margin-bottom: 40px;
}
.sub .sub-con .content-body .textbox .flex:last-child {
  margin-bottom: 0;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .flex {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .flex > span {
    max-width: unset !important;
    flex: unset !important;
    width: unset !important;
  }
}
.sub .sub-con .content-body .textbox .flex.border {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}
.sub .sub-con .content-body .textbox .flex.border:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sub .sub-con .content-body .textbox .grid-wrap {
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
}
.sub .sub-con .content-body .textbox .grid-wrap.gap2 {
  gap: 43px;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .grid-wrap.gap2 {
    gap: 24px;
    margin-bottom: 24px;
  }
}
.sub .sub-con .content-body .textbox .grid-wrap.grid4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .sub .sub-con .content-body .textbox .grid-wrap.grid4 {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .grid-wrap.grid4 {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .sub .sub-con .content-body .textbox .grid-wrap.grid4 {
    grid-template-columns: 1fr;
  }
}
.sub .sub-con .content-body .textbox .grid-wrap.grid2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 996px) {
  .sub .sub-con .content-body .textbox .grid-wrap.grid2 {
    gap: 24px;
  }
}
@media (max-width: 769px) {
  .sub .sub-con .content-body .textbox .grid-wrap.grid2 {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
}
.sub .searchbody {
  display: block;
  max-width: 970px;
}
.sub .searchbody .search-wrap {
  max-width: 940px;
  margin: 0 auto;
  min-height: 100vh;
}
.sub .searchbody .search-wrap .btn-more {
  cursor: default;
  opacity: 0;
  display: block;
  width: 200px;
  height: 50px;
  border: 1px solid #777;
  line-height: 48px;
  font-size: 18px;
  margin: 0 auto;
}
.sub .searchbody .search-wrap .btn-more.on {
  opacity: 1;
  cursor: pointer;
}
.sub .searchbody .search-box {
  height: 130px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-box {
    height: 80px;
    margin-bottom: 40px;
  }
}
.sub .searchbody .search-box .search-input {
  width: 100%;
  height: 130px;
  border-radius: 130px;
  border: 0;
  outline: none;
  border: 1px solid #000;
  padding-left: 50px;
  font-size: 40px;
  position: relative;
}
@media (max-width: 996px) {
  .sub .searchbody .search-box .search-input {
    height: 70px;
    padding-left: 25px;
    padding-right: 60px;
    font-size: 20px;
  }
}
.sub .searchbody .search-box .btn-search {
  position: absolute;
  right: 30px;
  top: 0;
  width: 100px;
  height: 130px;
  background: none;
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 996px) {
  .sub .searchbody .search-box .btn-search {
    width: 70px;
    height: 70px;
    right: 10px;
  }
}
.sub .searchbody .search-box .btn-search img {
  width: 50px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-box .btn-search img {
    width: 25px;
  }
}
.sub .searchbody .search-list li {
  margin-bottom: 50px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li {
    margin-bottom: 30px;
  }
}
.sub .searchbody .search-list li a {
  display: block;
}
.sub .searchbody .search-list li figure {
  display: flex;
  gap: 20px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li figure {
    gap: 12px;
  }
}
.sub .searchbody .search-list li .imgbox {
  flex: 0 0 280px;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li .imgbox {
    flex: 0 0 120px;
    border-radius: 10px;
  }
}
.sub .searchbody .search-list li .imgbox img {
  border-radius: 20px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li .imgbox img {
    border-radius: 10px;
  }
}
.sub .searchbody .search-list li .titlebox .title {
  font-size: 24px;
  margin: 12px 0 20px;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li .titlebox .title {
    font-size: 16px;
    margin: 2px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.sub .searchbody .search-list li .titlebox .sub-title-wrap {
  display: flex;
  font-size: 18px;
  color: #777;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li .titlebox .sub-title-wrap {
    font-size: 12px;
  }
}
.sub .searchbody .search-list li .titlebox .sub-title-wrap span:after {
  content: "|";
  display: inline;
  margin: 0 8px;
}
.sub .searchbody .search-list li .titlebox .sub-title-wrap span:last-child:after {
  display: none;
}
.sub .searchbody .search-list li .text {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 996px) {
  .sub .searchbody .search-list li .text {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 996px) {
  .sub .searchbody .search-list figcaption {
    min-width: 0;
  }
}
.sub .sub-snb {
  width: 312px;
  flex-shrink: 0;
}
@media (max-width: 996px) {
  .sub .sub-snb {
    width: 100%;
    margin-top: 50px;
  }
}
.sub .sub-snb * {
  letter-spacing: -0.025em;
}
.sub .sub-snb .inner {
  position: sticky;
  top: 170px;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner {
    position: static;
    padding-bottom: 0;
  }
}
.sub .sub-snb .inner .pagination {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub .sub-snb .inner .pagination a {
  padding: 13px;
  border: 1px solid #999;
  position: relative;
  transition: all 0.2s ease-out;
}
.sub .sub-snb .inner .pagination a b {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .pagination a b {
    font-size: 15px;
  }
}
.sub .sub-snb .inner .pagination a:hover {
  background-color: #f5f5f5;
}
.sub .sub-snb .inner .pagination a::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 39px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .pagination a::after {
    width: 24px;
    height: 18px;
  }
}
.sub .sub-snb .inner .pagination a.prev::after {
  background-image: url(../images/sub-pagination-prev.png);
}
.sub .sub-snb .inner .pagination a.next::after {
  background-image: url(../images/sub-pagination-next.png);
}
.sub .sub-snb .inner .pagination a span {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  display: block;
  line-height: 1.7;
  margin-bottom: 7px;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .pagination a span {
    font-size: 14px;
  }
}
.sub .sub-snb .inner .subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .subscribe {
    align-items: unset;
  }
}
.sub .sub-snb .inner .subscribe .volume {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .subscribe .volume {
    gap: 0;
    position: relative;
  }
}
.sub .sub-snb .inner .subscribe .volume .num {
  padding-top: 20px;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-align: right;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .subscribe .volume .num {
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 200px;
    font-size: 24px;
  }
}
.sub .sub-snb .inner .subscribe .volume .num span {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.03em;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .subscribe .volume .num span {
    font-size: 16px;
  }
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .subscribe .volume .img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 20px;
  }
}
.sub .sub-snb .inner .subscribe a {
  width: 175px;
  padding: 10px 19px;
  border: 1px solid #999;
  margin-top: 13px;
  transition: all 0.2s ease-out;
  display: block;
  background-color: #fff;
  word-break: keep-all;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .subscribe a {
    font-size: 13px;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
  }
}
.sub .sub-snb .inner .subscribe a span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.sub .sub-snb .inner .subscribe a:hover {
  background-color: #f5f5f5;
}
.sub .sub-snb .inner .wing {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .wing {
    position: fixed;
    margin-top: 0;
    right: 0;
    z-index: 90;
    gap: 5px;
    bottom: 240px;
  }
  .sub .sub-snb .inner .wing a {
    display: none;
  }
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .wing .print {
    display: none;
  }
}
.sub .sub-snb .inner .wing > div,
.sub .sub-snb .inner .wing a {
  cursor: pointer;
  box-sizing: content-box;
  width: 72px;
  background-color: #fff;
  height: 72px;
  border: 1px solid #999;
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  .sub .sub-snb .inner .wing > div,
  .sub .sub-snb .inner .wing a {
    width: 40px;
    height: 40px;
  }
}
.sub .sub-snb .inner .wing > div:hover,
.sub .sub-snb .inner .wing a:hover {
  background-color: #f5f5f5;
}
.sub .backlist h5 {
  margin-bottom: 37px;
}
@media (max-width: 996px) {
  .sub .backlist h5 {
    margin-bottom: 26px;
  }
}
.sub .backlist .backlist-cons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 70px;
  column-gap: 46.5px;
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  .sub .backlist .backlist-cons {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 30px;
  }
}
@media (max-width: 1200px) {
  .sub .backlist .backlist-cons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 996px) {
  .sub .backlist .backlist-cons {
    row-gap: 40px;
    column-gap: 20px;
  }
}
@media (max-width: 480px) {
  .sub .backlist .backlist-cons {
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: 0;
  }
}
.sub .backlist .backlist-cons .con .img {
  border: 1px solid #a4a4a2;
}
.sub .backlist .backlist-cons .con .img img {
  width: 100%;
  display: block;
}
.sub .backlist .backlist-cons .con .btn {
  background-color: #656999;
  margin-top: 12px;
  color: #fff;
  display: block;
  padding: 17px 20px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease-out;
}
@media (max-width: 996px) {
  .sub .backlist .backlist-cons .con .btn {
    padding: 14px 14px;
    font-size: 16px;
    margin-top: 8px;
  }
}
.sub .backlist .backlist-cons .con .btn:hover {
  background-color: #2d315e;
}
.sub .backlist .backlist-cons .con .btn::after {
  content: "";
  background-image: url(../images/list-arrow.png);
  background-size: cover;
  width: 22px;
  height: 10px;
}
@media (max-width: 996px) {
  .sub .backlist .backlist-cons .con .btn::after {
    width: 17px;
    height: 8px;
  }
}

.gallery {
  border: 1px solid #adadad;
  overflow: hidden;
}
.gallery .thumbox {
  padding: 25px 98px;
  position: relative;
}
@media (max-width: 1300px) {
  .gallery .thumbox {
    padding: 20px 20px;
  }
}
.gallery .thumbox .swiper-button-prev,
.gallery .thumbox .swiper-button-next {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1300px) {
  .gallery .thumbox .swiper-button-prev,
  .gallery .thumbox .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .gallery .thumbox .swiper-button-prev img,
  .gallery .thumbox .swiper-button-next img {
    width: 15px;
  }
}
.gallery .thumbox .swiper-button-prev {
  left: 13px;
}
@media (max-width: 1300px) {
  .gallery .thumbox .swiper-button-prev {
    left: 7px;
  }
}
.gallery .thumbox .swiper-button-next {
  right: 13px;
}
@media (max-width: 1300px) {
  .gallery .thumbox .swiper-button-next {
    right: 7px;
  }
}
.gallery .gallery-thum-swiper {
  width: 100%;
  max-width: 950px;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-text-swiper {
  border-top: 1px solid #adadad;
  background-color: #656999;
  width: 100%;
  position: relative;
}
.gallery .gallery-text-swiper .swiper-slide {
  padding: 20px 100px 0;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .swiper-slide {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}
.gallery .gallery-text-swiper .swiper-slide .title {
  display: flex;
  gap: 30px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .swiper-slide .title {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
  }
}
.gallery .gallery-text-swiper .swiper-slide .title .num {
  font-weight: 800;
  font-size: 48px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .swiper-slide .title .num {
    font-size: 25px;
  }
}
.gallery .gallery-text-swiper .swiper-slide .title p {
  font-weight: 800;
  word-break: keep-all;
  text-align: left;
  font-size: 32px;
  line-height: 1.3;
  padding-top: 3px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .swiper-slide .title p {
    font-size: 20px;
    font-weight: 700;
    padding-top: 0;
    text-align: left;
  }
}
.gallery .gallery-text-swiper .swiper-slide .date {
  display: inline-block;
  font-size: 17px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .swiper-slide .date {
    font-size: 16px;
  }
}
.gallery .gallery-text-swiper .pagi {
  padding: 0 100px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi {
    padding: 0 20px 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.gallery .gallery-text-swiper .pagi::before {
  flex: 1;
  display: block;
  content: "";
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi::before {
    content: none;
  }
}
.gallery .gallery-text-swiper .pagi .swiper-pagination-fraction {
  font-size: 20px;
  letter-spacing: -2.5px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi .swiper-pagination-fraction {
    font-size: 16px;
    min-width: 53px;
  }
}
.gallery .gallery-text-swiper .pagi .swiper-pagination-fraction .swiper-pagination-current {
  font-weight: 800;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 18px;
  }
}
.gallery .gallery-text-swiper .pagi .swiper-pagination-bullets {
  display: flex;
  gap: 12px;
  justify-content: right;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi .swiper-pagination-bullets {
    gap: 5px;
    width: unset;
  }
}
.gallery .gallery-text-swiper .pagi .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  background-color: unset;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
  }
}
.gallery .gallery-text-swiper .pagi .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 100px;
  width: 38px;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
}
.gallery .gallery-text-swiper .pagi .swiper-pagination {
  flex: 1;
}
@media (max-width: 1300px) {
  .gallery .gallery-text-swiper .pagi .swiper-pagination {
    flex: unset;
  }
}

/*주임님 여기 부탁드립니다*/
@import url('https://fonts.cdnfonts.com/css/times-new-roman');

.roma-tit {
    display: flex !important;
    align-items: center;
    gap: 5px;
}
header .all-menu .lnb .lnb-inner .deps1 .deps2 li a.roma-tit::before {
    top: 7px;
}
header .all-menu .lnb .lnb-inner .deps1 .deps2 li a.roma-num::before {
    content: attr(data-roman);
    font-family: 'Times New Roman';
    top: 3px;
    left: 0;
}
header .header-inner .logo-wrap > a {
    line-height: 1.2;
    display: block;
    font-size: 100%;
    font-size: 18px;
    font-weight: 700;
}
header .header-inner .logo-wrap > a .lottie {
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
header .header-inner .logo-wrap > a .lottie dotlottie-wc {
    position: absolute;
    pointer-events: none;
    right: 44px;
    top: 50%;
    transform: translate(100%, -50%);
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-top: -2px;
}
.sub .sub-con .sub-top .nav.roma {
    align-items: center;
}
.sub .sub-con .sub-top .nav.roma .this .roma-font {
    line-height: 1;
}
.roma-font {
    font-family: 'Times New Roman';
    font-size: 1.3em;
    line-height: 1.2em;
}

/* 메인 */
.main .cate.roma {
    display: flex;
    align-items: center;
    gap: 5px;
}
.main .cate.custom {
    line-height: 53px;
}
.main .section02 .sub1-swiper {
    display: flex;
    flex-direction: column;
}
.main .section02 .left .top .con .text {
    top: 35%;
}
.main .section02 .sub1-swiper .swiper-btns {
    gap: 18px;
    justify-content: center;
    margin-top: 30px;
}
.main .section02 .sub1-swiper .swiper-pagination {
    padding-top: 3px;
    font-size: 18px;
}
.main .section02 .sub1-swiper .swiper-pagination .swiper-pagination-current {
    font-weight: 800;
}
.main .section02 .sub1-swiper .left {
    width: 55%;
}
.main .section02 .sub1-swiper .left .text {
    top: 15%;
}
.main .section02 .sub1-swiper .right {
    width: 45%;
    padding-top: 115px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-end;
}

.main .swiper-control {
    cursor: pointer;
}  
.main .swiper-control .play {
    display: none;
}
.main .section03 .left .top .con .textbox {
    min-height: 140px;
}
.main .section04 .inner .left .con .title-box,
.main .section04::after {
    background-color: #4bad79;
}
.main .section04,
.main .section04 .section-title {
    background-color: #dbfcea;
}
.main .section04 .section-title span {
    color: #dbfcea;
    -webkit-text-stroke: 1px #4bad79;
}
.main .section03 .right .bottom .con .textbox .bottom-text img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(98%) contrast(90%);
}

.main .section03 .right .bottom .con .textbox .bottom-text {
    color: #333;
}
.main .section05 .left .link1 .box-wrap .con .textbox .more {
    width: 250px;
    height: 250px;
}
/* END 메인 */
:root {
    --txt-color01: #379B8E; 
}
.sub-color01 {
    color: var(--txt-color01);
}
.sub .sub-snb .inner .pagination a {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.7em;
    padding-right: 45px;
}
.sub .sub-snb .inner .pagination a::after {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
}
.sub .sub-snb .inner .pagination a span {
    font-size: 14px;
}
.sub .sub-snb .inner .wing-con {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
.sub .sub-snb .inner .subscribe,
.sub .sub-snb .inner .wing {
    margin-top: unset;
}
.sub .sub-snb .inner .subscribe a {
    width: fit-content;
}
.sub .sub-snb .inner .wing {
    gap: unset;
    border-top: 1px solid #999;
}
.sub .sub-snb .inner .wing >div {
    padding: 0 5px;
    width: 62px;
    height: 62px;
}
.sub .sub-snb .inner .wing > div:not(:last-child) {
    border-bottom: unset;
}
.sub .sub-snb .inner .wing > div{
    border-top: unset;
}
.sub .sub-snb .inner .wing > div:not(:first-child) img {
    border-top: 1px solid #999;
}
.sub .sub-con .custom-txt-box {
    max-width: 740px;
    margin: 0 auto;
    text-align: left;
}
.sub .sub-snb .inner .wing .mo-click {
    display: none;
} 
.sub .sub-con .box04 {
    padding-bottom: 150px;
}
.sub .sub-con .content-body .textbox .chair {
    margin: 50px 0 0;
    margin-left: auto;
}
.sub .img-btn-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px 20px;
}
.sub .img-btn-flex .img {
    margin-bottom: unset;
}
.sub .sub-con .content-body .textbox.type02 .shadow-title.green {
    background-color: #D6E4E2;
    border-color: var(--txt-color01);
    color: #3F9B8E;
}
.sub .sub-con .content-body .textbox.type02 .green {
    color: var(--txt-color01);
}
.sub .sub-con .content-body .textbox .floor-list li p .up02 {
    font-size: 150%;
    font-weight: 900;
}
.sub .sub-con .content-body .textbox .epil {
    padding-bottom: 60px;
}
.sub .sub-con .content-body .textbox .epil .epil-img02 {
    transform: translateX(-50%) rotate(180deg);
    top: unset;
    bottom: 0;
}
.sub .sub-con .content-body .textbox .epil.left .epil-img02 {
    transform: translateX(0) rotate(180deg);
    right: 0;
    left: unset;
}
.sub .sub-con h6 {
    font-size: 28px;
}
.sub .sub-con small {
    font-size: 18px;
}

@media (max-width: 1600px) {
    /* 메인 */
    .main .section05 .left .link1 .box-wrap .con .textbox .more {
        width: 150px;
        height: 150px;
    }
    /* END 메인 */
}
@media (max-width: 1400px) {
    /* 메인 */
    .main .section02 .sub1-swiper .swiper-btns {
        margin-top: 20px;
    }
    .main .section02 .sub1-swiper .right {
      padding-bottom: 0;
    }
    /* END 메인 */
  }
@media (max-width: 996px) {
    header .header-inner .logo-wrap > a  {
        font-size: 16px;
    }
    
    /* 메인 */
    .main-body header .header-inner .logo-wrap > a,
    .main-body header .header-inner .gnb {
        opacity: 0;
    }
    .main-body.active header .header-inner .logo-wrap > a,
    .main-body.active header .header-inner .gnb {
        opacity: 1;
    }
    .main .cate.custom {
        line-height: 1;
    }
    .main .section02 .left .top .con .text .more {
        margin-top: 10px;
    }
    .main .section03 .section-title {
        background-color: unset;
    }
    .main section.section02 .section-title::after {
        background-color: #67569f;
    }
    .main section.section03 .section-title::after {
        background-color: #de79aa;
    }
    .main .section02 .sub1-swiper .swiper-btns {
        font-size: 15px;
    }
    .main .section02 .sub1-swiper .swiper-btns .swiper-button-prev {
        padding-left: 2px;
    }
    .main .section02 .sub1-swiper .swiper-btns .swiper-button-next {
        padding-right: 2px;
    }
    .main .section02 .sub1-swiper .swiper-btns .swiper-button-prev,
    .main .section02 .sub1-swiper .swiper-btns .swiper-button-next {
        width: 35px;
        height: 35px;
        border: 1px solid #d5d5d5;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main .section02 .sub1-swiper .swiper-btns .swiper-button-prev img,
    .main .section02 .sub1-swiper .swiper-btns .swiper-button-next img {
        width: 12px;
    }
    .main .section02 .sub1-swiper .swiper-pagination {
        font-size: 15px;
    }
    .main .section02 .sub1-swiper .left {
        width: 100%;
    }
    .main .section02 .sub1-swiper .left .text {
        top: 14%;
    }
    .main .section02 .sub1-swiper .right {
        width: 100%;
        padding: 0;
    }
    .main .section03 .left .top .con .textbox {
        min-height: unset;
    }
    .main .section05 .left .link1 .box-wrap .con .textbox .more {
        width: 130px;
        height: 130px;
    }
    .main .section04 .section-title span {
        background-color: #dbfcea;
    }
    .main .section05 .right .members > div {
        top: -50px;
    }
    /* END 메인 */
    
    .sub .sub-snb .inner .wing .print {
        display: none !important;
    }
    .sub .sub-snb .inner .wing >div {
        width: 40px;
        height: 40px;
    }
    .sub .sub-snb .inner .wing-con {
        display: block;
    }
    .sub .sub-snb .inner .subscribe .volume .img {
        flex-wrap: wrap;
    }
    .sub .sub-snb .inner .wing .mo-click {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub .sub-snb .inner .wing >div.trigger-btn {
        display: none;
    }
    .sub .sub-snb .inner .wing >div.mo-click > img {
        border-top: unset;
    }
    .sub .sub-snb .inner .wing .mo-click.active > img {        
        border-top: 1px solid #999;
    }
    .sub .sub-con .content-body .textbox .chair {
        margin: 100px auto 0;
    }
    .sub .sub-con .content-body .textbox .floor-list li p .up02 {
        font-size: 120%;        
    }
    .sub .sub-con .content-body .textbox .epil {
        padding-bottom: 40px;
    }
    .sub .sub-con h6 {
        font-size: 18px;
    }
    .sub .sub-con small {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    /* 메인 */
    .main section .bottom .left-swiper.sub1-swiper .swiper-wrapper {
        flex-direction: column;
        gap: 34px;
    }
    .main .section02 .sub1-swiper .swiper-btns {
        display: none;
    }
    /* END 메인 */
}
@media (max-width: 480px) {
    .sub .backlist .backlist-cons {
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }
    .sub .backlist .backlist-cons .con .btn::after {
        display: none;
    }
    .sub .backlist .backlist-cons .con .btn {
        padding: 14px 5px;
        justify-content: center;
        font-size: 14px;
    }
}
/*주임님 여기 부탁드립니다*/