/* sub css */
.parallax {
	position:relative;
	margin-top: 100px;
	height: 589px;
	overflow:hidden;
}

.parallax .bg {
	position:absolute;
	background-image:url('../img/regist_banner.png');
	height: 589px;
	background-position:center;
	background-size:cover;
	width: 100%;
	animation: zoomOut 4.8s .2s 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: calc(50% + 25px);
	transform:translateX(-50%);
	text-align:center;
}

.parallax .text__ p {
	position:absolute;
	width: 530px;
	bottom: 120%;
	left: 50%;
	transform:translateX(-50%);
	color:#fff;
	font-family: 'NotoSansKR-Light' !important;
	font-size: 60px;
	letter-spacing: 5px;
	animation: sub-text 1.5s .2s ease-in-out both;
}

@keyframes sub-text {
	0% {
		clip:rect(0,0,90px,0);
	}

	100% {
		clip:rect(0,530px,90px,0);
	}
}

.parallax .text__ span {
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
	font-family: 'NotoSansKR-Light' !important;
	animation: sub_logo_ani .7s 1.2s ease-in-out both;
}

@keyframes sub_logo_ani {
	0% {
		filter:blur(7px);
		opacity: 0;
	}
		100% {
		filter:blur(0);
		opacity: 1;
	}
}

.overflow {
	position:absolute;
	width: 1200px;
	left: 50%;
	bottom: 0;
	margin-left: -550px;
	z-index: 99;
	max-width:1200px;
	background-color: #fff;
	text-align:center;
	height: 60px;
	/* overflow: hidden; */
}

.overflow ul.route {
	display:flex;
	position:relative;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
}

.overflow ul.route li {
	position:relative;
	white-space: normal;
	padding: 0 25px;
}

.overflow ul.route li::after {
	position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #6b6b6b;
    top: 50%;
    margin-top: -5px;
    right: 0;
}

.overflow ul.route li:last-child::after {
	display:none;
}

.overflow ul.route li a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #000;
	transition-duration: 400ms;
}

.overflow ul.route li a:hover,
.overflow ul.route li a.active {
	color:#c20413;
}

.route_menu_wrap {
	position:relative;
	background-color: #fff;
}

.route_menu {
	position:relative;
	max-width:1200px;
	margin: auto;
	display:flex;
	justify-content: flex-end;
	z-index: 99999;
}

.route_menu > li {
	position:relative;
	width: calc((100% - 70px) / 2);
}

.route_menu > li.rmenu {
	position:relative;
	max-width: 220px;
}

.route_menu > li.rmenu > a {
	display:block;
	line-height:60px;
	padding-left: 30px;
	cursor:pointer;
	font-size:16px;
	color:#1a1a1a;
	width: 100%;
	font-family:'NotoSansKR-Regular';
	letter-spacing: -1px;
}

.route_menu > li.rmenu.off > a {
	cursor:default;
}

.route_menu > li.rmenu.off span {
	display:none;
}

.route_menu > li.rmenu .arrow {
	position:absolute;
	top: calc(50%);
	transform:translateY(-50%);
	right: 15px;
	transition:all 300ms;
	width: 8px;
	height: 12px;
	background-image:url('../img/sub/icon_arrow.png?new');
	background-size:100%;
	background-position:center;
}

.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;
	font-size:14px;
	z-index: 99999;
	border-top:1px solid #d9d8d8;
}

.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:#1a1a1a;
	padding: 15px 0;
	padding-left: 30px;
	border:1px solid #d9d8d8;
	border-top:none;
	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;
}

.route_menu .home {
	width: 60px;
	position:relative;
}

.route_menu .home::after {
	position:absolute;
	content:'';
	display:block;
	width: 1px;
	height: 13px;
	background-color:#d9d8d8;
	top: calc(50%);
	right: -5px;
	transform:translateY(-50%);
}

.route_menu .home a {
	display:block;
	background-color:#fff;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align:center;
}

.container {
	height: auto;
	padding: 100px 0 80px;
	text-align:center;
}

.container .row {
	max-width:1240px;
	margin: auto;
	padding: 0 20px;
	text-align:center;
}

