._fnctWrap { line-height:1.5 } 

.wrap-history-intro { display: none; } 

.history-visual { position: relative;width: 100%; height: 960px; background: url('/sites/cku_kr/images/sub/new/history-visual.jpg') no-repeat center / cover; } 
.history-visual.ani { animation: upDown 1s .2s ease-in-out; animation-fill-mode: both; } 
.history-visual .slogan { position: absolute; top: 120px; left: 50%; transform: translateX(-50%); color: #fff; font-family: 'Mont Bold'; text-align: center; } 
.history-visual .slogan .tit { position: relative; display: block; font-size: 65px; margin: 0 0 50px; } 
.history-visual .slogan .tit::before { content: ''; position: absolute; left: 50%; margin-left: -0.5px; bottom: -35px; width: 1px; height: 38px; background-color: #fff; } 
.history-visual .slogan .desc { font-size: 30px; font-family: 'Noto Regular'; line-height: 45px; } 
.history-visual .slogan .desc i { font-family: 'Noto Bold'; } 

#_JW_hist_basic.history { padding: 73px 20px 0 0; } 
.history .line { margin: 0 0 80px; } 
.history .line.ani { animation: upDown 0.8s 0.1s ease-in-out; animation-fill-mode: both; } 
.history .year { margin: 0 0 32px; font-size: 50px; color: #111; font-family: 'Mont Bold'; } 
.history .info .detail { display: flex; margin: 0 0 23px; } 
.history .info .month { min-width: 96px; color: #0095A7; font-size: 22px; font-family: 'Mont Medium'; white-space: nowrap; } 
.history .info .desc { font-size: 20px; color: #333; font-family: 'Noto Light'; } 

/*스크롤매직*/
.history-visual { opacity: 0; } 
.history .line { opacity: 0; } 


@media (max-width: 1000px){
 .history-visual .slogan .tit { margin: 0px 0 48px; font-size: 58px; } 
.history-visual .slogan .desc { font-size: 25px; line-height: 1.3; } 
.history .year { margin: 0 0 25px; font-size: 44px; } 
.history .info .month { min-width: 78px; font-size: 20px; } 
.history .info .desc { font-size: 18px; } 
 }

@media (max-width: 768px){
.history-visual {height: 380px; background: url('/sites/cku_kr/images/sub/new/history-visual.jpg') no-repeat center top -13vw / cover; }
 #_JW_hist_basic.history { padding: 63px 20px 0 20px; } 
 .history-visual .slogan {top: 50px;}
 .history-visual .slogan .tit { font-size: 47px; margin: 0 0 35px; } 
 .history-visual .slogan .tit::before { bottom: -23px; height: 31px; } 
 .history-visual .slogan .desc { font-size: 19px; } 
 .history .line {margin: 0 0 60px;}
 .history .year {margin: 0 0 15px;}

 }

@media (max-width: 500px){
 .history-visual { background: url('/sites/cku_kr/images/sub/new/history-visual.jpg') no-repeat center top -3vw / cover; } 
 #_JW_hist_basic.history { padding: 53px 20px 0 20px; } 
 .history-visual .slogan {top: 45px;}
.history .info .month { min-width: 72px; font-size: 19px; } 
.history .info .desc { font-size: 17px; } 
 }

@keyframes upDown { 
 0% { transform: translateY(20px); opacity: 0; } 
50% { transform: translateY(-10px); opacity: 0.5; } 
100% { transform: translateY(0); opacity: 1; } 
 }