/* sub css */

.parallax {
	position:relative;
	overflow:hidden;
	height: 450px;
}

.parallax .bg {
	position:absolute;
	background-image:url('../img/sub/parallax_bg.jpg');
	width: 100%;
	height: 100%;
	background-position:center;
	background-size:cover;
	animation: zoomOut 5s ease both;
}

@keyframes zoomOut {
	0% {
		transform:scale3d(1.1, 1.1, 1.1);
	}

	100% {
		transform:scale3d(1, 1, 1);
	}
}

.parallax .text__ {
	position:absolute;
	left: 50%;
	top: 55%;
	transform:translate(-50%, -50%);
	text-align:center;
	animation: sub-text 1s .2s ease-in-out both;
}
.page-subtext {
	font-size: 23px;
	color: #7b6e66;
	margin-bottom: 10px;
	text-align: center;
}

.page-subtext::after {
	content: "";
	display: block;
	width: 30px;
	border-bottom: 2px solid #b6a9a1;
	margin: 15px auto 0;
}


.parallax .text__ h2 {
	color: #7b6e66;
	font-size: 42px;
	font-family: 'NotoSansKR';
}

@keyframes sub-text {
	0% {
		filter:blur(7px);
		opacity: 0;
	}
	100% {
		filter:blur(0);
		opacity: 1;
	}
}

.route_menu_wrap {
	position:relative;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #7b6e66;
}

.route_menu {
	position:relative;
	max-width:1200px;
	margin: auto;
	display:flex;
	justify-content: center;
	z-index: 99999;
}

.route_menu .home {
	width: 80px;
}

.route_menu .home a {
	display:block;
	width: 80px;
	height: 70px;
	line-height:67px;
}

.route_menu .home::after {
	position:absolute;
	content:'';
	display:block;
	width: 1px;
	height: 40px;
	background-color:#e4e4e4;
	top: 50%;
	right: 0;
	transform:translateY(-50%);
}

.route_menu > li {
	position:relative;
	width: calc((100% - 80px) / 2);
}

.route_menu > li:last-child {
	margin-left: -1px;
}

.route_menu > li.rmenu {
	position:relative;
	max-width: 270px;
}

.route_menu > li.rmenu::after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #b0a9a5;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.route_menu > li.rmenu:last-child::after {
	content: none;
}
.route_menu > li.rmenu > a {
	text-align: center;
	display:block;
	line-height:70px;
	padding-left: 30px;
	cursor:pointer;
	font-size:14px;
	color: #ffffff;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.5px;
}
.route_menu > li.rmenu:nth-child(2) > a {
	padding-left: 0;
}

.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%;
	transform:translateY(-50%);
	right: 35px;
	transition:all 300ms;
	width: 20px;
	height: 15px;
	background-image:url('../img/sub/icon_arrow.png?new');
	background-size:100%;
	background-position:center;
	cursor: pointer;
}

.route_menu > li.rmenu .arrow2 {
	position:absolute;
	top: 50%;
	transform: translateY(-50%) rotate(270deg);
	right: 35px;
	transition:all 300ms;
	width: 20px;
	height: 15px;
	background-image:url('../img/sub/icon_arrow.png?new');
	background-size:100%;
	background-position:center;
	/*cursor: pointer;*/
}

.route_menu > li.rmenu .arrow img {
	opacity: 0;
}

.route_menu > li.rmenu.active .arrow {
	transform:rotate(180deg) translateY(50%);
}

.route_menu > li.rmenu .rsub_menu {
	display:none;
	background-color:#fff;
	width: 100%;
	position:absolute;
	z-index: 99999;
}

.route_menu > li.rmenu > a.line2 {
	line-height: 130%;
	margin-top: 11px;
	margin-bottom: 12px;

}

.route_menu > li.rmenu .rsub_menu li a {
	display:block;
	color:#333333;
	padding: 15px 0;
	font-size: 16px;
	padding-left: 30px;
	border: 1px solid #d6d6d6;
	border-top: none;
	font-family:'Pretendard-Regular';
}

.route_menu > li.rmenu .rsub_menu li:first-child a {
	border-top: 1px solid #d6d6d6;
}

.route_menu > li.rmenu .rsub_menu li a:hover {
	font-family:'Pretendard-Medium';
	color: #102643;
}

.route_menu > li.rmenu .rsub_menu li a.active {
	display:none;
}

