@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
html,body{
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
ul,
li{
    list-style: none;
}
.mo{
    display: none;
}
.section{
    position: relative;
}
picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width:768px) {
    .pc{display: none;} 
    .mo{display: block;}  
}
@media (max-width: 991.98px) {
    .pc.media{display: none;} 
    .mo.media{display: block;}  
}
.container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#coolrain{
    padding-top: 107px;
}
@media (max-width: 991.98px) {
    #coolrain {
        padding-top: 50px;
    }
}
/* ===============================  banner  ===================================*/
#banner{
    position: relative;
    width: 100%;
    height: 750px;
    background: url(../../assets/images/cool/top_bg.png) no-repeat center center/cover;
}
#banner .logo{
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 418px;
    margin: 0 auto;
}
#banner .date{
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    width: 386px;
    margin: 0 auto;
}
#banner .center_person{
    width: 539px;
    position: absolute;
    bottom: -400px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all;
    animation: moveTotop 10s ease-in-out infinite;
}
@keyframes moveTotop {
    0%{
        bottom: -400px;
    }
    50%{
        bottom: -450px;
    }
    100%{
        bottom: -400px;
    }
}
@media (max-width: 1540px) {
    
}
@media (max-width: 991.98px) {
    #banner{
        height: 100vh;
        background: url(../../assets/images/cool/top_mo.png) no-repeat center top/cover;
    }  
    #banner .logo{
        top: 5%;
        width: 65.67%;
        max-width: 100%;
    }
    #banner .date{
        top: 17%;
        max-width: 100%;
        width: 67%;
    }
    /* #banner .center_person{
        width: 56%;
    } */
    #banner .center_person {
        width: 88%;
    }
    @keyframes moveTotop {
        0%{
            bottom: 0;
        }
        50%{
            bottom: -20px;
        }
        100%{
            bottom: 0;
        }
    }
}
@media (max-width: 768px) {
    
}
/* ===============================  intro  ===================================*/
#intro{
    height: 950px;
    background: url(../../assets/images/cool/sec_1_bg.png) no-repeat center center/cover;
}
#intro .container{
    padding: 95px 0 85px;
    
}
@media (max-width:1400px) {
    #intro picture{
        width: 100%;
        max-width: 90vw;
    }
}
@media (max-width: 991.98px) {
    #intro{
        height: auto;
    }
    #intro .container {
        padding: 110px 0 95px;
    }
    #intro picture{
        position: static;
        transform: translate(0);
        width: 100%;
        max-width: 86vw;
        display: block;
        margin: 0 auto;
    }   
}
/* ===============================  작가소개  ===================================*/
#author{
    background: #644297;
    height: 665px;
}
#author .container{
    padding: 75px 0 95px;
}
#author .cont_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#author .author_tit{
    width: 100%;
    max-width: 21.605%;
}
@media (max-width: 991.98px) {
    #author{
        height: auto;
    }
    #author .author_tit{
        margin-left: 7%;
        margin-bottom: 60px;
    }
    #author .cont_wrap{
        display: block;
    }    
    .author_img{
        width: 86%;
        margin: 0 auto;
    }
    #author .author_txt{
        margin: 0 auto;
        margin-top: 65px;
        width: 100%;
        max-width: 86%;
    }
}
/* ===============================  수집의 유희  ===================================*/
#toy .container{
    padding: 77px 0 94px;
}
#toy .head{
    width: 801px;
    margin: 0 auto;
}
#toy .center_img{
    width: 960px;
    margin: 0 auto;
    margin-top: 12px;
}
#toy .center_txt{
    width: 933px;
    margin: 42px auto 50px;
}
#toy .cont_txt{
    width: 951px;
    margin: 0 auto;
}
@media (max-width: 991.98px)  {
    #toy .head{
        width: 100%;
        max-width: 54.62%;
        margin-bottom: 50px;
    }
    #toy .center_img{
        width: 100%;
        max-width: 84.24%;
        margin: 0 auto;
    }
    #toy .center_txt{
        width: 100%;
        max-width: 82.162%;
    }
    #toy .cont_txt{
        width: 100%;
        max-width: 82.162%;
    }
}

/* ===============================  텍스트 플로우  ===================================*/

#txt_flow{
    width: 100%;
    height: 68px;
    background-color: #644297;
}
/* #txt_flow .flow_img{
    width: 100%;
    height: 68px;
    background: url(../images/cool/txt_flow.png) center center;
    background-repeat: repeat-x;
    animation: movebg 10s infinite linear;
    transition: 0.5s;

}
@keyframes movebg {
  0% {
    background-position: center center;
  }
  100% {
    background-position: -100vw center;
  }
} */
#txt_flow .flow_mask{
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 3618px;
}
#txt_flow .flow_img{
    width: 1809px;
    height: 68px;
    background: url(../images/cool/txt_flow.png) center center;
    background-repeat: repeat-x;
    /* animation: movebg 10s infinite linear; */
    transition: 0.5s;
}
#txt_flow .flow1{
    animation: 33s rollingleft1 linear 0s infinite normal forwards running;
  }
#txt_flow .flow2{
    animation: 33s linear 0s infinite normal none running rollingleft2;
    margin-left: -20px;
  }
@keyframes rollingleft1 {
    /* 원본용 */
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100%);
    }
    50.01% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }

  @keyframes rollingleft2 {
    /* 클론용 */
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
    }
  }

