.sec1 {
    padding: 119px 0 0
}

.sec1 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 78px
}

.sec1 .wrap .contact-list {
    display: flex;
    gap: 0 50px
}

.sec1 .wrap .contact-list .item {
    width: 500px;
    height: 361px;
    background: linear-gradient(180deg, #F3F8FF, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border-radius: 20px;
    padding: 33px 35px 0 50px
}

.sec1 .wrap .contact-list .item .item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px
}

.sec1 .wrap .contact-list .item .item_top h5 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s
}

.sec1 .wrap .contact-list .item .item_top .icon {
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s
}

.sec1 .wrap .contact-list .item .item_top .icon img {
    display: block;
    max-width: 47%;
    max-height: 47%;
    transition: 0.6s
}

.sec1 .wrap .contact-list .item .item_text {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A
}

.sec1 .wrap .contact-list .item:hover .item_top h5 {
    color: #003F96
}

.sec1 .wrap .contact-list .item:hover .item_top .icon {
    background: #003F96
}

.sec1 .wrap .contact-list .item:hover .item_top .icon img {
    filter: brightness(0) invert(1)
}

.sec1 .wrap .map {
    width: 100%;
    height: 620px;
    border-radius: 20px;
    margin: -20px 0 0;
    overflow: hidden;
}

.sec1 .wrap .map .BMapLabel {
    border: none !important;
    background: unset !important
}

.sec1 .wrap .map .map_box {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 47px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 0 17px 0 7px;
    position: relative
}

.sec1 .wrap .map .map_box:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

.sec1 .wrap .map .map_box .map_logo {
    width: 34px
}

.sec1 .wrap .map .map_box p {
    margin: 0 10px 0 20px;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A
}

.sec1 .wrap .map .map_box .icon {
    width: 20px
}

.sec2 {
    padding: 81px 0 48px
}

.sec2 .wrap .box {
    width: 100%;
    background: linear-gradient(180deg, #F3F8FF, rgba(255, 255, 255, 0));
    border-radius: 20px;
    padding: 74px 200px 28px
}

.sec2 .wrap .box .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 47px
}

.sec2 .wrap .box form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.sec2 .wrap .box form .input {
    width: 590px;
    position: relative
}

.sec2 .wrap .box form .input input {
    width: 590px;
    height: 76px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E3EBFF;
    padding: 0 40px;
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A
}

.sec2 .wrap .box form .input .placeholder {
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    pointer-events: none
}

.sec2 .wrap .box form .input .placeholder span {
    color: #B30707
}

.sec2 .wrap .box form .textarea {
    width: 100%;
    position: relative;
    margin-bottom: 47px
}

.sec2 .wrap .box form .textarea textarea {
    width: 100%;
    height: 247px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E3EBFF;
    padding: 20px 40px;
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A
}

.sec2 .wrap .box form .textarea .placeholder {
    font-weight: 300;
    font-size: 16px;
    color: #1A1A1A;
    position: absolute;
    top: 20px;
    left: 40px;
    pointer-events: none
}

.sec2 .wrap .box form .textarea .placeholder span {
    color: #B30707
}

.sec2 .wrap .box form .button {
    width: 100%
}

.sec2 .wrap .box form .button button {
    width: 140px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #003F96;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9px;
    background: #FFFFFF;
    margin: 0 auto;
    transition: 0.6s
}

.sec2 .wrap .box form .button button p {
    font-weight: 500;
    font-size: 18px;
    color: #003F96;
    transition: 0.6s
}

.sec2 .wrap .box form .button button .icon {
    display: block;
    width: 16px;
    transition: 0.6s
}

.sec2 .wrap .box form .button button:hover {
    background: #003F96
}

.sec2 .wrap .box form .button button:hover p {
    color: #FFFFFF
}

.sec2 .wrap .box form .button button:hover .icon {
    filter: brightness(0) invert(1)
}


