/*250910*/
#main .new-sec-1 {
    position: relative;
}

#main .new-sec-1 .bg-left {
    position: absolute;
    left: -20%;
    top: -30%;
    z-index: -1;
}

#main .new-sec-1 .bg-left img {
    width: 90%;
}

#main .new-sec-1 .bg-right {
    position: absolute;
    right: -30%;
    bottom: -30%;
    z-index: -1;
    overflow: hidden;
}

#main .new-sec-1 .bg-right img {
    width: 70%;
}

#main .new-sec-1 .bg-text {
    position: absolute;
    right: 0;
    top: 28%;
    z-index: -1;
}

#main .new-sec-1 .inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 100px;
}

#main .new-sec-1 .left {
    padding-top: 30px;
}

#main .new-sec-1 .left .text1 {
    font-size: 20px;
    font-weight: 500;
}

#main .new-sec-1 .left .text1 span {
    color: #3686d4;
}

#main .new-sec-1 .left .text2 {
    padding-top: 30px;
    font-size: 45px;
    line-height: 1.3;
}

#main .new-sec-1 .left .text2 span {
    font-weight: 800;
}

#main .new-sec-1 .left .text3 {
    padding: 20px 0 20px;
    list-style: none;
    margin: 0;
}

#main .new-sec-1 .left .text3 li {
    padding: 5px 0;
}

#main .new-sec-1 .left .text3 li span {
    color: #3686d4;
}

#main .new-sec-1 .left .view-btn {
    display: inline-block;
    background-color: #CAE2FF;
    border-radius: 50px;
}

#main .new-sec-1 .left .view-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0 18px;
    text-decoration: none;
    color: #3686d4;
}

#main .new-sec-1 .left .view-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#main .new-sec-1 .left .view-btn a p {
    margin: 0;
    line-height: 1;
    flex: 0 0 auto;
}

#main .new-sec-1 .left .view-btn a img {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    display: block;
}

#main .new-sec-1 .right {
    height: 800px;
    overflow: hidden;
}

#main .new-sec-1 .right img {
    height: auto;
    width: 530px;
    display: block;
}

/*250910*/

/*250911*/
#main .new-sec-2 {
    background: #F8F8F8;
    padding: 120px 0 180px;
}

#main .new-sec-2 .inner {
    display: flex;
    justify-content: space-between;
}

#main .new-sec-2 .left {
    display: flex;
    justify-content: space-between;
}

#main .new-sec-2 .left-1 {
    width: 25%;
    height: 100%;
    transform: translateY(80px);
}

#main .new-sec-2 .left-1 img {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

#main .new-sec-2 .left-2 {
    width: 70%;
}

#main .new-sec-2 .left-2 img {
    border-radius: 20px;
    overflow: hidden;
}

#main .new-sec-2 .right {
    padding: 70px 0;
}

#main .new-sec-2 .right .tit {
    font-size: 45px;
    line-height: 1.3;
}

#main .new-sec-2 .right .tit span {
    font-weight: 600;
}

#main .new-sec-2 .right .tit-text {
    font-size: 20px;
    padding-top: 30px;
}

#main .new-sec-2 .right .tit-text span {
    color: #3686d4;
}

#main .new-sec-3 {
    padding: 100px 0;
}

#main .new-sec-3 + .new-sec-3 {
    padding-top: 0
}

#main .new-sec-3 .tit {
    font-size: 45px;
    line-height: 1.3;
}

#main .new-sec-3 .tit span {
    font-weight: 800;
}

#main .new-sec-3 .tit-text {
    font-size: 20px;
    padding: 30px 0 60px;
}

#main .new-sec-3 .tit-text span {
    color: #3686d4;
}

#main .new-sec-3 .btn-wrap .btn {
    display: flex;
    justify-content: space-between;
}

#main .new-sec-3 .btn-wrap .btn .btn-img {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
}

#main .new-sec-3 .btn-wrap .btn .btn-img img {
    width: 100%;
    height: auto;
    display: block;
}

#main .new-sec-3 .btn-wrap .btn .btn-bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 131, 217, 70%);
}

#main .new-sec-3 .btn-wrap .btn .btn-img .btn-plus {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#main .new-sec-3 .btn-wrap .btn .btn-img .btn-plus i {
    color: #fff;
    font-size: 36px;

}

#main .new-sec-3 .btn-wrap .btn .btn-bot {
    display: flex;
    justify-content: left;
    padding-top: 10px;
}

