@charset 'utf-8';

* {
    margin: 0;
    padding: 0;
    font-family: 'NotoSansKR-Regular';
}

a:any-link {
    text-decoration: none;
}

ul {
    list-style: none;
}

#wrap {
    min-width: 1680px;
    background-color: #22346f;
}

/**************************** 상단 콘텐츠******************************/
.top_lnb {
    position: fixed;
    top: 5px;
    z-index: 1;
    width: 750px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width:1680px) {
    .top_lnb {
        left: 840px;
    }
}

.top_lnb > ul {
    width: 900px;
    float: left;


}

.top_lnb > ul > li {
    cursor: pointer;
}

.top_lnb > ul > li > a {
    width: 130px;
    height: 20px;
    line-height: 20px;
    float: left;
    display: block;
    text-align: center;
    margin-right: 30px;
    padding: 8px 8px;
    color: aliceblue;
    background-color: #0009;
    border-radius: 20px;
    font-size: 15pt;
}

.top_lnb > ul > li > a:hover {
    opacity: 50%;
}

.top_lnb > ul > li:nth-child(3) > a {
    background-color: transparent;
}



.top_lnb > ul > li > a > img {
    width: 100px;

}


.bullBtn {
    position: fixed;
    z-index: 1;
    left: 30px;
    top: 10px;
    width: 100px;
}

.bullBtn > a > img {
    width: 100px;
    height: 60px;
}

.bullBtn > a > img:hover {
    opacity: 70%;
}

.slide {
    width: 100%;
    overflow: hidden;
}

.slide > ul {
    width: 700%;
    position: relative;
    left: 0;
}

.slide > ul > li {
    width: 14.2857%;
    float: left;
}

.slide > ul > li > img {
    width: 100%;
    height: 100%;
}

#slide {
    position: relative;
}

.slide > ul:nth-child(1) > li {
    position: relative;
}

.slide > ul:nth-child(1) > li > .evtsec {
    background-color: #0006;
    position: absolute;
    width: 800px;
    height: 300px;
    bottom: 40px;
    right: 0px;
    border-radius: 20px;
}

.evtsec > h3 {
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
    font-size: 36px;

}


.slide > ul:nth-child(1) > li > .evtsec > p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}



.btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.evtsec > ul {
    position: absolute;
    left: 10px;
    bottom: 15px;
}

.evtsec > ul > li {
    line-height: 30px;
    margin-left: 20px;
    float: left;
    height: 30px;
}

.evtsec > p {
    margin-left: 20px;
}
.evtsec > ul > li:nth-child(1){
     width: 120px;
    text-align: center;
     border-radius: 5px;
    background-color: #E21B4D;
}
.evtsec > ul > li > a {
    color: #fff;
    font-size: 20px;
}

.evtsec > ul > li > a:hover {
    opacity: 50%;
}


.evtsec > ul > li:nth-child(2) > img {
    height: 30px;
    margin-right: 20px;
}

.evtsec > ul > li:nth-child(3) > img {
    width: 40px;
    height: 30px;
    float: left;
}

.evtsec > ul > li:nth-child(3) > span {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}


.btn > li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.btn > li:last-child {
    margin: 0;
}

li.red {
    background-color: red;
}


.slide {
    position: relative;
}

/**************************** 이벤트******************************/
li.check{
    background-color: #E21B4D;
    color: #fafafa;
}
#lib {
    width: 1680px;
    margin: 0 auto;
    height: 450px;
    background-color: #22346f;
    position: relative;
}

.evt-prev,
.evt-next {
  position: absolute;
  /*크기 설정*/
  width: 30px;
  height: 30px;
  top: 50%;
  cursor: pointer;
}
.evt-prev:hover,
.evt-next:hover{
    opacity: 50%;
}
.evt-prev {
  left: 30px;
  transform: translateY(-50%) rotate(90deg);
}

.evt-next {
  right: 30px;
  transform: translateY(-50%) rotate(-90deg);
}

.evt-prev img,
.evt-next img {
  width: 100%;
  /*sgv는 자동*/
}

.libtn {
    background-color: #22346f;
    height: 40px;
    text-align: center;

}

