* {
    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 !important;
}
.mobile-pc{
    display: none !important;
}
.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;
}
.kr_css {
    display: none !important;
}
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
    .nanummyeongjo * {
    font-family: 'Nanum Myeongjo', serif;
}
@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;
}
@font-face {
    font-family: 'YEONGJUSeonbi';
    src: url('/font/YEONGJUSeonbi.otf') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SDKukdetopokki-Lt';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SDKukdetopokki-aLt00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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: 'NanumSquare';
    src: url('https://fonts.gstatic.com/s/nanumsquare/v4/PC_AxFzyhwMw5pRzLDcCDppKCYa1Ow.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff') format('woff');
    font-weight: normal;
    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(-5deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(5deg);
    }
    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 zlk {
    0% {
        z-index: -10;
    }
    30% {
        z-index: 10;
    }
    31% {
        z-index: 10;
    }
    99% {
        z-index: -10;
    }
    100% {
        z-index: -10;
    }
}
@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/con4_11.png) 0 0 fixed;
        background-color: #315247;
    }
    100% {
        background: url(/images/con4_11.png) 1000% 0 fixed;
        background-color: #315247;
    }
}
@keyframes content_bg_02 {
    0% {
        background: url(/images/con4_11.png) 0 0 fixed;
        background-color: #c4a25d;
    }
    100% {
        background: url(/images/con4_11.png) 1000% 0 fixed;
        background-color: #c4a25d;
    }
}
@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; 
    }
}
@keyframes bubble {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -100px);
        opacity: 0;
    }
}
@keyframes slideRight{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(1000%);
    }
}
@keyframes scaleAnimation {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.5;
    }
    15% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    30% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    55% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    70% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.5;
    }
    100%{
        opacity: 0;
    }
}
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'sdgothicneoA';
    src: url('/font/AppleSDGothicNeoT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sdgothicneoaB';
    src: url('/font/AppleSDGothicNeoB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes slideInOut {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes windyEffect_right {
    0% {
        transform: rotate(-2deg);
    }
    25% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    25%{
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75%{
        opacity: 0.5;
    }
}
@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {opacity: 0.8;}
    5%, 30%, 35%, 38%, 43%, 46% {opacity: 0.4;}
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {opacity: 1;}
    70% {opacity: 0.2;}
}
@keyframes shakeAndFall  {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes slide_R{
    0% {
        transform: translateX(50%) translateY(10px);
    }
    10% {
        transform: translateX(150%) translateY(-10px);
    }
    20% {
        transform: translateX(250%) translateY(10px);
    }
    30% {
        transform: translateX(350%) translateY(-10px);
    }
    40% {
        transform: translateX(450%) translateY(10px);
    }
    50% {
        transform: translateX(550%) translateY(-10px);
    }
    60% {
        transform: translateX(650%) translateY(10px);
    }
    70% {
        transform: translateX(750%) translateY(-10px);
    }
    80% {
        transform: translateX(850%) translateY(10px);
    }
    90% {
        transform: translateX(950%) translateY(-10px);
    }
    100% {
        transform: translateX(1050%) translateY(10px);
    }
}
@keyframes slide_L{
    0% {
        transform: translateX(0%) translateY(10px);
    }
    10% {
        transform: translateX(-150%) translateY(-10px);
    }
    20% {
        transform: translateX(-250%) translateY(10px);
    }
    30% {
        transform: translateX(-350%) translateY(-10px);
    }
    40% {
        transform: translateX(-450%) translateY(10px);
    }
    50% {
        transform: translateX(-550%) translateY(-10px);
    }
    60% {
        transform: translateX(-650%) translateY(10px);
    }
    70% {
        transform: translateX(-750%) translateY(-10px);
    }
    80% {
        transform: translateX(-850%) translateY(10px);
    }
    90% {
        transform: translateX(-950%) translateY(-10px);
    }
    100% {
        transform: translateX(-1050%) translateY(10px);
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes slideLeft {
    0% {
        transform: translateX(0%) translateY(0) rotate(4deg);
    }
    10% {
        transform: translateX(-70%) translateY(-10px) rotate(2deg);
    }
    30% {
        transform: translateX(-140%) translateY(10px) rotate(-2deg);
    }
    40% {
        transform: translateX(-210%) translateY(-10px) rotate(2deg);
    }
    50% {
        transform: translateX(-280%) translateY(10px) rotate(-2deg);
    }
    60% {
        transform: translateX(-350%) translateY(-10px) rotate(2deg);
    }
    70% {
        transform: translateX(-420%) translateY(10px) rotate(-2deg);
    }
    80% {
        transform: translateX(-490%) translateY(-10px) rotate(2deg);
    }
    90% {
        transform: translateX(-560%) translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateX(-630%) translateY(0) rotate(-4deg);
    }
}
@keyframes slideLeft_m {
    0% {
        transform: translateX(0%) translateY(0) rotate(4deg);
    }
    20% {
        transform: translateX(-70%) translateY(-10px) rotate(2deg);
    }
    40% {
        transform: translateX(-140%) translateY(10px) rotate(-2deg);
    }
    60% {
        transform: translateX(-210%) translateY(-10px) rotate(2deg);
    }
    80% {
        transform: translateX(-280%) translateY(10px) rotate(-2deg);
    }
    100% {
        transform: translateX(-350%) translateY(-10px) rotate(2deg);
    }
}
@keyframes ddm_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, -8);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, -2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.01, 0.01, 1.05, 0, 10);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_little4 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1, 0.0, 0.01, 1.005, 0, 5);
    }
    100% {
        transform: scale(1);
    }
}
.pc-tablet{
    display: flex;
}
.tablet-pc{
    display: none;
}

