@charset "utf-8";






/*배경이미지*/

.bg_wrap {
    background-image: url(../img/main_bg005.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #efefef;

}


/*헤더*/


.mob_header {
    display: none;
}

header {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.header_wrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_wrap > .logo_wrap {
    display: flex;
    align-items: center;


}

.header_wrap > .logo_wrap > .homepage_btn {

    font-size: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.header_wrap > .logo_wrap > .homepage_btn::before {

    content: "";
    width: 1px;
    height: 18px;
    background-color: gray;
    display: inline-block;
    margin-right: 8px;


}



.header_notice > ul > li {

    text-align: right;
    color: #000;
    line-height: 1;
    font-weight: 600;

}

.header_notice > ul > li.font_16 {
    font-size: 16px;
}

.header_notice > ul > li > .font_28 {
    font-size: 28px;
    color: #9f1c20;
    font-weight: 700;


}

.header_notice > ul > li > .font_18 {
    font-size: 18px;

}


nav {
    /*   display: none; */
    position: absolute;
    text-align: center;
    top: 151%;
    left: 0;
    width: 100%;
    background: var(--bc);
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 400ms ease;

}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #efefef;
}

nav li {
    line-height: 80px;
    font-size: 25px;
    border-top: 1px solid #e1e1e1;

}

nav li:hover {
   background-color: #999;

}

nav li:hover > a{
    color:#fff;
}





nav li.active {

    background-color: #666666;
}



nav a {
    color: #666;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;


}

nav li.active > a {

    font-size: 20px;
    font-weight: 700;
    color: #fff;


}





.nav-toggle {
    display: none;
}

.nav-toggle:checked ~ nav {
    /*   display: block; */
    transform: scale(1, 1);
}

.nav-toggle:checked ~ nav a {
    opacity: 1;
    transition: opacity 250ms ease 250ms;
}

.nav-toggle-label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 9px;
    margin-left: 1em;
    height: 50px;
    width: 60px;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    display: block;
    background: #666666;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    position: relative;
    transition: transform 200ms ease-in-out;
}

.nav-toggle-label span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: '';
    position: absolute;
    transform-origin: left;
}

.nav-toggle-label span::before {
    bottom: 10px;
}

.nav-toggle-label span::after {
    top: 10px;
}

.nav-toggle:checked ~ .nav-toggle-label span {
    background-color: rgba(0, 0, 0, 0);
    transform: translate(-10px, -2px);
}

.nav-toggle:checked ~ .nav-toggle-label span::before {
    transform: rotate(45deg);
}

.nav-toggle:checked ~ .nav-toggle-label span::after {
    transform: rotate(-45deg) translateX(-1px);
}



@media all and (max-width : 1400px) {

    header {
        display: none;
    }

    .mob_header {
        display: flex;
        z-index: 999;
    }

    .header_wrap > .logo_wrap {
        margin-left: 20px;
    }


    .snb {
        display: none;
    }






}


@media all and (max-width : 487px) {


    .header_wrap > .logo_wrap img {
        width: 70%;

    }



}













section > .content_wrap {

    width: 1240px;
    position: relative;
    margin: 0 auto;


}

.main_title {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 70px;
    

}


.main_title > h1 {
    font-family: 'HakB';
    font-size: 52px;
    text-align: center;
    margin-left: -220px;
    margin-right: -220px;
    color:#222;
    letter-spacing: -3px;
}

.main_title > h1 > span {    
    font-size: 80px;
    margin-top: -10px;
    line-height: 1;
    color:#222;
}

.card_rist {
    display: flex;
    justify-content: space-around;

}

.card_rist > li {

    width: 24%;
    height: 360px;
    border: 3px solid transparent;
    border-radius: 15px;
    /* background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #666666 0%,#af80ff 100%); */
    background-origin: border-box;
    background-clip: content-box, border-box;    
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    margin-top: 35px;
    background-color: rgba(255,255,255, 0.8);

}

.card_rist > li > ul {

    display: flex;
    flex-direction: column;
    align-items: center;
}


.card_rist > li > ul > li.box_logo {

    margin-top: 30px;


}


.card_rist > li > ul > li.box_text > p {
    
    text-align: center;
    padding-top: 20px;
    margin-bottom: -15px;
    font-size:23px;
    font-weight: bold;
    
}


.card_rist > li > ul > li.box_text > h2 {
    
    font-size: 28px;
    font-weight: 900;
    line-height: 70px;
    color: #333;




}


