@charset "UTF-8";

.clearFix:after {display: block; clear: both; content: '';}
.inner {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}



.m_only {display: none;}
.wsnr {white-space: nowrap;}
.chn {font-family:"Microsoft Yahei", "微软雅黑"}
.red {color: #e34917;}
.dark, .dark * {color: #333;}
.valign {display: table;}
.valign > * {display: table-cell; vertical-align: middle;}
/*
.half > * {float: left; width: 50%;}
*/

.halfWidth > * {width: 50%;}
.bt1 {border-top: 1px solid #b3b5b6;  padding-top: 22px;}
.bt2 {border-top: 2px solid #979a9b;}
.more_btn {display: block; width: 25px; height: 25px; background: url("/resources/images/more_btn.svg") center/cover; margin: 0 auto; cursor: pointer;}
.large_tit {font-weight: 400; font-size: 36px; line-height: 1.61; letter-spacing: -.02em;}
.tit {font-weight: 700; font-size: 32px; line-height: 1.25; letter-spacing: -.02em; text-align: center; margin-bottom: 33px;}
.sub_tit {font-weight: 700; font-size: 24px; line-height: 1.25; color: #333; letter-spacing: -.02em;}
.sub_tit_small {font-weight: 800; font-size: 18px; line-height: 1.67; color: #333; letter-spacing: -.02em;}
.medium_tit {font-weight: 700; font-size: 28px; line-height: 1.2; letter-spacing: -.01em; margin-bottom: 27px;}
.small_tit {font-weight: 800; font-size: 20px; line-height: 1.6; letter-spacing: -.02em;}
.disclaimer {font-weight: 300; font-size: 16px; line-height: 1; color: #878b8d; letter-spacing: -.02em; float: right; padding-top: 14px;}
.disclaimer.Bold {font-weight: 700 !important; font-size: 18px;}
.t_center, .t_center * {text-align: center;}
.t_right {text-align: right;}
.t_left {text-align: left;}
.chinese {font-family: arial, sans-serif;}
.inb {display: inline-block;}
.link {text-decoration: underline;}

.tab_cont {

	display: none;
	width: 83%;
	margin-right: auto;
	margin-left: auto;

}
.tab_cont.active {display: block;}


.sub_wrap .kv_area {
    background-image: url("/resources/images/about/history/about_history_kv.jpg");
}

.sec_overview .overview_desc h2 {
    text-align: center;
}

.year_m {
    display: none;
}

.sub_wrap section.history .tab_cont {
    padding-top: 60px;
}

.sub_wrap .history {
    padding-top: 0;
}

.history .tab_cont.tab03 {
    padding-bottom: 0;
}

.history .tab_cont .history_txt {
    padding-top: 58px;
}

.history .tab_cont .history_txt .tit:after {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #e64d2c;
    margin: 34px 0 5px 0;
}

/* 여기수정 */
.history .tab_cont .history_year {
    position: absolute;
    left: 50%;
    top: 0;
	margin-left: -585px;

	/*
	사이즈작을때

	margin-left: -450px; */
}

.history .tab_cont .history_year .year_wrap {
    position: relative;
    text-align: right;
}

.history .tab_cont .history_year .year_quick li {
    margin-bottom: 20px;

}

.history .tab_cont .history_year .year_quick li a {
    position: relative;
    display: inline-block;
    font: normal 600 46px/1 Pretendard, sans-serif;
    color: #e3e6e8;
    letter-spacing: -.02em;
    z-index: 10;

}

.history .tab_cont .history_year .year_quick li:hover a {
    color: #3b4951;
}

.history .tab_cont .history_year .year_quick li.active a {
    position: relative;
	font-size: 100px;
	font-weight: 700;
    color: #125bb6;
    /* margin-bottom: 46px; */
    margin-top: -30px;
    z-index: 1;

	box-sizing: border-box;
}

.history .tab_cont .history_wrap {
    position: relative;
    margin-top: 130px;
}

.history .tab_cont .history_wrap .indicator {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #1058b5;

	margin-left: -257px;

	/*
	사이즈 작을때
	margin-left: -223px; */
}

.history .tab_cont .history_wrap.fixed .indicator {
    position: fixed;
    /* left: 50vw; */
    top: 94px;
}

.macos .history .tab_cont .history_wrap.fixed .indicator {
    left: 50%;
}

.history .tab_cont .history_wrap.fixed .history_year {
    position: fixed;
    top: 80px;

}

.history .tab_cont .history_list {
    float: right;
    border-left: 1px solid #c0c1c1;

	width: calc(100% - 323px);
}

.history .tab_cont .history_list li {
    position: relative;
    padding-left: 115px;
    padding-top: 50px;
}

.history .tab_cont .history_list li:first-child {
    padding-top: 0;
}

.history .tab_cont .history_list li:last-child {
    padding-bottom: 130px;
}

.history .tab_cont .history_list>li dl {
    position: relative;
}

.history .tab_cont .history_list>li dl+dl {
    margin-top: 30px;
}

.history .tab_cont .history_list>li dt {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -.03em;
    position: absolute;
    top: 0;
    left: 0;
}

.history .tab_cont .history_list>li[data-active] dt {
    color: #1058b5;
}

.history .tab_cont .history_list>li dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -.02em;
}

.history .tab_cont .history_list>li dd+dd {
    padding-top: 30px;
}

.history .tab_cont .history_list>li dd:not(.obj_wrap) {
    padding-left: 60px;
}

.history .tab_cont .history_list>li dd.obj_wrap {
    padding-top: 18px;
    padding-bottom: 0px;
    padding-left: 60px;
	width: 100%;
}

.history .tab_cont .history_list>li dd.obj_wrap .obj {
    border-radius: 0px;
}

.history .tab_cont .history_list>li dd.obj_wrap .obj img{
	display: block;
    width: 100%;
}
.history .tab_cont .history_list>li dd.obj_wrap .obj img + img {
	margin-top: 10px;
}

.history .tab_cont .history_list>li dd .bracket {
    display: block;
    color: #878b8d;
    font-size: 18px;
    line-height: 1.78;
}

.history .tab_cont .history_list>li dd .bracket.inb {
    display: inline-block;
}




.history_tabmenu {
	position: absolute;
	top: -354px;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
	/* display: none; */
	z-index: 100;
    animation: history_tabmenu 0s linear 0s alternate;
}

@keyframes history_tabmenu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

.history_tabmenu > ul  {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;

	max-width: 1400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.history_tabmenu > ul > li {
	position: relative;
	width: 20%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	cursor: pointer;

	transition: all 0.5s;
}

.history_tabmenu > ul > li.active{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.history_tabmenu > ul > li > a {
	display: block;
	padding-top: 24px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.history_tabmenu > ul > li:not(:last-child)::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 25%;

	background-color: rgba(255, 255, 255, 0.2);
}

.history_tabmenu > ul > li > a span {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}


.history-float-btns {
    position: fixed;
	display: none;
    bottom: 10%;
    right: 0;
    z-index: 10000;
}

.history-float-btns > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
    width: 80px;
    height: 80px;
	padding: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background-color: #575a5b;
    border-radius: 2px;
    opacity: 0.95;
	word-break: keep-all
}

.history-float-btns > a:first-child {
	padding-left: 27px;
	background-image: url(/kor/assets/img/common/icon_arrow_left01.png);
	background-repeat: no-repeat;
	background-size: 7px 12px;
	background-position: 7px 50%;
}

.history-float-btns > a:last-child {
	padding-right: 27px;
	background-image: url(/kor/assets/img/common/icon_arrow_right01.png);
	background-repeat: no-repeat;
	background-size: 7px 12px;
	background-position: calc(100% - 7px) 50%;
}

.history-float-btns > a.btn-top-go {
	padding: 0 10px !important;
	background-image: none;
}



/* 20240111 추가 */






/*
@media screen and (max-width: 1440px) {
    .sub_wrap section.history .tab_cont {
        padding-top: 4.17vw;
    }
    .history .tab_cont .history_txt {
        padding-top: 4.03vw;
    }
    .history .tab_cont .history_txt .tit:after {
        width: 3.47vw;
        height: 0.14vw;
        margin: 2.36vw 0 0.35vw 0;
    }
    .history .tab_cont .history_year .year_wrap {
        padding-right: 11.11vw;
    }
    .history .tab_cont .history_year .year_quick li {
        margin-bottom: 1.39vw;
    }
    .history .tab_cont .history_year .year_quick li a {
        font: normal 600 3.19vw/1 acumin-pro, sans-serif;
    }
    .history .tab_cont .history_year .year_quick li.active a {
        font: normal 700 11.11vw/1 acumin-pro, sans-serif;
        margin-top: -2.08vw;
    }
    .history .tab_cont .history_wrap {
        margin-top: 5.56vw;
    }
    .history .tab_cont .history_wrap .indicator {
        width: 1.11vw;
        height: 1.11vw;
    }
    .history .tab_cont .history_wrap.fixed .indicator {
        left: 50vw;
        top: 9.31vw;
    }
    .history .tab_cont .history_wrap.fixed .history_year {
        top: 5.56vw;
        left: 0.56vw;
    }
    .history .tab_cont .history_list li {
        padding-left: 7.99vw;
        padding-top: 9.03vw;
    }
    .history .tab_cont .history_list li:last-child {
        padding-bottom: 9.03vw;
    }
    .history .tab_cont .history_list>li dl+dl {
        margin-top: 2.08vw;
    }
    .history .tab_cont .history_list>li dt {
        font-size: 1.39vw;
    }
    .history .tab_cont .history_list>li dd {
        font-size: 1.39vw;
    }
    .history .tab_cont .history_list>li dd+dd {
        padding-top: 2.08vw;
    }
    .history .tab_cont .history_list>li dd:not(.obj_wrap) {
        padding-left: 4.17vw;
    }
    .history .tab_cont .history_list>li dd.obj_wrap {
        padding-top: 1.25vw;
        padding-bottom: 1.25vw;
    }
    .history .tab_cont .history_list>li dd.obj_wrap .obj {
        border-radius: 0.69vw;
    }
    .history .tab_cont .history_list>li dd .bracket {
        font-size: 1.25vw;
    }

	.history_tabmenu {
		left: 20px;
		width: calc(100% - 40px);
		margin-left: 0;
		display: none;
		z-index: 100;
	}

} */

/* @media screen and (max-width: 1024px) and (min-width: 769px) {
    .history .tab_cont .history_txt .tit:after {
        width: 36px;
        height: 1px;
    }
    .history .tab_cont .history_year .year_quick li a {
        font: normal 600 33px/1 acumin-pro, sans-serif;
    }
    .history .tab_cont .history_year .year_quick li.active a {
        font: normal 700 114px/1 acumin-pro, sans-serif;
    }
    .history .tab_cont .history_wrap .indicator {
        width: 11px;
        height: 11px;
    }
    .history .tab_cont .history_list>li dt {
        font-size: 14px;
    }
    .history .tab_cont .history_list>li dd {
        font-size: 14px;
    }
    .history .tab_cont .history_list>li dd .bracket {
        font-size: 13px;
    }


	.sub_wrap .kv_area {
        background-image: url("/resources/images/about/history/about_history_kv-m.jpg");
    }
    .sub_wrap section.history .tab_cont {
        padding-top: 16vw;
    }
    .year_m {
        display: block;
        font: normal 700 34.81vw/1 acumin-pro, sans-serif;
        color: #eff1f3;
        letter-spacing: -.02em;
        margin-bottom: 15px;
		font-size: 100px;

		line-height: 100%;
    }
    .history .tab_cont .history_txt .tit:after {
        left: 0;
        transform: translateX(0);
        height: 2px;
        width: 9.26vw;
        background-color: #e64d2c;
        margin: 4.63vw 0;
    }
    .history .tab_cont .history_txt {
        padding-top: 0;
    }
    .history .tab_cont .history_year,
    .history .tab_cont .history_wrap.fixed .indicator {
        display: none;
    }
    .history .tab_cont .history_year .year_wrap {
        position: relative;
        padding-right: 160px;
        text-align: right;
    }
    .history .tab_cont .history_wrap {
        position: relative;

    }
    .history .tab_cont .history_wrap .indicator {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-radius: 50%;
        background-color: #e64d2c;

		display: none;
    }
    .history .tab_cont .history_wrap.fixed .history_year {
        position: fixed;
        top: 80px;
    }
    .history .tab_cont .history_list {
        float: none;
        width: 100%;
        border: none;
    }
    .history .tab_cont .history_list li {
        position: relative;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 50px;

    }
    .history .tab_cont .history_list li:last-child {
        padding-bottom: 0;
    }
    .history .tab_cont .history_list>li dl {
        position: relative;
        padding-bottom: 3.7vw;
    }
    .history .tab_cont .history_list>li dl:last-child {
        padding-bottom: 0;
    }
    .history .tab_cont .history_list>li dt {
        display: inline-block;
        font-weight: 600;
        font-size: 20px;
		color: #222;

        line-height: 1.6;
        vertical-align: middle;
        letter-spacing: -.03em;
        position: absolute;
        top: 0;
        left: 0;
    }
    .history .tab_cont .history_list>li dd {
        display: block;
        font-weight: 400;
        font-size: 20px;

        line-height: 1.6;
        padding-bottom: 3.7vw;

		color: #555;
    }
    .history .tab_cont .history_list>li dd:not(.obj_wrap) {
        padding-left: 11.11vw;
    }
    .history .tab_cont .history_list>li dd .bracket {
        color: #878b8d;
        font-size: 3.89vw;
    }


	.history_tabmenu {
		position: absolute;
		top: -300px;
		left: 20px;
		width: calc(100% - 40px);
		margin-left: 0;
		display: none;
		z-index: 100;
	}

	.history_tabmenu > ul  {
		display: block;
	}

	.history_tabmenu > ul:after {
		display: block;
		content: "";
		clear: both;
	}

	.history_tabmenu > ul > li {
		float: left;
		width: 33.333%;
		margin-top: -1px;
	}

	.history_tabmenu > ul > li:nth-of-type(2) {
		width: 33.334%;
	}
	.history_tabmenu > ul > li:nth-of-type(4),
		.history_tabmenu > ul > li:nth-of-type(5){
		width: 50%;
	}
	.history_tabmenu > ul > li > a {
		padding-top: 13px;
		padding-bottom: 12px;
	}


	.history_tabmenu > ul > li > a span {
		font-size: 13px;
		line-height: 16px;
	}

	.inner {
		padding: 0 20px;
	}








} */




/* PC responsive */
@media only all and (max-width: 1700px){

}

@media only all and (max-width: 1544px){

}

@media only all and (max-width: 1439px){

	.history .tab_cont .history_year {
		margin-left: -500px;
	}

	.history .tab_cont .history_wrap .indicator {
		margin-left: -207px;
	}


	.history_tabmenu {
		left: 20px;
		width: calc(100% - 40px);
		margin-left: 0;
		display: block;
		z-index: 100;
	}


}



@media only all and (max-width: 1279px){

	.history .tab_cont .history_year {
		margin-left: -485px;
	}

	.history .tab_cont .history_wrap .indicator {
		margin-left: -192px;
	}


}

@media only all and (max-width: 1239px){

	.history .tab_cont .history_year {
		margin-left: -387px;
	}

	.history .tab_cont .history_wrap .indicator {
		margin-left: -101px;
	}


}




/* mobile */
@media screen and (max-width: 1023px) {
    .sub_wrap .kv_area {
        background-image: url("/resources/images/about/history/about_history_kv-m.jpg");
    }
    .sub_wrap section.history .tab_cont {
        padding-top: 16vw;
    }
    .year_m {
        display: block;
        color: #dfdfdf;
        letter-spacing: -2px;
        margin-bottom: 15px;
		font-size: 80px;
        font-weight: 700;

		/* font-size: 50px; */
		line-height: 100%;
    }
    .history .tab_cont .history_txt .tit:after {
        left: 0;
        transform: translateX(0);
        height: 2px;
        width: 9.26vw;
        background-color: #e64d2c;
        margin: 4.63vw 0;
    }
    .history .tab_cont .history_txt {
        padding-top: 0;
    }
    .history .tab_cont .history_year,
    .history .tab_cont .history_wrap.fixed .indicator {
        display: none;
    }
    .history .tab_cont .history_year .year_wrap {
        position: relative;

        text-align: right;
    }
    .history .tab_cont .history_wrap {
        position: relative;
        margin-top: 0px;
        padding-bottom: 200px;
    }
    .history .tab_cont .history_wrap .indicator {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-radius: 50%;
        background-color: #e64d2c;

		display: none;
    }
    .history .tab_cont .history_wrap.fixed .history_year {
        position: fixed;
        top: 80px;
    }
    .history .tab_cont .history_list {
        float: none;
        width: 100%;
        border: none;
    }
    .history .tab_cont .history_list li {
        position: relative;
        padding-top: 0;
        padding-left: 0;

        margin-bottom: 35px;
    }
    .history .tab_cont .history_list li:last-child {
        padding-bottom: 0;
    }
    .history .tab_cont .history_list>li dl {
        position: relative;
        padding-bottom: 3.7vw;
    }
    .history .tab_cont .history_list>li dl:last-child {
        padding-bottom: 0;
    }
    .history .tab_cont .history_list>li dt {
        display: inline-block;
        font-weight: 600;
        font-size: 20px;
		color: #222;
        /* font-size: 16px; */
        line-height: 1.6;
        vertical-align: middle;
        letter-spacing: -.03em;
        position: absolute;
        top: 0;
        left: 0;
    }


    .history .tab_cont .history_list>li[data-active] dt {
        color: #222;
    }



    .history .tab_cont .history_list>li dd {
        display: block;
        font-weight: 400;

        font-size: 20px;
        /* font-size: 17px; */
        line-height: 1.6;
        padding-bottom: 12px;

		color: #555;
    }
    .history .tab_cont .history_list>li dd:not(.obj_wrap) {
        padding-left: 10%;
    }


    .history .tab_cont .history_list>li dd.obj_wrap {
        padding-top: 0px;
        padding-left: 10%;
    }


    .history .tab_cont .history_list>li dd .bracket {
        color: #878b8d;
        font-size: 3.89vw;
    }


	.history_tabmenu {
		position: absolute;
		top: -260px;
		left: 50%;
        transform: translateX(-50%);
		width: calc(80%);
		margin-left: 0;
		z-index: 100;
	}

	.history_tabmenu > ul  {
		display: block;
	}

	.history_tabmenu > ul:after {
		display: block;
		content: "";
		clear: both;
	}

	.history_tabmenu > ul > li {
		float: left;
		width: 33.333%;
		margin-top: -1px;
	}

	.history_tabmenu > ul > li:nth-of-type(2) {
		width: 33.334%;
	}
	.history_tabmenu > ul > li:nth-of-type(4),
		.history_tabmenu > ul > li:nth-of-type(5){
		width: 50%;
	}
	.history_tabmenu > ul > li > a {
		padding-top: 13px;
		padding-bottom: 12px;
	}


	.history_tabmenu > ul > li > a span {
		font-size: 13px;
		line-height: 16px;
	}

	.inner {
		padding: 0 40px;
	}

	.history-float-btns {
		bottom: 25%;
	}

	.history-float-btns > a {
		margin: 3px 0;
		width: 60px;
		height: 60px;
		font-size: 12px;
	}


	.history-float-btns > a:first-child {
		padding-left: 20px;
		background-position: 7px 50%;
	}

	.history-float-btns > a:last-child {
		padding-right: 20px;
		background-position: calc(100% - 7px) 50%;
	}

}

@media only all and (max-width: 767px){


    .tab_cont {
        width: 100%;
    }

    .year_m {
        font-size: 50px;
    }

    .history .tab_cont .history_list>li dt {
        font-size: 16px;
    }

    .history .tab_cont .history_list>li dd {
        font-size: 17px;
    }


    .history .tab_cont .history_list>li dd:not(.obj_wrap) {
        padding-left: 14%;
        /* word-break: keep-all; */
    }


    .history .tab_cont .history_list>li dd.obj_wrap {
        padding-left: 14%;
    }


    .history_tabmenu {
		position: absolute;
		top: -210px;

		margin-left: 0;
		display: block;
		z-index: 100;
	}

	.history_tabmenu > ul  {
		display: block;
	}

	.history_tabmenu > ul:after {
		display: block;
		content: "";
		clear: both;
	}

	.history_tabmenu > ul > li {
		float: left;
		width: 33.333%;
		margin-top: -1px;
	}

	.history_tabmenu > ul > li:nth-of-type(2) {
		width: 33.334%;
	}
	.history_tabmenu > ul > li:nth-of-type(4),
		.history_tabmenu > ul > li:nth-of-type(5){
		width: 50%;
	}
	.history_tabmenu > ul > li > a {
		padding-top: 13px;
		padding-bottom: 12px;
	}


	.history_tabmenu > ul > li > a span {
		font-size: 13px;
		line-height: 16px;
	}





}

@media screen and (max-width: 320px) {
    .sub_wrap section.history .tab_cont {
        padding-top: 51px;
    }
    .year_m {
        font: normal 700 111px/1 acumin-pro, sans-serif;
        margin-bottom: 18px;
    }
    .history .tab_cont .history_txt .tit:after {
        height: 2px;
        width: 30px;
        margin: 15px 0;
    }
    .history .tab_cont .history_year .year_wrap {

    }
    .history .tab_cont .history_wrap {
        margin-top: 22px;
    }
    .history .tab_cont .history_wrap .indicator {
        width: 16px;
        height: 16px;
    }
    .history .tab_cont .history_wrap.fixed .history_year {
        top: 80px;
    }
    .history .tab_cont .history_list li {
        margin-bottom: 22px;
    }
    .history .tab_cont .history_list>li dl {
        padding-bottom: 12px;
    }
    .history .tab_cont .history_list>li dl+dl {
        margin-top: 7px;
    }
    .history .tab_cont .history_list>li dt {
        font: bold 12px/1.6 'NanumSquareEB', sans-serif;
    }
    .history .tab_cont .history_list>li dd {
        font: normal 12px/1.6 'NanumSquare', sans-serif;
        padding-bottom: 12px;
    }
    .history .tab_cont .history_list>li dd:not(.obj) {
        padding-left: 36px;
    }
    .history .tab_cont .history_list>li dd+dd {
        padding-top: 7px;
    }
    .history .tab_cont .history_list>li dd.obj_wrap {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .history .tab_cont .history_list>li dd .bracket {
        font-size: 12px;
    }
}
