/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


#offpage {
	display: none;
}

@media (max-width: 1000px) {

	body,
	html {
		font-size: 16px;
	}
}


.elementor-widget-text-editor p + p {
	margin-top: 10px;
}

.default-btn .elementor-button,
.download-btn .elementor-button {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	border-radius: 65px;
	font-weight: 500;
	color: #fff;
	transition: all .2s;
	background-color: #000 !important;
	padding: 17px 25px;
	font-size: 0.9rem;
}

.default-btn .elementor-button:after {
	content: "\e907";
	font-family: xeicon;
}

.download-btn .elementor-button:after {
	content: "\eb7c";
	font-family: xeicon;
}

.default-btn .elementor-button:hover {
	column-gap: 15px;
	background-color: #555 !important;
}

.quick-inquiry {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	mix-blend-mode: difference;
}

.quick-inquiry .link {
	width: 120px;
	height: 120px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.63em;
	word-spacing: 1em;
	text-decoration: none;
	position: relative;
}

.quick-inquiry .link__svg {
	width: 100%;
	height: auto;
	transform-box: fill-box;
	fill: #fff;
	stroke: #fff;
	stroke-width: 0.05em;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.quick-inquiry .link__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	margin-left: 1px;
}

.quick-inquiry .link__arrow {
	transform-origin: 50% 50%;
	transition: transform calc(0.3s / 2) cubic-bezier(0.32, 0, 0.67, 0);
	stroke-width: 0.075em;
}

.quick-inquiry .link:hover .link__arrow {
	transform: scale(1.1);
	transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.quick-inquiry .link__text {
	animation: rotateReverse 20s linear infinite;
	transform-origin: 50% 50%;
}

.quick-inquiry .link:hover .link__text {
	animation-play-state: paused;
}

@keyframes rotateReverse {
	to {
		transform: rotate(-360deg);
	}
}

@media (max-width: 1000px) {
	#back_to_top {
		bottom: 125px;
	}

	#back_to_top,
	#back_to_top.on,
	#back_to_top.off {
		right: 23px;
	}

	#back_to_top > .inner {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	#back_to_top > .inner svg {
		width: 30px;
	}

	.quick-inquiry .link {
		width: 80px;
		height: 80px;
		font-size: 1.2rem;
		word-spacing: 0.5em;
	}

	.quick-inquiry .link__icon {
		width: 30px;
	}
}


/* footer */

footer .widget + .widget {
	margin-top: 20px;
}

footer .footer-terms {
	display: flex;
	justify-content: end;
}

footer .footer-terms li {
	position: relative;
}

footer .footer-terms li + li {
	padding-left: 20px;
}

footer .footer-terms li a {
	color: #fff;
}

footer .footer-info {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	row-gap: 0;
	padding-top: 0;
	flex-direction: column;
	text-align: right;
	padding-bottom: 30px;
}

footer .footer-info li {
	position: relative;
	font-size: 0.8rem;
	line-height: 1.6;
}

.footer_top .two_columns_50_50 {
	display: flex;
	justify-content: space-between;
}

.footer_top .two_columns_50_50 .footer_col1 {
	width: 70%;
}

.footer_top .two_columns_50_50 .footer_col2 {
	width: 30%;
}

.footer_top .two_columns_50_50 .footer_col1 .column_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.footer_top .two_columns_50_50 .footer_col2 {
	text-align: right;
}

.footer_top .typo {
	font-size: 3rem;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	font-family: "Tenor Sans";
	letter-spacing: -3px;
}

@media (max-width: 1200px) {
	.footer_top .typo {
		font-size: 2rem;
	}

	.footer_top .two_columns_50_50 .footer_col1 {
		width: 60%;
	}

	.footer_top .two_columns_50_50 .footer_col2 {
		width: 40%;
	}
}

