.pc{display: none;}
.tab{display: none;}
.m{display: block;}
.section .wrap{
    height: 100vh !important;
}
.section:last-child .wrap{
    height: unset !important;
}
#goTopBtn {
  position: fixed;
  bottom: 40px;
  right: 16px;
  z-index: 999;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
#goTopBtn:hover {
  opacity: 1;
}
.section.bn .swiper-wrapper .swiper-slide .txt .el:nth-child(2){
    font-size: 28px;
    font-weight: bold;
}
.section.bn .swiper-wrapper .swiper-slide .txt .el:nth-child(1){
    font-size: 16px;
    font-weight: light;
}
.section.bn .swiper-wrapper .swiper-slide .txt{
    text-shadow: 0px 3px 6px #00000094;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    height: 100%;

}
/* .section.bn .swiper-wrapper .swiper-slide::after{
    content: '';
    display: block;
    width: 100vw;
    height: 920px;
    background-color: #000;
    opacity: 0.5;
} */
.section.bn{
    height: 100vh;
}
.section:nth-child(3){
    display: flex;
    height: 100vh;
    align-items: center;
    background-color:#F4F3F8 !important;
    margin-top: 50px;
}
.section:nth-child(4){
    /* height: 100vh; */
    /* display: flex; */
    /* align-items: center; */
}

.section.bn .swiper-wrapper .swiper-slide-2 {
    background-image:url(/theme/basic/img/main/bn-02.jpg);
}

.section.bn .swiper-wrapper .swiper-slide-1 {
    background-image:url(/theme/basic/img/main/bn-01.jpg);
}
.section.bn .swiper-slide {
    background-size: cover;
    background-position: right center;
    aspect-ratio: 1/1;
    height: 100vh;
    width: 100%;
}
.s1{height: 100%; display: flex; align-items: center; margin: 16px 0;}
.s1 .wrap{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: center;
    overflow-y: scroll 1s ;
}
.s1 .wrap .top{
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 4px;
}
.s1 .wrap .top .logo{
    width: 120px;
    height: 44px;
}
.s1 .wrap .top .logo img{   
    width: 100%;
}
.s1 .wrap .top h2{
    font-size: 28px;
    color: #35318F;
}
.s1 .wrap .top .sub{
    font-size: 14px;
}
.s1 .wrap .top .sub-eng{
    color: #999999;
}
.s1 .wrap .top .sub-kor{
    max-width: 320px;
}

