/*.side_menu{*/
/*    position: fixed;*/
/*    right: 100px;*/
/*    bottom: 31%;*/
/*    z-index: 999;*/
/*}*/

.side_menu {
    position: fixed;
    right: 3.9vw;
    bottom: 21vh;
    z-index: 99999;
}


.visual {
    position: relative;
}

/*** main_sec1 **/
.visual .slider-for {
    width: 100%;
    /*height: 100vh;*/
}


.slide_box {
    width: 100%;
    height: 100vh !important;

    position: relative;
}

.slide_box img:not(.arrow_icon) {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.btn_main_banner img {
    /*width: fit-content !important;*/
    /*height: 100%;*/
}

.visual .main_banner,
.visual .btn_main_banner {
    z-index: 99;
}

.visual .main_banner {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: white;

}

.visual .main_banner .title {
    width: 100vw;
    text-align: center;
}

.visual .main_banner .title p {
    font-size: 60px;
    /*line-height: 80px;*/
}

.visual .main_banner .title p b {
    font-size: 72px;
}

.visual .btn_main_banner {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 80px;

    border-radius: 64px;

    background-color: var(--darkblue);
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    border: 3px solid transparent;
    transition: 0.3s;
}

.visual .btn_main_banner:hover {
    border: 3px solid black;

}


/*.visual .sub_menu{*/
/*    position: absolute;*/
/*    top: 86%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
.visual .sub_menu {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visual .sub_menu ul {
    width: 1400px;
    height: 80px;
    display: flex;
    border-radius: 18px;

    overflow: hidden;
}

.visual .sub_menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20%;
    color: #111;
    background-color: white;
}

.visual .sub_menu ul li.on {
    font-family: 'SUIT-Bold', sans-serif;
    color: white;
    background-color: var(--blue);
    transition: 0.2s;
}

.prograssImg.slick-active .img {
    animation: img_zoom 4s ease-in-out forwards;
}

@keyframes img_zoom {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


.main_section .section1 {
    color: white;
}

.main_section .section1 ul li {
    height: 300px;
    padding: 50px 40px;
}

.main_section .section1 .wrapper2 ul li:first-child {
    padding: 50px 0;
}

.main_section .section1 .wrapper2 ul li .text p {
    margin-bottom: 10px;
    /*font-size: 2.8vw !important;*/
}


.main_section .section1 ul li {
    transition: 0.2s;
}

.main_section .section1 ul li span img {
    padding-left: 10px;
}


.main_section .section1 .wrapper2 ul {
    display: flex;
    gap: 10px;
}

.main_section .section1 .wrapper2 ul .text {
    color: #111;
}

.main_section .section1 .wrapper2 ul li {
    width: 50%;
}

.main_section .section1 .wrapper4 ul {
    display: flex;
    gap: 10px;
}

.wrapper_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main_section .section1 .wrapper2 ul li {
    box-sizing: border-box;
}

.main_section .section1 .wrapper4 ul li,
.main_section .section1 .wrapper2 ul li.sec1_img1 {
    gap: 10px;
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;

    position: relative;
}


.main_section .section1 .wrapper4 ul li {
    width: 25%;
    height: 17vw;
}

.main_section .section1 .wrapper4 ul li p {
    position: absolute;
    top: 12%;
    left: 10%;
}

.main_section .section1 .wrapper2 ul li.sec1_img1 p {
    position: absolute;
    top: 15%;
    left: 5%;
}


.main_section .section1 .wrapper4 ul li span {
    font-family: 'SUIT-Regular', sans-serif;

    display: block;

    position: absolute;
    bottom: 15%;
    right: 10%;
}

.main_section .section1 .wrapper2 ul li.sec1_img1 span {
    position: absolute;
    bottom: 15%;
    right: 5%;
}


.main_section .section1 .wrapper4 ul li span img {
    display: inline-block;
    padding-left: 10px;
}


.main_section .section1 .sec1_img1 {
    background-image: url(../images/main_section1_img1.png);
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}

.main_section .section1 .sec1_img1:hover,
.main_section .section1 .sec1_img2:hover,
.main_section .section1 .sec1_img3:hover,
.main_section .section1 .sec1_img4:hover,
.main_section .section1 .sec1_img5:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.main_section .section1 .sec1_img2 {
    background-image: url(../images/main_section1_img2.png);
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}