/* ===============================  전시내용엿보기  ===================================*/
#content {
    height: 1040px;
    background: url(../images/cool/sec_1_bg.png) no-repeat center center/cover;
}
#content .container{
    overflow: hidden;
    padding-top: 99px;
    max-width: 52.193%;
}
#content .heading{
    width: 22%;
    margin-bottom: 66px;
}
#content .slider_wrapper{
    width: 100vw;
    /* height: 647px; */
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* right: -24%; */
    left: 24vw;
}
#figure_slider{
    width: 100%;
}
#figure_slider .slider_img{
    /* width: 410px; */
    position: relative;
    /* height: 646px; */
}
#figure_slider .slider_img .img_mask{
    /* width: 410px; */
    width: 85.44%;
    /* border: 1px solid brown; */
}

#arrows{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
#arrows > div{
    cursor: pointer;
}
.pagingInfo{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Pretendard';
    font-size: 26px;
}
.more_btn{
    position: absolute;
    bottom: 3%;
    right: 19.3%;
    width: 12%;
    height: 9%;
    cursor: pointer;
}
#popMask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.popup_slider{
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    /* width: 400px; */
    width: 50vw;
    height: 60vh;
    display: none;
}
.popup_slider.active{
    display: block;
}
.popup{
    /* display: none !important; */
    opacity: 0 !important;
    display: none !important;
    position: absolute;
    z-index: -1;
    /* width: 400px; */
    width: 100%;
}
#popArrow{
    opacity: 0 !important;
    display: none !important;
    z-index: -1;
}
#popArrow.active{
    z-index: 3;
    display: block !important;
    opacity: 1 !important;
}
#popArrow > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
#popArrow .prev{
    font-size: 100px;
    color: #644297;
    left: -19%;
}
#popArrow .next{
    font-size: 100px;
    color: #644297;
    right: -19%;

}
.popup.active{
    /* display: block !important; */
    z-index: 3;
    display: block !important;
    opacity: 1 !important;
}
#popMask.active{
    display: block;
}
.popup_slider .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}
.popup_slider .slick-dots li{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #644297;
}
.popup_slider .slick-dots li.slick-active{
    background-color: #644297;
}
.popup_slider .slick-dots li button{
    border: none;
    font-size: 0;
}
.popup .slick-initialized .slick-slide{
    width: 400px !important;
}
/* .popup .slick-slide > div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.inner_mask{
    width:100% !important;
    height: 60vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
/* .slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    right: -19%;
    z-index: 999;
}
.slick-prev.slick-arrow{
    position: absolute;
    top: 50%;
    left: -19%;
    z-index: 999;
} */
@media (min-width: 1920.98px) {
    #content{
        height: 90vh;
    }
}
@media (max-width: 1600px) {
    #content{
        height: 95vh;
    }
    #arrows{
        bottom: 40px;
    }
    .pagingInfo{
        bottom: 45px;
    }
}
@media (max-width: 1540px) {
    #content .slider_wrapper{
        right: -40%;
    }
    #content .container{
        padding-top: 50px;
    }
}
@media (max-width: 1340px) {
    #content{
        height: 75vh;
    }
    #content .container{
        padding-top: 50px;
    }
}
@media (max-width: 991.98px) {
    #content{
        height: auto;
    }
    #content .slider_wrapper{
        width: auto;
        height: auto;
        position: static;
        top: unset;
        right: unset;
        transform: translate(0);
    }
    #content .container{
        max-width: 100%;
        padding: 100px 0 210px;
    }
    #figure_slider .slick-slide{
        width: auto;
    }
    #content .heading{
        width: 31%;
        margin-bottom: 10%;
        margin-left: 9%;
    }
    #figure_slider .slider_img .img_mask{
        width: 80%;
        margin: 0 auto;
    }
    #figure_slider .slider_img{
        height: auto;
    }
    #arrows{
        bottom: 30px;
    }
    .pagingInfo{
        bottom: 30px;
        font-size: 22px;
    }
    .more_btn{
        right: 14%;
    }
    .popup_slider{
        height: auto;
    }
    .inner_mask{
        width: 90% !important;
        margin: 0 auto;
    }
    #popArrow .prev{
        left: -6%;
    }
    #popArrow .next{
        right: -6%;
    }
    #arrows > div{
        width: 17vw;
    }
    #arrows {
        bottom: 100px;
    }
    .pagingInfo{
        bottom: 100px;
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    #content .container {
        padding: 60px 0 160px;
    }
    #arrows {
        bottom: 60px;
    }
    .pagingInfo{
        bottom: 60px;
    }
}
@media (max-width: 500px) {
    .pagingInfo{
        font-size: 22px;
    }
    #arrows{
        gap: 70px;
    }
    #arrows > div{
        width: 70px;
    }
}
@media (max-width: 375px) {
    .pagingInfo{
        font-size: 18px;
    }
    .more_btn{
        right: 11%;
    }
    #figure_slider .slider_img .img_mask{
        width: 90%;
        margin: 0 auto;
    }
}
/* ===============================  날짜  ===================================*/
#date{
    height: 870px;
    background:url(../images/cool/bottom_bg.png) no-repeat center center/cover;
    position: relative;
}
#date .container{
    padding: 94px 0;
}
#date .heading{
    width: 667px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#date .day{
    width:628px;
    margin: 0 auto;
    margin-bottom: 58px;
}
#date .content{
    width: 936px;
    margin: 0 auto;
}
.mo_cha{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}
.mo_cha_1{
    position: absolute;
    top: 50%;
    right: 4%;
    width: 130px;
    z-index: 2;
}
.mo_cha_2{
    position: absolute;
    top: 77%;
    left: 5%;
    width: 136px;
    z-index: 2;
}
@media (max-width:991.98px) {
    #date{
        height: auto;
    }
    #date .container{
        max-width: 85vw;
    }
    #date .heading,#date .day{
        width: auto;
    }
    
}
@media (max-width:768px) {
    .mo_cha_1{
        width: 20%;
        top: 40%;
    }
    .mo_cha_2{
        width: 20%;
        top: 70%;
    }
}