@media (max-width: 1000px) {

	.footer_top.footer_top_full {
		padding: 60px 120px 60px 45px;
	}

	.footer_top .two_columns_50_50 {
		flex-direction: column-reverse;
	}

	.footer_top .two_columns_50_50 .footer_col1,
	.footer_top .two_columns_50_50 .footer_col2 {
		width: 100%;
	}

	.footer_top .two_columns_50_50 > .column2 > .column_inner {
		padding: 0;
	}

	.footer_top .two_columns_50_50 .footer_col1 .column_inner {
		gap: 30px;
	}

	footer .footer-terms {
		justify-content: left;
		margin-top: 0;
	}

	footer .widget_media_image {
		text-align: left;
	}

	footer .widget + .widget {
		margin-top: 0;
	}

	footer .footer-info {
		justify-content: left;
		flex-direction: column;
		row-gap: 0;
		padding-top: 10px;
	}

	footer .footer-info li + li {
		padding-left: 0;
	}

	footer .footer-info li {
		font-size: 0.85rem;
	}

	footer .footer-info li + li:before {
		display: none;
	}

	.footer_top .textwidget,
	.footer_top a,
	.footer_top li,
	.footer_top p,
	.footer_top span {
		text-align: left;
	}

	.footer_top .typo {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 480px) {

	.footer_top.footer_top_full {
		padding: 50px 25px;
	}
}



/* header */

/*
nav.main_menu > ul > li > a:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #B28247;
	transition: width .3s;
	margin-top: -3px;
}*/

nav.main_menu > ul > li.active > a {
	color: #B28247;
	font-weight: 600;
}

nav.main_menu > ul > li.active > a:after {
	width: 100%;
	transition: width .3s;
}

header.light {
	box-shadow: none;
}

header.light nav.main_menu ul li a {
	color: #fff !important;
}

.page-template-home_full_width .header_inner_right {
	display: none;
}

body:not(.page-template-home_full_width) nav.main_menu > ul {
	flex-direction: row;
	gap: 60px;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	margin-left: 50px;
}

body:not(.page-template-home_full_width) .drop_down .second {
	top: 100%;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	background: #f6f6f6;
	padding: 10px 0;
	border-radius: 15px;
}

body:not(.page-template-home_full_width) nav.main_menu > ul > li > a {
	padding: 0;
	font-size: 1.1rem;
}

body:not(.page-template-home_full_width) .drop_down .narrow .second .inner ul li a {
	text-align: center;
	font-size: 0.95rem;
}

body:not(.page-template-home_full_width) nav.main_menu.right {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	float: none;
}


.drop_down .second > .inner > ul > li > ul,
.drop_down .second > .inner > ul > li > a > .q_menu_arrow {
	display: none !important;
}

header .header-call {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

header .header-call em {
	font-style: normal;
	font-size: 0.8rem;
	text-align: right;
	font-weight: 500;
	color: #555;
}

header .header-call strong {
	font-size: 1.6rem;
	letter-spacing: -1.5px;
	color: #111;
}

@media (max-width: 1300px) {
	header .header-call strong {
		font-size: 1.3rem;
		letter-spacing: -0.5px;
	}
}

@media (max-width: 1000px) {
	header .header-call {
		margin-right: 20px;
	}

	.page-template-home_full_width .header_inner_right {
		display: block;
	}
}

@media (max-width: 600px) {

	header .header-call strong {
		font-size: 1.1rem;
	}

	header .header-call em {
		font-size: 0.7rem;
	}
}

@media (max-width: 1400px) {
	nav.main_menu > ul > li > a {
		font-size: 1rem;
		padding: 0 20px;
	}
}

@media (max-width: 1300px) {
	header .header_inner_right img {
		height: 35px;
	}

	header .header_inner_left .q_logo a {
		height: 40px !important;
	}

	body:not(.page-template-home_full_width) nav.main_menu > ul {
		gap: 30px;
		margin-left: 30px;
	}

	body:not(.page-template-home_full_width) nav.main_menu > ul > li > a {
		font-size: 1.0rem;
	}
}

nav.mobile_menu > ul {
	height: calc(100dvh - 70px);
	box-sizing: border-box;
	background: #f6f6f6;
	padding: 10px 45px;
}

nav.mobile_menu > ul > li > a {
	padding: 0;
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
}

nav.mobile_menu > ul > li > .sub_menu > li > a {
	font-size: 1.1rem;
}

nav.mobile_menu > ul > li > .sub_menu > li > .mobile_arrow {
	display: none !important
}

nav.mobile_menu > ul > li > .sub_menu > li + li > a {
	margin-top: 10px;
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
}

nav.mobile_menu > ul > li > .sub_menu {
	background: rgb(255, 255, 255);
	padding: 20px;
	box-sizing: border-box;
}

@media (max-width: 480px) {

	nav.mobile_menu > ul {
		padding: 10px 25px;
	}
}

.title h1 {
	display: block;
	overflow: hidden;
}

.title h1 span {
	display: block;
	opacity: 0;
	transform: translateY(100%);
	transition: all 1s;
}

.in-view.title h1 span {
	opacity: 1;
	transform: translate(0px, 0px);
}

.title .breadcrumb {
	opacity: 0;
	transition: all 1s;
	transition-delay: 300ms;
}

.in-view.title .breadcrumb {
	opacity: 1;
}



.sibling-menu-container .current_menu,
.menu-valuebook-container .current_menu {
	display: none;
	padding: 10px 20px;
	border: 1px solid #B28247;
	position: relative;
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
	background: #fff;
	z-index: 999;
}

.sibling-menu-container .current_menu:after,
.menu-valuebook-container .current_menu:after {
	content: "\e941";
	font-family: 'xeicon';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #aaa;
	line-height: 1;
	margin-top: 2px;

}

.sibling-menu-container .sibling-menu,
.menu-valuebook-container .custom_sub {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 0;
	background: #f6f6f6;
	border-radius: 40px;
	text-align: center;
}

.sibling-menu-container .sibling-menu li a,
.menu-valuebook-container .custom_sub li a {
	padding: 15px 60px;
	display: block;
	font-size: 1.1rem;
	font-weight: 600;
	color: #555;
	border-radius: 50px;
	text-align: center;
}

.sibling-menu-container .sibling-menu li.current a,
.menu-valuebook-container .custom_sub li.current-menu-item a {
	color: #fff;
	background: #B28247;
}

@media (max-width: 1000px) {

	.sibling-menu-container .current_menu,
	.menu-valuebook-container .current_menu {
		display: block;
	}

	.sibling-menu-container .sibling-menu,
	.menu-valuebook-container .custom_sub {
		border-radius: 0;
		flex-direction: column;
		position: absolute;
		width: 100%;
		z-index: 99;
		box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, .08);
		border: 1px solid #eaeaea;
		border-top: 0;
		display: none;
	}

	.sibling-menu-container .sibling-menu.on,
	.menu-valuebook-container .custom_sub.on {
		display: block;
	}

	.sibling-menu-container .sibling-menu li a,
	.menu-valuebook-container .custom_sub li a {
		font-weight: 500;
		padding: 10px 20px;
		text-align: left;
		border-radius: 0;
	}
}

.child-menu-container .child-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 50px;
}

