@charset "utf-8";

header{
    border: none;
}



.sw1{
    height: 100vh;
    position: relative;
}
.sw1 .swiper-slide video{
    width: 100%;  /* 틀에 맞춰서 넣어주기위해 꼭 100%로 넣어주기 */
    height: 100%;
    object-fit: cover;
} 

    /* scrollbar */
.sw1 .swiper-horizontal>.swiper-scrollbar, .sw1 .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: 170px;
    width: 20%;
    left: 7%;
    height: 12px;
}
.sw1 .swiper-scrollbar{
    background: #d1d1d16c;
}
.sw1 .swiper-scrollbar-drag{
    background: #fff;
}
.sw1 .swiper-pagination-bullet, .sw1 .swiper-button-next, .sw1 .swiper-button-prev{
    display: none;
  }
  .sw1 .swiper-button-next, .sw1 .swiper-button-prev{
    display: none;
  }
      /*재생, 정지 버튼  */
      .sw1 .sw_btn{
    background: url(../img/main_pc/Pause.png) no-repeat 0 0; 
    position: absolute;
    bottom: 100px;
    left: 16%;
    z-index: 10;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.7;
}
.sw1 .sw_btn:hover{
    opacity: 1;
}
.sw1 .sw_btn.on{
    background: url(../img/main_pc/stop.png) no-repeat 0 0;
    bottom: 100px;
    left: 16%;
  }
  .sw1 .sw_btn2{
    position: absolute;
    background: url(../img/main_pc/Skipprev.png) no-repeat 0 0; 
    bottom: 100px;
    left: 7%;
    z-index: 10;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.7;
}
.sw1 .sw_btn2:hover{
    opacity: 1;
}
.sw1 .sw_btn3{
    position: absolute;
    background: url(../img/main_pc/Skipnext.png) no-repeat 0 0;
    z-index: 10;
    bottom: 100px;
    left: 24%;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.7;
}
.sw1 .sw_btn3:hover{
    opacity: 1;
}
.sw1 video{
    width: 100%;
}






#connot{
    display: flex;
    padding: 150px 0;
    justify-content: space-between;
}
.news{
    width: 45%;
    display: flex;
    flex-direction: column;
}
#noti{
    position: relative;
}
#noti::after{
    position: absolute;
    content: '';
    top: 0;
    right: -60px;
    height: 330px;
    border: 1px solid #dbdbdb8e;
}
.noti_title{
    height: 80px;
}
.noti_title time{
    margin-top: 30px;
    display: block;
}
.news  h2{
    font-size: 25px;
    font-weight: 700;
    color: #581666;
}
.news .dat{
    height: calc(100% - 120px);
    margin: 30px 0;
}
.news .dat .dat_list{
    display: none;
}
.news .dat .dat_list:nth-child(1){
    display: block;
}
.news .dat ul > li{
    font-size: 15px;
    margin-top: 5px;
}
.news .dat h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.dat ul li{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 550px;
}
.dat_list a{
    color: #000;
}
.mor{
    display: flex;
    justify-content: space-between;
    height: 40px;
    cursor: pointer;
}
.dat2_img a {
    height: 100%;
    display: block;
}
.mor2{
    display: flex;
    justify-content: space-between;
    height: 40px;
    cursor: pointer;
}
.bob a{
    color: #000;
}
.but > ul{
    display: flex;
}
#noti2 .dat{
    display: flex;
}
#noti2 .dat .dat2_img{
    width: 38%;
    margin-right: 4%;
}
#noti2 .dat .dat2_img img{
    width: 100%;
    height: 165px;
    object-fit: cover;
}
.dat_sp{
    width: 60%;
}
.dat_sp a{
    color: #000;
}
.dat_sp strong{
    display: inline-block;
}
.dat_sp ul li{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 270px;
}
.news .dat_sp .dat_sp_list{
    display: none;
}
.news .dat_sp .dat_sp_list:nth-child(1){
    display: block;
}

