.main{
    min-height: calc(100vh - 126px);
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    /* touch-action: none; */
}

.depth-line{
    width: 100%;
    height: 40px;
    background-color: white;
    border-bottom: 1px solid #DFE1E5;
    border-top: 1px solid #DFE1E5;
}
.depth-line .wrapper{
    border-left: 1px solid #DFE1E5;;
    display: flex;
    float: left;
    gap: -1px;
}

.depth-ico{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #DFE1E5;
}
.depth-text{
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #DFE1E5;
    padding: 13px 33px;
    color: #333;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
}

.service-title{
    margin-top: 80px;
    color: #222;
    font-family: Hallym Gothic;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 44.2px */
    letter-spacing: -0.68px;
    margin-bottom: 40px;
}
.service-card-wrapper{
    display: flex;
    /* width: 60%; */
    justify-content: center;
    gap: 75px;
    flex-flow: row wrap;
    
}
.service-card{
    padding: 24px 0;
    width: 282px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #EEE;
    background: #FFF;
    /* 그림자 */
    box-shadow: 0px 0px 30px 0px rgba(123, 128, 138, 0.15);
}
.service-card-title-icon{
    width: 40px;
    height: 40px;
}
.service-card-title{
    color: #222;
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
    margin-top: 12px;
}
.service-card-info{
    margin-top: 5px;
    margin-bottom: 12px;
    color: #555;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
}
.service-btn{
    /* margin-top: 20px; */
    border-radius: 8px;
    background: #9416A3;
    padding: 9.5px 39px;
    color: #FFF;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    display: inline-block;
    text-decoration: none;
}
.service-btn:hover{
    filter: brightness(1.1);
    cursor: pointer;
}
.service-card-title-phone{
    color: #9416A3;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.56px;
    margin-top: 5px;
}



.faq-wrapper{
    width: 1200px;
    margin-top: 40px;
}
@media screen and (max-width:1280px){
    .faq-wrapper{
        width: 98%;
    }
    .faq-search-box{
        width: 30vw !important;
    }
}


.faq-title-line{
    width: 100%;
    float: left;
    display: flex;
    gap:14px;
}
.faq-title-text{
    color: #222;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
}

.faq-category-wrapper{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top:20px;
    width: 100%;
    margin-bottom:30px;
}
.faq-category{
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #949494;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
    min-width: 200px;
    cursor: pointer;
}
.faq-category:hover{
    background: rgba(121, 18, 133, 0.80);
    color: #FFF;
}
.faq-category-selected{
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: rgba(121, 18, 133, 0.80);
    color: #FFF;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.36px;
}
.faq-set-question:hover{
    cursor: pointer;
}

@media screen and (max-width:1280px){
    .faq-category-selected{
        font-size: 14px;
        min-width: 120px;
        border-radius: 10px;
    }
    .faq-category-wrapper{
        gap: 1%;
    }
    .faq-category:not(.faq-category-selected){
        white-space: nowrap;
        min-width: 40px;
        width: 40px ;
        text-overflow: ellipsis;
        text-align: start;
        overflow: hidden;
        font-size: 12px;
        display: block;
        border-radius: 10px;
    }
    .edge-point{
        display: none !important;
    }
    .faq-title-line{
        justify-content: center;
    }
}



.faq-search-box-line{
    margin-top: 30px;
    display: flex;
    float: right;
}
.faq-search-box{
    width: 282px;
    height: 41px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #DFE1E5;
    background: #FFF;
    background-image: url(/public/images/search.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    padding-left: 36px;
    font-size: 15px;
}
.faq-search-box::placeholder{
    color: #AAA;
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
    letter-spacing: -0.3px;
}
.faq-division_thick_line{
    /* margin-top: 30px; */
    width: 100%;
    height: 2px;
    background: #DDD;
}
.faq-division_line{
    /* margin-top: 30px; */
    width: 100%;
    height: 1px;
    background: #DDD;
}

.faq-icon-question{
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background-color: #791285CC;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-icon-answer{
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFB900CC;
}
.faq-question{
    color:#333333;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.faq-set{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.faq-left{
    margin-left:20px;
    display: flex;
    gap:14px;
    float: left;
    align-items: center;
}
.faq-right{
    margin-right: 20px;
    display: flex;
    align-items: center;
}


.faq-expand-more-rotate{
    transform: rotate(180deg);
}


.device-info-img{
    content: url(/public/images/device_PC.png);
    width: 100%;
}
@media screen and (max-width:865px){
    .device-info-img{
        content: url(/public/images/device_Mo.png);
    }
}