.main_section .section1 .sec1_img3 {
    background-image: url(../images/main_section1_img3.png);
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}

.main_section .section1 .sec1_img4 {
    background-image: url(../images/main_section1_img4.png);
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}

.main_section .section1 .sec1_img5 {
    background-image: url(../images/main_section1_img5.png);
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}


.section2 {
    color: white;
    background-color: var(--blue);
}

.section2 .left {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}


.section2 .right {
    /* gap: 30px; */
}

.section2 .right .flex {
    gap: 30px;
}


.section2 .right .flex_box {
    padding: 50px 40px;
    box-sizing: border-box;
}

.section2 .right .flex_box .line {
    display: block;
    background-color: white;
    width: 180px;
    height: 4px;

    margin: 12px 0 30px;
}

.section2 .left .img_box,
.section2 .right .img_box {
    text-align: right;
}

.section2 .left .flex_box,
.section2 .right .flex_box {
    width: 350px;
    height: 350px;
}

.section2 .right .flex_box {
    border-radius: 18px;
}

.section2 .right .first {
    background-color: #006abe;
}

.section2 .right .second {
    background-color: #005599;
}

.section2 .right .first,
.section2 .right .second {
    transition: 0.4s;
}

.section2 .right .first:hover,
.section2 .right .second:hover {
    transform: translateY(-20px);
}


.section2 .right .text_box {
    margin-bottom: 70px;
}

.section3 .flex {
    gap: 26px;
}

.section3 .content1 .flex_box {

    background-color: #f1f3f9;
    border-radius: 12px;
    padding: 40px 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section3 .content1 .flex_box,
.section3 .content2 .right {
    width: 450px;
    transition: 0.2s;
}

/*.section3 .content2 .right:hover {*/
/*    background-color: var(--blue);*/
/*}*/

.section3 .content1 .flex_box p {
    /* margin-bottom: 40px; */
}

.section3 .content1 .flex_box span {
    color: #888888;
}

.section3 .content2 {
    color: white;
}

.section3 .content2 .left,
.section3 .content2 .right {
    border-radius: 18px;
}

.section3 .content2 .left {
    width: 56%;
    background-color: #6ac2ac;
    padding: 57px 70px;
    position: relative;
}

.section3 .content2 .right {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #acceef;
}

.section3 .content2 .left > img {
    position: absolute;
    top: 61%;
    left: 82%;
    transform: translate(-50%, -50%);
}

.section3 .content2 .left .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 190px;
    height: 50px;
    border-radius: 64px;
    background-color: #88cebd;
}

.section3 .content2 .left .btn1 img {
    margin-left: 10px;
}


/* main_sect4 */
.main_sect4 {
    background-image: url('../images/main_sect4_image.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 32vw;
}

.main_sect4_left {
    width: 48%;
}

.main_sect4 i {
    border-radius: 50%;
}

/* main_sect5 */
.main_sect5 {
    padding: 5vw 0;
    display: flex;
    align-items: center;
}

.main_sect5_box {
    width: 24.8vw;
    height: 34vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid white;
}

.box1 {
    background-image: url('../images/main_sect5_box1.png');
}

.box2 {
    background-image: url('../images/main_sect5_box2.png');
}

.box3 {
    background-image: url('../images/main_sect5_box3.png');
}

.box4 {
    background-image: url('../images/main_sect5_box4.png');
}

.main_sect5_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease;
}

.main_sect5_box:hover::before {
    background-color: rgba(47, 25, 25, 0.685);
}

.main_sect5_box img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.main_sect5_box img:last-of-type {
    opacity: 0;
}

.main_sect5_box:hover img:first-of-type {
    opacity: 0;
}

.main_sect5_box:hover img:last-of-type {
    opacity: 1;
}

.main_sect5_box p {
    position: relative;
    z-index: 2;
    margin-top: 9vw;
}


/* main_sect6 */


.main_sect6_bottom {
    background: #f4e0c1;
}

.main_sect6_bottom_notice i {
    border-radius: 50%;

}

.main_sect6_nt_title {
    width: 79%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.main_sect6_bottom_notice,
.main_sect6_bottom_calendar {
    width: 50%;
}

.main_sect6_bottom_notice div {
    width: 90%;
}

.main_sect6_bottom_calendar > div {
    width: 100%;
}


.main_sect6_calendar {
    height: 71%;
    width: 100%;
    padding-top: 3vw;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.212);
}