.child-menu-container .child-menu li a {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	color: #d9d9d9;
}

.child-menu-container .child-menu li.current a {
	color: #B28247;
}


@media (max-width: 768px) {

	.child-menu-container .child-menu {
		flex-flow: row wrap;
		gap: 10px;
		justify-content: left;
	}

	.child-menu-container .child-menu li {
		width: calc(100%/4 - 7.5px);
	}

	.child-menu-container .child-menu li a {
		font-size: 1.2rem;
	}
}

/*
@media (max-width: 600px) {
	.child-menu-container .child-menu li {
		width: calc(100%/3 - 6.67px);
	}
}*/


.breadcrumbs .breadcrumbs_inner .delimiter {
	font-size: 0;
	margin: 0 10px;
}

.breadcrumbs .breadcrumbs_inner .delimiter:before {
	content: "·";
	font-size: 15px;
}

.breadcrumbs .breadcrumbs_inner > a:first-child {
	font-size: 0;
}

.breadcrumbs .breadcrumbs_inner > a:first-child:before {
	content: "\e900";
	font-family: 'xeicon';
	font-size: 15px;
}

@media (max-width: 1000px) {

	.title h1,
	.title.title_size_small h1 {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 600px) {
	.breadcrumb {
		margin-top: 10px;
	}
}

#offpage .loader {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(-100%);
	animation: loader 1.44s ease;
	animation-fill-mode: backwards;
	animation-delay: 4s;
	z-index: 99999;
	backdrop-filter: blur(30px);
}

@keyframes loader {
	0% {
		opacity: 1;
		transform: translateY(0%);
	}

	100% {
		opacity: 1;
		transform: translateY(-100%);
	}
}

#offpage .loader2 {
	background-color: #dddddd;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(-100%);
	animation: loader 1.44s ease;
	animation-fill-mode: backwards;
	animation-delay: 4.3s;
	z-index: 9999;
}

#offpage .center {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	flex-direction: column;
	text-align: center;
	gap: 80px;
}

#offpage .fadeInUp {
	opacity: 0;
	animation: fadeInUp 2.0s ease;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}

#offpage .delay {
	animation-delay: 1.5s;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate.wrapper {
	animation: animate 1.44s ease;
	animation-fill-mode: backwards;
	animation-delay: 2.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .agreed-tit strong {
	display: block;
	font-size: 1.1rem;
	color: #111;
	font-weight: 600;
}

.wpcf7-form .agreed {
	margin-bottom: 80px;
}

.wpcf7-form .agreed .wpcf7-form-control-wrap {
	padding: 15px 20px;
	background: #f6f6f6;
}

.wpcf7-form .agreed .wpcf7-form-control-wrap .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wpcf7-form .agreed .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 1.5;
}

