.main{
  height: 100vh;
  background-color: #000;
  color: #fff;
}
.main_01{
  width: 94.0683%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2%;
}
.main_02{
  width: 21.05%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -2vw;
  animation: opacityFade 4s ease-in-out infinite;
}
@keyframes opacityFade {
  0%   { opacity: 1; }
  50%  { opacity: 0.6; }
  100% { opacity: 1; }
}
.main_center_ttwrap{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.main_center_tt{
  white-space: nowrap;
  text-align: center;
  font-size: 1.2vw;
  letter-spacing: 0;
  font-weight: 600;
  /* transform: translateY(50%); */
  opacity: 0;
  letter-spacing: 0.8vw;
  transition: 0.6s ease;
}
.main_center_tt.on {
  /* transform: translateY(0%); */
  opacity: 1;
  letter-spacing: 0vw;
}
.main_bg_wrap{
  width: 100%;
}
.main_bg{
  width: 100.788%;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: 1s ease-out;
  clip-path: inset(0% 0% 100% 0%);
  top: 0;
}
.main_bg.on{
  clip-path: inset(0% 0% 0% 0%);
}
.main_row{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3vw;
}
.main_row_line{
  width: 25%;
  height: 1px;
  background-color: #fff;
}
.main_row_tt{
  font-style: italic;
  font-size: 0.95vw;
}
.main_row_line_bg{
  width: 101%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: var(--main-blue);
}






.con01{
  padding: 15vw 0;
}
.con01_tt01{
  margin-bottom: 4vw;
  text-align: start;
}
.con01_con{
  width: 68%;
}
.con01_tt02{
  color: var(--main-blue);
  text-align: start;
}
.con01_go {
  top: 21%;
  left: 61.8%;
}




.con02{
  padding: 25vw 0 6vw 0;
}
.con02_left{
  width: 36%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/images/acon_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.swiper_con02{
  width: 100%;
  z-index: 4;
}
.swiper_con02_slide{
  width: 48vw !important;
  height: 30vw;
  scale: 0.6;
  transform-origin: center bottom;
  transition: 1s;
}
.swiper_con02_slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide-active .swiper_con02_slide{
  scale: 1;
  transform: scale(1) translateX(15%);
}
.swiper_btnwrap {
  display: flex;
  align-items: center;
  gap: 2vw;
  z-index: 5;
}
.swiper_con02_btnwrap{
  left: 71%;
  top: 57%;
}
.swiper_btn{
  cursor: pointer;
  position: relative;
}
.swiper_btnwrap_line{
  width: 1px;
  height: 0.8vw;
  background-color: #cecece;
  rotate: 15deg;
}
.swiper_btn::after{
  content: "";
  position: absolute;
  width: 1.4vw;
  height: 1.4vw;
  border: 1px solid #cecece;
  border-radius: 100%;
  left: 53%;
  top: 58%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: 0.3s;
}
.swiper_btn:hover::after{
  transform: translate(-50%, -50%) scale(1);
}
.con02_go {
  top: 24%;
  left: 20%;
  color: #fff;
}
.con02_go .con_go_line{
  background-color: #fff;
}

.con_go_tt{
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.3vw;
}
.con_go_row{
  display: flex;
  align-items: center;
  gap: 0.8vw;
}
.con_go_line{
  width: 4.6vw;
  height: 3px;
  background-color: #000;
  transition: 0.4s;
}
.con_go:hover .con_go_line{
  width: 0;
}
.con_go:hover .con_go_row_tt{
  transform: translateX(-0.8vw);
}
.swiper_con01{
  width: 18%;
}
.swiper_con01_slide{
  width: 15.4688vw !important;
  height: 22.5521vw;
}
.swiper_con01_slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper_con01_1{
  right: 4%;
  top: 0;
  height: 70%;
}
.swiper_con01_2{
  right: 21.5%;
  top: 18%;
  height: 40%;
}
.con01_gra{
  width: 20%;
  height: 12vw;
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, transparent);
  z-index: 3;
}
.con01_gra.item1 {
  top: -2%;
  right: 5%;
}
.con01_gra.item2 {
  top: 60%;
  right: 5%;
  rotate: 180deg;
}
.con01_gra.item3 {
  top: 48%;
  right: 22%;
  rotate: 180deg;
}






.con03{
  padding: 9vw 0 0 0;
}
.swiper_con03{
  width: 100%;
  padding: 1.1vw 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 6vw;
}
.acon_08{
  width: 5.19695%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
  border-radius: 100%;
  overflow: hidden;
}
.acon_08 img{
  scale: 1.2;
}
.acon_07{
  width: 99.3597%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con03_row{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 2.8vw;
}
.con03_row_box{
  padding: 1vw 1.8vw;
  border-radius: 100px;
  background-color: var(--main-sky);
  font-size: 1.1vw;
  font-weight: 600;
  transition: 0.3s;
}
.con03_row_box.on{
  background-color: var(--main-blue);
  color: #fff;
}
.con03_con{
  width: 100%;
  background: url("/images/acon_09.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  display: flex;
}
.con03_con_box{
  width: 25vw;
  height: 25vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.con03_con_box:nth-child(2){
  background-color: #00000096;
}
.con03_con_box:nth-child(4){
  background-color: #00000096;
}
.con03_con_tt01{
  font-size: 1.05vw;
  font-weight: 400;
  margin-bottom: 1vw;
}
.con03_con_tt02{
  font-size: 3.2vw;
  font-family: 'SUIT-Medium';
}
.con03_con_subtt{
  font-size: 0.9vw;
  right: 3vw;
  bottom: 2vw;
  opacity: 0.5;
}






.con04{
  padding-top: 20vw;
  background-color: #000;
}
.acon_10c{
  width: 39.1602%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5vw;
  margin-left: 5vw;
}
.con04_tt01{
  color: #fff;
  margin-bottom: 1.5vw;
  font-weight: 500;
}
.con04_tt01 b{
  font-weight: 800;
}
.sub span{
  font-weight: 700;
}
.con04_tt01 span{
  font-weight: 600;
}
.con04_tt02{
  color: var(--main-sky);
  opacity: 0.7;
  font-weight: 400;
  margin-bottom: 4.5vw;
}
.con04_con{
  width: 85%;
  background-color: #fff;
  padding: 6.5vw 0 5vw 0;
  display: flex;
  flex-direction: column;
  gap: 4vw;
  align-items: center;
  justify-content: center;
}
.swiper_con04_btnwrap {
  left: 76.5%;
  top: 10%;
}
.con04_con_row{
  width: 72%;
  display: flex;
  justify-content: space-between;
}
.con04_go .con_go_tt{
  margin-bottom: 0.8vw;
}
.swiper_con04 {
  width: 75%;
  margin: 0;
}
.swiper_con04_slide{
  width: 10vw;
  height: 10.7vw;
  background-color: var(--main-sky);
  padding: 1vw 1.3vw;
  box-sizing: border-box;
}
.swiper_con04_slide_tt{
  font-size: 1.03vw;
  text-transform: uppercase;
}
.swiper_con04_slide_img{
  width: 4.8438vw !important;
  right: 1.5vw;
  bottom: 1.3vw;
}
.con04 .con_go_line {
  width: 4.6vw !important;
}





.con05{
  padding: 8vw 0 7vw 0;
  background-color: #000;
  color: #fff;
  z-index: 0;
}
.con05_tt01{
  font-size: 1.25vw;
  color: var(--main-blue);
  margin-bottom: 2vw;
  font-weight: 700;
}
.con05_tt02{
  margin-bottom: 4vw;
}
.swiper_con05{
  width: 100%;
  padding-bottom: 6vw;
}
.swiper_con05 .swiper-wrapper{
  pointer-events: all;
}
.swiper_con05_slide{
      width: 84.567%;
    display: flex;
    justify-content: center;
    align-items: center;
  border-radius: 2vw;
  overflow: hidden;
}
.swiper_con05_slide.item1{
  animation: swiper_con05_slide 3s infinite;
}
.swiper_con05_slide.item2{
  animation: swiper_con05_slide 3s 1s infinite;
}
.swiper_con05_slide.item3{
  animation: swiper_con05_slide 3s 0.5s infinite;
}
.swiper_con05_slide.item4{
  animation: swiper_con05_slide 3s 0.8s infinite;
}

@keyframes swiper_con05_slide {
  0% {
      transform: translate(0);
  }
  
  50% {
      transform: translateY(8%);
  }
  100% {
      transform: translate(0);
  }
}
.acon_13 {
  bottom: -62%;
  z-index: -1;
}
.acon_10b {
  width: 32.3886%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2%;
  z-index: 2;
}
.acon_11 > img{
  animation: acon_11 4s ease-in-out infinite;
}
@keyframes acon_11 {
  0%   { opacity: 1; }
  50%  { opacity: 0.5; }
  100% { opacity: 1; }
}
.acon_10a{
  filter: saturate(0.9);
}
.acon_11 {
  width: 65.9319%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -24%;
}
.acon_10 {
  width: 10.7088%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 24.5%;
  top: 26%;
}
.acon_10b_tt p {
  font-size: 11.5vw;
  font-weight: 900;
  color: #3236CD;
  letter-spacing: -0.8vw;
  line-height: 18vw;
}
/* .acon_10b_tt{
  width: 100%;
  height: 10vw;
  overflow: hidden;
} */
.acon_10b_tt {
  width: 18vw;
  height: 18vw;
  overflow: hidden;
  border-radius: 100%;
}
.acon_10b_tt_move{
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
}






.con06{
  padding: 6vw 0;
}
.con06_con{
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 3.5vw;
}
.con06_con_ttwrap{
  bottom: 5vw;
  left: 3.5vw;
}
.con06_go{
  pointer-events: none;
}
.con06_go .con_go_line{
  background-color: #fff;
}
.con06_con_tt01{
  margin-bottom: 1.5vw;
  font-weight: 500;
  font-size: 0.95vw;
}
.con06_con_box:hover .con06_go .con_go_line{
  width: 0;
}
.con06_con_box:hover .con06_go .con_go_row_tt{
  transform: translateX(-0.8vw);
}
.con06_con:hover .con06_con_box {
  filter: brightness(0.6);
}
.con06_con:hover .con06_con_box:hover {
  filter: brightness(1);
}
.con06_con_box:hover .con06_con_img{
  scale: 1.05;
}
.con06_con_box{
  width: 21.8750vw !important;
  height: 28.4375vw;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.con06_con_img{
  width: 100.315%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.con06_go2 .con_go_line {
  width: 4.6vw !important;
}
.con06_go2 .con_go_tt{
  margin-bottom: 0.8vw;
}
.con06_go2 {
  margin-left: 67vw;
}






.con07{
  padding: 6.5vw 0;
  background-color: var(--main-blue);
  color: #fff;
  z-index: 0;
}
.con07_tt01 {
  font-size: 2.2vw;
  margin-bottom: 0.3vw;
  font-weight: 200;
}
.con07_tt02 {
  font-size: 3.8vw;
  font-weight: 700;
  letter-spacing: -0.1vw;
  margin-bottom: 2vw;
  overflow: hidden;
}
.con07_row{
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 0.2vw;
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 1.5vw;
}
.con07_row span{
  border-bottom: 1px solid #fff;
}
.acon_17{
  width: 2.6563vw !important;
}
.acon_17 img{
  animation: acon_17 2s ease-in-out infinite;
}
@keyframes acon_17 {
  0% {
    transform: translateY(0) rotate(0deg);
}

10% {
    transform: translateY(-0.2vw) rotate(-8deg);
}
20% {
    transform: translateY(-0.2vw) rotate(8deg);
}
30% {
    transform: translateY(-0.2vw) rotate(-6deg);
}
40% {
    transform: translateY(-0.2vw) rotate(6deg);
}
55% {
    transform: translateY(0) rotate(0deg);
}
100% {
  transform: translateY(0) rotate(0deg);
}
}
.con07_con{
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  margin-bottom: 2.8vw;
}
.con07_con_box{
  width: 100%;
  text-align: center;
  padding: 0.9vw 0;
  border-radius: 100px;
  border: 1px solid #fff;
  font-size: 1vw;
  font-weight: 400;
  opacity: 0.4;
  transition: 0.3s;
}
.con07_con_box.on{
  opacity: 1;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
.con07_tt03{
  font-size: 1vw;
  margin-bottom: 0.4vw;
}
.con07_tt04{
  font-size: 1.3vw;
  font-weight: 600;
}
.acon_16{
  width: 20.2512%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
}
.acon_18 {
  width: 32.966%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -8.5%;
  bottom: 0;
}
.acon_19 {
  width: 83.8846%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 16.5%;
  bottom: -1.7%;
  z-index: -1;
}
.con0708{
  padding-bottom: 1vw;
}






.con08{
  padding: 6vw 0;
}


.fcon1 {
  padding-top: 7vw;
  padding-bottom: 7vw;
  border-bottom: 1px solid #e7e7ff;
}

.fcon1_01 {
  width: 8.39895%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  overflow: hidden;
}
.fcon1_sub{
  font-size: 0.95vw;
  font-weight: 800;
  color: var(--main-blue);
  margin-bottom: 2vw;
}
.fcon1_title {
  margin-bottom: 2.5vw;
}

.fcon1_form {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1vw;
  gap: 4vw;
  margin-bottom: 4.5vw;
}
div.fcon1_form_col {
  justify-content: space-between;
}
.fcon1_form_input_wrap01 {
  width: 42%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcon1_form_input_wrap02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcon1_form_input_wrap input {
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  padding: 0.2vw 1vw;
  font-size: 1vw;
}
.fcon1_form_input_wrap01 input {
  width: 79%;
}
.fcon1_form_input_wrap02 input {
    width: 91%;
}
.form_submit {
  width: 14%;
  height: 3.4vw;
  background-color: #3236CD;
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.1vw;
  cursor: pointer;
}
.form_submit p {
  margin-right: 4%;
}
.fcon2_02 {
  width: 0.5208vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
}




div.pricing_con2_top_6th {
  width: 85%;
  background-color: var(--main-sky);
  margin-bottom: 2%;
  padding-bottom: 4vw;
  padding-top: 4vw;
}

.pricing_con2_top_6th_top {
  font-size: 1vw;
  margin-bottom: 5%;
  overflow: hidden;
}

div.pricing_con2_top_6th_top_item {
  width: 70%;
  border-radius: 1.6vw;
  background: white;
  border: 1px solid #b6b6b8;
  overflow: hidden;
  margin-bottom: 1vw;
}

.pricing_con2_top_6th_top_item_left {
  width: 22%;
  height: 100%;
  position: absolute !important;
  left: 0;
  background: #3235cd;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
  font-weight: 600;
}

.pricing_con2_top_6th_top_item_left_ab {
    font-size: 0.8vw;
    top: 1.3vw;
    left: 15%;
    font-weight: 600;
}

div.pricing_con2_top_6th_top_item_right {
  justify-content: flex-start;
  padding-left: 29%;
  box-sizing: border-box;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
  padding-right: 4%;
}
.pricing_con2_top_6th_top_item_right.this{
  padding-top: 5%;
  padding-bottom: 5%;
}

.pricing_con2_top_6th_top_item_right_item {
  border: 1px solid #000;
  border-radius: 50vw;
  padding: 1.3% 3%;
  margin: 1%;
  margin-left: 0;
  margin-right: 2%;
  transition-property: background, color, opacity;
  transition-duration: 0.3s;
  cursor: pointer;
  font-weight: 500;
  opacity: 0.25;
}

.pricing_con2_top_6th_top_item_right {
  justify-content: flex-start;
  padding-left: 31%;
  box-sizing: border-box;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 4%;
  flex-wrap: wrap;
}

.pricing_con2_top_6th_bt_2nd {
  text-align: right;
  width: 68%;
  font-size: 0.8vw;
  color: #58586679;
  font-weight: 500;
}

div.pricing_con2_top_6th_bt {
  width: 70%;
  margin-top: 4.5%;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 19.5%;
  padding-bottom: 1%;
  border-bottom: 1px solid black;
  margin-bottom: 1.3%;
  font-size: 1.3vw;
  font-weight: 500;
}

.pricing_con2_top_6th_bt_ab_2nd {
  font-size: 2.7vw;
  font-weight: 500;
  letter-spacing: -0.15vw;
  right: 38%;
}

.pricing_con2_top_6th_bt_ab {
  left: 26%;
  font-size: 1.25vw;
  font-weight: 500;
}

.pricing_con2_top_6th_bt_ab_2nd {
  font-size: 2.7vw;
  font-weight: 500;
  letter-spacing: -0.15vw;
  right: 38%;
  bottom: 1%;
}

.dae {
  color: #3235cd33;
  font-size: 1vw;
}
.blue {
    color: #3235cd;
}


.pricing_con2_top_6th_top_item_right_item_on {
  background: black;
  color: white;
    opacity: 1;
}








.acon11 {
  background-color: #060612;
}
.acon10_bg {
  width: 67.5066%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0%;
}
.acon11_main {
  padding-top: 10vw;
  padding-bottom: 4vw;
}
.acon11_title {
  font-size: 1.45vw;
  line-height: 1.4;
  margin-bottom: 4vw;
  font-weight: 400;
}




/* form01 */
.form_wrap01 {
  width: 63%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.1vw;
  font-weight: 400;
}
.form_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;    
}
.form_col01 {
  margin-bottom: 2.5vw;
}
.form_col02 {
  margin-bottom: 3vw;
}
.form_col01 .form_row {
  width: 21%;
}
.form_col02 .form_row {
  width: 100%;
}
.form_wrap01 input {
  height: 1.5vw;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  outline: none;
  color: white;
  font-size: 0.9vw;
  font-family: 'pretendard Variable';
  padding: 0 0.5vw;
}
.form_col01 input {
  width: 64%;
}
.form_col02 input {
  width: 91%;
}
.form_submit_div {
  background-color: #3236CD;
  width: 22%;
  height: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  font-size: 1vw;
  font-weight: 700;
  cursor: pointer;
}
.form_agree_wrap {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9vw;
  /* margin-bottom: 3vw; */
  bottom: 1.2vw;
  left: 68%;
}
input.footeer_agree_checkbox_01 {
  width: 1.2vw;
  height: 1.2vw;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  margin-right: 0.7vw;
  box-sizing: border-box;
  border-radius: 100%;
}
.agree_text {
  cursor: pointer;
}
.footeer_agree_checkbox_01:checked::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  scale: 0.6;
  background-color: #fff;
  border-radius: 100%;
}
/* form01 */

.acon11_arr {
  width: 15.5082%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10%;
}
.acon11_bot {
  padding-top: 3vw;
  text-transform: uppercase;
  font-weight: 300;
  opacity: 0.5;
  font-size: 0.8vw;

}
.acon11_01 {
  width: 7.61165%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-60%);
  top: 3%;
  left: 7.5%;
}
.acon11_02 {
  width: 7.61165%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(65%);
  bottom: 3%;
  right: 7.5%;    
}
.acon11_gra{
  width: 10vw;
  height: 8vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.678) 20%, transparent);
}
.acon11_gra.item1{
  top: 0;
  left: 6%;
}
.acon11_gra.item2{
  top: 0;
  right: 6%;
}
.acon11_gra.item3{
  bottom: -1px;
  left: 6%;
  rotate: 180deg;
}
.acon11_gra.item4{
  bottom: -1px;
  right: 6%;
  rotate: 180deg;
}

.form_submit_btn:hover .arrow{
  animation: arrow 1.8s infinite;
}
  
@keyframes arrow {
  0% {
      transform: translateX(0);
  }
  26% {
      transform: translateX(0.3vw);
  }
  40% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(0.3vw);
  }
  60% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(0);
  }
}

.header_logo_b{
  display: none;
}









@media screen and (max-width:599px){

.main_01 {
  width: 94.0683%;
  bottom: 10%;
}
.main_01.item2{
  bottom: 2%;
  opacity: 0.2;
}
.main_bg_wrap {
  width: 100%;
  height: 100%;
}
.main_bg {
  width: 100.788%;
  height: 100%;
  clip-path: none;
  opacity: 0;
  transition: 0.75s ease-in-out;
}
.main_bg.on{
  opacity: 1;
}
.main_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  flex-direction: column;
  margin-bottom: 30vw;
}
.main_row_tt {
  font-size: 3.5vw;
}
.main_row_line {
  width: 80%;
  opacity: 0.8;
}
.main_02 {
  width: 85%;
  margin: -13vw 0;
  order: -1;
}
.main_center_ttwrap {
  margin-bottom: 41vw;
}
.main_center_tt {
  font-size: 4.5vw;
  letter-spacing: 3vw;
}
.main_row_line.item2{
  display: none;
}
.main_row_tt.item2{
  display: none;
}





.con01 {
  padding: 15vw 0 110vw 0;
}
.con01_con {
  width: 100%;
}
.con01_con p{
  text-align: center;
}
.swiper_con01_2 {
  display: none;
}
.swiper_con01_1 {
  width: 100%;
  height: auto;
  right: 0;
  top: 39.5%;
}
.con01_gra {
  display: none;
}
.swiper_con01_slide {
  width: 38vw !important;
  height: 51vw;
  transition: 0.5s;
}
.swiper_con01 .swiper-slide-active .swiper_con01_slide{
  transform: translateX(4.5vw);
}
.swiper_con01 .swiper-slide-next .swiper_con01_slide{
  transform: translateX(-4.5vw);
}
.con01_go {
  top: 43%;
  left: 11%;
}





.con02 {
  padding: 40vw 0 13vw 0;
}
.con02_go {
  top: 5%;
  left: 11%;
  color: #fff;
}
.con_go_tt {
  font-size: 4.2vw;
  margin-bottom: 2vw;
}
.con_go_row {
  gap: 2vw;
}
.italictt {
  font-size: 3.8vw;
}
.con_go_line {
  width: 15vw;
  height: 2px;
}
.swiper-slide-active .swiper_con02_slide {
  transform: translateX(0);
}
.swiper_con02_slide {
  width: 80vw !important;
  height: 50vw;
}
.swiper_btnwrap {
  gap: 3vw;
}
.swiper_btnwrap_line {
  height: 2.3vw;
}
.swiper_con02_btnwrap {
  left: 69%;
  top: 30%;
}
.swiper_con02_btnwrap p{
  color: #fff;
}
.swiper_btn::after {
  width: 5vw;
  height: 5vw;
}

.con02_left {
  display: none;
}
.con02_bg {
  width: 90%;
  height: 100%;
  top: 22%;
  left: 5%;
  background: url("/images/acon_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
.con01_go p{
  color: #fff;
}
.con01_go .con_go_line{
  background-color: #fff;
}
.swiper_con02_1_btnwrap {
  left: 69%;
  top: 59%;
}
.swiper_con02_1_btnwrap p{
  color: #fff;
}
.swiper_con01_1  .swiper-wrapper.flow {
  pointer-events: all;
  transition-timing-function: unset;
}
.swiper_con02_slide {
  scale: 1;
}
.swiper_con03{
  padding: 2.8vw 0;
  margin-bottom: 15vw;
}
.con03 {
  padding: 5.7vw 0 0 0;
}






.acon_08 {
  width: 13%;
  margin-bottom: 4vw;
}
.con03_tt01 {
  margin-bottom: 6vw;
}
.con03_row {
  width: 100%;
  gap: 1vw;
  margin-bottom: 8vw;
  flex-wrap: wrap;
}
.con03_row_box {
  padding: 1.8vw 3vw;
  font-size: 3.3vw;
}
.con03_con {
  width: 100%;
  background-attachment: unset;
  flex-wrap: wrap;
}
.con03_con_box {
  width: 50vw;
  height: 50vw;
}

.con03_con_box:nth-child(4){
  background-color: transparent;
}
.con03_con_box:nth-child(3){
  background-color: #00000096;
}
.con03_con_tt01 {
  font-size: 4vw;
  margin-bottom: 2vw;
}
.con03_con_tt02 {
  font-size: 7.8vw;
}
.con03_con_subtt {
  font-size: 3.2vw;
  right: 4vw;
  bottom: 4vw;
}





.con04 {
  padding-top: 42vw;
}
.acon_10b {
  width: 75%;
  top: -4%;
}
.acon_10c {
  width: 70%;
  margin-bottom: 10vw;
  margin-left: 10vw;
}
.acon_10 {
  width: 18%;
  left: 7%;
  top: 18.5%;
}
.acon_11 {
  width: 120%;
  top: -22%;
}
.acon_10b_tt {
  width: 41vw;
  height: 41vw;
}
.acon_10b_tt p {
  font-size: 24vw;
  line-height: 41vw;
}
.con04_tt01 {
  margin-bottom: 5vw;
}
.con04_tt02 {
  margin-bottom: 10vw;
}
.con04_con {
  width: 90%;
  padding: 8vw 0 20vw 0;
  gap: 8vw;
}
.con04_con_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vw;
}
.swiper_con04 {
  width: 100%;
}
.swiper_con04_slide_tt {
  font-size: 3.5vw;
}
.swiper_con04_slide {
  width: 36vw;
  height: 36vw;
  padding: 5vw 4vw;
}
.swiper_con04_slide_tt {
  font-size: 3.5vw;
}
.swiper_con04_slide_img {
  width: 17vw !important;
  right: 3vw;
  bottom: 3vw;
}
.swiper_con04 .swiper-slide{
  transition: 0.3s;
}
.swiper_con04 .swiper-slide-active{
  transform: translateX(1.8vw);
}
.swiper_con04 .swiper-slide-next{
  transform: translateX(-1.8vw);
}
.swiper_con04_btnwrap {
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
}
.con04 .con_go_line {
  width: 8.6vw !important;
}






.con05 {
  padding: 17vw 0 15vw 0;
}
.con05_tt01 {
  font-size: 4.4vw !important;
  margin-bottom: 2vw;
}
.con05_tt02 {
  margin-bottom: 8vw;
}
.con05_tt03 {
  font-size: 4.2vw !important;
}
.swiper_con05 {
  margin-bottom: 8vw;
}
.swiper_con05_slide {
  border-radius: 4vw;
}




.con06 {
  padding: 10vw 0;
}
.con06_con {
  flex-wrap: wrap;
  margin-bottom: 6vw;
}
.con06_con_box {
  width: 45vw !important;
  height: 48vw;
}
.con06_con_tt01 {
  margin-bottom: 2vw;
  font-size: 3.4vw;
}
.con06_con_ttwrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 6vw;
  left: 3.5vw;
  left: 0;
}
.con06_con_ttwrap p{
  text-align: center;
}
.con06_con_img {
  filter: brightness(0.7);
}
.con06_go .con_go_row{
  justify-content: center;
}
.con06_go2 {
  margin-left: -59vw;
}
.con06_go2 .con_go_line {
  width: 10vw !important;
}
.con06_go2 .con_go_tt {
  margin-bottom: 1.5vw;
}





.con07 {
  padding: 15vw 0 30vw;
}
.con07_tt01 {
  font-size: 5vw;
  margin-bottom: 1.5vw;
}
.con07_tt02 {
  font-size: 7.6vw;
  margin-bottom: 4vw;
}
.con07_row {
    gap: 0.5vw;
    font-size: 4vw;
    margin-bottom: 6vw;
}
.acon_17 {
  width: 8.8vw !important;
}
/* .acon_16 {
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  filter: brightness(0.3);
} */
.acon_16 {
  width: 94%;
  height: 100%;
  top: 0;
  right: 3%;
  z-index: -1;
  filter: brightness(0.25);
  opacity: 0.9;
}
.acon_16 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.con07_con {
  width: 83%;
  gap: 1.5vw;
  margin-bottom: 6vw;
}
.con07_con_box {
  padding: 2.4vw 0;
  font-size: 3.6vw;
  opacity: 0.6;
}
.con07_tt03 {
  font-size: 3.8vw;
  margin-bottom: 2vw;
}
.con07_tt04 {
  font-size: 4.4vw;
}
.con0708 {
  padding-bottom: 3vw;
}
.acon_19 {
  width: 89%;
  left: auto;
  right: -1vw;
  bottom: -0.6%;
}
.acon_18 {
  width: 30%;
  left: -7%;
  bottom: 5vw;
}






.fcon1 {
  padding: 13vw 0 15vw 0;
}
.fcon1_sub {
  font-size: 3.8vw;
  margin-bottom: 3vw;
}
.fcon1_title {
  margin-bottom: 6vw;
}
div.pricing_con2_top_6th {
  width: 93%;
  margin-bottom: 6vw;
  padding-bottom: 10vw;
  padding-top: 10vw;
}
.pricing_con2_top_6th_top {
  font-size: 3.8vw;
  margin-bottom: 6vw;
  text-align: center;
}
.fcon1_form {
  width: 85%;
  font-size: 3.5vw;
  gap: 3vw;
  margin-bottom: 8vw;
}
.fcon1_form_input_wrap {
  gap: 4vw;
}
.fcon1_form_input_wrap01 {
  width: 45%;
  gap: 4vw;
}
.fcon1_form_col label{
  white-space: nowrap;
} 
.fcon1_form_input_wrap01 input {
  width: 100%;
}
.fcon1_form_input_wrap input {
  padding: 0.6vw 1vw;
  font-size: 3.4vw;
}
div.pricing_con2_top_6th_top_item {
  width: 90%;
  border-radius: 3vw;
  margin-bottom: 3vw;
}
.pricing_con2_top_6th_top_item_left_ab {
  font-size: 3.4vw;
  top: 4vw;
  left: 4vw;
}
.pricing_con2_top_6th_top_item_left {
  width: 100%;
  height: auto;
  position: absolute !important;
  padding: 4vw 0;
  left: 0;
  top: 0;
  font-size: 3.4vw;
}
div.pricing_con2_top_6th_top_item_right {
  justify-content: center;
  padding: 18vw 4vw 6vw 4vw;
}
.pricing_con2_top_6th_top_item_right.this {
  padding: 18vw 4vw 6vw 4vw;
}

.pricing_con2_top_6th_bt_ab {
  left: 5%;
  font-size: 3.6vw;
}
div.pricing_con2_top_6th_bt {
  width: 88%;
  margin-top: 5%;
  padding-right: 5%;
  padding-bottom: 1.5%;
  margin-bottom: 3%;
  font-size: 4.2vw;
}
.pricing_con2_top_6th_bt_ab_2nd {
  font-size: 6.6vw;
  right: 28%;
  bottom: 2%;
}
.pricing_con2_top_6th_top_item_right_item {
  font-size: 3.4vw;
}
.pricing_con2_top_6th_bt_2nd {
  width: 88%;
  font-size: 3.2vw;
  text-align: center;
}
.form_submit {
  width: 40vw;
  height: 10vw;
  font-size: 4vw;
}
.arrow {
  width: 1.8vw !important;
  right: 10%;
}




.acon11_main {
  padding-top: 15vw;
  padding-bottom: 10vw;
}
.acon11_title {
  font-size: 4.4vw;
  margin-bottom: 8vw;
}
.form_wrap01 {
  width: 80%;
  font-size: 3.4vw;
  z-index: 5;
}
.form_col01 {
  margin-bottom: 4vw;
  flex-wrap: wrap;
  row-gap: 4vw;
}
.form_col01 .form_row {
  width: 47%;
  white-space: nowrap;
}
.form_row label{
  width: 14vw;
}
.form_wrap01 .form_col  input {
  width: calc(100% - 14vw);
  height: auto;
  font-size: 3.6vw;
  padding: 1vw 0;
  padding-left: 2vw;
  box-sizing: border-box;
}
.form_col02 {
  margin-bottom: 8vw;
}
.form_agree_wrap {
  width: 100%;
  position: static !important;
  justify-content: center;
  font-size: 3.2vw;
  margin-bottom: 4vw;
}
input.footeer_agree_checkbox_01 {
  width: 4vw !important;
  height: 4vw !important;
  margin-right: 2vw;
}
.acon11_bot {
  padding-top: 12vw;
  opacity: 0.5;
  font-size: 3.3vw;
}
.acon10_bg {
  width: 160%;
  top: auto;
  bottom: 0;
  opacity: 0.5;
}
.acon11_gra.item3, .acon11_gra.item4 {
  display: none;
}
.acon11_01 {
  width: 15%;
  left: 0%;
  opacity: 0.8;
  top: 50%;
  transform: translateY(-50%);
}
.acon11_02 {
  width: 15%;
  right: 0%;
  opacity: 0.8;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);

}
.acon11_gra {
  width: 18vw;
  height: 20vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.678) 30%, transparent);
}
.acon11_gra.item2 {
  top: 0;
  right: 0%;
}
.acon11_gra.item1 {
  top: 0;
  left: 0%;
}





















}