* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
    font-family: "Noto Sans KR", sans-serif;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.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;
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
@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: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    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';
    src: url('/font/VITRO_CORE_OTF.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: "Noto Sans KR", sans-serif;
    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 marquee3 {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@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 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 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);
    }
}
@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes run {
    0% {
        transform: rotate(-4deg) translateY(0px)
    }
    50% {
        transform: rotate(4deg) translateY(-30px) 
    }
    100% {
        transform: rotate(-4deg) translateY(0px)
    }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes twist {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@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 content_bg {
    0% {
        background: url(/images/con2_11.png) 0 0 fixed;
        background-color: #315247;
    }
    100% {
        background: url(/images/con2_11.png) 1000% 0 fixed;
        background-color: #315247;
    }
}
@keyframes content_bg_02 {
    0% {
        background: url(/images/con2_11.png) 0 0 fixed;
        background-color: #CAE3AA;
    }
    100% {
        background: url(/images/con2_11.png) 1000% 0 fixed;
        background-color: #CAE3AA;
    }
}
@keyframes fall {
    0% {
      top: -0%; 
      opacity: 1;
      transform: rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateY(150deg) rotateZ(120deg);
      transform-origin: center center;
      top: 100%; 
      opacity: 0; 
    }
}
/* circle_move -start */
@keyframes uitLineMove {
    0% { stroke-dashoffset: 339.292; }
    100% { stroke-dashoffset: 40; }
}
@media (prefers-reduced-motion: no-preference) {
    .circle-animation {
        animation: uitLineMove 2.5s ease-in forwards;
    }
    .counter-animation {
        animation: counter 2.5s ease-in forwards;
        counter-reset: num var(--num);
    }
    .counter-animation::after {
        content: counter(num);
    }
}
/* circle_move - end */
/* circle_ct -start */
@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}
@media (prefers-reduced-motion: no-preference) {
    .circle-animation {
        animation: uitLineMove 2.5s ease-in forwards;
    }
    .counter-animation {
        animation: counter 2.5s ease-in forwards;
        counter-reset: num var(--num);
    }
    .counter-animation::after {
        content: counter(num);
    }
}

@keyframes counter {
    from {
        --num: 0;
    }
    to {
        --num: 175;
    }
}
/* circle_ct -end */
.main{
    flex-direction : column;
}
.main_content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    z-index: 2;
    padding: 11% 0% 7% 0%;
}
.main_video{
    width: 120%;
    height: 70vw;
}
.main_video_bg{
    width: 100%;
    height: 70vw;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
}
.main_top{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 90%;
}
.main_bottom{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 80%;
    margin: 0% -4% 0% 0%;
}
.main_01{
    width: 26%;
}
.main_02{
    padding: 1% 0% 2.5% 0%;
    width: 55%;
}
.main_03{
    width: 31%;
}
.main_04{
    padding: 3% 0% 3% 0%;
    width: 18%;
    cursor: pointer;
}
.main_05{
    width: 5%;
    left: -5%;
    cursor: pointer;
}
.main_06{
    width: 100%;
}
.main_07{
    width: 1%;
}
.main_07_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    left: 10%;
}

