#main{
    color: #fff;
    background-color: #25262d;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

#main .sec-1{
    background: url("../images/main/sec-1-bg.png") top center / cover no-repeat;
    padding-bottom: 200px;
}

#main .sec-1 .inner{
    padding-top: 300px;
}

#main .sec-1 .tit {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 270px;
}

#main .sec-1 .tit h1{
    font-size: 70px;
    font-weight: bolder;
    line-height: 1.4;
    letter-spacing: -0.08em;
}

#main .sec-1 .tit-img{
    position: absolute;
}

#main .sec-1 .tit .tit-img.n-1{
    top: 50px;
    right: 0;
}

#main .sec-1 .tit .tit-img.n-2{
    bottom: 0;
    left: 0;
}

#main .sec-1 .tbox {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

#main .sec-1 .tbox p{
    font-size: 20px;
}

#main .sec-1 .tbox h1{
    font-size: 60px;
}
#main .sec-1 .tbox h1 .color-gr{
    display: inline-block;
    margin-right: 15px;
}

#main .sec-1 .tbox .tit-img.n-3 {
    top: 12px;
    left: 20%;
    width: 146px;
}

#main .sec-1 .tbox .tit-img.n-4 {
    bottom: 0;
    right: 11%;
    width: 29%;
}

#main .sec-1 .list{
    justify-content: center;
    gap: 0 40px;
    margin-top: 100px;
    /* 1106추가 */
    flex-wrap: nowrap;
}

#main .sec-1 .list li{
    flex: 1;
    color: #fff;
}

#main .sec-1 .list li:nth-child(1){
    margin-top: -20px;
}


#main .sec-1 .list li:nth-child(3){
    margin-top: -30px;
}

#main .sec-1 .list li:nth-child(1) p{
    margin-top: 30px;
}

#main .sec-1 .list li:nth-child(2) p{
    margin-top: 50px;
}

#main .sec-1 .list li:nth-child(3) p{
    margin-top: 28px;
}

#main .sec-1 .list li:nth-child(4) p{
    margin-top: 50px;
}

#main .sec-1 .list li img{
    display: block;
    margin: 0 auto;
}

#main .sec-1 .list li p{
    text-align: center;
    color: #fff;
}

#main .sec-2{
    background: url("../images/main/sec-2-bg.png") top center / cover no-repeat;
    padding: 100px 0;
}

#main .sec-2 .cbox{
    position: relative;
}

#main .sec-2 .cbox h1{
    width: 40%;
    font-size: 45px;
    line-height: 1.4;
    word-break: keep-all;
}

#main .sec-2 .cbox.n-2 h1{
    text-align: right;
}

#main .sec-2 .cbox ul{
    width: 60%;
    background-color: rgba(255 255 255 / 10%);
    display: flex;
    flex-wrap: wrap;
}

#main .sec-2 .cbox ul li{
    position: relative;
    width: calc(100% / 3);
    /* padding: 80px 30px 65px 30px; */
    /* 1106수정 */
    padding: 80px 20px 65px 20px;
}

#main .sec-2 .cbox ul li:first-child::before{
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 95px;
    height: 34px;
    background: url("../images/main/sec-2-item-bg-1.png");
}

#main .sec-2 .cbox ul li:last-child::before{
    display: block;
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 95px;
    height: 34px;
    background: url("../images/main/sec-2-item-bg-2.png");
}

#main .sec-2 .cbox ul li:hover{
    box-shadow: 1px 1px 20px rgba(169 145 193 / 50%);
    transition: 0.2s;
}

#main .sec-2 .cbox ul li:nth-child(2){
    border-left: 1px solid rgba(255 255 255 / 20%);
    border-right: 1px solid rgba(255 255 255 / 20%);
}

#main .sec-2 .cbox ul li span{
    display: block;
    font-weight: bolder;
    background: linear-gradient(to bottom, #a991c1, #4b8ac8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

#main .sec-2 .cbox ul li p{
    line-height: 1.4;
    font-weight: 500;
}

#main .sec-2 .cbox ul li img {
    margin-left: auto;
    display: block;
}

#main .sec-2 .cbox.n-1 ul,
#main .sec-2 .cbox.n-3 ul{
    margin-left: auto;
}

#main .sec-2 .cbox.n-2{
    flex-flow: row-reverse;
    margin: 100px auto;
}


#main .sec-2 .cbox.n-1,
#main .sec-2 .cbox.n-2{
    padding-bottom: 80px;
}

#main .sec-2 .cbox.n-1::after,
#main .sec-2 .cbox.n-2::after{
    display: block;
    content: "";
    width: 37px;
    height: 36px;
    background: url("../images/main/sec-2-arr.png") center / contain no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

