
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
	
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
a:hover,
a:active,
a:focus {
	color: #415888;
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
nav.navbar.bootsnav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;

}
nav.navbar.bootsnav ul.nav > li > a {
	font-size: 18px;
	font-weight: 500;
	color: #283f51;
	padding: 40px;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
	color:#008cce;
	font-weight: 800;
}
.navbar-brand {
	padding: 24px 15px;
}
.wrap-sticky nav.navbar.bootsnav {
	border: none;
	position: fixed;
}
.section1 .about .subtitle {
	font-size: 25px;
	color: #008cce;
	font-weight: 500;
}
.section1 .about ,.section2 .history {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
}
.section1 .about .subtitle ,.section2 .history .subtitle ,.section4 .hd .subtitle ,.section5 .hd .subtitle{
	font-size: 25px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section1 .about .title ,.section2 .history .title,.section4 .hd .title ,.section5 .hd .title{
	font-size: 44px;
	font-weight: 700;
	padding-bottom: 30px;
}
.section1 .about .subtitle:after ,.section2 .history .subtitle:after ,.section4 .hd .subtitle:after ,.section5 .hd .subtitle:after{
	content: '';
	display: block;
	width: 30px;
	margin-top: 5px;
	border-top: 1px solid #008cce;
}
.section1 .about .description {
	font-size: 20px;
	line-height: 2;
}
.section2 .arrow {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: -266px;
}
.section2 .arrow .line {
	width: 1800px;
	height: 24px;
	background-image: linear-gradient(to right,#fff, #334555);
}
.section2 .arrow .arrow-right {
	width: 28px;
	height: 46px;
	border-top: 28px solid transparent;
	border-left: 28px  solid #334555;
	border-bottom: 28px solid transparent;
}
.section2 .ft {
	padding-bottom: 200px;
}
.section2 .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 1580px;
	padding-top: 20px;
}
.section2 .bd .item {
	flex: 1;
	padding-top: 312px;
	display: flex;
	flex-direction: row;
	position: relative;
	margin-left: -200px;
}
.section2 .bd .item:nth-child(even) {
	padding-top: 0;
	align-items: flex-end;
	margin-left: -100px;
}
.section2 .bd .item:first-child {
	margin-left: 0;
}
.section2 .bd .item .img {
	padding-right: 20px;
	border: 3px solid #fff;
	width: 105px;
	min-width: 105px;
	height: 105px;
	overflow: hidden;
	border-radius: 55px;
	margin-right: 20px;
}
.section2 .bd .item .img:before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 6px;
	border: 2px solid #fff;
	background-color: #334555;
	position: absolute;
	left: 46px;
	margin-top: -50px;
}
.section2 .bd .item .img:after {
	content: '';
	display: block;
	width: 2px;
	height: 38px;
	border-left: 1px solid #334555;
	position: absolute;
	left: 51px;
	margin-top: -140px;
}
.section2 .bd .item:nth-child(even) .img:after {
	margin-top: 0px;
}
.section2 .bd .item:nth-child(even) .title {
	position: unset;
}
.section2 .bd .item:nth-child(even) .img:before {
	margin-top: 135px;
}
.section2 .bd .title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
}
.section2 .bd .title:after {
	content:'';
	display: block;
	width: 38px;
	height: 3px;
	background: #283f51;
	margin-top: 7px;
}
.section2 .bd .active .title:after {
	background-color: #9f9f9f;
}
.section2 .bd .year {
	font-size: 75px;
	color: #334555;
	font-weight: 900;
}
.section2 .bd .description {
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	position: absolute;
	width: 500px;
}
.section2 .bd .item:nth-child(even) .description {
	position: relative;
	width: unset;
}
.section2 .bd .item.active .img {
	border: 3px solid #008cce;
}
.section2 .bd .item.active .img:before{
	background-color: #008cce;
}
.section2 .bd .item.active .img:after{
	border-color: #008cce;
}
.section2 .bd .item.active .title ,.section2 .bd .item.active .year ,.section2 .bd .item.active .description {
	color: #008cce;
}
.section3 {
	background-color: #334555;
	background-image: url(../images/main_03.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.section3 .container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section3 .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section3 .hd .subtitle{
	font-size: 25px;
	font-weight: 500;
	color: #008cce;
	text-align: center;
	padding-top: 100px;
}
.section3 .hd .subtitle:after {
	content:'';
	display: block;
	width: 30px;
	height: 2px;
	background: #008cce;
	margin-top: 7px;
	margin: 5px auto 0;
}
.section3 .hd .title{
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
.section3 .bd {
	flex-wrap: wrap;
}
.section3 .bd .item {
	display: flex;
	min-width:33%;
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
}
.section3 .bd .item:nth-child(1)  {
	margin-left: 16.5%;
	flex: 1;
}
.section3 .bd .item:nth-child(2)  {
	margin-right: 16.5%;
	flex: 1;
}
.section3 .bd .item .icon {
	margin: 0 auto;
	text-align: center;
}
.section3 .bd .title {
	font-size: 26px;
	color: #ffff;
	font-weight: 700;
	text-align: center;
}
.section3 .bd .description {
	font-size: 22px;
	font-weight: 200;
	color: #fff;
	text-align: center;
}
.section4 .hd {
	padding-top: 200px;
	text-align: center;
}
.section4 .bd .item {
    cursor: pointer;
}
.section4 .bd .item .title {
	font-size: 27px;
	font-weight: 700;
	padding: 20px 0 0px;
}

.section4 .bd .item .description {
	padding-top: 5px;
	font-size: 22px;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: #008cce;
	padding-bottom: 50px;
}
.section4 .bd {
	padding-bottom: 900px;
}

.section5  {
	background-color: #f5f6f6;
}
.section5 .hd {
	padding-top: 200px;
	text-align: center;
}
.section5 .bd .subtitle {
	font-size: 30px;
	font-weight: 500;
	color: #334555;
	padding-bottom: 20px;
}
.section5 .bd .table-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 30px;
}
.section5 .bd .table-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #ececec;
	padding: 30px;
	margin-bottom: 100px;
	border-radius: 20px;
}
.section5 .bd .table-info .item .txts {
	display: flex;
	flex-direction: row;
	font-size: 22px;
	padding-bottom: 10px;
	letter-spacing: -0.7px;
}
.section5 .bd .table-info .item .txts .num {
	color: #008cce;
	margin-right: 5px;
	font-size: 24px;
}
.section5 .bd .table-info .item .txts .txt b {
	font-weight: 700;
}
.section5 .bd {
	padding-bottom: 1900px;
}
.section6 .contact {
	background-color: #334555;
	background-image: url(../images/main_02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100vh;
}
.section6 .contact .item {
	height: 650px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 100px;
	color: #fff;
	padding: 50px 0 0 50px;
}
.section6 .contact .item .txt1 {
	font-size: 20px;
	font-weight: 500;
}
.section6 .contact .item .txt2 {
	font-size: 40px;
	font-weight: 700;
}
.section6 .contact .item .txt3 {
	font-size: 18px;
	padding: 50px 0;
	font-weight: 200;
	line-height: 2;
}
.section .btn {
	display: block;
	height: 46px;
	border-radius: 30px;
	line-height: 46px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 200;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	transition: unset;
	border: 1px solid hsl(0, 0%, 81%);
	width: 200px;
	height: 40px;
	position: relative;
	overflow: hidden;
}
.section .btn i:before {
	content: '';
	display: block;
	width: 40px;
	border-top: 1px solid #fff;
}
.section .btn i:after {
	content: '';
	display: block;
	width: 8px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	right: -33px;
}
.section .txt5 .btn {
	color: #000;
	background:#fff;
}
.section .txt5 .btn i:after ,.section .txt5 i:before {
	border-color: #000;
}
.section .footer .item {
	padding: 50px 15px;
	font-size: 16px;
	font-weight: 200;
	line-height: 2;
	letter-spacing: -0.3px;
}
.section .footer .row .item:nth-child(2) {
    padding-left: 85px;
}
.section .footer .item img {
	padding-top: 24px;
}
.section .footer .item span {
	font-weight: 700;
	padding-left: 15px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	bottom: 100px;
	left: calc(50% - 90px);
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: 2px solid #283f51;
	background-color: unset;
}
.owl-theme .owl-dots .owl-dot.active span ,.owl-theme .owl-dots .owl-dot:hover span {
	background-color: unset;
	border-color: #008cce;
}
.section0 .item {
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	width: 100vw;
	background-size: cover;
	background-position:center;
}
.section0 .item img {
	width: 100%;
}
.section {
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
  }
  
  .scrollable-content {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	box-sizing: border-box;
  }

  .active .ani-step1 {
    animation-duration: 1s;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		visibility: visible;
		animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .ani-step2 {
    animation-duration: 1s;
		animation-delay: 0.6s;
		animation-iteration-count: 1;
		visibility: visible;
		animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .ani-step3 {
    animation-duration: 1s;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
		visibility: visible;
		animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .ani-step4 {
    animation-duration: 1s;
		animation-delay: 1.0s;
		animation-iteration-count: 1;
		visibility: visible;
		animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .ani-step5 {
    animation-duration: 1s;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
		visibility: visible;
		animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.active .ani-step6 {
    animation-duration: 1s;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
		visibility: visible;
		animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media(max-width:768px){
	.section0 .item {
		height: 50vh;
		max-height: 100vh;
		overflow: hidden;
		width: 100vw;
		background-size: cover;
		background-position:center;
	}
	.section {
		height: unset;
	}
	.section1 .about, .section2 .history {
		height: unset;
	}
	.section1 .about .subtitle, .section2 .history .subtitle, .section4 .hd .subtitle, .section5 .hd .subtitle {
		padding-top: 50px;
	}
	.navbar-brand {
		height: 68px;
		padding: 15px 0;
	}
	.navbar-brand img {
		width: 80%;
	}
	nav.navbar.bootsnav ul.nav > li > a {
		padding: 30px;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		bottom: 40px;
	}
	.section1 .about .subtitle, .section2 .history .subtitle, .section4 .hd .subtitle, .section5 .hd .subtitle ,.section3 .hd .title {
		font-size: 16px;
	}
	.section1 .about .title, .section2 .history .title, .section4 .hd .title, .section5 .hd .title ,.section3 .hd .title {
		font-size: 26px;
	}
	.section1 .about .description {
		font-size: 16px;
	}
	.section1 .about .description br {
	    padding-bottom: 15px;
	}
	.section2 .bd {
		flex-direction: column;
		justify-content: start;
		align-items: flex-start;
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.section2 .bd .item {
		padding-top: 0;
		margin: 0;
		margin-bottom: 100px;
		margin-left: 70px!important;
	}
	.section2 .bd .description {
		position: relative;
		font-size: 14px;
		width: unset;
		padding-right: 10px;
	}
	.section2 .bd .year {
		font-size: 28px;
	}
	.section2 .bd .title {
		font-size: 20px;
	}
	.section2 .bd .item:nth-child(even) {
		margin-left: 0;
	}
	.section2 .bd .item .img:before {
		left: -37px!important;
		margin-top: 39px!important;
	}
	.section2 .bd .item .img:after {
		width: 32px;
		height: 1px;
		border-top: 1px solid #334555;
		border-left:none;
		left: -29px!important;
		margin-top: -55px!important;
	}
	.section2 .history {
		position: relative;
	}
	.section2 .arrow {
		position: absolute;
		left: 10px;
		top: 300px;
		flex-direction: column;
	}
	.section2 .arrow .line {
		height: 1300px;
		width: 24px;
		background-image: linear-gradient(to bottom, #fff, #334555);
	}
	.section2 .arrow .arrow-right {
		width: 28px;
		height: 46px;
		border-top: 28px solid #334555;
		border-left: 28px solid transparent;
		border-right: 28px solid transparent;
	}
	.section2 .bd .description br {
		display: none;
	}
	.section3 .bd {
		padding-bottom: 50px;
	}
	.section3 .bd .title {
		font-size: 16px;
	}
	.section3 .bd .description {
		font-size: 12px;
	}
	.section3 .bd .item .icon img {
		width: 50%;
	}
	.section3 .bd .item {
		width: 50%!important;
		margin: 0!important;
		padding-bottom: 50px;
	}
	.section3 .container {
		min-height: unset;
	}
	.section2 .ft {
		padding-bottom: 50px;
	}
	.section4 .hd {
		padding-top: 70px;
	}
	.section4 .bd .item .title {
		font-size: 20px;
	}
	.section4 .bd .item .description {
		font-size: 16px;
	}
	.section4 .bd {
		padding-bottom: 100px;
	}
	.section5 .bd .table-group {
		flex-direction: column;
	}
	.section5 .bd .table-group .item {
		padding-bottom: 25px;
	}
	.section5 .hd {
		padding-top: 100px;
	}
	.section5 .bd .subtitle {
		font-size: 20px;
	}
	.section5 .bd .table-info {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.section5 .bd .table-info .item .txts {
		font-size: 16px;
	}
	.section5 .bd .table-group-m {
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.section5 .bd .table-group-m .item {
		width: 50%;
		padding: 15px;
	}
	.section5 .bd {
		padding-bottom: 50px;
	}
	.section6 .contact {
		height: unset;
	}
	.section6 .contact .col-md-4:not(:first-child) .item {
	    margin-top: 0;
	}
	.section6 .contact .item .txt3 {
		font-size: 16px;
	}
	.section6 .contact .item {
		padding: 35px 45px;
	}
	.section6 .contact .item .txt2 {
		font-size: 30px;
	}
	.section6 .contact .item .txt1 {
		font-size: 14px;
	}
	.section .footer .item:not(:first-child) {
		padding: 0 15px;
		font-size: 14px;
	}
	.section .footer {
		padding-bottom: 70px;
		padding-top: 50px;
	}
	.section .footer .row .item:nth-child(2) {
	    padding-left: 14px;
	    padding-bottom: 10px;
	}
	.section0 {
	    margin-top: 70px;
	}
	nav.navbar.bootsnav .navbar-brand{
	    float: right!important;
	}
	.navbar-brand > img {
	    float: right;
	}
	.section5 .bd .table-info .item .txts .num {
	    margin-top: -5px;
	}
	nav.navbar.bootsnav {
	    border: none;
	}
	.section .footer .item span {
	    padding-left: 0;
	}
}