#main .new-sec-3 .btn-wrap .btn .btn-bot .btn-txt {
    font-size: 20px;
    margin: 5px 10px 0 0;

}

#main .new-sec-3 .btn-wrap .btn .btn-bot .btn-icon {
    background: #CAE2FF;
    max-height: 36px;
    padding: 5px 10px;
    border-radius: 30px;
}

#main .new-sec-3 .btn-wrap .btn .btn-bot .btn-icon i {
    color: #3686d4;
}

#main .new-sec-3 .btn-wrap .btn li:hover .btn-plus {
    opacity: 1;
    transition: all 0.5s ease;
}

#main .new-sec-3 .btn-wrap .btn li:hover .btn-bg {
    opacity: 1;
    transition: all 0.5s ease;
}

#main .new-sec-3 .btn-wrap .btn li:hover .btn-bot .btn-icon {
    background: #3686d4;
    transition: all 0.5s ease;
}

#main .new-sec-3 .btn-wrap .btn li:hover .btn-bot .btn-icon i {
    color: #fff;
    transition: all 0.5s ease;
}

#main .new-sec-4 {
    padding: 120px 0 300px;
    background: linear-gradient(180deg, #fff, #eaf3ff);
}

#main .new-sec-4 .sec-4-bg {
    float: right;
    margin-top: 50px;
}

#main .new-sec-4 .inner {
    display: flex;
    justify-content: center;
}

#main .new-sec-4 .left {
    flex: 1;
    display: flex;
}

#main .new-sec-4 .inner .left .map-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

#main .new-sec-4 .inner .left .map-image .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

#main .new-sec-4 .right {
    width: 50%;
    padding-left: 40px;
}

#main .new-sec-4 .right .txt-wrap .tit {
    font-size: 30px;
    font-weight: 500;
    padding: 28px 0 16px;
}

#main .new-sec-4 .right .txt-wrap .tit-text {
    font-size: 20px;
}

#main .new-sec-4 .right .txt-wrap .tit-text .addr2 {
    font-size: 16px;
}

#main .new-sec-4 .right .txt-wrap .tit-text span {
    font-weight: 600;
}

#main .new-sec-4 .right .txt-wrap .tit-text .time {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

#main .new-sec-4 .right .txt-wrap .tit-text .time p {
    color: tomato;
    font-weight: 500;
}

#main .new-sec-4 .right .txt-wrap .tit-text .time .label-justify {
    display: inline-block;
    width: 65px;
    text-align: justify;
    font-weight: 600;
    height: 0;
}

#main .new-sec-4 .right .txt-wrap .tit-text .time .label-justify::after {
    content: "";
    display: inline-block;
    width: 100%;

}

/*250911*/

/*250912*/
#main .new-sec-5 {
    background: linear-gradient(0deg, #fff, #cfe5ff, #eaf3ff);
    padding: 150px 0 200px;
}

#main .new-sec-5 .inner {
    display: flex;
    justify-content: space-between;
}

#main .new-sec-5 .left .tit {
    font-size: 45px;
    line-height: 1.3;
}

#main .new-sec-5 .left .tit span {
    font-weight: 800;
}

#main .new-sec-5 .left .tit-text {
    font-size: 20px;
    font-weight: 500px;
    padding: 30px 0 100px;
}

#main .new-sec-5 .left .tit-text span {
    color: #3686d4;
}

#main .new-sec-5 .left .view-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0 18px;
    text-decoration: none;
    color: #3686d4;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

#main .new-sec-5 .left .view-btn a:hover {
    box-shadow: 0 0 10px rgba(60, 131, 217, 0.5);
    transition: 0.3s;
}

#main .new-sec-5 .right .card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#main .new-sec-5 .right .card li {
    background: #fff;
    border-radius: 30px;
    width: auto;
}

#main .new-sec-5 .right .card li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#main .new-sec-5 .right .card .card-wrap {
    padding: 8px;
}

#main .new-sec-5 .right .card .card-wrap .card-img {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

#main .new-sec-5 .right .card .card-wrap .card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

#main .new-sec-5 .right .card .card-wrap .card-txt-wrap {
    padding-left: 10px;
}

/*#main .new-sec-5 .right .card .card-wrap .card-txt-wrap p:nth-child(1) {*/
/*    width: fit-content;*/
/*    padding: 8px 20px;*/
/*    background: #3686d4;*/
/*    margin: 10px 0 12px;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    border-radius: 10px;*/
/*}*/