.container .row > h6 {
	text-align: left;
	font-size:34px;
	padding-left: 30px;
	padding-bottom: 15px;
	margin-bottom: 80px;
	position:relative;
	border-bottom: 1px solid #ededed;
	font-family:'NotoSansKR-Regular';
	color: #1a1a1a;
}

 .container .row > h6::before {
 	content:'';
	position:absolute;
	left: 5px;
	top: calc(50% - 7px);
	transform: translateY(-50%);
	display:block;
	width: 10px;
	height: 10px;
	background-color:#5c525b;
}

.sub_f {
	margin-top: 50px;
	font-size: 14px;
	color: #4b4b4b;
	text-align: left;
	background-color:#f4f4f4;
	padding: 40px;
	padding-left: 150px;
	background-image:url('../img/sub/sub_f_img.png?new');
	background-position: 40px center;
	font-family:'NotoSansKR-Medium';
}

.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;
}

.sup_btn {
	width: 210px;
	height: 70px;
	background-color: #e73137;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 40px;
}

.sup_btn p {
	color: #fff;
	font-size: 26px;
}

/* 관심고객등록 */
.pb_30 {
	padding-bottom: 30px;
}

.agree_wrap {
	padding-bottom: 35px;
	text-align:left;
}

.agree_box {
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #1a1a1a;
	font-size: 13px;
	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:'Noto Sans KR', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
}

.agree_radio {
	font-size: 15px;
	padding-left: 15px;
	font-family:'Noto Sans KR', sans-serif;
}

.agree_radio span {
	margin-right: 10px;
}

.agree_radio label {
	display:inline-block;
	margin-left: 5px;
	cursor:pointer;
}

.agree_radio input {
	vertical-align:middle;
	margin-top: -1px;
	margin-right: 2px;
}

input:checked {
  accent-color: #B7835D !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: 16px;
	text-align: left;
	padding: 20px;
	padding-left: 40px;
	vertical-align:middle;
	font-family:'Noto Sans KR', sans-serif;
}

.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: 30px;
}

.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: 10px;
}

.board_write_form .buttons a.confirm {
	background-color: #B7835D;
	color: #fff;
	border: 2px solid #B7835D;
	display: inline-block;
	font-size: 18px;
	width: 170px;
	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: #B7835D;
	border: 2px solid #B7835D;
}

.board_write_form input[type='text'],
.board_write_form input[type='tel'],
.board_write_form select {
	height: 35px;
	font-size: 15px;
	font-family:'Noto Sans KR', sans-serif;
	line-height: 35px;
	padding-left: 10px;
}

.board_write_form select {
	margin-right: 2px;
}

.board_write_form input[type='tel'] {
	margin-left: 5px;
}

.w120 {
	width: 120px;
}

.w200 {
	width: 260px;
}

.w500 {
	width: 420px;
}

.board_write_form .form-group:nth-of-type(2) {
	margin: 5px 0;
}

.find_post {
	width: 120px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 15px;
	background-color: #5c525b;
	color:#fff;
	margin-left: 5px;
	font-family:'Noto Sans KR', sans-serif;
}

/* 언론보도 */
.news-zone {
	display: flex;
	flex-wrap: wrap;
}

.news-zone li {
	max-height: 435px;
	margin-bottom: 55px;
}

.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;
}

.paging {margin:50px 0 20px 0; text-align:center}
.paging a {display:inline-block; width:46px; height:46px; line-height: 23px; padding:11px 8px 13px 8px; border:none; font-size:18px !important; text-align:center; transition:all 0.3s ease; border-radius:0;}
.paging a.on {background-color:#B7835D; color:#fff; font-weight:600;}
.paging a.on:hover{background-color:#B7835D; color:#fff; font-weight:600;}
.paging a:hover {background-color:#fff; color:#B7835D; }
.paging a.contr {margin:0;}
.paging a.contr:hover {background:#e8e8e8; color:#222; border:none}
.paging a.prev {margin-right:15px;}
.paging a.next {margin-left:15px;}

.news_none {
	display: none;
}

/* .tab {
	margin-bottom: 60px;
}

.tab li {
	display:inline-block;
}

.tab li a {
	display:inline-block;
	width: 200px;
	text-align:center;
	height: 70px;
	line-height:70px;
	border:1px solid #AC6A3A;
	color:#AC6A3A;
	cursor:pointer;
	font-size:25px;
}

.tab li.on a,
.tab li a:hover {
	background-color:#AC6A3A;
	color:#fff;
} */

