@charset "utf-8";

/* 기본 초기화 */
*{
    margin: 0;
    padding: 0;
}
img{
    vertical-align: top;
}
ul,li{
    list-style: none;
}
button{
    padding: 0;
    vertical-align: top;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}


:root{
    --fs20: clamp(11px, 3cqw, 20px);
    --fs25: clamp(14px, 3.6cqw, 25px);
    --fs28: clamp(14px, 3.8cqw, 28px);
    --fs30: clamp(15px, 4.5cqw, 30px);
    --fs35: clamp(17px, 5cqw, 35px);
    --fs45: clamp(22px, 6cqw, 45px);
    --fs60: clamp(28px, 8cqw, 60px);
    --fs119: clamp(56px, 17cqw, 119px);
    --grBg1: linear-gradient(to right, #a79eec, #fb73fd);
}
.grTxt{
    background: var(--grBg1);
    background-clip: text;
    color: transparent !important;
}


#ai-wrap {
    max-width: 750px;
    margin: 0 auto;
}
.ai-container {
    color: #fff;
    font-family: 'Pretendard', sans-serif;  
    line-height: 1.4;
    letter-spacing: -0.6px;
    container-type: inline-size;
    text-align: center;
}
.ai-container img{
    width: 100%;
    height: auto;
}
.scroll-reveal{
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s ease;
}
.scroll-reveal.active{
    opacity: 1;
    transform: translateY(0px);
}

.part01{
    background-image: url(./images/bg_part_01.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.sect01 {
    padding-bottom: 10%;
}
.sect01 .btn1,
.sect01 .btn2{
    position: relative;
    width: 86.6%;
    margin: 0 auto;
    z-index: 1;
}
.sect01 .btn1{
    padding-bottom: 2%;
}

.sect02 {
    position: relative;
    padding: 6% 0;
}
.sect02 .net{
    position: absolute;
    right: 0;
    top: 0;
    width: 62.4%;
    height: 100%;
    background-image: url(./images/bg_02_net.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateY(-19%);
    opacity: 0;
    transition: opacity 1.2s ease;
}
.sect02 .wave{
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    bottom: 0;
    background-image: url(./images/bg_02_line.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease;
}
.sect02 .net.active, .sect02 .wave.active{
    opacity: 1;

}
.sect02 .photo1{
    width: 74.5%;
}
.sect02 .photo2{
    width: 64.8%;
    margin-left: auto;
    margin-top: -42%;
}

.sect03{
    padding: 6% 0 0 0;
}
.sect03 .count-num-box{
    position: relative;
}
.sect03 .count-num-box .count-num-cell{
    position: absolute;
    top: 10%;
    width: 38.5%;
}
.sect03 .count-num-box .count-num-cell.cn1{
    left: 8%;
}
.sect03 .count-num-box .count-num-cell.cn2{
    right: 8%;
}
.sect03 .count-num-box .count-num-cell .count-num { 
    font-size: var(--fs119); 
    font-weight: 700;
}
.sect03 .count-num-box .count-num-cell .unit{
    font-size: var(--fs60); 
    font-weight: 700;
}

.sect05 .ai-logo-slide{
    overflow: hidden;
}
.sect05 .ai-logo-slide p{
    width: 250%;
}
.sect05 .ai-logo-slide .toLeft{
    animation: scrollToLeft 12s alternate linear infinite;
}
.sect05 .ai-logo-slide .toRight{
    animation: scrollToRight 12s alternate linear infinite;
}
@keyframes scrollToLeft {
    0% {
        transform: translateX(0);
    }
    2% {
        transform: translateX(0);
    }
    98% {
        transform: translateX(-30%);
    }
    100% {
        transform: translateX(-30%);
    }
}
@keyframes scrollToRight {
    0% {
        transform: translateX(-30%);
    }
    2% {
        transform: translateX(-30%);
    }
    98% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

.sect06 .compare{
    position: relative;
}
.sect06 .compare .noti{
    position: absolute;
    left: 10%;
    display: block;
    width: 4.5%;
    animation: flash 1s infinite;
}
.sect06 .compare .no1{
    top: 14.4%;
}
.sect06 .compare .no2{
    top: 19.7%;
}
.sect06 .compare .no3{
    top: 24.6%;
}
.sect06 .compare .no4{
    top: 58.9%;
}
.sect06 .compare .no5{
    top: 64%;
}
.sect06 .compare .no6{
    top: 68.9%;
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.sect09{
    position: relative;
}
.sect09 .countdown{
    position: absolute;
    top: 17%;
    left: 14.4%;
    right: 15%;
    display: flex;
    justify-content: space-between;
    height: 14.4%;
}
.sect09 .countdown span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    font-size: var(--fs60);
    font-weight: 800;
    color: #121212;
}

#ai-wrap .section.liccoast{
    margin-top: 0;
}
#ai-wrap .section.liccoast .quickInquary{
    background-color: #ecf7fd;
}
#ai-wrap .section.liccoast .subject-set{
    padding: 0 32px 80px;
    margin-top: 0;
}
#ai-wrap .section.liccoast .subject-set .subject.grid2{
    padding: 28px 32px;
    background-color: #f7fcfe;
    box-shadow: 0 5px 15px rgba(59, 81, 93, 0.2);
    border-radius: 12px;
}
#ai-wrap .section.liccoast .coast-inquery-list{
    position: static;
    margin-bottom: 28px;
}
#ai-wrap .section.liccoast .coast-inquery-list > li{
    border: 0;
    height: auto;
    margin: 0 0 24px 0;
}
#ai-wrap .section.liccoast .coast-inquery-list > li:first-child,
#ai-wrap .section.liccoast .coast-inquery-list > li:nth-child(2){
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -99999px;
    left: -999999px;
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2{
    display: block;
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dt{
        margin-bottom: 8px;
        padding: 0;
        font-family: inherit;
        transform: none;
        font-size: 17px;
        font-weight: 400;
        color: #111;
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dt::after{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 4px;
    border-radius: 50%;
    background: linear-gradient(to right, #947ef4, #f545ff);
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dd{
    padding: 0;
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dd::before{
    display: none;
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dd .inputset{
    display: block;
    border: 1px solid #ddd;
}
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dd .inputset input,
#ai-wrap .section.liccoast .coast-inquery-list > li .d2 dd .inputset select{
    width: 100%;
    border: 0;
}
#ai-wrap .section.liccoast .rsbox a{
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    background: linear-gradient(to right, #947ef4, #f545ff);
}
#ai-wrap .section.liccoast .agree_t .agree_left_box{
    float: none;
    width: 100%;
    padding: 24px 8px 8px 8px;
    text-align: center;
}
#ai-wrap .section.liccoast .agree_t .agree_left_box span{
    font-size: 12px;
}
#ai-wrap .section.liccoast .agree_t .agree_right_box{
    float: none;
    width: 100%;
    text-align: center;
}