.con1{
    flex-direction: column;
}
.con1_content{
    background: url("/images/con01_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 4% 0% 1% 0%;
}
.con1_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 50%;
}
.con1_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 50%;
    margin: 0% 0% 0% 7%;
}
.con1_right_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    width: 100%;
    font-family: 'Pretendard-bold';
    background: linear-gradient(to right, #07224d, #1b4992);
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 1px solid #000;
    padding: 0% 0% 9% 0%;
}
.con1_right_mid{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    width: 100%;
    font-family: 'Pretendard-bold';
    background: linear-gradient(to right, #07224d, #1b4992);
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 1px solid #000;
    padding: 3% 0% 9% 0%;
}
.con1_right_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    width: 100%;
    font-family: 'Pretendard-bold';
    background: linear-gradient(to right, #07224d, #1b4992);
    -webkit-background-clip: text;
    color: transparent;
    padding: 3% 0% 9% 0%;
}
.con1_scr{
    width: 110%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform-origin: top;
    z-index: 1;
    padding: 1% 0% 1% 0%;
    background-color: #0e1620;
}
.con1_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con1_sd_next{
    right: 101%;
}
.con01_01{
    width: 61%;
}
.con01_02{
    top: -51%;
    left: 73%;
    width: 17%;
}
.con01_03{
    width: 24%;
}
.con01_03_p{
    margin: 0% 2% -6% 5%;
    font-size: 5vw;
}
.con01_03_ct{
    margin: 0% 0% -7% 0%;
    font-size: 5vw;
}
.con01_04{
    width: 14%;
}
.con01_04_p1{
    margin: 0% 2% -6% 15%;
    font-size: 5vw;
}
.con01_04_p2{
    margin: 0% 0% -10% 0%;
    font-size: 3vw;
}
.con01_04_ct{
    margin: 0% 0% -7% 0%;
    font-size: 5vw;
}
.con01_05{
    width: 17%;
}
.con01_05_p1{
    margin: 0% 2% -6% 12%;
    font-size: 5vw;
}
.con01_05_p2{
    margin: 0% 0% -10% 0%;
    font-size: 3vw;
}
.con01_05_ct{
    margin: 0% 0% -7% 0%;
    font-size: 5vw;
}

.con2{
    flex-direction: column;
}
.con2_content{
    background: url("/images/con02_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 4% 0% 6% 0%;
}
.con2_top{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 85%;
    padding: 0% 0% 3% 0%;
}
.con2_bottom{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 80%;
}
.con2_bottom_left{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 50%;
}
.con2_bottom_left_left{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con2_bottom_left_right{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con2_bottom_right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    width: 50%;
}.con2_bottom_right_left{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con2_bottom_right_right{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con02_01{
    width: 30%;
}
.con02_02{
    z-index: 1;
}
.con02_03{
    z-index: 1;
}
.con02_04{
    z-index: 1;
}
/*
.con02_04_01{
    left: 4.75%;
    top: -0.15%;
}
*/
.con02_05{
    z-index: 1;
}
.con2_bottom_left_left > img{
    width: 90%;
}
.con2_bottom_left_right > img{
    width: 90%;
}
.con2_bottom_right_left > img{
    width: 90%;
}
.con2_bottom_right_right > img{
    width: 90%;
}

/* .con2_bottom_left_left:hover .absol{
    transform: scaleX(-1);
    z-index: 1;
    transition: all 0.5s;
}
.con2_bottom_left_left:hover .con02_02{
    transform: scaleX(-1);
    z-index: 0;
    transition: all 0.5s;
}
.con2_bottom_left_right:hover .absol{
    transform: scaleX(-1);
    z-index: 1;
    transition: all 0.5s;
}
.con2_bottom_left_right:hover .con02_03{
    transform: scaleX(-1);
    z-index: 0;
    transition: all 0.5s;
}
.con2_bottom_right_left:hover .absol{
    transform: scaleX(-1);
    z-index: 1;
    transition: all 0.5s;
}
.con2_bottom_right_left:hover .con02_04{
    transform: scaleX(-1);
    z-index: 0;
    transition: all 0.5s;
}
.con2_bottom_right_right:hover .absol{
    transform: scaleX(-1);
    z-index: 1;
    transition: all 0.5s;
}
.con2_bottom_right_right:hover .con02_05{
    transform: scaleX(-1);
    z-index: 0;
    transition: all 0.5s;
} */

.absol,
.con02_02,
.con02_03,
.con02_04,
.con02_05 {
    transition: all 0.5s;
}

/* 공통 스타일 및 호버 효과 */
.con2_bottom_left_left:hover .absol,
.con2_bottom_left_right:hover .absol,
.con2_bottom_right_left:hover .absol,
.con2_bottom_right_right:hover .absol {
    transform: translateY(-10px);
    z-index: 1;
    display: black;
}

/* 개별 이미지 스타일 및 호버 효과 */
.con2_bottom_left_left:hover .con02_02,
.con2_bottom_left_right:hover .con02_03,
.con2_bottom_right_left:hover .con02_04,
.con2_bottom_right_right:hover .con02_05 {
    transform: translateY(-10px);
    z-index: 0;
    display: none;
}

.con3{
    flex-direction: column;
}
.con3_content{
    background: url("/images/con03_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 6% 0% 6% 0%;
}
.con3_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 43%;
}
.con3_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 43%;
}
.con03_01{
    width: 68%;
}
.con03_02{
    top: 30%;
    width: 22%;
}
.con03_03{
    width: 76%;
}
.con03_ct{
    top: 41%;
    left: 28%;
    color: #ffffff;
    font-size: 9vw;
    font-weight: 900;
    font-family: 'Pretendard-bold';
}
.con03_text{
    top: 57%;
    left: 62%;
    color: #ffffff;
    font-size: 4vw;
    font-weight: 900;
    font-family: 'Pretendard-bold';
}
/* circle_progress - start */
.circle_progress_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.circle_progress {
    transform: rotate(-35deg);
    width: 67%;
}
.frame, .bar {
    fill: none;
}
.frame {
    stroke: transparent;
}
.bar {
    stroke-linecap: round;
}
#control{
    display: none;
}
/* circle_progress - end */

.con4{
    flex-direction: column;
}
.con4_content{
    background: url("/images/con04_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 7% 0% 7% 0%;
}
.con4_top{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con4_bottom{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 4% 0% 0% 0%;
}
.con4_bottom_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 70%;
    margin: 0% 0% 0% 5%;
}
.con4_bottom_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 30%;
    margin: 0% 0% -10% -24.2%;
}
.con4_bottom_right > img{
    margin: 0% 0% 3.5% 0%;
    width: 93%;
}
.check_img_div{
    flex-direction: column;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    top: -1.5%;
    left: -38.9%;
    z-index: 1;
}

.check_img_div > div{
    width: 2vw;
    height: 2vw;
    margin: 0% 0% 10.5% 0%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
}
.check_img_div > div > img{
    width: 2vw;
}
.con04_01{
    width: 44%;
}
.con04_02{
    width: 116%;
    z-index: 1;
}

.con5{
    flex-direction: column;
}
.con5_content{
    background: url("/images/con05_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%; 
    padding: 9% 0% 3% 0%;
}
.con5_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:flex-start;
    width: 100%; 
}
.con5_top_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 30%; 
    padding: 0% 0% 0% 6%;
}
.con5_top_right{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items:center;
    width: 70%; 
}
.con5_swiper{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0% -10% 0% 0%;
}
.con5_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con5_swiper_slide > img{
    width: 100%;
}
.con5_mid{
    display: flex;
    flex-direction : row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 9% 0% 2% 0%;
}
.con5_bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 115%;
    margin: 0% 0% 0% -7%;
}
.con5_bottom_left{
    display: flex;
    flex-direction : row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
.con5_bottom_right{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.con5_scr{
    width: 110%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform-origin: top;
    z-index: 1;
    padding: 1% 0% 1% 0%;
    background-color: #07224d;
}
.con5_scr_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con5_scr_sd_next{
    right: 101%;
}
.con5_bottom_left > img {
    margin: 0% -14% 0% 0%;
    width: 50%;
}
.con5_bottom_right > img{
    margin: 0% -14% 0% 0%;
    width: 50%;
}
.con05_01{
    width: 90%;
}
.con05_04{
    z-index: 2;
    left: 7%;
    width: 42%;
}
.con05_07{
    margin: 0% 2% 0% 2%;
    width: 31%;
}
.con05_08{
    width: 30%;
}
.con05_09{
    width: 30%;
}

.con6{
    flex-direction: column;
}
.con6_content{
    background: url("/images/con06_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;  
    padding: 8% 0% 8% 0%;
}
.con6_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:flex-start;
    width: 100%;
}
.con6_top_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con6_top_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con6_bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;  
}
.con6_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 68%;
    background-color: white;
    border-radius: 20px;
}
.con6_bottom_div_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 4% 0%;
}
.con6_bottom_div_bottom{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items:center;
    width: 100%;
    padding: 4% 0% 5% 13%;
}
.con6_bottom_div_top > img{
    margin: 0% 1% 0% 1%;
    cursor: pointer;
}
.con06_08_01{
    width: 16%;
}
.con06_09{
    width: 15.5%;
}
.con06_10{
    width: 15.5%;
}
.con06_11{
    width: 16.5%;
}
.con06_12{
    width: 16.5%;
}
.con06_line{
    background-color: #afafaf;
    width: 88%;
    height: 1px;
}
.con06_01{
    top: 0%;
    left: 0%;
    width: 14%;
}
.con06_02{
    width: 81%;
}
.con06_03{
    margin: 12% 0% 0% -19%;
    width: 39%;
}
.con06_04{
    margin: 0% 0% 0% -20%;
    width: 100%;
    animation: linear infinite 10s rotate_image;
}
.con06_05{
    z-index: 1;
    top: -8%;
    left: -19%;
    width: 118%;
    pointer-events: none;
    animation: ddm_little 1s infinite ease-in-out;
}
.con06_07_01 {
    top: 29%;
    left: 4.5%;
    width: 2% !important;
}
.con06_07_02 {
    top: 29%;
    left: 22.5%;
    width: 2% !important;
    display: none;
}
.con06_07_03 {
    top: 29%;
    left: 40%;
    width: 2% !important;
    display: none;
}
.con06_07_04 {
    top: 29%;
    left: 57.5%;
    width: 2% !important;
    display: none;
}
.con06_07_05 {
    top: 29%;
    left: 76%;
    width: 2% !important;
    display: none;
}
.con06_08_02{
    width: 77%;
}
.con06_14 {
    top: 74%;
    left: 90%;
    width: 1.5%;
}
.con06_15{
    left: 102%;
    width: 3%;
}

