@charset "UTF-8";
@import url("hst_contents_pc.css");


@media only all and (max-width: 1023px){

    /* MOBILE  */

    .mW14{
        max-width: calc(100% - 80px);
    }

    
    
    /* btn style */

    .btn-detail{
	    border-radius: 28px;
	    padding: 18px 28px;
	}

    .btn-detail span{
	    margin-right: 15px;
	    font-size: 15px;
	}

	.btn-detail.solid span::after{
	    width: 16.5px;
	    height: 13.5px;
	}

    /* Section 1 : HISTORY Visual */

    .history-main-tit span{
	    font-size: 24px;
	}

	.history-main-tit .history-slogan{
	    font-size: 42px;
	}

    
	.history-main-tit .main70txt_l{
	    height: 148px;
	}

    /* History 메인 비주얼 슬라이드 */

	.history-paging span{
		font-size: 14px;
	}

    .history-paging .label{
        padding-top: 20px;
        padding-bottom: 16px;
        
        position: relative;
    }


    /* 20240111 추가 */

    .history-main-tit .main70txt_l{
        margin-bottom: 36px;
    }

    .history-main-tit{
        margin-top: -60px;
        padding-bottom: 60px;
    }

    
    .history-main-tit .btn-hstVideo{
    	display: none;
    }

    .history-main-tit .btn-hstVideo.mobile{
    	display: block;
        position: relative;
        bottom: unset;
        right: unset;

        height: 68px;
        width: 40%;

        margin-top: 60px;

        margin-right: auto;
        margin-left: auto;
        border-radius: 100px;

        border: 1px solid #fff;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .history-main-tit .btn-hstVideo img{
        width: 18px;
        height: 18px;
    }


    .history-main-tit .btn-hstVideo span{
        position: relative;
        bottom: unset;
        left: unset;

        font-size: 19px;
        width: fit-content;
        padding-right: 24px;
    }

    /* ////20240111 추가완료 */



    /* 20240111 2차추가 - 덧붙힘X */

    .hst-section-tit .sec-sub{
        font-size: 17px;
    }

    .hst-section-tit .sec-tit{
        font-size: 24px;
        margin-bottom: 35px;
    }

    .hst-section-tit{
        margin-top: 70px;
        margin-bottom: 65px;
    }

    /* 20240111 2차추가 - 덧붙힘 필요 */







}


@media only all and (max-width: 767px) {

     /* MOBILE  */

    .mW14{
        max-width: calc(100% - 40px);
    }



    /* btn style */

    .btn-detail{
        padding: 15px 25px;
        border-radius: 24px;

    }

    .btn-detail span{
        margin-right: 15px;
        font-size: 15px;
    }

    .btn-detail.solid span::after{
        width: 16.5px;
        height: 13.5px;
    }




    /* Section 1 : HISTORY Visual */

    .history-visual-area{
        /* top: 30%; */
    }

    	
    .history-main-tit span{
        font-size: 13px;
    }

    .history-main-tit .history-slogan{
        font-size: 23px;
    }


    .history-main-tit .main70txt_l{
        height: 96.5px;
        margin-bottom: 32px;
        margin-top: 15px;
    }

    /* History 메인 비주얼 슬라이드 */

    .history-visual-wrapper img{
        display: none;
    }

    .history-visual-wrapper img.mobile{
        display: block;
        height: 540px;
        width: 100%;
    }


    /* History 슬라이드 페이지네이션 */

    
    .historyslide-tab-wrapper{
        display: none;
    }

    .mobile-historyslide-tab{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        position: relative;

    }

    .mobile-tab-area{
        display: flex;
        flex-wrap: wrap;
    }
    
    .history-paging{
       width: 33%;
    }

    .history-paging:nth-child(3) .label::after{
        display: none;
    }

    .history-paging:nth-child(4),
    .history-paging:nth-child(5){
        width: 50%;
        border-top: 1px solid transparent;
    }

    .history-paging:nth-child(4).active,
    .history-paging:nth-child(5).active{
        border-top: 1px solid #fff;

    }

    .mobile-tab-area.tab03 .history-paging{
        border-bottom: none;
    }

    .mobile-tab-area.tab03 .history-paging.active{
        border-bottom: 1px solid #fff;
    }

    .mobile-tab-area.tab02{
        width: 100%;
        /* width: 66%; */
        margin-right: auto;
        margin-left: auto;
    }
    
    

    @keyframes fade-paging{

        0%{
            opacity: 0;
        }

        100%{
            opacity: 1;
        }

    }
    


    .history-paging .label{
    	padding-top: 13.5px;
    	padding-bottom: 12.5px;
    }

    .history-paging:not(:last-child) .label::after{
    }

    .history-paging span{
    	font-size: 12.5px;
    }



    
    /* 20240111 추가 */

    .history-main-tit .main70txt_l{
        margin-bottom: 40px;
    }

    .history-main-tit{
        margin-top: -60px;
        padding-bottom: 40px;
    }

    .history-main-tit .btn-hstVideo.mobile{
        height: 50px;
        width: 55%;
        margin-top: 0px;
    }

    .history-main-tit .btn-hstVideo img{
        width: 12px;
        height: 12px;

        display: block !important;
    }


    .history-main-tit .btn-hstVideo span{
        font-size: 14px;
        padding-right: 12px;
        letter-spacing: -1px;
    }



    /* ////20240111 추가완료 */


  



























	
}



@media only all and (max-width: 567px) {
	
}

@media only all and (max-width: 360px) {
	

}