.main{
    background: url("/images/main_04.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 11% 0% 8% 0%;
}
.main_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.line_wave_one_01 {
    clip-path: circle(20% at 50% 23%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 37%;
    height: 11vw;
    overflow: hidden;
    rotate: 180deg;
    margin: -6.5% 0% -3% 0%;
}
.line_wave_div {
    width: 100%;
    height: 100px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
}
.line_wave_div::before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
}
.line_wave_div::before{
    background-color:#00478e
}
.line_wave_div .line_wave{
    background-color:#00478e
}
.main_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main_ct_01_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    width: 20%;
    font-family: 'Pretendard';
    margin: 2% -63% 0% 0%;
    white-space: nowrap;
}
.main_ct_text_01{
    color: white;
    font-size: 1.2vw;
}
.main_line_01{
    background-color: #fff;
    height: 0.01vw;
    width: 50%;
    margin: 2% 0% 0% 0%;
}
.main_ct_01{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.main_ct_02_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 20%;
    font-family: 'Pretendard';
    margin: 2% -63% 0% 0%;
}
.main_row{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.main_ct_text_02{
    color: white;
    font-size: 1.2vw;
}
.main_line_02{
    background-color: #fff;
    height: 0.01vw;
    width: 58%;
    margin: 2% 0% 0% 0%;
}
.main_ct_text_03{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.main_ct_02{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.main_ct_text_04{
    color: #ea761f;
    font-size: 1.5vw;
    font-weight: 700;
    margin: 1% 0% -3% 0%;
}
.main_01{
    width: 13%; 
}
.main_02{
    width: 42%;
}
.main_03{
    bottom: 0%;
    left:0%;
    width: 34%;
}


.con01{
    flex-direction: column;
}
.con01_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_iframe_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vw;
    pointer-events: none;
}
.con01_iframe{
    width: 100%;
    height: 60vw;
}
.con01_absol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    left: 9%;
    z-index: 1;
}
.con01_01{
    margin: 0% 0% 4% 0%;
    width: 41%;
}
.con01_02{
    width: 25%;
}
.con01_03{
    right: 7%;
    bottom: 13%;
    z-index: 1;
    width: 9%;
}
.con01_video_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con01_video{
    width: 100%;
}

.con02{
    flex-direction: column;
}
.con02_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7% 0% 7% 0%;
}
.con02_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 3% -19%;
}
.con02_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con02_mid > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 19%;
    margin: 0% 1% 0% 1%;
}
.con02_mid > div > img{
    width: 100%;
}
.con02_mid > div > .absol{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.con02_01{
    width: 49%;
    margin: 0% 0% 0% 8%;
}
.con02_02 {
    left: 99%;
    width: 8%;
    scale: 0.5;
}

.con03{
    flex-direction: column;
    background: url("/images/con03_05.jpg") no-repeat center / cover; 
    object-fit: cover;
}
.con03_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con03_iframe_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    clip-path: circle(15% at 50% 50%);
    left: -12%;
    z-index: 1;
    filter: grayscale(100%);
}
.con03_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38%;
}
.con03_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62%;
}
.con03_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0% -55% 0% 0%;
    overflow: hidden;
}
.con03_absol{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 80%;
    left: -8.5%;
}
.con03_rltv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 0% 0%;
}
.con03_ct_text_03{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.con03_ct_02{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.con03_ct_text_04{
    color: #ea761f;
    font-size: 1vw;
    font-weight: 700;
    margin: 0% 0% -2.5% 0%;
}
.con03_02{
    width: 35%;
}
.con03_03{
    margin: 6% 0% 7% 0%;
    width: 46%;
}
.con03_04{
    width: 28%;
}
.con03_01{
    opacity: 0;
}
@keyframes rollIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.con03_left .con03_01.rollIn-start {
    animation: rollIn 1.5s ease-in-out forwards;
    width: 63%;
}
.con03_left .con03_01:nth-child(1) {
    animation-delay: 0.2s;
}
.con03_left .con03_01:nth-child(2) {
    animation-delay: 0.4s;
}
.con03_left .con03_01:nth-child(3) {
    animation-delay: 0.6s;
}
.con03_left .con03_01:nth-child(4) {
    animation-delay: 0.8s;
}
.con03_left .con03_01:nth-child(5) {
    animation-delay: 1s;
}

.con04{
    flex-direction: column;
    background: url("/images/con04_15.jpg") no-repeat center / cover; 
    flex-direction: column;
}
.con04_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7% 0% 7% 0%;
}
.con04_left{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 29%;
    left: 7%;
}
.con04_left_item {
    margin: -30% 0% -30% 0%;
    width: 70%;
}
#con04_left_item_mid {
    z-index: 1;
    margin: 0% 0% 0% -30%;
}
.con04_right {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 29%;
    right: -2%;
}
.con04_right_item {
    margin: -30% 0% -30% 0%;
    width: 70%;
}
#con04_right_item_mid{
    z-index: 1;
    margin: 0% 0% 0% 30%;
}
.con04_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con04_top_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Pretendard';
    margin: 0.5% 0% 1% 0%;
}
.con04_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 0% 0% 1% 0%;
}
.con04_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -2.5% 0% -3% 0%;
}   
.con4_mid_swiper_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 15vw;
    overflow: hidden;
    margin: 1% 0% 0.5% 0%;
    scale: 0.7;
}
.swiper-wrapper {
    align-items: center;
}
.con4_mid_swiper_1_slide img{
    width: 100%;
}
.con4_mid_swiper_1_slide.swiper-slide-next + .con4_mid_swiper_1_slide img{
    scale: 0.7;
    margin-bottom: -1%;
}
.con4_mid_swiper_1_slide img{
    filter: blur(5px);
    scale: 0.8;
    transition: 0.3s all;
    margin-bottom: -7%;
}
.con4_mid_swiper_1_slide.swiper-slide-active img{
    filter: blur(0px);
    scale: 1;
    margin-top: -1%;
}
.con04_text_01{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.con04_text_02{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.con04_ct{
    color: #ea761f;
    font-size: 3vw;
    font-weight: 700;
}
.con04_07{
    width: 29%;
}
.con04_08{
    width: 37%;
}

.con05{
    flex-direction: column;
}
.con05_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 51vw;
}
.con05_left{
    background: url("/images/con05_04.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.con05_right{
    background: url("/images/con05_09.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con05_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: -17% -17% 0% 0%;
    overflow: hidden;
}
.con05_01{
    left: 66%;
    bottom: 8%;
    z-index: 2;
    width: 24%;
}
.con05_02{
    left: 0%;
    top: 16%;
    width: 40%;
}
.con05_03{
    margin: 0% 0% 0% -5%;
    z-index: 1;
    width: 41%;
}
.con05_05{
    margin: 0% 0% 6% 0%;
    width: 62%;
}
.con05_06{
    width: 75%;
}
.con05_07{
    bottom: 13%;
    left: 30%;
    width: 46%;
}
.con05_08{
    bottom: 14%;
    left: 76%;
    scale: 3;
    opacity: 0;
    width: 10%;
}

.con06{
    background: url("/images/con06_04.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con06_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 5% 0%;
}
.con06_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con06_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 77%;
    margin: 3% 0% 0% 0%;
}

.con6_notice_border{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con6_notice_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 29.5%;
    height: 21vw;
    margin: 1.5% 1.5% 1.5% 1.5%;
}
.con6_notice_img_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    overflow: hidden;
    background-color: #fff;
}
.con6_notice_img_div img{
    width: 100%;
    height: 100%;
}
.con6_notice_text_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 7vw;
    overflow: hidden;
}
.con6_notice_text_top_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con6_notice_text_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.con6_tite_text {
    text-align: center;
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Pretendard';
    font-size: 1.5vw;
    font-weight: 800;
    height: 2.5vw;
    color: #fff;
}
.con6_text {
    width: 73%;
    height: 2.5vw;
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: keep-all;
    overflow-y: scroll;
    text-align: center;
    line-height: 1.2vw;
    color: #fff;
}
.con6_viewmore_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10%;
    background-color: #fff;
    padding: 0% 0.4% 0% 0%;
    border-radius: 4px;
    margin: 3% 0% 1% 0%;
}
.con6_viewmore_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.5vw;
    color: #ea761f;
}
.con06_viewmore_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13%;
    background-color: #fff;
    padding: 0.5% 0.4% 0.5% 0%;
    border-radius: 4px;
    margin: 1% 0% 1% 0%;
}
.con06_viewmore_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.5vw;
    color: #ea761f;
}
/* 
.con06_swiper_01{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 4% 0% 0% 0%;
}
.con06_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con06_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 82%;
    height: 15vw;
    background-color: #fff;
}
.con06_sd_div > img{
    width: 100%;
    height: 14vw;
}
.con06_sd_text_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 92%;
    padding: 3% 0% 3% 0%;
}
.con06_sd_text{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    font-weight: 400;
    color: #fff;
    margin: 0% 0% 1% 0%;
}
.con06_sd_text_02{
    font-family: 'Pretendard';
    font-size: 1.2vw;
    font-weight: 400;
    color: #ffffffb6;
}
.swiper-button-next_con06{
    display: flex !important;
    z-index: 1 !important;
    right: 0% !important;
    width: 1.5% !important;
    top: 39%;
    transform: rotate(180deg);
    cursor: pointer;
}
.swiper-button-prev_con06{
    display: flex !important;
    z-index: 1 !important;
    left: 0% !important;
    width: 1.5% !important;
    top: 39%;
    cursor: pointer;
} */
.con06_01{
    width: 68%;
}
.con06_02 {
    z-index: 1;
    top: -8%;
    left: -8%;
    width: 17%;
}