.card_rist > li > ul > li.box_btn > a {

    font-size: 22px;
    width: 210px;
    height: 55px;
    border-radius: 7px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 10px;
    display: block;
    text-align: center;
    line-height: 55px;
    box-shadow: 1px 8px 10px -1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 1px 8px 10px -1px rgba(0,0,0,0.28);
    -moz-box-shadow: 1px 8px 10px -1px rgba(0,0,0,0.28);
    border: 1px solid #efefef;
    font-weight: bold;




}

@media all and (max-width:1400px) {

    section > .content_wrap {
        width: 100%;

    }

}


@media all and (max-width:1250px) {
    
    .card_rist > li > ul > li.box_btn > a{
        width:170px;
    }
    
    .card_rist > li > ul > li.box_text > h2{
        font-size:30px;
    }
    
}


@media all and (max-width:1000px) {

    .main_title > h1 {
        font-size: 55px;


    }

    .main_title > h1 > span {
        font-size: 75px;


    }

    .main_title img {
        display: none;

    }

}

@media all and (max-width:954px) {

    .card_rist {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;

    }


    .card_rist > li {
        width: 90%;
        height: auto;

    }

    .card_rist > li > ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        height: 130px;

    }
    
    


    .card_rist > li > ul > li.box_logo {
        margin: 15px 0;
        width:20%;
        display: flex;
        justify-content: center;

    }
    
    .card_rist > li > ul > li.box_logo > img{
        width:45%;
    }
    
    .card_rist > li > ul > li.box_text {
        width:50%;
        
    }
    
     .card_rist > li > ul > li.box_btn {
         width:30%;
    }
    
    .card_rist > li > ul > li.box_text > h2{
        text-align: center;
    }



}




@media all and (max-width:730px) {


    .main_title > h1 {
        font-size: 35px;


    }

    .main_title > h1 > span {
        font-size: 55px;


    }








}


@media all and (max-width:700px) {
    .card_rist > li > ul > li.box_btn > a {
        width: 150px;


    }

    .card_rist > li > ul > li.box_btn {
        width: 30%;

    }
    
    .card_rist > li > ul > li.box_text{
        width:38%;
    }
    
    


}


@media all and (max-width:606px) {

    .card_rist > li > ul > li.box_text > h2 {
        font-size: 28px;
    }

    .card_rist > li > ul > li.box_btn > a {
        width: 100%;
        font-size: 20px;
        margin: 0;
    }


    .card_rist img {
        width: 50%;
    }


}


@media all and (max-width:522px) {

    .main_title > h1 {
        font-size: 30px;


    }

    .main_title > h1 > span {
        font-size: 40px;


    }





}


@media all and (max-width:480px) {

    .card_rist > li > ul > li.box_logo {
        width: 25%;


    }

    .card_rist > li > ul > li.box_text > h2 {

        font-size: 22px;
    }

    .card_rist > li > ul > li.box_btn > a {
        font-size: 18px;

    }


    .card_rist > li > ul > li.box_btn {
        width: 25%;


    }
    
    .card_rist > li > ul > li.box_text > p,
    .card_rist > li > ul > li.box_text > h2 {
        text-align: left;
    }

}



@media all and (max-width:386px) {


    .main_title > h1 {
        font-size: 22px;


    }

    .main_title > h1 > span {
        font-size: 32px;


    }

    .card_rist > li > ul > li.box_logo {
        
       width:10%;

    }
    
    
    .card_rist > li > ul > li.box_logo > img{
        width:115%;
    }


    .card_rist > li > ul > li.box_btn > a {
        width: 90px;
        height: auto;
        line-height: 40px;

    }
    
    .card_rist > li > ul > li.box_text > p{
        font-size:14px;
    }
    
    .card_rist > li > ul > li.box_text > h2{
        font-size:20px;
        line-height: 60px;
    }
    
    .card_rist > li > ul > li.box_text{
        width:30%;
    }




}








@keyframes Bounce {
    0% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(-13%);
    }

    100% {
        transform: translateY(0);
    }
}



.card_rist > li > ul > li.box_btn > a:hover {
    animation: Bounce forwards ease-out 0.7s;


}


.hover {
    display: none;

}

.foot_quick {

    width: 100%;

    height: 170px;
    background-color: #ededed;

    margin-top: 98px;
    display: flex;
    align-items: center;

}


