@charset "utf-8";

*{margin:0;padding:0;}
body{text-align:center;background:url(/img/intro/bg.jpg) no-repeat center top;}
#container{width:1300px;height:750px;background-color:#fff;margin:125px auto;overflow:hidden;}

.title{text-align:center;height:200px;}
.title.top {border:4px solid #d92128;}
/*.title img{padding-top:41px;font-size:0;line-height:0;}*/
.title img{padding-top:51px;font-size:0;line-height:0;}

ul{display:inline-block;width:calc(100% + 100px);list-style:none;}
ul li.obj{position:relative;float:left;/*height:550px;*/height:750px;width:325px;cursor:pointer;}
ul li.obj .side_sha{position:absolute;right:0;height:100%;text-align:center;z-index:1000;}
ul li.obj .side_sha img{height:100%;}

ul li.obj dl dt {position:relative;}
ul li.obj dl dt .dt_on1,
ul li.obj dl dt .dt_on2,
ul li.obj dl dt .dt_on3,
ul li.obj dl dt .dt_on4{position:absolute;bottom:0;left:0;width:100%;height:0;background:#d92128;}
ul li.obj dl dt .logo{position:absolute;left:0;top:15px;width:100%;z-index:100;}
ul li.obj dl dd{position:relative;text-align:center;overflow:hidden;/*height:490px;*/height:660px;font-size:0;}
ul li.obj dl dd .txt{position:absolute;top:0;left:0;text-align:center;width:100%;margin-top:165px;z-index:100;}
ul li.obj dl dd .mask{width:100%;height:100%;background:#000;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);opacity: .35;}
ul li.obj dl dd .btn {position:absolute;top:280px;left:50%;margin-left:-45px;display:inline-block;width:88px;height:23px;border:1px solid #fff;background:url(/img/intro/more.png) no-repeat center 6px;}
ul li.obj:hover dl dd .btn{border:1px solid #da2128;background:#da2128 url(/img/intro/more.png) no-repeat center 6px;}
ul li.obj dl dd .arow1,
ul li.obj dl dd .arow2,
ul li.obj dl dd .arow3,
ul li.obj dl dd .arow4{position:absolute;top:-10px;left:0;width:100%;z-index:100;}

ul li.box1 dl dd{width:100%;/*height:490px;*/height:660px;background:url(/img/intro/img1.jpg) no-repeat center top;background-size:cover;}
ul li.box2 dl dd{width:100%;/*height:490px;*/height:660px;background:url(/img/intro/img2.jpg) no-repeat center top;background-size:cover;}
ul li.box3 dl dd{width:100%;/*height:490px;*/height:660px;background:url(/img/intro/img3.jpg) no-repeat center top;background-size:cover;}
ul li.box4 dl dd{width:100%;/*height:490px;*/height:660px;background:url(/img/intro/img4.jpg) no-repeat center top;background-size:cover;}
dl dt.obj_tit{text-align:center;width:100%;/*height:60px;*/height:90px;background:url(/img/intro/tit_bg.jpg) no-repeat center top / cover;}


/********************모바일********************/
@media  (max-width:736px){ 


}




/********************웹********************/
@media(min-width:737px){





}