@media screen and (max-width: 1919px) {
    .sec1{
        padding: 6.1979166667vw 0px 0px;
    }
    .sec1 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 4.0625vw;
    }
    .sec1 .wrap .contact-list{
        gap: 0px 2.6041666667vw;
    }
    .sec1 .wrap .contact-list .item{
        width: 26.0416666667vw;
        height: 18.8020833333vw;
        border-radius: 1.0416666667vw;
        padding: 1.71875vw 1.8229166667vw 0px 2.6041666667vw;
    }
    .sec1 .wrap .contact-list .item .item_top{
        margin-bottom: 1.3541666667vw;
    }
    .sec1 .wrap .contact-list .item .item_top h5{
        font-size: 0.9375vw;
    }
    .sec1 .wrap .contact-list .item .item_top .icon{
        width: 3.90625vw;
        height: 3.90625vw;
        border-radius: 0.7291666667vw;
    }
    .sec1 .wrap .contact-list .item .item_text{
        font-size: 1.25vw;
    }
    .sec1 .wrap .map{
        height: 32.2916666667vw;
        border-radius: 1.0416666667vw;
        margin: -1.0416666667vw 0px 0px;
    }
    .sec1 .wrap .map .map_box{
        height: 2.4479166667vw;
        border-radius: 1.25vw;
        padding: 0px 0.8854166667vw 0px 0.3645833333vw;
    }
    .sec1 .wrap .map .map_box::after{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        bottom: -0.2604166667vw;
    }
    .sec1 .wrap .map .map_box .map_logo{
        width: 1.7708333333vw;
    }
    .sec1 .wrap .map .map_box p{
        margin: 0px 0.5208333333vw 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .map .map_box .icon{
        width: 1.0416666667vw;
    }
    .sec2{
        padding: 4.21875vw 0px 2.5vw;
    }
    .sec2 .wrap .box{
        border-radius: 1.0416666667vw;
        padding: 3.8541666667vw 10.4166666667vw 1.4583333333vw;
    }
    .sec2 .wrap .box .title{
        font-size: 2.1875vw;
        margin-bottom: 2.4479166667vw;
    }
    .sec2 .wrap .box form{
        gap: 1.0416666667vw;
    }
    .sec2 .wrap .box     form .input{
        width: 30.7291666667vw;
    }
    .sec2 .wrap .box form .input input{
        width: 30.7291666667vw;
        height: 3.9583333333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .box form .input .placeholder{
        font-size: 0.8333333333vw;
        left: 2.0833333333vw;
    }
    .sec2 .wrap .box form .textarea{
        margin-bottom: 2.4479166667vw;
    }
    .sec2 .wrap .box form .textarea textarea{
        height: 12.8645833333vw;
        border-radius: 0.4166666667vw;
        padding: 1.0416666667vw 2.0833333333vw;
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .box form .textarea .placeholder{
        font-size: 0.8333333333vw;
        top: 1.0416666667vw;
        left: 2.0833333333vw;
    }
    .sec2 .wrap .box form .button button{
        width: 7.2916666667vw;
        height: 3.125vw;
        border-radius: 0.4166666667vw;
        gap: 0px 0.46875vw;
    }
    .sec2 .wrap .box form .button button p{
        font-size: 0.9375vw;
    }
    .sec2 .wrap .box form .button button .icon{
        width: 0.8333333333vw;
    }
}


@media screen and (max-width: 1024px) {
    .sec1{
        padding: 50px 0;
    }
    .sec1 .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .sec1 .wrap .contact-list{
        flex-direction: column;
        gap: 20px;
    }
    .sec1 .wrap .contact-list .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 25px 5%;
    }
    .sec1 .wrap .contact-list .item .item_top{
        margin: 0 0 10px;
        flex-direction: column-reverse;
        align-items: unset;
    }
    .sec1 .wrap .contact-list .item .item_top .icon{
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }
    .sec1 .wrap .contact-list .item .item_top h5{
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .sec1 .wrap .contact-list .item .item_text{
        font-size: 18px;
    }
    .sec1 .wrap .map{
        height: 220px;
        margin: 20px 0 0 0;
        border-radius: 10px;
    }
    .sec2{
        padding: 0 0 30px;
    }
    .sec2 .wrap .box{
        border-radius: 10px;
        padding: 30px 5%;
    }
    .sec2 .wrap .box .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .sec2 .wrap .box form{
        gap: 10px;
    }
    .sec2 .wrap .box form .input{
        width: 100%;
    }
    .sec2 .wrap .box form .input input{
        width: 100%;
        height: 50px;
        border-radius: 7px;
        padding: 0 15px;
        font-size: 14px;
    }
    .sec2 .wrap .box form .input .placeholder{
        font-size: 14px;
        left: 15px;
    }

    .sec2 .wrap .box form .textarea textarea{
        width: 100%;
        height: 150px;
        border-radius: 7px;
        padding: 15px;
        font-size: 14px;
        margin: 0 0 10px;
    }
    .sec2 .wrap .box form .textarea .placeholder{
        font-size: 14px;
        left: 15px;
        top: 15px;
    }

    .sec2 .wrap .box form .button button{
        width: fit-content;
        padding: 0 25px;
        height: 45px;
        gap: 12px;
    }
    .sec2 .wrap .box form .button button p{
        font-size: 14px;
    }
    .sec2 .wrap .box form .button button .icon{
        width: 14px;
    }
}