.main_sect6_calendar .calendar_weeks {
    width: 95%;
    top: 4%;
    position: absolute;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /*gap: 2.5vw;*/
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1vw;
}

.main_sect6_calendar_days {
    padding: 0.5% 2%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25vw;
}

.day {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 3vw;
    min-height: 2.5vw;
    padding: 1.2% 0.6vw;
    text-align: center;
}

.calendar_event_day {
    cursor: pointer;
    width: 2.5vw;
    height: 2.5vw;
    background-color: #ec6b5e;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar_event_day span {
    color: white;
}

.main_sect6_calendar {
    position: relative;
}

.calendar_popup {
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    box-sizing: border-box;
}

.calendar_popup_content {
    height: 70%;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.212);
}

.calendar_popup .close {
    position: absolute;
    top: 17px;
    right: 22px;
    cursor: pointer;
    font-size: 24px;
}

.calendar_popup .event_title {
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 13px;
}


.calendar_popup .event_date {
    padding: 15px;
}

.calendar_popup .event_description {
    padding: 15px;

}

.m_banner {
    display: none;
}


/*수정css*/
.slick-slide img {
    height: auto !important;
}

.visual .main_banner .title p b {
    font-size: 3vw;
}

.visual .main_banner .title p {
    font-size: 2.7vw;
}


.visual .btn_main_banner p {
    font-size: 1.32vw !important;
}

