


/*********** Top *************/
.history_top{background:url('/twcenter/bbs/skin/historyBasic_eng/image/history_top.jpg') no-repeat center/cover; box-sizing:border-box; padding:180px 5%; text-align:center; border-radius:var(--borderR50); position: relative; z-index: 9;}
.history_top:before{content:''; display:block; width:72px; height:72px; background:url('/twcenter/bbs/skin/historyBasic_eng/image/ci.png') no-repeat center/contain; position:absolute; left:50%; bottom:-36px; margin-left: -36px; z-index: 5;}
.history_top h3{font-size:2.368rem; color:var(--white); font-family:var(--eng); font-weight:700; letter-spacing:var(--letter-spacing-none); line-height:120%; word-break:keep-all;}
.history_top p{color:var(--white); letter-spacing: var(--letter-spacing-body); line-height: 150%; padding: 20px 0 0;}


/*********** List *************/
.history_list{padding:120px 0 0; position: relative;}
.history_list .his_in{padding:0 0 60px; display: flex; justify-content: space-between; flex-direction: row-reverse;}
.history_list .his_in > div{box-sizing:border-box; width:calc(50% - 90px);}
.history_list .his_in .his_txt{text-align:left;}
.history_list .his_in .his_txt h4{position: relative; font-size:2.158rem; font-family:var(--kor); color:var(--black); font-weight:700; letter-spacing:var(--letter-spacing-none); line-height:120%; position: relative;}
.history_list .his_in .his_txt h4::before{content:''; display: block; width: 50px; height: 1px; background:var(--border); position: absolute; left: -90px; top:50%;}
.history_list .his_in .his_txt ul{margin: 15px 0 0;}
.history_list .his_in .his_txt ul li{padding:0 0 0 17px; box-sizing:border-box; font-size:1rem; line-height:150%; letter-spacing:var(--letter-spacing-body); position: relative;}
.history_list .his_in .his_txt ul li ~ li{margin-top: 8px;}
.history_list .his_in .his_txt ul li::before{content:''; display: block; width: 6px; height: 1px; background:var(--black); opacity: 0.5; position: absolute; left:0; top:13px;	}
.history_list .his_in .his_img{}
.history_list .his_in .his_img img{max-width: 100%; height:auto !important;}


.history_list .his_in:nth-child(even){flex-direction:row;}
.history_list .his_in:nth-child(even) .his_txt{text-align:right;}
.history_list .his_in:nth-child(even) .his_txt h4::before{left: auto; right:-90px;}
.history_list .his_in:nth-child(even) .his_txt ul li{padding:0 17px 0 0;}
.history_list .his_in:nth-child(even) .his_txt ul li::before{left: auto; right:0;}

.history_list .progressbar{position: absolute; left:50%; margin-left: -1px; top:0; width: 3px; height: 100%; background:var(--border); border-radius:3px; z-index: 1;}
.history_list .progressbar span{display:block; width:100%; background:var(--main); border-radius:3px; position:absolute; left:0; top:0; transition:all .2s;}
.history_list .progressbar span::before{content:''; display: block; width: 80px; height: 80px; background:url('/twcenter/bbs/skin/historyBasic/image/arrow.png') no-repeat center/contain; position: absolute; left:50%; bottom: -25px; margin-left: -40px;}
.history_list .progressbar span::after{content:'\e313'; display: block; width: 30px; height: 30px; font-size:20px; line-height:30px; border-radius:50%; background:var(--main); position: absolute; left:50%; bottom: 0; margin-left: -15px; font-family:var(--icon); text-align:center; color:var(--white);}