#main .new-sec-5 .right .card .card-wrap .card-txt-wrap p:nth-child(1) {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 500;
}

#main .new-sec-5 .right .card .card-wrap .card-txt-wrap p:nth-child(2) {
    color: #969696;
}


@media screen and (max-width: 1024px) {
    #main .new-sec-3,
    #main .new-sec-5 {
        padding: 45px 0;
    }

    #main .new-sec-5 .left .tit-text {
        padding-bottom: 30px;
    }

    #main .new-sec-3 .btn-wrap .btn .btn-bot .btn-txt {
        font-size: 15px;
    }

    .root_daum_roughmap .wrap_map {
        height: auto !important;
    }
}



/*250912*/


.center-con {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}


.arr-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

#cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

#cta .arrow {
    left: 30%;
}

.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 15px;
}

.segunda {
    margin-left: 8px;
}

.next {
    background-image: url("../images/common/arr-nxt.png");
    background-repeat: no-repeat;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* 메인 추가부분 */
.container-map {

    padding: 100px 0 50px;
}

.map-section {
    float: left;
    width: 700px;
    height: 450px;
    background-color: #fafafa;
}

.map-how {
    float: left;
    width: calc(100% - 700px);
    padding-left: 30px;
    margin-top: -20px;
}

.map-how-item {
    padding-top: 20px;
}

.how-img {
    float: left;
    width: 60px;
}

.how-img img {
    width: 60px;
}

.how-txt {
    float: left;
    width: calc(100% - 60px);
    padding-top: 5px;
    padding-left: 15px;
}

.how-txt h6 {
    font-size: 18px;
}

.how-txt p {
    font-weight: 400;
}

.small {
    font-size: 14px;
}

p.stroke {
    color: tomato;
}

.how-bus-item p {
    margin-bottom: 5px;
}

.how-bus-route {
    margin-bottom: 10px;
}

.how-bus-route p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.how-bus-route p span {
    font-weight: 400;
    border: 1px solid #3686d4;
    color: #4181de;
    padding: 0 6px;
    margin-right: 3px;
}

.container-contact {

    padding-bottom: 100px;
}

.contact-div {
    float: left;
    height: 400px;
    padding: 40px 30px;
}

.contact-div h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-timetable {
    width: 25%;
    border: 1px solid #efefef;
    margin-right: 2.5%;
}

.contact-div p {
    box-sizing: border-box;
    text-align: center;
    font-weight: 400;
}

.time-span {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 15px;
    color: white;
    background-color: #3686d4;
    margin-right: 5px;
    margin-bottom: 10px;
}

.time-div .stroke {
    font-weight: 500;
    margin-bottom: 20px;
}

h5.stroke-blue {
    color: #4181de;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.contact-cs {
    width: 25%;
    color: white;
    background-color: #13234a;
    margin-right: 2.5%;
}

.cs-div-inner {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 15px 30px;
}

.cs-div p {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cs-div h6 {
    text-align: center;
    width: 120%;
    height: 50px;
    font-size: 22px;
    font-weight: 800;
    line-height: 50px;
    border-radius: 25px;
    color: #3070d1;
    background-color: white;
    margin-left: -10%;
}

.cs-div h6 span {
    display: none;
    font-size: 16px;
    font-weight: 300;
}

.contact-input {
    width: 45%;
    background-color: #fafafa;
}

.contact-input-50 {
    float: left;
    width: 50%;
}

.contact-input-50 label {
    font-size: 15px;
    margin-right: 10px;
}

.input-div input {
    border: 1px solid #efefef;
    border-radius: 10px;
}

.contact-input-50 input {
    width: 160px;
    height: 50px;
}

.input-div input::placeholder,
.input-div textarea::placeholder {
    font-size: 14px;
}

.input-div textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-check {
    float: left;
    display: block !important;
}

.contact-check + label {
    float: left;
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.contact-input .input-div .agree-txt {
    overflow-y: scroll;
    width: 100%;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: white;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.contact-input .input-div pre {
    width: 100%;
}

.contact-input-button {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 10px;
    color: white;
    background-color: #02316e;
}

#main .container-notice {
    height: auto;
    padding-bottom: 70px;
}

#main .container-notice .inner {
    display: block;
}

.container-notice h4 {

    color: #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

#main .container-notice .notice-div {
    width: 100%;
}

#main .container-notice .notice-div .item {
    float: left;
    width: calc((100% - 40px) / 3);
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 25px;
    margin-right: 20px;
}

#main .container-notice .notice-div .item:last-child {
    border-right: 0;
    margin-right: 0;
}