#main .sec-3{
    background-color: #25262d;
    padding: 100px 0 0 0;
}

#main .sec-3 .top{
    text-align: center;
}

#main .sec-3 .top .tit {
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 50px;
}

#main .sec-3 .top p{
    font-size: 16px;
    font-weight: 300;
    word-break: keep-all;
}

#main .sec-3 .top .tit-img{
    position: absolute;
}

#main .sec-3 .top .tit-img.n-1{
    top: 0;
    left: 0;
}

#main .sec-3 .top .tit-img.n-2{
    top: 0;
    right: 10%;
}

#main .sec-3 .top .tit-img.n-3 {
    bottom: 15%;
    right: 19%;
}

@media screen and (max-width: 1700px) {
   
    #main .sec-1 .list {
        gap: 0 20px;
    }

    #main .sec-2 .inner{
        width: 80% !important;
    }

}

@media screen and (max-width: 1400px) {

    #main .sec-1 .list li:nth-child(1) img,
    #main .sec-1 .list li:nth-child(3) img {
        width: 70%;
    }

    #main .sec-1 .list li p{
        font-size: 18px;
        line-height: 1.4;
        word-break: keep-all;
    }

    #main .sec-2 .cbox h1{
        font-size: 2em;
    }

}

@media screen and (max-width: 1024px){



    #main .sec-1{
        padding-bottom: 100px;
    }

    #main .sec-1 .tit {
        margin-bottom: 100px;
    }

    #main .sec-1 .tit h1,
    #main .sec-1 .tbox h1{
        font-size: 2em;
        word-break: keep-all;
    }

    #main .sec-1 .tbox span{
        display: block;
    }

    #main .sec-1 .tbox .tit-img.n-3{
        display: none;
    }

    #main .sec-1 .tit .tit-img.n-1 {
        top: -50px;
        right: 0;
    }

    #main .sec-1 .tit h1 br{
        display: none;
    }

    #main .sec-1 .list{
        gap: 40px 20px;
    }

    #main .sec-1 .list li{
        flex:auto;
        width: calc((100% - 20px) / 2);
    }

    #main .sec-1 .list li a{
        margin: 0 auto;
        display: block;
    }

    #main .sec-1 .list li:nth-child(1) img,
    #main .sec-1 .list li:nth-child(3) img {
        width: 60%;
    }

    #main .sec-1 .list li:nth-child(3) {
        margin-top: 0;
    }

    #main .sec-2 .inner{
        width: 100% !important;
        padding: 0 20px;
    }

    #main .sec-2 .cbox{
        flex-wrap: wrap;
    }

    #main .sec-2 .cbox h1,
    #main .sec-2 .cbox ul{
        width: 100%;
    }

    #main .sec-2 .cbox h1{
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    #main .sec-2 .cbox ul li:nth-child(2){
        border: none;
    }

    #main .sec-2 .cbox.n-2 {
        flex-flow: row;
        margin: 50px auto;
        flex-wrap: wrap;
    }

    #main .sec-2 .cbox.n-1::after, #main .sec-2 .cbox.n-2::after{
        bottom: 0;
    }

    #main .sec-2 .cbox.n-2 h1 {
        text-align: left;
    }

    #main .sec-2 .cbox ul li {
        width: calc(100% / 2);
        padding: 80px 20px 65px 20px;
    }

    #main .sec-2 .cbox ul li:nth-child(2){
        border-left: 1px solid rgba(255 255 255 / 20%);
    }

    #main .sec-2 .cbox ul li:last-child{
        width: 100%;
        padding: 20px 20px 65px 20px;
        border-top: 1px solid rgba(255 255 255 / 20%);
    }

    #main .sec-2 .cbox ul li p{
        font-size: 16px;
        word-break: keep-all;
    }

    #main .sec-2 .cbox ul li p br{
        display: none;
    }



}

@media screen and (max-width: 768px){

    #main .sec-1 .list {
        margin-top: 30px;
        gap: 40px 0;
        flex-wrap: wrap;
    }

    #main .sec-1 .list li img {
        width: auto !important;
        height: 10vh;
    }
    #main .sec-1 .list li {
        width: 50% !important;
    }
    #main .sec-1 .list li p{
        font-size:14px !important;
        margin-top: 15px !important;!i;!;
    }


    #main .sec-1 .list li:nth-child(1) {
        margin-top: 0;
    }

    #main .sec-3 .top .tit-img.n-2 {
        display: none;
    }

    #main .sec-3 .top .tit-img.n-1 {
        display: none;
    }

    #main .sec-3 .top .tit-img.n-3{
        display: none;
    }

    #main .sec-3 .top{
        padding-bottom: 50px;
    }

}