/* 스크롤바 숨김(스크롤은 가능) */
html, body {
	-ms-overflow-style: none;  /* IE/Edge(레거시) */
	scrollbar-width: none;     /* Firefox */
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	display: none;             /* Chrome/Safari */
}

/* sub css */
.parallax {
	position:relative;
	height: 492px;
	overflow:hidden;
}

.parallax .bg {
	position:absolute;
	background-image:url('../img/sub/parallax_bg.jpg');
	height: 492px;
	background-position:center;
	background-size:cover;
	width: 100%;
	animation: zoomOut 4s .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%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.parallax h5 {
	font-family:'Outfit-Light';
	font-size: 60px;
	color: #000000;
	letter-spacing: 12px;
	opacity: 0;
	transform: translateY(40px);
	animation: sub-text 1s .3s ease-in-out both;
}

@keyframes sub-text {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.parallax h6 {
	font-size: 20px;
	opacity: 0;
	animation: sub-text2 .8s .8s ease-in-out both;
}

@keyframes sub-text2 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.route_menu_wrap {
	position: relative;
	background-color: #ffffff;
	width: 100vw;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: center;
}

.route_menu {
	position:relative;
	display:flex;
	z-index: 99999;
	height: 60px;
	width: 1100px;
}

.route_menu .home {
	width: 70px;
}

.route_menu .home a {
	display:block;
	background-color:#ffffff;
	width: 70px;
	height: 60px;
	line-height:55px;
	text-align:center;
	position: relative;
}
.route_menu .home a::after {
	display: inline-block;
	position: absolute;
	content: '|';
	right: 0;
	color: #e4e4e4;
	top: 50%;
	transform: translateY(-50%);
}

.route_menu > li {
	position:relative;
	width: calc((100% - 480px) / 2);
}

.route_menu > li:last-child {
	margin-left: -1px;
}

.route_menu > li.rmenu {
	position:relative;
}

.route_menu > li.rmenu::after {
	display: inline-block;
	position: absolute;
	content: '|';
	right: 0;
	color: #e4e4e4;
	top: 50%;
	transform: translateY(-50%);
}

.route_menu > li:last-child.rmenu::after {
	display: none;
}

.route_menu > li.rmenu > a {
	display:block;
	line-height:60px;
	padding-left: 60px;
	cursor:pointer;
	font-size:16px;
	color:#0e1f2c;
	width: 100%;
	font-family:'NotoSansKR-Regular';
}

.route_menu > li.rmenu.off > a {
	cursor:default;
}

.route_menu > li.rmenu.off span {
	display:none;
}

.route_menu > li.rmenu .arrow {
	position:absolute;
	top: 50%;
	right: 60px;
	width: 8px;
	height: 15px;

	background-image:url('../img/sub/icon_arrow.png?new');
	background-size:100%;
	background-position:center;

	transform: translateY(-50%);
	transform-origin: center center;
	transition: all 300ms;
}

.route_menu > li.rmenu.active .arrow {
	transform: translateY(-50%) rotate(90deg);
}

.route_menu > li.rmenu .arrow img {
	opacity: 0;
}



.route_menu > li.rmenu .rsub_menu {
	display:none;
	background-color:#fff;
	width: 100%;
	position:absolute;
	font-size:16px;
	z-index: 99999;
	border-top:1px solid #e5e5f0;
	!margin-left: -1px;
}

.route_menu > li.rmenu > a.line2 {
	line-height: 130%;
	margin-top: 11px;
	margin-bottom: 12px;
}

.route_menu > li.rmenu:nth-child(2) .rsub_menu {
	background-color:#fff;
}

.route_menu > li.rmenu .rsub_menu li a {
	display:block;
	color:#0e1f2c;
	padding: 15px 0;
	padding-left: 60px;
	border:1px solid #e5e5f0;
	border-top:0px;
	font-family:'NotoSansKR-Regular';
}

.route_menu > li.rmenu .rsub_menu li a:hover {
	font-family:'NotoSansKR-Medium';
}

.route_menu > li.rmenu .rsub_menu li a.active {
	display:none;
}

.container {
	padding: 80px 0 100px;
	text-align:center;
}

.container .row {
	max-width: 1100px;
	margin: auto;
	padding: 0;
	text-align:center;
}

.container .row > h6 {
	font-size:36px;
	margin-bottom: 80px;
	position:relative;
	font-family:'NotoSansKR-Medium';
	color: #363636;
}

.container .row > h6::after {
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	content:'';
	display:block;
	width: 50px;
	height: 3px;
	background-color:#363636;
} 

.sub_f {
	margin-top: 50px;
	font-size: 15px;
	color: #2f2f2f;
	text-align: left;
	background-color:#f4f4f4;
	padding: 40px;
	padding-left: 190px;
	background-image:url('../img/sub/sub_f_img.png?new');
	background-position: 70px center;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -0.3px;
}

.mobile_suf {
	font-size: 12px;
	color: #858585;
	text-align: left;
	margin-top: 10px;
}

.sub_f dl, .mobile_suf {
	margin-bottom: 3px;
	display:flex;
}

.sub_f dt, .mobile_suf dt{
	padding-right: 5px;
}

/* 관심고객등록 */
.pb_30 {
	padding-bottom: 30px;
}

.agree_wrap {
	padding-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:'NotoSansKR-Regular';
}

.agree_box p {
	margin-bottom: 20px;
}

.agree_box p:last-of-type {
	margin-bottom: 0;
}

.agree_box .h5 {
	display: inline-block;
	font-size: 19px;
	font-family:'NotoSansKR-Medium';
	margin-bottom: 5px;
}

.agree_box .h6 {
	display: inline-block;
	font-family:'NotoSansKR-Medium';
	margin-bottom: 5px;
}

.agree_radio {
	font-size: 18px;
	padding-left: 20px;
	font-family:'NotoSansKR-Medium';
}

.agree_radio label {
	display:inline-block;
	margin-right: 15px;
	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:'NotoSansKR-Regular';
}

.board_write_form .form_field th {
	border-bottom: 1px solid #909090;
	width: 120px;
	font-size: 20px;
	text-align: left;
	padding: 20px;
	padding-left: 40px;
	vertical-align:middle;
	font-family:'NotoSansKR-Medium';
}

.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;
}

.hypen {
	margin: 0 5px 0 3px;
}

.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: #002c56;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	width: 230px;
	height: 66px;
	line-height:66px;
	font-family:'NotoSansKR-Medium';
}