.container {
	padding: 100px 0 120px;
	text-align:center;
}

.container .row {
	/*max-width:1240px;*/
	max-width: fit-content;
	margin: auto;
	padding: 0 20px;
	text-align:center;
}
.m_fixed {
	display: none;
}
@media(max-width:750px) {
	.container .row {
		max-width: 722px;
	}


}

.sub_f {
	margin-top: 60px;
	font-size: 13px;
	color: #7f7f7f;
	text-align: left;
	background-color:#F3F3F3;
	padding: 40px;
	padding-left: 185px;
	background-image:url('../img/sub/sub_f_img.png?new');
	background-position: 60px center;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -0.7px;
}

.sub_f dl {
	margin-bottom: 3px;
	display:flex;
}

.sub_f dt {
	padding-right: 5px;
}

/* 관심고객등록 */
.agree_box {
	background-color: #fff;
	text-align: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #1a1a1a;
	font-size: 14px;
	font-family:'Noto Sans KR', sans-serif;
}

.agree_box p {
	margin-bottom: 20px;
}

.agree_box p:last-of-type {
	margin-bottom: 0;
}

.agree_box .h5 {
	display: inline-block;
	font-family:'NotoSansKR-Regular';
	font-size: 17px;
	margin-bottom: 10px;
}

.agree_box .h6 {
	display: inline-block;
	font-family:'NotoSansKR-Regular';
	font-size: 15px;
	margin-bottom: 5px;
}

.agree_radio {
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
	font-family:'NotoSansKR-Regular';
	margin-top: 20px;
}

.agree_radio span {
	margin-right: 10px;
}

.agree_radio label {
	display:inline-block;
	margin-left: 5px;
	cursor:pointer;
}

.agree_radio input {
	vertical-align:middle;
	margin-bottom: 3px;
	margin-right: 2px;
}

input:checked {
  accent-color: #102643 !important;
}

.board_write_form {
	width: 100%;
}

.board_write_form .form_field {
	font-size: 15px;
	border-bottom: 1px solid #bdbdbd;
	font-family:'NotoSansKR-Regular';
}

.board_write_form .form_field th {
	border-bottom: 1px solid #bdbdbd;
	width: 120px;
	font-size: 17px;
	text-align: left;
	padding: 20px;
	padding-left: 40px;
	vertical-align:middle;
	font-family:'NotoSansKR-Regular';
}

.board_write_form td.field {
	font-size: 16px;
	padding: 20px;
	text-align:left;
	font-family:'Noto Sans KR', sans-serif;
}

.board_write_form td.field.type span,
.board_write_form td.field.age span {
	display:inline-block;
	margin-right: 20px;
}

.board_write_form td.field span label {
	cursor:pointer;
}

.board_write_form td.field.age input {
	margin-bottom: 3px;
}

.board_write_form .buttons {
	text-align: center;
	margin-top: 50px;
}

.board_write_form .buttons a.confirm {
	background-color: #102643;
	color: #fff;
	border: 2px solid #102643;
	display: inline-block;
	font-size: 18px;
	width: 190px;
	height: 55px;
	line-height:50px;
	font-family:'NotoSansKR-Regular';
	transition:all 200ms ease-in-out;
}

.board_write_form .buttons a.confirm:hover {
	background-color: #fff;
	color: #102643;
	border: 2px solid #102643;
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
	height: 45px;
	font-size: 15px;
	font-family:'Noto Sans KR', sans-serif;
	line-height: 45px;
	padding-left: 10px;
}

.board_write_form select {
	margin-right: 2px;
}

.board_write_form input[type='tel'] {
	margin-left: 5px;
}

.w120 {
	width: 120px;
}

.w180 {
	width: 160px;
}

.w200 {
	width: 260px;
}

.w300 {
	width: 290px;
}

.w500 {
	width: 420px;
}

.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

 .wrap_slt {
   display: inline-block;
   margin-right: 2px;
}

.find_post {
	width: 120px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 15px;
	background-color: #0e468a;
	color:#fff;
	margin-left: 5px;
	font-family:'Noto Sans KR', sans-serif;
}

.popup_btn {
	cursor:pointer;
	font-size: 16px;
	font-family:'NotoSansKR-Medium';
}

.apply_popup {
	position: absolute;
	max-width:720px;
	width: 96%;
	display:none;
	text-align:center;
}

