@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, span, form, fieldset, input, select, label, textarea, table, caption, thead, tfoot, tbody, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    font: 15px / 1.5 'Noto Sans KR', 'Roboto', 'Malgun Gothic', 굴림, Gulim, 돋움, Dotum, Sans-serif;
    color: inherit;
    -webkit-text-size-adjust: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
div, p, span {
    font-weight: inherit;
}


div {
    display: block;
    unicode-bidi: isolate;
}


#contents {
	margin-top:50px;
	width: 98%;
    max-width: 1400px;
	height:auto;
    position: relative;
    overflow: hidden;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.pageTit {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 0 30px;
    font-family: 'Noto Sans KR', 'Noto Sans SC', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    text-align: left;
    letter-spacing: -2px;
    line-height: 1.2em;
}

.history_box {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 60px auto 100px;
	width:98%;
	max-width:1200px;
    height: auto;
    min-height: 500px;
}

.history_box .bg {
    position: relative;
}



.history_box .bg:before {
    content: "";
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
     width:903px;
    height:105px; 
	 /*background-size:cover; contain;*/
    background: url('/img/img_history.png') left top no-repeat;
}

.history_box .history_left {
	display:inline-block;
    width: 98%;
    max-width: 600px;
}

.history_box .history_left .year {
    margin: 50px 0 40px 20px;
}

.history_box .history_left .year span {
    font-size: 68px;
    font-weight: 800;
    color: #000;
    font-family: 'Pretendard', 'Noto Sans KR', 'Roboto', 'Malgun Gothic', 굴림, Gulim, 돋움, Dotum, Sans-serif;
    letter-spacing: -0.05em;
    line-height: 68px;
}
#his_title2 {
		display:block; 
		width:100%;
}

.history_box .history_left .history_tab {
    width: 240px;
    position: relative;
    display: flex;
    flex-flow: column wrap;
}





.history_box .history_left .history_tab .item.on {
    border: 1px solid #1d3d87;
    background: #1d3d87;
    color: #fff !important;
}
.history_box .history_left .history_tab .item {
    width: 240px;
    border-radius: 40px;
    height: 70px;
    border: 1px solid #d6d6d6;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-family: 'Pretendard', 'Noto Sans KR', 'Roboto', 'Malgun Gothic', 굴림, Gulim, 돋움, Dotum, Sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: rgb(80, 80, 80);
}

button {
    appearance: auto;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-variant-position: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: inline-block;
}


.history_box .history_right {
	display:inline-block;
    position: relative;
    height: 500px;
    width: 98%;
	max-width:600px;	
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.history_box .history_right .history_block {
	float:left;
    position: relative;
    display: block;
    padding-left: 20%; /*135px;*/
    padding-bottom: 45px;
	margin:0;
}

.history_box .history_right .history_block:before {
    content: "";
     display: block;
    width: 1px;
    height: 100%;
    position: absolute;
   background-color:#1d3d87;
    left: 3px;
    top:15px;
    z-index: -1; 
}


.history_box .history_right .history_block h3.year {
    position: relative;
    color: #1d3d87;
    font-family: 'Pretendard', 'Noto Sans KR', 'Roboto', 'Malgun Gothic', 굴림, Gulim, 돋움, Dotum, Sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 16px;
}

.history_box .history_right .history_block h3.year:before {
	content: "";
	font-size:10px;
	display: block;
	width:90px;
	height: 1px;
	position: absolute;
	background-color: #1d3d87;
	left: -110px;
	top: 30px;
	z-index: -1;
}

.history_box .history_right .history_block h3.year:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #1d3d87;
    position: absolute;
    left:-116px; /* -130px;*/
    top: 27px;
    z-index: 200;
}

dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.history_box .history_right .history_block dl {
    font-family: 'Pretendard', 'Noto Sans KR', 'Roboto', 'Malgun Gothic',굴림, Gulim, 돋움, Dotum,, Sans-serif;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.history_box .history_right .history_block dt {
    font-weight: 700;
    color: #1d3d87;
    letter-spacing: -0.5px;
    width: 80px;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    margin-bottom: 26px;
    font-size: 22px;
}

.history_box .history_right .history_block dd {
    width: calc(100% - 90px);
    font-weight: 400;
    color: #333;
    letter-spacing: -0.5px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 26px;
    margin-right: 10px;
}

@media all and (max-width:1024px) {
    /*border: 1px solid red; */

	.history_box { 	
				flex-direction: column;
			/*
						margin: 60px auto 100px;
						width:98%;
						max-width:1200px;
						height: auto;
						min-height: 500px;
			*/	
	}

.history_box .history_left .year {
        text-align: center;
        margin: 30px 0 20px 0px;

		}
.history_box .history_left .year span {
        font-size: 34px;
        line-height: 34px;
    }
   #his_title2 { display:inline; }


.history_box .history_left .history_tab {
    width: 98%;
	height:80px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.history_box .history_left .history_tab .item {
        width: 30%;
        height: 40px;
        font-size: 12px;
        margin: 0 1%;
    }
    .history_box .history_left .history_tab .item:first-child {
        margin: 0 1% 0 0;
    }


	.history_box .history_right .history_block h3.year:before {
		width:90px;
		left: -110px;
		top: 30px;
	}

	.history_box .history_right .history_block h3.year:after {
		left:-116px; /* -130px;*/
		top: 27px;
	}

	.history_box .bg:before {
		left: -300px;
		top: 0;
		width:200vw;
		height:105px; 
	}

		.history_box .history_right .history_block dt {
			letter-spacing: -0.5px;
			width: 60px;
			line-height: 20px;
			margin-bottom: 20px;
			font-size: 18px;
		}

		.history_box .history_right .history_block dd {
			width: calc(100% - 70px);
			font-weight: 400;
			margin-bottom: 20px;
		}

}
