* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate_image_r {
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotate_image2 {
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: var(--size-17);
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
section:not(.map_section) img {
    pointer-events: none;
}
.btn_arr img {
    pointer-events: all !important;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.bold {
    font-weight: 700;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.rotate_img_r {
    animation: rotate_image2 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    overflow: hidden;
}
.slide_y {
    animation: marqueeY 20s infinite linear;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* 여러개 sd start */
.flow_sd {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.flow_sd_move {
  display: flex;
  justify-content: flex-start;
  align-items: center;
    animation: marqueeX 20s infinite linear;  
}
.flow_sd_move_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flow_sd_move_item02 {
  left: 100%;
}
.flow_sd_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 여러개 sd end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotateY(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-lock {
    display: none !important;
}
.swiper {
    margin: 0;
    z-index: 0;
}
b {
    font-weight: 700;
}
.obj > img {
    height: 100%;
    object-fit: cover;
}
/* 퍼블시작 */

:root {
    --main-color : #db151e;
    --main02-color : #9c151b;
    --sub-color : #f4e6d9;
    --font01-bold: 'Paperlogy-7Bold';
    --font02-bold: 'SDKukdetopokki';
    --num-font: 'GangwonEducationTteontteon';
    --size-16 : 0.8333vw;
    --size-17 : 0.8854vw;
    --size-20 : 1.0417vw;
    --size-22 : 1.1458vw;
    --size-25 : 1.3021vw;
    --size-30 : 1.5625vw;
    --size-32 : 1.6667vw;
    --size-35 : 1.8229vw;
    --size-40 : 2.0833vw;
    --size-45 : 2.3438vw;
    --size-50 : 2.6042vw;
    --size-60 : 3.125vw;
    --size-65 : 3.3854vw;
    --size-70 : 3.6458vw;
}
.main_color {
    color: var(--main-color);
}
.main_color02 {
    color: var(--main02-color);
}
.smoke {
    animation: smoke 3s infinite linear;
}
.main {
    padding-top: 5vw;
    background-color: #000;
}
.main_02 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_cover {
    padding-top: 12vw;
}
.main_tt01 {
    font-size: var(--size-25);
    margin-bottom: 1vw;
}
.main_title {
    font-size: 3.6458vw;
    margin-bottom: 2vw;
}
.main_01 {
    width: 4.14708%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-bottom: -3vw;
}
.main_img {
    width: 36.9555%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.7s;
}
.main_img.main_change {
    transform: translateY(0%);
}
.main_line {
    bottom: 0%;
    gap: 0.8vw;
}
.main_line01 {
    height: 1px;
    background-color: var(--main02-color);
}
.main_line02 {
    height: 0.5729vw;
    background-color: var(--main02-color);
}
.main_title_absol01 {
    bottom: 0%;
    left: -70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main_title_absol01 p.absol {
    transform: translateY(100%);
    opacity: 0;
}
.main_title_absol02 {
    bottom: 0%;
    right: -70%;
}
.main_title_line {
    width: 6.7708vw;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    bottom: 25%;
}
.main_title_line01 {
    left: -27%;
}
.main_title_line02 {
    right: -27%;
}
.con01_16 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 0%;
}
.con01_main01 {
    padding-top: 8vw;
}
.con01_main01_video {
    width: 35vw;
    height: 35vw;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 8.5vw;   
    width: 100%;
    height: 100%;
    top: 0%;
    border-radius: 0;
}
.con01_main01_video video.rltv {
    z-index: 3;
}
.con01_06 {
    width: 40.4167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.con01_main01_video_cover {
    gap: 2vw;
}
.con01_04 {
    width: 10.4167vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_05 {
    width: 120.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_main01_video_tt {
    font-size: var(--size-50);
}
.con01_main01_right {
    align-self: flex-end;
    width: 65.2494%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
}
.con01_main01_right_item {
    width: 100%;
    height: 8.3333vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 60%;
    box-sizing: border-box;
    transition: color 0.3s;
    margin-top: -1vw;
}
.con01_main01_right_item:first-child {
    margin-top: 0;
}
.con01_main01_right_item.con01_change {
    color: #fff;
}
.con01_07 {
    right: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.con01_main01_right_item.con01_change .con01_07 {
    opacity: 1;
}
.con01_main01_right_item_num {
    height: 1.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin-bottom: 0.5vw;     
    transition: filter 0.3s;
}
.con01_main01_right_item.con01_change .con01_main01_right_item_num {
    filter: invert(1);
}
.con01_main01_right_item_num img {
    width: unset !important;
    height: 100%;
}
.con01_main01_right_item_tt {
    font-weight: 500;
    line-height: 1.5;
}
.con01_main01_title {
    width: 24.4095%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    z-index: 2;
    gap: 1vw;
    left: 15%;
    top: 12vw;
}
.con01_main01_title div {
    overflow: hidden;
}
.con01_01 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_mid_line {
    width: 1px;
    height: 10vw;
    background-color: #000;
    margin-bottom: 5vw;
    margin-top: 2vw;
}
.con01_main02 {
    padding-bottom: 10vw;
}
.con01_main02_top {
    gap: 0.3vw;
}
.con01_main02_top_item {
    height: 2.2396vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_main02_top_item img {
    width: unset !important;
    height: 100%;
}
.con01_main02_ct_wrap {
    width: 15.8333vw;
    margin-top: 2vw;
    font-size: 6.7708vw;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con01_main02_ct {
    width: 100%;
}
.con01_main02_ct + .absol {
    left: 100%;
}
.con01_main02_tt01 {
    font-size: var(--size-20);
    margin-top: -1vw;
}
.con01_main02_mid_line {
    width: 1px;
    height: 3vw;
    margin: 1.5vw 0;
    background-color: #000;
}
.con01_main02_tt02 {
    font-size: var(--size-30);
}
.con01_main02_tt03 {
    font-size: var(--size-45);
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-top: 0.5vw;
}
.con01_main02_tt03_bg {
    width: 103%;
    height: 100%;
    background-color: var(--main02-color);
}
.con02_21 {
    width: 115.801%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 1vw 0;
    z-index: 2;
}
.con02_slide {
    width: 17.8479%;
    height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
mask-repeat: no-repeat;
mask-size: 100% 100%;    
}
.con02_slide01 {
    left: 3%;
    top: -6vw;
}
.con02_slide02 {
    right: 3%;
    top: -6vw;
}
.con02_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1vw;
}
.con02_05 {
    width: 41.5224%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: -2%;
}

.con03_left_bg {
    width: 50%;
    height: 91%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/con03_01.png);
    top: 0%;
    left: 0%;
    z-index: 1;
}
div.con03_main01 {
    width: 100.788%;
    z-index: 2;
}
.con03_main01_row {
    width: 50%;
    height: 44.0105vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;  
    flex-direction: column;
}
.con03_06 {
    width: 109.375%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 7vw;
}
.con03_slide {
    margin-top: 28.66vw;
}
.con03_slide_item {
    width: 16.8229vw;
    height: 9.8958vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;    
    overflow: hidden;
    border-radius: 0.5vw;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
}
.con03_slide_item_top {
    height: 43%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: var(--size-20);
}
.con03_slide_item_bot {
    height: 57%;
    font-size: var(--size-35);
}
.con03_main01_row01_tt_wrap {
    width: 37.5vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;    
    flex-direction: column;  
    align-self: flex-end;  
    margin-top: 10vw;
}
.con03_main01_title {
    font-size: var(--size-65);
    margin-top: 1vw;
    margin-bottom: 4.5vw;
}
.con03_02 {
    width: 42.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_main01_row01_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.con03_main01_row01_bot_item {
    width: 14.1667vw;
    height: 12.5521vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
    border-radius: 0.5vw;
    color: #fff;
}
.con03_main01_row01_bot_item01 {
    background-color: #000;
}
.con03_main01_row01_bot_item02 {
    background-color: var(--main02-color);
}
.con03_main01_row01_bot_tt01 {
    font-size: var(--size-20);
}
.con03_main01_row01_bot_tt02 {
    font-size: var(--size-65);
    margin-top: 1vw;
    gap: 0.3vw;
}
.con03_main01_row01_bot_tt02 p {
    margin-top: 2%;
    margin-bottom: -7.5%;
}
.con03_05 {
    width: 9.92657%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
div.con03_main02 {
    width: 100.788%;
    background-color: var(--main02-color);
    padding-top: 3vw;
    padding-bottom: 1.5vw;
}
.con03_main02_row {
    width: 46.9271%;
    height: 40.9375vw;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column; 
    overflow: hidden;
}
.con03_main02_row01 {
    background-color: #fff;
}
.con03_main02_row02 {
    background-image: url(/images/con04_05.jpg);
}
.con03_main02_row_tt_wrap {
    width: 37.5vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    align-self: flex-end;
    margin-bottom: 7vw;
}
.con03_main02_row_tt01 {
    font-size: var(--size-30);
    margin-bottom: 0.5vw;
}
.con03_main02_row_tt02 {
    font-size: var(--size-70);
    margin-bottom: 3vw;
}
.con03_main02_row_tt03 {
    font-size: var(--size-22);
}
.con03_main02_row_tt03_bg {
    width: 102%;
    height: 100%;
    background-color: var(--main02-color);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.con04_03 {
    width: 117.203%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: 0%;
    bottom: 0%;
    transform: translateX(50%);
}
.con04_04 {
    width: 89.1099%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con04_02 {
    width: 35.9376%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: 1.5vw;
    margin-left: -1.5vw;
}
.con04_01 {
    width: 10.9879%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: 27.7%;
}
.con04_10 {
    width: 71.8842%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 61%;
}
div.con03_main02_row02 {
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    align-items: flex-start;
}
.con03_main02_row_circle {
    width: 14.375vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_main02_row_circle_cover {
    gap: 1vw;
}
.con03_main02_row_circle01 {
    margin: 0 30%;
    z-index: 1;
    margin-top: 7vw;
    margin-bottom: -12vw;
}
.con03_main02_row_circle02 ,
.con03_main02_row_circle03 {
    margin: 0 -0.5%;
}
.con03_main02_row_circle01_absol_tt {
    font-size: 0.6vw;
    bottom: 5%;
}
.con04_09 {
    width: 13.4059%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_main02_row_circle_tt01 {
    font-size: var(--size-20);
}
.con03_main02_row_circle_tt02 {
    font-size: 3.5417vw;
    margin-bottom: -10%;
}
.con03_main02_row_circle_tt02_percent {
    font-size: 2.5vw;
}
.con05 {
    background-image: url(/images/con05_03.jpg);
    padding-bottom: 6vw;
    z-index: 1;
}
.con05_top_line {
    gap: 0.4vw;
    margin-top: 0.4vw;
    margin-bottom: 6vw;
}
.con05_top_line div {
    width: 100%;
    background-color: var(--main02-color);
}
.con05_top_line div:nth-child(1) {
    height: 0.3vw;
}
.con05_top_line div:nth-child(2) {
    height: 2px;
}
.con05_01 {
    width: 13.176%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con05_title {
    font-size: var(--size-65);
    margin-bottom: 1.5vw;
}
.con05_tt02 {
    font-size: var(--size-20);
    margin-bottom: 3vw;
}
.con05_slide_item {
    width: 48.9063vw;
    height: 18.75vw;
    background-color: #000;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    gap: 2vw;
    transition: background 0.3s;
}
.swiper-slide-active .con05_slide_item {
    background-color: var(--main02-color);
}
.con05_slide_img {
    width: 10.4167vw;
    height: 10.4167vw;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;       
    overflow: hidden;
}
.con05_04 {
    width: 67%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_slide_right {
    width: 62%;
    height: 62%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;     
    flex-direction: column;
    margin-top: 1vw;
}
.con05_slide_right_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    gap: 0.5vw;
    margin-bottom: 1.5vw;
}
.con05_slide_right_top p {
    height: 1.9792vw;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
    padding: 0 1.5vw;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;   
    font-weight: 600;    
}
.swiper-slide-active .con05_slide_right_top p {
    background-color: #000;
    color: #fff;
}
.con05_slide_right_subject {
    width: 100%;
    font-size: var(--size-25);
    margin-bottom: 1.5vw;
}
.con05_slide_right_subject p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con05_slide_right_tt {
    width: 97%;
    height: 39%;
    font-size: var(--size-16);
    line-height: 1.5;
    overflow-y: scroll;
}
.con05_slide_right_tt p {
    width: 100%;
  word-break: keep-all; /* 한글, 일본어, 중국어 등에서 단어 단위로 줄 바꿈 */
  overflow-wrap: break-word; /* 긴 영단어나 URL을 강제로 줄 바꿈 */
  
  /* 만약을 대비해 white-space 속성도 확인 */
  white-space: normal; 
}
.con05_slide_right_tt::-webkit-scrollbar {
    width: 0.2vw;
}
.con05_slide_right_tt::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: #fff;
}
.con05_arr {
    width: 1.5749%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_arr_prev {
    left: 21%;
}
.con05_arr_next {
    right: 21%;
}
.con06 {
    background-image: url(/images/con06_11.jpg);
    padding-top: 11vw;
    padding-bottom: 15.7vw;
    margin-top: -3vw;
    margin-bottom: -6vw;
}
.con06_01 {
    width: 1.04997%;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.con06_tt01 {
    font-size: var(--size-30);
    margin-bottom: 2.5vw;
}
.con06_tt02 {
    font-size: var(--size-65);
    margin-bottom: 1vw;
}
.con06_02 {
    width: 30.0788%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con06_row_wrap {
    gap: 0.8vw;
    margin-bottom: 2vw;
}
.con06_row {
    width: 10.9896vw;
    height: 14.2708vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    box-sizing: border-box;
    background-color: #000;
    border: 1px solid #ffffff60;
    border-radius: 0.5vw;
    color: #fff;
}
.con06_row01,
.con06_row07 {
    border-color: var(--main02-color);
    background-color: var(--main02-color);
}
.con06_row_tt01 {
    font-size: var(--size-20);
}
.con06_row_tt01.font01_700 {
    margin-bottom: 0.5vw;
}
.con06_row_tt01.font01_300 {
    margin-bottom: 1.1vw;
}
.con06_row_tt02 {
    font-size: var(--size-32);
}
.con06_05 {
    width: 70.335%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 45%;
    left: 22%;
}
.con06_06 {
    width: 61.7226%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    top: 48%;
}
.con06_07 {
    width: 72.2489%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_row07_tt02 {
    font-size: var(--size-35);
    margin-top: 0.7vw;
}
.con06_bot {
    width: 70.4462%;
    height: 4.2188vw;
    background-color: var(--sub-color);
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-left: 12vw;
}
.con06_bot {
    font-size: var(--size-30);
}
.con06_10 {
    width: 20.735%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 0%;
    right: 0%;
    z-index: 3;
}
.con06_10 .con06_09 {
    width: 118.228%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 49%;
}
.con06_08 {
    width: 21.9424%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: 0%;
    left: 0%;
    z-index: 3;
}
.con06_08 .con06_09 {
    width: 111.723%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 69%;
    left: -34%;
}
.con07 {
    background-color: var(--sub-color);
}
.con07_inner {
    padding-top: 7vw;
    width: 84%;
    display: flex;
    justify-content: center;
    align-items: center;   
    flex-direction: column;
    gap: 3vw;
    padding-bottom: 7vw;
}
.con07_line {
    width: 1px;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: #000;
}
.con07_col {
    width: 69.323vw;
    height: 23.6459vw;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #00000048;
    align-self: flex-end;
    border-radius: 0.5vw;
    display: flex;
    justify-content: center;
    align-items: center;      
}
.con07_col_left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;   
    flex-direction: column; 
    box-sizing: border-box; 
    padding-top: 5.3vw;
    padding-left: 6.7vw;
    overflow: hidden;
}
.con07_col_right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;     
}
.con07_09 {
    width: 10.2257%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
}
.con07_col_left_tt01 {
    font-size: var(--size-30);
    margin-bottom: 0.5vw;
}
.con07_col_left_tt02 {
    font-size: var(--size-50);
}
.con07_col_left_tt03 {
    font-size: var(--size-20);
    line-height: 1.5;
    margin-top: 2.5vw;
}
.con07_col01_slide {
    width: 105%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    top: 22%;
}
.con07_slide_img {
    width: 14.2708vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    animation: rotate_image_r 20s infinite linear;
}
.con07_11 {
    width: 12.5521vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%);
}
.con07_12 {
    width: 117.427%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_13 {
    width: 9.18738%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 0.5%;
    transform: translateX(-50%);
}
.con07_11_tt {
    left: 14%;
    font-size: var(--size-50);
    margin-bottom: -1vw;
}
.con07_col_minicircle {
    width: 1.58024%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -21.1%;
    top: 22%;
}
.con07_col_circle {
    width: 7.1354vw;
    height: 7.1354vw;
    border-radius: 50%;
    background-color: var(--main02-color);
    display: flex;
    justify-content: center;
    align-items: center;
    left: -18%;
    top: 10%;
    overflow: hidden;
/*     width: 20.5729vw;
    border-radius: 50vw;
    transform: translateX(-20%); */
}
.con07_col_circle_img {
    width: 7.8646vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 2vw;
    /* opacity: 0; */
}
.con07_col_circle_tt {
    width: 9.4792vw;
    display: flex;
    justify-content: center;
    align-items: center;     
    right: 3.2vw;  
    opacity: 0;
}
.con07_01,
.con07_02 {
    width: 96.6888%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08 {
    background-image: url(/images/con08_06.jpg);
    padding-top: 3vw;
}
.con08_main {
    width: 88.4515%;
    display: flex;justify-content: center;
    align-items: center;    
    flex-direction: column;
    background-image: url(/images/con08_05.png);
    padding-top: 6vw;
    padding-bottom: 10vw;
}
.con08_01 {
    width: 3.08615%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_02 {
    width: 3.85767%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con08_title {
    font-size: var(--size-65);
    margin-bottom: 3vw;
}
.con08_slide_wrap {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    
}
.con08_slide {
    margin-bottom: 2vw;
}
.con08_slide_item {
    width: 16.9271vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;      
}
.con08_slide_img {
    height: 12.5521vw;
    overflow: hidden;
    border-radius: 1.5vw;
}
.con08_slide_tt {
    height: 3vw;
    border-bottom: 1px solid #000;
    font-size: var(--size-22);
    font-weight: 600;
}
.con08_slide_tt p {
    width: 95%;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.con08_arr_wrap {
    gap: 1.5vw;
}
.con08_arr {
    width: 2.09507%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09 {
    border-top: 0.5vw solid var(--main02-color);
    padding-top: 7vw;
    padding-bottom: 4vw;
    margin-bottom: -4vw;    
}
.con09_bg {
    top: 0%;
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.con09_line {
    height: 0.5vw;
    background-color: var(--sub-color);
    top: 0%;
}
.con09_tt01 {
    font-size: var(--size-25);
    margin-bottom: 1.5vw;
}
.con09_tt02 {
    font-size: var(--size-65);
    margin-bottom: 3vw;
}
.con09_tt02_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.con09_row_wrap {
    gap: 2vw;
}
.con09_row {
    width: 25.6694%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    border-radius: 0.5vw;
    transition: transform 0.6s;
    transform-origin: bottom center;
}
.con09_row.con09_change {
    transform: translateY(0%) scale(1.05);
}
.con09_row02 {
    width: 25.6169%;
    color: #fff;
}
.con09_row_cover {
    width: 66%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    top: 0%;
    box-sizing: border-box;
    padding-top: 4vw;
    padding-bottom: 7vw;
}
.con09_row_num {
    width: 2.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_row_tt01 {
    font-size: var(--size-32);
    margin-top: 1vw;
}
.con09_row_tt02 {
    line-height: 1.3;
    margin-top: auto;
}
.con09_02 {
    width: 62.9858%;
    display: flex;
    justify-content: center;
    align-items: center;    
    right: -24%;
}
.con09_05 {
    width: 52.1473%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -22%;
    bottom: -19%;
}
.con10 {
    margin-top: -4.7vw;

}
div.con10_row_wrap {
    width: 100.788%;
}
.con10_row {
    width: 50%;
    height: 47.8646vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;    
    overflow: hidden;
}
.con10_row01 {
    background-color: var(--sub-color);
}
.con10_row02 {
    background-image: url(/images/con10_03.jpg);
}
.con10_06 {
    width: 34.1147%;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 2;
    top: 1.5vw;
}
.con10_07 {
    width: 97.0993%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35%;
}
.con10_row_tt_wrap {
    width: 26.6667vw;
    display: flex;
    justify-content: center;
    flex-direction: column;    
    gap: 2vw;
    margin-top: 13vw;
}
.con10_row_tt_wrap01 {
    text-align: end;
    align-items: flex-end;
    align-self: flex-start;
}
.con10_row_tt_wrap02 {
    text-align: start;
    align-items: flex-start;
    align-self: flex-end;
}
.con10_row_tt01 {
    font-size: var(--size-60);
}
.con10_01 {
    width: 18.0209%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 42%;
    bottom: 3.5vw;
}
.con10_04 {
    width: 24.8959%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 40%;
    bottom: 3.5vw;
}
.con10_02 {
    width: 67.1876%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: -12vw;
}
.con10_circle_wrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: flex-end;  
    animation: circleWrapAni 6s infinite ease-in-out;    
}
.con10_circle {
    width: 7.7604vw;
    height: 7.7604vw;
    border-radius: 50%;
    background-color: var(--main02-color);
    color: #fff;
    margin-bottom: -10%;
    font-size: 2.0833vw;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: circleWrapAniChild 6s infinite ease-in-out;
}
.con10_circle_wrap02 {
    animation-delay: 2s;
}
.con10_circle02 {
    animation-delay: 2s;
}
.con10_circle_wrap03 {
    animation-delay: 4s;
}
.con10_circle03 {
    animation-delay: 4s;
}

@keyframes circleWrapAni {
    0% {
        transform: rotate(0deg); 
    }
    33% {
        transform: rotate(-50deg);  
    }
    66% {
        transform: rotate(-310deg);  
    }
    100% {
        transform: rotate(-360deg);  
    }
}
@keyframes circleWrapAniChild {
    0% {
        background-color: var(--main02-color);
        color: #fff;
        transform: rotate(0deg); 
    }
    33% {
        background-color: #fff;
        color: #000;
        transform: rotate(50deg);  
    }
    66% {
        background-color: #fff;
        color: #000;
        transform: rotate(310deg); 
    }
    100% {
        background-color: var(--main02-color); 
        color: #fff;
        transform: rotate(360deg); 
    }
}
.con10_05 {
    width: 16.6405%;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 2;
    bottom: 0%;
    right: 0%;
}
.con11_main {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}   
.con11_row {
    width: 50%;
    height: 49.8958vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-size: 100%;
    overflow: hidden;
}
.con11_row01 {
    background-image: url(/images/con11_01.jpg);
}
.con11_row02 {
    background-image: url(/images/con11_06.jpg);
}
.con11_03 {
    width: 13.2293%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-top: auto;
    margin-bottom: -0.5vw;
}
.con11_04 {
    width: 49.1668%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1vw;
}
.con11_02 {
    width: 84.3751%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_05 {
    width: 86.9137%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 74%;
}
.con11_row02_top {
    margin-top: 12vw;
    margin-bottom: -7vw;
    gap: 10vw;
}
.con11_07 {
    width: 16.0418%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_08 {
    width: 16.5626%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_row_sd .flow_sd_img {
  width: 19.0625vw;
  margin-right: 2vw;
}
.con11_row_sd .flow_sd_img img {
  animation: rotate_image_r 20s infinite linear;
}
.con11_row02_tt01 {
    font-size: var(--size-35);
}
.con11_row02_tt02 {
    font-size: 4.0104vw;
}
.con11_row02_tt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.con11_row02_tt_wrap01 {
    left: 5vw;
    bottom: 17%;
}
.con11_row02_tt_wrap02 {
    left: 24vw;
    bottom: 15%;
    gap: 1.6vw;
}
.con11_row02_tt04 {
    border-bottom: 1px solid #fff;
}
.con12 {
    background-color: var(--main02-color);
    padding-top: 8.5vw;
    margin-bottom: -8vw;
}
.con12_02 {
    width: 94.3308%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
}
.con12_top_tt01 {
    font-size: var(--size-25);
    margin-bottom: 0.7vw;
}
.con12_top_tt02 {
    font-size: var(--size-65);
    margin-bottom: 2vw;
}
.con12_top_tt02 .main_color {
    color: #c0141b;
}
.con12_01 {
    width: 42.5723%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con12_01 img.absol {
    filter: brightness(0.5);
}
.con12_main {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-top: -11.5vw;
    z-index: 1;
}
.con12_cover {
    padding-top: 14vw;
}
.con12_03 {
    width: 67.9689%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom: 2vw;
}
.con12_04 {
    width: 67.9689%;
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-top: 2vw;
    margin-bottom: 3.5vw;
}
.con12_title {
    font-size: var(--size-50);
    margin-bottom: 0.5vw;
}
.con12_subTitle {
    font-size: var(--size-25);
}
.con12_row_wrap {
    width: 67.9689%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.con12_row {
    width: 46.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4vw;
}
.con13 {
    background-color: #000;
    padding-top: 15vw;
}
.con13_01 {
     width: 8.60902%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    z-index: 1;
}
.con13_title {
    font-size: var(--size-60);
    margin-bottom: 4vw;
    z-index: 1;
}
.con13_06 {
    width: 11.3912%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -0.9vw;
}
.con13_07 {
    width: 66.9817%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -30.5vw;
}
.con13_08 {
    width: 74.8434%;
    display: flex;
    justify-content: center;
    align-items: center;    
    top: 3vw;
    margin-left: 1vw;
}
.con13_09 {
    width: 68.4818%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 52%;
    pointer-events: none;
}
.con13_slide {
    width: 15.5208vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
    top: 0%;  
}
.con13_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    overflow: hidden;
    border-radius: 1vw;
    border: 1px solid var(--main02-color);
    box-sizing: border-box;
}
.con13_slide01 {
    left: 4%;
}
.con13_slide02 {
    right: 4%;
}
.con13_balloon {
    height: 4.1667vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 1; 
    
}
.con13_balloon img {
    width: unset !important;
    height: 100%;
}
.con13_balloon01 {
    top: -28%;
    left: 14%;
    animation: ddm 4s infinite linear;
}
.con13_balloon02 {
    top: -7%;
    right: 8%;
    animation: ddm2 4s infinite linear;
}
.con13_balloon03 {
    top: -2%;
    left: 6%;
    animation: ddm 4s infinite linear;
    animation-delay: 1.5s;
}
.con13_balloon04 {
    top: 7%;
    right: 13%;
    animation: ddm2 4s infinite linear;
    animation-delay: 1.5s;
}
.con14 {
    background-color: var(--sub-color);
    padding-top: 3vw;
}
.con14_inner {
    width: 93.071%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con14_top {
    background-color: #fff;
    padding-top: 6vw;
    box-sizing: border-box;
    border: 1px solid #00000048;
}
.con14_top_tt01 {
    font-size: var(--size-25);
    margin-bottom: 1.5vw;
}
.con14_title {
    font-size: var(--size-60);
    margin-bottom: 1.5vw;
}
.con14_top_tt02 {
    font-size: var(--size-20);
    margin-bottom: 3vw;
}
.con14_main_cover {
    height: 100%;
    top: 0%;
}
.con14_row {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
}
.con14_row_item {
    width: 91%;
    height: 75%;
    background-color: var(--main02-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 4vw;
    transform: translateY(100%);
    transition: transform 0.6s;
}
.con14_row.con14_change .con14_row_item {
    transform: translateY(0%);
}
.con14_row_num {
    width: 22.9103%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 0%;
    bottom: 100%;
}
.con14_row_item_tt01 {
    width: 70%;
    font-size: 1.4063vw;
    line-height: 1.5;
    transform: translateY(-310%);
    transition: transform 0.6s;
}
.con14_row.con14_change .con14_row_item_tt01 {
    transform: translateY(0%);
}
.con14_row_item_tt02 {
    width: 70%;
    margin-top: 5vw;
}
.con15 {
    background-color: var(--sub-color);
    padding-top: 7vw;
    padding-bottom: 7vw;
}
.con15_02 {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -35%;
    pointer-events: none;
}
.con15_tt01 {
    font-size: var(--size-25);
    margin-bottom: 1.5vw;
}
.con15_title {
    font-size: var(--size-60);
    margin-bottom: 3vw;
}
.con15_01 {
    width: 29.92%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    bottom: -7%;
}

.gcon15_table {
  width: 53.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #00000025;
}
.gcon15_table_top {

  background-color: #ececec;
  border-bottom: 1px solid #00000025;
}
.gcon15_table_bot {
  height: 3.874vw;
  background-color: var(--main02-color);
  color: #fff;
}
.gcon15_table_top .gcon15_td {
  height: 3.0208vw;    
  font-weight: 700;
}
.gcon15_td {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-right: 1px solid #00000025;
  font-size: var(--size-20);    
}
.gcon15_table_mid {
  background-color: #fff;
}
.gcon15_td01 {
  width: 30%;
}
.gcon15_td02 {
  width: 30%;
  position: relative;
}
.gcon15_td02 p {
  position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.gcon15_td03 {
  width: 40%;
  position: relative;
  border-right: none;
}
.gcon15_td.main_color02 {
    font-weight: 600;
}
.gcon15_tr .gcon15_td {
  height: 2vw;
}
.gcon15_tr:first-child .gcon15_td {
    padding-top: 1vw;
}
.gcon15_tr:last-child .gcon15_td {
    padding-bottom: 1vw;
}
.gcon15_tr .gcon15_td03 p {
  width: 100%;
  text-align: start;
  box-sizing: border-box;
    padding-left: 12%;
}
.gcon15_table_bot_tt01 {
  font-size: var(--size-20);
  margin-bottom: -1.1vw;
}
.gcon15_table_bot_tt02 {
  font-size: var(--size-40);
  margin-left: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1.1vw;
}
.gcon15_td02_line {
    width: 110%;
    height: 2px;
    background-color: var(--main02-color);
    top: 47%;
}
.gcon15_table_top_right {
    font-size: var(--size-16);
    font-weight: 500;
    top: -1.8vw;
    right: 0%;
}
.con15_ct {
    width: 59%;
}
.con16 {
    background-color: var(--main02-color);
    padding-bottom: 2vw;
}
.con16_main {
    width: 96.3256%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url(/images/con16_01.jpg);
}
.con16_left {
    width: 39.3229vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 10vw;
    margin-left: 10vw;
}
.con16_left_tt01 {
    font-size: var(--size-40);
    margin-bottom: 0.3vw;
}
.con16_left_tt02 {
    font-size: var(--size-60);
}
.con16_left_tt03 {
    font-size: var(--size-20);
    border-bottom: 1px solid #fff;
    margin-top: 3.5vw;
}
.con16_graph_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5vw;
    padding-bottom: 5vw;
}
.con16_graph {
    width: 12.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_graph_mid_tt {
    font-size: var(--size-16);
    font-weight: 800;
}
.con16_08 {
    width: 168.041%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_graph_bot_tt {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: var(--size-16);
    bottom: -3.5vw;
    font-weight: 500;
}
.con16_graph02_bot_tt {
    color: var(--main02-color);
    font-weight: 800;
    font-size: var(--size-22);
    bottom: -2.8vw;
}
.con16_graph02_arr {
    width: 156.701%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
    animation: fade-down-and-out 1.5s ease-out infinite;
}
@keyframes fade-down-and-out {
  0% {
    transform: translateY(0); 
    opacity: 1;           
  }
  100% {
    transform: translateY(2.0833vw); 
    opacity: 0;
  }
}
.con16_right {
    width: 31.5532%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
    margin-right: 5vw;
    background-image: url(/images/con16_11.png);
    padding-top: 9vw;
}
.con16_right_tt01 {
    font-size: var(--size-25);
    margin-bottom: 0.3vw;
}
.con16_right_tt02 {
    font-size: 4.3229vw;
    color: #f4e6d9;
    display: flex;
    justify-content: center;
    align-items: center;       
}
.con16_right_tt02 .font01_800 {
    font-size: 4.1vw;
}
.con16_right_tt03 {
    margin-top: 0.3vw;
    margin-bottom: 2vw;
}
.con16_right_tt04 {
    text-align: center;
    font-size: var(--size-35);
    margin-bottom: 3vw;
}
.con16_right_tt04 span.font01_700 {
    font-size: var(--size-45);
}
.con16_12 {
    width: 132.297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -17vw;
}
.con16_13 {
    width: 92.5588%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 58%;
    pointer-events: none;
}
.con16_09 {
    width: 36.6842%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 24%;
    animation: ddm 3s infinite linear;
}
.con16_10 {
    width: 41.1228%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
    top: 9%;
    animation: ddm2 3s infinite linear;
}
.con17 {
    background-color: #ededed;
    padding-top: 6vw;
    padding-bottom: 7.3vw;
}
.con17_01 {
    width: 10.0788%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con17_title {
    font-size: var(--size-60);
    margin-bottom: 2.5vw;
}
.con17_map {
    width: 75.5906%;
    display: flex;
    justify-content: center;
    align-items: center;    
    border: 1px solid #9c151c4d;
}
.con17_05 {
    width: 94.3308%;
    display: flex;
    justify-content: center;
    align-items: center;    
    bottom: 0%;
}
.con18 {
    background-color: #ededed;
    padding-top: 3vw; 
    padding-bottom: 4vw;
}
.con18_main {
    width: 94.5933%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    background-image: url(/images/con18_02.jpg);
    padding: 4.3vw 0;
    overflow: hidden;
}
.con18_tt_wrap {
    margin-left: 10vw;
    margin-top: 5vw;
}
.con18_01 {
    width: 1.9271vw;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.con18_tt01 {
    font-size: var(--size-35);
    margin: 0.5vw 0;
}
.con18_tt02 {
    font-size: var(--size-65);
    margin-bottom: 4vw;
}
.con18_tt03 {
    font-size: var(--size-22);
    margin-bottom: 2vw;
}
.con18_tel {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    gap: 0.5vw;
}
.con18_tel_img {
    width: 2.0834vw;
    display: flex;
    justify-content: center;
    align-items: center;     
}
.con18_tel_tt {
    font-size: var(--size-50);
    margin-bottom: 0%;
}
.con18_form {
    width: 31.6316%;
    height: 38.5938vw;
    display: flex;
    justify-content: center;
    align-items: center;      
    background-color: #fff;
    margin-right: 3vw;
}
.con18_03 {
    width: 49.5561%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 17%;
    bottom: -47%;
}
.con18_04 {
    width: 46.6966%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -40%;
    left: 14%;
}
.con18_05 {
    width: 63.9419%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 75%;
    left: 15%;
}

















/* form1 - start */

div.form_wrap {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5vw 0;
}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form_input {
    width: 60%;
    height: 2.7083vw;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    border: 1px solid #cdb5a2;
    padding: 0 1vw;
}

.form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff25;
    box-sizing: border-box;
    padding-left: 0vw;
}

.form label {
    white-space: nowrap;

}

.form_input_box>label {
    font-size: var(--size-22);
  font-family: 'Paperlogy-6SemiBold';      
}

/* .form_input_01,
.form_input_02,
.form_input_03,
.form_input_04,
.form_input_05 {
    width: 77%;
} */

.form_input_06 {
    width: 73.5%;
    height: 80%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con17_07.png) no-repeat;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
}

.form_check_wrap {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_check_wrap01 {
    gap: 0.5vw;
}

.form_check_wrap01 label {
    width: 49%;
    height: 2.7083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    background-color: white;
    font-weight: 600;
    border: 1px solid #cdb5a2;
}

.form_check_wrap01 input:checked+label {
    background-color: #000;
    color: #fff;
}

.agree_text {
    cursor: pointer;
    color: #000;
}

.form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}


.footeer_agree_checkbox_01 {
    width: 0.9vw;
    height: 0.9vw;
    outline: 2px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 90%;
    height: 90%;
    background-color: #000;
    position: absolute;
    border-radius: 50%;    
}

.form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--size-16);
    font-weight: 500;
    margin: 0.7vw 0 4.5vw;
}

.form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--main02-color);
    font-size: var(--size-20);
    font-family: 'Paperlogy-7Bold';  
    height: 3.5vw;
    color: #fff;
    border: none;
}

.form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
}

.form_star {
    color: #ad3630;
}

.form_star_top {
    top: -25%;
    left: 19.4vw;
}

.form_col select {
    color: #0000007a;
}

/* form1 - end */








/* map */
.map_mid_map_search_top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.map_mid_map_search_top>div {
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
}

.on2 {
    background: #000 !important;
    color: white !important;
    font-weight: 500 !important;
}

.off2 {
    font-weight: 500 !important;
}

.map_mid_map_search_mid {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9c151b;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.map_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    width: 86.7403%;
    height: 3.0729vw;
    padding-left: 9%;
    font-weight: 400;
    font-size: 1vw;
    border-radius: 5vw;
    box-sizing: border-box;
}

.map_mid_map_search_mid input::placeholder {
    color: #00000054;
}

.map_search_left_img {
    width: 27.942%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}

.map_mid_map_search_bottom {
    overflow-y: scroll;
    height: 80%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
}

.map_mid_map_search_item_address {
    width: 85%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.map_mid_map_search_item_tel {
    width: 85%;
}

.map {
    width: 100%;
    height: 30.3125vw;
    box-sizing: border-box;
    background-color: #fff;
}

.map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    font-family: 'pretendard Variable';
}

.map_search {
    width: 1.5104vw !important;
    right: 14%;
    cursor: pointer;
}

.con7_bottom_2 {
    width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_mid_map_search_item_title {
    font-size: 1vw;
    font-weight: 700;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.map_mid_map_search_item {
    width: 77%;
    margin: 0% auto;
    border-bottom: 1px solid #00000054;
    padding: 10% 0%;
    font-size: 0.8vw;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    color: #000;
    /* padding-left: 6vw; */

}

.map_mid_map_search {
    width: 25.2084%;
    background: white;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    top: 0%;
    border-right: 1px solid #9c151c4d;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
}

.map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
}

.map_plus {
    width: 8.255%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: 27%;
    cursor: pointer;
}
.sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
}

.map_link {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}

/* .map_mid_map_search_item_plus_con {
    top: 1vw;
    right: 0%;
    color: #000;
    padding: 0.1vw 0.6vw;
    border: 0.15vw solid #000;
    border-radius: 50vw;
    font-weight: 600;
    cursor: pointer;
} */



/* map 추가 css */




/*popup*/


div.popup {
    width: 50%;
    height: 21.042vw;
    top: 2%;
    border: 1px solid #000;
    background-color: #fff;
    box-sizing: border-box;
    justify-content: space-between;
    overflow: hidden;
}

.fixed_popup {
    height: 100vh;
    background: #00000045;
}

.popup_top {
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
}

.popup>p:nth-child(2) {
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}

.popup>p:nth-child(4) {
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
}

.popup>p:nth-child(5) {
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
}

.fixed_popup {
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
}

.popup_right_1st {
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
}

.popup_right>div>div:nth-child(1) {
    font-weight: 600;
    font-size: 1vw;
    margin-right: 0.5vw;

}

.popup_right>div>div:nth-child(1)>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_right>div>div:nth-child(2) {
    font-weight: 400;
    font-size: 0.85vw;
    width: 73%;
}

.popup_right>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 5%;
}

.popup_right {
    width: 54%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 4%;
}

.popup_img img {
    width: 100%;
}


.fixed_popup_con {
    width: 62%;
    height: 49%;
    background-color: #000;
    top: 31%;
    left: 20%;
    border-radius: 1vw;
}




.popup_img {
    width: 45.135%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}

.popup_img img {
    width: 108%;
}


.popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    left: 10%;
}

.popup_top_absol_2nd {
    width: 96.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 1.5%;
}

.popup_img_con {
    position: static !important;
    overflow: hidden;
}

.popup_right_6th_left {
    width: 31.77%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
}

.popup_img_con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_img_con img {
    height: 100%;
    object-fit: cover;
}

.popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 52.5%;
}

p.popup_right_2nd {
    width: 89%;
    font-size: 1.3vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.popup img {
    width: 100%;
}

.popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    border-radius: 50%;
}

.popup_close .absol {
    width: 60%;
    height: 2px;
    background-color: #000;
}

.popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
}

.popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
}



/* animation hidden */
.con01_main02_top_item ,
.con01_main02_tt02,
.con03_02,
.con03_main02_row_tt01,
.con06_01,
.con06_tt01,
.con06_tt02,
.con06_02,
.con08_01,
.con08_02,
.con08_title,
.con09_tt02 p,
.con09_tt01,
.con11_row02_tt01,
.con11_row02_tt02,
.con12_top_tt01,
.con12_top_tt02 .line,
.con12_title,
.con12_subTitle ,
.con13_01,
.con13_title .line,
.con14_top_tt01,
.con14_title .line,
.con14_top_tt02,
.con15_tt01,
.con16_left_tt01,
.con16_left_tt02 .line,
.con16_left_tt03,
.con16_graph_mid_tt,
.con18_01,
.con18_tt01,
.con18_tt02,
.con18_tt03




{
    overflow: hidden;
}