@charset "utf-8";

/*연혁 관련 css*/

.tab-scroll-wrap {
	margin:66px auto 0;
}

.tab-scroll-wrap.fixed{
	position:fixed;
	left:0;
	z-index:9;
	background:#fff;
	width:100%;
	margin:0;
	border-bottom:1px solid #000;
}

.tab-scroll-wrap ul {
	display: table;
	text-align: center;
}

.tab-scroll-wrap ul li {
	display: table-cell;
	vertical-align: middle;
	width:251px;
	text-align: center;
	position:relative;
	padding:12px 0;
}

.tab-scroll-wrap ul li a{
	display: inline-block;
	width:auto;
	font-size:25px;
	font-family:'noto5';
	color:#cbcbcb;
	position:relative;
	margin:0 auto;
}

.tab-scroll-wrap ul li:after{
	position: absolute;
	right:0;
	top:20%;
	width:1px;
	height:60%;
	display: block;
	content:'';
	background:#d3d3d3;
}

.tab-scroll-wrap ul li:last-child a:after{
	display:none;
}

.tab-scroll-wrap ul li a:hover,
.tab-scroll-wrap ul li a.active{
	color:#d90110;
}

.history_view_wrap.active{
	padding-top:117px;
}

.history_view_wrap .history_top{
	text-align: center;
	font-size:45px;
	font-family:'noto6';
	color:#fff;
	line-height:149px;
	width:100%;
	height:149px;
	margin-bottom:48px;
}

.history_year_wrap {
	margin: 0 0 50px 0;
	overflow-y:hidden;
}

#history_2020 .history_top{
	background:url('/_skin/sidae/brand/new/history/history_top1.png') center no-repeat;
}

#history_2009 .history_top{
	background:url('/_skin/sidae/brand/new/history/history_top2.png') center no-repeat;
}
#history_2000 .history_top{
	background:url('/_skin/sidae/brand/new/history/history_top3.png') center no-repeat;
}
#history_2000 .month-progress {
	transition: all .5s;
}

.history_bn{
	background:url('/_skin/sidae/brand/new/history/histroy_bottom.png') center no-repeat;
	box-sizing: border-box;
	padding:35px 0 35px 30px;
	margin:0 0 50px 0;
}
.history_bn p{
	color:#fff;
	font-size:17px;
	line-height:140%;
	margin:20px 0 0 0;
}
.history_bn p:first-child{
	margin:0;
}


.history_content_wrap{
	position:relative;
}
.history_content_wrap:after{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-2px;
	content:'';
	display: block;
	background:#ededed;
	height:100%;
	width:4px;
	z-index:1;
}

.year_list{
	width:47%;
	margin-left:53%;
	text-align:left;
}

.year_list .round_chk{
  background:#fff;
	width:16px;
	height:27px;
	position:absolute;
	left:50%;
	margin-left:-7px;
	padding-top:6px;
	z-index: 3;
}

.year_list .round_chk:after{
	width:14px;
	height:14px;
	border:4px solid #b0b0b0;
	border-radius: 50%;
	box-sizing:border-box;
	display: block;
	content:'';
}

.year_list.selected .round_chk:after{
	border:4px solid #db0011;
}

.year_list:nth-of-type(2n+1){
	margin: 0 0 44px 0;
	text-align:right;
}

.year_list .year {
	font-size:25px;
	margin-bottom:25px;
	color:#db0011;
	font-family:'noto6';
	font-weight: 100;
	letter-spacing: -0.5px;
}
.history-list li{
	margin-bottom:10px;
	line-height:23px;
	line-height:20px
}
.history-list li > span{
	position:relative;
	padding-left:13px;
	color:#222222;
	font-family:'noto3';
	font-size:16px;
	word-break: keep-all;
	display: inline-block;
}

.year_list:nth-of-type(2n+1) li > span{
	display: inline;
}

.history-list li > span:after{
	position:absolute;
	left:0.5px;
	top:2px;
	content:'ㆍ';
}

.month-progress{
	width:4px;
	background:#db0011;
	position:absolute;
	left:calc(50% - 2px);
	display:block;
	top:2px;
	z-index:2;
}

@media (min-width:961px) and (max-width:1200px){
	.history_bn{
		padding:40px 45% 40px 30px;
	}
  .history_bn p{
		letter-spacing: -0.5px;
		word-break: keep-all;
	}
	.history_bn p br{
		display: none;
	}
}

@media (min-width:0px) and (max-width:960px){
	.tab-scroll-wrap{
		margin:7% auto 0
	}
	.tab-scroll-wrap ul{
		width:100%;
	}
	.tab-scroll-wrap ul li{
    width:33.333%;
	}
	.history_year_wrap{
		margin:0 0 5% 0;
	}
	.history-list li > span{
		font-size:14px;
	}
	.history_view_wrap .history_top{
		background-size:cover!important;
		margin-bottom:6%;
	}
	#history_2000{
		margin-bottom:5%
	}
	.history_bn{
		background:url('/_skin/sidae/brand/new/history/histroy_bottom.png') center no-repeat;
		background-size: cover;
		padding:4% 43% 4% 3%;
		margin:0 0 6% 0;
	}
	.history_bn p{
		font-size:15px;
		margin:3% 0 0 0;
		word-break: keep-all;
	}
	.history_bn p br{
		display: none;
	}
}
@media (hover: none) {
	.tab-scroll-wrap ul li a{
		color:#cbcbcb;
	}
}
@media (min-width:0px) and (max-width:700px){

  .tab-scroll-wrap ul li a{
		font-size:0.878rem;
		pointer-events: none;
	}
	.year_list{
		margin-left:51%;
	}
	 .history_view_wrap .history_top{
		 font-size:1.25rem;
		 height:4.167rem;
		 line-height:4.167rem;
	}
	.year_list .year {
		font-size: 1.025rem;
		margin-left:3%;
	}
	.history-list li,
	.history-list li > span{
		font-size:0.58rem;
		padding-left:6.5%;
		line-height:150%;
	}
	.history_bn{
		background:url('/_skin/sidae/brand/new/history/m_history_bottom.png') center no-repeat;
		background-position:center top;
	}
	.history_bn p{
		font-size:0.5rem;
		margin:6% 0 0 0;
	}
}