.wpcf7-form .agreed .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.wpcf7-form .agreed .inner {
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #d9d9d9;
	padding: 30px;
	font-size: 0.9rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wpcf7-form .agreed .inner p + p {
	margin-top: 20px;
}

.wpcf7-form .agreed .inner strong {
	display: block;
}

.wpcf7-form .container {
	border-top: 1px solid #111;
	margin-bottom: 50px;
}

.wpcf7-form .container .wrap {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #d9d9d9;
	align-items: center;
}

.wpcf7-form .container .wrap .attr {
	width: 300px;
	font-size: 1.1rem;
	font-weight: 600;
	color: #111;
}

.wpcf7-form .container .wrap .input {
	width: calc(100% - 300px);
}

.wpcf7-form .container .wrap .wpcf7-select {
	background-image: url(/img/select-arrow.png);
	background-repeat: no-repeat;
	background-position-y: 50%;
	background-position-x: calc(100% - 20px);
}

@media (max-width: 1200px) {
	.wpcf7-form .container .wrap .attr {
		width: 200px;
	}

	.wpcf7-form .container .wrap .input {
		width: calc(100% - 200px);
	}
}

@media (max-width: 768px) {
	.wpcf7-form .container .wrap {
		flex-direction: column;
		gap: 5px;
		align-items: baseline;
	}

	.wpcf7-form .container .wrap .attr {
		width: 100%;
		font-size: 1rem;
	}

	.wpcf7-form .container .wrap .input {
		width: 100%;
	}

	.wpcf7-form .agreed {
		margin-bottom: 50px;
	}

	.wpcf7-form .agreed .wpcf7-form-control-wrap {
		padding: 10px 15px;
	}

	input.wpcf7-form-control.wpcf7-date,
	input.wpcf7-form-control.wpcf7-number,
	input.wpcf7-form-control.wpcf7-quiz,
	input.wpcf7-form-control.wpcf7-text,
	select.wpcf7-form-control.wpcf7-select,
	textarea.wpcf7-form-control.wpcf7-textarea {
		padding: 10px;
	}

	.wpcf7-form .container .wrap .wpcf7-select {
		background-position-x: calc(100% - 15px);
		background-size: 13px;
	}

	input.wpcf7-form-control.wpcf7-submit {
		height: 45px;
		line-height: 45px;
	}

	.wpcf7-form .agreed .inner {
		padding: 20px;
	}
}

@media (max-width: 600px) {
	.wpcf7-form .agreed .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
		margin-top: 2px;
	}

	.wpcf7-form .agreed .wpcf7-form-control-wrap .wpcf7-list-item label {
		align-items: flex-start;
	}
}


.terms-container p + p {
	margin-top: 20px;
}

.terms-container strong {
	font-weight: 600;
	color: #333;
}



/* slider */

#atc02 .txt_box .pager_txt {
	border-left: 1px solid rgba(0, 0, 0, .2)
}

#atc02 .txt_box .pager_txt p {
	display: flex;
	position: relative;
	column-gap: 23px;
	width: max-content;
	height: auto;
	margin-left: -1px;
	padding-left: 25px;
	border-radius: 0;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	background: none;
	opacity: .3;
	transition: all .2s
}

#atc02 .txt_box .pager_txt p.on {
	border-left: 3px solid #000;
	opacity: 1;
	color: #000;
}

#atc02 .txt_box .pager_txt p + p {
	margin-top: 35px
}

#atc02 ul li .inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 30px;
}

#atc02 ul li .img {
	text-align: center;
	width: 100%;
	aspect-ratio: 8/4;
	position: relative;
	overflow: hidden;
	border-radius: 20px
}

#atc02 ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

#atc02 ul li:hover .img img {
	transform: translate(-50%, -50%) scale(1.1);
}

#atc02 ul li .tit {
	margin: 0 0 10px;
	font-size: 2rem;
	font-weight: 700;
	color: #111;
}

#atc02 ul li .tit em {
	font-style: normal;
	color: #777;
	font-weight: 100;
	font-size: 1rem;
	margin-left: 5px;
}

#atc02 ul li .txt {
	white-space: pre-line;
	word-break: keep-all
}

#atc02 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	font-weight: 500;
	color: #000;
	transition: all .2s;
	font-size: 0.85rem;
	padding: 0 10px;
}

#atc02 ul li a i {
	width: 35px;
	height: 35px;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	transition: all .2s;
}

#atc02 ul li a:hover {
	column-gap: 15px;
}

#atc02 ul li a:hover i {
	background: #555;
}

#atc02 ul li a svg {
	height: 18px;
	transition: all .2s
}

#atc02 .nav_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: -40px;
	z-index: 101;
	transform: translateY(-50%);
	width: 40px;
	height: 100px;
	border-radius: 30px 0 0 30px;
	cursor: pointer;
	color: #222;
	text-align: center;
	background: #fff;
	display: none;
}


/* 모바일 호버 X */
@media (hover: hover) {
	#atc02 ul li a:hover svg {
		transform: rotate(45deg)
	}
}