.bob{
    font-size: 14px;
}
.but > ul > li{
    font-size: 14px;
    margin-right: 10px;
}
.but > ul > li.cur_page{
    color: #581666;
    font-weight: 700;
}
.but > ul > li:nth-child(2){
    position: relative;
}
.but > ul > li:nth-child(2)::after{
    position: absolute;
    content: '';
    border: 1px solid #00000062;
    height: 10px;
    left: 21px;
    top: 5px;
}
.but > ul > li:nth-child(3){
    font-weight: 300;
}
.but > ul > li:last-child{
    margin-right: 0px;
}





/* ///////////////////////////////////// */
#main_pro{
    padding: 120px 0;
    background: linear-gradient(to bottom, rgba(229,176,208,1) 0%,rgba(255,255,255,0) 100%);
}
#main_co > h2{
    font-size: 30px;
    font-weight: 700;
    color: #581666;
    text-align: center;
    margin-bottom: 70px;
}
#main_co > ul > li{
    text-align: center;
    position: relative;
}
#main_co > ul > li:nth-child(2){
    margin-top: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #581666;
    cursor: pointer;
    
}
#main_co > ul > li:nth-child(2) > a{
    background: url(../img/main_pc/Add_circle_outline.png) no-repeat 101% 6px/ 0.9em;
    padding-right: 20px;
    display: inline-block;
    color: #581666;
}
#main_co > ul > li:nth-child(3){
    font-size: 16px;
    cursor: pointer;
}
/* #main_co > ul > li > div > ul{
    display: flex;
    justify-content: space-between;
}
#main_co > ul > li > div > ul > li{
    width: 23%;
} */
#main_co > ul > li > div > ul > li > a > img{
    width: 100%;
    vertical-align: top; 
}

#main_co > ul > li > div > ul > li > a{
    position: relative;
}
#main_co > ul > li > div > ul > li > a > .ov{
    position: absolute;
    left: 15%;
    top: calc(50% - -50px);
    color: #fff;
    font-weight: 300;
    opacity: 0;
    visibility: hidden;
}
#main_co > ul > li .swiper-button-next, #main_co > ul > li .swiper-button-prev{
    display: none;
  }


#main_co > ul > li > div > ul > li > a > .ov > p:nth-child(1){
    font-size: 20px;
    margin-bottom: 75px;
}
#main_co > ul > li > div > ul > li > a > .ov > p:nth-child(2), #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(3), #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(4){
    text-align: left;
    font-size: 16px;
}
#main_co > ul > li > div > ul > li > a > .ov > p:nth-child(5){
    margin-top: 65px;
    font-size: 14px;
}


#al_t{
    display: flex;
}
#alb{
    margin-top: 50px;
    margin-bottom: 150px;
    overflow: hidden;
}
#alb > h2{
    font-size: 30px;
    font-weight: 700;
    color: #581666;
    margin-bottom: 100px;
    background: url(../img/main_pc/Add_circle_outline.png) no-repeat 112px 11px / 0.8em
}
#al_p > ul{
    display: flex;
    justify-content: space-between;
}
#al_p > ul > li{
    width: 100px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
#al_p > ul > li.on{
    width: calc(100% - 240px);
}
#al_p > ul > li > a{
    width: 100%;
}
#al_p > ul > li > a > figure > img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.al_over .album{
    position: absolute;
    bottom: 3px;
    right: 0px;
    display: none;
}
#al_p > ul > li.on .al_over .album{
    display: block;
}
.al_over .cd{
    position: absolute;
    left: 840px;
    bottom: 3px;
}
.album{
    z-index: 10;
}
.album figure img{
    width: 200px;
    vertical-align: top;
}
.cd figure img{
    width: 195px;
    vertical-align: top;
    transform: translate(0, 0);
    transition: 0.5s 0.1s;
}
#al_p > ul > li:hover .cd figure img{
   transform: translate(-100px, -100px) rotate(-360deg);
}
#al_t{
    margin: 70px 0 20px 0;
}
#al_t ul{
    flex-grow: 1;
    font-size: 20px;
}
#al_t > ul:nth-child(1) li{
    font-size: 25px;
    font-weight: 700;
}
.al_text{
margin-right: 400px;
}
#al_t > ul:nth-child(2) li:nth-child(3){
    font-weight: 300;
}
#al_t > #al_t_b > ul{
    display: flex;
    align-items: center;
}
#al_t > #al_t_b > ul li:nth-child(2), #al_t > #al_t_b > ul li:nth-child(3){
    margin-bottom: 10px;
}
#al_t > #al_t_b > ul li.cur_p{
    margin-right: 15px;
    position: relative;
    color: #581666;
}
#al_t > #al_t_b > ul li.cur_p::after{
    position: absolute;
    content: '';
    border: 1px solid #00000062;
    height: 13px;
    top: 8px;
    right: -8px;
}
#al_t > #al_t_b > ul li:nth-child(2).active{
    color: #581666;
    font-weight: 700;
}
#al_t > #al_t_b > ul li:nth-child(3){
    font-weight: 300;
}
#al_t_b > ul > li >img{
    transform: scale(0.7);
    cursor: pointer;
}



