@charset "UTF-8";
/*-------------------------------------------------

Title       : KOR(국문) Main
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
#main_wrap {
  padding-top: 1.5rem;
}
#main_wrap .section:not(.section0) {
  margin-top: 6rem;
}
#main_wrap .more {
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  #main_wrap .more:hover {
    transform: rotate(180deg);
  }
}
#main_wrap .tit_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
}
#main_wrap .tit_box h2 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
}
#main_wrap .tit_box h2:has(i) {
  line-height: 1;
}
#main_wrap .tit_box h2 i {
  color: #199CC5;
  font-family: "titillium";
  font-size: 3.2rem;
  display: inline-block;
  transform: translateY(2px);
}
#main_wrap .tit_box .more {
  margin-left: auto;
}
#main_wrap .control button {
  flex: none;
  display: flex;
  position: relative;
  width: 3rem;
  height: 3rem;
}
#main_wrap .control button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  transform-style: preserve-3d;
  transform: rotateX(0deg);
  transition: 0.3s;
}
#main_wrap .control button.prev:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.4rem;
}
#main_wrap .control button.next:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.4rem;
}
#main_wrap .control button.pause:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.2rem;
}
#main_wrap .control button.play {
  display: none;
}
#main_wrap .control button.play:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 2.2rem;
}
@media screen and (min-width: 1025px) {
  #main_wrap .control button:hover::before {
    background-color: #f9f9f9;
    border-radius: 100%;
    transform: rotateX(-180deg);
  }
}
#main_wrap .section0 .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 6rem;
}
#main_wrap .section0 .infomation {
  flex: 1;
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
}
#main_wrap .section0 .infomation .text {
  font-size: 1.4rem;
  position: relative;
}
#main_wrap .section0 .infomation .text::before {
  content: "";
  position: absolute;
  right: -17rem;
  top: 1rem;
  z-index: -1;
  width: 16.3rem;
  height: 12.1rem;
  background: url("/kor/img/main/character.webp") no-repeat 0 0;
  background-size: 100%;
}
#main_wrap .section0 .infomation .text > * {
  display: block;
}
#main_wrap .section0 .infomation .text span {
  font-size: 1.4rem;
  font-weight: 700;
}
#main_wrap .section0 .infomation .text strong {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1rem;
  letter-spacing: -0.8px;
}
#main_wrap .section0 .infomation .text p {
  color: #767676;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.6px;
}
#main_wrap .section0 .infomation .icon_menu {
  margin-top: auto;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#main_wrap .section0 .infomation .icon_menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
#main_wrap .section0 .infomation .icon_menu a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  transition: 0.3s;
}
#main_wrap .section0 .infomation .icon_menu a .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 11rem;
  height: 11rem;
  padding: 1rem;
  border-radius: 100%;
  background: linear-gradient(to right, #1DA5D9, #84C352);
  transition: 0.3s;
  box-sizing: border-box;
  position: relative;
}
#main_wrap .section0 .infomation .icon_menu a .icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #1DA5D9, #84C352);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
#main_wrap .section0 .infomation .icon_menu a .icon i {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
#main_wrap .section0 .infomation .icon_menu a em {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section0 .infomation .icon_menu a:hover .icon {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
  }
  #main_wrap .section0 .infomation .icon_menu a:hover .icon::before {
    opacity: 1;
    visibility: visible;
    transform: rotate(360deg);
  }
}
#main_wrap .section0 .visual {
  flex: none;
  width: 92.2rem;
}
#main_wrap .section0 .visual .visual_slide img {
  border-radius: 3.2rem;
}
#main_wrap .section0 .visual .swiper-slide {
  height: 35rem;
}
#main_wrap .section0 .visual .swiper-slide a {
  display: block;
  height: 100%;
}
#main_wrap .section0 .visual .swiper-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  opacity: 0;
  visibility: hidden;
}
#main_wrap .section0 .visual .swiper-slide a:focus::after {
  opacity: 1;
  visibility: visible;
}
#main_wrap .section0 .visual .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3.2rem;
  object-position: center center;
}
#main_wrap .section0 .visual .control {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
}
#main_wrap .section0 .visual .control .pro_pag {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  padding-right: 4rem;
  margin-left: 2rem;
}
#main_wrap .section0 .visual .control .pro_pag .paging {
  flex: none;
  width: inherit;
  font-family: "titillium";
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#main_wrap .section0 .visual .control .pro_pag .paging i {
  font-weight: 400;
  padding: 0 0.5rem;
}
#main_wrap .section0 .visual .control .pro_pag .progress {
  flex: 1;
  position: relative;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}
#main_wrap .section0 .visual .control .pro_pag .progress .bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #00BFFB, #2CDA2C);
}
#main_wrap .section0 .visual .control .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin-left: auto;
}
#main_wrap .section1 {
  position: relative;
}
#main_wrap .section1 .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  overflow: hidden;
}
#main_wrap .section1 .board {
  position: relative;
  flex: 1;
  overflow: hidden;
}
#main_wrap .section1 .board .group .label {
  position: absolute;
  top: 0;
  padding-right: 3rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
}
#main_wrap .section1 .board .group .label::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #DFDFDF;
}
#main_wrap .section1 .board .group:nth-child(1) .label {
  left: 0;
}
#main_wrap .section1 .board .group:nth-child(2) .label {
  left: 8rem;
}
#main_wrap .section1 .board .group:nth-child(3) .label {
  left: 21rem;
}
#main_wrap .section1 .board .group:nth-child(4) .label {
  left: 34rem;
}
#main_wrap .section1 .board .group.active .label {
  color: #1C9ED0;
}
#main_wrap .section1 .board .group .more {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#main_wrap .section1 .board .group .cont {
  overflow: hidden;
  margin-top: 6rem;
  padding: 3rem 4rem;
  border: 1px solid #ccc;
  border-radius: 2rem;
}
#main_wrap .section1 .board .group .cont li + li {
  margin-top: 2.5rem;
}
#main_wrap .section1 .board .group .cont a {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  font-size: 1.6rem;
}
#main_wrap .section1 .board .group .cont a .subject {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1.5rem;
  position: relative;
}
#main_wrap .section1 .board .group .cont a .subject::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 6px;
  height: 6px;
  background: #BEBEBE;
  border-radius: 100%;
}
#main_wrap .section1 .board .group .cont a .subject::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #000;
  transition: 0.4s;
}
#main_wrap .section1 .board .group .cont a .date {
  flex: none;
  margin-left: auto;
  font-weight: 600;
  font-family: "titillium";
  color: #767676;
  background: url("/kor/img/main/calendar.svg") no-repeat left center;
  padding-left: 2.5rem;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section1 .board .group .cont a:hover .subject::after {
    width: 100%;
  }
}
#main_wrap .section1 .board .group:last-of-type .label::after {
  display: none;
}
#main_wrap .section1 .service {
  width: 50%;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
#main_wrap .section1 .service .tit_box {
  height: 6rem;
  margin: 0;
  align-items: flex-start;
}
#main_wrap .section1 .service .location {
  flex: 1;
  padding: 0.5rem 2rem 0.5rem 3rem;
  background: #E6F2FD;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main_wrap .section1 .service .location .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5rem 0 4rem;
  height: 100%;
  word-break: keep-all;
}
#main_wrap .section1 .service .location p {
  font-size: 2.6rem;
  margin-bottom: 1.6rem;
  font-weight: 600;
}
#main_wrap .section1 .service .location p strong {
  font-weight: 900;
}
#main_wrap .section1 .service .location .small {
  color: #555;
  font-size: 1.3rem;
  font-weight: 600;
}
#main_wrap .section1 .service .location ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: auto;
}
#main_wrap .section1 .service .location ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 13rem;
  height: 13rem;
  border-radius: 3rem;
  color: #fff;
  background: #52A21D;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 600;
}
#main_wrap .section1 .service .location ul li:nth-child(2) a {
  background: #2C7CBA;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section1 .service .location ul li a:hover {
    background: #469910;
  }
  #main_wrap .section1 .service .location ul li:nth-child(2) a:hover {
    background: #196DAE;
  }
}
#main_wrap .section1 .service .location .map {
  background: url("/kor/img/main/map.svg") no-repeat center center;
  width: 26rem;
  position: relative;
  aspect-ratio: 261/367;
  background-size: cover;
}
#main_wrap .section1 .service .location .map .btn {
  position: absolute;
  width: 3.1rem;
  height: 3.6rem;
  padding-top: 0.7rem;
  background: url("/kor/img/main/map_maker.svg") no-repeat 0 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background-size: 100%;
}
#main_wrap .section1 .service .location .map .btn_seoul {
  left: 25%;
  top: 18%;
}
#main_wrap .section1 .service .location .map .btn_gg {
  left: 35%;
  top: 25%;
}
#main_wrap .section1 .service .location .map .btn_gw {
  left: 55%;
  top: 15%;
}
#main_wrap .section1 .service .location .map .btn_cb {
  left: 40%;
  top: 37%;
}
#main_wrap .section1 .service .location .map .btn_cn {
  left: 22%;
  top: 42%;
}
#main_wrap .section1 .service .location .map .btn_gb {
  left: 66%;
  top: 40%;
}
#main_wrap .section1 .service .location .map .btn_gn {
  left: 55%;
  top: 67%;
}
#main_wrap .section1 .service .location .map .btn_jb {
  left: 30%;
  top: 60%;
}
#main_wrap .section1 .service .location .map .btn_jn {
  left: 25%;
  top: 73%;
}
#main_wrap .section1 .service .location .map .btn_jeju {
  left: 25%;
  top: 93%;
}
#main_wrap .section1 .service .location .map .btn:hover {
  transform: translate(-50%, calc(-50% - 5px));
  background-image: url("/kor/img/main/map_maker_on.svg");
}
#main_wrap .section2 .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
#main_wrap .section2 .icon_menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
#main_wrap .section2 .icon_slide {
  flex: 1;
  background: #F6F6F6;
  border-radius: 2rem;
  padding: 2rem;
  width: 100%;
}
#main_wrap .section2 .icon_slide .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
  align-items: center;
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(1) a .icon::after {
  background-image: url("/kor/img/main/menu_01.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(2) a .icon::after {
  background-image: url("/kor/img/main/menu_02.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(3) a .icon::after {
  background-image: url("/kor/img/main/menu_03.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(4) a .icon::after {
  background-image: url("/kor/img/main/menu_04.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(5) a .icon::after {
  background-image: url("/kor/img/main/menu_05.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(6) a .icon::after {
  background-image: url("/kor/img/main/menu_06.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(7) a .icon::after {
  background-image: url("/kor/img/main/menu_07.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide:nth-child(8) a .icon::after {
  background-image: url("/kor/img/main/menu_08.svg");
}
#main_wrap .section2 .icon_slide .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  height: 100%;
}
#main_wrap .section2 .icon_slide .swiper-slide a .icon {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9.8rem;
  height: 9.8rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #CFCFCF;
  position: relative;
}
#main_wrap .section2 .icon_slide .swiper-slide a .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(126deg, #52B5AA, #00A1E4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#main_wrap .section2 .icon_slide .swiper-slide a .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
#main_wrap .section2 .icon_slide .swiper-slide a em {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section2 .icon_slide .swiper-slide a:hover .icon::before {
    opacity: 1;
    visibility: visible;
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(1) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_01_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(2) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_02_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(3) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_03_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(4) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_04_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(5) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_05_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(6) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_06_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(7) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_07_on.svg");
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(8) a:hover .icon::after {
    background-image: url("/kor/img/main/menu_08_on.svg");
  }
}
#main_wrap .section2 .photo {
  flex: none;
  width: 50%;
}
#main_wrap .section2 .photo ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
#main_wrap .section2 .photo ul li {
  flex: 1;
}
#main_wrap .section2 .photo ul a {
  border-radius: 2rem;
  overflow: hidden;
  display: block;
  transition: 0.3s;
}
#main_wrap .section2 .photo ul .thumb {
  overflow: hidden;
  aspect-ratio: 16/10.5;
  border-radius: 0 0 2rem 2rem;
}
#main_wrap .section2 .photo ul .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#main_wrap .section2 .photo ul .desc {
  border: 1px solid #D8D8D8;
  border-top: none;
  margin-top: -3rem;
  padding: 6rem 1.6rem 2.4rem;
  border-radius: 0 0 2rem 2rem;
}
#main_wrap .section2 .photo ul .desc .subject {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 5.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  word-break: keep-all;
  font-size: 1.7rem;
  font-weight: 700;
}
#main_wrap .section2 .photo ul .desc .date {
  display: block;
  margin-top: 2.4rem;
  font-family: "titillium";
  color: #767676;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section2 .photo ul a:hover {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0745098039);
  }
  #main_wrap .section2 .photo ul a:hover .thumb img {
    transform: scale(1.05);
  }
}
#main_wrap .section3 {
  padding-bottom: 14rem;
  position: relative;
}
#main_wrap .section3 .layout_fix {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
#main_wrap .section3 .tit_box .link {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
#main_wrap .section3 .tit_box .link li {
  position: relative;
}
#main_wrap .section3 .tit_box .link li + li::before {
  content: "";
  position: absolute;
  left: calc(-2rem - 3px);
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #DFDFDF;
  border-radius: 100%;
}
#main_wrap .section3 .tit_box .link a {
  background-repeat: no-repeat;
  background-position: center center;
  width: 3rem;
  height: 3rem;
  display: block;
  background-size: 3rem;
  transition: 0.3s;
}
#main_wrap .section3 .tit_box .link a.fb {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z'%3E%3C/path%3E%3C/svg%3E");
}
#main_wrap .section3 .tit_box .link a.insta {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z'%3E%3C/path%3E%3C/svg%3E");
}
#main_wrap .section3 .tit_box .link a.blog {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='10.9mm' height='9.1mm' data-name='Layer 1' version='1.1' viewBox='0 0 30.8 25.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;stroke-width:0%7D%3C/style%3E%3C/defs%3E%3Cpath d='M24.5 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM17.2 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM6.4 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2Z' class='cls-1'/%3E%3Cpath d='M25.9 0h-21C2.2 0 0 2.2 0 4.9v11.6c0 2.7 2.2 4.9 4.9 4.9h7.3l2.5 4v.1c.2.4.7.5 1.1.3.1 0 .2-.2.3-.3v-.1l2.5-4h7.3c2.7 0 4.9-2.2 4.9-4.9V4.9c0-2.7-2.2-4.9-4.9-4.9ZM6.8 14.3c-.6 0-1.2-.3-1.6-.8v.6H3.3V6.2h1.9v3c.4-.4 1-.7 1.6-.7 2.6 0 2.7 2.9 2.7 2.9 0 1.5-1.1 2.8-2.7 2.9Zm6-5.3v5.1H11V9.5c0-1.6-.9-1.6-.9-1.6V6.1c2.8 0 2.7 3 2.7 3Zm4.4 5.3h-.4c-1.6 0-2.8-1.3-2.7-2.9 0-2.9 3.1-2.9 3.1-2.9h.4c1.6 0 2.8 1.3 2.8 2.9 0 2.9-3.2 2.9-3.2 2.9Zm7.5 2.7H24v-1.7h.5c1.3 0 1.2-1.4 1.2-1.4v-.4c-.4.5-1 .7-1.7.7-2.6 0-2.6-2.8-2.6-2.8V11c0-1.4 1.2-2.6 2.7-2.5.6 0 1.2.3 1.6.7v-.5h1.8v5.5c0 1.5-1.3 2.7-2.8 2.7Z' class='cls-1'/%3E%3C/svg%3E");
  background-size: 2.6rem;
}
#main_wrap .section3 .tit_box .link a.youtube {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF0000'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M12.2439 4C12.778 4.00294 14.1143 4.01586 15.5341 4.07273L16.0375 4.09468C17.467 4.16236 18.8953 4.27798 19.6037 4.4755C20.5486 4.74095 21.2913 5.5155 21.5423 6.49732C21.942 8.05641 21.992 11.0994 21.9982 11.8358L21.9991 11.9884L21.9991 11.9991C21.9991 11.9991 21.9991 12.0028 21.9991 12.0099L21.9982 12.1625C21.992 12.8989 21.942 15.9419 21.5423 17.501C21.2878 18.4864 20.5451 19.261 19.6037 19.5228C18.8953 19.7203 17.467 19.8359 16.0375 19.9036L15.5341 19.9255C14.1143 19.9824 12.778 19.9953 12.2439 19.9983L12.0095 19.9991L11.9991 19.9991C11.9991 19.9991 11.9956 19.9991 11.9887 19.9991L11.7545 19.9983C10.6241 19.9921 5.89772 19.941 4.39451 19.5228C3.4496 19.2573 2.70692 18.4828 2.45587 17.501C2.0562 15.9419 2.00624 12.8989 2 12.1625V11.8358C2.00624 11.0994 2.0562 8.05641 2.45587 6.49732C2.7104 5.51186 3.45308 4.73732 4.39451 4.4755C5.89772 4.05723 10.6241 4.00622 11.7545 4H12.2439ZM9.99911 8.49914V15.4991L15.9991 11.9991L9.99911 8.49914Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 3.2rem;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section3 .tit_box .link a:hover.fb {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233963FC'%3E%3Cpath d='M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z'%3E%3C/path%3E%3C/svg%3E");
  }
  #main_wrap .section3 .tit_box .link a:hover.insta {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23EE2D96'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z'%3E%3C/path%3E%3C/svg%3E");
  }
  #main_wrap .section3 .tit_box .link a:hover.blog {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='10.9mm' height='9.1mm' data-name='Layer 1' version='1.1' viewBox='0 0 30.8 25.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2338C65D;stroke-width:0%7D%3C/style%3E%3C/defs%3E%3Cpath d='M24.5 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM17.2 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM6.4 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2Z' class='cls-1'/%3E%3Cpath d='M25.9 0h-21C2.2 0 0 2.2 0 4.9v11.6c0 2.7 2.2 4.9 4.9 4.9h7.3l2.5 4v.1c.2.4.7.5 1.1.3.1 0 .2-.2.3-.3v-.1l2.5-4h7.3c2.7 0 4.9-2.2 4.9-4.9V4.9c0-2.7-2.2-4.9-4.9-4.9ZM6.8 14.3c-.6 0-1.2-.3-1.6-.8v.6H3.3V6.2h1.9v3c.4-.4 1-.7 1.6-.7 2.6 0 2.7 2.9 2.7 2.9 0 1.5-1.1 2.8-2.7 2.9Zm6-5.3v5.1H11V9.5c0-1.6-.9-1.6-.9-1.6V6.1c2.8 0 2.7 3 2.7 3Zm4.4 5.3h-.4c-1.6 0-2.8-1.3-2.7-2.9 0-2.9 3.1-2.9 3.1-2.9h.4c1.6 0 2.8 1.3 2.8 2.9 0 2.9-3.2 2.9-3.2 2.9Zm7.5 2.7H24v-1.7h.5c1.3 0 1.2-1.4 1.2-1.4v-.4c-.4.5-1 .7-1.7.7-2.6 0-2.6-2.8-2.6-2.8V11c0-1.4 1.2-2.6 2.7-2.5.6 0 1.2.3 1.6.7v-.5h1.8v5.5c0 1.5-1.3 2.7-2.8 2.7Z' class='cls-1'/%3E%3C/svg%3E");
  }
  #main_wrap .section3 .tit_box .link a:hover.youtube {
    transform: scale(1.1);
  }
}
#main_wrap .section3 .sns {
  flex: none;
  width: calc(50% - 4rem);
}
#main_wrap .section3 .sns .control {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2rem;
}
#main_wrap .section3 .sns .control .paging {
  flex: none;
  width: inherit;
  font-family: "titillium";
  font-size: 1.7rem;
  font-weight: 600;
}
#main_wrap .section3 .sns .control .paging i {
  font-weight: 400;
  padding: 0 0.5rem;
}
#main_wrap .section3 .sns .control .paging .swiper-pagination-current {
  color: #666;
}
#main_wrap .section3 .sns .control .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  gap: 0.3rem;
}
#main_wrap .section3 .sns .sns_slide a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  outline: none;
}
#main_wrap .section3 .sns .sns_slide a .ic {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#main_wrap .section3 .sns .sns_slide a .ic::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.5rem;
}
#main_wrap .section3 .sns .sns_slide a .ic.fb::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #3963FC;
}
#main_wrap .section3 .sns .sns_slide a .ic.insta:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z'%3E%3C/path%3E%3C/svg%3E");
}
#main_wrap .section3 .sns .sns_slide a .ic.insta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(45deg, #FF9601, #FF344B, #EE2D96, #C533D9);
}
#main_wrap .section3 .sns .sns_slide a .ic.blog::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='10.9mm' height='9.1mm' data-name='Layer 1' version='1.1' viewBox='0 0 30.8 25.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;stroke-width:0%7D%3C/style%3E%3C/defs%3E%3Cpath d='M24.5 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM17.2 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2ZM6.4 10.2c-.7 0-1.2.5-1.2 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2-.5-1.2-1.2-1.2Z' class='cls-1'/%3E%3Cpath d='M25.9 0h-21C2.2 0 0 2.2 0 4.9v11.6c0 2.7 2.2 4.9 4.9 4.9h7.3l2.5 4v.1c.2.4.7.5 1.1.3.1 0 .2-.2.3-.3v-.1l2.5-4h7.3c2.7 0 4.9-2.2 4.9-4.9V4.9c0-2.7-2.2-4.9-4.9-4.9ZM6.8 14.3c-.6 0-1.2-.3-1.6-.8v.6H3.3V6.2h1.9v3c.4-.4 1-.7 1.6-.7 2.6 0 2.7 2.9 2.7 2.9 0 1.5-1.1 2.8-2.7 2.9Zm6-5.3v5.1H11V9.5c0-1.6-.9-1.6-.9-1.6V6.1c2.8 0 2.7 3 2.7 3Zm4.4 5.3h-.4c-1.6 0-2.8-1.3-2.7-2.9 0-2.9 3.1-2.9 3.1-2.9h.4c1.6 0 2.8 1.3 2.8 2.9 0 2.9-3.2 2.9-3.2 2.9Zm7.5 2.7H24v-1.7h.5c1.3 0 1.2-1.4 1.2-1.4v-.4c-.4.5-1 .7-1.7.7-2.6 0-2.6-2.8-2.6-2.8V11c0-1.4 1.2-2.6 2.7-2.5.6 0 1.2.3 1.6.7v-.5h1.8v5.5c0 1.5-1.3 2.7-2.8 2.7Z' class='cls-1'/%3E%3C/svg%3E");
  background-color: #38C65D;
}
#main_wrap .section3 .sns .sns_slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main_wrap .section3 .sns .sns_slide a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  opacity: 0;
  visibility: hidden;
}
#main_wrap .section3 .sns .sns_slide a:focus::after {
  opacity: 1;
  visibility: visible;
}
#main_wrap .section3 .sns .progress {
  display: none;
}
#main_wrap .section3 .youtube {
  flex: none;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
#main_wrap .section3 .youtube .video {
  flex: 1;
  width: 100%;
  aspect-ratio: 720/333;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
#main_wrap .section3 .youtube .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
#main_wrap .section3 .youtube .video::before {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 10;
  content: "";
  width: 11rem;
  height: 11rem;
  border: 2px solid #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5rem;
  box-sizing: border-box;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  #main_wrap .section3 .youtube .video:hover img {
    transform: scale(1.05);
  }
}
#main_wrap .section3 .youtube .no_data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 600;
}

#quick .btn_open {
  right: 1rem;
  bottom: 8rem;
  background: url("/kor/img/main/quick.webp") no-repeat 0 0;
  background-size: inherit;
  width: 13.4rem;
  height: 12.2rem;
  transform: none;
  box-shadow: none;
  border-radius: 0;
  padding: 8.6rem 2rem 0 0;
  display: block;
}
#quick .btn_open span {
  display: none;
}
#quick .btn_open em {
  display: block;
  font-size: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: right;
}
#quick .quick_menu {
  bottom: 8rem;
  right: -55rem;
}
#quick .quick_menu ul {
  transform: translateY(25%);
}
#quick .quick_menu .btn_close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  margin-left: 1rem;
  background: url("/kor/img/main/quick.webp") no-repeat 0 0;
  background-size: inherit;
  width: 13.4rem;
  height: 12.2rem;
  transform: none;
  box-shadow: none;
  border-radius: 0;
  padding: 8.6rem 2rem 0 0;
}
#quick .quick_menu .btn_close::before {
  display: none;
}
#quick .quick_menu .btn_close .ir {
  display: block;
  position: static;
  width: 11.4rem;
  height: 1.6rem;
  clip: inherit;
  font-size: 1.4rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-position-x: right;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  #main_wrap .section0 .layout_fix {
    gap: 4rem;
  }
  #main_wrap .section0 .visual {
    width: 83rem;
  }
}
@media (max-width: 1340px) {
  #main_wrap .section0 .infomation .text::before {
    right: -11.5rem;
    background-size: 76%;
    background-position: right bottom;
  }
}
@media (max-width: 1280px) {
  #main_wrap .tit_box h2 {
    font-size: 2.2rem;
  }
  #main_wrap .tit_box h2 i {
    font-size: 2.8rem;
  }
  #main_wrap .section0 .layout_fix {
    gap: 3rem;
  }
  #main_wrap .section0 .infomation .text {
    font-size: 1.3rem;
  }
  #main_wrap .section0 .infomation .text::before {
    right: -15rem;
    top: 0rem;
    background-size: 85%;
  }
  #main_wrap .section0 .infomation .text strong {
    font-size: 2.6rem;
  }
  #main_wrap .section0 .infomation .icon_menu a .icon {
    width: 10.4rem;
    height: 10.4rem;
  }
  #main_wrap .section0 .visual {
    width: 64rem;
  }
  #main_wrap .section0 .visual .swiper-slide {
    height: 28rem;
  }
  #main_wrap .section1 .layout_fix {
    gap: 3rem;
  }
  #main_wrap .section1 .board .group .label {
    font-size: 2.2rem;
  }
  #main_wrap .section1 .board .group:nth-child(2) .label {
    left: 7rem;
  }
  #main_wrap .section1 .board .group:nth-child(3) .label {
    left: 18.5rem;
  }
  #main_wrap .section1 .board .group:nth-child(4) .label {
    left: 30rem;
  }
  #main_wrap .section1 .board .group .more {
    top: 0.2rem;
  }
  #main_wrap .section1 .board .group .cont {
    padding: 3rem 2rem;
  }
  #main_wrap .section1 .service .location {
    padding-left: 2rem;
    gap: 1rem;
  }
  #main_wrap .section1 .service .location .txt {
    padding: 4rem 0 2rem;
  }
  #main_wrap .section1 .service .location p {
    font-size: 2.2rem;
  }
  #main_wrap .section1 .service .location .small em {
    display: block;
  }
  #main_wrap .section1 .service .location ul {
    gap: 1rem;
    width: 100%;
  }
  #main_wrap .section1 .service .location ul li {
    flex: 1;
  }
  #main_wrap .section1 .service .location ul li a {
    width: inherit;
    height: 13rem;
  }
  #main_wrap .section2 .layout_fix {
    gap: 3rem;
  }
  #main_wrap .section2 .icon_slide {
    padding: 2rem 1rem;
  }
  #main_wrap .section2 .icon_slide .swiper-slide a em {
    font-size: 1.4rem;
  }
  #main_wrap .section2 .icon_slide .swiper-slide:nth-child(2) a em {
    letter-spacing: -1px;
  }
  #main_wrap .section2 .photo ul {
    gap: 2rem;
  }
  #main_wrap .section3 {
    padding-bottom: 14rem;
    position: relative;
  }
  #main_wrap .section3 .layout_fix {
    gap: 3rem;
  }
  #main_wrap .section3 .youtube .video {
    aspect-ratio: 720/300;
  }
}
@media (max-width: 1140px) {
  #main_wrap .section0 .infomation .text {
    font-size: 1.3rem;
  }
  #main_wrap .section0 .infomation .text strong {
    font-size: 2.5rem;
  }
  #main_wrap .section0 .infomation .text::before {
    right: -5rem;
    top: -5rem;
    background-size: 65%;
  }
  #main_wrap .section0 .infomation .icon_menu a {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  #main_wrap .section:not(.section0) {
    margin-top: 3rem;
  }
  #main_wrap .tit_box {
    margin-bottom: 2rem;
  }
  #main_wrap .section0 .layout_fix {
    flex-direction: column;
    gap: 4rem;
  }
  #main_wrap .section0 .infomation {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 3rem;
  }
  #main_wrap .section0 .infomation .text {
    font-size: 1.4rem;
    padding-right: 15rem;
  }
  #main_wrap .section0 .infomation .text strong {
    font-size: 3rem;
  }
  #main_wrap .section0 .infomation .text::before {
    right: 0;
    top: 0;
    width: 14rem;
    background-size: contain;
  }
  #main_wrap .section0 .infomation .icon_menu {
    margin: 0;
    flex: none;
    width: 40rem;
    border: none;
    padding: 0;
  }
  #main_wrap .section0 .infomation .icon_menu a {
    width: 10.5rem;
    gap: 0.8rem;
  }
  #main_wrap .section0 .visual {
    width: 100%;
    height: inherit;
  }
  #main_wrap .section0 .visual .swiper-slide {
    height: inherit;
  }
  #main_wrap .section1 .layout_fix {
    flex-wrap: wrap;
    gap: 2rem;
  }
  #main_wrap .section1 .board {
    min-width: 45rem;
  }
  #main_wrap .section1 .board .group .more {
    top: 0;
  }
  #main_wrap .section1 .service {
    flex: 1;
    min-width: 45rem;
  }
  #main_wrap .section2 .layout_fix {
    flex-direction: column;
    gap: 2rem;
  }
  #main_wrap .section2 .icon_slide .swiper-wrapper {
    gap: 3rem 2rem;
    align-items: flex-start;
  }
  #main_wrap .section2 .photo {
    width: 100%;
  }
  #main_wrap .section3 {
    padding-bottom: 10rem;
  }
  #main_wrap .section3 .layout_fix {
    flex-direction: column;
    gap: 2rem;
  }
  #main_wrap .section3 .sns {
    width: 100%;
  }
  #main_wrap .section3 .youtube {
    width: 100%;
  }
  #quick .btn_open {
    right: 2rem;
    width: 5rem;
    height: 5rem;
    padding: 0;
    background: linear-gradient(to left, #67AB14, #0086FB);
    border-radius: 100%;
  }
  #quick .btn_open em {
    display: none;
  }
  #quick .quick_menu {
    bottom: 14rem;
  }
  #quick .quick_menu ul {
    transform: none;
  }
  #quick .quick_menu .btn_close {
    width: 5rem;
    height: 5rem;
    padding: 0;
    background: linear-gradient(to left, #67AB14, #0086FB);
    border-radius: 100%;
  }
  #quick .quick_menu .btn_close::before {
    display: block;
  }
  #quick .quick_menu .btn_close .ir {
    display: none;
  }
}
@media (max-width: 950px) {
  #main_wrap .section1 .board .group .cont {
    margin-top: 5rem;
  }
  #main_wrap .section1 .service .tit_box {
    height: inherit;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  #main_wrap .section0 .visual .control .pro_pag {
    margin-left: 1rem;
  }
  #main_wrap .section1 .layout_fix {
    flex-direction: column;
  }
  #main_wrap .section1 .board {
    min-width: inherit;
    width: 100%;
  }
  #main_wrap .section1 .board .group .cont {
    margin-top: 5rem;
  }
  #main_wrap .section1 .board .group .cont li + li {
    margin-top: 1.5rem;
  }
  #main_wrap .section1 .board .group .more {
    top: 0;
  }
  #main_wrap .section1 .service {
    width: 100%;
    min-width: inherit;
  }
  #main_wrap .section1 .service .location .txt {
    padding: 3rem 0;
    height: 100%;
  }
  #main_wrap .section1 .service .location p {
    font-size: 2.4rem;
  }
  #main_wrap .section1 .service .location .small {
    margin-bottom: 2rem;
  }
  #main_wrap .section2 .photo ul .desc {
    padding: 5rem 1.6rem 2rem;
  }
  #main_wrap .section2 .photo ul .desc .date {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  #main_wrap .section0 .infomation .text {
    padding-right: 0;
    width: 100%;
  }
  #main_wrap .section0 .infomation .text::before {
    width: 20rem;
    right: -1rem;
    opacity: 0.3;
  }
  #main_wrap .section0 .infomation .text strong {
    font-size: 2.8rem;
  }
  #main_wrap .section0 .infomation .text p {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  #main_wrap .section0 .infomation .icon_menu ul {
    gap: 0.5rem;
    justify-content: center;
  }
  #main_wrap .section0 .infomation .icon_menu a .icon {
    width: 8.5rem;
    height: 8.5rem;
    padding: 0.7rem;
  }
  #main_wrap .section0 .infomation .icon_menu a .icon img {
    max-height: 60%;
  }
  #main_wrap .section0 .visual .control .pro_pag {
    padding-right: 2rem;
  }
  #main_wrap .section1 .board .group .label {
    padding-right: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  #main_wrap .section1 .board .group .label::after {
    right: 1rem;
    width: 4px;
    height: 4px;
  }
  #main_wrap .section1 .board .group:nth-child(1) .label {
    left: 0;
  }
  #main_wrap .section1 .board .group:nth-child(2) .label {
    left: 5rem;
  }
  #main_wrap .section1 .board .group:nth-child(3) .label {
    left: 13.3rem;
  }
  #main_wrap .section1 .board .group:nth-child(4) .label {
    left: 22rem;
  }
  #main_wrap .section1 .board .group .more {
    top: -0.3rem;
  }
  #main_wrap .section1 .board .group .cont li + li {
    margin-top: 1.3rem;
  }
  #main_wrap .section1 .board .group .cont a {
    gap: 1rem;
    font-size: 1.4rem;
  }
  #main_wrap .section1 .board .group .cont a .subject {
    padding-left: 1rem;
  }
  #main_wrap .section1 .board .group .cont a .subject::before {
    width: 4px;
    height: 4px;
  }
  #main_wrap .section1 .board .group .cont a .date {
    padding-left: 2rem;
    font-size: 1.3rem;
  }
  #main_wrap .section1 .service .location .txt {
    flex: 1;
  }
  #main_wrap .section1 .service .location p {
    letter-spacing: -1px;
  }
  #main_wrap .section1 .service .location .small em {
    display: none;
  }
  #main_wrap .section1 .service .location ul {
    margin-top: 2rem;
    width: 100%;
  }
  #main_wrap .section1 .service .location ul li a {
    margin: 0 auto;
    width: 100%;
  }
  #main_wrap .section1 .service .location .map {
    display: none;
  }
  #main_wrap .section2 .icon_slide {
    padding-bottom: 4rem;
  }
  #main_wrap .section2 .icon_slide .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem 0;
    align-items: center;
  }
  #main_wrap .section2 .icon_menu {
    position: relative;
  }
  #main_wrap .section2 .icon_menu .pagination {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 1;
    top: auto;
    width: calc(100% - 4rem);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #dbdbdb;
  }
  #main_wrap .section2 .icon_menu .pagination .swiper-pagination-progressbar-fill {
    background: #92C752;
  }
  #main_wrap .section2 .photo ul {
    flex-direction: column;
    gap: 3rem;
  }
  #main_wrap .section2 .photo ul a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.6rem;
  }
  #main_wrap .section2 .photo ul .thumb {
    flex: none;
    width: 35%;
  }
  #main_wrap .section2 .photo ul .desc {
    padding: 0.5rem 0;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #main_wrap .section2 .photo ul .desc .date {
    margin-top: auto;
  }
  #main_wrap .section2 .photo ul .desc .subject {
    height: 4.7rem;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #main_wrap .section3 {
    padding-bottom: 6rem;
  }
  #main_wrap .section3 .tit_box .link {
    gap: 3rem;
  }
  #main_wrap .section3 .tit_box .link li + li::before {
    left: calc(-1.5rem - 3px);
  }
  #main_wrap .section3 .sns .control .btn {
    display: none;
  }
  #main_wrap .section3 .sns .sns_slide {
    margin-right: -1.6rem;
  }
  #main_wrap .section3 .sns .progress {
    display: block;
    height: 4px;
    margin-top: 1rem;
    background: #ddd;
  }
  #main_wrap .section3 .sns .progress .swiper-scrollbar-drag {
    background: #39A5CE;
  }
  #main_wrap .section3 .youtube .video::before {
    width: 6rem;
    height: 6rem;
    background-size: 3rem;
  }
  #quick .btn_open {
    right: 1rem;
    bottom: 6rem;
    width: 4rem;
    height: 4rem;
  }
  #quick .quick_menu {
    bottom: 11rem;
  }
  #quick .quick_menu .btn_close {
    right: 1rem;
    bottom: 6rem;
    width: 4rem;
    height: 4rem;
  }
  #quick.active .btn_open {
    right: 1rem;
  }
  #quick.active .quick_menu {
    right: 1rem;
  }
}
@media (max-width: 360px) {
  #main_wrap .section1 .board .group .label {
    padding-right: 0;
    font-size: 1.7rem;
    letter-spacing: -1px;
  }
  #main_wrap .section1 .board .group .label::after {
    display: none;
  }
  #main_wrap .section1 .board .group:nth-child(1) .label {
    left: 0;
  }
  #main_wrap .section1 .board .group:nth-child(2) .label {
    left: 4rem;
  }
  #main_wrap .section1 .board .group:nth-child(3) .label {
    left: 11rem;
  }
  #main_wrap .section1 .board .group:nth-child(4) .label {
    left: 18rem;
  }
  #main_wrap .section1 .board .group .more {
    background-size: 2rem;
    background-position-y: 0.3rem;
  }
  #main_wrap .section1 .board .group .cont {
    margin-top: 4rem;
  }
}