@media (max-width:1230px) {
	#atc02 .txt_box .pager_txt p + p {
		margin-top: 25px
	}
}

@media (max-width:1024px) {
	#atc02 .txt_box .pager_txt p {
		margin: 0;
		padding-left: 0;
	}

	#atc02 .txt_box .pager_txt {
		border-left: 0;
		display: flex;
		gap: 30px;
		margin-top: 10px;
	}

	#atc02 .txt_box .pager_txt p.on {
		border-left: 0;
	}

	#atc02 .txt_box .pager_txt p + p {
		padding: 0;
		margin: 0;
	}

	#atc02 ul li .inner {
		margin-top: 20px;
		flex-direction: column;
		align-items: baseline;
		row-gap: 20px;
	}

	#atc02 ul li .tit {
		font-size: 1.5rem;
	}

	#atc02 ul li a {
		column-gap: 15px;
		padding: 0;
	}
}

@media (max-width:768px) {
	#atc02 > div {
		width: 100%;
		padding: 0
	}

	#atc02 .txt_box {
		width: 100%;
		margin-left: 0
	}

	#atc02 .txt_box .pager_txt {
		gap: 0;
		flex-flow: row wrap;
		row-gap: 20px;
	}

	#atc02 .txt_box .pager_txt p {
		width: calc(100%/4);
	}

	#atc02 .txt_box .pager_txt p.on:before {
		left: 15px;
		width: 3px;
		height: 3px
	}

	#atc02 ul li a {
		column-gap: 15px;
		font-size: 0.9rem;
	}
}


@media (max-width:480px) {
	#atc02 ul li .tit {
		margin-bottom: 10px;
		font-size: 18px
	}

	#atc02 ul li .txt {
		white-space: normal
	}

	#atc02 ul li a {
		column-gap: 10px;
	}
}

/* 반응형 [e] */


/* line */

.scrolldown {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 200px;
	background-color: #ccc;
}

.scrolldown:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #B28247;
	animation: animate 2s linear infinite;
}

@keyframes animate {
	0% {
		transform-origin: top;
		transform: scaleY(0);
	}

	50% {
		transform-origin: top;
		transform: scaleY(1);
	}

	51% {
		transform-origin: bottom;
		transform: scaleY(1);
	}

	100% {
		transform-origin: bottom;
		transform: scaleY(0);
	}
}

@media (max-width: 1000px) {
	.scrolldown {
		height: 100px;
	}
}

#thehill-map {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
}


/* main 아코디언 */

.main-grid {
	display: flex;
	gap: 20px;
}

.main-grid .left {
	width: 30%;
}

.main-grid .left .box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-grid .right {
	width: 70%;
}

.main-grid .right .box-group {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr)
}

.main-grid .right .box-group .box:last-child {
	grid-column: 1 / 4;
}

.main-grid .right .box-group .box {
	padding: 120px 40px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-grid .left .box {
	padding: 0 40px;
	border-radius: 20px;
	position: relative;
	overflow: hidden
}

.main-grid .left .box:before,
.main-grid .right .box-group .box:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}

.main-grid .left .box:hover:before,
.main-grid .right .box-group .box:hover:before {
	opacity: 0.6;
}

