/* sub css */
.parallax {
	position:relative;
	margin-top: 100px;
	height: 620px;
	overflow:hidden;
}

.parallax .bg {
	position:absolute;
	background-image:url('../img/sub/parallax_bg.jpg');
	height: 620px;
	background-position:center;
	background-size:cover;
	width: 100%;
	animation: zoomOut 4.8s .2s ease both;
}

@keyframes zoomOut {
	0% {
		transform:scale3d(1.08, 1.08, 1.08);
	}

	100% {
		transform:scale3d(1, 1, 1);
	}
}



.parallax .row {
	position:relative;
	height:100%;
}

.parallax p {
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	animation: sub-text 1.5s ease-in-out both;
}

@keyframes sub-text {
	0% {
		clip:rect(0,311px,214px,311px);
	}

	100% {
		clip:rect(0,622px,214px,0);
	}
}

.parallax .route {
	display:flex;
	justify-content:center;
	position:absolute;
	left: 0;
	width: 100%;
	text-align:center;
	bottom: 0;
	!border-top:1px solid #8daab3;
}

.parallax .route::after {
	display:none;
}

.parallax .route li {
	position:relative;
}

/*.parallax .route li::after {
	position:absolute;
	content:'';
	display:block;
	width: 1px;
	height: 10px;
	background-color:#9fb7ba;
	top: 50%;
	margin-top: -5px;
	right: -20px;
}

.parallax .route li:last-child::after {
	content:none;
}*/

.parallax .route li a {
	display:inline-block;
	width: 100%;
	height: 60px;
	line-height:60px;
	padding: 0 50px;
	color:#004A68;
	background-color:#fff;
	font-family:'KOAROOOTFMedium';
	
}

.parallax .route li a:hover,
.parallax .route li a.active {
	font-weight:bold;
	color: #fff;
	background-color: #004A68;
}

.container {
	padding: 80px 0;
	text-align:center;
}

.container .row {
	max-width:1140px;
	margin: auto;
	padding: 0 20px;
	text-align:center;
}

.container .row > h3 {
	font-size:50px;
	margin-bottom: 80px;
	position:relative;
}

.container .row > h6 {
	font-size:50px;
	margin-bottom: 80px;
	position:relative;
	font-family:'KOAROOOTFMedium';
}

/* .container .row > h3::after {
	position:absolute;
	left: 50%;
	margin-left: -7px;
	margin-top: 10px;
	content:'';
	display:block;
	width: 14px;
	height: 14px;
	border-radius:50%;
	background-color:#C30A18;
} */

.sub_f {
	margin-top: 30px;
	font-size: 12px;
	color: #858585;
	text-align: left;
	font-family:'KOAROOOTFLight';
}

.sub_f dl {
	margin-bottom: 3px;
	display:flex;
}

.sub_f dt {
	padding-right: 10px;
}

.sub_f dd {
	
}

/* 관심고객등록 */
.pb_30 {
	padding-bottom: 30px;
}

.agree_wrap {
	padding-bottom: 40px;
	margin-bottom: 30px;
	text-align:left;
}

.agree_box {
	width: 100%;
	/* overflow-y: scroll; */
	/* border: 2px solid #3f1d42; */
	padding: 20px;
	margin-bottom: 20px;
	color: #333;
	font-size: 17px;
	font-family:'KOAROOOTFLight';
}

.agree_box p {
	margin-bottom: 20px;
}

.agree_box p:last-of-type {
	margin-bottom: 0;
}

.agree_box .h5 {
	display: inline-block;
	font-weight: 800;
	font-size: 19px;
}

.agree_box .h6 {
	display: inline-block;
	font-weight: 800;
}

.agree_radio {
	font-size: 18px;
	padding-left: 20px;
	font-family:'KOAROOOTFMedium';
}

.agree_radio label {
	display:inline-block;
	margin-left: 5px;
	cursor:pointer;
}

.agree_radio input {
	vertical-align:middle;
	margin-top: -3px;
}

