@charset "utf-8";

/*
============================================================

1.	작 업 일 : 2019.04.05
2.	작 성 자 :  정 연 주
3.	마지막 수정일 : 2019.04.18
4.  마지막 작업자 : 정 연 주

============================================================
*/

/*s ###### 기본화면 모바일 기준 ######*/

/*s=====제목=====*/
.tit_visual .slider li:nth-child(1){
    background-image: url(../img/history/h_slider_tit1.jpg);
}
.tit_visual .slider li:nth-child(2){
    background-image: url(../img/history/h_slider_tit2.jpg);
}
.tit_visual .slider li:nth-child(3){
    background-image: url(../img/history/h_slider_tit3.jpg);
}
/*e=====제목=====*/


/*s=====연혁=====*/
.hi_inner{
    padding: 46px 0 65px 0;
    box-sizing: border-box;
    position: relative;
}
.hi_inner .line{
    display: block;
    width: 1px;
    height: 90.5%;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    background: #b2b2b2;
}

.hi_inner .hi_cont{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 15px 42px 15px;
}
.hi_inner .hi_cont .round,
.hi_inner .last .round{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width:14px;
    height:14px;
    border-radius: 50%;
    background: #848484;
}
.hi_inner .hi_cont > ul{
    width: 46%;
}

.poster{
    width: 46%;
}
.poster_pc{
    display: none;
}
.hi_inner .hi_cont .po_slider{
    width: 100%;
}
.hi_cont .po_slider li img{
    width: 100%;
}
.hi_cont .bx-controls{
    display: none;
}
/*.hi_inner .hi_cont .img li{
    width: 71%;
}*/
.hi_inner .hi_cont ul img{
    width: 100%;
    height: auto;
}
.hi_inner .hi_cont .text h3{
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: 1.5px;
    color: #313131;
    margin-bottom: 6px;
}
.hi_inner .hi_cont .text li{
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #313131;
}
/*.hi_inner .hi_cont .img li{
    margin-bottom: 8px;
}*/

.hi_inner .hi_cont .text li:last-child/*,
.hi_inner .hi_cont .img li:last-child*/{
    margin-bottom: 0;
}

/*.hi_inner .right .img li{
    margin-left: 29%;
}*/
.hi_inner .left .text{
    text-align: right;
}

/*.hi_inner .right .img,*/
.hi_inner .left .text{
	margin-right:8%;
}

.hi_inner .last{
    font-size: 28px;
    line-height: 1.2em;
    text-align: center;
    color: #313131;
    position: relative;
    padding-top: 30px;
}

/*Chorme Hack CROSS BROWSING*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	.hi_inner .right .img,
	.hi_inner .left .text{
		margin-right:0;
	}
}

/*e=====연혁=====*/


/*e ###### 기본화면 모바일 기준 ######*/



/*s ###### 태블릿화면 ###### */

@media screen and (min-width:768px){
    
    /*#contents .tit{
        margin: 0 50px;
    }

    #contents .tit .ttl{
        margin-bottom: 12px;
    }
    #contents .tit h1{
        font-size: 45px;
    }
    #contents .tit .line{
        width: 32%;
    }

    #contents .pr_img{
        height: 250px;
    }*/

    .hi_inner .line{
        height: 92%;
    }
    
    .hi_inner{
        padding: 46px 100px 65px 100px;
    }
    
    .hi_inner .hi_cont .text h3{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .hi_inner .hi_cont .text li{
        font-size: 15px;
    }
    
}

/*e ###### 태블릿화면 ###### */



/*s ###### PC화면1 ###### */

@media screen and (min-width:1200px){
    .inner{
        width: 1300px;
        margin: 0 auto;
    }
    .hi_inner .line{
        height:91%;
    }
    /*#contents .pr_img{
        height: 320px;
        background-position: center -300px;
    }
    
    .hi_inner{
        background: url(../img/history/hi_pc_back.jpg) no-repeat center/100% auto;
    }
    .hi_inner .hi_cont .img{
        display: flex;
        justify-content: space-between;
    }
    .hi_inner .hi_cont .img li{
        width: 80%;
    }
    .hi_inner .right .img li{
        margin-left: 0;
        margin-right: 12px;
    }
    .hi_inner .left .img li{
        margin-right: 12px;
    }
    .hi_inner .left .img li:last-child{
        margin-right: 30px;
    }*/

    .hi_inner .line{
        height: 94%;
    }
    
    .hi_inner{
        margin: 40px 0 100px 0;
        padding: 40px 0 0 0;
    }
    
    .hi_inner .hi_cont .text h3{
        font-size: 45px;
        margin-bottom: 15px;
    }
    .hi_inner .hi_cont .text li{
        font-size: 15px;
        margin-bottom: 6px;
    }
    
    .poster{
        display: none;
    }
    .poster_pc{
        width: 46%;
        display: block;
    }
    
    .poster_pc .po_1{
        display: flex;
        justify-content: space-between;
        width: 94%;
    }
    .poster_pc .po_1 li{
        width: 49%;
    }
    
    .hi_inner .last{
        font-size: 40px;
        line-height: 1.1em;
    }

	/*Chorme Hack CROSS BROWSING*/
	@media screen and (-webkit-min-device-pixel-ratio:0){
		/*.hi_inner .right .img,
		.hi_inner .right .img li:last-child{
			margin-right:0;
		}*/
        .poster_pc .po_1{
            width: 100%;
        }

		.hi_inner .left .text{
			margin-right:0;
		}
	}

}

/*e ###### PC화면1 ###### */