.main-grid .left .box {
	background: url(/img/grid-5.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.main-grid .left .box p {
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.8rem;
	z-index: 1;
	position: relative;
}

.main-grid .right .box-group .box:nth-child(1) {
	background: url(/img/grid-2.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.main-grid .right .box-group .box:nth-child(2) {
	background: url(/img/grid-3.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.main-grid .right .box-group .box:nth-child(3) {
	background: url(/img/grid-4.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.main-grid .right .box-group .box:nth-child(4) {
	background: url(/img/grid-1.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.main-grid .right .box-group .box p {
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	font-size: 1.4rem;
	text-align: center;
	z-index: 1;
	position: relative;
}

@media (max-width: 1500px) {
	.main-grid .right .box-group .box {
		padding: 80px 20px;
	}

	.main-grid .left .box p {
		font-size: 1.5rem;
	}

	.main-grid .right .box-group .box p {
		font-size: 1.3rem;
	}
}

@media (max-width: 1200px) {
	.main-grid .right .box-group {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}

	.main-grid .right .box-group .box:last-child {
		grid-column: inherit;
	}

	.main-grid .left {
		width: 40%;
	}

	.main-grid .right {
		width: 60%;
	}

	.main-grid .right .box-group .box {
		padding: 70px 20px;
	}
}


@media (max-width: 1000px) {
	.main-grid .left .box {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.main-grid {
		gap: 10px;
		flex-direction: column;
	}

	.main-grid .right .box-group {
		gap: 10px;
	}

	.main-grid .left {
		width: 100%;
	}

	.main-grid .right {
		width: 100%;
	}

	.main-grid .left .box {
		padding: 60px 20px;
	}

	.main-grid .right .box-group .box {
		padding: 60px 20px;
	}

	.main-grid .left .box p {
		font-size: 1.3rem;
	}

	.main-grid .right .box-group .box p {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	.main-grid .right .box-group {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	.main-grid .left .box p {
		text-align: center;
		font-size: 1.2rem;
	}
}


.main-grid-wrap .main-grid .left .box {
	transform: scaleX(0);
	transform-origin: 0% 0%;
	opacity: 1;
	transition: all 0.7s ease;
}

.main-grid-wrap.in-view .main-grid .left .box {
	transform: scaleX(1);
	transform-origin: 0% 0%;
	opacity: 1;
}

.main-grid .right .box-group .box {
	transform: scaleY(0);
	opacity: 1;
	transition: all 0.7s ease;
}

.main-grid-wrap.in-view .main-grid .right .box-group .box {
	transform: scaleY(1);
	opacity: 1;
}

.main-grid-wrap.in-view .main-grid .right .box-group .box:nth-child(1) {
	transition-delay: 300ms;
}

.main-grid-wrap.in-view .main-grid .right .box-group .box:nth-child(2) {
	transition-delay: 600ms;
}

.main-grid-wrap.in-view .main-grid .right .box-group .box:nth-child(3) {
	transition-delay: 900ms;
}

.main-grid-wrap.in-view .main-grid .right .box-group .box:nth-child(4) {
	transition-delay: 1200ms;
}

.main-contact-wrap {
	z-index: 99;
	backdrop-filter: blur(10px);
}

.main-contact {
	display: flex;
	align-items: center;
	gap: 40px;
}

.main-contact .wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.main-contact .wrap input.wpcf7-form-control.wpcf7-submit {
	height: 45px;
	line-height: 45px;
	font-size: 0.9rem;
	background: #777;
}

.main-contact input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
	background: #B28247;
}

.main-contact .wrap .attr {
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
}

.main-contact .wrap .input input.wpcf7-form-control.wpcf7-date,
.main-contact .wrap .input input.wpcf7-form-control.wpcf7-number,
.main-contact .wrap .input input.wpcf7-form-control.wpcf7-quiz,
.main-contact .wrap .input input.wpcf7-form-control.wpcf7-text,
.main-contact .wrap .input select.wpcf7-form-control.wpcf7-select,
.main-contact .wrap .input textarea.wpcf7-form-control.wpcf7-textarea {
	padding: 6px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.main-contact .wrap .wpcf7-acceptance input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.main-contact .wrap .wpcf7-acceptance label {
	font-size: 0.9rem;
	color: #fff;
	white-space: nowrap;
}

.main-contact-wrap .wpcf7-response-output {
	position: absolute !important;
	right: 0;
	top: 50px;
	margin: 0 !important;
}

.main-contact .wpcf7-not-valid-tip {
	display: none !important;
}

@media (max-width: 1500px) {
	.main-contact {
		gap: 20px;
	}

	.main-contact .wrap {
		gap: 10px;
	}

	.main-contact .wrap .attr {
		font-size: 0.8rem;
	}

	.main-contact .wrap .wpcf7-acceptance label {
		font-size: 0.8rem;
	}

	.main-contact .wrap input.wpcf7-form-control.wpcf7-submit {
		padding: 0 40px;
		height: 40px;
		line-height: 40px;
		font-size: 0.8rem;
	}

	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-date,
	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-number,
	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-quiz,
	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-text,
	.main-contact .wrap .input select.wpcf7-form-control.wpcf7-select,
	.main-contact .wrap .input textarea.wpcf7-form-control.wpcf7-textarea {
		padding: 4px;
	}
}

@media (max-width: 1000px) {
	.main-contact-wrap {
		margin: 0 !important;
		background: #B28247;
		padding: 40px 0 !important;
	}

	.main-contact {
		gap: 15px;
		flex-flow: row wrap;
	}

	.main-contact .wrap {
		width: 100%;
	}

	.main-contact .wrap:last-child {
		margin-top: 10px;
	}

	.main-contact .wrap .attr {
		width: 80px;
	}

	.main-contact .wrap .input {
		width: calc(100% - 80px);
	}

	.main-contact .wrap .attr {
		font-size: 0.9rem;
	}

	.main-contact .wrap .wpcf7-acceptance label {
		font-size: 0.9rem;
	}

	.main-contact .wrap input.wpcf7-form-control.wpcf7-submit {
		font-size: 0.9rem;
	}

	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-date,
	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-number,
	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-quiz,
	.main-contact .wrap .input input.wpcf7-form-control.wpcf7-text,
	.main-contact .wrap .input select.wpcf7-form-control.wpcf7-select,
	.main-contact .wrap .input textarea.wpcf7-form-control.wpcf7-textarea {
		padding: 10px;
	}

}

.main-tit em {
	font-size: 1rem;
	color: #777;
	font-style: normal;
}

.default-table table {
	width: 100%;
}

.default-table table thead th {
	border: 1px solid #fff;
	background: #333;
	color: #fff;
	font-weight: 600;
	vertical-align: middle;
	padding: 10px;
}

.default-table table tbody th {
	border: 1px solid #d9d9d9;
	background: #f6f6f6;
	color: #333;
	font-weight: 500;
	vertical-align: middle;
	padding: 10px;
}

.default-table table td {
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	color: #333;
	padding: 10px;
}

.default-table table em {
	font-size: 0.8em;
	font-style: normal;
	color: #777;
	font-weight: 400;
}

@media (max-width: 768px) {

	.default-table table thead th,
	.default-table table tbody th,
	.default-table table td {
		padding: 5px;
		line-height: 1.4;
	}
}

@media (max-width: 600px) {

	.default-table {
		overflow-x: scroll;
	}

	.default-table table {
		width: 600px;
	}
}

.check-box {
	height: 100%;
}

.check-box p {
	background: #f6f6f6;
	padding: 25px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	width: 100%;
	font-size: 0.9rem;
	color: #555;
}

.check-box p:before {
	content: "\e928";
	font-family: 'xeicon';
	color: #99703d;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 5px;
}

.check-box p strong {
	color: #111;
	font-weight: 500;
	font-size: 1.1rem;
}

@media (max-width: 600px) {
	.check-box p {
		padding: 20px;
		gap: 5px;
	}
}


.iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.line-table table {
	width: 100%;
	border-top: 1px solid #ccc;
}

.line-table table tbody th {
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
	font-size: 0.9rem;
	font-weight: 500;
	color: #333;
	padding: 5px 20px;
}


.line-table table tbody td {
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
	color: #555;
	text-align: left;
	padding: 5px 20px;
}

.line-table.big table tbody th {
	font-size: 1rem;
	padding: 10px 20px;
}


.line-table.big table tbody td {
	font-size: 1rem;
	padding: 10px 20px;
}

.gallery-img .qodef-popup-item img {
	width: 100%;
}

.anchor-menu.fixed {
	position: fixed;
	top: 0;
}

.anchor-menu {
	background: #fff;
}

.anchor-menu nav {
	display: flex;
	justify-content: space-between;
}

.anchor-menu nav a {
	font-size: 0.8rem
}

.anchor-menu nav a.active {
	font-weight: 600;
	color: #B28247;
}

@media (max-width: 1500px) {
	.anchor-menu-wrap {
		display: none !important;
	}
}

.area-wrap ul {
	display: flex;
	list-style: none;
	width: 100%;
	border: 1px solid #d9d9d9;
	margin-top: 30px;
}

.area-wrap ul li {
	flex: 1;
	padding: 20px 0;
	display: flex;
	align-items: baseline;
	gap: 20px;
	justify-content: center;
}

.area-wrap ul li + li {
	border-left: 1px solid #d9d9d9;
}

.area-wrap ul li .tit {
	font-weight: 400;
	color: #444;
}

.area-wrap ul li .desc {
	font-weight: 600;
	font-size: 1.3rem;
	color: #333;
}

@media (max-width: 1000px) {
	.area-wrap ul li {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 0;
		padding: 15px 0;
	}

	.area-wrap ul li .desc {
		font-size: 1.1rem;
	}
}

@media (max-width: 600px) {
	.area-wrap ul {
		margin-top: 10px;
		flex-direction: column;
		border: 0;
	}

	.area-wrap ul li {
		padding: 10px 0;
		justify-content: left;
		flex-direction: initial;
		gap: 20px;
	}

	.area-wrap ul li + li {
		border-left: 0;
		border-top: 1px solid #d9d9d9;
	}
}

#inc02:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	opacity: 0.85;
	top: 0;
	left: 0;
}

#inc02 .bsn {
	display: flex;
	height: 90dvh;
	z-index: 99;
	position: relative;
}

#inc02 .bsn > li {
	width: 50%;
	text-align: center;
	transition: all .3s;
	list-style: none;
}

#inc02 .bsn > li .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	transition: all .3s;
	pointer-events: none;
	padding-top: 80px;
}

#inc02 .bsn > li .inner .box {
	background: rgba(255, 255, 255, 0.7);
	padding: 30px;
	border-radius: 25px;
	max-width: 450px;
	width: 100%;
	z-index: 999;
	position: relative;
}

#inc02 .bsn > li + li {
	border-left: 1px solid rgba(255, 255, 255, 1)
}

#inc02 .bsn .img {
	margin-bottom: 25px;
}

#inc02 .bsn .img img {
	height: 30px;
}

#inc02 .bsn h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 1);
	text-transform: uppercase
}

#inc02 .bsn .ex {
	display: none;
	gap: 10px;
	margin-top: 10px;
	font-weight: 400;
	color: #222;
	font-size: 0.9rem;
}

#inc02 .bsn .box a {
	background-color: #000;
	padding: 5px 20px;
	font-size: 0.9rem;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	margin-top: 25px;
	pointer-events: visible;
	font-size: 0.85rem;
	display: none;
}

#inc02 .bsn .box a:after {
	content: "\e907";
	font-family: xeicon;
	margin-left: 5px;
	transition: all .3s;
}

#inc02 .bsn > li:hover {
	background: rgba(178, 130, 71, 0.25)
}