.board_write_form {
	width: 100%;
}


.board_write_form .form_field:first-child {
	!border-top: 1px solid #e4e4e4;
}

.board_write_form .form_field {
	font-size: 15px;
	border-bottom: 1px solid #909090;
	font-family:'KOAROOOTFLight';
}



.board_write_form .form_field th {
	border-bottom: 1px solid #909090;
	width: 120px;
	font-size: 18px;
	text-align: left;
	padding: 20px;
	padding-left: 40px;
	vertical-align:middle;
	font-family:'KOAROOOTFMedium';
}

.board_write_form td.field {
	font-size: 18px;
	padding: 20px;
	text-align:left;
}

.board_write_form td.field.type span,
.board_write_form td.field.age span {
	display:inline-block;
	margin-right: 30px;
}

.board_write_form td.field span label {
	cursor:pointer;
}


.board_write_form .buttons {
	text-align: center;
   margin-top: 30px;
}

.board_write_form .buttons a.confirm {
	background-color: #004a68;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	width: 220px;
	height: 66px;
	line-height:66px;
	font-family:'KOAROOOTFMedium';
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
	height: 35px;
}

.w120 {
	width: 120px;
}

.w500 {
	width: 500px;
}

.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.find_tel {
	width: 100px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 17px;
	background-color: #004a68;
	color:#fff;
	margin-left: 5px;
}

.find_post {
	width: 150px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 17px;
	background-color: #004a68;
	color:#fff;
	margin-left: 5px;
	font-family:'KOAROOOTFLight';
}

.news-zone {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.news-zone li {
	max-height: 435px;
	margin-bottom: 40px;
}

.news-zone li {
	position:relative;
	width: 31%;
	margin-right: 2%;
	text-align:left;
}

.news-zone li a:hover {
	
}

.news-zone li a .inner:hover {
	border:1px solid #2c3d47; 
	-webkit-transform: scale(1.03); 
	transform: scale(1.03); -webkit-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; -webkit-box-shadow: 20px 30px 50px 8px black; 
	box-shadow: 0px 20px 30px 8px rgba(0,0,0,.1);}
}


.news-zone li:nth-child(3n) {
	margin-right: 0;
}

.news-zone li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.news-zone li .thumbnail img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.news-zone li .thumbnail {
	width: 100%;
	height: 190px;
	max-height: 190px;
	flex: 1;
}

.news-zone li .content {
	width: 100%;
	height: 245px;
	max-height: 245px;
	flex: 1;
	padding: 30px;
	letter-spacing:-1px;
	border:1px solid #d5d5d5;
}

.news-zone li .content .news-title {
	font-size:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 55px;
	margin-bottom: 20px;
	line-height:140%;
	color: #5f5e5e;
}

.news-zone li .content .news-content {
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 65px;
	margin-bottom: 20px;
}

.news-zone li .news-info {
	display: flex;
	justify-content: space-between;
	font-size:13px;
}

.indicator {
	display:flex;
	justify-content: center;
	margin-bottom: 20px;
}

.indicator ul { display:flex;}

.indicator li { margin:0 2px}
.indicator li a { 
	display:flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	font-weight: normal;
}

.indicator li a:hover, .indicator li a.active {
	background-color: #01466F;
	border: 1px solid #01466F;
	color: #fff;
}

.tab {
	display: flex;
	justify-content: center;
	margin-bottom: 80px; 
	width: 100%;
	text-align:center;
}

.tab li {
	flex-basis: calc(50% - 10px);
	text-align:center;
	height: 70px;
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 22px;
	transition-duration: 400ms;
	line-height: 70px;
	cursor: pointer;
	margin-right: 8px;
	font-family:'KOAROOOTFMedium';
}

.tab li.active,
.tab li:hover {
	background-color: #086083;
	color: #fff;
}

.tab li:last-child {
	margin-right: 0;
}

.tab::after {
	display: none;
}

.footer {
	border-top: 1px solid #e5e5e5;
}