#main .container-notice .notice-div .item .date {
    margin: 5px 10px 0 10px;
}

#main .container-notice .notice-div .tbox .tit {
    height: 26px;
    margin-top: 5px;
}

/* 메인 추가부분 끝 */

/*250912*/
@media screen and (max-width: 1920px) {
    #main .visual-wrap .visual .visual-txt p:first-child {
        font-size: 60px;

    }

    #main .visual-wrap .visual .visual-txt p:last-child {
        font-size: 20px;

    }
}

/*250912*/

@media screen and (max-width: 1600px) {
    .counse-box {
        right: 00px;
        width: 160px;
        height: 160px;
        background: url("../images/main/counse-bg.png") no-repeat;
        background-size: cover;
        padding: 10px;
        color: #fff;
        z-index: 999999;
    }

    .counse-box > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 0;
        background-size: 12px;
        background-position: top 10px right 10px;
    }

    #main .visual-list .item {
        height: 600px;
        background-size: cover !important;
    }

    #main .visual-list .item-1 {
        background: url("../images/main/main-vs-01-m.png") no-repeat;
    }

    #main .visual-list .item-2 {
        background: url("../images/main/main-vs-02-m.png") no-repeat;
    }

    #main .visual-list .item .tbox {
        position: absolute;
        width: 80%;
        top: 30%;
        left: 20px;
    }

    #main .visual-list .item .tbox p {
        font-size: 40px;
    }

    .visual-list {
        height: auto;
    }


}


/*250911*/
@media screen and (max-width: 1280px) {
    #main .visual-wrap {
        margin: 0;
        border-radius: 0;
    }
    #main .visual-wrap .visual .visual-txt p:first-child {
        font-size: 45px;

    }

    #main .visual-wrap .visual .visual-txt p:last-child {
        font-size: 20px;

    }

    #main .new-sec-2 {
        padding: 120px 0 0px;
    }

    #main .new-sec-2 .inner {
        display: block;
    }

    #main .new-sec-2 .left {
        justify-content: center;
    }

    #main .new-sec-2 .left-1 {
        width: 15%;
        height: 100%;
        transform: translateY(80px);
    }

    #main .new-sec-2 .left-1 img {
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    #main .new-sec-2 .left-2 {
        width: auto;
    }

    #main .new-sec-2 .right {
        text-align: center;
    }

    #main .new-sec-3 .tit {
        text-align: center;
    }

    #main .new-sec-3 .tit-text {
        text-align: center;
    }

    #main .new-sec-3 .btn-wrap .btn {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    #main .new-sec-3 .btn-wrap .btn li {
        width: 30%;
        min-width: 200px;
    }

    #main .new-sec-4 {
        padding: 50px 0;
        text-align: center;
    }

    #main .new-sec-4 .inner {
        display: block;
    }

    #main .new-sec-1 {
        display: none;
    }

    #main .sec-1 {
        display: block !important;
    }

    #main .new-sec-4 .sec-4-bg {
        display: none;
    }

    #main .new-sec-4 .right {
        width: 100%;
        padding-left: 0;
    }

    #main .new-sec-4 .right .logo img {
        display: block;
        margin: 0 auto;
    }

    #main .new-sec-4 .right .txt-wrap:nth-child(3) .tit-text {
        text-align: center;
    }

    #main .new-sec-4 .right .txt-wrap .tit-text .time {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    #main .new-sec-4 .right .txt-wrap .tit-text .time .label-justify {
        margin-bottom: 25px;
    }

    #main .new-sec-4 .right > .txt-wrap:last-child .tit-text {
        text-align: center;
    }

    #main .new-sec-4 .right > .txt-wrap:last-child .tit-text .time {
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    #main .new-sec-4 .right > .txt-wrap:last-child .tit-text .time .label-justify {
        width: auto;
        text-align: center;
    }

    #main .new-sec-5 .inner {
        display: block;
    }

    #main .new-sec-5 .left {
        text-align: center;
    }

    #main .new-sec-5 .left .tit {
        font-size: 24px;
    }

    #main .new-sec-5 .left .tit-text {
        font-size: 16px;
    }

    #main .new-sec-4 .right > .txt-wrap:last-child .tit-text .time {
        font-size: 11px;
    }

    #main .new-sec-5 .right .card {
        flex-direction: column;
        justify-content: center;
        padding-top: 50px;
    }
}