.con07{
    flex-direction: column;
}
.con07_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10% 0% 10% 0%;
}
.con07_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con07_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 43%;
    height: 14vw;
    background-color: #00478f;
    border-radius: 30px;
    background-image: linear-gradient(to right, #3577bd, #00478f);
    margin: 3% 0% 0% 0%;
}
.con07_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con07_bg_01{
    top: 3%;
    scale: 0.6;
    left: 15%;
    width: 8%;
}
.con07_bg_02{
    top: 34%;
    left: 87%;
    width: 8%;
}
.con07_bg_03{
    top: 19%;
    left: 8%;
    scale: 0.7;
    width: 6%;
}
.con07_bg_04 {
    top: 10%;
    right: 15%;
    width: 5%;
}
.con07_bg_05{
    top: 70%;
    left: 81%;
    scale: 0.7;
    width: 7%;
}
.con07_04{
    width: 50%;
}
.con07_05{
    bottom: 0%;
    left: 0%;
    width: 38%;
}
.con07_06{
    left: 11%;
    bottom: 11%;
    z-index: 2;
    scale: 3;
    opacity: 0%;
    width: 10%;
}
.con07_07{
    z-index: 1;
    bottom: 0%;
    left: 13%;
    width: 29%;
}
.con07_09{
    right: -4%;
    cursor: pointer;
    width: 3%;
}
.con07_10{
    width: 57%;
}

