/* sub css */
.parallax {
	position:relative;
	margin-top: 120px;
	background-image:url('../img/sub/parallax_bg.jpg');
	background-position:center;
	 background-size:cover; 
	height: 370px;
}

.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,188px,122px,188px);
	}

	100% {
		clip:rect(0,376px,122px,0);
	}
}

.overflow {
	position:absolute;
	width: 1100px;
	left: 50%;
	bottom: 0;
	margin-left: -550px;
	z-index: 99;
	max-width:1100px;
	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 {
	position:relative;
	max-width:1300px;
	width: 98vw;
	margin: auto;
	margin-top: -65px;
	background-color:#11243a;
	display:flex;
	z-index: 5;
}

.route_menu > li {
	width:calc(1235px / 2);
}

.route_menu > li.home {
	width: 65px;
}

.route_menu > li.rmenu {
	position:relative;
	
}
.route_menu > li:nth-child(2) {
	border-right: 1px solid rgba(122, 132, 143, 0.6);
}

.route_menu > li.rmenu > a {
	display:block;
	line-height:65px;
	width: 100%;
	padding-left: 50px;
	border-right:1px solid #11243a;
	cursor:pointer;
	font-size:18px;
	color:#fff;
}

.route_menu > li.rmenu .arrow {
	position:absolute;
	top: 20px;
	right: 20px;
	transition:all 300ms;
}

.route_menu > li.rmenu.active .arrow {
	transform:rotate(180deg);
}

.route_menu > li.rmenu .rsub_menu {
	display:none;
	background-color:#11243a;
	width: 100%;
	padding: 0 30px 20px;
	position:absolute;
	font-size:16px;
	z-index: 99999;
}

.route_menu > li.rmenu .rsub_menu li {
	
}

.route_menu > li.rmenu .rsub_menu li a {
	display:block;
	color:#fff;
	padding: 10px 0;
	border-bottom:1px solid #6275af;
}

.route_menu > li.rmenu .rsub_menu li:last-child a {
	border-bottom:0px;
}

.route_menu > li.rmenu .rsub_menu li a:hover {
	color:#999;
}

.route_menu > li.rmenu .rsub_menu li a.active {
	display:none;
}

.route_menu .home a {
	display:block;
	background-color:#cdaa89;
	width: 65px;
	height: 65px;
	line-height:65px;
	text-align:center;
}

.container {
	padding: 60px 0;
	text-align:center;
}

.container .row {
	max-width:1340px;
	margin: auto;
	padding: 0 20px;
	text-align:center;
}

.container .row > h6 {
	font-size:42px;
	margin-bottom: 80px;
	position:relative;
}

.container .row > h6::after {
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	content:'';
	display:block;
	width: 40px;
	height: 2px;
	border-radius:50%;
	background-color:#000;
}

.sub_f {
	position:relative;
	margin-top: 30px;
	font-size: 12px;
	color: #9d9d9d;
	text-align: left;
	background-color:#fbfbfb;
	padding: 40px 60px;
	padding-left: 200px;
	letter-spacing:-.5px;
}

.sub_f::before {
	position:absolute;
	left: 100px;
	top: 50%;
	transform:translate(-50%, -50%);
	content:'';
	display:inline-block;
	width: 72px;
	height: 72px;
	background-image:url('../img/sub/tail_item.png');
	border-radius:50%;
}

.sub_f dl {
	margin-bottom: 3px;
	display:flex;
}

.sub_f dt {
	padding-right: 5px;
}

.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:'NotoSansKR-Light';
}

.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;
}

.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:'NotoSansKR-Light';
}



.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:'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;
}

.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: #cdaa89;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	width: 220px;
	height: 66px;
	line-height:66px;
}

.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: #cdaa89;
	color:#fff;
	margin-left: 5px;
}

.find_post {
	width: 150px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 17px;
	background-color: #cdaa89;
	color:#fff;
	margin-left: 5px;
	font-family:'NotoSansKR-Light';
}

.news-zone { 
	display: flex;
	flex-wrap: wrap
}

.news-zone li {
	margin: 0 !important;
}

.news-zone li {
	border:1px solid #d5d5d5;
	width: 32%;
	margin:0 0.5% 20px 0.5% !important;
	text-align:left;
}

.news-zone li:nth-child(3n-2) {
	margin-left: 0;
}

.news-zone li:nth-child(3n) {
	margin-right: 0;
}

.news-zone li a {
	display:block;
	color:#00466e
}

.news-zone li .content {
	padding: 30px;
	letter-spacing:-1px;
}

.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: 57px;
	margin-bottom: 20px;
	line-height:140%;
}

.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;
}

.indicator {
	display:flex;
	justify-content: center;
	margin-bottom: 20px;
	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 #d5d5d5;
	font-weight: normal;
}

.indicator li a:hover, .indicator li a.active {
	background-color: #01466F;
	border: 1px solid #01466F;
	color: #fff;
}

.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;
}

.thumbnail > img {
	width: 100%;
	height: 172px;
}