#coon > div{
    display: flex;
    
}
#coon > div > a{
    width: 7.692%;
    overflow: hidden;
    transition: 0.3s;
}
#coon > div > a:hover{ 
    width: 12%;
}
#coon > div > a > figure > img{
        width: 100%;
        height: 220px;
        object-fit: cover;
        vertical-align: top;
        object-position: center top;  
}




#m_b{
    background-color: #581666;
    height: 200px;
    max-width: 100%;
    
}
#m_b > #ma_bo{
    display: flex;
}
#m_b > #ma_bo > ul > li{
    color: #fff;
    font-size: 18px;
}
#m_b > #ma_bo > ul:nth-child(1){
    width: 40%;
    position: relative;
    text-indent: 100px;
}
#m_b > #ma_bo > ul:nth-child(1)::after{
    content: '';
    position: absolute;
    top: 48px;
    left: 400px;
    height: 100px;
    border: 1px solid #fff;
}
#m_b > #ma_bo > ul:nth-child(2){
    width: 60%;
}
#m_b > #ma_bo > ul:nth-child(1) > li:nth-child(1){
    font-size: 28px;
    font-weight: 700;
    margin-top: 60px;
}
#m_b > #ma_bo > ul:nth-child(1) > li:nth-child(2){
    font-size: 22px;
}
#m_b > #ma_bo > ul:nth-child(1) > li:nth-child(2) > a{
    color: #fff;
}
#m_b > #ma_bo > ul:nth-child(1) > li:nth-child(2):hover > a{
    text-decoration: underline;
}
#m_b > #ma_bo > ul:nth-child(2) > li:nth-child(1){
    margin-top: 70.5px;
}

footer{
    margin-top: 0px;
}

/* ///////////////////////////// */
 /* go top */
.go_top{
    position: fixed;
    bottom: 60px;
    right: 12%;
    display: none;
    z-index: 100000;
}
.go_top a{
    color: #fff;
    background: #581666;
    padding: 10px;
    display: block;
}
.go_top a ul li:nth-child(1){
    text-align: center;
}
.go_top:hover a{
    color: #fff;
    background: rgba(0, 0, 0, 0.745);
}





/* 반응형/////////////////// */
@media screen and (max-width:1110px) {
    #noti::after{
        border: none;
    }

/* /////////////// */
    #al_t{
        margin-top: 20px;
        flex-wrap: wrap;
        
    } 
    .al_title{
        order: 2;
        text-indent: 10px;
    }
    .al_text{
        order: 3;
        margin-right: 0px;
    }
    #al_t_b{
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }
    #al_t > #al_t_b > ul{
        justify-content: center;
    }

}