.con08{
    background: url("/images/con08_08.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con08_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46vw;
}
.con08_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    margin: -5% -27% 0% 0%;
}
.con08_left_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.con08_left_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 1% 0% 5% 0%;
    overflow: hidden;
}
.con08_left_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.con08_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.con08_right_div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62%;
    height: 36vw;
    margin: -4% -43% 0% 0%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.con08_01{
    width: 30%;
}
.con08_02{
    width: 76%;
}
.con08_03{
    cursor: pointer;
    width: 39%;
}
.con08_05{
    bottom: 0%;
    width: 72%;
}

.con09{
    background: url("/images/con09_05.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con09_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 11% 0% 15% 0%;
}
.con09_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con09_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% 0% 2% 0%;
    overflow: hidden;
}
.con09_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.swiper-button-prev_con09{
    left: -2%;
    width: 1.5%;
    cursor: pointer;
}
.swiper-button-next_con09{
    right: -2%;
    width: 1.5%;
    transform: rotate(180deg);
    cursor: pointer;
}
.con09_swiper_01{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 0% 0% 0% 0%;
}
.con09_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con09_swiper_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    height: 13vw;
    background-color: #01478f;
    border-radius: 25px;
    color: #fff;
}
.con09_swiper_top{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4.5vw;
}
.con09_swiper_bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 8vw;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1.3vw;
    margin: 0% 0% 0% 12%;
}
.con09_swiper_bottom_top{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 5% 0%;
}
.con09_swiper_bottom_mid{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 5% 0%;
}
.con09_swiper_bottom_bottom{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.con09_text_left_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30%;
    white-space: nowrap;
}
.con09_text_right_div{
    display: flex;
    flex-direction : row;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin: 0% 0% 0% 3%;
}
.con09_title{
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 1.5vw;
}s
.con09_line{
    bottom: -31%;
    left: 2%;
    width: 84%;
    height: 0.05vw;
    background-color: #fff;
}
.con09_01{
    width: 29%;
    cursor: pointer;
}
.con09_02{
    width: 52%;
}
.con09_opa_absol_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 24%;
    left: -31%;
}
.con09_opa_absol_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 9%;
    left: -10%;
}
.con09_opa_absol_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 39%;
    left: 27%;
}
.con09_opa_absol_04{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 87%;
    left: -15%;
}
.con09_opa_absol_05{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 79%;
    left: 9%;
}
.con09_opa_absol_06{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 83%;
    left: 31%;
}
.con09_opa_rltv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con09_opa_01{
    width: 1%;
    height: 1vw;
    border-radius: 50%;
    background-color: #ea761f;
    opacity: 0.7;
}
.con09_opa_02 {
    width: 1%;
    height: 1vw;
    border-radius: 50%;
    background-color: #ea761f;
    animation: scaleOpa3 1s infinite ease-in-out;
    scale: 1.3;
}

