@charset "UTF-8";

.main_tit h2.main_big {
  font-size: 40px;
  font-family: 'Noto Serif KR', 'Spectral', serif;
  line-height: 160%;
  font-weight: 700;
}

.main_tit h2.main_big span.violet {
  color: #5a416b;
  font-family: 'Noto Serif KR', 'Spectral', serif;
}
.main_tit p.main_sm {
  color: #818181;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
  margin-top: 12px;
  line-height: normal;
  letter-spacing: 2.2px;
}

a.link_btn {
  display: flex;
  line-height: normal;
  padding: 16px 30px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  color: #171717;
  border: 1px solid #171717;
  border-radius: 30px;
  backdrop-filter: blur(3px);
  width: fit-content;
  gap: 5px;
}

/* 
.btn_effect01{transition: 0.3s all;}
.btn_effect01:hover {transform: translateY(-5px);}
.btn_effect01:hover img{animation: arrow 1s infinite;}

@keyframes arrow {
    0%{transform: translateX(0px);}
    50%{transform: translateX(7px);}
    100%{transform: translateX(0px);}
} */

@media screen and (max-width: 780px) {
  .main_tit h2.main_big {
    font-size: 30px;
  }
  .main_tit p.main_sm {
    font-size: 18px;
    margin-top: 6px;
  }
}

