* {
    font-family: nanumRound;
    word-break: keep-all;
}

/* service Full Channge 시작 */
.sv_fx_3c{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sv_fx_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sv_whiteBg{
    background-color: white;
    outline: 10px solid rgba(185, 185, 185, 0.5);
}
.sv_blackBg{
    background-color: black;
    outline: 10px solid rgb(255, 0, 0, 0.2);
}
.sv_greenBg{
    background-color: #527062;
    outline: 10px solid rgb(255, 192, 203, 0.4);
}
.sv_warmBg{
    background-color: #d8c940;
    outline: 10px solid rgb(255, 192, 203, 0.4);
}

.sv_mainBg1{
    background-color: #1B2547;
}
.sv_whiteBlue{
    background-color: #D8EAFD;
    outline: 10px solid rgb(86, 62, 172, 0.1);
}
.sv_skinBg{
    background-color: #DBCFC8;
    outline: 10px solid rgb(100, 82, 112, 0.2);
}

.sv_whiteGrey{
    color:#ECECF0
}
.sv_skinCR{
    color: #DBCFC8;
}
.sv_blackCR{
    color: black;
}
.sv_whiteCR{
    color: white;
}
.sv_yellowCR{
    color:yellow;
}
.sv_redCR{
    color:red;
}
.sv_greenCR{
    color: #358597;
}

.sv_mainCR1{
    color:#1B2547
}
.sv_mainCR2{
    color: #2A58B4;
}

.topButton{
    width: 70%;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 140px;
    z-index: 4;
}
.sv_item_btn{
    position: relative;
    all: unset;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgb(91,0,133);
    background: linear-gradient(22deg, rgba(91,0,133,1) 26%, rgba(252,69,106,1) 85%);
    border-radius: 50px;
    color: white;
    font-size: 18px;
    font-family: score7;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}
.sv_item_btn:hover{
    color: yellow;
    transition: 0.5s;
}
.sv_entire_wrap{
    width: calc(100%);
    padding: 50px 0px;
    background-color: white;
}
.sv_item{
    position: relative;
    width: 100%;
    padding: 150px 0;
}
.sv_item:nth-child(odd){
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
}
.sv_item:nth-child(even){
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
}
.sv_pdTop{
    padding-top: 300px;
}
.sv_pdBtm{
    padding-bottom: 300px;
}
.sv_item_gap_card{
    width: 35%;
    position: absolute;
    height: 350px;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 20px;
    background-color: white;
    z-index: 2;
}
.sv_item_gap_card_video{
    width: 100%;
    height: 100%;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 20px;
}

.sv_item_card{
    width: 40%;
    padding: 50px;
    display: flex;
    gap:70px;
}

.sv_item_cardHeader{
    font-family: score7;
    font-size: 30px;
    transition: 0.3s;
    
}


/* 
 */
 /* 
 */
 /* 
 */
 /* 
 */
 /* 
 */

/* 2023 new Service show */

:root {
    --mainColor:#1B2547;
    --subColor:#2A58B4;
    --outlineColor:rgb(224, 224, 224);
}

.service_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.service_item_wrap{
    width: 100%;
    padding: 120px 0 80px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}


@media (max-width:900px) {
    .service_item_wrap {
        padding:170px 0;
    }
}



/* item 1 */

.service_item1_style{
    background: rgb(112,152,231);
    background: linear-gradient(129deg, rgba(112,152,231,1) 0%, rgba(42,88,180,1) 46%, rgba(112,152,231,1) 100%);
    padding: 50px 0 0 0;
}
.service_item1{
    position: relative;
    width: calc(60% - 100px);
    padding: 50px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 30px;
    z-index: 2;
}
.service_item1_title{
    font-family: score9;
    font-size: 30px;
    font-weight: 900;
    color: white;
    color: yellow;
}
.service_item1_explain{
    color: white;
    font-size: 16px;
}
.service_item1_imgWrap{
    position: relative;
    width: 50%;
}
.service_item1_img{
    width: 100%;
}
.service_item1_img1{
    fill: yellow;
    animation: slideDown 1s infinite;
    cursor: pointer;
    transition: 0.2s;
}
.service_item1_img1:hover{
    fill:red;
    transition: 0.2s;
}

@media (max-width:900px) {
    .service_item1 {
        width: calc(90% - 20px);
        padding: 10px;
    }
    .service_item1_title{
        font-size: 24px;
    }
    .service_item1_imgWrap {
        width: calc(80%);
    }
}


/* item2 */

.service_item2_style{
    background-color: white
}
.service_item2{
    position: relative;
    width: calc(60% - 100px);
    padding: 50px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 70px;
    z-index: 2;
}
.service_item2_title,
.service_item2_title_2{
    font-family: score9;
    color: var(--mainColor);
    height: 5%;
    font-size: 40px;
    font-weight: 900;
}
.service_item2_title_2{
    background-color: var(--subColor);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.service_item2_explain{
    font-size: 16px;
    text-align: center;
}
.service_item2_explain_point{
    font-weight: 900;
    font-size: 20px;
    border-bottom: 5px solid var(--subColor);
}
.service_item2_subWrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
}
.service_item2_subItem{
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    /* gap: 50px; */
    justify-content: flex-start;
    align-items: center;

    border: 1px solid var(--outlineColor);
    border-radius: 20px;
    padding: 50px 30px;
    /* height: calc(350px - 60px); */
    box-shadow: 5px 5px 10px;
}
.service_item2_subItem_imgWrap{
    height: 80px;
    width: 80px;
    padding-bottom: 30px;
}
.service_item2_subItem_img{
    width: 80px;
    height: 80px;
    fill: var(--subColor);
}
.service_item2_subItem_header{
    height: 10%;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
    border-radius: 20px;
    color: white;
    font-size: 18px;
    padding: 5px 20px;
}

.service_item2_subItem_explain{
    padding: 30px 0;
    height: 50%;
    font-size: 16px;
    color: grey;
}
.service_item2_buttonWrap{
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding-top: 50px;
}
.service_item2_button{
    width: 150px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 40px;
    background-color: var(--subColor);
    color: white;
    font-weight: 900;
    font-size: 18px;
    transition: 0.2s;
}
.service_item2_button:hover{
    background-color: var(--mainColor);
    transform: scale(1.2);
    color: yellow;
    transition: 0.2s;
}



.service_item2_button_2{
    width: 150px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 40px;
    background-color: var(--outlineColor);
    color: black;
    font-weight: 900;
    font-size: 18px;
    transition: 0.2s;
    cursor: pointer;
}
.service_item2_button_2:hover{
    transform: scale(1.2);
    background-color: rgb(73, 73, 73);
    color: white;
    transition: 0.2s;
}

@media (max-width:900px) {
    .service_item2 {
        width: calc(90% - 20px);
        padding: 10px;
    }
    .service_item2_title_2{
        font-size: 24px;
    }
    .service_item2_explain{
        line-height: 25px;
    }
    .service_item2_title{
        font-size: 24px;
    }
    .service_item2_imgWrap {
        width: calc(80%);
    }
    .service_item2_subWrap{
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .service_item2_subItem{
        width: calc(80% - 20px);
        padding: 30px 10px;
    }
    .service_item2_buttonWrap{
        flex-direction: column;
        gap: 10px;
    }
}


/* item3 */

.service_item3_style{
    position: relative;
    background-color: white;
}
.service_item3_shape1{
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    left: 0;
    transform: translate(-150px, -150px);
    background: rgb(225,235,255);
    background: linear-gradient(129deg, rgba(225,235,255,1) 0%, rgba(42,88,180,1) 0%, rgba(208,224,255,1) 100%);
    opacity:0.7;
}
.service_item3_shape2{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: 0;
    transform: translate(-150px, 300px);
    background: rgb(225,235,255);
    background: linear-gradient(129deg, rgba(225,235,255,1) 0%, rgba(42,88,180,1) 0%, rgba(208,224,255,1) 100%);
    opacity:0.6;

}
.service_item3_shape3{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 0;
    transform: translate(30px, -300px);
    background: rgb(225,235,255);
    background: linear-gradient(129deg, rgba(225,235,255,1) 0%, rgba(42,88,180,1) 0%, rgba(208,224,255,1) 100%);
    opacity:0.5;

}
.service_item3_shape4{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    right: 0;
    transform: translate(-300px, 100px);
    background: rgb(225,235,255);
    background: linear-gradient(129deg, rgba(225,235,255,1) 0%, rgba(42,88,180,1) 0%, rgba(208,224,255,1) 100%);
    opacity:0.4;

}
.service_item3{
    position: relative;
    width: calc(60% - 100px);
    padding: 50px;
    
    display: flex;
    flex-direction: row;

    gap: 70px;
    z-index: 2;
}
.service_item3_title{
    font-family: score9;
    color: var(--mainColor);
    /* height: 5%; */
    font-size: 40px;
    font-weight: 900;
}
.service_item3_explain{
    font-size: 16px;
    text-align: left;
}
.service_item3_left{
    width: 65%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-self: stretch;
    gap: 50px;
}
.service_item3_right{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_item3_rightImg{
    position: relative;
    width: calc(100% - 20px);
    border:10px solid #7DB3C8;
    border-radius: 20px;
}

.service_item3_subWrap{
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-top: 50px;
    justify-content: center;
    align-items: stretch;
}
.service_item3_subItem{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    gap: 30px;

}
.service_item3_subItem_img{
    width: 50px;
    height: 50px;
    fill: var(--subColor);
}
.service_item3_subItem_title{
    color: var(--mainColor);
    border-bottom: 3px solid var(--subColor);
    font-weight: 900;
    font-size: 18px;
}
.service_item3_subItem_explain{
    color: grey;
}
@media (max-width:900px) {
    .service_item3 {
        flex-direction: column;
        width: calc(90% - 20px);
        padding: 10px;
    }

    .service_item3_left,
    .service_item3_right{
        width: 100%;
    }
    .service_item3_right{

    }
    .service_item3_title{
        font-size: 24px;
    }

    .service_item3_subWrap{
        flex-direction: column;
        gap: 100px;
    }
    .service_item3_shape1{
        width:200px;
        height:200px;
        transform: translate(-50px, -750px);
    }
    .service_item3_shape2{
        transform: translate(10px, 380px);
    }
    .service_item3_shape1,
    .service_item3_shape2,
    .service_item3_shape3,
    .service_item3_shape4{
        opacity: 0.3;
    }
    .service_item3_rightImg{
        width: 70%;
    }
}



/* item4 */

.service_item4_style{
    position: relative;
    background-color: white;
    padding: 200px 0;
}
.service_item4{
    position: relative;
    width: calc(60% - 100px);
    padding: 50px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 170px;
    z-index: 2;
}
/* .service_item4_contentWrap{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 100px;
} */
.service_item4_content_point{
    color: red;
    font-size: 24px;
    font-weight: 900;
}
.service_item4_content_left{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}
.service_item4_content_leftItem{
    padding: 20px;
    width: calc(40% - 40px);
    /* border: 1px solid var(--outlineColor); */
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    align-items: stretch;
}
.service_item4_content_leftItem_title_1,
.service_item4_content_leftItem_title_2{
    color: var(--subColor);
    border: 1px solid var(--subColor);
    border-radius: 20px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.service_item4_content_leftItem_title_2{
    background-color: var(--subColor);
    color: white;
}
.service_item4_content_leftItem_explain{
    
    color: grey;
    text-align: center;
    height: 40%;
}
.service_item4_content_leftItem_list{
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--outlineColor);
    padding: 15px;
    border-radius: 10px;
}
.service_item4_content_right{
    padding: 30px;
    width: calc(40% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: var(--subColor);
    border-radius: 30px;
}

.service_item4_title,
.service_item4_title_point{
    font-family: score9;
    color: var(--mainColor);
    color: white;
    font-size: 30px;
    font-weight: 900;
}
.service_item4_title_point{
    
    color: yellow;
}

.service_item4_explain{
    font-size: 16px;
    text-align: left;
    color: rgb(212, 218, 224);
}

.service_item4_button{
    padding: 10px 30px;
    border-radius: 40px;
    color: var(--subColor);
    background-color: white;
    font-weight: 900;
    font-size: 18px;
    transition: 0.2s;
    animation: slideDown 1s infinite;
}
.service_item4_button:hover{
    background-color: yellow;
    color: black;
    transition: 0.2s;
}
@media (max-width:900px) {
    .service_item4,
    .service_item4_content_left {
        flex-direction: column-reverse;
        width: calc(90% - 20px);
        padding: 10px;
    }

    .service_item4_content_right{
        width: 80%;
    }
    .service_item4_content_left{
        gap: 80px;
    }
    .service_item4_content_leftItem{
        width: calc(100% - 20px);
        padding: 10px;
    }

}




/* item5 */

.service_item5_style{
    position: relative;
    background-color: white;
}
.service_item5{
    position: relative;
    width: calc(60% - 100px);
    padding: 50px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 70px;
    z-index: 2;
}

.service_item5_title{
    font-family: score9;
    color: var(--mainColor);
    height: 5%;
    font-size: 40px;
    border-bottom: 5px solid var(--subColor);
    font-weight: 900;
}
.service_item5_explain,
.service_item5_explain2{
    text-align: center;
    font-size: 16px;
}
.service_item5_explain2{
    font-size: 28px;
    color: var(--subColor);
    font-weight: 900;
    padding-top: 50px;
    border-bottom: 5px solid rgb(165, 165, 5);
}
.service_item5_explain_point{
    padding: 5px 8px;
    color: white;
    background-color: var(--subColor);
    font-weight: 900;
    font-size: 28px;
    border-radius: 30px;
    color: yellow;
}
.service_item5_top{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.service_item5_mainImg{
    border: 5px solid black;
    border-radius: 30px;
    width: 100%;
}

.service_item5_bottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}
.service_item5_shape1{
    position: absolute;
    opacity: 0.3;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: rgb(42,88,180);
    background: linear-gradient(180deg, rgba(42,88,180,1) 0%, rgba(138,163,213,1) 48%, rgba(255,255,255,1) 73%);
    z-index: 1;
}

.service_item5_bottom_item{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: calc(25% - 20px);
    padding: 10px;
    border: 1px solid var(--outlineColor);
    box-shadow: 2px 2px 5px;
    background-color: white;
    gap: 30px;
    border-radius: 20px;
    padding-bottom: 50px;
}

.service_item5_bottom_item_header{
    text-align: center;
    font-size: 20px;
    background-color: var(--subColor);
    color: white;
    /* color: yellow; */
    border-radius: 50px;
    padding: 10px 0;

}

.service_item5_bottom_item_explain{
    color: grey;
    text-align: center;
}
.service_item5_bottom_item_list{
    color: black;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.service_item5_bottom_item_list > li::before {
    content: '✔';
    display: inline-block;
    margin-right: 10px;
    background-color: var(--subColor);
    color: white;
    border-radius: 50%;
    font-size: 12px;
    width: 15px;
    text-align: center;

    height: 15px;
    
}
.service_item5_app_zone{
    /* height: 100px; */
    display: flex;
    padding: 200px 0 100px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.service_item5_app_text{
    font-family: score9;
    font-size: 30px;
    text-align: center;
}
.service_item5_app_text_2{
    font-family: nanumRound;
    font-size: 20px;
    color: grey;
}
.service_item5_app_img_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.service_item5_app_img_container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_item5_app_img{
    position: relative;
    width: 350px;
    height: auto;
    transition: 0.2s;
    cursor: pointer;

}
.service_item5_app_img:hover{
    transform: scale(1.2);
    transition: 0.2s;
    z-index: 1;
}



@media (max-width:900px) {
    .service_item5,
    .service_item5_content_left {
        flex-direction: column;
        width: calc(90% - 20px);
        padding: 10px;
    }
    .service_item5_bottom{
        flex-direction: column;
    }
    .service_item5_bottom_item{
        width: calc(100% - 20px);
    }
    .service_item5_title{
        font-size: 24px;
    }
    .service_item5_explain2{
        font-size: 20px;
    }
    .service_item5_explain_point{
        font-size: 20px;
    }
    .service_item5_bottom_item_header{
        font-size: 16px;
    }
    .service_item5_app_img_wrap{
        flex-direction: column;
    }
    .service_item5_app_img{
        width: 60%;
    }
}



/* item 6 */

.service_item6_style{
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(234,239,248,1) 21%, rgba(193,207,233,1) 31%, rgba(128,156,210,1) 39%, rgba(42,88,180,1) 48%, rgba(42,88,180,1) 55%, rgba(64,105,188,1) 69%, rgba(90,126,197,1) 75%, rgba(112,143,204,1) 80%, rgba(138,163,213,1) 86%, rgba(197,209,234,1) 92%, rgba(226,232,245,1) 95%, rgba(255,255,255,1) 98%);
}
.service_item6{
    position: relative;
    width: calc(70% - 100px);
    padding: 150px 50px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 100px;
    z-index: 2;
}
.service_item6_left{
    width: calc(100% - 20px);
    padding: 10px;

    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.service_item6_right{
    width: calc(100% - 20px);
    /* height: 300px; */
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.service_item6_second_top{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}
.service_item6_title2{
    font-family: score9;
    color: black;
    border-bottom: 10px solid yellow;
    font-size: 34px;
}
.service_item6_title2_point{
    font-family: score9;
    color: white;
    font-size: 34px;
    color: yellow;
}
.service_item6_title{
    text-align: center;
    font-family: score9;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: var(--subColor);
    font-size: 30px;
    font-weight: 900;
    color: white;
    /* border: 5px solid white; */
    display: inline-block;

    animation: jit 2s infinite;
    
}
.service_item6_title_red{
    text-align: center;
    font-family: score9;
    /* padding: 3px 10px; */
    border-radius: 20px;
    background-color: white;
    font-size: 30px;
    font-weight: 900;
    /* color: var(--subColor); */
    color: rgb(206, 32, 32);
    padding: 0;
}
.service_item6_explain{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
.service_item6_explain_semi{
    gap: 50px;
}
.service_item6_explainText{
    /* width: 100px; */
    font-family: nanumRound;
    display: inline-block;
    border-radius: 20px;
    padding: 15px;
    color: grey;
    font-size: 24px;
}
.service_item6_explainText_num{
    background-color: white;
    font-weight: 900;
    background-color: var(--subColor);
    color: white;
    border-radius: 50%;
    font-size: 25px;
    padding: 2px 10px;
    margin-right: 20px;
    text-align: center;

}
.service_item6_explainText_point{
    color: yellow;
    font-family: score7;
    font-size: 28px;
    padding: 5px 15px;
    border-radius: 15px;
    background-color: var(--subColor);
    font-weight: 900;
}
.service_item6_explain_bigText{
    font-family: score7;
    text-align: center;
    font-size: 35px;
    color: var(--mainColor);
    font-weight: 900;
}
.service_item6_explain_bigText_yellow{
    color: yellow;
    font-family: score7;
    font-size: 35px;
    padding: 2px 10px;
    border-radius: 20px;
    background-color: var(--subColor);
    font-weight: 900;
}
.service_item6_bottomLine{
    border-bottom: 10px solid var(--subColor);
}
.service_item6_hugeText{
    font-size: 60px;
    border: 10px solid var(--subColor);
    color: var(--mainColor);
    border-radius: 50%;
    padding: 2px 15px;
    animation: jit 1.2s infinite;
    
}
.service_item6_imgWrap{
    position: relative;
    width: 50%;
}
.service_item6_mainImg,
.service_item6_subImg{
    border-radius: 20px;
    border: 5px solid white;
    height: 300px;
}

.service_item6_mainImg{
    width: 100%;
}
.service_item6_second{
    width: calc(70% - 100px);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.service_item6_second_cardWrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.service_item6_second_card{
    background-color: white;
    padding: 20px;
    width: calc(100% - 40px);
    border-radius: 20px;
    box-shadow: 2px 2px 5px;

    display: flex;
    gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.service_item6_second_card_title{
    font-size: 24px;
    color: var(--subColor);
    font-family: score9;
}
.service_item6_second_card_explain{
    color: grey;
    text-align: center;
    word-break: keep-all;
}
.service_item6_subTitle2{
    color: rgb(110, 78, 78);
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}
.service_item6_second_card_list{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.service_item6_second_card_list_item{
    color: var(--subColor);
}
.service_item6_second_card_list_item::before{
    content: '-';
    font-size: 16px;
    margin-right: 7px;
}
.service_item6_second_card_img{
    width: 80px;
    height: 80px;
    fill: var(--subColor);
    border-radius: 20px;
}

.service_item6_button{
    padding: 10px 30px;
    border-radius: 40px;
    background-color: white;
    color: var(--subColor);
    font-weight: 900;
    font-family: score9;
    border: 3px solid var(--mainColor);
    font-size: 18px;
    animation: slideDown 1s infinite;
    transition: 0.2s;
}
.service_item6_button:hover{
    background-color: var(--mainColor);
    color: white;
    transition: 0.2s;
}

.service_item6_shape1{
    position: absolute;
    opacity: 0.3;
    top: 700px;
    right: 0;
    width: 700px;
    height: 700px;
    transform: rotate(35deg);
    /* border-radius: 50%; */
    background: rgb(42,88,180);
    background: linear-gradient(180deg, rgba(42,88,180,1) 0%, rgba(138,163,213,1) 48%, rgba(255,255,255,1) 73%);
    z-index: 1;
}
.service_item6_shape2,
.service_item6_shape3,
.service_item6_shape4,
.service_item6_shape5{
    position: absolute;
    opacity: 0.5;
    right: 50px;
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
    background: rgb(42,88,180);
    transform: rotate(45deg);
    z-index: 1;
}
.service_item6_shape2{
    opacity: 0.1;
    bottom: 500px;
}
.service_item6_shape3{
    opacity: 0.1;
    bottom: 700px;
    left: 90px;
    width: 50px;
    height: 50px;
    transform: rotate(25deg);
}
.service_item6_shape4{
    bottom: 400px;
    left: 120px;
    width: 100px;
    height: 100px;
    transform: rotate(25deg);
}
.service_item6_shape5{
    opacity: 0.2;
    bottom: 850px;
    right: 500px;
    width: 300px;
    height: 300px;
    transform: rotate(25deg);
}

@media (max-width:900px) {
    .service_item6_second_card_title{
        font-size: 20px;
    }
    .service_item6 {
        width: calc(100% - 20px);
        padding: 10px;
        flex-direction: column;
        gap: 50px;
    }
    .service_item6_title{
        position: relative;
        width: calc(100% - 20px);
        font-size: 24px;
    }
    .service_item6_imgWrap {
        width: calc(80%);
    }
    .service_item6_left{
        width: calc(100% - 20px);
    }
    .service_item6_right{
        width: calc(100% - 20px);
        flex-direction: column;
    }
    .service_item6_subImg{
        display: none;
    }
    .service_item6_subImg:nth-child(1){
        display: block;
    }
    .service_item6_explain{
        gap: 70px;
    }
    .service_item6_explain_semi{
        gap:35px;
    }
    .service_item6_explainText_point{
        font-size: 20px;
        line-height: 45px;
        padding: 2px 10px;
    }
    .service_item6_explainText_num{
        font-size: 16px;
        padding: 1px 5px;
        margin-right: 5px;
    }
    .service_item6_explainText{
        font-family: nanumRound;
        font-size: 18px;
    }
    .service_item6_subTitle2{
        font-size: 20px;
        padding: 5px;
    }
    .service_item6_second{
        width: calc(100% - 30px);
        padding: 15px;
    }
    .service_item6_title2{
        font-size: 20px;
    }
    .service_item6_second_cardWrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .service_item6_second_card{
        width: 70%;
    }

    .service_item6_explain_bigText{
        font-family: score7;
        font-size: 30px;
    }
    .service_item6_hugeText {
        padding: 2px 10px;
    }
    .service_item6_explain_bigText_yellow{
        font-size: 30px;
    }
}




/* item 7 */

.service_item7_style{
}
.service_item7{
    position: relative;
    width: calc(70% - 100px);
    padding: 100px 0 150px 0;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 80px;
    z-index: 2;
}
.service_item7_title{
    text-align: center;
    font-family: score9;
    font-size: 40px;
    font-weight: 900;
}
.service_item7_title_2{
    text-align: center;
    font-family: score9;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 30px;
    border-radius: 20px;
    color: white;
    background-color: var(--subColor);
    display: inline-block;
}
.service_item7_title_3{
    text-align: center;
    font-family: score9;
    font-size: 30px;
    font-weight: 900;
}
.service_item7_title_3::after{
    position: absolute;
    content: '1개월 무료';
    font-size: 15px;
    font-weight: 500;
    transform: translate(-10px, -20px) rotate(-20deg);
    background-color: rgb(255, 255, 0, 0.6);
    padding: 5px 10px;
    border-radius: 20px;
    color: red;
}
@media (max-width:900px) {
    .service_item7 {
        width: calc(100% - 20px);
        padding: 10px;
        flex-direction: column;
    }
    .service_item7_title{
        position: relative;
        /* width: calc(100% - 20px); */
        font-size: 24px;
    }
    .service_item7_imgWrap {
        width: calc(80%);
    }
    .service_item7_left,
    .service_item7_right{
        width: calc(100% - 20px);
    }
    .service_item7_explainText,
    .service_item7_subTitle2{
        font-size: 16px;
    }
    .service_item7_second{
        width: calc(100% - 30px);
        padding: 15px;
    }
    .service_item7_explainText_point,
    .service_item7_title2{
        font-size: 20px;
    }
    .service_item7_second_cardWrap{
        flex-direction: column;
    }
    .service_item7_title_2{
        font-size: 24px;
    }
}





/* item 8 */
.service_item8_shape1,
.service_item8_shape2,
.service_item8_shape3,
.service_item8_shape4,
.service_item8_shape5{
    position: absolute;
    opacity: 0.15;
    top: 100px;
    left: 50px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    border-radius: 50%;
    background: rgb(42,88,180);
    z-index: 1;
}
.service_item8_shape2{
    top: 150px;
    left: 100px;
    width: 100px;
    height: 100px;
}
.service_item8_shape3{
    top: 300px;
    left: 170px;
    width: 150px;
    height: 150px;
    border-radius: 40%;
}
.service_item8_shape4{
    top: 500px;
    left: 150px;
    width: 200px;
    height: 200px;
    border-radius: 30%;
}
.service_item8_style{
    position: relative;
    padding-bottom: 0px !important;
}
.service_item8{
    position: relative;
    width: calc(70% - 100px);
    padding: 100px 0 0px 0;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 20px;
    z-index: 2;
}
.service_item8_title{
    text-align: center;
    font-family: score9;
    font-size: 40px;
    font-weight: 900;
}
.service_item8_content{
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.service_item8_content_item{
    width: calc(10% - 20px);
    aspect-ratio: 1/1;
    padding: 10px;
    background-color: var(--mainColor);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: space-around;
    transition: 0.2s;
    box-shadow: 5px 5px 5px grey;
}
.service_item8_content_item:hover{
    transform: scale(1.2);
    transition: 0.2s;
}
.service_item8_content_item_free::before{
    position: absolute;
    left: -20px;
    top: -30px;
    content: '무료';
    font-family: score7;
    color: white;
    padding: 5px 10px;
    color: yellow;
    background-color: red;
    border-radius: 10px;
    transform:rotate(-25deg);
    animation: jit 1.5s infinite;
}

.service_item8_content_item_select{
    transform: scale(1.2);
    border: 3px solid red;
}
.service_item8_content_item_title{
    /* font-family: nanumRound; */
    font-family: score4;
    font-size: 16px;
    color: white;
    /* padding: 15px 0; */
}
.service_item8_content_item_imgWrap{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_item8_content_item_img{
    width: calc(70% - 10px);
}
.service_item8_content_item_description{
    font-size: 20px;
    color: grey;
}
.service_item8_content_item_textWrap,
.service_item8_content_item_previewWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_item8_content_item_text,
.service_item8_content_item_text_point{
    color: grey;
    width: 70%;
    /* margin-top: 50px; */
    /* padding-top: 50px; */
    font-size: 18px;
}
.service_item8_content_item_text_point{
    font-weight: 900;
    color: var(--subColor);
}
.service_item8_content_item_click{
    font-size: 22px;
    font-weight: 900;
    color: var(--subColor);
    /* border-bottom: 10px solid rgb(151, 151, 3); */
}
.service_item8_content_item_preview{
    width: calc(70% - 40px);
    padding: 20px;
    /* border: 3px solid var(--mainColor); */
    background-color: black;
    border-radius: 15px;
    transition: 0.2s;
    animation: slideDown 1s;
    /* margin-bottom: 50px; */

    display: flex;
    justify-content: center;
}
.service_item8_content_item_preview_gif{
    width: 80%;
}
.service_item8_content_item_preview_hidden{
    display: none;
    transition: 0.2s;
}




@media (max-width:900px) {
    .service_item8 {
        width: calc(100% - 20px);
        padding: 10px;
        flex-direction: column;
    }
    .service_item8_title{
        font-size: 24px;
    }
    .service_item8_content_item_description{
        font-size: 16px;
        color: grey;
    }
    .service_item8_content{
        height: auto;
    }
    .service_item8_content_item{
        width: calc(35% - 20px);
    }
    .service_item8_content_item_click{
        font-size: 20px;
        /* border-bottom: 5px solid rgb(151, 151, 3); */
    }
    .service_item8_content_item_text{
        width: 90%;
        font-size: 16px;
        /* margin-top: 20px; */
        /* padding-top: 20px; */
    }
    .service_item8_content_item_text_point{
        font-size: 16px;
    }
    .service_item8_content_item_preview{
        width: calc(100% - 20px);
        padding: 10px;
    }
    .service_item8_content_item_preview_gif{
        width: 100%;
    }
}



.service_item9_style{
    display: flex;
    flex-direction: column;
    gap: 200px;
}
.service_item9_service{
    background-color: var(--subColor);
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;

    font-family: score9;
    height: 5%;
    font-size: 40px;
    border-bottom: 5px solid var(--subColor);
    font-weight: 900;
}
.service_item9_item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}
.service_item9_item_body{
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service_item9_item_img_wrap{
    width: 500px;
    border: 3px solid var(--outlineColor);
    border-radius: 15px;
    background-color: white;
}
.service_item9_item_img{
    position: relative;
    padding: 20px;
    border-radius: 15px;
    width: calc(100% - 40px);
}

.service_item9_item_keyword{
    font-weight: 900;
    font-family: score7;
    font-size: 26px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
    color: white;
    background-color: grey;
}
.service_item9_item_text{
    font-size: 20px;
}


@media (max-width:900px) {
    .service_item9 {
        width: calc(100% - 20px);
        padding: 10px;
        flex-direction: column;
    }
    .service_item9_item{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service_item9_item_body,
    .service_item9_item_img_wrap{
        width: 90%;
    }
    .service_item9_item_text{
        font-size: 16px;
    }
}








@keyframes opacityUp{
    0% {
        opacity: 0;
        font-size: 40px;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes opacityUp2{
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes opacityDown{
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes opacityleft{
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
    }
}
@keyframes videoIn{
    0% {
        transform: translateX(-400px);
    }

    100%{
        transform: translateX(0px);
    }
}
.sv_item_cardTitle{
    font-family: nanumRound;
    padding: 20px 0;
    font-size: 22px;
}
.sv_item_cardContent{
    position: relative;
    width: 100%;
    margin-top: 40px;
    gap: 80px;
}
.sv_item_img_wrap_col{
    position: relative;
    width: calc(98% - 20px);
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
}
.sv_item_img{
    background-color: white;
    position: relative;
    max-height: 200px;
    border: 1px solid grey;
    border-radius: 15px;
    
}
.sv_item_img_smallSize{
    height: 100px;
}
.sv_item_img_transp{
    background-color: transparent;
    border: 5px solid white;
}
.sv_item_cardText_wrap,
.sv_item_cardText_wrap_col{
    display: flex;
    gap:50px;
}
.sv_item_cardText_wrap_col{
    flex-direction: column;
    align-items: center;
}
.sv_item_cardText_list_item_title{
    font-size: 20px;
}
.sv_width50{
    width: 50%;
}
.sv_width50100{
    width: 100%;
}
.sv_item_cardText,
.sv_item_cardText_list_item{
    font-family: nanumRound;
    font-size: 18px;
    margin: 10px 0;
    
}
.sv_item_cardText_list_item::before{
    content: '✔ ';
}
/* service Full Channge 종료 */










/* # article 1# */

.sv_section_container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 25px; */
    /* border: 1px solid blue; */
}

.sv_article_title{
    /* align-self: flex-start; */
    padding: 10px 20px;
    border-radius: 20px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


    .sv_article_title > img{
        width: 50px;
        height: 100%;
        border: 1px solid black;
        margin-right: 20px;
    }

    .sv_article_title > label{
        font-size: 28px;
        font-family: score9;
        text-align: center;
        color: white;
    }

.sv_section {
    position: relative;
    width: 80%;
    padding: 200px 33% 20px 33%;
    min-height: 500px;
    /* margin: 50px 0; */
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

    @media (max-width:1280px) {
        .sv_section {
            padding: 100px 22% 20px 22%;
        }
    }

    @media (max-width:900px) {
        .sv_section {
            width: 100%;
            padding: 75px 0 50px 0;
        }
    }

.sv_section_Fillcolor {
    background-color: #00203fff;
}
.sv_section_Fillcolor2 {
    background-color: rgb(216, 234, 253);
}
.sv_section_Fillcolor3 {
    background-color: #358597;
}


    .sv_section_title{
        text-align: center;
        font-family: score9;
        font-size: 30px;
        color: #15255a;
        margin: 20px 0;
        padding-bottom: 10px;
    }

    .sv_sention_FLEXoption{
        display: flex;
        flex-direction: row;
    }

    @media (max-width:900px) {
        .sv_sention_FLEXoption {
            display: flex;
            flex-direction: column;
        }
    }
        .sv_section_img,
        .sv_section_text{
            width: 50%;
            min-height: 100px;
            margin: 20px;
        }

        .sv_section_img{
            position: relative;
            border: 2px solid rgb(228, 228, 228);
            border-radius: 20px;
            background-color: white;
            overflow: hidden;
        }
        
        .sv_section_img_item{
            position: absolute;
            height:100%;
        }


        .sv_section_img_item_left50{
            position: absolute;
            width: 100%;
        }
        @media (max-width:900px) {
            .sv_section_img,
            .sv_section_text{
                width: 90%;
                min-height: 300px;
                margin: 5%;
            }
        }

        .sv_section_key{
            font-family: score7;
            font-size: 22px;
            color: #2A58B4;
            margin-bottom: 10px;
        }

        .sv_section_value{
            /* font-family: score4; */
            font-size: 16px;
            margin-bottom: 50px;
        }

            .right {
                text-align: right;
            }

.buttonZone{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 100px 0;
}

.sv_section_button {
        all: unset;
        padding: 10px 10px;
        text-align: center;

        margin: 10px;
        min-width:200px;
        width: 70%;
        max-width: 300px;
        align-self: flex-end;

        cursor: pointer;
    }


        .sv_section_button_main{
            transition: 0.3s;
            background-color: #2A58B4;
            color: white;
            border: 1px solid #0440b8;
            border-radius: 30px;
        }
    
            .sv_section_button_main:hover {
                background-color: #051e50;
                border: 1px solid #acc4f5;
                transition: 0.3s;
            }
            
        .sv_section_button_unique{
            transition: 0.3s;
            background-color: #00203F;
            color: white;
            border: 1px solid #033c75;
            border-radius: 30px;
        }
    
            .sv_section_button_unique:hover {
                color: rgb(185, 250, 86);
                transition: 0.3s;
            }
        .sv_section_button_sub{
            transition: 0.3s;
            background-color: transparent;
            color: grey;
            border: 1px solid currentColor;
            border-radius: 30px;
        }
    
            .sv_section_button_sub:hover {
                background-color: grey;
                color: white;
                transition: 0.3s;
            }

    .sv_section_button_text{
        font-family: score7;
        font-size: 18px;
    }

    
    /* shapedivider.app */

    /* 1 */
    .custom-shape-divider-top-1634822538 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .custom-shape-divider-top-1634822538 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 160px;
        transform: rotateY(180deg);
    }
    
    .custom-shape-divider-top-1634822538 .shape-fill {
        fill: #F4F8FB;
    }


    /* 2 */

    .custom-shape-divider-top-1634822559 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .custom-shape-divider-top-1634822559 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 160px;
    }
    
    .custom-shape-divider-top-1634822559 .shape-fill {
        fill: #00203fff;
    }

    /* 3 */

    .custom-shape-divider-top-1634822577 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .custom-shape-divider-top-1634822577 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 160px;
        transform: rotateY(180deg);
    }
    
    .custom-shape-divider-top-1634822577 .shape-fill {
        fill: #F4F8FB;
    }

    /* 4 */

    .custom-shape-divider-top-1634822593 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .custom-shape-divider-top-1634822593 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 160px;
    }
    
    .custom-shape-divider-top-1634822593 .shape-fill {
        fill: #358597;
    }

    /* 5 */

    .custom-shape-divider-top-1634822610 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .custom-shape-divider-top-1634822610 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 160px;
        transform: rotateY(180deg);
    }
    
    .custom-shape-divider-top-1634822610 .shape-fill {
        fill: #F4F8FB;
    }

    /* custom */

    .custom-shape-divider-top-1634822593_custom {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    
    .custom-shape-divider-top-1634822593_custom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 160px;
    }
    
    .custom-shape-divider-top-1634822593_custom .shape-fill {
        fill: rgb(216, 234, 253);
    }




    @media (max-width:900px) {
        .custom-shape-divider-top-1634822538 svg, 
        .custom-shape-divider-top-1634822559 svg,
        .custom-shape-divider-top-1634822577 svg,
        .custom-shape-divider-top-1634822593 svg,
        .custom-shape-divider-top-1634822610 svg,
        .custom-shape-divider-top-1634822593_custom svg{
            height: 60px;
        }
    }

    
    .sv_color2_title{
        color: #adefd1ff;
    }


    .sv_color2_text{
        color:rgb(227, 255, 242);
    }


    .sv_section_Fillcolor3

    .sv_color3_title{
        color: #f4a896;
    }

    .sv_color3_text{
        color:#f8e1dd;
    }


    
.am_title{
    animation: title 0.4s;
}

@keyframes slideDown{
    0% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes jit{
    5% {
        transform: scale(0.8);
        /* transform: rotate(0deg); */
    }
    15% {
        transform: scale(1.1);
        /* transform: rotate(0deg); */
    }
    25% {
        transform: scale(0.95);
        /* transform: rotate(0deg); */
    }
    30% {
        transform: scale(1.05);
        /* transform: rotate(0deg); */
    }
    35% {
        transform: scale(1);
        /* transform: rotate(0deg); */
    }
}

@keyframes title{
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
    }
}

.am_img{
    animation: img 0.8s;
}

@keyframes img{
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
    }
}


    /* 1번 단락 */
    .am_text_1_key{
        animation: text_1_key 0.56s;
    }

    @keyframes text_1_key{
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        25% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
        }
    }
    .am_text_1_value{
        animation: text_1_value 0.56s;
    }

    @keyframes text_1_value{
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        75% {
            opacity: 0;
            transform: translateY(50px);
        }
        100% {
            opacity: 1;
        }
    }

    /* 2번 단락 */
    .am_text_2_key{
        animation: text_2_key 1.5s;
    }

    @keyframes text_2_key{
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        70% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
        }
    }
    .am_text_2_value{
        animation: text_2_value 1.5s;
    }

    @keyframes text_2_value{
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        90% {
            opacity: 0;
            transform: translateY(50px);
        }
        100% {
            opacity: 1;
        }
    }

    /* 3번 단락 */
    .am_text_3_key{
        animation: text_3_key 2.3s;
    }

    @keyframes text_3_key{
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        81% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
        }
    }
    .am_text_3_value{
        animation: text_3_value 2.3s;
    }

    @keyframes text_3_value{
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        94% {
            opacity: 0;
            transform: translateY(50px);
        }
        100% {
            opacity: 1;
        }
    }

    /* 4번 단락 */
    .am_text_4_key{
        animation: text_4_key 3.3s;
    }

    @keyframes text_4_key{
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        79% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
        }
    }
    .am_text_4_value{
        animation: text_4_value 3.3s;
    }

    @keyframes text_4_value{
        0% {
            opacity: 0;
            transform: translateY(50px);
        }
        88% {
            opacity: 0;
            transform: translateY(50px);
        }
        100% {
            opacity: 1;
        }
    }
    


    @media (max-width:1280px) {
        .sv_item_card {
            width: 90%;
            padding: 0;
        }
        .sv_pdTop{
            padding-top: 150px;
        }
        .sv_pdBtm{
            padding-bottom: 150px;
        }
        .sv_item_gap_card{
            width: 80%;
            height: 200px;
        }
        @keyframes videoIn{
            0% {
                transform: translateX(-400px);
            }
            100%{
                transform: translateX(0px);
            }
        }
            
        .sv_item:nth-child(odd){
            border-top-left-radius: 15%;
            border-bottom-left-radius: 15%;
        }
        .sv_item:nth-child(even){
            border-top-right-radius: 15%;
            border-bottom-right-radius: 15%;
        }
            
        .topButton{
            width: 90%;
            background-color: transparent;
            display: flex;
            justify-content: flex-end;
            position: sticky;
            z-index: 4;
            /* top: 80px; */
            bottom: 0;
        }
        .sv_item_btn{
            font-size: 14px;
            padding: 5px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }
        .sv_item_cardText_wrap{
            flex-direction: column;
        }
        .sv_width50{
            width: 100%;
        }
        .sv_item_cardText{
            display: none;
        }
                
        .sv_whiteBg{
            outline: 5px solid rgba(185, 185, 185, 0.5);
        }
        .sv_blackBg{
            outline: 5px solid rgb(255, 0, 0, 0.2);
        }
        .sv_greenBg{
            outline: 5px solid rgb(255, 192, 203, 0.4);
        }
        .sv_item_card{
            gap: 30px;
        }
        .sv_whiteBlue{
            outline: 5px solid rgb(86, 62, 172, 0.1);
        }
        .sv_skinBg{
            outline: 5px solid rgb(100, 82, 112, 0.2);
        }
        .sv_item_img_wrap_col{
            /* max-height: 100px; */
            gap: 0;
        }
    }