.con10{
    background: url("/images/con10_11.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: 7% 0% 7% 0%;
}
.con10_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con10_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 2% 0% 1% 0%;
}
.con10_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.con10_swiper_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.con10_swiper_02{
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    width: 93%;
    overflow: hidden;
}
.con10_swiper_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15vw;
    background-color: #fff;
}
.con10_sd_div > img{
    width: 100%;
    height: 15vw;
}
.con10_01{
    width: 47%;
}

.form_section{
    background: url("/images/form_04.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.form_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8% 0% 7% 0%;
}
.form_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0% -24% 0% 0%;
}
.form_left_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.form_left_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 3% 0% 3% 0%;
    overflow: hidden;
}
.form_left_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.form_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.form_right_div {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62%;
    height: 38vw;
    margin: 0% -31% 0% 0%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.form_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    white-space: nowrap;
}
.form_margin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
    overflow: hidden;
}
.form_margin_textarea{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.form_label_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 17%;
}
#form_label_div{
    letter-spacing: 1.1vw;
}
.form_label_div_check{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    margin: 0% 0% 11% 0%;
}
.form_label_div_textarea{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 39%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.form_controls_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 83%;
}
.form_controls_div_check{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
}
.form_controls_div_textarea{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_controls{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 95%;
}
.form_select_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
}
.form_controls_textarea{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 99%;
}
.form_label{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.3vw;
    color: #ea761f;
    letter-spacing: 0vw;
}
.form_text {
    font-weight: 400;
    font-size: 1vw;
    border: 1px solid #ea761f;
    padding: 1.5%;
    box-sizing: border-box;
    width: 72%;
    height: 2vw;
    background-color: #fff;
}
.form_controls_left{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35%;
    left: -53.5%;
    margin: 0% 0% -2% 0%;
}
.form_checkbox_left {
    width: 15%;
    height: 1vw;
    z-index: 1;
    outline: 1px solid #ea761f;
    background-color: white;
    appearance: none;
    border-radius: 50vw;
    cursor: pointer;
    margin: 0% 0% 0% -133%;
}
.form_checkbox_left:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ea761f;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}
.form_controls_right{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35%;
    left: -53.5%;
    margin: 0% 0% -18% 0%;
}
.form_checkbox_right{
    width: 15%;
    height: 1vw;
    z-index: 1;
    outline: 1px solid #ea761f;
    background-color: white;
    appearance: none;
    border-radius: 50vw;
    cursor: pointer;
    margin: 0% 0% 0% -181%;
}
.form_checkbox_right:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ea761f;
    scale: 0.7;
    transform: translate(0%, 0%);
    border-radius: 50vw;
}
.checkbox1_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
}
.checkbox2_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1vw;
}
.form_agree_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%; 
}
.form_agree{
    width: 3%;
    height: 1vw;
    margin: -4.5% 1% 0% 0%;
}
.form_agree_text{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #9c9c9c;
    text-decoration: underline;
    left: 79%;
    cursor: pointer;
}
.form_agree_text2{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #9c9c9c;
    text-decoration: underline;
    left: 79%;
    cursor: pointer;
}
.form_submit_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    overflow: hidden;
    margin: 6% 0% 0% 0%;
}
.form_submit{
    width: 100%;
    cursor: pointer;
}
.form_select {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 1.7vw;
    margin: 0% 0% 0% 30%;
}
select[class="form_select"] {
    border-color: #ea761f;
    font-family: 'Pretendard';
    font-size: 1vw;
    padding: 0.5%;
}
select[name="form_select"] {
    appearance: none;
    background-image: url('/images/form_arrow.png');
    padding-right: 3%;
    padding-left: 3%;
    background-repeat: no-repeat;
    background-position: calc(100% - 10%) center;
    background-size: 0.8vw auto;
}
.form_textarea_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.form_textarea{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    background-color: #fff;
    border: 1px solid #ea761f;
    width: 100%;
    height: 8vw;
}
.form_01{
    top: -13%;
    right: -5%;
    width: 33%;
}
.form_02{
    width: 20%;
}
.form_03{
    width: 83%;
}
.form_call{
    width: 51%;
    cursor: pointer;
}