.board_write_form input[type='text'], .board_write_form input[type='tel'], .board_write_form select {
	height: 40px;
	font-size: 18px;
}

.w120 {
	width: 120px;
}

.w230 {
	width: 340px;
}

.w500 {
	width: 500px;
}

.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.find_tel {
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 17px;
	background-color: #004a68;
	color:#fff;
	margin-left: 5px;
}

.find_post {
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
	background-color: #009fa8;
	color:#fff;
	margin-left: 5px;
	font-family:'NotoSansKR-Regular';
}

/* 언론보도 */
.news-zone {
	display: flex;
	flex-wrap: wrap;
}

.news-zone li {
	max-height: 435px;
	margin-bottom: 50px;
}

.news-zone li {
	position:relative;
	width: 31%;
	margin-right: 3%;
	text-align:left;
}

.news-zone li:nth-child(3), .news-zone li:nth-child(6) {
	margin-right: 0;
}

.news-zone li .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%;
	padding: 30px;
	height: 270px;
	max-height: 270px;
	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;
	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-top: 30px;
}

.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 #002c56;
	font-weight: normal;
	color: #002c56;
}

.indicator li a:hover, .indicator li a.active {
	background-color: #002c56;
	color: #fff;
}

/*notice*/
.container .board-table {
	width: 100%;
	border-top: 2px solid #002c56;
	font-size: 16px;
	margin-bottom: 60px;
}

.container .board-table th,
.container .board-table td {
	padding: 10px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}

.container .indicator {
	text-align: center;
}

.container .search-form select,
.container .search-form input,
.container .search-form span {
	display: inline-block;
	height: 30px;
}

.container .search-form span {
	width: 30px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	line-height: 30px;
	cursor: pointer;
	vertical-align: top;
	transition: all 300ms;
}

.btn a {
	margin: auto;
	margin-top: 50px;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	background-color:#002c56;
	color:#fff;
	font-size:20px;
}

.board-table-view {
	width: 100%;
	text-align:center;
	border-top: 2px solid #000;
}

.board-table-view.h {
	text-align:left;
}

.board-table-view tr {
    border-bottom: 1px solid #d5d5d5;
}
.board-table-view tr.notice {
	background-color:#e5e5e5;
	color:#001432;
}

.board-table-view tr.notice td,
.board-table-view tr.notice td a{
	font-family:'NotoSansKR-Regular';
	color:#001432;
}

.board-table-view th {
    background-color: #f5f5f5;
    padding: 15px;
    text-align: center;
}

.board-table-view.v th {
	 background-color: #001432;
	 color:#fff;
}

.board-table-view.h th {
	width: 200px;
}

.board-table-view td {
    padding: 15px;
	color:#464646;
}

.board-table-view td a {
	display:inline;
}

.board-table-view td a:hover {
	color:#a5a5a5;
}

.board-table-view td .image {
	margin-bottom: 10px;
}