.visual .btn_main_banner {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.7vw 3vw;
    border-radius: 64px;
    background-color: var(--darkblue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    border: 3px solid transparent;
    transition: 0.3s;
}

.visual .sub_menu ul {
    width: 73vw;
    height: 3.5vw;
    font-size: 1vw !important;
}

.kakao img {
    width: 6vw;
}


.wrapper2_new_txt2 {
    font-size: 1vw !important;
}

.wrapper2_new_txt {
    font-size: 1.2vw !important;
}

.section2 .left .flex_box, .section2 .right .flex_box {
    width: 19vw;
    width: 19vw;
}

.section2 .left .flex_box p,
.section2 .right .flex_box p {
    font-size: 1.4vw;
}

.section2 .right .flex_box .line {
    display: block;
    background-color: white;
    width: 10vw;
    height: 0.2vw;
    margin: 12px 0 30px;
}

.section2 .right .text_box {
    font-size: 1vw;
    margin-bottom: 2vw;
}

.arrow_icon {
    width: 2vw !important;
}
.section2 .left .fs-58{
    font-size: 3vw !important;
}
.section2 .left .fs-20{
    font-size: 1vw !important;
}
.section3 .content1 .flex_box p {
    font-size: 1.1vw !important;
}
.section3 .content1 .flex_box span {
    font-size: 0.8vw !important;
}

.section3 .content2 .left > img {
    z-index: 0;
    position: absolute;
    top: 61%;
    left: 82%;
    transform: translate(-50%, -50%);
    width: 14vw;
}

.fs-34{
 font-size: 1.7vw !important  ;
}
.fs-20{
    font-size: 1vw !important  ;
}

.section3 .content2 .left .btn1 {
    width: 11vw;
    height: 3vw;
}
.section3 .content2 .left .btn1 img {
    margin-left: 10px;
    width: 1vw;
}

.bank{
    width: 18vw;
}
.section3 .content .right{
    width:50%;
}

.section3 .content1 .flex_box, .section3 .content2 .right {
    width: 33%;
    transition: 0.2s;
}
.side_menu img{
    width: 4vw;
}



/* mobile */
@media screen and (max-width: 767px) {
    br.m_none {
        display: none;
    }

    /* main */
    .slide_box {
        height: 55vh !important;
    }
    .slick-slide{
        height: 650px;
    }

    .slide_box img {
        object-fit: cover;
    }

    .visual .main_banner .title p {
        font-size: 20px;
        line-height: 1.5;
    }

    .visual .main_banner .title p b {
        font-size: 25px;
    }

    .visual .btn_main_banner {
        padding: 10px 20px;
        gap: 10px;
    }

    .btn_main_banner p {
        font-size: 14px;
    }

    .btn_main_banner img {
        object-fit: unset;
        width: 15% !important;
    }

    .visual .sub_menu {
        width: 100%;
    }

    .visual .sub_menu ul {
        width: 95%;
        margin: auto;
        display: none;
    }

    .visual .sub_menu ul li {
        text-align: center;
    }

    .side_menu {
        right: 5%;
    }

    .pc_banner {
        display: none !important;
    }

    .m_banner {
        display: block;
        object-fit: unset !important;
    }


    /* main_sect1 */
    .main_section .section1 .wrapper4 ul {
        flex-wrap: wrap;
    }

    .main_section .section1 .wrapper4 ul li {
        width: 48%;
    }

    .main_section .section1 .wrapper4 ul li span img {
        width: 10px;
    }

    .main_sect1 {
        height: fit-content !important;
    }

    .main_sect1 .main-slider div img {
        object-fit: cover;
        height: 140vw;
    }

    .main_sect1 .slick-dots {
        position: absolute;
        bottom: auto;
        top: 20vw;
    }

    .main_visual1_text1 {
        width: 90%;
        line-height: 5vw;
        top: 41vw !important;
        font-size: 4.5vw !important;
    }

    .main_visual1_text1 span {
        font-size: 4.5vw !important;
    }

    .main_visual1_text2_wrap {
        top: 57vw !important;
        white-space: nowrap;
        font-size: 3vw;
    }

    .main_visual2_text1 {
        width: 90%;
        white-space: wrap;
        line-height: 5vw;
        top: 43vw !important;
        font-size: 4vw !important;
    }

    .main_visual2_text1 span {
        font-size: 4vw !important;
    }

    .main_visual2_text2_wrap {
        top: 60vw !important;
        font-size: 3vw;
    }

    .main_visual1_text2_wrap div {
        margin-left: 1.4vw;
        background-color: var(--sub3-color);
        border-radius: 50%;
        width: 4.2vw;
        height: 4.2vw;
        margin-top: 0.1vw;
    }


    /* main_sect2 */
    .section2 .center {
        flex-direction: column;
        gap: 30px 0;
    }

    .section2 .right .flex {
        flex-direction: column;
    }

    .section2 .right .flex_box {
        padding: 25px 20px;
    }

    .section2 .left .flex_box, .section2 .right .flex_box {
        width: 100%;
        height: 200px;
    }

    .section2 .right .text_box {
        margin-bottom: 0;
    }

    .main_sect2_left {
        margin-bottom: 9vw;
    }

    .main_sect2_right {
        width: 100%;
    }

    .main_sect2_video {
        width: 100%;
    }

    .play-pause-btn {
        width: 20vw;
        height: 20vw;
    }

    .play-pause-btn::before {
        font-size: 10vw;
        margin-left: 2.3vw;
    }

    .play-pause-btn.playing::before {
        font-size: 10vw;
    }

    /* main_sect3 */
    .section3 .flex {
        flex-direction: column;
    }

    .section3 .content1 .flex_box {
        padding: 20px 0;
    }

    .section3 .content1 .flex_box, .section3 .content2 .right {
        width: 100%;
    }
    .bank_img {
        width: 62% !important;
    }

    .section3 .content2 .left > img {
        z-index: 0;
        position: absolute;
        top: 61%;
        left: 82%;
        transform: translate(-50%, -50%);
        width: 39vw;
        opacity:0.6
    }

    .section3 .content2 .left {
        padding: 40px 0;
        width: 100%;
    }

    .section3 .content2 .left > p {
        padding: 0 20px;
    }

    .section3 .content2 .left .btn1 {
        margin: auto;
        width: 130px;
        height: 40px;
    }

    .section3 .content2 .left .btn1 img {
        width: 11%;
    }

    .section3 .content2 .right img {
        width: 100%;
        padding: 20px 0;
    }

    .main_sect3 > div {
        padding: 15vw 0 !important;
    }

    .main_sect3 .main_sect3_circle {
        width: 40vw;
        height: 40vw;
    }

    .main_sect3_circle > img {
        width: 30vw;
    }

    /* main_sect4 */
    .main_sect4 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.103), rgba(0, 0, 0, 0.075)),
        url(../images/m_main_sect4_image.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 74vw;
    }

    /* main_sect5 */
    .main_sect5 {
        padding: 15vw 0;
    }

    .main_sect5_divs {
        width: 40%;
    }

    .main_sect5_divs *:not(p) {
        width: 100%;
    }

    .main_sect5_box {
        width: 49vw;
        height: 76vw;
    }

    .main_sect5_box p {
        margin-top: 47vw;
        text-align: center;
    }

    .main_sect5_box img {
        width: 16vw;
    }

    /* main_sect6 */
    .main_sect6_menu {
        width: 40%;
        margin-left: 7vw;
    }

    .main_sect6_menu img {
        width: 6vw;

    }

    .main_sect6_bottom_notice, .main_sect6_bottom_calendar {
        width: 100%;
    }

    .main_sect6_bottom_notice div {
        width: 100%;
    }

    .main_sect6_bottom_calendar > div {
        width: 100%;
        margin-top: 15vw;
        margin-bottom: 5vw;;
    }

    .main_sect6_calendar {
        padding: 25px 0 0 0;
        border-radius: 10px;
        height: 323px;
        width: 100%;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.212);
    }

    .main_sect6_calendar .calendar_weeks {
        margin-bottom: 74.6vw;
        width: 84%;
        padding-bottom: 4vw;
    }

    .day {
        padding: 2vw 1.2vw;
        min-width: 8.5vw;
        min-height: 8.5vw;
    }

    .calendar_event_day {
        width: 8.5vw;
        height: 8.5vw;
    }

    .main_sect6_bottom {
        padding-top: 12vw;
    }

    .main_sect6_top {
        padding-bottom: 12vw !important;
        padding-top: 12vw !important;
    }

    .calendar_popup .close {
        position: absolute;
        top: 20.5px;
        right: 25px;
        cursor: pointer;
        font-size: 17px;
    }

    .kakao {
        width: 20%;
    }

    .kakao img {
        width: 100%;
    }

    .side_menu {
        right: 3%;
        bottom: 15%;
    }

    .side_menu a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .side_menu img {
        width: 70%;

    }

    .side_menu {
        display: none !important;
    }

    .kakao {
        /*display: none !important;*/
    }


    /*수정css*/
    .slide_box {
        height: 90vh !important;
    }

    .btn_main_banner p {
        font-size: 13px;
        text-align: center;
    }

    .wrapper_box {
        gap: 12px;
    }

    .main_section .section1 .wrapper4 ul {
        gap: 12px;
    }

    .common_padding1 {
        padding: 35px 0;
    }

    .main_section .section1 ul li span img {
        width: 10px;
        padding-left: 7px;
    }

    .main_section .section1 .wrapper2 ul li.sec1_img1 p {
        position: absolute;
        top: 11%;
        left: 8%;
    }

    .main_section .section1 .wrapper2 ul li.sec1_img1 span {
        position: absolute;
        bottom: 11%;
        right: 9%;
        font-size: 14px;
    }

    .main_section .section1 .wrapper4 ul li p {
        font-family: 'SUIT-Heavy', sans-serif;
        position: absolute;
        top: 11%;
        left: 8%;
    }

        .main_section .section1 .wrapper4 ul li span {
            font-family: 'SUIT-Regular', sans-serif;
            display: block;
            position: absolute;
            bottom: 11%;
            right: 10%;
            font-size: 14px;
        }


    .main_section .section1 .wrapper2 ul {
        justify-content: space-between;
    }

    .main_section .section1 .wrapper4 ul {
        justify-content: space-between;
    }

    .main_section .section1 .wrapper2 ul li:first-child {
        padding: 0;
    }

    .main_section .section1 ul li {
        height: 167px;
        padding: 50px 40px;
    }

    .main_section .section1 .wrapper2 ul li {
        width: 47.8%;
    }

    .main_section .section1 .wrapper4 ul li {
        width: 47.6%;
    }

    .sec1_img1 p, .wrapper4 p {
        font-family: 'Suit', sans-serif !important;
        font-weight: 600 !important;
        font-size: 17px !important;
    }

    .section2 .right .flex_box .line {
        width: 100% !important;
        height: 1.5px !important;
        margin: 14px 0 20px !important;
    }

    .m-online-m1,
    .m-online-m2 {
        display: flex !important;

    }

    .m-online-m1 img,
    .m-online-m2 img {
        width: 31px;
    }

    .section2 .left .flex_box, .section2 .right .flex_box {
        width: 100%;
        height: 160px !important;
        padding: 20px 15px;

    }

    .section2 .right .flex {
        gap: 14px;
    }

    .nt_title {
        font-size: 14px !important;
    }

    .nt_add_dt {
        font-size: 12px !important;
    }

    .section3 .flex {
        gap: 11px;
    }

    .section3 .content2 .left {
        padding: 18px 0;
        width: 74%;
    }
    .section3 .content2 .left .btn1 {
        position: relative;
        margin-top: 20px;
        height: 34px;
        z-index: 1111;
        width: 109px;
    }


    .section3 .content2 .right img {
        width: 51% !important;
        padding: 20px 0;
    }
    .visual .btn_main_banner p {
        font-size: 13px !important;
    }
    .main_section .section1 .wrapper2 ul li .text p {
        margin-bottom: 10px;
        /*font-size: 6.8vw !important;*/
    }
    .fs-20 {
        font-size: 4vw !important;
    }
    .wrapper2_new_txt2 {
        font-size: 2.8vw !important;
    }
    .main_section .section1 .wrapper4 ul li {
        width: 48%;
        height: 40vw;
    }
    .section2 .left .fs-58 {
        font-size: 7vw !important;
    }
    .section2 .left .fs-58 {
        font-size: 7vw !important;
    }
    .section2 .left .fs-20 {
        font-size: 3vw !important;
    }
    .section2 .left .flex_box p, .section2 .right .flex_box p {
        font-size: 4.4vw;
    }
    .arrow_icon {
        width: 6vw !important;
    }
    .section2 .right .text_box {
        font-size: 3.3vw;
        margin-bottom: 2vw;
    }
    .section3 .content1 .flex_box p {
        font-size: 3.1vw !important;
    }
    .section3 .content1 .flex_box span {
        font-size: 2.8vw !important;
    }
    .fs-34 {
        font-size: 4.7vw !important;
    }
        .fs-20 {
            font-size: 3vw !important;
        }
    .section3 .content2 .right img {
        width: 90% !important;
        padding: 20px 0;
    }
}
/* tablet 세로 */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .slide_box {
        width: 100% ;
        height: 40vh !important;
        position: relative;
    }
    /* main */
    .slide_box img {
        object-fit: cover;
    }

    .visual .main_banner .title p {
        font-size: 25px;
        line-height: 1.5;
    }

    .visual .main_banner .title p b {
        font-size: 30px;
    }

    .visual .btn_main_banner {
        padding: 3px 11px;
        gap: 10px;
    }

    .btn_main_banner p {
        font-size: 19px;
    }

    .btn_main_banner img {
        object-fit: unset;
        width: 15% !important;
    }

    .visual .sub_menu {
        width: 100%;
    }

    .visual .sub_menu ul {
        width: 95%;
        margin: auto;
    }

    .visual .sub_menu ul li {
        text-align: center;
    }

    .side_menu {
        right: 5%;
    }


    /* main_sect1 */
    .main_section .section1 .wrapper2 ul li .text p {
        /*font-size: 35px;*/
    }

    .main_section .section1 .wrapper4 ul li p {
        font-size: 25px;
    }

    .main_section .section1 .wrapper4 ul {
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: space-between;
    }

    .main_section .section1 .wrapper4 ul li {
        width: 49%;
    }

    .main_sect1 .slick-dots {
        top: 11%;
    }

    /* main_sect2 */
    .section2 .center {
        flex-direction: column;
        gap: 35px 0;
    }

    .section2 .right .flex {
        flex-direction: column;
    }

    .section2 .right .flex_box {
        padding: 30px 25px;
    }

    .section2 .left .flex_box, .section2 .right .flex_box {
        width: 100%;
        height: 250px;
    }

    .section2 .right .text_box {
        margin-bottom: 0;
    }

    /* main_sect3 */
    .main_sect3 .main_sect3_circle {
        width: 13vw;
        height: 13vw;
    }

    .section3 .flex {
        flex-direction: column;
    }

    .section3 .content1 .flex_box {
        padding: 20px 0;
    }

    .section3 .content1 .flex_box, .section3 .content2 .right {
        width: 100%;
    }

    .section3 .content2 .left > img {
        z-index: 0;
        position: absolute;
        top: 61%;
        left: 82%;
        transform: translate(-50%, -50%);
        width: 21vw;
        opacity: 0.6;
    }

    .section3 .content2 .left {
        padding: 40px 0;
        width: 100%;
    }

    .section3 .content2 .left > p {
        padding: 0 20px;
        font-size: 25px;
    }

    .section3 .content2 .left .btn1 {
        margin: auto;
        width: 180px;
        height: 50px;
    }

    .section3 .content2 .left .btn1 img {
        width: 11%;
    }

    .section3 .content2 .right img {
        width: 60%;
        padding: 20px 0;
    }

    /* main_sect4 */
    /* main_sect5 */
    .main_sect5_box p {
        margin-top: 17vw;
    }


    /* main_sect6 */
    .main_sect6_calendar {
        padding: 5vw 0px;
    }

    .calendar_event_day {
        width: 3.5vw;
        height: 3.5vw;
    }

    .day {
        padding: 0.1vw 0.7vw;
        text-align: center;
    }

    .calendar_popup_content {
        padding: 1vw;
    }

    .calendar_popup .event_date {
        padding: 1vw;
    }

    .calendar_popup .event_description {
        padding: 1vw;
    }

    .calendar_popup .close {
        top: 1.7vw;
        right: 2vw;
        font-size: 2.12vw;
    }

    .side_menu {
        bottom: 15%;
    }

    .side_menu {
        display: none !important;
    }

    .kakao {
        width: 10% !important;
        right:0;
    }

    .slide_box img:not(.arrow_icon) {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }
    .slick-slide img {
        height: 100% !important;
    }


    .main_section .section1 .wrapper2 ul li .text p {
        margin-bottom: 10px;
        /*font-size: 3.8vw !important;*/
    }

    .fs-20 {
        font-size: 1.7vw !important;
    }
    .wrapper2_new_txt2 {
        font-size: 1.6vw !important;
    }
    .common_padding1 {
        padding: 40px 0;
    }
    .main_section .section1 .wrapper2 ul .text {
        width: 89%;
        color: #111;
    }
    .main_section .section1 .wrapper2 ul li.sec1_img1 p {
        font-size: 2.5vw;
        position: absolute;
        top: 7%;
        left: 5%;
    }
    .main_section .section1 .wrapper2 ul li.sec1_img1 span {
        font-family: 'SUIT-Regular', sans-serif;
        display: block;
        position: absolute;
        bottom: 7%;
        right: 7%;
        font-size: 14px;
    }

    .main_section .section1 ul li span img {
        width: 1.6vw;
        padding-left: 10px;
        /* padding-top: 26px; */
    }
    .main_section .section1 .wrapper4 ul li p {
        font-size: 22px;
    }
    .main_section .section1 .wrapper4 ul li p {
        position: absolute;
        top: 12%;
        left: 5%;
    }
    .main_section .section1 .wrapper4 ul li span {
        font-family: 'SUIT-Regular', sans-serif;
        display: block;
        position: absolute;
        bottom: 7%;
        right: 10%;
        font-size:14px;
    }
    .main_section .section1 .wrapper4 ul li {
        height: 20vw;
    }
    .main_section .section1 .wrapper4 ul li {
        width: 24%;
        height: 180px !important;
    }
    .main_section .section1 ul li {
        height: 279px !important;
        padding: 50px 40px;
    }

    .visual .sub_menu ul {
        width: 95%;
        margin: auto;
        display: none;
    }
    .section2 .left .fs-20 {
        font-size: 2vw !important;
    }
    .section2 .left .flex_box p, .section2 .right .flex_box p {
        font-size: 2.4vw;
    }
    .section2 .right .text_box {
        font-size: 1.7vw;
        margin-bottom: 2vw;
    }
    .section2 .left .flex_box, .section2 .right .flex_box {
        width: 100%;
        height: auto;
    }
    .section3 .content1 .flex_box p {
        font-size: 2.1vw !important;
    }
    .section3 .content1 .flex_box span {
        font-size: 1.3vw !important;
    }
    .section3 .content2 .left .btn1 {
        margin: auto;
        width: 154px;
        height: 39px;
    }
    .section3 .content2 .left > p {
        padding: 0 20px;
        font-size: 2.4vw !important;
    }


}

