@import url("common.css");

.slider_wrap{width:100%;}
.slider{}
.slider img{height:450px;}
.bx-wrapper .bx-viewport{background:#fff;}

.slider_wrap2{width:100%;}
.slider2{}
.slider2 img{height:50px;}
.bx-wrapper .bx-viewport{background:none;}

#mainIcon{position:absolute; width:100%; margin:0; background-color:rgba( 0, 0, 0, 0.7 ); bottom:36px; z-index:201; padding:0px;}
#mainIcon:after{display:block; content:''; clear:both;}
#mainIcon > li{float:left; width:33.333%; height:129px; padding:20px 0px; border-bottom:1px solid #383431; text-align:center;}
#mainIcon > li:nth-child(2), #mainIcon > li:nth-child(5){border-right:1px solid #383431; border-left:1px solid #383431;}
#mainIcon > li:nth-child(1), #mainIcon > li:nth-child(2), #mainIcon > li:nth-child(3){border-top:0px solid #383431;}
#mainIcon img{width:62px; display:inline-block;}
#mainIcon span{display:block; font-size:16px; padding-top:10px; color:#fff;}

#mainNotice{position:absolute; width:100%; height:45px; margin:0; background-color:rgba( 0, 0, 0, 0.7 ); bottom:-9px; z-index:9999; padding:10px;}
#mainNotice:after{display:block; content:''; clear:both;}
#mainNotice > li{float:left; text-align:left;}
#mainNotice > li:nth-child(1){width:30px;}
#mainNotice > li:nth-child(2){width:calc(100% - 30px); padding-left:15px; padding-top:4px;}
#mainNotice img{width:28px; display:inline-block;}
#mainNotice span{display:block; font-size:14px; color:#fff;}

#mainEvent{width:100%; margin:0; background-color:#fff; padding:20px 10px 30px;}
#mainEvent .title{font-size:24px; text-align:center;}
#mainEvent .more a{display:block; position:absolute; right:0px; width:50px; top:77px; height:20px; color:#999; font-size:12px;}

/* 메인 동영상 */
#visual.video{display:flex; justify-content:center; height:100%; overflow:hidden;}
#visual.video video{height:100%;}