.foot_quick > ul {

    display: flex;
    width: 1400px;
    margin: 0 auto;



}

.foot_quick > ul > li {

    width: 25%;




}






.foot_quick > ul > li > a > ul {

    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;


}




.foot_quick > ul > li > a > ul:hover > li > img.hover {

    display: block;
    animation: Bounce forwards ease-out 0.7s;





}


.foot_quick > ul > li > a > ul:hover > li > img.none_hover {

    display: none;


}





.foot_quick > ul > li > a > ul > li {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    width: 120px;

}


.mob_foot_text {
    display: none;

}



.foot {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    background-color: #fff;

}

.foot > .footer_wrap {

    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.foot > .footer_wrap p {
    font-size: 14px;
    color: #333;
    line-height: 1.4;

}

@media all and (max-width:967px) {
    .foot > .footer_wrap {
        width: 100%;

    }


}





@media all and (max-width:967px) {

    .foot_quick > ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;

    }

    .foot_quick > ul > li {

        width: 50%;

    }

    .foot_quick {
        height: auto;
        padding: 20px 0;

    }


    .foot > .footer_wrap > li > img {

        display: none;
    }

    .foot > .footer_wrap {
        display: flex;
        justify-content: center;
        text-align: center;

    }


}


@media all and (max-width:734px) {

    .foot > .footer_wrap p {
        font-size: 11px;
    }



}



@media all and (max-width:542px) {

    .pc_foot_text {

        display: none;

    }

    .mob_foot_text {
        display: block;

    }

    .foot > .footer_wrap p {
        font-size: 12px;
    }



}

@media all and (max-width:518px) {


    .foot_quick > ul > li > a > ul > li {
        font-size: 14px;

    }


    .foot_quick > ul > li > a > ul > li > img {
        width: 70px;


    }



}


@media all and (max-width:405px) {


    .foot_quick > ul > li > a > ul > li {
        font-size: 14px;
        width: 40%;

    }


    .foot_quick > ul > li > a > ul > li > img {
        width: 70px;


    }

    .foot_quick > ul > li {
        width: 49%;

    }


}

@media all and (max-width:370px){
    
    .foot_quick > ul > li {
        width: 100%;
        border-bottom: 1px dashed #999;
        padding-top: 5px;
        padding-bottom: 5px;

    }
    
    .foot_quick > ul > li:first-child{
       
    }
    
    .foot_quick > ul > li:last-child{
        border-bottom:none;
    }
    
    .foot_quick{
        padding:0;
    }
}



/*서브 css 시작*/

.sub_top {
    width: 100%;
    height: 180px;
    background-image: url(../img/sub_bg009.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #666666;

}


@media all and (min-width:1920px){
    .sub_top{
    background-size:contain;
    }
    
}

.sub_top > .sub_ttl {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 190px;

}

.sub_top > .sub_ttl > h2 {
    font-size: 50px;
   
    color: #222;

}

.sub_top > .sub_ttl > h2 > .mob_br {
    display: none;
}

.sub_top > .sub_ttl > h2 > .mob_br01 {
    display: none;
}



.snb {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #efefef;

}

.snb > .snb_wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;



}

.snb > .snb_wrap > li {
    width: 25%;

    text-align: center;
    line-height: 75px;
    border-right: 1px solid #efefef;

}

.snb > .snb_wrap > li > a {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    height: 75px;
    display: block;

}





.snb > .snb_wrap > li.indexbtn {
    width: 75px;
    height: 75px;
    background-color: #ccc;
    border-right: none;
}

.snb > .snb_wrap > li.indexbtn > a > img {

    display: block;
    margin: 20px;
}



.snb > .snb_wrap > li > a.active {
    background-color: #999;
    color: #fff;


}

.snb > .snb_wrap > li:hover{
    background-color: #999;
    border-right: none;
}



.snb > .snb_wrap > li:hover > a{
    color:#fff;
}