/* mobile 가로모드 */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .kakao{
        width:10%;
    }
    .visual .sub_menu ul li {
        display: none;
    }
    .slide_box {
        width: 100%;
        height: calc(100vh - 42px) !important;
        position: relative;
    }

    .visual .btn_main_banner {
        top: unset;
        transform: translate(-50%, 0);
        bottom: 0;
        width: 100%;
        height: 30px;
    }

    .visual .btn_main_banner img {
        object-fit: unset;
        width: 21px !important;
        height: 21px !important;
        border-radius: 0;
    }
    .main_section .section1 .wrapper2 ul li .text p {
        margin-bottom: 10px;
        /*font-size: 4.8vw !important;*/
    }
    .section2 .left .fs-58 {
           font-size: 5vw !important;
       }
    .section2 .left .flex_box p, .section2 .right .flex_box p {
        font-size:21px !important;
    }
    .st_box {
        padding: 0 15% 0;
    }

    .close_btn {
        padding-right: 73px;
        padding-top: 35px;
    }

    .pc_banner {
        display: block !important;
    }

    .m_banner {
        display: none !important;
    }

    p {
        /*margin-bottom: 10px;*/
/*        font-size: 4.8vw !important;*/
    }

    .main_section .section1 ul li {
        height: 221px;
        padding: 50px 40px;
    }

    .sec1_img1 p, .wrapper4 p {
        font-family: 'Suit', sans-serif !important;
        font-weight: 600 !important;
        font-size: 22px !important;
    }

    .section2 .left .flex_box, .section2 .right .flex_box {
        width: 100%;
        height: 202px !important;
        padding: 20px 15px;
    }

    .section3 .content2 .left .btn1 {
        height: 39px;
        margin: auto;
        width: 158px;
        position: relative;
        z-index: 1;
    }
    
    .main_section .section1 .wrapper4 ul li {
        width: 23.5%;
        height: 20vw;
    }
    .sec1_img1 p, .wrapper4 p {
        font-family: 'Suit', sans-serif !important;
        font-weight: 600 !important;
        font-size: 17px !important;
    }
    .section2 .right .flex {
        flex-direction: row;
    }
    .section2 .left .flex_box, .section2 .right .flex_box {
        width: 48%;
        height: 200px !important;
        padding: 20px 15px;
    }
    .flex_box p {
        font-size: 3.4vw;
    }
    .section2 .right .text_box {
        font-size: 15px;
        margin-bottom: 2vw;
    }
    .wrapper_box {
        gap: 19px;
    }
    p {
        /*font-size: 1.8vw !important;*/
    }
    footer{
        padding:0 !important;
    }
    #footer .top>.flex>img {
        width: 25% !important;
    }

    .text span{
        font-size: 17px !important;
    }
}