@media screen and (max-width:1014px) {
    .sw1{
        height: auto;
    }
    
    .sw1 .swiper-horizontal>.swiper-scrollbar, .sw1 .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 71px;
}
.sw1 .sw_btn.on{
    bottom: 23px;
}
.sw1 .sw_btn{
    bottom: 23px;
}
.sw1 .sw_btn2{
    bottom: 23px;
}
.sw1 .sw_btn3{
    bottom: 23px;
}
/* /////////////////////// */
#connot{
    display: block;
    padding: 40px 0 40px 0;
    width: 90%;
}
#noti{
    margin-bottom: 80px;
}
#noti2{
    position: relative;
}
#noti2::after{
    position: absolute;
    content: '';
    border: 1px solid #dbdbdb8e;
    top: -360px;
    left: 300px;
    height: 628px;
    transform: rotate(90deg);
}
.noti_title time {
    margin-top: 10px;
}
.news{
    width: 100%;
}
.news .dat {
    margin-top: 10px;
}
.news .dat ul > li {
    margin-top: 0px;
}
.dat_list{
    white-space: nowrap;
}
.news .dat h3 strong:nth-of-type(1), .news .dat h3 strong:nth-of-type(2){
    white-space: nowrap;
}

/* ////////////////////////////////// */
    #main_co > ul > li > div > ul > li > a > .ov{
        left: 3%;
        top: 195%;
    }
    #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(1){
        margin-bottom: 55px;
    }
    #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(5){
        margin-top: 45px;
    }
    #alb{
        margin-bottom: 100px;
    }
    #coon > div > a:nth-child(1),#coon > div > a:nth-child(2),#coon > div > a:nth-child(3),#coon > div > a:nth-child(4),#coon > div > a:nth-child(5),#coon > div > a:nth-child(6){
        display: none;
    }
     #coon > div > a{
        width: 14.285%;
    }
    #coon > div > a:hover{ 
        width: 18%;
    }

    /* ///////////////////////////////////////////////// */
    #m_b > #ma_bo > ul:nth-child(1)::after{
        display: none;
    }
    #ma_bo{
        flex-direction: column;
        
    }

    #ma_bo ul li{
       float: left;
    }
    #m_b > #ma_bo > ul:nth-child(1) > li:nth-child(2){
        margin-top: 67px;
    }
    #m_b > #ma_bo > ul:nth-child(2) > li:nth-child(1){
        margin-top: 0px;
        text-indent: 100px;
    }
    #m_b > #ma_bo > ul:nth-child(1){
        text-indent: 10px;
    }
    #m_b > #ma_bo > ul:nth-child(2), #m_b > #ma_bo > ul:nth-child(1){
        width: auto;
    }

}



@media screen and (max-width:854px) {
    #main_co > ul > li > div > ul > li > a > .ov{
        left: 3%;
        top: 155%;
    }
    #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(1){
        margin-bottom: 25px;
        font-size: 16px;
    }
    #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(2), #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(3), #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(4){
        font-size: 14px;
    }
    #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(5){
        margin-top: 20px;
        font-size: 12px;
    }



}




@media screen and (max-width:665px) {
    .sw1 .swiper-pagination{
    display: flex;
    justify-content: center;
    }
    .sw1 .sw_btn, .sw1 .sw_btn.on{
        margin: 0 auto;
    transform: scale(0.5);
    left: 53%;
    bottom: 1px;
    opacity: 1;
    }

    .sw1 .swiper-pagination-bullet{
    display: block;
    width: 10px;
    height: 10px;
}
.sw1 .swiper-button-next, .sw1 .swiper-button-prev{
    display: block;
    opacity: 0.3;
    color: #fff;
    cursor: pointer;
}
.sw1 .swiper-pagination-bullet-active{
    opacity: 1;
    background: #fff;
  }
  .sw1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .sw1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 10px var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
.sw1:hover .swiper-button-next, .sw1:hover .swiper-button-prev{
    opacity: 1;
}
.sw1 .swiper-horizontal>.swiper-scrollbar, .sw1 .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none;
}
.sw1 .sw_btn2, .sw1 .sw_btn3{
    display: none;
}

/* /////////////////// */
#connot{
    width: 90%;
}
#noti2::after{
    top: -265px;
    left: 215px;
    height: 420px;
    
}