/* company start */
.company_section_01{
    background: url("/images/company_03.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.company_content_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13% 0% 10% 0%;
}
.company_top_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.company_bottom_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.company_section_02{
    background: url("/images/company_11.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
    padding: 7% 0% 7% 0%;
}
.company_content_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.company_top_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1.5% 0%;
    overflow: hidden;
}
.company_mid_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.company_bottom_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    margin: 1.5% 0% 1.5% 0%;
}
.company_bottom_02 .absol {
    opacity: 0;
}
.company_07.showing, .company_08.showing, .company_09.showing {
    opacity: 1 !important;
    animation: none;
}
.company_bottom_bottom_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.company_section_03{
    background: url("/images/company_18.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.company_content_03{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 43vw;
}
.company_content_03_left{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    height: 100%;
}
.company_content_03_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.company_content_03_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    margin: 0% 0% 0% 6%;
}
.company_content_03_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.company_content_03_right_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}
.company_content_03_right_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 4% 0% 6% 0%;
    overflow: hidden;
}
.company_content_03_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.company_10{
    width: 37%;
}
.company_12{
    width: 66%;
}
.company_13{
    width: 80%;
}
.company_14{
    width: 49%;
    margin: 0% 0% 0% 23%;
}
.company_15{
    left: 71%;
    scale: 3;
    opacity: 0;
    width: 9%;
}
.company_16{
    bottom: 7%;
    right: 7%;
    width: 11%;
}
.company_17 {
    left: 12%;
    top: 20%;
    width: 57%;
}
.company_19{
    z-index: 1;
    width: 50%;
}
.company_21{
    width: 47%;
}

.company_section_04{
    flex-direction: column;
    padding: 7% 0% 7% 0%;
}
.company_content_04{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.company_content_04_left{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
.company_content_04_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66%;
    height: 18vw;
    overflow: hidden;
}
.company_content_04_right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}
.company_content_04_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66%;
    height: 18vw;
    background-color: #00478e;
    overflow: hidden;
}
.company_line{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 88%;
    height: 0.01vw;
    background-color: #fff;
    margin: 4% 0% 3% 0%;
}
.company_content_04_right_top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 12%;
}
.company_content_04_right_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 12%;
}
.company_text_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; /* 줄바꿈 허용 */
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
}
.company_text_bold {
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 700;
    color: #fff;
    margin: 0% 0% 0% 1.2%;
    white-space: nowrap; /* 이건 줄바꿈 안 하게 */
}

