#ctt {
    display: none;
}
.common_section{
    background: linear-gradient(90deg, #2D7CFF 0%, #0A4BE0 100%);
    flex-direction: column;
}
.common_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.common_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.5vw;
    font-family: "Pretendard";
    font-weight: 700;
    font-size: 1vw;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
}
.common_div > p:nth-of-type(1){
    color: #fff95b;
}
.common_01_img{
    margin: 0% 2% 0% 0%;
}
.common_02_img{
    left: 35%;
    bottom: 8%;
}
.common_button{
    margin: 0% 0% 0% 2%;
}

.scr_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 4%;
    opacity: 1;
    mix-blend-mode: overlay;
}
.scr_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.scr_01 > .sd{
    animation: marqueeXup linear 40s infinite;
}
.scr_02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% -20% 1.5% 0%;
}
.scr_02 > .sd2{
    animation: marqueeXdown linear 40s infinite;
}
.scr_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% -40%;
}
.scr_03 > .sd{
    animation: marqueeXup linear 40s infinite;
}
.scr_04{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% -20% 1.5% 0%;
}
.scr_04 > .sd2{
    animation: marqueeXdown linear 40s infinite;
}
.scr_05{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% -40%;
}
.scr_05 > .sd{
    animation: marqueeXup linear 40s infinite;
}
.scr_06{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1.5% -20% 1.5% 0%;
}
.scr_06 > .sd2{
    animation: marqueeXdown linear 40s infinite;
}