#inc02 .bsn > li:hover .inner {
	color: #111
}

#inc02 .bsn > li:hover .inner .box {
	background: rgba(255, 255, 255, 0.9);
	padding: 40px;
}

#inc02 .bsn > li:hover h3 {
	color: #333
}

#inc02 .bsn > li:hover .ex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

#inc02 .bsn > li:hover a {
	display: inline-block;
}

#inc02 .bsn > li a:hover {
	background-color: #555;
}

#inc02 .bsn > li a:hover:after {
	margin-left: 10px;
}

#inc02 .inc02-tit {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	top: 120px;
}

@media (max-width: 1500px) {
	#inc02 .inc02-tit {
		top: 100px;
	}

	#inc02 .bsn > li .inner {
		padding-top: 60px;
	}
}

@media (max-width: 1200px) {
	#inc02 .bsn h3 {
		font-size: 1.2rem;
	}

	#inc02 .bsn > li .inner {
		padding-top: 0;
	}
}


@media (max-width: 1000px) {
	#inc02 .inc02-tit {
		position: relative;
		left: auto;
		transform: none;
		top: auto;
		padding-top: 80px;
	}

	#inc02 .bsn {
		flex-direction: column;
		height: auto;
		gap: 20px;
		padding: 0 25px;
	}

	#inc02 .bsn > li {
		width: 100%;
	}

	#inc02 .bsn > li + li {
		border-left: 0;
	}

	#inc02 .bsn > li h3 {
		color: #333;
	}

	#inc02 .bsn > li:hover {
		background: transparent;
	}

	#inc02 .bsn > li .inner .box {
		background: rgba(255, 255, 255, 0.9);
		padding: 30px;
		width: 100%;
		max-width: none;
	}

	#inc02 .bsn > li:hover .inner .box {
		padding: 30px;
	}

	#inc02 .bsn > li .ex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 10px;
	}

	#inc02 .bsn .box a {
		display: inline-block;
	}
}