.con7{
    flex-direction: column;
}
.con7_content{
    background: url("/images/con07_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 8% 0% 8% 0%;
}
.con7_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:flex-start;
    width: 100%;
}
.con7_top_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con7_top_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con7_bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;  
}
.con7_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 68%;
    background-color: white;
    border-radius: 20px;
}
.con7_bottom_div_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 4% 0%;
}
.con7_bottom_div_bottom{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items:flex-start;
    width: 100%;
    padding: 4% 0% 5% 13%;
    height: 4vw;
}
.con7_bottom_div_top > img{
    margin: 0% 1% 0% 1%;
    /* width: 16%; */
    cursor: pointer;
}
.con07_08_01{
    width: 15%;
}
.con07_09{
    width: 15%;
}
.con07_10{
    width: 19%;
}
.con07_11{
    width: 16%;
}
.con07_12{
    width: 16%;
}
.con07_line{
    background-color: #afafaf;
    width: 88%;
    height: 1px;
}
.con07_01{
    top: 0%;
    left: 0%;
    width: 14%;
}
.con07_02{
    margin: 0% 0% 0% -30%;
    width: 50%;
}
.con07_03{
    margin: 11% 0% 0% 7%;
    width: 66%;
}
.con07_04{
    margin: 0% 0% 0% -20%;
    width: 100%;
    animation: linear infinite 10s rotate_image;
}
.con07_05{
    z-index: 1;
    top: 11%;
    left: -30%;
    width: 130%;
    animation: ddm_little 1s infinite ease-in-out;
}
.con07_07_01 {
    top: 29%;
    left: 4%;
    width: 2% !important;
}
.con07_07_02 {
    top: 29%;
    left: 21%;
    width: 2% !important;
    display: none;
}
.con07_07_03 {
    top: 29%;
    left: 38%;
    width: 2% !important;
    display: none;
}
.con07_07_04 {
    top: 29%;
    left: 59%;
    width: 2% !important;
    display: none;
}
.con07_07_05 {
    top: 29%;
    left: 77%;
    width: 2% !important;
    display: none;
}
.con07_08_02{
    width: 77%;
}
.con07_14 {
    top: 74%;
    left: 90%;
    width: 1.5%;
}
.con07_15 {
    left: 102%;
    width: 3%;
}