/* main visual */
.main_visual {
  height: 100vh;
  position: relative;
}
.main_visual .mainslide01 {
  background: url('/img/main/mainvs01.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide02 {
  background: url('/img/main/mainvs02.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide03 {
  background: url('/img/main/mainvs03.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide04 {
  background: url('/img/main/mainvs04.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide05 {
  background: url('/img/main/mainvs05.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide06 {
  background: url('/img/main/mainvs06.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide07 {
  background: url('/img/main/mainvs07.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide08 {
  background: url('/img/main/mainvs08.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .mainslide09 {
  background: url('/img/main/mainvs09.webp') center center no-repeat;
  background-size: cover;
}
.main_visual .swiper-slide .container02 {
  position: relative;
}
.main_visual_con {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
}
.main_visual .txt_wrap {
}
.main_visual .txt_wrap .sub_tit {
  color: #626080;
  font-size: 24px;
  font-weight: 500;
}
.main_visual .txt_wrap strong {
  font-size: 40px;
  line-height: normal;
  display: block;
  margin: 10px 0;
  color: #84689b;
  font-weight: 600;
}
.main_visual .txt_wrap strong span {
  color: #62367e;
}
.main_visual .txt_wrap .detail {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.main_visual .txt_wrap .img_detail {
  display: flex;
  gap: 12px;
}
.main_visual a.link_btn {
  margin-top: 55px;
}

.visual-swiper-pagination {
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(5% - 26px);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
}
.visual-swiper-pagination::before {
  content: '';
  width: 1px;
  height: 1000%;
  background-color: #d3bde9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.visual-swiper-pagination .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bfa5ca;
  position: relative;
}
.visual-swiper-pagination .swiper-pagination-bullet b {
  color: #bfa5ca;
  font-family: 'GmarketSans';
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
}
.visual-swiper-pagination .swiper-pagination-bullet .bullet {
}
.visual-swiper-pagination .swiper-pagination-bullet span {
  color: #bfa5ca;
  font-family: 'GmarketSans';
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 20px;
}
.visual-swiper-pagination .swiper-pagination-bullet-active {
}
.visual-swiper-pagination .swiper-pagination-bullet-active b {
  color: #5a416b;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.visual-swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  height: 50px;
  position: relative;
}
.visual-swiper-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  background: var(--bullet-image) center center no-repeat;
  width: 100%;
  height: 100%;
}
.visual-swiper-pagination .swiper-pagination-bullet-active span {
  color: #5a416b;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1500px) {
  .main_visual {
    height: 920px;
  }
}
@media screen and (max-width: 1250px) {
  a.link_btn {
    font-size: 16px;
    padding: 10px 25px;
  }

  .main_visual {
    height: 720px;
  }
  .main_visual .txt_wrap .sub_tit {
    font-size: 22px;
  }
  .main_visual .txt_wrap strong {
    font-size: 30px;
  }
  .visual-swiper-pagination {
    left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .main_visual_con {
    left: 45%;
  }
}
@media screen and (max-width: 780px) {
  .main_visual {
    height: 740px;
  }
  .main_visual .mainslide01 {
    background: url('/img/main/m_mainvs01.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide02 {
    background: url('/img/main/m_mainvs02.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide03 {
    background: url('/img/main/m_mainvs03.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide04 {
    background: url('/img/main/m_mainvs04.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide05 {
    background: url('/img/main/m_mainvs05.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide06 {
    background: url('/img/main/m_mainvs06.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide07 {
    background: url('/img/main/m_mainvs07.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide08 {
    background: url('/img/main/m_mainvs08.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual .mainslide09 {
    background: url('/img/main/m_mainvs09.webp') center center no-repeat;
    background-size: cover;
  }
  .main_visual a.link_btn img {
    filter: invert(1);
  }
  .visual-swiper-pagination {
    display: none;
  }
  .main_visual_con {
    width: 80%;
    min-width: 350px;
    text-align: center;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .main_visual .txt_wrap .sub_tit {
    color: #fff;
    font-size: 18px;
    line-height: normal;
  }
  .main_visual .txt_wrap strong {
    color: #fff;
    font-size: 20px;
  }
  .main_visual .txt_wrap strong span {
    color: #fff;
  }
  .main_visual .txt_wrap .detail {
    color: #fff;
    font-size: 15px;
  }
  .main_visual .txt_wrap .img_detail {
    justify-content: center;
  }
  .main_visual a.link_btn {
    color: #fff;
    border: 1px solid #fff;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .main_visual_con {
    width: 100%;
  }
}

/* maincon01 이벤트 */
.maincon01 .main_tit h2 {
  letter-spacing: 12px;
}
.maincon01 .roll_txt {
  display: flex;
}
.maincon01 .roll_txt img:first-child {
  animation: rolltxt 20s linear infinite;
  padding-right: 100px;
}
.maincon01 .roll_txt img:last-child {
  animation: rolltxt2 20s linear infinite;
  padding-right: 100px;
}

@keyframes rolltxt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.1% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rolltxt2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.eventslide_wrap {
  display: flex;
  margin-left: 5%; /*height: 615px;*/
  align-items: center;
  padding: 20px 0 80px;
}
.maincon01 .cover {
  width: 25%;
}
.maincon01 .main_tit {
  margin-bottom: 80px;
}
.maincon01 .event-swiper-pagination {
  font-size: 30px;
}
.maincon01 .event-swiper-pagination .current {
  font-size: 40px;
  font-family: 'Bodoni MT';
}
.maincon01 .event-swiper-pagination .total {
  color: rgba(23, 23, 23, 0.3);
  font-family: 'Bodoni MT';
}
.maincon01 .event_name {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.maincon01 .navbtn_wrap {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.event_swiper {
  width: 75%; /*height: 115%;*/
}
.event_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  max-width: 500px;
}
.event_swiper .swiper-slide .slide_img {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.event_swiper .swiper-slide .slide_img::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(43, 36, 49, 0) 60.5%,
    rgba(43, 36, 49, 0.6) 100%
  );
  z-index: 1;
}
.event_swiper .swiper-slide .slide_img img {
  width: 100%;
  height: 100%; /* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);*/
  object-fit: cover;
  object-position: center;
}
.event_swiper .event_con {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.event_swiper .event_con b {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 0 30px;
}
.event_swiper .event_con .conbox {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.event_swiper .event_con .conbox .wrap {
  padding: 30px;
}
.event_swiper .swiper-slide:hover .conbox {
  height: 288px;
}
.event_swiper .event_con .conbox .discount {
  background: #ff6767;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
}
.event_swiper .event_con .conbox strong {
  display: block;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 700;
}
.event_swiper .event_con .conbox p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 16px;
}
.event_swiper .event_con .conbox ul {
  display: flex;
  gap: 10px;
}
.event_swiper .event_con .conbox ul li {
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #171717;
  box-sizing: border-box;
}
.event_swiper .event_con .conbox a {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #171717;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
.event_swiper .event_con .conbox a > span {
  margin-right: 10px;
}
.event_swiper .event_con .conbox a span > span {
  color: #62367e;
}

@media screen and (max-width: 1300px) {
  .event_swiper .swiper-slide {
  }
  .event_swiper .swiper-slide .slide_img img {
    min-height: 415px; /* width: auto; height: 110%;*/
  }
}
@media screen and (max-width: 1000px) {
  .maincon01 .cover {
    width: 33%;
  }
  .event_swiper {
    width: 67%;
  }
}
@media screen and (max-width: 780px) {
  .maincon01 {
    padding: 20px 0 60px;
  }
  .maincon01 .roll_txt {
    height: 150px;
    overflow-x: hidden;
  }
  .maincon01 .main_tit {
    margin-bottom: 20px;
  }
  .maincon01 .cover {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .maincon01 .event-swiper-pagination {
    font-size: 20px;
  }
  .maincon01 .event-swiper-pagination .current {
    font-size: 30px;
  }
  .maincon01 .navbtn_wrap .button {
    width: 40px;
    height: 40px;
  }
  .maincon01 .navbtn_wrap .button img {
    width: 100%;
    height: 100%;
  }
  .maincon01 .event_name {
    font-size: 24px;
  }
  .eventslide_wrap {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    height: auto;
    padding-bottom: 60px;
  }
  .event_swiper {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 1px;
  }
  .event_swiper .swiper-slide {
    max-width: unset;
    overflow: visible;
    height: auto;
  }
  .event_swiper .swiper-slide .slide_img {
    height: 600px;
  }
  .event_swiper .swiper-slide .slide_img img {
    min-height: unset;
    width: 105%;
    height: auto;
  }
  .event_swiper .event_con {
    position: static;
    margin-top: 30px;
  }
  .event_swiper .event_con b {
    color: #5a416b;
    padding: 0;
  }
  .event_swiper .event_con .conbox {
    height: auto;
    margin-top: 10px;
  }
  .event_swiper .event_con .conbox .wrap {
    padding: 0;
  }
  .event_swiper .event_con .conbox strong {
    margin-top: 10px;
    font-size: 24px;
  }
  .event_swiper .event_con .conbox p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .event_swiper .event_con .conbox ul li {
    font-size: 16px;
  }
  .event_swiper .event_con .conbox a {
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 550px) {
  .event_swiper .swiper-slide .slide_img {
    height: 415px;
  }
}

/* maincon02 info - 삭제됨 */
/* .maincon02{padding: 150px 0;}
.maincon02 .main_tit{text-align: center;}
.maincon02 .infoslide_wrap{margin-top: 60px; }
.maincon02 .infoslide_wrap:hover{cursor: url('/img/main/info_cursor.cur') 45 45, grab; transition: 0.3s;}
.maincon02 .info_swiper .swiper-slide{}
.maincon02 .info_swiper .slide_wrap{height: 500px; padding: 120px 100px; box-sizing: border-box; border-radius: 300px; overflow: hidden; display: flex; align-items: center;}
.maincon02 .info_swiper .conwrap{}
.maincon02 .info_swiper .conwrap strong{display: block; margin-bottom: 10px; font-size: 28px; font-weight: 700; color: #333;}
.maincon02 .info_swiper .conwrap a{display: inline-block; padding: 8px 20px; line-height: normal; border: 1px solid #333;backdrop-filter: blur(3px); color: #333; border-radius: 30px; font-weight: 400; font-size: 20px;}
.maincon02 .info-swiper-button-prev{width: 100px; height: 100px;  display: flex; align-items: center; justify-content: center; border: 1px solid #6D5684; border-radius: 50%; color: #6D5684; font-size: 18px; font-weight: 700; position: absolute; top: 50%; left: 24%; z-index: 1; transform: translate(-50%, -50%);}
.maincon02 .info-swiper-button-next{width: 100px; height: 100px;  display: flex; align-items: center; justify-content: center; border: 1px solid #6D5684; border-radius: 50%; color: #6D5684; font-size: 18px; font-weight: 700; position: absolute; top: 50%; right: 24%; z-index: 1; transform: translate(50%, -50%);}

.maincon02 .info_swiper .slide01 .slide_wrap{background: url('/img/main/infoslide01.png') center center no-repeat; background-size:cover}
.maincon02 .info_swiper .slide02 .slide_wrap{background: url('/img/main/infoslide02.png') center center no-repeat; background-size:cover}
.maincon02 .info_swiper .slide03 .slide_wrap{background: url('/img/main/infoslide03.png') center center no-repeat; background-size:cover}


@media screen and (max-width:1200px) {
    .maincon02 .info_swiper .slide_wrap{height: 400px;}
    .maincon02 .info_swiper .conwrap strong{font-size: 24px;}
    .maincon02 .info_swiper .conwrap a{font-size: 16px;}
}
@media screen and (max-width:780px) {
    .maincon02{padding: 100px 0; overflow-x: hidden;}
    .maincon02 .main_tit h2{letter-spacing: 4px;}
    .maincon02 .infoslide_wrap{width: 90%; margin: 60px auto 0;}
    .maincon02 .info_swiper{overflow: visible;}
    .maincon02 .info_swiper .conwrap{text-align: center; margin: auto auto 45px auto;}
    .maincon02 .info_swiper .slide_wrap{height: 480px; padding: 0;}
    .maincon02 .info-swiper-button-next{right: 0; font-size: 14px; width: 60px;height: 60px;}
    .maincon02 .info-swiper-button-prev{left: 0; font-size: 14px; width: 60px;height: 60px;}

    .maincon02 .info_swiper .slide01 .slide_wrap{background: url('/img/main/infoslide01.png') 67% center no-repeat; background-size: cover;}
    .maincon02 .info_swiper .slide02 .slide_wrap{background: url('/img/main/infoslide02.png') 67% center no-repeat; background-size: cover;}
    .maincon02 .info_swiper .slide03 .slide_wrap{background: url('/img/main/infoslide03.png') 67% center no-repeat; background-size: cover;}
} */

/* 대표원장이 직접 알려주는 스페셜 정보 */
.maincon02_new {
  padding-top: 120px;
  background: url('/img/main/maincon02_new_bg.png') center center / cover
    no-repeat;
}
.maincon02_new .container02 {
  display: flex;
  gap: 18px;
}
.maincon02_new .left_wrap {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.maincon02_new .left_wrap .img_wrap {
  position: relative;
  font-size: 0;
}
.maincon02_new .left_wrap .img_wrap > img {
  width: 100%;
}
.maincon02_new .right_wrap {
  flex: 1;
}
.maincon02_new .right_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
}
.maincon02_new .right_wrap ul li {
  width: calc(50% - 10px);
  transition: 0.3s;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(182, 125, 176, 0.15);
}
.maincon02_new .tit_wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
.maincon02_new .tit_wrap strong.tit {
  color: #000;
  font-size: 32px;
  transition: 0.3s;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.maincon02_new .date {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maincon02_new .date .day {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  transition: 0.3s;
}
.maincon02_new .date .yymm p {
  color: #818181;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.3s;
}
@media (hover: hover) {
  .maincon02_new .right_wrap ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 4px 0px rgba(182, 125, 176, 0.15);
    background: #5a416b;
  }
  .maincon02_new .right_wrap ul li:hover .tit_wrap {
    border-bottom: 1px solid #fff;
  }
  .maincon02_new .right_wrap ul li:hover .tit_wrap strong.tit {
    color: #fff;
  }
  .maincon02_new .right_wrap ul li:hover .date .day {
    color: #fff;
  }
  .maincon02_new .right_wrap ul li:hover .date .yymm p {
    color: #fff;
  }
}
.maincon02_new .circleLinkText {
  font-weight: 500;
  position: absolute;
  text-align: center;
  color: var(--main);
  z-index: 2;
  line-height: 1.4;
  font-size: 20px;
  left: 18%;
  top: 20%;
  width: 178px;
  height: 178px;
  border-radius: 100%;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  transition: 0.45s all;
  gap: 2%;
}
.maincon02_new .circleLinkText span {
  color: #171717;
  transition: 0.45s;
}
.maincon02_new .circleLinkText:hover {
  color: #fff;
  background: var(--main);
  box-shadow: inset 3px 3px 7px #ffffffb7, inset -3px -3px 5px #38204e;
  border-color: transparent;
}
.maincon02_new .circleLinkText:hover span {
  color: #fff;
}
.maincon02_new .circleLinkText img {
  width: 16px;
  transition: 0.45s all;
}
.maincon02_new .circleLinkText:hover img {
  transform: translateX(5px);
  filter: brightness(10);
}
.maincon02_new .circleLinkText::after {
  width: 100%;
  height: 100%;
  background: url(/img/main/text_circle.svg);
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  animation: circleText 10s infinite linear;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: 0.45s all;
  pointer-events: none;
}
.maincon02_new .circleLinkText:hover::after {
  width: 137.5%;
  height: 137.5%;
}
@media screen and (max-width: 1249px) {
  .maincon02_new .left_wrap {
    width: 36%;
  }
  .maincon02_new .tit_wrap strong.tit {
    font-size: 24px;
  }
  .maincon02_new .right_wrap ul li {
    padding: 20px 12px;
  }
  .maincon02_new .circleLinkText {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .maincon02_new {
    padding: 80px 0;
  }
  .maincon02_new .container02 {
    flex-direction: column;
  }
  .maincon02_new .left_wrap {
    width: 100%;
  }
  .maincon02_new .left_wrap .img_wrap {
    max-width: 550px;
    margin: 0 auto;
  }
  .maincon02_new .tit_wrap {
    padding-bottom: 18px;
  }
  .maincon02_new .tit_wrap strong.tit {
    font-size: 16px;
  }
  .maincon02_new .right_wrap ul {
    padding: 0;
    gap: 10px;
  }
  .maincon02_new .right_wrap ul li {
    padding: 16px 12px;
  }
  .maincon02_new .circleLinkText {
    font-size: 14px;
    width: 118px;
    height: 118px;
  }
  .maincon02_new .date {
    padding-top: 10px;
  }
  .maincon02_new .date .day {
    font-size: 22px;
  }
  .maincon02_new .date .yymm p {
    font-size: 14px;
  }
}

/* maincon03 number */
.maincon03 {
  padding: 150px 0;
  box-sizing: border-box;
  background: url('/img/main/maincon03_bg.png') center center no-repeat;
  background-size: cover;
}
.maincon03_tit {
  text-align: center;
}
.maincon03_tit h2 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: 'Noto Serif KR', 'Spectral', serif;
}
.maincon03_tit h2 span {
  color: #5a416b;
  font-family: 'Noto Serif KR', 'Spectral', serif;
}
.maincon03 .numslide_wrap {
  margin-top: 80px;
}
.maincon03 .swiper-wrapper {
  align-items: center;
  height: 440px;
}
.maincon03 .num_swiper .swiper-slide {
  width: auto;
  height: fit-content;
}
.maincon03 .num_swiper .num_wrap {
  text-align: center;
  box-shadow: 0px 0px 20px rgb(68 68 68 / 11%);
  width: 300px;
  height: 400px;
  transition: 0.45s all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 10px;
  box-sizing: border-box;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
}
.maincon03 .num_swiper .num_wrap img {
  width: 60px;
}
.maincon03 .num_swiper .num_wrap strong {
  display: block;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  line-height: normal;
  margin: 12px 0;
  font-size: 60px;
  font-weight: 700;
  background: linear-gradient(0deg, #fff 0%, #ecc2ed 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.maincon03 .num_swiper .num_wrap p {
  color: #73567e;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.maincon03 .num_swiper .num_wrap p span {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #73567e;
  display: block;
  margin-top: 10px;
}
.maincon03 .num_swiper .swiper-slide-active .num_wrap {
  width: 330px;
  height: 440px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}
.maincon03 .num_swiper .swiper-slide-active strong {
  font-size: 78px;
  letter-spacing: -1px;
}
.maincon03 .num_swiper .swiper-slide-active img {
  width: 100px;
}

.maincon03 .num-swiper-button-prev {
  position: absolute;
  left: 90px;
  z-index: 99;
  top: 50%;
}
.maincon03 .num-swiper-button-next {
  position: absolute;
  right: 90px;
  z-index: 99;
  top: 50%;
}

@media screen and (max-width: 780px) {
  .maincon03 {
    padding: 100px 0;
  }
  .maincon03_tit h2 {
    font-size: 30px;
  }
  .maincon03_tit h2 span {
    display: block;
    margin-top: 5px;
  }
  .maincon03 .num_swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .maincon03 .num_swiper .swiper-slide-active strong {
    font-size: 60px;
  }
  .maincon03 .num_swiper .num_wrap p span {
    font-size: 16px;
    line-height: normal;
  }
  .maincon03 .button {
    display: none;
  }
}

/* maincon04 대표원장 인사말 */
.maincon04 {
  padding: 120px 0;
  position: relative;
  background: url('/img/main/maincon04_bg.png') 100% center no-repeat;
  background-size: cover;
}
.maincon04 .main_tit h2 {
  letter-spacing: 12px;
}
.maincon04 .container02 {
  display: flex;
}
.maincon04 .contents {
  margin-top: 30px;
}
.maincon04 .contents b {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #333;
  margin-bottom: 30px;
}
.maincon04 .contents b span {
  color: #5a416b;
  font-weight: 700;
}
.maincon04 .contents p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}
.maincon04 .contents p:last-child {
  margin-bottom: 0;
}
.maincon04 .more_link {
  position: absolute;
  right: 5%;
  bottom: 100px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
}
.maincon04 .more_link a {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.maincon04 .more_link a p {
  font-weight: 500;
  font-size: 20px;
  font-weight: 700;
  color: #9c64b5;
  line-height: 160%;
  margin-bottom: 10px;
}
.maincon04 .more_link a span {
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .maincon04 .br_none {
    display: none;
  }
  .maincon04 {
    background: url('/img/main/maincon04_bg.png') 73% center no-repeat;
    background-size: cover;
  }
  .maincon04 .contxt_wrap {
    width: 50%;
  }
}

@media screen and (max-width: 780px) {
  .maincon04 .container02 {
    flex-direction: column;
  }
  .maincon04 {
    background: none;
    padding: 0 0 100px;
  }
  .maincon04::before {
    content: '';
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: 423px;
    background: url('/img/main/maincon04_bg.png') 100% center no-repeat;
    background-size: cover;
  }
  .maincon04 .contxt_wrap {
    width: 100%;
  }
  .maincon04 .contents {
    margin-top: 20px;
  }
  .maincon04 .contents b {
    font-size: 16px;
  }
  .maincon04 .contents p {
    font-size: 14px;
  }
  .maincon04 .more_link {
    position: static;
    width: 100%;
    border-radius: 100px;
    height: auto;
    border: 1px solid #171717;
    box-shadow: none;
    margin-top: 20px;
  }
  .maincon04 .more_link a {
    flex-direction: row;
    padding: 12px 24px;
    box-sizing: border-box;
    gap: 10px;
  }
  .maincon04 .more_link a p {
    margin-bottom: 0;
    font-size: 16px;
  }
}

/* maincon05 시그니처 리스트 */
.maincon05 {
  background-color: #eee0f8;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.maincon05:after {
  content: '';
  display: block;
  position: absolute;
  top: 205px;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #ddcde9;
}
.maincon05:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  height: 100%;
  width: 1px;
  background: #ddcde9;
}
.maincon05 .container02 {
  display: flex;
  align-items: center;
  gap: 2%;
  position: relative;
}
.maincon05 .container02::after {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  width: 1px;
  height: calc(100% + 200px);
  background: #ddcde9;
}
.maincon05 .container02::before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 1px;
  height: calc(100% + 200px);
  background: #ddcde9;
}
.maincon05 .img_swiper {
  width: 48%;
}
.maincon05 .img_swiper .swiper-slide img {
  margin-left: 150px;
  width: calc(100% - 150px);
  max-width: 460px;
  filter: drop-shadow(0 0px 0px rgba(214, 197, 225, 0.3))
    drop-shadow(0 0px 0px rgba(214, 197, 225, 0.3));
  transition: filter 0.7s;
}
.maincon05 .img_swiper .swiper-slide-active img {
  filter: drop-shadow(-37.5px 0px 0px rgba(214, 197, 225, 0.6))
    drop-shadow(-75px 0px 0px rgba(214, 197, 225, 0.6));
}

.maincon05 .list_swiper {
  width: 50%;
  position: unset;
}
.maincon05 .list_swiper h2 {
  display: inline-block;
  padding: 0 10px;
  line-height: 160%;
  background: rgba(255, 255, 255, 0.5);
  font-size: 36px;
  letter-spacing: 3.6px;
  font-weight: 400;
}
.maincon05 .list_swiper h2 span {
  color: #62367e;
}
.maincon05 .list_swiper .swiper-wrapper {
  flex-direction: column;
  display: block;
  height: auto;
  padding-top: 40px;
}
.maincon05 .list_swiper .swiper-slide {
  height: auto;
  transition: 0.5s all;
}
.maincon05 .list_swiper .swiper-slide:hover {
  background: #e2d0ef;
  background-image: url(/img/main/bg_line_light.png);
  background-position-x: -100%;
}
.maincon05 .list_swiper .swiper-slide a {
  display: flex;
  font-size: 20px;
  align-items: center;
}
.maincon05 .list_swiper .swiper-slide a .txt {
  display: flex;
  width: calc(100% - 80px);
}
.maincon05 .list_swiper .swiper-slide .left {
  width: 50%;
  padding: 24px 12px;
  box-sizing: border-box;
}
.maincon05 .list_swiper .swiper-slide .left strong {
  color: #6a517b;
  font-weight: 700;
  line-height: 160%;
}
.maincon05 .list_swiper .swiper-slide .left span {
  color: #6a517b;
  font-weight: 300;
  line-height: 160%;
}
.maincon05 .list_swiper .swiper-slide .right {
  display: flex;
}
.maincon05 .list_swiper .swiper-slide .right p {
  width: 100%;
  padding: 24px 12px;
  box-sizing: border-box;
  color: #6a517b;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.maincon05 .list_swiper .swiper-slide:hover .arrow {
  background: #cab7d8;
}
.maincon05 .list_swiper .swiper-slide .arrow img {
  transition: all 0.7s;
}
.maincon05 .list_swiper .swiper-slide:hover .arrow img {
  transform: translateX(5px);
}
.maincon05 .list_swiper .swiper-slide .arrow {
  display: flex;
  padding: 24px 12px;
  box-sizing: border-box;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1320px) {
  .maincon05 .list_swiper .swiper-slide a {
    font-size: 18px;
  }
  .maincon05 .list_swiper .swiper-slide .left {
    padding: 0;
  }
  .maincon05 .list_swiper .swiper-slide .right p {
    font-size: 16px;
    padding: 0;
  }
  .maincon05 .list_swiper .swiper-slide a .txt {
    flex-direction: column;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1150px) {
  .maincon05 .list_swiper .swiper-slide .left {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .maincon05 .list_swiper h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 780px) {
  .maincon05 {
    padding: 100px 0 75px;
  }
  .maincon05 .container02 {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .maincon05 .list_swiper {
    width: 100%;
  }
  .maincon05 .list_swiper h2 {
    display: block;
    text-align: center;
  }
  .maincon05 .img_swiper {
    width: 100%;
  }
  .maincon05 .img_swiper .swiper-slide {
    text-align: center;
  }
  .maincon05 .list_swiper .swiper-slide .right p {
    font-size: 14px;
  }
  .maincon05 .img_swiper .swiper-slide img {
    padding-right: 40px;
    box-sizing: border-box;
    margin-left: 75px;
    width: calc(100% - 75px);
  }
  .maincon05 .img_swiper .swiper-slide-active img {
    filter: drop-shadow(-18.75px 0px 0px rgba(214, 197, 225, 0.6))
      drop-shadow(-37.5px 0px 0px rgba(214, 197, 225, 0.6));
  }
}

/* maincon06 리얼후기 */
.maincon06 {
  padding: 120px 0;
  background: url('/img/main/maincon06_bg.png') center center no-repeat,
    linear-gradient(
      180deg,
      rgba(81, 29, 118, 0) 0%,
      rgba(81, 29, 118, 0.07) 50%,
      rgba(81, 29, 118, 0) 100%
    ),
    #fff;
  background-size: 100%;
}
.maincon06 .main_tit {
  text-align: center;
}
.maincon06 .main_tit h2 {
  margin-bottom: 10px;
  letter-spacing: 4px;
}
.maincon06 .review_wrap {
  display: flex;
  margin-top: 50px;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.maincon06 .bfaf_wrap {
  width: 100%;
}
.maincon06 .slider_guide {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: 0.6s;
  width: 200px;
  height: 200px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}
.maincon06 .slider_guide img {
  width: 64px;
}
.maincon06 .slider_guide p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.maincon06 .comparison-slider.on .slider_guide {
  opacity: 0;
  visibility: hidden;
}
.maincon06 .swiper-wrapper {
}
.maincon06 .swiper-slide {
  display: flex;
  gap: 40px;
  opacity: 0 !important;
  z-index: 0;
}
.maincon06 .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.maincon06 .comparison-slider {
  position: relative;
  margin: 2px;
  width: calc((100% - 44px) / 2);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  user-select: none;
  overflow: hidden;
  border-radius: 20px;
  touch-action: pan-x;
}
.maincon06 .comparison-slider > figure:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.maincon06 .comparison-slider > figure > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.maincon06 .comparison-slider > figure:first-of-type > figcaption {
  position: absolute;
  width: 50%;
  padding: 7px 15px;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.maincon06 .comparison-slider > figure:last-of-type > figcaption {
  position: absolute;
  text-align: right;
  width: 50%;
  padding: 7px 15px;
  bottom: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(83, 38, 103, 0) 0%, #532667 100%);
}
.maincon06 .comparison-slider > .slider {
  position: absolute;
  left: 50%;
  background: #000;
  height: 100%;
  width: 2px;
  top: 0;
}
.maincon06 .comparison-slider .slider-shape {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /*width: 60px; height: 60px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
}

.maincon06 .con_wrap {
  padding: 2px;
  width: calc((100% - 44px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maincon06 .con_wrap .hashtag {
  padding: 20px 40px;
  width: fit-content;
  border-radius: 20px;
  background-color: #62367e;
}
.maincon06 .con_wrap .hashtag span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.maincon06 .con_wrap .review {
  padding: 30px 40px;
  margin-top: 16px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.maincon06 .con_wrap .review .star {
}
.maincon06 .con_wrap .review .comment_title {
  color: #333;
  display: block;
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.maincon06 .con_wrap .review .comment_content {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.maincon06 .bfaf-swiper-pagination {
  /*position: absolute;*/
  left: calc((100% - 40px) / 2 + 40px);
  z-index: 9;
  width: 40%;
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 20px;
  top: 0;
}
.maincon06 .swiper-pagination-bullet {
  background: transparent;
  padding: 10px 0;
  color: #818181;
  opacity: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Advent Pro', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: auto;
}
/* .maincon06 .swiper-pagination-bullet-active{background: #333; width: 45px; height: 45px; color: #fff; border-radius: 50%;} */
.maincon06 .swiper-pagination-bullet-active {
  color: #fff;
}
.maincon06 .swiper-pagination-bullet::after {
  background: #333;
  width: 0;
  height: 0;
  color: #fff;
  border-radius: 50%;
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.2s;
}
.maincon06 .swiper-pagination-bullet-active::after {
  width: 45px;
  height: 45px;
}
.maincon06 .circleLinkText {
  font-weight: 500;
  position: absolute;
  text-align: center;
  color: var(--main);
  z-index: 2;
  line-height: 1.4;
  font-size: 20px;
  right: 0;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: 1px solid #ccb8db;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  transition: 0.45s all;
  top: -20px;
  gap: 2%;
}
.maincon06 .circleLinkText:hover {
  color: #fff;
  background: var(--main);
  box-shadow: inset 3px 3px 7px #ffffffb7, inset -3px -3px 5px #38204e;
  border-color: transparent;
}
.maincon06 .circleLinkText img {
  width: 16px;
  transition: 0.45s all;
}
.maincon06 .circleLinkText:hover img {
  transform: translateX(5px);
  filter: brightness(10);
}
.maincon06 .circleLinkText::after {
  width: 125%;
  height: 125%;
  background: url(/img/main/text_circle.svg);
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  animation: circleText 10s infinite linear;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: 0.45s all;
  pointer-events: none;
}
.maincon06 .circleLinkText:hover::after {
  width: 137.5%;
  height: 137.5%;
}
/* .maincon06.login  .comparison-slider.slider_login{display: none;}
.maincon06.login .comparison-slider .sub_before img{filter: blur(0);}
.maincon06.login  .comparison-slider .slider_login_wrap{display: none;} */
.maincon06 .comparison-slider .sub_before img {
  filter: blur(22px);
}
.maincon06 .comparison-slider .slider_login_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.maincon06 .comparison-slider .slider_login_wrap .slider_login {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(23, 23, 23, 0.85);
  box-shadow: 0px 3.657px 9.143px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22.857141494750977px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.maincon06 .comparison-slider .slider_login_wrap .slider_login > img {
  width: 45px;
}
.maincon06 .comparison-slider .slider_login_wrap .slider_login > p {
  color: #fff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 400;
  line-height: normal;
}
.maincon06 .comparison-slider .slider_login_wrap .slider_login > a {
  padding: 7px 18px;
  color: #171717;
  display: inline-block;
  font-size: 14.629px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.037px;
  background: #fff;
  border-radius: 99px;
}
.maincon06 .comparison-slider .main_before img {
  filter: blur(22px);
}

@keyframes circleText {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

@media screen and (max-width: 1100px) {
  .maincon06 .con_wrap .hashtag span {
    font-size: 20px;
  }
  .maincon06 .con_wrap .review .comment_title {
    font-size: 18px;
  }
  .maincon06 .slider_guide {
    width: 180px;
    height: 180px;
  }
  .maincon06 .bfaf-swiper-pagination {
    position: static;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
  .maincon06 .review_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .maincon06 {
    padding: 100px 0;
  }
  .maincon06 .container02 {
    width: 100%;
  }
  .maincon06 .bfaf_wrap {
    overflow: visible;
  }
  .maincon06 .bfaf-swiper-pagination {
    flex-wrap: wrap;
    column-gap: 7px;
    width: 90%;
    margin: 0 auto;
  }
  .maincon06 .swiper-slide {
    flex-direction: column;
  }
  .maincon06 .comparison-slider {
    width: 100%;
  }
  .maincon06 .review_wrap {
    margin-top: 30px;
  }
  .maincon06 .con_wrap {
    width: 100%;
  }
  .maincon06 .con_wrap .review {
    text-align: center;
  }
  .maincon06 .con_wrap .hashtag {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .maincon06 .circleLinkText {
    font-size: 14px;
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .maincon06 .circleLinkText img {
    width: 10px;
  }
  .maincon06 {
    background: url('/img/main/maincon06_bg.png') center 56% / 100% no-repeat,
      linear-gradient(
        180deg,
        rgba(81, 29, 118, 0) 0%,
        rgba(81, 29, 118, 0.07) 50%,
        rgba(81, 29, 118, 0) 100%
      ),
      #fff;
  }
}

/* maincon07 장비소개 */
.maincon07 {
  padding: 120px 0;
  background: #f4eef7;
  height: 846px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.maincon07:after {
  content: '';
  display: block;
  position: absolute;
  top: 205px;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #e5e5e5;
}
.maincon07:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  height: 100%;
  width: 1px;
  background: #e5e5e5;
}
.maincon07 .main_tit {
  text-align: center;
}
.maincon07 .main_tit h2 {
  letter-spacing: 4px;
}
.maincon07 .equipment_wrap {
  margin-top: 60px;
}
.maincon07 .equipment_wrap:hover {
  cursor: url('/img/main/info_cursor.cur') 45 45, grab;
}

.maincon07 .container02 {
  position: relative;
  z-index: 2;
}
.maincon07 .container02::after {
  content: '';
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
  width: 1px;
  height: calc(100% + 240px);
  background: #e5e5e5;
}
.maincon07 .container02::before {
  content: '';
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  width: 1px;
  height: calc(100% + 240px);
  background: #e5e5e5;
}

.maincon07 .equipment_wrap .swiper-wrapper {
  align-items: start;
}
.maincon07 .equipment_wrap .swiper-slide {
  opacity: 0.2; /*transition: 1s;*/
}
.maincon07 .equipment_wrap .swiper-slide .txtcon {
  visibility: hidden;
  transform: scale(0);
  transition: all 0.45s;
}
.maincon07 .equipment_wrap .view-slide {
  width: 30% !important;
}
.maincon07 .equipment_wrap .swiper-slide-active {
  opacity: 1; /*transition: 1s;*/
}
.maincon07 .equipment_wrap .view-slide.swiper-slide-active {
  width: 40% !important;
}
.maincon07 .equipment_wrap .swiper-slide-active .txtcon {
  visibility: visible;
  transform: scale(1);
  text-align: center;
}
/*.maincon07 .equipment_wrap .swiper-slide-prev,
.maincon07 .equipment_wrap .swiper-slide-duplicate-prev{width: 250px !important; margin-right: calc((100% - 1040px) / 2); margin-left: 20px;}
.maincon07 .equipment_wrap .swiper-slide-next,
.maincon07 .equipment_wrap .swiper-slide-duplicate-next{width: 250px !important; margin-left: calc((100% - 1040px) / 2); margin-right: 20px;} */
.maincon07 .equipment_wrap .swiper-slide-active .equip_img {
  width: 100%;
  height: 300px;
  border-radius: 300px;
}
.maincon07 .equipment_wrap .equip_img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto 0;
  transition: 1s;
}
.maincon07 .equipment_wrap .txtcon {
  margin-top: 30px;
}
.maincon07 .equipment_wrap .txtcon strong {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.maincon07 .equipment_wrap .txtcon p {
  color: #818181;
  margin: 6px 0 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.maincon07 .equipment_wrap .txtcon .countnum {
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #5a416b;
  width: fit-content;
  margin: 0 auto;
  width: 300px; /*테두리 흔들림 방지*/
}
.maincon07 .equipment_wrap .txtcon .countnum span {
  font-size: 20px;
  color: #5a416b;
  font-weight: 700;
  line-height: normal;
}
.maincon07 .swiper-button .navbtn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6d5684;
  color: #6d5684;
  font-size: 18px;
  font-weight: 700;
}
.maincon07 .swiper-button {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.equip-swiper-button-prev {
  right: 50%;
  margin-right: 13vw;
  transform: translate(-50%, -50%);
}
.equip-swiper-button-next {
  left: 50%;
  margin-left: 13vw;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 1100px) {
  .maincon07 .equipment_wrap .inner {
    overflow: visible;
  }
  .maincon07 .equipment_wrap .equip_img {
    width: 180px;
    height: 180px;
  }
  .maincon07 .equipment_wrap .view-slide.swiper-slide-active {
    width: 50% !important;
  }
  .maincon07 .equipment_wrap .view-slide {
    width: 25% !important;
  }
}

@media screen and (max-width: 780px) {
  .maincon07 .equipment_wrap .inner {
    overflow: hidden;
  }
  .maincon07 {
    padding: 100px 0;
  }
  .maincon07 .swiper-button {
    display: none;
  }
  .maincon07 .equipment_wrap .view-slide {
    width: auto !important;
  }
  .maincon07 .equipment_wrap .view-slide.swiper-slide-active {
    width: auto !important;
  }
  .maincon07 .equipment_wrap .swiper-slide-active .equip_img {
    max-width: 600px;
    height: 300px;
  }
  .maincon06 .swiper-pagination-bullet {
    font-size: 18px;
  }
  /* .maincon06 .swiper-pagination-bullet-active{width: 30px; height: 30px;} */
  .maincon06 .swiper-pagination-bullet-active::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .maincon07 .equipment_wrap .swiper-slide-active .equip_img {
    max-width: 400px;
    height: 200px;
  }
}

/* maincon08 더유스 유튜브 채널 */
.maincon08 {
  padding: 120px 0;
}
.maincon08 .main_tit {
  text-align: center;
}
.maincon08 .main_tit h2 {
  letter-spacing: 4px;
}
.maincon08 .main_tit > span {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  margin-top: 26px;
}
.maincon08 .conwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}
.maincon08 .conwrap .main_youtube {
  width: 55%;
}
.maincon08 .conwrap .main_youtube #video-placeholder {
  width: 100%;
}
.maincon08 .conwrap .main_youtube_info {
  margin-top: 12px;
}
.maincon08 .conwrap .yt_hash {
}
.maincon08 .conwrap .yt_hash span {
  color: #797979;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.maincon08 .conwrap .main_youtube_title {
  margin: 12px 0;
  display: block;
  color: #171717;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.maincon08 .conwrap .main_youtube_info .yt_link {
  display: flex;
  align-items: center;
  gap: 16px;
}
.maincon08 .conwrap .main_youtube_info .yt_link b {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.maincon08 .conwrap .ytlist_wrap {
  width: 40%;
  height: 495px;
  overflow-y: scroll;
  padding-right: 10px;
}
.maincon08 .conwrap .ytlist_wrap::-webkit-scrollbar {
  width: 3px;
}
.maincon08 .conwrap .ytlist_wrap::-webkit-scrollbar-thumb {
  background: #5a416b;
}
.maincon08 .conwrap .ytlist_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.maincon08 .conwrap .ytlist_wrap ul li {
  transition: 0.3s;
  border: 1px solid #ececec;
}
.maincon08 .conwrap .ytlist_wrap ul li:hover {
  border: 1px solid transparent;
}
.maincon08 .conwrap .ytlist_wrap ul li:hover > a {
  border: 4px solid #84689b;
  transition: 0.3s;
}
.maincon08 .conwrap .ytlist_wrap ul li > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  box-sizing: border-box;
  border: 4px solid transparent;
}
.maincon08 .conwrap .ytlist_wrap .thumb {
}
.maincon08 .conwrap .ytlist_wrap .thumb img {
}
.maincon08 .conwrap .ytlist_info {
  width: 55%;
}
.maincon08 .conwrap .ytlist_hash {
}
.maincon08 .conwrap .ytlist_hash span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #797979;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maincon08 .conwrap .ytlist_title {
  margin-top: 12px;
}
.maincon08 .conwrap .ytlist_title strong {
  display: inline-block;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}

@media screen and (max-width: 1350px) {
  .maincon08 .conwrap .main_youtube {
    width: 55%;
  }
  .maincon08 .conwrap .main_youtube #video-placeholder {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
  .maincon08 .conwrap .main_youtube #video-placeholder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .maincon08 .conwrap .ytlist_wrap {
    width: 45%;
  }
}
@media screen and (max-width: 1250px) {
  .maincon08 .conwrap .main_youtube {
    width: 100%;
  }
  .maincon08 .conwrap {
    flex-direction: column;
  }
  .maincon08 .conwrap .main_youtube #video-placeholder {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
  .maincon08 .conwrap .main_youtube #video-placeholder iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .maincon08 .conwrap .ytlist_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .maincon08 .conwrap .ytlist_wrap .thumb {
    display: none;
  }
  .maincon08 .conwrap .ytlist_info {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 780px) {
  .maincon08 {
    padding: 100px 0;
  }
  .maincon08 .main_tit > span {
    margin-top: 20px;
    font-size: 16px;
  }
  .maincon08 .conwrap .main_youtube_info .yt_link b {
    font-size: 14px;
  }
  .maincon08 .conwrap .main_youtube_info .yt_link img {
    width: 30px;
  }
  .maincon08 .conwrap .main_youtube_title {
    font-size: 16px;
  }
  .maincon08 .conwrap .yt_hash span {
    font-size: 14px;
  }
  .maincon08 .conwrap .ytlist_info {
    width: 100%;
  }
  .maincon08 .conwrap .ytlist_hash span {
    font-size: 14px;
  }
  .maincon08 .conwrap .ytlist_title {
    margin-top: 6px;
  }
  .maincon08 .conwrap .ytlist_title strong {
    font-size: 16px;
    margin-top: 0;
  }
  .maincon08 .conwrap .ytlist_wrap {
    height: 245px;
  }
  .maincon08 .conwrap .ytlist_wrap ul li {
    border-radius: 10px;
  }
  .maincon08 .conwrap .ytlist_wrap ul li > a {
    padding: 10px 20px;
  }
}

/* maincon09 view */
.maincon09 {
  padding: 120px 0;
  background-color: #f7f7f7;
}
.maincon09 .container02 {
  display: flex;
}
.maincon09 .main_tit {
  width: 45%;
}
.maincon09 .main_tit .at_1 {
  color: rgba(156, 100, 181, 0.1);
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}
.maincon09 .main_tit .at_2 {
  color: #333;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
}
.maincon09 .main_tit h2 {
  letter-spacing: 12px;
}
.maincon09 .vid_wrap {
  width: 55%;
  cursor: pointer;
}
.maincon09 .vid_wrap video {
  width: 100%;
}
/* .vid_modal의 위치는 header.php */
.vid_modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.vid_modal .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1100px;
}
.vid_modal .video video {
  width: 100%;
}
.vid_modal .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .maincon09 {
    padding: 0 0 100px;
  }
  .maincon09 .main_tit {
    width: 100%;
  }
  .maincon09 .main_tit h2 {
    letter-spacing: 9px;
  }
  .maincon09 .container02 {
    flex-direction: column;
  }
  .maincon09 .main_tit .at_1 {
    display: block;
    font-size: 80px;
  }
  .maincon09 .main_tit .at_2 {
    font-size: 16px;
  }
  .maincon09 .main_tit h2,
  .maincon09 .main_tit p,
  .maincon09 .main_tit .at_2 {
    text-align: center;
    display: block;
  }
  .maincon09 .vid_wrap {
    width: 100%;
    margin-top: 22px;
  }
}
@media screen and (max-width: 550px) {
  .maincon09 .main_tit .at_1 {
    font-size: 50px;
  }
}

/* maincon10 selfie */
.maincon10 {
  display: flex;
  align-items: center;
  background: #f4eef7;
  justify-content: right;
}
.maincon10 .main_tit {
  margin-left: 5%;
}
.maincon10 .main_tit h2 {
  letter-spacing: 12px;
}
.maincon10 .main_tit > span {
  color: #171717;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin: 40px 0;
}
.maincon10 .img_wrap {
  width: 65%;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 1530px) {
  .maincon10 .img_wrap {
    justify-content: unset;
  }
}

@media screen and (max-width: 780px) {
  .maincon10 {
    flex-direction: column;
    padding-top: 100px;
  }
  .maincon10 .main_tit {
    width: 90%;
    margin: 0 auto;
  }
  .maincon10 .main_tit > span {
    margin: 20px 0;
  }
  .maincon10 .main_tit > span {
    font-size: 16px;
  }
  .maincon10 a.link_btn {
    width: 100%;
    justify-content: center;
  }
  .maincon10 .img_wrap {
    width: 100%;
    margin-top: 40px;
  }
  .maincon10 .img_wrap img {
    width: 100%;
  }
}

/* maincon11 소식 */
.maincon11 {
  padding: 140px 0;
}
.maincon11 .main_tit {
  text-align: center;
}
.maincon11 .main_tit > span {
  margin-top: 26px;
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.45px;
}

.maincon11 .news_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.maincon11 .news_nav .tabnav {
  display: flex;
  gap: 30px;
}
.maincon11 .news_nav .tablink {
  padding: 10px 20px;
  box-sizing: border-box;
  color: rgba(102, 102, 102, 0.4);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.maincon11 .news_nav .tablink.on {
  color: #171717;
  border-bottom: 2px solid #171717;
}
.maincon11 .news_nav .swiper-nav {
  display: none;
  gap: 16px;
}
.maincon11 .news_nav .swiper-nav.active {
  display: flex;
}
.maincon11 .tab_conwrap {
}
.maincon11 .tabcon {
}
.maincon11 .tabcon .swiper-slide {
  width: auto;
}
.maincon11 .conbox {
  width: 500px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f4f4f4;
  overflow: visible;
  transition: 0.3s;
}
.maincon11 .conbox:hover {
  background: #5a416b;
}
.maincon11 .conbox .tit_wrap {
  display: flex;
  justify-content: space-between;
}
.maincon11 .conbox strong.tit {
  color: #000;
  width: calc(100% - 80px);
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.maincon11 .conbox:hover strong.tit {
  color: #fff;
}
.maincon11 .conbox .thumb {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.maincon11 .conbox .detail {
}
.maincon11 .conbox .detail::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transition: 0.3s;
}
.maincon11 .conbox:hover .detail::after {
  background-color: #fff;
}
.maincon11 .conbox .detail p {
  margin: 40px 0;
  color: #818181;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.maincon11 .conbox:hover .detail p {
  color: #fff;
}
.maincon11 .conbox .date {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  height: 50px;
}
.maincon11 .conbox .dd {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.maincon11 .conbox .dd p {
  color: #000;
  transition: 0.3s;
}
.maincon11 .conbox:hover .dd p {
  color: #fff;
}
.maincon11 .conbox .yymm {
  text-align: right;
  transition: 0.3s;
}
.maincon11 .conbox:hover .yymm {
  opacity: 0;
}
.maincon11 .conbox .yymm p {
  color: #818181;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.maincon11 .conbox .arrow_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
}
.maincon11 .conbox .arrow_bg {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff; /*border: 1px solid #fff; */
  border-radius: 50% 0 0 0;
  right: -100%;
  bottom: -100%;
  transition: bottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.maincon11 .conbox .arrow_bg::before {
  content: '';
  position: absolute;
  right: 80px;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at 0 0, transparent 70%, #fff 70%);
  transition: bottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.maincon11 .conbox .arrow_bg::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 80px;
  display: block;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at 0 0, transparent 70%, #fff 70%);
  transition: bottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    right 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.maincon11 .conbox:hover .arrow_bg {
  right: -1px;
  bottom: 0;
}
.maincon11 .conbox:hover .arrow_bg::before {
  right: 79px;
  bottom: -1px;
}
.maincon11 .conbox:hover .arrow_bg::after {
  right: -1px;
  bottom: 80px;
}
.maincon11 .conbox .news_arrow {
  position: absolute;
  width: 66px;
  height: 66px;
  bottom: 0;
  right: 0;
  transform: scale(0);
  transform-origin: right bottom;
  transition: 0.6s linear;
}
.maincon11 .conbox:hover .news_arrow {
  animation: scale 1.1s 0.05s both ease-out;
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.maincon11 .conbox .news_arrow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('/img/main/news_arrow.svg') center center no-repeat;
}

@media screen and (max-width: 780px) {
  .maincon11 {
    padding: 100px 0;
  }
  .maincon11 .main_tit > span {
    font-size: 16px;
  }
  .maincon11 .conbox {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .maincon11 .news_nav {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .maincon11 .news_nav .tabnav {
    margin-top: 20px;
  }
  .maincon11 .news_nav .tablink {
    font-size: 16px;
  }
  .maincon11 .news_nav .swiper-nav {
    width: 100%;
    justify-content: end;
    margin-top: 30px;
  }
  .maincon11 .news_nav .swiper-nav .button {
    width: 40px;
    height: 40px;
  }
  .maincon11 .news_nav .swiper-nav .button img {
    width: 100%;
  }
  .maincon11 .conbox strong.tit {
    font-size: 24px;
  }
  .maincon11 .conbox .detail p {
    margin: 20px 0;
    font-size: 14px;
  }
  .maincon11 .tabcon .swiper-slide-active .conbox {
    background: #5a416b;
  }
  .maincon11 .tabcon .swiper-slide-active strong.tit {
    color: #fff;
    -webkit-line-clamp: 3;
  }
  .maincon11 .tabcon .swiper-slide-active .detail::after {
    background-color: #fff;
  }
  .maincon11 .tabcon .swiper-slide-active .detail p {
    color: #fff;
  }
  .maincon11 .tabcon .swiper-slide-active .dd p {
    color: #fff;
  }
  .maincon11 .tabcon .swiper-slide-active .yymm {
    opacity: 0;
  }
  .maincon11 .tabcon .swiper-slide-active .arrow_bg {
    right: -2px;
    bottom: 0;
    border-right: 2px solid #fff;
  }
  .maincon11 .tabcon .swiper-slide-active .arrow_bg::before {
    right: 78px;
    bottom: -1px;
  }
  .maincon11 .tabcon .swiper-slide-active .arrow_bg::after {
    right: -2px;
    bottom: 80px;
    border-right: 1px solid #fff;
  }
  .maincon11 .tabcon .swiper-slide-active .news_arrow {
    animation: scale 1.1s 0.05s both ease-out;
  }
}

/* maincon12 */
.maincon12 {
  padding: 120px 0 0;
  background: url('/img/main/contact_bg.png') 100% center no-repeat;
}
.maincon12 .footer_tbg {
  width: 100%;
  height: 150px;
}
.maincon12 .footer_tbg::after {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 100% 0, transparent 73%, #f0e8f8 70%);
}
.maincon12 .main_tit {
  text-align: center;
}
.maincon12 .container03 {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.maincon12 .img_wrap {
  width: 40%;
  position: relative;
}
.maincon12 .img_wrap > img {
  width: 100%;
}
.maincon12 .rotateTxt {
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate 8s linear infinite;
}
.maincon12 form {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.maincon12 .form_wrap {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 19px 20px;
  box-sizing: border-box;
  border: 2px solid rgba(236, 236, 236, 0.7);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}
.maincon12 .form_wrap input {
  border: none;
  width: 70%;
  text-align: left;
  font-size: 18px;
  color: #171717;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.72px;
}
.maincon12 .form_wrap input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  line-height: 116%;
  letter-spacing: -0.72px;
}
.maincon12 .form_wrap input::-webkit-date-and-time-value {
  text-align-last: left;
}
.maincon12 .form_wrap select {
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #171717;
  width: 80%;
}
.maincon12 .form_wrap label {
  display: inline-block;
  width: 20%;
  max-width: 100px;
}
.maincon12 .form_wrap label span {
  color: #171717;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
}
.maincon12 .form_wrap label span::after {
  content: '*';
  color: #ff4545;
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
}
.maincon12 .twowrap {
  display: flex;
  gap: 10px;
}
.maincon12 .twowrap .form_wrap {
  width: 50%;
  overflow: hidden;
}
.maincon12 .twowrap label {
  min-width: 100px;
}
.maincon12 .detail_wrap {
  align-items: start;
}
.maincon12 .detail_wrap #detail {
  width: 80%;
  height: 110px;
  border: none;
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  color: #171717;
}
.maincon12 .agree_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.maincon12 .agree_wrap input[type='checkbox'] {
  appearance: none;
  border: 1px solid #494949;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.maincon12 .agree_wrap input[type='checkbox']:checked {
  background: #62367e;
  border: none;
}
.maincon12 .agree_wrap input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  background: url('/img/common/check.svg') center center no-repeat;
  width: 14px;
  height: 14px;
}
.maincon12 .agree_wrap .pri_more {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.maincon12 .button_wrap {
  margin-left: auto;
}
.maincon12 .button_wrap button {
  padding: 16px 30px;
  border-radius: 30px;
  border: 1px solid #5a416b;
  background: transparent;
  color: #5a416b;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.maincon12 .main_tit > span {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.45px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  .maincon12 .rotateTxt {
    width: 40%;
  }
  .maincon12 .rotateTxt img {
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .maincon12 .twowrap {
    flex-direction: column;
  }
  .maincon12 .twowrap .form_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .maincon12 {
    padding: 100px 0 0;
  }
  .maincon12 .container03 {
    flex-direction: column-reverse;
  }
  .maincon12 form {
    width: 100%;
  }
  .maincon12 .form_wrap label {
    min-width: 100px;
  }
  .maincon12 .img_wrap {
    width: 100%;
    display: none;
    margin-top: 20px;
  }
  .maincon12 .img_wrap img {
    width: 100%;
  }
  .maincon12 .button_wrap button {
    font-size: 16px;
    padding: 12px 30px;
  }
  .maincon12 .footer_tbg {
    height: fit-content;
  }
  .maincon12 .footer_tbg::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 550px) {
  .maincon12 {
    background: none;
  }
  .maincon12 .img_wrap {
    display: block;
  }
  .maincon12 .agree_wrap {
    flex-wrap: wrap;
  }
  .maincon12 .button_wrap {
    margin-left: 0;
  }
  .maincon12 .button_wrap button {
    width: 100%;
  }
}

.btn_effect {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btn_effect::before {
  position: absolute;
  content: '';
  background: #62367e;
  z-index: -1;
  width: 450px;
  height: 400px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: 0.45s all;
}
.maincon12 .btn_effect .not_white {
}
.maincon12 .btn_effect .white {
  display: none;
}

@media (hover: hover) {
  .btn_effect:hover {
    color: #fff !important;
    border: 1px solid #62367e !important;
  }
  .btn_effect:hover img {
    filter: invert(1);
  }
  .btn_effect:hover::before {
    top: -100px;
    left: -100px;
  }
  .maincon12 .btn_effect:hover .not_white {
    display: none;
  }
  .maincon12 .btn_effect:hover .white {
    display: inline-block;
    filter: none;
  }
}