/* tablet 가로모드 추가 설정 */
@media only screen and (min-width: 1024px) and (max-width: 1400px) and (orientation: landscape) {
    .slide_box {
        width: 100%;
        height: 69VH !important;
    }
    .main_section .section1 .wrapper2 ul li.sec1_img1 p {
        font-size: 2.1vw;
        position: absolute;
        top: 10%;
        left: 7%;
    }
    .common_padding1 {
        padding: 59px 0;
    }
    .main_section .section1 .wrapper2 ul li.sec1_img1 span {
        position: absolute;
        bottom: 7%;
        right: 5%;
    }
    .main_section .section1 .wrapper2 ul li .text p {
        margin-bottom: 10px;
        /*font-size: 3vw !important;*/
    }
    .main_section .section1 .wrapper2 ul .text {
        width: 74%;
        color: #111;
    }
    .fs-20 {
        /*font-size: 2vw !important;*/
    }
    .wrapper2_new_txt2 {
        /*font-size: 1.4vw !important;*/
    }
    .main_section .section1 ul li {
        height:auto;
    }
    .main_section .section1 .wrapper4 ul li p {
        font-size: 1.6vw;
        position: absolute;
        top: 13%;
        left: 10%;
    }
    .main_section .section1 .wrapper4 ul li span {
        font-family: 'SUIT-Regular', sans-serif;
        display: block;
        position: absolute;
        bottom: 11%;
        right: 10%;
    }
    .section2 .left .flex_box, .section2 .right .flex_box {
/*        width: 19vw;*/
        height: auto;
    }
    .section2 .left .fs-20 {
        font-size: 1.4vw !important;
    }
    .section2 .right .flex_box {
/*        padding: 39px 27px;*/
        box-sizing: border-box;
    }
}




