/*메인비주얼*/
.main_visual_sec {background-color: #000;}
.movie_wrap {position: relative; width: 100%; overflow: hidden;}
#main_movie {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.main_visual_wrap {position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; text-align: center; background-color: rgba(0,0,0,0.3);}
.slick-wrap {position: absolute; left: 0; top: 50%; transform: translate(0,-50%); width: 100%;}
.slick-item {}
.accent_txt {font-size: 5em; font-weight: 200;}
.accent_txt strong {font-weight: 300; color: #fff0e0;}
.slogan {font-size:1.5em;} 

/* 메인비주얼 애니메이션 */
.mv1 { animation: fadeInLeft 0.5s linear 0s  alternate; }
.accent_txt { animation: moveUp 0.6s 0.6s both; animation-delay: 1s;}
.slogan { animation: moveDown 0.6s 0.6s both; animation-delay: 1.7s;}


/* 메인공통 */
#fp-nav.left {left: 6%; top:75%;}
#fp-nav ul li a span, .fp-slidesNav ul li a span { background-color: #fff;}
#fp-nav ul li a.active span {background-color: #fff0e0;}
#fp-nav ul li .fp-tooltip {margin-top: -2px; color: #fff0e0;}
.section h2 {font-size: 3.4em; margin-bottom: 30px;}

/* 자주찾는 서비스 */
.main_bm_sec { background: url('../images/sec1_img.jpg') no-repeat; background-size: cover;}
.main_bm_con { position: relative;}
.main_bm_wrap {width: 65%; min-width: 980px; margin: 60px auto 0; text-align: center;}
.main_bm_wrap a {display: block;}
.main_bm_wrap dl { height: 300px; border: 3px solid #fff; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.main_bm_wrap dt { padding: 50px 0 20px 0;}
.main_bm_wrap dd{ padding:10px ; color: #fff; font-size: 1.1em;}
.main_bm_wrap dd:first-of-type {color: #fff0e0;}
.main_bm_wrap dd:last-of-type {padding: 0 10%; font-size: 0.85em;}
.main_bm_wrap li {float: left; width: 30.3333%; margin: 1.5%;}
.bm1 {background-image: url('../images/bm1.jpg');}
.bm2 {background-image: url('../images/bm2.jpg');}
.bm3 {background-image: url('../images/bm3.jpg');}


/* news */
.main_news_sec { background-color: #001f43;}
.main_news_con { position: relative;}
.main_news_wrap {width: 70%; min-width: 1180px; margin: auto; text-align: center;}
.main_news_wrap a {display: block;}
.main_news_wrap dd{}
.main_news_wrap li {float: left; width: 22%; margin: 1.5%; box-shadow: 0 0 20px rgba(0,0,0,0.4);}
.main_news_wrap li:nth-of-type(1), .main_news_wrap li:nth-of-type(3) {margin-top: 50px; }
.main_news_wrap dd {overflow: hidden;}
.main_news_wrap dd:last-of-type {background-color: #fff0e0; padding: 24px 0;}

/* .main_news_wrap img {width: 100%;} */
.news_img {position: relative; width: 100%; overflow: hidden;}
.news_img:before {content: ''; display: block; padding-top: 153%;}
.news_img img {position: absolute; left: 0; top: 0; width: 100%; transition: 0.3s;}
.main_news_wrap a:hover img {transform: scale(1.1); }

/* tv */
.main_tv_sec { background: url('../images/tv_bg.jpg') no-repeat; background-size: cover;}
.main_tv_con { position: relative;}
.main_tv_wrap {width: 1120px; margin: auto; text-align: center;}
.main_tv_wrap a {display: block;}
.main_tv_wrap li {float: left; width: 48%; margin: 1%;  background-color: #fff}
.main_tv_wrap dd:last-of-type {padding: 30px 0;}
.main_tv_wrap img {width: 100%;}
.tv_more {display: block; width: 200px; padding: 15px; border: 1px solid #fff; color: #fff; margin: 30px auto 0; text-align: center; opacity: 0.7; transition: 0.3s;}
.tv_more:hover {color: #fff !important; opacity: 1;}

@media screen and (max-width:1439px) {
    .accent_txt {font-size: 4em;}
    #fp-nav.left {left: 0;}
}