.valuebook-1 {
	border-left: 3px solid #aeb2b5;
	padding-left: 20px;
}

.valuebook-1 em {
	font-style: normal;
	font-size: 0.7em;
}

.valuebook-2 {
	max-width: 370px !important;
}

.valuebook-3 {
	position: absolute !important;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}

.valuebook-3 ul {
	padding: 50px 60px;
	background: rgba(35, 24, 21, 0.5);
	color: #fff;
	border: 2px solid #9d9d9f;
	position: relative;
}

.valuebook-3:before {
	content: "";
	background: url("/wp-content/uploads/2025/08/connection-logo.png");
	height: 40px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.valuebook-3 ul li.big {
	font-size: 1.2em;
	font-weight: 500;
}

.valuebook-3 ul li.big strong {
	color: #fff100;
}

.valuebook-3 ul li {
	position: relative;
	padding-left: 15px;
	list-style: none;
}

.valuebook-3 ul li + li {
	margin-top: 5px;
}

.valuebook-3 ul li:before {
	content: "·";
	position: absolute;
	left: 0;
}

@media (max-width: 1000px) {
	.valuebook-3 ul {
		padding: 30px 40px;
	}
}

@media (max-width: 768px) {

	.valuebook-3 {
		bottom: 30px;
		width: 90%;
	}

	.valuebook-3 ul {
		padding: 20px;
	}

	.valuebook-3:before {
		height: 25px;
	}
}


.dujon-1 strong {
	color: #40210d;
	font-size: 1.4em;
	font-weight: 700;
}

.dujon-2 {
	writing-mode: vertical-rl;
}

@media (max-width: 767px) {
	.dujon-2 {
		writing-mode: inherit;
	}
}