.sub_wrap_bg {
    background-image: url(../img/sub_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    margin-bottom: -110px;
}


.sub_wrap_bg02 {
    background-color: #ececec;
    padding-bottom: 120px;
}



.sub_wrap {
    width: 1400px;
    margin: 0 auto;
}


.sub_wrap > h3 {
    font-size: 45px;
    padding-top: 70px;
    margin-bottom: 30px;
    position: relative;
    color:#333;
}


.sub_wrap > ul {
    display: flex;
    justify-content: space-between;
}

.sub_wrap > ul > li {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    width:49%;
}


.sub_wrap > ul > li > div.thumb_ttl {   
    height: 80px;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 80px;
    font-size: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: bold;
}


.sub_wrap > ul > li > div.video_ttl {
    width: 1400px;
    height: auto;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap {
    padding: 15px 60px;
}

.sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul {
    display: flex;
}

.sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_01 {
    width: 80px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 45px;
}


.sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_01 > .mob_dot {
    width: 80px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 45px;
}

.sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_txt {
    width: 80%;
    font-weight: 400;
    line-height: 45px;
}

.sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_txt > p {
    font-size: 24px;
    color: #333;
    font-weight: bold;

}




.sub_wrap > ul > li > div > a {
    overflow: hidden;
    display: block;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;   
}



.sub_wrap > ul > li > div > a > img {    
    transition: all 0.2s linear;
    height: auto;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}




.sub_wrap > ul > li > div > a:hover > img {
    transform: scale(1.04);
}

.sub_wrap .video_wrap {
    width: 1400px;
}

.mov_text_box {
    margin: 0 auto;
    display: block;
    border: 1px solid #efefef;
    width: 1400px;
    height: 350px;
    overflow-x: hidden;
    padding: 20px;
    border-top: 3px solid #666666;
    background-color: #fff;


}

body::-webkit-scrollbar {
    display: none;
}





.mov_text_box::-webkit-scrollbar {
    width: 12px;
    /* 스크롤바의 너비 */
}

.mov_text_box::-webkit-scrollbar-thumb {
    height: 30%;
    /* 스크롤바의 길이 */
    background: #666666;
    /* 스크롤바의 색상 */


}

.mov_text_box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    /*스크롤바 뒷 배경 색상*/
}




.mov_text_box p {
    line-height: 1.6;
    word-break: keep-all;
    font-size: 24px;
    font-weight: bold;
    color:#333;


}

.sub_wrap_movie > .another_movie {
  display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;

}

.sub_wrap_movie > .another_movie > li {

    width: 24.5%;
    box-shadow: none;
    margin-bottom: 1.5%;
    margin-right:0.5%;
}

.sub_wrap_movie > .another_movie > li:last-child{
    margin-right: 0;
}


.sub_wrap_movie > .another_movie > li > div.another_movie_txt {

    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    border: 1px solid #ececec;
    border-top: none;
}




.sub_wrap_movie > .another_movie > li > div > img {

    display: block;
    width: 100%;
    height: 285px;
}









@media all and (max-width:1400px) {


    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap {
        padding: 0;

    }


    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li {

        border-top: 2px solid #efefef;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li:first-child {
        border: none;

    }



    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul {

        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_txt > p {
        font-size: 21px;
        color: #333;
        text-align: center;
        line-height: 1.6;

    }
    
    .mov_text_box p{
        font-size:21px;
    }


    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_01 {
        text-align: center;

    }



    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_01 > .mob_dot {
        display: none;


    }






    .sub_top > .sub_ttl {

        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 190px;
        justify-content: center;





    }



    .sub_wrap_bg {
        background-size: cover;
        background-position: center;
        padding-bottom: 70px;


    }

    .sub_wrap {
        width: 100%;

    }

    .sub_wrap > ul {
        display: flex;
        justify-content: space-around;

    }




    .sub_wrap > ul > li {
        box-shadow: none;
        width: 48%;
    }
    
    .sub_wrap_movie > .another_movie > li{
        width: 48%;
    }
    
    

    .sub_wrap .video_wrap {
        width: 100%;

    }


    .sub_wrap > ul > li.video_wrap_li {

        width: 95%;


    }


    .sub_wrap > ul > li > div.video_ttl {

        width: 100%;


    }


    .mov_text_box {
        width: 95%;

    }




    .sub_wrap > ul > li > div.thumb_ttl {
        width: 100%;

    }


    .sub_wrap > ul > li > div > a > img {
        width: 100%;

    }


    .sub_wrap > h3 {
        text-align: center;
    }

    .sub_wrap > h3::before {

        display: none;
    }

    .sub_wrap_movie > .another_movie {


        width: 95%;
        margin: 0 auto;

    }






}


@media all and (max-width:1140px) {
    .sub_wrap > ul > li > div.thumb_ttl {

        font-size: 18px;

    }
    
    .foot_quick > ul > li > a > ul > li{
        font-size:18px;
    }
    
    .foot_quick > ul > li > a > ul > li > img{
        width:90px;
    }




}

@media all and (max-width:1030px) {
    
    .sub_top > .sub_ttl > h2{text-align: center; word-break: keep-all;}
    
.sub_top > .sub_ttl > h2 > .mob_br {
        display: block;


    }

}


@media all and (max-width:973px) {


    .sub_wrap_movie > .another_movie {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;


    }





    .sub_wrap_movie > .another_movie > li {

        width: 48%;
        
        box-shadow: none;
        border: 1px solid transparent;
        margin-bottom: 1.5%;


    }

  


    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_txt > p {
        font-size: 18px;
        text-align: center;

    }
    
    .mov_text_box p{
        font-size:18px;
    }



}






@media all and (max-width:867px) {

    .sub_top > .sub_ttl > h2 {

        font-size: 35px;
    }


}


@media all and (max-width:850px) {

    .sub_wrap > ul {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;

    }

    .sub_wrap > ul > li {
        box-shadow: none;

        width: 92%;
        margin-bottom: 40px;


    }


}



@media all and (max-width:740px) {
    .sub_wrap > h3 {
        font-size: 40px;
    }
    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_01{
        font-size:17px;
        
    }
    
    .sub_wrap > ul > li > div.video_ttl > .video_ttl_wrap > li > ul > li.name_txt > p{
        font-size:14px;
        
    }
    
    .mov_text_box p{
        font-size:14px;
    }
    
    .sub_wrap_movie > .another_movie > li > div.another_movie_txt{
        font-size:15px;
    }
    
    
}

@media all and (max-width:686px) {

    .sub_top > .sub_ttl > h2 {

        font-size: 35px;
    }


}


@media all and (max-width:600px) {

    .sub_top > .sub_ttl > h2 {

        font-size: 30px;
    }

    .sub_wrap_movie > .another_movie > li > div.another_movie_txt {
        font-size: 14px;

    }




}

@media all and (max-width:575px) {

    .sub_wrap > ul > li > div.thumb_ttl {

        font-size: 14px;
         height: 45px;

        line-height: 45px;
        
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        
        
    }
    
    .foot_quick > ul > li > a > ul > li{
        font-size:14px;
    }
    
    .foot_quick > ul > li > a > ul > li > img{
        width:70px;
    }
    
    .sub_wrap_movie > .another_movie > li > div.another_movie_txt {
        font-size: 12px;
    }
    
    
    
    
    




}



@media all and (max-width:543px) {
    .sub_wrap > h3 {
        font-size: 25px;
    }
}



@media all and (max-width:515px) {

    .sub_top > .sub_ttl > h2 {

        font-size: 30px;
        text-align: center;
        line-height: 1.2;
    }


    .sub_top > .sub_ttl > h2 > .mob_br {
        display: block;


    }






}


@media all and (max-width:495px) {

    .sub_wrap_movie > .another_movie > li {
        width: 95%;
        margin-bottom: 20px;

    }

  


    .sub_wrap_movie > .another_movie {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        flex-wrap: nowrap;


    }
    
    
    .sub_wrap_movie > .another_movie > li > div.another_movie_txt {
        font-size: 14px;
    }

}






@media all and (max-width:407px) {
    .sub_wrap > h3 {
        
    }
}




@media all and (max-width:398px) {
    .sub_wrap > ul > li > div.thumb_ttl {

        font-size: 14px;

        height: 45px;

        line-height: 45px;
        
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;


    }



}


@media all and (max-width:345px) {
    
    .sub_top > .sub_ttl > h2 > .mob_br01 {
        display: block;


    }

}



/*페이징*/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
    width: 40px;
    height: 40px;

    text-decoration: none;
    color: #666;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pagination a:hover {
    background-color: #e9ecef;
}

.pagination a.active {
    background-color: #666666;
    color: white;
    border-color: #666666;
}

.pagination a:first-child,
.pagination a:last-child {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a.disabled {
    background-color: #cccccc;
    color: #666666;
    pointer-events: none;
    /* 클릭 불가능하게 만듭니다. */
    cursor: default;

}

.pagination a.disabled > i::before {
    color: #fff;
}


@media all and (max-width:540px) {

    .pagination a {

        width: 35px;
        height: 35px;


    }

    .pagination a:first-child,
    .pagination a:last-child {
       
        width: 35px;
        height: 35px;
       
    }

}

/*페이징*/