.company_text {
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 200;
    color: #ffffffe6;
    margin: 0% 0% 0% 1.2%;
    word-break: break-word; /* 긴 단어 줄바꿈 */
    flex: 1 1 auto; /* 공간에 맞게 줄바꿈 가능하도록 */
}
.company_map{
    width: 107%;
}
@keyframes zoom_little {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
.company_make{
    left: 52.4%;
    top: 36%;
    width: 34%;
    animation: zoom_little 1s infinite ease-in-out;
}
.company_01{
    width: 8%;
}
.company_02{
    width: 23%;
}
.company_04{
    width: 8%;
}
.company_05{
    width: 54%;
}
.company_06{
    width: 25%;
}
.company_07{
    width: 10%;
}
.company_08{
    width: 10%;
}
.company_09{
    width: 21%;
}
.company_22{
    bottom: 10%;
    right: 6%;
    width: 15%;
}
/* company end */

/* item start */
.item_section_01{
    background: url("/images/item_03.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.item_content_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13% 0% 10% 0%;
}
.item_top_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.item_bottom_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.item_01{
    width: 8%;
}
.item_02{
    width: 11%;
}

.item_section_02{
    background: url("/images/item_14.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.item_content_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 7% 0%;
}
.item_top_top_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.item_top_bottom_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.item_mid_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% 0% 1% 0%;
}
.item_mid_02 > .item_mid_img{
    width: 15%;
}
.item_mid_02 > .item_mid_arrow{
    margin: 0% 0.5% -1% 0.5%;
    width: 0.7%;
}
.item_bottom_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.item_bottom_02 > .item_bottom_img{
    width: 15%;
}
.item_bottom_02 > .item_bottom_arrow{
    margin: 0% 0.5% -1% 0.5%;
    width: 0.7%;
}
.item_04{
    width: 9%;
}
.item_05{
    width: 29%;
}

.item_section_03{
    background: url("/images/item_17.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.item_content_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6% 0% 5% 0%;
}
.item_top_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.item_bottom_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72%;
    margin: 0% 0% 0% 0%;
}
.item_notice_border{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.item_notice_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 29.5%;
    height: 23vw;
    background-color: white;
    margin: 1.5% 1.5% 1.5% 1.5%;
}
.item_notice_img_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    overflow: hidden;
}
.item_notice_img_div img{
    width: 100%;
    height: 100%;
}
.item_notice_text_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 9vw;
    overflow: hidden;
    cursor: pointer;
}
.item_notice_text_top_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.item_notice_text_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.item_tite_text {
    text-align: center;
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Pretendard';
    font-size: 1.5vw;
    font-weight: 800;
    height: 3vw;
}
.item_text {
    width: 73%;
    height: 4vw;
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: keep-all;
    overflow-y: scroll;
    text-align: center;
    line-height: 1.2vw;
}
.item_viewmore_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13%;
    background-color: #fff;
    padding: 0.5% 0.4% 0.5% 0%;
    border-radius: 4px;
    margin: 3% 0% 1% 0%;
}
.item_viewmore_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.5vw;
    color: #ea761f;
}
.item_15{
    width: 68%;
}
/* item end */

/* business start */
.business_section_01{
    background: url("/images/business_03.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
    padding: 13% 0% 10% 0%;
}
.business_content_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.business_top_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1.5% 0%;
    overflow: hidden;
}
.business_bottom_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.business_01{
    width: 8%;
}
.business_02{
    width: 22%;
}