.con8{
    flex-direction: column;
}
.con8_content{
    background: url("/images/con08_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 8% 0% 8% 0%;
}
.con8_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:flex-start;
    width: 100%;
}
.con8_top_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con8_top_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con8_bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;  
}
.con8_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 68%;
    background-color: #031c45;
    border-radius: 20px;
}
.con8_bottom_div_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5% 0% 4% 0%;
}
.con8_bottom_div_bottom{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items:flex-start;
    width: 100%;
    padding: 4% 0% 5% 13%;
    height: 5vw;
}
.con8_bottom_div_top > img{
    margin: 0% 2% 0% 2%;
    /* width: 19%; */
    cursor: pointer;
}
.con08_07_01{
    width: 19%;
}
.con08_07_02{
    width: 77%;
}
.con08_08{
    width: 23%;
}
.con08_09{
    width: 15%;
}
.con08_line{
    background-color: #afafaf;
    width: 88%;
    height: 1px;
}
.con08_01{
    top: 0%;
    left: 0%;
    width: 14%;
}
.con08_02 {
    margin: 0% 0% 0% 30%;
    width: 114%;
}
.con08_03 {
    margin: 0% 0% 0% 49%;
    width: 114%;
    z-index: 1;
    animation: ddm_little 1s infinite ease-in-out;
}
.con08_04{
    margin: 36% 0% 0% 41%;
    width: 41%;
}
.con08_05{
    top: 30%;
    left: 16%;
    width: 67.4%;
}
.con08_06_01 {
    top: 27%;
    left: 14.9%;
    width: 2% !important;
}
.con08_06_02 {
    top: 27%;
    left: 37.9%;
    width: 2% !important;
    display: none;
}
.con08_06_03 {
    top: 27%;
    left: 64.9%;
    width: 2% !important;
    display: none;
}
.con08_11 {
    top: 74%;
    left: 90%;
    width: 1.5%;
}
.con08_12 {
    top: 6%;
    right: 102%;
    width: 3%;
}