.form_section{
    flex-direction: column;
}
.form_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 6% 0%;
}
.form_div_01{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.acon13_01_div{
    width: 100% !important;
}
.acon13_02_div{
    margin: 0% 0% -8% -4%;
}
.form_div_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Pretendard";
    font-weight: 800;
    font-size: 2.3vw;
    color: #000;
    margin: 2% 0% 0.5% 0%;
}
.form_div_02 > p:nth-of-type(1){
    color: #1653c5;
}
.form_div_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 2.3vw;
    color: #000;
}
.form_div_04{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 2.3vw;
    color: #000;
}
.form_div_05{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0% 0% 0%;
}
.form_div_05_s{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 1vw;
    color: #000;
    margin: 0% 0% 0.3% 0%;
}
.formWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
    margin: 2% 0% 0% 0%;
}
.form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_margin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0% 0% 0% 0%;
    white-space: nowrap;
}
.form_margin > div{
    margin: 0.3% 0% 0.3% 0%;
}
.form_margin_input{
    background-color: #f8f9fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 4vw;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.form_margin_input3{
    background-color: #f8f9fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 9vw;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.form_input_01{
    background-color: #f8f9fb;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 72%;
    height: 3vw;
    color: #000;
    margin: 0% 0% 0% 0%;
    border-radius: 5px;
}
.form_input_02{
    background-color: #f8f9fb;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 75%;
    height: 3vw;
    color: #000;
    margin: 0% 0% 0% 0%;
    border-radius: 5px;
}
.form_input_03{
    background-color: #f8f9fb;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    border: none;
    outline: none;
    padding: 1%;
    box-sizing: border-box;
    width: 72%;
    height: 80%;
    color: #000;
    margin: 0% 0% 0% 0%;
    border-radius: 5px;
}
.form_input_row_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 4vw;
    margin: 0% 0.5% 0% 0%;
}
.form_button{
    background-color: #c0cbdf;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5% 3% 1.5% 3%;
    margin: 0% 0.5% 0% 0.5%;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #646f83;
    border-radius: 25vw;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
}
.form_selected{
    background-color: #0d1c3b;
    color: #fff;
    transition: all 0.3s;
}
#name_text{
    letter-spacing: 1.8em;
    white-space: nowrap;
    left: 3%;
}
#tel_text{
    letter-spacing: 1.8em;
    white-space: nowrap;
    left: 3%;
}
.form_name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    font-family: 'Paperlogy';
    font-weight: 600;
    font-size: 1vw;
    color: #222222;
    left: 5%;
    margin: 0% 0% 0% 0%;
}
.form_name2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    font-family: 'Paperlogy';
    font-weight: 600;
    font-size: 1vw;
    color: #222222;
    left: 5%;
    top: 13%;
    margin: 0% 0% 0% 0%;
}
.form_margin_Agree_input{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 2% -11% 4% 0% !important;
}
.agree_checkbox{
    background-color: #f8f9fb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1vw;
    height: 1vw;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    pointer-events: all;
}
.agree_text{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 0.8vw;
    color: #000;
    left: 31.5%;
    top: -16.5%;
    cursor: pointer;
    pointer-events: all;
}
.agree_text > p:nth-of-type(1){
    text-decoration: underline;
    text-underline-offset: 0.2em;
    margin: 0% 7% 0% 15%;
}
.agree_checkbox.agree_checked .acon13_03_div {
    opacity: 1;
    transition: all 0.1s;
}
.acon13_03_div{
    width: 85% !important;
    opacity: 0;
    transition: all 0.1s;
}
.form_agree{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.8vw;
    color: #222222;
    text-decoration: underline;
    left: 87.5%;
    cursor: pointer;
    white-space: nowrap;
}
.footeer_agree_checkbox_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.7vw;
    height: 0.7vw;
    z-index: 1;
    outline: 1px solid #dedede;
    background-color: rgba(255, 255, 255, 0);
    appearance: none;
    margin: 0% 0% 1% -42.5%;
    cursor: pointer;
    scale: 1.3;
}
.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 80%;
    height: 80%;
    background-color: #ff0ff1;
    scale: 0.7;
    transform: translate(0%, 0%);
}
.form_submit_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 21%;
    height: 4vw;
    cursor: pointer;
    pointer-events: all;
    border-radius: 15px;
    z-index: 1;
    background: linear-gradient(90deg, #2f69c7, #032b9b);
    box-shadow: 0 5px 15px rgba(30, 90, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s;
}
.form_submit_div:hover{
    box-shadow: 
        0 0 10px rgba(83, 148, 255, 0.9),
        0 0 20px rgba(30, 90, 255, 0.7),
        0 5px 20px rgba(30, 90, 255, 0.5);
    transform: scale(1); 
    background: linear-gradient(90deg, #05459d, #205add);
    transition: all 0.3s;
}
.form_submit_div > p{
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 1.2vw;
    color: #fff;
    z-index: 1;
}
.form_submit_div > p:nth-of-type(1){
    color: #fff95b;
}
.form_arrow_div{
    width: 13.7037% !important;
    margin: 0% 0% 0% 7%;
}
#form_name{
    letter-spacing: 2vw;
}
#form_name2{
    letter-spacing: 0.5vw;
}
.form_required{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #d64821;
    left: 4%;
    top: 26%;
}
.form_required2{
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1vw;
    color: #d64821;
    left: 4%;
    top: 12%;
}
.alert_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.alert_box {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: 3% 2%;
    border-radius: 15px;
    text-align: center;
    font-family: 'Pretendard';
    animation: fadeIn .25s ease-out;
}
.alert_title {
    font-size: 1.5vw;
    font-weight: 700;
    color: #2e6ddf;
    margin-bottom: 4%;
}
.alert_text {
    font-size: 1vw;
    color: #000;
    margin-bottom: 1%;
}
.alert_text2 {
    font-size: 1vw;
    color: #000;
    margin-bottom: 1%;
}
.alert_btn {
    width: 60%;
    padding: 5% 0%;
    margin: 7% 0% 0% 0%;
    border-radius: 10px;
    background: #eaecef;
    font-weight: 700;
    font-size: 1vw;
    color: #000;
    border: none;
    cursor: pointer;
}
@keyframes fadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.scr_ji{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 1%;
    opacity: 1;
    mix-blend-mode: overlay;
}
.scr_ji_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.scr_ji > div{
    margin: 0.5% 0% 0.5% 0%;
}
.ji_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.ji_swiper2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.ji_swiper_wrapper {
    transition-timing-function: linear !important;
}
.ji_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ji_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 1.4vw;
    color: #fff;
    white-space: nowrap;
}

