* {
    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;
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
/* font-family: 'Pretendard Variable'; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
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(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@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 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);
    }
    100% {
        transform: scale(1.02);
    }
}
@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 marqueeY {
    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);
    }
}


/* 퍼블시작 */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 400;
    font-size: 1.04vw;
}
section img {
    width: 100%;
}
.bold {
    font-weight: 700;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
/* image_sd end */


.intro {
    background-color: black;
    height: 46vw;
}
.intro_center_text_top {
    left: 5%;
    /* transition: all 1s; */
}
.intro_center_text_top > div {
    width: 51.706%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_center_text_top .absol {
    opacity: 1;
}
.intro_center_text_bottom {
    right: 5%;
    /* transition: all 1s; */
}
.intro_center_text_bottom > div {
    width: 51.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_left_top {
    width: 8.0315%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 5%;
    top: 10%;
}
.intro_01 {
    width: 61%;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: width 1s; */
}
/* .intro_01.intro_change {
    width: 100%;
} */

.intro_03 {
    width: 130.354%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* left: 130%; */
    left: 82%;
    top: 0%;
    /* transition: all 1s; */
}
.intro_left_top_line {
    width: 0vw;
    height: 1px;
    background-color: #1b7b34;
    left: 110%;
}
.intro_left_bottom {
    width: 16.063%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 5%;
    bottom: 10%;
}
.intro_15 {
    width: 60%;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: width 1s; */
}
.intro_17 {
    width: 73.053%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    /* left: 110%; */
    left: 71%;
}
.intro_left_bottom_line {
    width: 0vw;
    height: 1px;
    background-color: #ea9a43;
    left: 110%;
}
.intro_right {
    width: 8.0315%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 15%;
    right: 5%;
}
.intro_12 {
    width: 61%;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: width 1s; */
}
.intro_10 {
    width: 15.0661%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 110%;
    right: 10%;
}
.intro_right_line {
    width: 1px;
    height: 0vw;
    background-color: #da3822;
    bottom: 110%;
}
.intro_05 {
    width: 39.0026%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -19%;
    left: 42%;
    opacity: 1;
}
.intro_14 {
    width: 65.4593%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    right: 0%;
    top: 12%;
}
.intro_20 {
    width: 22.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    bottom: 0%;
}

.intro_h img {
    /* transition: all 1s ; */
}
.intro_h img.rltv {
    opacity: 0;
}
.intro_h {
    /* transition: all 1s; */
}
.intro_h_text img {
    /* transition: all 1s; */
}
.intro_h_text img.rltv {
    opacity: 0;
}

/* .intro.intro_change01 .intro_center_text_top {
    left: 0%;
}
.intro.intro_change02 .intro_center_text_top {
    left: -5%;
}
.intro.intro_change01 .intro_center_text_bottom {
    right: 0%;
}
.intro.intro_change02 .intro_center_text_bottom {
    right: -5%;
}
.intro.intro_change01 .intro_01 {
    width: 100%;
}
.intro.intro_change01 .intro_01 img.rltv {
    opacity: 1;
}
.intro.intro_change01 .intro_03 {
    left: 130%;
}
.intro.intro_change01 .intro_03 img.rltv {
    opacity: 1;
}
.intro.intro_change01 .intro_03 .intro_line {
    width: 100vw;
    height: 1px;
} */














.main {
    background-color: #000000;
    color: white;
}
.main_cover {
    padding-top: 5vw;
    padding-bottom: 10vw;
    box-sizing: border-box;
}
.main_01 {
    width: 21.9948%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
    overflow: hidden;
}
.main_center_wrap {
    margin-bottom: 6vw;
    box-sizing: border-box;
}
.main_center01 {
    width: 33.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 16vw; */
}
.main_center02 {
    width: 33.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 16vw; */
    margin-top: -1.45vw;
}
.main_02 {
    width: 16.4533%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.main_bottom_text {
    font-weight: 300;
    overflow: hidden;
}
.main_bg {
    width: 100%;
    height: 100%;
}
.main_bg_img {
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.main_bg_img01 {
    left: 19%;
    top: 12%;
}
.main_bg_img02 {
    left: 4%;
    top: 25%;
}
.main_bg_img03 {
    left: 0%;
    top: 46%;
}
.main_bg_img04 {
    left: 21%;
    top: 42%;
}
.main_bg_img05 {
    left: 8%;
    top: 68%;
}
.main_bg_img06 {
    left: 67%;
    top: 14%;
}
.main_bg_img07 {
    left: 77%;
    top: 23%;
}
.main_bg_img08 {
    left: 74%;
    top: 45%;
}
.main_bg_img09 {
    left: 63%;
    top: 73%;
}
.main_bg_img10 {
    left: 86%;
    top: 64%;
}


.con01_main {
    flex-wrap: wrap;
}
.con01_main_item {
    width: 50%;
    box-sizing: border-box;
    height: 25vw;
    position: relative;
}
.con01_main_item_text {
    font-size: 1vw;
    overflow: hidden;
}
.con01_main_item01 {
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-top: 4vw;
    padding-left: 5vw;
    color: #ba1313;
}
.con01_05 {
    width: 31.3693%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    margin-left: 0.5vw;
    overflow: hidden;
}
.con01_10 {
    width: 100.927%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    bottom: 0%;
}
.con01_11 {
    width: 100.927%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 0%;
}
.con01_11 img {
    transform: rotate(180deg);
}

.con01_main_item02 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 300;
}
div.con01_main_item02_cover {
    left: 0%;
    top: 0%;
    height: 100%;
    align-items: flex-end;
    box-sizing: border-box;
    padding-right: 5vw;
    gap: 2vw;
}
.con01_main_item02 > img {
    height: 100%;
    object-fit: cover;
}
.con01_06 {
    width: 10.2816%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con01_main_item03 {
    background-color: #b32424;  
    color: white; 
    font-weight: 300;
}
div.con01_main_item03_cover {
    left: 0%;
    top: 0%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    box-sizing: border-box;
    padding-left: 5vw;
    padding-bottom: 3vw;
    gap: 1vw;
}
.con01_07 {
    width: 11.4381%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con01_main_item04 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 5vw;
    padding-bottom: 3vw;
    gap: 2vw;
    color: #1b7b34;
}
.con01_08 {
    width: 18.5698%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con01_center {
    width: 36.378%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_03 {
    width: 37.369%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 93%;
}
.con01_04 {
    width: 36.5033%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 91%;
}
.con01_01 {
    width: 27.7021%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1%;
    bottom: 10%;
}
.con02 {
    background-color: #000000;
    padding: 7vw 9vw;
    box-sizing: border-box;
}
div.con02_top {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5vw;
}
.con02_01 {
    width: 18.2951%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_02 {
    width: 21.5047%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: 1vw;
    margin-top: 8vw;
}
.con02_top_text {
    width: max-content;
    color: white;
    top: 120%;
    left: 0%;
    font-size: 1.4vw;
    font-weight: 300;
}
.con02_03 {
    width: 42.3675%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2vw;
}
.con02_bottom_item {
    width: 25%;
    height: 23vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    font-family: "Noto Serif KR", serif;
}
.con02_bottom_con {
    width: 96%;
    height: 100%;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ba1313;
    overflow: hidden;
    font-size: 1.5vw;
}
.con02_bottom_item02 .con02_bottom_con {
    background-color: #b32424;
    color: white;
}
.con02_bottom_item04 .con02_bottom_con {
    background-color: #b32424;
    color: white;
}
.con02_05 {
    width: 33.19%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 13%;
}
.con02_bottom_text01 {
    left: 9%;
    bottom: 8%;
    line-height: 1.3;
}
.con02_line01 {
    height: 1px;
    width: 100%;
    background-color: #b32424;
    left: 75%;
    bottom: 19%;
}
.con02_bottom_text02 {
    display: flex;
    line-height: 1.1;
    align-items: flex-end;
    gap: 0.5vw;
    left: 9%;
    bottom: 8%;
}
.con02_bottom_text02 p {
    display: flex;
    flex-direction: column;
}
.con02_margin {
    margin-bottom: 0.5vw;
}
.con02_line02 {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    left: 22%;
    bottom: 93%;
}
.con02_bottom_text03 {
    line-height: 1.3;
    left: 9%;
    top: 8%;
}
.con02_line03 {
    height: 1px;
    width: 100%;
    background-color: #b32424;
    left: 75%;
    bottom: 72%;
}
.con02_bottom_text04 {
    display: flex;
    line-height: 1.1;
    gap: 0.5vw;
    left: 9%;
    top: 4%;
}
.con02_bottom_text04 p {
    display: flex;
    flex-direction: column;
}
.con02_line04 {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    left: 12%;
    top: 105%;
}
.con02_bottom_con_absol {
    height: 100%;
    background-color: white;
    bottom: 100%;
    transition: all 0.5s;
}
.con02_bottom_item:hover .con02_bottom_con_absol {
    bottom: 0%;
}
.con02_bottom_item.con02_change .con02_bottom_con_absol {
    bottom: 0%;
}
.con02_bottom_item02 .con02_bottom_con_absol,
.con02_bottom_item04 .con02_bottom_con_absol {
    background-color: #b32424;
}
.con02_bottom_con_absol {
    text-align: center;
    gap: 1vw;
}
.con02_bottom_con_absol_top_text {
    font-size: 1.2vw;
    line-height: 1.3;
}
.con02_bottom_con_absol_img {
    width: 89.3987%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_bottom_con_absol_bottom_text {
    font-size: 0.85vw;
    font-weight: 500;
}
.con02_bottom_item02 .con02_bottom_con_absol_bottom_text,
.con02_bottom_item04 .con02_bottom_con_absol_bottom_text {
    font-weight: 400;
}
.con02_04 {
    width: 31.9587%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    top: 17%;
}
.con02_10 {
    width: 34.5283%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 13%;
}
.con02_11 {
    width: 34.5283%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
    right: 13%;
}
.con02_12 {
    width: 33.4576%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
    right: 13%;
}
.con03_main {
    width: 100%;
    height: 53vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con03_main_bg {
    width: calc(100% / 4);
    height: 100%;
    display: flex;
    top: 0%;
    transition: all 0.3s;
    overflow: hidden;
}
.con03_main_bg01 {
    left: 0%;
}
.con03_main_bg02 {
    left: 25%;
}
.con03_main_bg03 {
    left: 50%;
}
.con03_main_bg04 {
    left: 75%;
}
.con03_main_bg img {
    width: 100vw;
    transition: all 0.3s;
}
.con03_main_bg01 img {
    transform: translateX(0%);
}
.con03_main_bg02 img {
    transform: translateX(-25%);
}
.con03_main_bg03 img {
    transform: translateX(-50%);
}
.con03_main_bg04 img {
    transform: translateX(-75%);
}
.con03_item {
    width: calc(100% / 4);
    height: 100%;
    box-sizing: border-box;
    border: 0.1vw solid white;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.3s;
    border-right: none;
}
.con03_item04 {
    border-right: 0.1vw solid white;
}
.con03_item_text {
    bottom: 15%;
    font-size: 1.5vw;
    left: 10%;
    line-height: 1.3;
    font-weight: 200;
    transition: all 0.3s;
}
.con03_item03 .con03_item_text ,
.con03_item04 .con03_item_text {
    bottom: 13%;
}
.con03_top {
    top: 15%;
    z-index: 1;
    pointer-events: none;
}
.con03_01 {
    width: 15.0656%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con03_title {
    gap: 5vw;
}
.con03_02 {
    width: 15.2231%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con03_03 {
    width: 13.2283%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateX(-2vw);
}
.con03_item_text_h {
    bottom: 12%;
    left: 10%;
    font-size: 0.85vw;
    transition: all 0.3s;
    opacity: 0;
    font-weight: 100;
    line-height: 1.5;
}

/* con03_change */
.con03_item.con03_change {
    background-color: #00000080;
}
.con03_item.con03_change .con03_item_text {
    transform: translateY(-3vw);
}
.con03_item.con03_change .con03_item_text_h {
    opacity: 1;
}
.con03_main_bg.con03_change {
    width: 100%;
    left: 0%;
    z-index: 1;
}
.con03_main_bg.con03_change img {
    transform: translateX(0%);
}


.con04 {
    background-color: #000000;
}
.con04_sd {
    background-color: white;
    position: relative;
    z-index: 1;
}
div.con04_main {
    align-items: flex-start;
    padding-top: 7vw;
    padding-bottom: 10vw;
    padding-left: 12vw;
    box-sizing: border-box;
    color: white;
}
.con04_01 {
    width: 37.8202%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con04_top_text {
    font-family: "Noto Serif KR", serif;
    font-size: 2vw;
    margin-bottom: 10vw;
}
.con04_bottom_text01 {
        font-size: 1.64vw;
    margin-bottom: 1.5vw;
    line-height: 1.3;
}
.con04_bottom_text02 {
    line-height: 1.5;
}
.con04_line_wrap {
    width: 70%;
    height: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 0%;
    top: 58%;
}
.con04_line01 {
    width: 100%;
    height: 100%;
    background-color: white;
}
.con04_line02 {
    width: 0%;
    height: 100%;
    background-color: #b32424;
    transition: width 0.3s;
}
.con04_07 {
    width: 29.6946%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
}
.con04_07 > div {

}
.con04_02 {
    width: 56.988%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4%;
    left: -31%;
    transform-origin: top center;
    transform: rotate(40deg);
}
.con04_03 {
    width: 56.988%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -30%;
    top: -32%;
    transform-origin: top left;
    transform: rotate(-40deg);
}
.con04_04 {
    width: 44.9533%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -19%;
    bottom: -15%;
    transform-origin: top right;
    transform: rotate(40deg);
}
.con04_05 {
    width: 44.9533%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -56%;
    transform-origin: left;
    transform: rotate(-40deg);
}
.con04_06 {
    width: 60.1737%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    bottom: -32%;
    transform-origin: bottom left;
    transform: rotate(40deg);
}

.con05 {
    background-color: #000000;
}
.con05_top {
    margin-bottom: 4vw;
}
.con05_01  {
    width: 15.9055%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    padding: 0 1vw;
}
.con05_top_line {
    width: 100%;
    height: 1px;
    background-color: white;
}


.con05_main_wrap {
    padding: 0vw 0 8vw;
    background-color: black;
}
.con05_menu_tab_wrap {
    margin-bottom: 5vw;
}
.con05_menu_tab {
    width: 15%;
    color: white;
    font-size: 1.3vw;
    cursor: pointer;
    padding: 0.7vw 0;
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_02 {
    width: 10.5206%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 92%;
}
.con05_menu_tab:hover {
    color: #ba1313;
}
.con05_menu_tab.con05_change {
    color: #ba1313;
}
.con05_menu_wrap {
    width: 70%;
    padding-bottom: 8vw;
}
div.con05_menu {
    display: none;
    flex-wrap: wrap;
    gap: 8vw 0;
    justify-content: flex-start;
}
div.con05_menu.con05_change {
    display: flex;
}
.con05_menu_item {
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.con05_menu_img {
    width: 90%;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s;
}
.con05_menu_img img {
    height: 100%;
    object-fit: cover;
}
.con05_menu_title {
    width: 90%;
    height: 3vw;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.3vw;
    background-color: white;
    color: #ba1313;
    transition: all 0.3s;
}

.con05_more {
    border: 0.1vw solid #ffffff;
    color: white;    
    padding: 0.5vw 2vw;
    border-radius: 3vw;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.3s;
}
.con05_more:hover {
    border: 0.1vw solid #b32424;
    background-color: #b32424;
}
div.con05_menu_item_des {
    width: 90%;
    height: 100%;
    text-align: center;
    color: white;
    background-color: #b32424;
    box-sizing: border-box;
    padding: 0 1vw;
    opacity: 0;
    transition: all 0.3s;
}
.con05_des_title {
    font-size: 1.3vw;
    margin-bottom: 2vw;
}
.con05_des {
    font-size: 0.9vw;
}
.con05_menu_item:hover .con05_menu_item_des {
    opacity: 1;
}

.con06 {
    background-color: #000000;
    color: white;
    padding-bottom: 10vw;
}
div.con06_top {
    justify-content: flex-start;
    padding-left: 12vw;
    box-sizing: border-box;
    margin-bottom: 15vw;
}
.con06_top_text {
    font-weight: 100;
    font-size: 2vw;
}
.con06_top_right {
    width: 30%;
    height: 10vw;
    right: 0%;
    top: 0%;
    overflow: hidden;
}
.con06_top_right_text {
    font-size: 1.5vw;
    font-weight: 300;
    overflow: hidden;
}
.con06_top_percent {
    font-size: 4vw;
    font-weight: 100;
    bottom: 0%;
    left: 32%;
}
.con06_top_right_line {
    width: 100%;
    height: 1px;
    background-color: white;
    top: 9%;
    left: 26%;
}
.con06_ct {
    font-family: 'Butler ExtraBold';
    font-size: 8vw;
    bottom: -13%;
    color: #ba1313;
}
.con06_01 {
    width: 36.9029%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con06_02 {
    width: 8.81122%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 38%;
}
.con06_01_side_star {
    width: 4.26349%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 57%;
}
.con06_01_side_star01 {
    right: 102%;
}
.con06_01_side_star02 {
    left: 102%;
}
div.con06_circle_div {
    width: 130%;
    border-top: 1px solid white;
    border-radius: 50%;
    justify-content: flex-start;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
div.con06_circle_div:hover .con06_circle_title {
    font-weight: 700;
}
div.con06_circle_div01 {
    height: 50vw;
    border-top: 1px solid white;
    margin-bottom: -24vw;
    z-index: 0;
    transition: all 0.3s;
    transform: translateY(40%);
}
div.con06_circle_div01:hover .con06_03 {
    transform: translateY(0%);
}
.con06_03 {
    transform: translateY(30%);
    transition: all 0.3s;
}
div.con06_circle_div08 {
    transition: border 0.3s;
}
div.con06_circle_div01:hover {
    transform: translateY(0%);
}
div.con06_circle_div01:hover ,
div.con06_circle_div08:hover{
    border-top: 1px solid #b32424;
}
.con06_circle_div02 {
    height: 55vw;
    margin-bottom: -49vw;
    background-color: #000000;
}
.con06_circle_div03 {
    height: 60vw;
    margin-bottom: -54vw;
}
.con06_circle_div04 {
    height: 65vw;
    margin-bottom: -59vw;
}
.con06_circle_div05 {
    height: 70vw;
    margin-bottom: -64vw;
}
.con06_circle_div06 {
    height: 75vw;
    margin-bottom: -69vw;
}
.con06_circle_div07 {
    height: 80vw;
    margin-bottom: -72vw;
}
.con06_circle_div08 {
    height: 85vw;
    margin-bottom: -64vw;
}
.con06_circle_title {
    font-size: 1.8vw;
    font-weight: 200;
    margin-top: 2vw;
    text-align: center;
/*    overflow: hidden;*/
    transition: font-weight 0.3s;
}
.con06_circle_div01 .con06_circle_title ,
.con06_circle_div08 .con06_circle_title {
    color: #ba1313;
    font-weight: 300;
}
.con06_circle01_con {
    margin-top: 2vw;
    gap: 3vw;
}
.con06_03 {
    width: 19.583%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con06_circle01_con_right {
    width: 19.85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3vw;
}
.con06_circle01_con_right_top {
    width: 75.748%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_circle01_con_right_bottom {
    line-height: 1.5;
    font-size: 0.9vw;
}
.con06_circle08_mid {
    width: 15.7876%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vw 0;
}
.con06_06 {
    width: 95.4528%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con06_circle08_bot {
    text-align: center;
    line-height: 1.5;
    font-size: 0.9vw;
}
.con07 {
    background-color: #b32424;
    padding-top: 7vw;
    color: white;
}
.con07_01 {
    width: 41.9948%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con07_top_text {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 3vw;
    font-size: 0.95vw;
}
.con07_slide01 {
    margin-bottom: 1.5vw;
}
.con07_slide01 .swiper-wrapper {
    pointer-events: none;
}
.con07_slide01_video {
    width: 100%;
    height: 25vw;
    overflow: hidden;
    position: relative;
}
.con07_slide01_video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000c5;
    position: absolute;
    left: 0%;
    top: 0%;
    transition: all 0.3s;
}
.con07_slide01 .swiper-slide-active .con07_slide01_video::after {
    background-color: #00000000;
}
.con07_slide01 iframe {
    width: 100%;
    height: 41vw;
    pointer-events: none;
    transform: translateY(-8vw);
}
div.con07_slide01_next {
    right: 34%;
}
div.con07_slide01_prev {
    left: 34%;
}
.con07_slide01_next::after ,
.con07_slide01_prev::after {
    color: #ffffff;
}
.con07_bottom_text {
    margin-bottom: 1.5vw;
    font-size: 1.5vw;
    font-weight: 200;
    overflow: hidden;
}
.con07_bottom_sd {
    padding: 0;
}

.con08 {
    padding: 7vw 0 7vw;
    background-color: #b32424;
    box-sizing: border-box;
}
.con08 > div {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
.con08_top {
    padding-left: 10vw;
    margin-bottom: 5vw;
}
.con08_top_left {
    width: 38.02%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
}
.con08_01 {
    width: 59.3078%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin-left: 2vw;
    padding: 3vw 0;
}
.con08_19 {
    width: 100.024%;
    height: 16.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con08_19 video {
    width: 100%;
}
.con08_top_ct_wrap {
    width: 35%;
    height: 8.5vw;
    color: white;
    bottom: 0%;
    right: 0%;
}
.con08_top_ct {
    font-size: 6vw;
    font-family: 'Butler ExtraBold';
    bottom: 0%;
    left: 0%;
}
.con08_percent {
    font-size: 3.6vw;
    right: 11%;
    bottom: 8%;
    font-weight: 200;
}
div.con08_top_slide {
    width: 61.98%;
    height: 29.143vw;
    background-color: white;
    padding-top: 5vw;
    box-sizing: border-box;
}
.con08_top_slide .swiper-wrapper {
    transition-timing-function: linear;
}
.con08_top_slide_img {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_11 {
    top: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_bottom {
    padding-right: 10vw;
}
.con08_bottom_right {
    width: 38.02%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
}
.con08_12 {
    width: 78.0527%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    margin-right: 2vw;
}
.con08_17 {
    width: 100.024%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_bottom_text {
    color: white;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    left: 3vw;
    bottom: 2vw;
}
.con08_bottom_text p {
    transition: all 0.3s;

}
div.con08_bottom_slide {
    width: 61.98%;
    height: 29.143vw;
    background-color: white;
    padding-top: 4vw;
    box-sizing: border-box;
}
.con08_bottom_slide .swiper-wrapper {
    transition-timing-function: linear;
}
.con08_bottom_slide_img {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_18 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
}
.con09_bg {
    width: 101.312%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.con09_cover {
    height: 100%;
    justify-content: flex-start;
    padding-top: 5vw;
    box-sizing: border-box;
}
.con09_01 {
    width: 20.21%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
div.con09_table {
    width: 57%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid white;
}
.con09_table_hd {
    width: 100%;
    display: flex;
    background-color: #000000;
    font-family: 'pretendard-regular';
    font-size: 1.1vw;
    color: white;
    font-weight: 300;
}
.con09_table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.con09_table_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'pretendard-regular';
}
.con09_table_center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con09_table_right {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'pretendard-regular';
}
.con09_table_hd > div {
    padding: 1vw 0;
}
.con09_table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
}
.con09_table_tr > div {
    padding: 1vw 0;
    line-height: 1.3;
}
.con09_table_body .con09_table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
}
.con09_table_bot01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b32424;
    padding: 1vw 0;
    color: white;
    font-size: 1.8vw;
}
.con09_table_bot01 span {
    margin-left: 5vw;
}
.con09_ct {
    right: 47.1%;
}
.con09_table_bot02 {
    width: 57%;
    color: white;
    opacity: 0.5;
    line-height: 1.5;
    margin-top: 1vw;
    font-size: 0.8vw;
    margin-bottom: 5vw;
}
.con09_line {
    width: 23%;
    height: 0.1vw;
    background-color: #b32424;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.con09_color {
    color: #b32424;
    font-weight: bold;
    left: 65%;
}
.con09_02 {
    width: 81.2906%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 90%;
}
.con09_03 {
    width: 81.2906%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 90%;
}

/* form */
div.form_main {
    width: 95%;
    box-sizing: border-box;
    border: 0.05vw solid #212121;
}
.form_main > div {
    width: 50%;
    height: 38vw;
    box-sizing: border-box;
}
.form_left {
    background-color: #b32424;
    padding: 0vw 3vw 2vw;
    display: flex;
    align-items: flex-end;
}
.form_01 {
    width: 17.5272%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    overflow: hidden;
}
.form_left_text {
    color: white;
    font-weight: 200;
    line-height: 1.8;
}
.form_02 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 0%;
}
.form_02 img {
    height: 100%;
}
.form_left_top_text {
    font-family: "Noto Serif KR", serif;
    font-size: 1.6vw;
}
.form_left_bottom_text {
    font-size: 0.98vw;
}
.form_right{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 3vw;
}
.form_row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% -19% 4% 0%;
}
.form_text{
    font-size: 1.3vw;
    white-space: nowrap;
    z-index: 1;
}
.form_input_s{
    background-color: #f4f4f400;
    appearance: none;
    border: none;
    outline: none;
    width: 25%;
    height: 1.5vw;
    border-bottom: 1px solid #000000;
    text-align: center;
    margin: 0% 2% 0% 2%;
    font-size: 1.3vw;
}
.form_input_s::placeholder {
    font-size: 1.2vw;
    font-weight: 300;
    opacity: 0.5;
}
.form_input{
    appearance: none;
    border: none;
    outline: none;
    width: 48%;
    height: 1.5vw;
    text-align: center;
    margin: 0% 2% 0% 2%;
    font-size: 1.3vw;
    border-bottom: 1px solid #000000;
}
.form_input::placeholder {
    font-size: 1.2vw;
    font-weight: 300;
    opacity: 0.5;
}
.form_essential{
    color: #ba1313;
    top: -35%;
    left: -1.5%;
    font-size: 1vw;
}
.form_submit_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 3vw;
    background-color: #b32424;
    cursor: pointer;
    pointer-events: all;
}
.form_submit_text{
    font-size: 1.3vw;
    white-space: nowrap;
    z-index: 1;
    color: white;
    font-family: 'pretendard-bold';
}
.form_margin{
    margin: 0% 0% 3% 0%;
}
.form_select_box_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.form_select_box_div > div{
    margin: 0% 1% 0% 1%;
    cursor: pointer;
}
.form_select_box_left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 2vw;
    font-size: 1.3vw;
    white-space: nowrap;
    z-index: 1;
    color: #ba1313;
    border: 1px solid #b32424;
    background-color: #ffffff;
    border-radius: 25vw;
}
.form_select_box_right{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 2vw;
    font-size: 1.3vw;
    white-space: nowrap;
    z-index: 1;
    color: #ba1313;
    border: 1px solid #b32424;
    background-color: #ffffff;
    border-radius: 25vw;
}
.form_select_box_div_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.form_select_box_div_02 > div{
    margin: 0% 1% 0% 1%;
    cursor: pointer;
}
.form_select_box_left_02 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 2vw;
    font-size: 1.3vw;
    white-space: nowrap;
    z-index: 1;
    color: #ba1313;
    border: 1px solid #b32424;
    background-color: #ffffff;
    border-radius: 25vw;
}
.form_select_box_right_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 2vw;
    font-size: 1.3vw;
    white-space: nowrap;
    z-index: 1;
    color: #ba1313;
    border: 1px solid #b32424;
    background-color: #ffffff;
    border-radius: 25vw;
}
.selected{
    color: #ffffff !important;
    border: 1px solid #b32424 !important;
    background-color: #b32424 !important;
    font-weight: 500 !important;
}
/* form */



















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

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

}