.con9{
    flex-direction: column;
}
.con9_content{
    background: url("/images/con09_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 8% 0% 6% 0%;
}
.con9_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:flex-start;
    width: 100%;
}
.con9_top_left{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con9_top_right{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 37%;
}
.con9_bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;  
    padding: 5% 0% 0% 0%;
}
.con9_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 68%;
    background-color: #fff;
    border-radius: 20px;
}
.con9_bottom_div_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4% 0% 0% 0%;
}
.con9_bottom_div_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4% 0% 4% 0%;
}
.con9_bottom_div_top > img{
    width: 19%;
    cursor: pointer;
}
.con9_scr{
    width: 110%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform-origin: top;
    z-index: 1;
    padding: 1% 0% 1% 0%;
    background-color: #3b5a94;
}
.con9_scr_sd{
    width: 100%;
    animation: marqueeXup linear 20s infinite;
}
.con9_scr_sd_next{
    right: 101%;
}
.con09_01{
    top: 0%;
    left: 0%;
    width: 14%;
}
.con09_02 {
    margin: 0% 0% 0% 19%;
    width: 104%;
}
.con09_03 {
    margin: 14% 28% 0% 0%;
    width: 37%;
    z-index: 1;
}
.con09_04{
    margin: -5% 0% 0% 20%;
    width: 80%;
    animation: linear infinite 10s rotate_image;
}
.con09_05 {
    z-index: 1;
    top: 5%;
    left: 42%;
    width: 40%;
    pointer-events: none;
    animation: ddm_little 1s infinite ease-in-out;
}
.con09_06{
    top: 37%;
    width: 68.5%;
}
.con09_08{
    width: 14%;
}
.con09_09{
    width: 10%;
}
.con09_10{
    width: 8%;
}
.con09_11{
    width: 11%;
}
.con09_12{
    margin: 0% 5% 0% 5%;
    width: 0.2%;
}
.con09_13 {
    top: 8%;
    left: 102%;
    width: 3%;
}

.con10{
    background: url("/images/con10_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con10_content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 5% 0% 5% 0%;
}
.con10_top{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 0% 0% 3% 0%;
}
.con10_bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con10_02{
    width: 10%;
}
.con10_03{
    padding: 2% 0% 0% 0%;
    width: 39%;
}
.con10_05{
    margin: 0% 6% 0% 0%;
    width: 1.7%;
}
.con10_05_01{
    margin: 0% 4% -0.5% 0%;
    width: 1.1%;
}
.con10_content_02{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 0% 0% 7% 0%;
}
.con10_map_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con10_map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 61%;
    height: 30vw;
    border: solid 2px #031C45;
    overflow: hidden;
    z-index: 1;
}
.map{

}
.con10_map_text_content{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    top: 69%;
    z-index: 2;
}
.con10_map_text_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 55%;
    height: 7vw;
    background: linear-gradient(180deg, #00000080, #00000080);
    border-radius: 10px;
    font-family: 'Pretendard';
}
.con10_map_text_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.con10_map_text_top_left{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items:center;
    width: 44%;
    font-size: 1.5vw;
    color: #fff;
}
.con10_map_text_top_right{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items:center;
    width: 44%;
    font-size: 1.2vw;
    color: #989898;
}
.con10_map_text_mid{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 88%;
    height: 0.01vw;
    background-color: #fff;
    margin: 1% 0% 1% 0%;
}
.con10_map_text_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 88%;
}
.con10_map_text_bottom_text01{
    margin: 0% 1.5% 0% 0%;
    font-size: 1.2vw;
    color: #fff;
}
.con10_map_text_bottom_text02{
    font-size: 1.2vw;
    color: #989898;
}
.con10_06{
    top: -12%;
    left: 5%;
    width: 29%;
}
.con10_07{
    bottom: -12%;
    right: 5%;
    width: 37%;
}
.con10_09{
    margin: 0% 3% 0% 0%;
    width: 6%;
}
.con10_10{
    margin: 0% 1.5% 0% 0%;
    width: 3%;
}
/* form start */
.formWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54%;
    z-index: 1;
    padding: 7% 0% 4% 0%;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 0 13px 4px rgba(0, 0, 0, 0.5);
}
.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 115%;
    margin: 0% 0% 0% 45%;
}
.form_margin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_label {
    font-family: 'Pretendard';
    box-sizing: border-box;
    width: 30%;
    font-weight: 500;
    font-size: 1.5vw;
    color: black;
    white-space: nowrap;
    padding: 1.5% 1% 1% 8%;
}
#form_label_budget{
    padding: 1% 1% 1% 8%;
}
#form_index_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
#form_index_label{
    padding: 1% 1% 15% 8%;
}
.form_controls {
    font-family: "Noto Sans KR";
    font-weight: 500;
    width: 120%;
    white-space: nowrap;
}
.form_text {
    font-weight: 400;
    font-size: 0.8em;
    border: 1px solid #423e3e;
    padding: 1%;
    box-sizing: border-box;
    border-radius: 5px;
    width: 44%;
    background-color: #fff;
    font-family: 'Pretendard';
    border-radius: 10px;
}
.form_text::placeholder {
    color: #999;
  }