.but{
    position: absolute;
    right: 5%;
    top: 10px;
}
.dat_sp{
    width: auto;
}
#noti2 .dat{
    display: block;
}
#noti2 .dat .dat2_img{
    width: auto;
    margin-right: 0px;
}
#noti2 .dat .dat2_img img{
    height: auto;
}
.dat_list{
    white-space: wrap;
}
.dat_list ul li{
    white-space: wrap;
    display: inline;
}
.news .dat h3 strong:nth-of-type(1), .news .dat h3 strong:nth-of-type(2){
    white-space: wrap;
    font-size: 0.9em;
}
.dat_sp_list ul li{
     white-space: wrap;
    display: inline;
}

/* ///////////////////////////////////////////////// */
#main_pro{
    padding: 80px 0
}
#main_co > h2{
    margin-bottom: 45px;
}
.sw2{
    width: calc(100% - 145px);
}
#main_co > ul > li{
    position: relative;
}
#main_co > ul .swiper-button-next:after, #main_co > ul .swiper-button-prev:after{
    display: none;
}
#main_co > ul > li .swiper-button-next, #main_co > ul > li .swiper-button-prev{
    display: block;
    width: 40px;
  }
.nextbutton img, .prevbutton img{
    width: 40px;
    margin-left: 10px;
    
}
.nextbutton img{
    margin-left: 0;
    margin-right: 10px;
}
#main_co > ul > li > div > ul > li > a > .ov{
    left: 28%;
    top: 1159%;
}
#main_co > ul > li > div > ul > li > a > .ov > p:nth-child(1){
    margin-bottom: 50px;
    font-size: 20px;
}
#main_co > ul > li > div > ul > li > a > .ov > p:nth-child(2), #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(3), #main_co > ul > li > div > ul > li > a > .ov > p:nth-child(4){
    font-size: 16px;
}
#main_co > ul > li > div > ul > li > a > .ov > p:nth-child(5){
    margin-top: 100px;
    font-size: 14px;
}


/* /////////////////////////////// */
#alb > h2{
    text-indent: 10px;
    background: url(../img/main_pc/Add_circle_outline.png) no-repeat 117px 11px / 0.8em;
}
#al_p > ul{
    justify-content: space-around;
}
#al_p > ul > li.on .al_over .album{
    display: none;
}
#al_p > ul > li{
    width: 50px;
}
#al_p > ul > li.on {
    width: calc(100% - 115px);
}
/* /////////////////////////// */
#coon > div > a:nth-child(7), #coon > div > a:nth-child(8), #coon > div > a:nth-child(9){
    display: none;
}
#coon > div > a{
    width: 25%;
}
#coon > div > a:hover{
    width: 28%;
}


}

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

    #coon > div > a:hover{
        width: 25%;
    }
    #m_b > #ma_bo > ul:nth-child(2) > li:nth-child(1){
        margin-top: 0px;
        text-indent: 10px;
    }



}
@media screen and (min-width:501px) {
    #main_co > ul > li > div > ul > li:hover > a > .ov{
        opacity: 1; /* 서서히 보이게 설정 */
        visibility: visible; /* 호버 시 요소를 보이게 설정 */
        transition: 0.5s ease-in-out;
    }
    #main_co > ul > li > div > ul > li:hover > a > img{
        filter: brightness(20%);
        transition: 0.5s ease-in-out; 
    }

}



@media screen and (max-width:499px) {
    .swiper-slide video{
        min-height: 500px;
    }
    #noti2::after{
        top: -230px;
        left: 150px;
        height: 346px;
        
    }

    #alb {
        margin-bottom: 83px;
    }
#alb > h2{
    margin-bottom: 46px;
    }
#al_t > ul:nth-child(1) li {
    font-size: 20px;
}
#al_t ul {
    font-size: 16px;
}
#al_t_b > ul > li >img {
    transform: scale(0.5);
}
.al_text{
    text-indent: 15px;
}
#m_b{
    height: 170px;
}
#m_b > #ma_bo > ul:nth-child(1) > li:nth-child(1){
    font-size: 25px;
    margin-top: 55px;
}
#m_b > #ma_bo > ul:nth-child(1) > li:nth-child(2){
    font-size: 18px;
    margin-top: 63px;
}
#m_b > #ma_bo > ul:nth-child(2) > li{
    font-size: 16px;
}



}