.libtn-1,
.libtn-2 {
    margin-top: 13px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 130px;
    line-height: 40px;
    color: #ddd;
    float: left;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;

}
.libtn-3{
    float: right;
    margin-top: 13px;
    width: 130px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.libtn-3:hover{
    opacity: 80%;
}
.libtn-3>a{
    color: #fff
}
.check {
    color: #000;
}

.EVT {
    width: 100%;
    overflow: hidden;
}

.EVT > div {
    width: 100%;
    overflow: hidden;
}

.EVT > div > ul {
    width: 200%;
    position: relative;
}

.EVT > div > ul > li {
    min-width: 400px;
    width: 12%;
    height: 350px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    position: relative;
    overflow: hidden;

}

.textimg {
    opacity: 80%;
    top: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    /*상자크기:보더 포함(패딩은 보더 안쪽)*/
    transition: all 0.25s;
}

.EVT > div > ul > li:hover > .textimg {
    top: 0;
    left: 0;
}

#page-1 {
    height: 380px;
    background-color: #fafafa;
}



#page-2 {
    height: 380px;
    background-color: #fafafa;
}




/**************************** 필름******************************/
#Films h3 {
    width: 130px;
    height: 40px;
    color: #fff;
    background-color:#E21B4D;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 20px;
    line-height: 40px;
}


.FBtn{
    float: right;
    width: 130px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.FBtn:hover{
    opacity: 80%;
}
#Films {
    width: 1680px;
    margin: 0 auto;
    height: 600px;
    background-color: #22346f;
    overflow: hidden;
    position: relative;
}
.Films-prev,
.Films-next {
  position: absolute;
  /*크기 설정*/
  width: 30px;
  height: 30px;
  top: 50%;
  cursor: pointer;
}
.Films-prev:hover,
.Films-next:hover{
    opacity: 50%;
}
.Films-prev {
  left: 30px;
  transform: translateY(-50%) rotate(90deg);
}

.Films-next {
  right: 30px;
  transform: translateY(-50%) rotate(-90deg);
}

.Films-prev img,
.Films-next img {
  width: 100%;
  /*sgv는 자동*/
}



.Films_bar {
    background-color: #fafafa;
    height: 530px;
    position:  relative;
}


.Films > div {
    width: 100%;
    overflow: hidden;
}

.Films_card {
    width: 200%;
    overflow: hidden;
    position: relative;
}

.Films_card > li {
    min-width: 400px;
    width: 12%;
    height: 500px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    position: relative;
    overflow: hidden;
}
.Films_card > li > a >img {
    width: 100%;
    height: 100%;
}

.Films_card > li > a >img:hover{
    opacity: 50%
}

/**************************** 쇼******************************/
#Shows  h3 {
    width: 130px;
    height: 40px;
    color: #fff;
    background-color:#E21B4D;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 20px;
    line-height: 40px;
}
.SBtn{
    float: right;
    width: 130px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.SBtn:hover{
    opacity: 80%;
}
#Shows {
    width: 1680px;
    margin: 0 auto;
    height: 600px;
    background-color: #22346f;
    overflow: hidden;
    position: relative;
}
.Shows-prev,
.Shows-next {
  position: absolute;
  /*크기 설정*/
  width: 30px;
  height: 30px;
  top: 50%;
  cursor: pointer;
}
.Shows-prev:hover,
.Shows-next:hover{
    opacity: 50%;
}
.Shows-prev {
  left: 30px;
  transform: translateY(-50%) rotate(90deg);
}

.Shows-next {
  right: 30px;
  transform: translateY(-50%) rotate(-90deg);
}

.Shows-prev img,
.Shows-next img {
  width: 100%;
  /*sgv는 자동*/
}

.Shows_bar {
    background-color: #fafafa;
    height: 530px;
    position: relative;
}
.Shows > div {
    width: 100%;
    overflow: hidden;
}

.Shows_card {
    width: 200%;
    overflow: hidden;
    position: relative;
}

.Shows_card > li {
    min-width: 400px;
    width: 12%;
    height: 500px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    position: relative;
    overflow: hidden;
}
.Shows_card > li > a >img {
    width: 100%;
    height: 100%;
}

.Shows_card > li > a >img:hover{
    opacity: 50%;
    transform: scale(90%);
    transition: all 0.25s
;}

/****************************클립 ******************************/
#Clips h3 {
    width: 130px;
    height: 40px;
    color: #fff;
    background-color:#E21B4D;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 20px;
    line-height: 40px;
}

#Clips {
    width: 1680px;
    margin: 0 auto;
    height: 450px;
    background-color: #22346f;
    overflow: hidden;
}

.Clips_bar {
    background-color: #fafafa;
    height: 380px;
}