.form_textbox{
    width: 44%;
    background-color: #fff;
    align-items: center;
    font-weight: 400;
    font-size: 0.8em;
    border: 1px solid #423e3e;
    padding: 1%;
    box-sizing: border-box;
    width: 44%;
    height: 10vw;
    font-family: 'Pretendard';
    border-radius: 10px;
}
.form_textbox::placeholder {
    color: #999;
  }
.form_controls_left {
    width: 21%;
    display: flex;
    align-items: center;
    margin: 0% 0% 0% -5%;
}
.form_checkbox_left {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 2px solid #cacaca;
    width: 1vw;
    height: 1vw;
    scale: 1.5;
    margin-right: 5%;
}
.form_checkbox_left:checked {
    border: 2px solid #cacaca;
}
.form_checkbox_left:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #F4F4F6;
    background-color: #031C45;
}
.checkbox1_text{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    color: black;
}
.form_controls_right {
    width: 64%;
    display: flex;
    align-items: center;
    margin-left: -9%;
}
.form_checkbox_right {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 2px solid #cacaca;
    width: 1vw;
    height: 1vw;
    scale: 1.5;
    margin-right: 2%;
}
.form_checkbox_right:checked {
    border: 2px solid #cacaca;
}
.form_checkbox_right:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #F4F4F6;
    background-color: #031C45;
}
.checkbox2_text{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    color: black;
}
.form_submit_div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;  
    margin: -3% 0% 0% -36%;
}
.form_submit{
    width: 19%;
}
.from_agree_div{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
    bottom: 18%;
}
.agree_checkbox{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 2px solid #cacaca;
    width: 1vw;
    height: 1vw;
}
.agree_checkbox:checked {
    border: 2px solid #cacaca;
}
.agree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #F4F4F6;
    background-color: #031C45;
}
.agree_text01{
    font-size: 1vw;
    color: black;
    font-family: 'Pretendard';
    margin: 0% 0.2% 0% 0.5%;
    cursor: pointer;
}
.agree_text02 {
    font-size: 1vw;
    color: #989898;
    cursor: pointer;
    font-family: 'Pretendard';
}
/* form end */

.con11{
    flex-direction: column;
}
.con11_content{
    background: url("/images/con11_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    padding: 5% 0% 5% 0%;
}
.con11_top{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:flex-start;
    width: 100%;
    padding: 0% 0% 4% 0%;
}
.con11_bottom{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%; 
}
.con11_swiper{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con11_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_swiper_slide > a > img{
    width: 100%;
}
.con11_01{
    width: 28%;
}
.con11_02{
    width: 28%;
}
.con11_03{
    margin: 0% 4% 0% 4%;
    width: 26%;
}





/* 
background: url("/images/con3_bg.jpg") no-repeat center / cover; 
object-fit: cover;

background-color: #315247; 

    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    width: 100%;
*/

/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
} 
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}

#main_07{
    transition: right 0.3s linear;
}

/*개인정보 처리 방침*/
@media screen and (width:1920px) {
    .main_12_up {
        width: 89.4%;
    }
}

.check_img_div > img {
    margin: 6% 0% 6.7% 0%;
    width: 1.5vw;
}
/* .con03_ct {
    text-align: center;
        color: #1f5f44;
        font-size: 3em;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        margin-left: -7%;
    }
    .counter-success {
        font-size: 1.5em;
        margin-left: 16%;
        margin-right: 1%;
    } */