@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

.set_container{
    font-family: "Noto Sans KR","Sans-serif";
    color: #252525;
    min-width: 1780px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.set_container button{
    font-family: "Noto Sans KR","Sans-serif";
}

.top_banner{
    background-image: url("../../images/2026/0504/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 3548px;
    position: relative;
    overflow: hidden;
}

.top_banner .top_text01{
    font-size: 30px;
    letter-spacing: -0.05em;
    color: #252525;
    font-family: 'GmarketSansMedium';
    margin-top: 80px;
    animation-name: text01;
    animation-delay: 1.2s;
    animation-duration: 0.1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    position: relative;
    top: 0;
    opacity: 0;
}
.top_banner .top_text01 b{
    font: inherit;
    font-family: 'GmarketSansBold';
}
.top_banner .top_text01 span{
    font: inherit;
    color: #7e36f9;
    font-family: 'GmarketSansBold';
    display: inline-block;
    padding-left: 103px;
}

.top_banner .top_time{
    position: absolute;
    top: 42px;
    left: calc(50% - 65px);
    animation-name: dd;
    animation-delay: 1s;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.top_banner .top_time .top_time_box{
    width: 73px;
    height: 73px;
    position: absolute;
    top: 8px;
    left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_banner .top_time .time01{
    margin-top: -24.5px;
    position: relative;
    transform: rotate(0deg);
    transform-origin: bottom;
    animation-name: time01;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
.top_banner .top_time .time02{
    position: absolute;
    top: 50%;
    left: calc(50% + 8.5px);
    transform: translate(-50%, -50%) rotate(-20deg);
    transform-origin: left;
    animation-name: time02;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
@keyframes time {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes time01 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes time02 {
    0%{
        transform: translate(-50%, -50%) rotate(-20deg);
    }
    100%{
        transform: translate(-50%, -50%) rotate(0deg);
    }
}
@keyframes dd {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(13deg);
    }
    50%{
        transform: rotate(-13deg);
    }
    75%{
        transform: rotate(13deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes text01 {
    0%{
        top: 10px;
        opacity: 0;
    }
    100%{
        top: 0px;
        opacity: 1;
    }
}

.top_banner .top_text02{
    margin-top: 26px;
    position: relative;
    display: inline-block;
    animation-name: text01;
    animation-delay: 1.3s;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    position: relative;
    top: 0;
    opacity: 0;
}
.top_banner .top_text02 span{
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 85px;
    line-height: 110px;
    letter-spacing: -0.05em;
    font-family: 'Ria';
    color: transparent;
    z-index: 1;
}
.top_banner .top_text02 span em{
    display: inline-block;
    padding: 0px 25px;
}

.top_banner .star01{
    position: absolute;   
    top: 58px;
    left: calc(50% - 255px);
    animation-name: star;
    animation-delay: 1.5s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .star02{
    position: absolute;
    top: 132px;
    left: calc(50% - -252px);
    animation-name: star;
    animation-delay: 1.7s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes star {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.top_banner .bizforms50{
    position: absolute;
    top: 211px;
    left: calc(50% + 218px);
    z-index: 2;
    animation-name: biz50;
    animation-delay: 1.5s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .bizforms50 span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'GmarketSansBold';
    font-size: 38px;
    color: #252525;
    display: flex;
    align-items: end;
    margin-top: 4px;
}
.top_banner .bizforms50 span b{
    font-size: 25px;
    color: #252525;
    font-family: 'GmarketSansBold';
    padding-bottom: 3px;
}

@keyframes biz50 {
    0%{
        transform: scale(2);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

.top_banner .bg_text{
    font-size: 58px;
    letter-spacing: -0.06em;
    line-height: 70px;
    position: absolute;
    top: 154px;
    left: calc(50% - 590px);
    font-family: 'Ria';
    text-align: left;
    color: transparent;
}


.top_banner .diagram_package{
    width: 1200px;
    height: 220px;
    margin: 45px auto 0;
    background-image: url("../../images/2026/0504/top_content_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.18);
    animation-name: opacity;
    animation-delay: 1.5s;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    opacity: 0;
}
.top_banner .diagram_package strong{
    font-size: 35px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-family: 'Ria';
    margin-top: 45px;
    display: inline-block;
    animation-name: text01;
    animation-delay: 1.7s;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    position: relative;
    top: 0;
    opacity: 0;
}
.top_banner .diagram_package p{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 400;
    line-height: 40px;
    margin-top: 15px;
    animation-name: text01;
    animation-delay: 1.9s;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    position: relative;
    top: 0;
    opacity: 0;
}

@keyframes opacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.top_banner .line{
    position: relative;
    z-index: 1;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    top: 0;
    opacity: 0;
}

.top_banner .line.on{
    animation-name: line;
}
@keyframes line {
    0%{
        opacity: 0;
        top: -10px;
    }
    100%{
        opacity: 1;
        top: 0px
    }
}

.top_banner .check_list{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: -19px;
}
.top_banner .check_list li{
    width: 380px;
    height: 348px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    background-image: url("../../images/2026/0504/check_list_box.png");
    background-repeat: no-repeat;
    background-size: 100%;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    top: 0;
    opacity: 0;
}
.top_banner .check_list.on li{
    animation-name: line;
}
.top_banner .check_list li:nth-child(1){
    animation-delay: 0.3s;
}
.top_banner .check_list li:nth-child(2){
    animation-delay: 0.4s;
}
.top_banner .check_list li:nth-child(3){
    animation-delay: 0.5s;
}
.top_banner .check_list li > img{
    position: absolute;
    top: 0;
    left: 0;
}
.top_banner .check_list li:nth-child(1) > img{
    top: -40px;
    left: 284px;
}
.top_banner .check_list li:nth-child(2) > img{
    top: -32px;
    left: 263px;
}
.top_banner .check_list li:nth-child(3) > img{
    top: -36px;
    left: 255px;
}
.top_banner .check_list li span{
    display: block;
    width: 120px;
    height: 35px;
    background-color: #7e36f9;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-top: 9px;
}
.top_banner .check_list li strong{
    font-size: 26px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-top: 57px;
}
.top_banner .check_list li strong.gap{
    gap: 5px;
}
.top_banner .check_list li strong b{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 900;
}
.top_banner .check_list li p{
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 21px;
}
.top_banner .check_list li .box{
    width: 320px;
    height: 42px;
    margin: 0 auto 10px;
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
    line-height: 38px;
}

.top_banner .work_efficiency{
    position: relative;
    font-size: 45px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 300;
    line-height: 62px;
    margin-top: 108px;
}
.top_banner .work_efficiency b{
    font: inherit;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.top_banner .work_efficiency b em{
    font: inherit;
    display: inline-block;
    transform: skewX(-10deg);
}
.top_banner .work_efficiency img{
    position: absolute;    
    top: 60px;
    left: calc(50% - 78px);
}

.top_banner .before_after{
    display: inline-flex;
    justify-content: center;
    gap: 60px;
    margin-top: 84px;
    position: relative;
}
.top_banner .before_after::after{
    content: "";
    position: absolute;
    top: 175px;
    left: 559px;
    background-image: url("../../images/2026/0504/arrow01.png");
    width: 96px;
    height: 73px;
}
.top_banner .before_after li{
    width: 570px;
    height: 381px;
    background-color: #f0eef7;
    border-radius: 20px;
    position: relative;
}
.top_banner .before_after li > img{
    position: absolute;
    top: -64px;
    left: 257px;
}
.top_banner .before_after li:nth-child(2){
    border: 2px solid #7e36f9;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.35);
    background-color: #fff;
}
.top_banner .before_after li span{
    position: absolute;
    top: 0;
    left: 20px;
    width: 150px;
    height: 38px;
    font-size: 18px;
    letter-spacing: 0.01em;
    font-family: 'GmarketSansMedium';
    color: #fff;
    background-color: #7e36f9;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    line-height: 40px;
}
.top_banner .before_after li strong{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 700;
    display: inline-block;
    margin-top: 73px;
}
.top_banner .before_after li .graph{
    margin-top: 34px;
    margin-left: 77px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top_banner .before_after li .graph > div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_banner .before_after li .graph > div .bar{
    height: 40px;
    border-radius: 5px;
    padding-left: 20px;
    text-align: left;
    font-size: 17px;
    letter-spacing: -0.05em;
    color: #555555;
    font-weight: 500;
    line-height: 38px;
}
.top_banner .before_after li:nth-child(1) .graph > div .bar{
    background-color: #c7c6c9;
}
.top_banner .before_after li:nth-child(2) .graph > div .bar{
    background-color: #7e36f9;
    color: #fff;
}
.top_banner .before_after li:nth-child(1) .graph > div:nth-child(1) .bar{
    width: 120px;
}
.top_banner .before_after li:nth-child(1) .graph > div:nth-child(2) .bar{
    width: 300px;
}
.top_banner .before_after li:nth-child(1) .graph > div:nth-child(3) .bar{
    width: 240px;
}
.top_banner .before_after li:nth-child(1) .graph > div:nth-child(4) .bar{
    width: 370px;
}
.top_banner .before_after li:nth-child(2) .graph > div:nth-child(1) .bar{
    width: 340px;
}
.top_banner .before_after li:nth-child(2) .graph > div:nth-child(2) .bar{
    width: 260px;
}
.top_banner .before_after li:nth-child(2) .graph > div:nth-child(3) .bar{
    width: 300px;
}
.top_banner .before_after li:nth-child(2) .graph > div:nth-child(4) .bar{
    width: 370px;
}
.top_banner .before_after li .graph > div b{
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #555555;
    font-family: 'GmarketSansBold';
}
.top_banner .before_after li:nth-child(2) .graph > div b{
    color: #252525;
}
.top_banner .before_after li > p{
    font-size: 13px;
    color: #aeaeae;
    font-weight: 400;
    text-align: right;
    padding-right: 15px;
    margin-top: 20px;
}

.top_banner .conclusion{
    background-image: url("../../images/2026/0504/conclusion.png");
    background-repeat: no-repeat;
    width: 1200px;
    height: 250px;
    margin: 37px auto 0;
    position: relative;
}
.top_banner .conclusion span{
    font-size: 17px;
    letter-spacing: -0.06em;
    color: #aeaeae;
    font-weight: 700;
    position: absolute;
}
.top_banner .conclusion span.t1{
    top: 70px;
    left: 90px;
}
.top_banner .conclusion span.t2{
    top: 100px;
    left: 120px;
    font-family: 'GmarketSansBold';
}
.top_banner .conclusion span.t3{
    top: 77px;
    left: 501px;
}
.top_banner .conclusion span.t4{
    top: 54px;
    left: 529px;
    font-family: 'GmarketSansBold';
}
.top_banner .conclusion span.t5{
    top: 124px;
    left: 503px;
    color: #7e36f9;
}
.top_banner .conclusion span.t6{
    font-size: 20px;
    letter-spacing: 0;
    color: #7e36f9;
    top: 118px;
    left: 320px;
    font-family: 'GmarketSansBold';
}
.top_banner .conclusion strong{
    font-size: 20px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 500;
    background-color: #7e36f9;
    width: 210px;
    height: 40px;
    border-radius: 40px;
    line-height: 38px;
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 700px;
}
.top_banner .conclusion p{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    position: absolute;
    top: 109px;
    left: 710px;
}
.top_banner .conclusion p b{
    font-size: 35px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 700;
    line-height: 45px;
    font-family: 'GmarketSansBold';
    position: relative;
    top: 5px;
    margin-right: 9px;
}
.top_banner .conclusion div{
    font-size: 13px;
    color: #aeaeae;
    font-weight: 400;
    position: absolute;
    bottom: 15px; 
    left: 25px;
}

.top_banner .diagram_package_content{
    margin-top: 38px;
}
.top_banner .diagram_package_content > strong{
    display: block;
    font-size: 45px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 700;
    margin-top: 33px;
}
.top_banner .diagram_package_content > p{
    font-size: 26px;
    letter-spacing: -0.05em;
    color: #252525;
    line-height: 40px;
    font-weight: 300;
    margin-top: 15px;
}
.top_banner .diagram_package_content > p b{
    font: inherit;
    font-weight: 700;
}
.top_banner .diagram_package_content .content_box{
    background-image: url("../../images/2026/0504/diagram_package_content.png");
    width: 1200px;
    height: 425px;
    margin: 43px auto 0;
    padding-top: 58px;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.18);
    border-radius: 20px;
}
.top_banner .diagram_package_content .content_box ul{
    display: flex;
    flex-direction: column;
    gap: 58px;
    text-align: left;
    margin-left: 655px;
}
.top_banner .diagram_package_content .content_box ul li{}
.top_banner .diagram_package_content .content_box ul li span{
    font-size: 28px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_banner .diagram_package_content .content_box ul li p{
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #555555;
    font-weight: 400;
    margin-top: 16px;
}

.top_banner .recommendation strong{
    font-size: 45px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-top: 88px;
}
.top_banner .recommendation strong img{
    padding-bottom: 24px;
}
.top_banner .recommendation ul{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top:21px;
}
.top_banner .recommendation ul li{
    width: 380px;
    height: 323px;
    border-radius: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.18);
    border-radius: 20px;
}
.top_banner .recommendation ul li:nth-child(1){
    background-image: url("../../images/2026/0504/recommendation01.png");
}
.top_banner .recommendation ul li:nth-child(2){
    background-image: url("../../images/2026/0504/recommendation02.png");
}
.top_banner .recommendation ul li:nth-child(3){
    background-image: url("../../images/2026/0504/recommendation03.png");
}
.top_banner .recommendation ul li span{
    display: block;
    width: 120px;
    height: 35px;
    background-color: #7e36f9;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-top: 9px;
}
.top_banner .recommendation ul li strong{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    margin-top: 57px;
}
.top_banner .recommendation ul li strong.gap{
    gap: 5px;
}
.top_banner .recommendation ul li strong b{
    font-size: 30px;
    letter-spacing: -0.06em;
    color: #7e36f9;
    font-weight: 900;
}
.top_banner .recommendation ul li p{
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 21px;
}
.top_banner .side_menu{
    position: absolute;
    top: 770px;
    left: calc(50% + 670px);
    z-index: 99;
}
.top_banner .side_menu ul{
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 27px;
    position: relative;
}
.top_banner .side_menu ul::after{
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    left: 11.5px;
    transform: translateY(-50%);
    width: 1px;
    height: 142px;
    background-color: #a29ac5;
}
.top_banner .side_menu ul li{
    position: relative;
    padding-left: 29px;
}
.top_banner .side_menu ul li::after{
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    transform: translateY(-50%);
    background-image: url("../../images/2026/0504/side_off.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    z-index: 1;
}
.top_banner .side_menu ul li.on::after{
    background-image: url("../../images/2026/0504/side_on.png");
}
.top_banner .side_menu ul li a{
    font-size: 18px;
    letter-spacing: -0.05em;
    color: #9a95b7;
    font-weight: 500;
}
.top_banner .side_menu ul li.on a{
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px
}
.top_banner .side_menu > a{
    display: inline-block;
    margin-left: -3px;
    margin-top: 17px;
    animation-name: pick;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes pick {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
    75%{
        transform: rotate(2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.go_button{
    background-image: url("../../images/2026/0504/button.png");
    width: 426px;
    height: 96px;
    display: inline-block;
    position: relative;
    margin-top: 49px;
}
.go_button > div{
    position: absolute;
    top: -20px;
    left: -18px;
    width: 84px;
    height: 84px;
    font-size: 15px;
    color: #7e36f9;
    font-family: 'GmarketSansBold';
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.go_button > div b{
    font: inherit;
    font-size: 25px;
    padding-bottom: 4px;
}
.go_button > div img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.go_button > span{
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    gap: 10px;
}
.go_button > span .arrows{
    padding-top: 3px;
}
.go_button > span .arrows img{}
.go_button > span .arrows img:nth-child(2){
    margin-left: -2px;
}

.preview{
    width: 100%;
    height: 574px;
    margin-top: -5px;
}
.preview strong{
    font-size: 45px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 700;
}
.preview > p{
    font-size: 26px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 300;
    margin-top: 24px;
}
.preview > p > b{
    font: inherit;
    font-weight: 700;
}
.preview #flick p{
    position: absolute;
    top: 221px;
    right: 15px;
    font-size: 24px;
    letter-spacing: -0.05em;
    color: #fff;
    line-height: 32px;
    font-weight: 300;
    width: 130px;
}
.preview #flick p b{
    font: inherit;
    font-weight: 700;
}
.preview #flick .text_box{
    position: absolute;
    top: 188px;
    right: 15px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.preview #flick .text_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.3);
    mix-blend-mode: overlay;
    border-radius: 50%;
}

.event_container{
    background-image: url("../../images/2026/0504/event_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 728px;
    position: relative; 
    overflow: hidden;
}
.event_container .event{
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #252525;
    font-family: 'GmarketSansBold';
    width: 180px;
    height: 50px;
    border-radius: 50px;
    background-image: url("../../images/2026/0504/event_title.png");
    background-repeat: no-repeat;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.18);
    display: inline-block;
    margin: 64px auto 0;
    padding-top: 17px;
}
.event_container .title{
    margin-top: 9px;
    position: relative;
}
.event_container .title strong{
    font-size: 45px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    z-index: 2;
}
.event_container .title strong b{
    font: inherit;
    font-weight: 700;
}
.event_container .title strong b em{
    font: inherit;
    display: inline-block;
    transform: skewX(-10deg);
}
.event_container .title p{
    font-size: 26px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 400;
    margin-top: 15px;
}
.event_container .title .event_title02{
    width: 273px;
    height: 0;
    position: absolute;
    top: 54px;
    left: calc(50% - 284px);
    overflow: hidden;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.event_container.on .title .event_title02{
    animation-name: event_title02;
}
.event_container .title .event_title02 img{
    width: 273px;
    height: 67px;
}
.event_container .title .mouse{
    position: absolute;
    top: 84px;
    left: calc(50% - 278px);
    z-index: 3;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.event_container.on .title .mouse{
    animation-name: mouse;
}
@keyframes mouse {
    0%{
        top: 84px;
        left: calc(50% - 278px);
    }
    33%{
        top: 94px;
        left: calc(50% - 28px);
    }
    66%{
        top: 104px;
        left: calc(50% - 278px);
    }
    100%{
        top: 114px;
        left: calc(50% - 28px);
    }
}
@keyframes event_title02 {
    0%{
        height: 0;
    }
    100%{
        height: 67px;
    }
}
.event_container .free_day{
    margin-top: 48px;
    width: 547px;
    height: 60px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 93px;
    padding-bottom: 6px;
}
.event_container .free_day .left_text{
    font-size: 22px;
    letter-spacing: -0.06em;
    color: #fff;
    font-weight: 500;
}
.event_container .free_day .right_text{
    font-size: 22px;
    color: #252525;
    font-weight: 700;
}
.event_container ul{
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.event_container ul li{
    position: relative;
    width: 285px;
    height: 208px;
    top: 0;
    transition: all .3s;
}
.event_container ul li:hover{
    top: -10px;
}
.event_container ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.3);
    mix-blend-mode: overlay;
    border-radius: 50%;
}
.event_container ul li a{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.event_container ul li .icon{
    position: absolute;
    top: -20px;
    left: 210px;
}
.event_container ul li span{
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    gap: 10px;
    padding-bottom: 2px;
}
.event_container ul li .arrows{
    display: flex;
}
.event_container ul li .arrows img:nth-child(2){
    margin-left: -1px;
}

.type{
    background-image: url("../../images/2026/0504/tpye_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 2394px;
    position: relative; 
    overflow: hidden;
}
.type strong{
    font-size: 50px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 700;
    display: inline-block;
    margin-top: 97px;
}
.type p{
    font-size: 26px;
    letter-spacing: -0.06em;
    color: #252525;
    font-weight: 400;
    line-height: 40px;
    margin-top: 18px;
}
.type ul{
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px 20px;
    margin-top: 44px;
}
.type ul li{
    position: relative;
    top: 0;
    transition: all .3s;
}
.type ul li:hover{
    top: -10px;
}
.type ul li span{
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    gap: 10px;
    padding-bottom: 2px;
}
.type ul li .arrows{
    display: flex;
}
.type ul li .arrows img:nth-child(2){
    margin-left: -1px;
}

.smartblock{
    background-image: url("../../images/2026/0504/sb_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 782px;
    position: relative; 
    overflow: hidden;
}
.smartblock .smartblock_title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 100px 0 50px;
}
.smartblock .smartblock_title img{}
.smartblock .smartblock_title span{
    font-size: 30px;
    letter-spacing: -0.05em;
    color: #252525;
    font-weight: 700;
    display: inline-block;
    margin: 18px 0 20px;
}
.smartblock .smartblock_title img:nth-child(3){}
.smartblock ul{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.smartblock ul li{
    position: relative;
    top: 0px;
    transition: all .3s;
}
.smartblock ul li:hover{
    top: -5px;
}
.smartblock ul li::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.3);
    mix-blend-mode: overlay;
}
.smartblock ul li a{
    display: inline-block;
    position: relative;
    z-index: 11;
}
.smartblock ul li a img{}
.smartblock ul li a p{
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 326px;
    height: 60px;
}

.flicking-viewport{
    margin-top: 50px;
}

.flicking-camera > div {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flicking-camera > div > img{
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.conts_btn_top{position:fixed; left:50%; margin-left:680px; bottom:95px; z-index:9888; animation:topm 0.8s ease-in-out infinite; animation-play-state:paused;}
.conts_btn_top button{cursor:pointer; border:none; outline:none; display:block; background:url(	https://www.bizforms.co.kr/magazine/content/hotclick/images/2020/201208/ico_top.png) 50% 50% no-repeat; text-indent:-9999px; opacity:0; width:0px; height:0px; -webkit-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -moz-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -ms-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; -o-transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s; transition:opacity 0.4s, width 0s 0.4s, height 0s 0.4s;}
.conts_btn_top:hover{animation-play-state:running; animation-fill-mode:forwards;}
.conts_btn_top.on button{opacity:0.5; width:50px; height:50px; -webkit-transition:opacity 1.0s; -moz-transition:opacity 1.0s; -ms-transition:opacity 1.0s; -o-transition:opacity 1.0s; transition:opacity 1.0s;}
.conts_btn_top.on:hover button{opacity:1;}



/* ========================================
   Bizforms 조직도 랜딩 - Animation System
   ========================================
   - 각 요소가 뷰포트 진입 시 개별 트리거
   - 그래프 바: transform scaleX 기반
   - hover 인터랙션 포함
   ======================================== */

/* ----------------------------------------
   1. 스크롤 등장 기본 상태 (숨김)
   ---------------------------------------- */
[data-anim] {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 등장 완료 */
[data-anim].is-visible {
    opacity: 1;
    transform: none !important;
}

/* ----------------------------------------
   2. 등장 유형별 초기 transform
   ---------------------------------------- */

/* 아래에서 위로 (기본) */
[data-anim="up"] {
    transform: translateY(32px);
}

/* 왼쪽에서 */
[data-anim="left"] {
    transform: translateX(-40px);
}

/* 오른쪽에서 */
[data-anim="right"] {
    transform: translateX(40px);
}

/* 줌인 */
[data-anim="zoom"] {
    transform: scale(0.92);
}

/* 위에서 아래로 (drop) */
[data-anim="drop"] {
    transform: translateY(-25px);
}


/* ----------------------------------------
   5. 그래프 바 (scaleX 방식)
   ---------------------------------------- */
.before_after li .graph > div .bar {
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 부모 li가 visible 되면 바가 펼쳐짐 */
.before_after li.bar-visible .graph > div:nth-child(1) .bar {
    transform: scaleX(1);
    transition-delay: 0.1s;
}
.before_after li.bar-visible .graph > div:nth-child(2) .bar {
    transform: scaleX(1);
    transition-delay: 0.25s;
}
.before_after li.bar-visible .graph > div:nth-child(3) .bar {
    transform: scaleX(1);
    transition-delay: 0.4s;
}
.before_after li.bar-visible .graph > div:nth-child(4) .bar {
    transform: scaleX(1);
    transition-delay: 0.55s;
}

/* 바 옆 퍼센트 숫자도 함께 페이드 */
.before_after li .graph > div > b {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.before_after li.bar-visible .graph > div:nth-child(1) > b {
    opacity: 1;
    transition-delay: 0.5s;
}
.before_after li.bar-visible .graph > div:nth-child(2) > b {
    opacity: 1;
    transition-delay: 0.65s;
}
.before_after li.bar-visible .graph > div:nth-child(3) > b {
    opacity: 1;
    transition-delay: 0.8s;
}
.before_after li.bar-visible .graph > div:nth-child(4) > b {
    opacity: 1;
    transition-delay: 0.95s;
}


/* ----------------------------------------
   6. go_button 화살표 반복 애니메이션
   ---------------------------------------- */
.go_button .arrows {
    animation: arrowBounce 1.2s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50%      { transform: translateX(8px); opacity: 0.6; }
}


/* 추천 카드 */
.top_banner .recommendation ul li {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease;
}
.top_banner .recommendation ul li:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}


/* go_button */
.go_button {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.3s ease;
}
.go_button:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}


/* ----------------------------------------
   8. conclusion 원형 그래프 카운트업 느낌
   ---------------------------------------- */
.conclusion .t6 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s ease;
}
.conclusion.is-visible .t6 {
    animation: countPop 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}
@keyframes countPop {
    0%   { transform: scale(0.5); opacity: 0; }
    60%  { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}


/* ----------------------------------------
   9. 사이드 메뉴 indicator 전환 부드럽게
   ---------------------------------------- */
.top_banner .side_menu ul li a {
    transition: color 0.3s ease, font-weight 0.3s ease;
}
.top_banner .side_menu ul li::after {
    transition: background-image 0.3s ease, transform 0.3s ease;
}
/* .top_banner .side_menu ul li.on::after {
    transform: translateY(-50%) scale(1.2);
} */