@media screen and (max-width:599px) {
    .ji_sd_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: "Pretendard";
        font-weight: 400;
        font-size: 4.4vw;
        color: #fff;
        white-space: nowrap;
    }
    .scr_absol{
        width: 245%;
    }
    .common_div {
        height: 18.5vw;
        font-size: 3.2vw;
    }
    .common_01_img{
        width: 12.56168% !important;
    }
    .common_button{
        width: 6.04724% !important;
    }
    .common_02_img {
        left: -3%;
        bottom: 14%;
        width: 35.71916% !important;
    }

    .form_div {
        margin: 0% 0% 12% 0%;
    }
    .form_div_01{
        height: 49vw;
    }
    .acon13_02_div {
        width: 70.7218% !important;
        margin: 0% 0% -8% -9%;
    }
    .form_div_02 {
        font-size: 7.3vw;
    }
    .form_div_03 {
        font-size: 7.3vw;
    }
    .form_div_04 {
        font-size: 7.3vw;
    }
    .form_div_05_s {
        font-size: 3.2vw;
    }
    .formWrap {
        width: 90%;
    }
    .form_name {
        font-size: 3.2vw;
    }
    .form_name2 {
        font-size: 3.2vw;
    }
    .form_absol_m{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: 'Paperlogy';
        font-weight: 600;
        left: 3.4%;
        font-size: 3.2vw;
    }
    /* #form_name2{
        left: 10.5%;
    }
    #form_name3{
        left: 9.6%;
    } */
    .form_required {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 3vw;
        color: #d64821;
        left: 2%;
        top: 15%;
    }
    .form_required2 {
        font-family: 'Pretendard';
        font-weight: 400;
        font-size: 3vw;
        color: #d64821;
        left: 2%;
        top: 6%;
    }
    .form_margin_input {
        height: 11vw;
    }
    .form_margin_input3 {
        height: 33vw;
    }
    .form_margin > div {
        margin: 1.3% 0% 1.3% 0%;
    }
    .form_input_01 {
        font-size: 3vw;
        height: 9vw;
    }
    .form_input_03 {
        font-size: 3.2vw;
    }
    #form_margin_input2{
        height: 27vw;
    }
    .form_name2 {
        top: 10%;
    }
    #form_name2{
        margin: -17% 0% 0% 0%;
    }
    #form_required2{
        margin: -2% 0% 0% 0%;
    }
    .form_input_row_div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        height: 4vw;
        margin: -5% 6.5% 0% 0%;
        flex-wrap: wrap;
    }
    .form_button {
        padding: 1.5% 3% 1.5% 3%;
        margin: 1% 1.5% 1% 1.5%;
        font-size: 3vw;
    }
    .form_div_05 {
        margin: 6% 0% 0% 0%;
    }
    .agree_text {
        font-size: 2.8vw;
    }
    .agree_checkbox {
        width: 3vw;
        height: 3vw;
    }
    .agree_text > p:nth-of-type(1) {
        text-decoration: underline;
        text-underline-offset: 0.2em;
        margin: 0% 2% 0% 10%;
    }
    .form_submit_div {
        width: 53%;
        height: 10vw;
        border-radius: 5px;
    }
    .form_submit_div > p {
        font-size: 3.4vw;
    }
    .form_arrow_div {
        width: 10.7037% !important;
    }
    .formWrap {
        margin: 5% 0% 0% 0%;
    }
    .form_margin_Agree_input{
        margin: 1% -11% 7% 0% !important;
    }
}