.closing {
	position:absolute;
	right: -50px;
	top: -10px;
	color:#fff;
	font-size:40px;
	cursor:pointer;
}

/* 언론보도 */
.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: #7b6e66;
	/*border: 1px solid #01466F;*/
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.container .row > img {
		margin: 0 auto;
	}

	.route_menu .home {
		width: 110px;
		text-align: center;
	}

	.route_menu .home a {
		width: 110px;
	}

	.route_menu > li.rmenu > a {
		font-size: 21px;
	}

	.route_menu > li.rmenu > a.line2 {
		line-height: 110%;
		margin: 12px 0;
	}

	.route_menu > li.rmenu .rsub_menu {
		top: 70px;
	}

	.route_menu > li.rmenu .rsub_menu li a {
		padding: 20px 30px;
		font-size: 20px;
	}

	.route_menu > li.rmenu .rsub_menu li a:hover {
		font-family:'Pretendard-Regular';
		color:#333333;
	}

	.parallax {
		height: 470px;
	}

	.parallax .bg {
		background-image:url('../img/sub/parallax_bg.jpg');
		background-position:center 100%;
	}

	.parallax .text__ {
		top: calc(50% + 50px);
	}

	.sub_f {
		font-size: 17px;
		background-position: 45px center;
		padding-left: 160px;
	}

	.board_write_form .form_field th {
		width: 160px;
	}

	.board_write_form td.field,
	.board_write_form .form_field th {
		font-size: 24px;
		font-family:'NotoSansKR-Medium';
		padding: 30px 20px;
	}

	.board_write_form input[type='text'],
	.board_write_form input[type='tel'],
	.board_write_form select,
	.find_post {
		height: 90px;
		line-height: 90px;
		font-size: 40px;
		border: 1px solid #888;
	}

	.board_write_form td input[type='checkbox'],
	.board_write_form td input[type='radio'],
	.agree_radio label input {
		width: 40px;
		height: 40px;
	}

	.find_post {
		width: 160px;
		border-radius: 3px;
	}

	.board_write_form td.field.age span {
		font-size:22px;
		float:left;
		width: 33.3333%;
		margin-right: 0;
	}

	.board_write_form td.field.age .wd {
		width: 40%;
	}

	.board_write_form td.field.age .wd2 {
		width: 30%;
	}

	.board_write_form td.field.route span {
		font-size:22px;
		float:left;
		width: 50%;
		margin-right: 0;
	}

	.board_write_form input[type='text']::placeholder {
		font-size:18px;
	}

	.board_write_form .buttons {
		margin-top: 60px;
	}

	.board_write_form .buttons a.confirm {
		width: 100%;
		height: 110px;
		line-height: 110px;
		font-size: 35px;
	}

	.board_write_form .buttons a.confirm:hover {
		background-color: #102643;
		color: #fff;
	}

	.agree_box {
		font-size: 28px;
		padding: 50px 40px;
	}

	.agree_box .h5 {
		font-size: 30px;
	}

	.agree_box .h6 {
		font-size: 30px;
	}

	.agree_radio {
		font-size:28px;
		margin-top: 40px;
	}

	.agree_radio span {
		display: block;
		margin: 20px 15px 20px 0;
	}

	.w200 {
		width: 400px;
	}

	.w500 {
		width: 460px;
	}

	.w100p {
		width: 100%;
	}

	.popup_btn {
		font-size: 30px;
	}

	.closing {
		top: -80px;
		right: 0;
		font-size: 60px;
	}

	.news-zone li {
		width: 49%;
	}

	.news-zone li:nth-child(2n) {
		margin-right: 0;
	}

	.news-zone li .content .news-title {
		font-size:22px;
	}

	.news-zone li .content .news-content {
		font-size:18px;
		height: 80px;
	}

	.indicator li a {
		width: 45px;
		height: 45px;
		line-height:45px;
		font-size:20px;
	}

	.w120 {
		width: 160px;
	}
	.m_phone_td {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.regi_con {
		padding: 100px 0 400px 0;
	}

	.video-box {
		position: relative;
		width: 100%;
		max-width: 800px; /* 최대 크기 제한 */
		margin: 0 auto;
		padding-bottom: 56.25%; /* 16:9 비율 (465/800 = 0.5625) */
		height: 0;
		overflow: hidden;
	}

	.video-box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}

