/*********** View *************/
.bbs_view{border-top:2px solid var(--black);}
	.bbsView_tit{border-bottom:1px solid var(--border); padding:33px 100px 33px 20px; box-sizing:border-box; position: relative;}
	.bbsView_tit .subject{font-size:26px; letter-spacing:var(--letter-spacing-heading); line-height:130%; font-weight:700; color:var(--black);}
	.bbsView_tit .subject span{display:inline-block; margin-right: 5px; letter-spacing:inherit; font-weight:400;}
	.bbsView_tit .view_detail{margin:10px 0 0; display:flex;}
	.bbsView_tit .view_detail li{font-size:1rem; color:var(--basic); line-height:150%; padding:0 37px 0 0; position:relative;}
	.bbsView_tit .view_detail li:last-child{padding:0;}
	.bbsView_tit .view_detail li:after{content:''; display:block; width:1px; height:16px; background:#ccc; position:absolute; right:18px; top:50%; margin-top:-8px;}
	.bbsView_tit .view_detail li:last-child:after{display:none;}
	.bbsView_tit .count{font-size:1rem; color:var(--basic); line-height:120%; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
	.bbsView_tit .count span{display:inline-block; vertical-align:middle; margin:-2px 7px 0 0; color:var(--black);}
	.view_content{padding:30px 0; box-sizing:border-box;}
	.view_content img{max-width:100%; height:auto !important;}

	.view_file{margin:30px 0 0; box-sizing:border-box; background:var(--grayBg); display:flex;}	
	.view_file .btit{width:170px; padding:20px; font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}	
	.view_file .bstxt{width:calc(100% - 170px); padding:20px; font-size:1rem; letter-spacing:-0.35pt; line-height: 120%; box-sizing:border-box;}	
	.view_file .bstxt a{display:inline-block; font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height:150%; color:var(--black); border-bottom:1px solid var(--black); margin: 0 0 5px;}
	.view_file .bstxt a:last-child{margin: 0;}
	.view_file .bstxt .file{display: inline-block; vertical-align: middle; margin-left: -5px; font-size:1rem; color:var(--black);}	

	.bbs_bottom{border-top:1px solid var(--border); display:flex;}
	.bbs_bottom.last{border-bottom:1px solid var(--border);}
	.bbs_bottom dt{width:170px; padding:20px; font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height: 120%; color:var(--black); box-sizing:border-box; position: relative;}
	.bbs_bottom dt .arrow{color:var(--black); opacity:0.5; position:absolute; right:0; top:50%; transform:translateY(-50%);}
	.bbs_bottom dd{width:calc(100% - 170px); padding:20px; font-size:1rem; letter-spacing:var(--letter-spacing-body); line-height: 120%; box-sizing:border-box;}
	.bbs_bottom dd a{text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}


	.his_table{display: flex; flex-wrap:wrap;}
	.his_table dt {font-size:1rem; width:100px; font-weight:600; color:var(--black); padding:3px 0;}
	.his_table dd {font-size:1rem; width:calc(100% - 100px); padding:3px 0;}





/*******************************************************************************
    @media 1680px
*******************************************************************************/
@media all and (max-width:1680px){




}
/*******************************************************************************
    @media ~1300px
*******************************************************************************/
@media all and (max-width:1300px){



}

/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){


/*********** Top *************/
.history_top{padding:140px 5%; border-radius:var(--borderR30);}
.history_top:before{width:50px; height:50px; bottom:-25px; margin-left: -25px;}
.history_top p{padding: 10px 0 0;}



/*********** List *************/
.history_list{padding:80px 0 0;}
.history_list .his_in > div{width:calc(50% - 60px);}
.history_list .his_in .his_txt h4{font-size:1.842rem;}
.history_list .his_in .his_txt h4::before{width: 40px; left: -60px;}
.history_list .his_in .his_txt ul{margin: 10px 0 0;}
.history_list .his_in .his_txt ul li::before{top:11px;}


.history_list .his_in:nth-child(even) .his_txt h4::before{right:-60px;}

.history_list .progressbar span::before{width: 70px; height: 70px;  bottom: -20px; margin-left: -35px;}



}
/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


/*********** Top *************/
.history_top{padding:80px 5%; border-radius:var(--borderR20);}
.history_top:before{width:40px; height:40px; bottom:-20px; margin-left: 0; left: 0;}
.history_top h3{font-size:1.842rem;}
.history_top p{padding: 6px 0 0;}



/*********** List *************/
.history_list{padding:50px 0 0;}
.history_list .his_in{padding:0 0 40px 50px; box-sizing:border-box;}
.history_list .his_in > div{width:100%;}
.history_list .his_in .his_txt h4{font-size:1.579rem;}
.history_list .his_in .his_txt h4::before{width: 20px; left: -30px;}
.history_list .his_in .his_txt ul{margin: 6px 0 0;}
.history_list .his_in .his_txt ul li{padding:0 0 0 12px;}
.history_list .his_in .his_txt ul li ~ li{margin-top: 6px;}
.history_list .his_in .his_txt ul li::before{width: 4px; top:10px;}


.history_list .his_in:nth-child(even) .his_txt{text-align:left;}
.history_list .his_in:nth-child(even) .his_txt h4::before{left: -30px; right:auto;}
.history_list .his_in:nth-child(even) .his_txt ul{}
.history_list .his_in:nth-child(even) .his_txt ul li{padding:0 0 0 12px;}
.history_list .his_in:nth-child(even) .his_txt ul li::before{left: 0; right:auto;}

.history_list .progressbar{left:20px; margin-left: 0; width: 1px;}
.history_list .progressbar span::before{width: 40px; height: 40px;  bottom: -10px; margin-left: -20px;}
.history_list .progressbar span::after{width: 20px; height: 20px; font-size:14px; line-height:20px; margin-left: -10px;}



}