.s1 .wrap .mid{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.s1 .wrap .mid a:nth-child(1) .box{background-image: url(/theme/basic/img/main/s1-img-01.png);}
.s1 .wrap .mid a:nth-child(2) .box{background-image: url(/theme/basic/img/main/s1-img-02.png);}
.s1 .wrap .mid a:nth-child(3) .box{background-image: url(/theme/basic/img/main/s1-img-03.png);}
.s1 .wrap .mid a{
    width: 100%;
    display: block;
}
.s1 .wrap .mid .box{
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    background-color: #333;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    aspect-ratio: 4/1;
    /* 이미지 바로가기 비율*/
    border-radius: 12px;
    overflow: hidden;
}
.s1 .wrap .mid .box::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 50%;
}
.s1 .wrap .mid .box h3{
    z-index: 1;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.s1 .wrap .mid .box .btn .arrow{
   filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
   padding-top: 1px;
}
.s1 .wrap .mid .box .btn{
    z-index: 1;
    font-size: 12px;
    color: #fff;
    padding: 4px 12px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    line-height: 100%;

}

.s1 .wrap .mid .box .btn p{color: #fff;}
.s1 .wrap .mid .box .btn::after{}

.s1 .wrap .btom{}
.s1 .wrap .btom h3{
    font-size: 24px;
    padding-bottom: 16px;
}
.s1 .wrap .btom .tab-box{
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: scroll;
    border-radius: 12px;
}
.s1 .wrap .btom .tab-box .tab-menu{}
.s1 .wrap .btom .tab-box .tab-menu .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 10px;
}
.s1 .wrap .btom .tab-box .tab-menu .inner .ico{
    width: 50px;
    height: 50px;
}
.s1 .wrap .btom .tab-box .tab-menu .inner .ico img{
    width: 100%;
    /* filter: invert(23%) sepia(15%) saturate(5839%) hue-rotate(222deg) brightness(90%) contrast(103%); */
}
.s1 .wrap .btom .tab-box .tab-menu .inner p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-wrap: nowrap;
}
/* s2 시작*/
.s2{background-color: #F4F3F8;}
.s2 .wrap{background-color: #F4F3F8; align-items: center; justify-content: center;}
.s2 .wrap .inner{}
.s2 .wrap .inner .left{
    display: flex;
    flex-direction: column;
    padding-bottom: 36px;
}
.s2 .wrap .inner .left h2{
    padding-bottom: 4px;
    font-size: 32px;
    color: #35318F;
    font-weight: bolder;
}
.s2 .wrap .inner .left p.sub{
    max-width: 60%;
    padding-bottom: 8px;
    font-size: 16px;
    text-wrap: pretty;
}
.s2 .wrap .inner .left .btn{}
.s2 .wrap .inner .left .btn a .arrow img{filter: invert(22%) sepia(31%) saturate(3047%) hue-rotate(222deg) brightness(89%) contrast(102%);}
.s2 .wrap .inner .left .btn a{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 4px;
    border: 2px solid #35318F;
    width: max-content;
    color: #35318f;
    font-weight: 600;
}
.s2 .wrap .inner .left .btn a p{
    font-weight: bold;
    width: max-content;
    font-size: 16px;
}
.s2 .wrap .inner .right{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.s2 .wrap .inner .right .box a{width: 100%;}
.s2 .wrap .inner .right .box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 24px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #00000029;
}
.s2 .wrap .inner .right .pc{display: none;}
.s2 .wrap .inner .right .box .box-wrap{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s2 .wrap .inner .right .box .box-wrap .top{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.s2 .wrap .inner .right .box .box-wrap .top .btg{
    padding: 2px 4px;
    border-radius: 4px;
    border: 2px solid #35318F;
    width: max-content;
    font-weight: 600;
    color: #35318f;
    font-size: 12px;
}
.s2 .wrap .inner .right .box .box-wrap .top .more{}
.s2 .wrap .inner .right .box .box-wrap .top .more::before{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #35318F;
}
.s2 .wrap .inner .right .box .box-wrap .top .more::after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #35318F;
    transform: translate(-50%, -10px);
}

.s2 .wrap .inner .right .box .box-wrap .btm{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s2 .wrap .inner .right .box .box-wrap .btm .tit{
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.s2 .wrap .inner .right .box .box-wrap .btm .txt{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* s3 시작 */

.s3{}
.s3 .wrap{
    overflow: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    height: 100vh;
}
.s3 .wrap .top{
    display: flex;
    flex-direction: column;
    /* margin-top: 50px; */
    gap: 8px;
}
.s3 .wrap .top h3{
    font-size: 32px;
    color: #35318F;
}
.s3 .wrap .top .txt{
    max-width: 60%;
}
.s3 .wrap .swiper .swiper-wrapper{
}
.swiper-button-next, .swiper-button-prev {color:#35318F}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide{}

.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    text-align: center;
    padding-bottom: 40px;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .top{width: 100%;}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .top .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #333;
    border-radius: 12px;
    aspect-ratio: 1/1;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .top .pic img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    max-width: unset;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm .date{font-size: 16px; padding-bottom: 8px;}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm .tit{
    font-size: 20px;
    width: 80%;
    text-align:center;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm .btn{
    width: max-content;
    display: flex;
    padding: 4px 12px;
    border-radius: 4px;
    align-items: center;
    border: 2px solid #35318F;
    gap: 12px;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm .btn p{
    font-weight: 600;
    font-size: 14px;
    color: #35318F;
}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm .btn .arrow{}
.s3 .wrap .swiper .swiper-wrapper .swiper-slide .sw-inner .btm .btn .arrow img{
    width: 100%;
    filter: invert(23%) sepia(15%) saturate(5839%) hue-rotate(222deg) brightness(90%) contrast(103%);
}
.pic .no_image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    background: #eaeaea;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
}

.s3 .swiper-button-prev {
    display: none;
}

.s3 .swiper-button-next {
  display: none;
}