.main_banner .swiper-slide{display: flex;
                                    align-items: center;
                                    width: 100%;
                                    height: 100vh;
                                    background-position: center;
                                    background-repeat: no-repeat;
                                    background-size: cover;}
.main_banner .swiper-slide01{ background-image: url('/layouts/xedition/img/main/main_slide_01.png');}
.main_banner .swiper-slide02{ background-image: url('/layouts/xedition/img/main/main_slide_02.png');}
.main_banner .swiper-slide03{ background-image: url('/layouts/xedition/img/main/main_slide_03.png');}
.main_banner .slide_txt{width: 90%;
                        max-width: 1420px;
                        margin:0 auto;
                        color: #fff;}
.main_banner .slide_txt p:nth-child(1){font-size: clamp(30px,3vw,45px);
                                    font-weight: 700;}

.main_banner .btn_wrap{ position: absolute;
                                top: 68%;
                                left:50%;
                                transform: translateX(-50%);
                                width: 90%;
                                max-width: 1420px;
                                z-index: 1;}
.main_banner .main_pagination{    position: absolute;
                                width: 140px;}
.main_banner .swiper-button-prev{ width: 8px;
                                left: 0;}
.main_banner .swiper-button-next{ width: 8px;
                                left: calc(100% - 8px);}
.main_banner .swiper-button-next img{width: 8px; height: 16px;}
.main_banner .swiper-button-prev img{width: 8px; height: 16px;}
.swiper-button-prev:after,
.swiper-button-next:after{display: none;}

.main_banner  .swiper-pagination{width: auto;
                                top:50%;
                                left:50%;
                                transform: translate(-50%,-13px);
                                color: #fff;
                                font-size: 16px;}
section .title,
.section .title{display: inline-block;
                font-size: clamp(45px,4vw,65px);
                font-family: "Montserrat", sans-serif;
                font-weight: 700;
                line-height: normal;
                position: relative !important;}
section .title span,
.section .title span{
    position: relative;
}
section .title > span:nth-child(1)::after,
.section .title > span:nth-child(1)::after{display: block;
                                            content: "";
                                            clear: both;
                                            width: 13px;
                                            height: 13px;
                                            background-color: #00a3d1;
                                            border-radius: 100%;
                                            position: absolute;
                                            top:10px;
                                            left: 100%;}
.cont_wrap{position: relative;}


.section_01 .cont_wrap{display: flex;
                        align-items: center;
                        width: 90%;
                        max-width: 1420px;
                        margin:100px auto;
                        justify-content: space-between;}
.section_01 .cont_wrap .cont_left{  
                                    width: 55%;
                                    display: grid;
                                    grid-template-columns: 1fr 1fr;
                                    align-items: center;
                                    gap: 30px;}
.section_01 .cont{position: relative;}
.section_01 .cont img{width: 100%;
                        display: block;
                        border-radius: 30px;}
.section_01 .cont_wrap .cont_left .cont_01{    grid-row: 1 / 2;}
.section_01 .cont_wrap .cont_left .cont_02{    grid-row: 1 / 3;}

.section_01 .cont .cont_txt{position: absolute;
                            bottom:0;
                            padding: 30px;
                            color: #fff;}
.section_01 .cont .cont_txt p:nth-child(1){font-size: 24px;
                                            font-weight: 700;}
.section_01 .cont .cont_txt p:nth-child(2){margin-top:15px;
                                            font-size: 20px;
                                            font-weight: 300;
                                            line-height: 1.2;}

.section_01 .cont_wrap .cont_right{width: 40%;
                                    position: relative;}
.section_01 .cont_wrap .cont_right p:nth-child(2){font-size: clamp(16px,2vw,30px);
                                                    padding: 40px 0 20px;
                                                    font-weight: 700;
                                                    color: #4e4e4e;}
.section_01 .cont_wrap .cont_right p:nth-child(3){font-size: clamp(13px,1vw,18px);
                                                font-weight: 400;
                                                color: #666666;
                                                line-height: 1.6;}
.section_01 .cont_wrap .cont_right .section01_more{position: absolute;
                                                    right: 0;}
.section_01 .cont_wrap .cont_right .section01_more a{display: flex;
                                                    justify-content: end;
                                                    align-items: center;
                                                    margin-top:60px;
                                                    font-size: 16px;
                                                    color: #000;}
.section_01 .cont_wrap .cont_right .section01_more img{margin-left:15px;}


.section_02{padding: 100px 0;
            background-color: #f9f9f9;}
.section_02 > div{width: 90%; 
                max-width: 1420px;
                margin:0 auto;}
.section_02 .xe-widget-wrapper{overflow: visible;}
.section_02 .cont_wrap{margin:0 auto;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;}
.section_02 .cont_wrap .title{width: 70%;}
.section_02 .cont_wrap .title span{font-size: clamp(15px,1vw,18px);
                                    color: #666666;
                                    position: absolute;
                                    top:100%;}
.section_02 .cont_wrap .title span:nth-child(1){font-size: clamp(50px,4vw,65px);
                                                font-family: "Montserrat", sans-serif;
                                                font-weight: 700;
                                                line-height: normal;
                                                color: #000;
                                                position: relative;}
.section_02 .cont_wrap .title span:nth-child(2){display: block;
                                                margin-top:40px;}
.section_02 .cont_wrap .section02_more a{display: flex;
                                        justify-content: end;
                                        align-items: center;
                                        color: #000;
                                        font-size: clamp(15px,1vw,18px);
                                        font-weight: 700;}
.section_02 .cont_wrap .section02_more img{margin-left:15px;}
.section_02 .xe-widget-wrapper:nth-child(2){width: 90%;
                                            max-width: 1420px;
                                            margin:0 auto;}
.section_02 .notice{margin:120px auto 0 !important;}
                    
.section_02 .notice ul{margin:0 auto;}
.section_02 .notice ul li{height: 380px;
                            position: relative;
                            box-shadow: 0 0 0 2px transparent inset;}
.section_02 .notice ul li > div{height: 330px;
                                padding: 40px 25px 0;
                                background-color: #fff;
                                transition: 0.3s;}
.section_02 .notice ul li > div:hover{    box-shadow: 0 0 0 2px #00a3d1 inset;}
.section_02 .notice ul li p.thumbArea{display: none;}
.section_02 .notice ul li p.titleArea{margin: 30px 0 20px !important;}
.section_02 .notice ul li p.titleArea a{ font-size: clamp(15px,1vw,18px);
                                        font-weight: 400;}
.section_02 .notice ul li p.cate{font-size: 22px;
                                font-weight: 700;
                                color: #00a3d1;}
.section_02 .notice ul li p.text{width: 100%;
                                margin-left:0 !important;
                                font-size: 16px;
                                font-weight: 300;
                                color: #222;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 4;  /* 2줄 넘어가면 말줄임 */
                                -webkit-box-orient: vertical;
                                word-break: keep-all;}
.section_02 .notice ul li p.text .hour{display: none;}

.section_02 .notice ul li .date{ position: absolute;
                                bottom: 10%;
                                right: 25px;
                                font-size: 16px;
                                color: #666666;}

.section_03_wrap{margin:100px auto !important;}
.section_03{display: flex;
            justify-content: space-between;
            width: 90%;
            margin: 100px auto;
            max-width: 1420px;}
.section_03 .title{font-size: clamp(35px, 4vw, 65px);}
.section_03 .cont_left{display: flex;
                    flex-direction: column;
                    width: 37%;}
.section_03 .cont_left p:nth-child(2){
    margin-top:40px;
    font-size: clamp(15px,1vw,18px);
    color: #666;
}
.section_03 .cont_right{
    width: 52.8%;
    margin: 0;
}
.section_03 .swiper-wrapper .swiper-slide img{
    width: 90%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: relative;
    top: 50%;
    transition: 0.5s;
}
.section_03 .swiper-wrapper .swiper-slide-active img{
    width: 100%;
}
.section_03 .pagination_wrap{position: relative;
                            margin-top: auto;}
.section_03 .pagination_wrap .swiper-button-prev{
    left: auto;
    right: 55px;
}
.section_03 .pagination_wrap .swiper-button-next::after,
.section_03 .pagination_wrap .swiper-button-prev::after{
    content: none;
}
.section_03 .swiper-pagination2 {
    width: 100%;
    height: 4px;
    background-color: #00a3d1;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.section_03 .pagination_wrap > span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c3c3c3;
    position: absolute;
    bottom: 1px;
}
.section_03 .swiper-pagination2 .progress-bar {
    height: 100%;
    width: 0%;
    background-color: #007aff;
    transition: width 0.3s ease;
}
.section_03 .swiper-pagination1 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
.section_03 .swiper-pagination1 span:nth-child(1){
    font-size: 35px;
    color: #00a3d1;
}
.section_03 .swiper-pagination1 span:nth-child(2){
    font-size: 25px;
    font-weight: 400;
    color: #666;
}
.section_04 .cont_wrap{
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
}
.section_04 .cont_wrap > span{
    display: block;
    position: absolute;
    width: 100%;
    height: 800px;
    background-image: url('/layouts/xedition/img/main/sub_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section_04 .title{font-size: clamp(35px, 4vw, 65px);}
.section_04 .cont_wrap .txt{
    width: 90%;
    margin:0 auto;
    text-align: center;
    color: #fff;
}    
.section_04 .cont_wrap .txt > span{
    display: block;
    margin:60px auto 100px;
    font-size: clamp(15px,1vw,20px);
}
.section_04 .cont_wrap .txt a{
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    border: 1px solid #fff;
    font-size: clamp(15px,1vw,20px);
    transition: 0.3s;
}
.section_04 .cont_wrap .txt a:hover{
    background-color: #fff;
    color: #00a3d1;
}
.section_05{
    width: 90%;
    max-width: 1420px;
    margin:100px auto 0;
    text-align: center;
}
.section_05 .cont_wrap span{display: block;}
.section_05 .cont_wrap > span{font-size: clamp(15px,1vw,18px);
                                color: #666;
                                margin: 35px auto 100px;}
.section_05 ul{    width: 100%;
                margin:0 auto;
                display: flex;
                justify-content: center;
                align-items: center;}
.section_05 ul li{
    padding: 30px 30px;
    width: 33.33%;
}
.section_05 ul li img{display: block;
                    margin:0 auto;}
.end_img_wrap >div{overflow: hidden;}
.end_img{
    display: block;
    width: 100%;
    background-image: url('/layouts/xedition/img/main/end_img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 12.4vw;
    font-weight: 900;
    text-align: center;
}
@media only screen and (max-width:1100px){
    .section_01 .cont_wrap{flex-direction: column-reverse;}
    .section_01 .cont_wrap .cont_left{  
                                    width: 100%;
                                    margin-top: 100px;}
    .section_01 .cont_wrap .cont_right{width: 100%;}
    .section_01 .cont_wrap .cont_right .section01_more a{margin-top:30px;}


    .section_02 .cont_wrap .title span:nth-child(2){margin-top:20px;}

    .section_03{flex-direction: column;}
    .section_03 .cont_left{width: 100%;}
    .section_03 .cont_right{width: 100%;
                            margin-top:50px;}
    .section_03 .cont_right .swiper-slide{
        height: auto;
        min-height: 335px;
    }
    .section_03 .cont_left p:nth-child(2) br{
        display: none;
    }

    .section_04 .cont_wrap{height: 100vh;}
    .section_04 .cont_wrap > span{height: 100vh;}

    .section_05 .cont_wrap > span{    margin: 35px auto 35px;}
    .section_05 ul{flex-direction: column;}
    .section_05 ul li{width: 100%;
                    padding: 30px 0;}
    .end_img{    font-size: 12.2vw;}
}
@media only screen and (max-width:768px){
    .section_01 .cont_wrap .cont_left{    grid-template-columns: 1fr;}
    .section_01 .cont_wrap .cont_left .cont_01{grid-row: auto;}
}
@media only screen and (max-width:522px){
    .section_02 .title > span:nth-child(1)::after{left:calc(100% - 23px);}
}
@media only screen and (max-width:461px){
    .section_04 .cont_wrap .txt > span br{display: none;}
}
@media only screen and (max-width:395px){
    .section_04 .title > span:nth-child(1)::after{left:calc(100% - 55px);}
}