.business_section_02{
    background: url("/images/con08_08.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.business_content_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46vw;
}
/* business end */

/* news start */
.news_section_01{
    background: url("/images/news_02.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.news_content_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13% 0% 10% 0%;
}
.news_top_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 1% 0%;
    overflow: hidden;
}
.news_bottom_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.news_01{
    width: 8%;
}
.news_03{
    width: 8%;
}
.news_04{
    width: 37%;
}
.news_05{
    width: 6%;
}
.news_08{
    width: 8%;
}
.news_11{
    width: 14%;
}

.news_section_02{
    background: url("/images/news_06.png") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.news_content_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 7% 0% 0% 0%;
}
.news_top_top_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.news_top_mid_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% 0% 3.5% 0%;
    overflow: hidden;
}
.news_top_bottom_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.news_line{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3%;
    height: 0.15vw;
    background-color: #00478e;
}
.news_top_bottom_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1% 0% 0% 0%;
}
.news_bottom_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 2.5% 0%;
}
.news_notice_border{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.news_notice_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22.5%;
    height: 26vw;
    margin: 1.5% 1.5% 1.5% 1.5%;
    background-color: #dfdfdf42;
}
.news_notice_img_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    overflow: hidden;
}
.news_notice_img_div img{
    width: 100%;
    height: 100%;
}
.news_notice_text_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 12vw;
    overflow: hidden;
    cursor: pointer;
}
.news_notice_text_top_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.news_notice_text_mid_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.news_notice_text_bottom_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.news_tite_text {
    text-align: center;
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Pretendard';
    font-size: 1.2vw;
    font-weight: 800;
    height: 2vw;
    color: #000;
}
.news_text_content {
    width: 83%;
    height: 5.5vw;
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: keep-all;
    overflow-y: scroll;
    text-align: left;
    line-height: 1.2vw;
    color: #989696;
}
.news_text_day {
    width: 83%;
    height: 1.5vw;
    font-family: 'Pretendard';
    font-size: 1vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.2vw;
    color: #989696;
}
.news_viewmore_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    background-color: #fff;
    padding: 0% 0.4% 0% 0%;
    border-radius: 4px;
    margin: 3% 0% 1% 0%;
}
.news_viewmore_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.5vw;
    color: #00478e;
    white-space: nowrap;
}
.news_viewmore_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10%;
    background-color: #fff;
    padding: 0.5% 0.5% 0.5% 0.5%;
    margin: 1% 0% 1% 0%;
    border: 1px solid #00478e;
}
.news_viewmore_text{
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 1.2vw;
    color: #00478e;
}

.news_section_03{
    flex-direction: column;
    margin: 2.5% 0% 0% 0%;
}
.news_content_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;  
}
.news_top_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;  
    margin: 1% 0% 0% 0%;
}

.news_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin: 1% 0% 2.5% 0%;
/*    overflow: hidden;*/
}
.news_top_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    font-family: 'SUIT-Regular';
    font-size: 1.5vw;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}
.news_count {
    color: #00478e;
    margin: 0% 0.5% 0% 2%;
}
.news_top_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
}
.news {
    width: 38%;
    height: 2vw;
    font-family: 'SUIT-Regular';
    font-size: 1vw;
    white-space: nowrap;
    background-color: #f4faff;
    border: solid 1px #00478e;
    color: #00478e;
    padding: 1%;
}
.news::placeholder {
    color: #00478e; 
}
.news_mid{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    height: 32vw;
    overflow: scroll;
    background-color: white;
    margin: 0% 0% 7% 0%;
    border: solid 1px #00478e;
}
.news_left_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4vw;
    background-color: white;
    border-bottom: solid 1px #00478e;
    cursor: pointer;
}
.news_list_left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: 4vw;
    font-family: 'SUIT-Regular';
    font-size: 1.5vw;
    font-weight: 700;
    color: #00478e;
    white-space: nowrap;
}
.news_list_mid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    height: 4vw;
    font-family: 'SUIT-Regular';
    font-size: 1.5vw;
    font-weight: 200;
    color: #000;
    white-space: nowrap;
    margin: 0% 0% 0% 5%;
}
.news_list_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 10%;
    height: 4vw;
    font-family: 'SUIT-Regular';
    font-size: 1.5vw;
    color: #d4d4d4;
    white-space: nowrap;
}
/* news end */



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

    background-attachment: fixed;

    flex-wrap: wrap;

    background-color: #315247; 

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

/*개인정보 처리 방침*/
.modal2 {
    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;
}
.modal2-content {
    background-color: #fefefe;
    margin: 9% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 75%;
    border-radius: 30px;
} 
.close2 {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}  
.close2:hover,
.close2: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
}

/* 리뷰 start */
#myModal2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-content2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}
#modalImage{
    width: 22%;
    margin: -4% -2% 0% 0%;
}
/* 리뷰 end */

.loading_section{
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46vw;
    background-color: #00478e;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loading_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.loading_01{
    left: 6%;
    scale: 0.5;
    opacity: 0.3;
    bottom: -100%;
    width: 11%;
}
.loading_02{
    width: 20%;
}

.container{
    display: none;
}