@media screen and (max-width: 1024px) {


    .counse-box {
        display: none;
    }

    .mousey {
        padding: 5px 12px;
    }


    .visual-wrap .video .pc-mode {
        display: block !important;
    }

    @keyframes radiusIn {
        0% {
            border-radius: 0;
        }
        100% {
            border-radius: 0 100px 0 100px;
        }
    }

    /*250910*/
    #main .new-sec-1 .right img {
        height: auto;
        width: 100%;
        display: block;
    }

    /*250910*/

}

@media screen and (max-width: 768px) {
    #main .visual-list .item {
        height: 520px;
    }

    #main .visual-list .item .tbox p {
        font-size: 24px;
    }

    .scroll-downs {
        bottom: 30px;
    }

    .review-wrap {
        padding-bottom: 0;
    }

    .arr-box {
        width: 30px;
        height: 30px;
    }

    .arrow {
        width: 10px;
        height: 10px;
        top: 9px;
    }

    .next {
        background-size: 6px;
        background-position: left;
    }

    .review-wrap .cbox .tit {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .arrowSlider {
        margin-top: 10px;
    }

    .arrowSlider span {
        width: 40px;
        height: 40px;
    }

    .review-list {
        margin-left: 10px;
    }

    .review-list .tbox {
        margin-top: 10px;
    }

    .review-list .tbox .tit {
        font-size: 16px;
        margin-bottom: 0px;
    }

    /* 메인추가부분 */
    .container-map {
        padding: 50px 0 30px;
    }

    .map-section {
        float: unset;
        width: 100%;
        height: auto;
    }

    .map-how {
        float: unset;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .map-how-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }

    .container-contact {
        padding-bottom: 40px;
    }

    .contact-div {
        float: unset;
        width: 100%;
        height: auto;
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .contact-input-50 {
        float: unset;
        width: 100%;
        margin-bottom: 10px;
    }

    .contact-input-50 label {
        width: 50px;
    }

    .input-div textarea {
        height: 80px;
        margin-top: 0;
    }

    .container-notice h4 {
        font-size: 20px;
        line-height: 30px;
    }

    #main .container-notice .notice-div .item {
        float: unset;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 20%);
        border-right: 0;
        padding-top: 0;
        margin-right: 0;
    }

    /* 메인추가부분 끝 */
    /*250910*/
    #main .new-sec-1 .inner {

        padding-top: 30px;
    }

    #main .new-sec-1 .left .text1 {
        font-size: 1rem;
    }

    #main .new-sec-1 .left .text2 {
        padding-top: 20px;
        font-size: 30px;
    }

    #main .new-sec-1 .bg-text {
        display: none;
    }

    /*250910*/
    /*250911*/
    #main .new-sec-2 .right .tit {
        font-size: 30px;
        line-height: 1.3;
    }

    #main .new-sec-2 .right .tit-text {
        font-size: 1rem;
    }

    #main .new-sec-1 .bg-right {
        display: none;
    }

    #main .new-sec-1 .right {
        height: auto;
    }

    #main .new-sec-2 {
        padding-bottom: 0;
    }

    #main .new-sec-3 .btn-wrap .btn li {
        width: 100%;
        margin-bottom: 10px;
    }

    #main .new-sec-3 .btn-wrap .btn li .btn-bot {
        display: flex;
        justify-content: space-between;
    }

    #main .new-sec-3 .tit {
        font-size: 30px;
    }

    #main .new-sec-3 .tit-text {
        font-size: 1rem;
        padding: 30px 0 60px;
    }

    #main .new-sec-4 .right .txt-wrap .tit {
        font-size: 20px;
        font-weight: 500;
        padding: 28px 0 16px;
    }

    #main .new-sec-4 .right .txt-wrap .tit-text {
        font-size: 1rem;
    }

    #main .new-sec-4 .right .txt-wrap .tit-text .addr2 {
        font-size: 0.7rem;
    }

    /*250911*/
    #main .visual-wrap .visual .visual-txt p:first-child {
        font-size: 30px;

    }

    #main .visual-wrap .visual .visual-txt p:last-child {
        font-size: 16px;

    }

    #main .new-sec-5 .right .card li {
        flex: 1 1 calc(50% - 20px);
        min-width: 250px;
    }

}

@media screen and (max-width: 600px) {
    #main .new-sec-1 .left .text2 {
        padding-top: 10px;

    }

    #main .new-sec-1 .left .text3 {
        padding: 10px 0;

    }

    #main .new-sec-1 .left .text3 li {
        padding: 0;
    }
}

