/************************** about **************************/
#about .about-top {
	position: relative;
	padding: 70px 0 64px;
}
#about .about-top p {
	position: relative;
	font-size: var(--font-large);
	font-weight: 700;
	color: var(--black-color);
	transform: translateY(50px);
    opacity: 0;
	animation: txt-show3 .6s forwards ease-in-out;
	z-index: 1;
}
@keyframes txt-show3 {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
#about .about-top.on p:nth-child(2) {
    animation-delay: 0.2s;
}
#about .about-top.on p:nth-child(3) {
    animation-delay: 0.4s;
}
#about .about-top p span {
	position: relative;
	display: inline-block;
}
#about .about-top p span::before {
	display:block;
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 20px;
	background: #efe7d7;  
	transform: scaleX(0);  
	transition: transform .5s .8s ease-in-out;
	z-index: -1;
}
#about .about-top.on p span::before {
	transform: scaleX(1);
    transform-origin:  0% 50%;
}
#about .about-bg {
	position: absolute;
	top: 25%;
    right: 0;
	transform: scale(1) translateY(-50%);
	z-index: 0;
	animation: imgmove 3s infinite;
}
@keyframes imgmove {
	0% {
		top: 25%;
		transform: scale(1) translateY(-50%);
	}
	50% {
		top: 28%;
		transform: scale(1.01) translateY(-50%);
	}
	100% {
		top: 25%;
		transform: scale(1) translateY(-50%);
	}
}

#about .top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 160px;
}
#about .top .about-img {
	width: 50%;
	height: 725px;
	margin-right: 70px;
	background: url("../img/sub/sub01-img.png") no-repeat center / cover;
	border-radius: 20px;
	overflow: hidden;
}
#about .top .about-content {
	width: calc(50% - 70px);
	padding-top: 83px;
}
#about .top .about-content > strong {
	display: block;
	margin: 30px 0;
	font-size: var(--font-medium);
	line-height: 1.4;
}
#about .top .about-content > div:last-child {
	margin-top: 30px;
}
#about .top .about-content > div p {
	font-size: var(--font-regular);
	font-weight: 400;
	line-height: 1.8;
	word-break: keep-all;
}
#about .top .about-content > div p strong {
	font-weight: 700;
}
#about .top .about-content > div p span {
	font-weight: 700;
	color: var(--primary-color);
}
#about .bottom > h3 {
	display: block;
	margin-bottom: 40px;
	font-size: var(--font-subtit);
	font-weight: 700;
	text-align: center;
}
#about .bottom .bg {
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	height: 580px;
	border-radius: 20px;
	background: url("../img/sub/sub01-img02.png") no-repeat center / cover;
}
#about .bottom .bg > div {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#about .bottom .bg > div p {
	font-size: var(--font-medium);
	font-weight: 600;
	line-height: 1.6;
	color: var(--white-color);
	text-align: center;
}
#about .bottom .con {
	display: flex;
	align-items: center;
	gap: 72px;
	max-width: 1040px;
	margin: auto;
}
#about .bottom .con.two {
	flex-direction: row-reverse;
	margin: 50px auto;
}
#about .bottom .con.one .img-box {
	background: url("../img/sub/sub01-img03.png") no-repeat center / cover;
}
#about .bottom .con.two .img-box {
	background: url("../img/sub/sub01-img04.png") no-repeat center / cover;
}
#about .bottom .con.three .img-box {
	background: url("../img/sub/sub01-img05.png") no-repeat center / cover;
}
#about .bottom .con .img-box {
	width: 50%;
	height: 324px;
	border-radius: 20px;
}
#about .bottom .con .text-box span {
	display: block;
	font-family: "Noto Serif KR", serif;
	font-size: var(--font-regular);
	font-weight: bold;
	color: var(--primary-color);
}
#about .bottom .con .text-box strong {
	display: block;
	margin: 25px 0 15px; 
	font-size: var(--font-medium);
	font-weight: 600;
}
#about .bottom .con .text-box p {
	font-size: var(--font-regular);
	line-height: 1.6;
}
/************************** about **************************/


/************************** location **************************/
#location .root_daum_roughmap .wrap_map {
	width: 100%;
	height: 580px;
	margin-bottom: 60px;
	border-radius: 20px;
	border: 1px solid var(--border-color);
	overflow: hidden;
}
#location .root_daum_roughmap .cont,
#location .wrap_controllers.hide {
	display: none;
}
#location .root_daum_roughmap .wrap_btn_zoom {
	z-index: 5;
}
#location .bottom {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#location .bottom > div {
	font-size: var(--font-large);
    font-weight: 700;
    color: var(--black-color);
}
#location .location-list {
	width: 610px;
}
#location .location-list li {
	display: flex;
	align-items: center;
	padding: 30px 0;
	font-size: var(--font-regular);
}
#location .location-list span {
	display: inline-block;
	margin: 0 30px 0 10px; 
	font-weight: bold;
	color: var(--primary-color);
}
#location .location-list li div {
	word-break: break-all;
}
#location .location-list li:first-child {
	padding-top: 0;
}
#location .location-list li:nth-child(2) {
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
#location .location-list li:last-child {
	padding-bottom: 0;
}
/************************** location **************************/


/************************** contact **************************/
#contact.sub {
	background: url("../../img/sub/contact_bg.png") no-repeat center / cover; 
}
#contact .section-in {
	display: flex;
	justify-content: space-between;
}
#contact .c-left > div {
	margin-bottom: 30px;
	font-size: var(--font-large);
    font-weight: 700;
    color: var(--black-color);
}
#contact .c-left li {
	display: inline-block;
	padding: 10px 15px;
	font-size: var(--font-regular);
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 8px;
}
#contact .c-left li:first-child {
	margin-bottom: 10px;
}

#contact form {
	padding: 60px 55px;
	max-width: 635px;
	border-radius: 30px;
	background: var(--white-color);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
#contact .form > li:not(:last-child) {
	margin-bottom: 25px;
}
#contact .form .frm-tit {
	display: block;
	margin-bottom: 10px;
	font-size: var(--font-regular);
	font-weight: 500;
}
#contact .form .half {
	display: flex;
	align-items: center;
	gap: 25px;
	width: 100%;
}
#contact .form .half li {
	width: 50%;
}
#contact .form .half li > span {
	display: block;
	margin-bottom: 8px;
	font-size: var(--font-regular);
	font-weight: 600;
	color: var(--gray-color);
}
#contact .form .half li > div {
	display: flex;
	align-items: center;
	gap: 15px;
}
#contact .form .half li > div span {
	display: block;
	min-width: 36px;
	font-size: var(--font-contact);
}
#contact .form input[type='text'] {
    width: 100%;
    height: 54px;
    padding: 10px;
    font-size: var(--font-contact);
    border: none;
    background: var(--white-color);
	border: 1px solid rgba(17, 17, 17, 0.5);
    border-radius: 8px;
    box-sizing: border-box;
}
#contact .form input[type='text']::placeholder {
	font-size: var(--font-contact);
}

#contact .form input[type='text'].price {
	text-align: right;
}

#contact .form .radio-wrap {
	flex-wrap: wrap;
	gap: 10px;
}
#contact .form input[type="checkbox"] {
	display: none;
}
#contact .form input[type="radio"] + label span,
#contact .form input[type="checkbox"] + label span {
    display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: -15px;
	padding: 0 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: var(--font-contact);
    color: var(--black-color);
    text-align: center;
    background: transparent;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.5);
	vertical-align: middle;
    cursor: pointer;
}
#contact .form input[type="checkbox"] + label span {
	margin-top: 0px;
}
#contact .form input[type="radio"]:checked + label span,
#contact .form input[type="checkbox"]:checked + label span {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 700;
}
#contact .form input[type="radio"] + label span img.white,
#contact .form input[type="checkbox"] + label span img.white{
	display: none;
}
#contact .form input[type="radio"]:checked + label span img.black,
#contact .form input[type="checkbox"]:checked + label span img.black{
	display: none;
}
#contact .form input[type="radio"]:checked + label span img.white,
#contact .form input[type="checkbox"]:checked + label span img.white {
	display: inline-block;
}
#contact form .check {
    margin-top: 20px;
}
#contact form .check input[type="checkbox"] {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: var(--white-color);
    border-radius: 4px;
	border: 1px solid var(--border-color);
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}
#contact form .check input[type="checkbox"]:checked {
    background: var(--gray-color);
	border-color: var(--gray-color);
}
#contact form .check input[type="checkbox"]:checked::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    color: var(--white-color);
}
#contact form .check label {
	font-size: var(--font-footer);
    color: var(--black-color);
}
#contact form .submit {
    display: block;
    padding: 26px 0;
    margin: 60px auto 0;
    width: 100%;
    font-size: var(--font-regular);
	font-weight: 600;
    color: var(--white-color);
    letter-spacing: -0.005em;
    text-align: center;
    background: var(--black-color);
    border: 1px solid var(--black-color);
    border-radius: 8px;
    transition: all .3s ease-in;
	cursor: pointer;
}
#contact form .submit:hover {
    background: var(--white-color);
	color: var(--black-color);
}
#contact form .submit button {
	font-weight: 600;
}
/************************** contact **************************/


/************************** privacy **************************/
#privacy:not(.p-modal) {
	padding-top: 150px;
}

#privacy .wrap-in {
	margin: auto;
    border-bottom: 1px solid #ddd;
}

#privacy .title {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
    text-align: center;
}

#privacy h3 {
    display: block;
    margin-bottom: 50px;
    font-size: var(--font-smaller);
    font-weight: 500;
	line-height: 1.6;
}


#privacy:not(.p-modal) ul {
    margin-bottom: 180px;
}

#privacy li {
    margin-bottom: 50px;
    font-size: var(--font-smaller);
    line-height: 1.6;
}

#privacy ul li > div {
	margin-bottom: 30px;
}

#privacy li strong {
	display: block;
}

#privacy li p:nth-child(2) {
    margin-top: 5px;
}


/************************** privacy **************************/


@media all and (max-width:1281px) {
	#about .top .about-img {height: 625px; margin-right: 50px;}
	#about .top .about-content {width: calc(50% - 50px);}
	#about .bottom .bg {height: 500px;}

	#location .location-list {width: 500px;}
}

@media all and (max-width:1025px) {
	#about .about-bg {width: 260px;}
	#about .top {margin-bottom: 130px;}
	#about .top .about-img {height: 550px; margin-right: 30px;}
	#about .top .about-content {width: calc(50% - 30px); padding-top: 60px;}
	@keyframes imgmove {
		0% {
			top: 40%;
			transform: scale(1) translateY(-50%);
		}
		50% {
			top: 43%;
			transform: scale(1.01) translateY(-50%);
		}
		100% {
			top: 40%;
			transform: scale(1) translateY(-50%);
		}
	}
	#about .top .about-content > strong {margin: 20px 0;}
	#about .top .about-content > div:last-child {margin-top: 20px;}
	#about .bottom > h3 {margin-bottom: 30px;}
	#about .bottom .bg {height: 460px; margin-bottom: 40px;}
	#about .bottom .con {gap: 50px;}
	#about .bottom .con .img-box {height: 300px;}
	#about .bottom .con.two {margin: 30px 0;}
	#about .bottom .con .text-box strong {margin: 20px 0 12px;}

	#contact .form .half {flex-direction: column; gap: 15px;}
	#contact .form .half li {width: 100%;}

	#location .bottom, #contact .section-in {flex-direction: column;}
	#location .bottom > div p {display: inline;}
	#location .root_daum_roughmap .wrap_map {height: 350px; margin-bottom: 40px;}
	#location .location-list {margin-top: 35px; width: 100%;}
	#location .location-list li {padding: 20px 0;}

	#contact .c-left > div {margin-bottom: 15px;}
	#contact .c-left > div p {display: inline;}
	#contact form {max-width: 100%; width: 100%; margin: 50px auto 0;}

	#privacy:not(.p-modal) {padding-top: 130px;}
	#privacy .title {font-size: 30px;}
	#privacy ul {margin-bottom: 100px;}
}

@media all and (max-width:877px){
	#about .top {flex-direction: column;}
	#about .top .about-img {width: 80%; margin-right: 0;}
	#about .top .about-content {width: 100%; padding-top: 30px;}
	#about .bottom .bg {height: 380px;}
	#about .bottom .con, #about .bottom .con.two {flex-direction: column; gap: 20px;}
	#about .bottom .con .img-box {width: 85%; height: 280px; margin: auto;}
	#about .bottom .con .text-box {width: 75%; margin: auto;}
	#about .bottom .con.two {margin: 50px 0;}

	#contact form .submit {padding: 22px 0; margin-top: 50px;}
}

@media all and (max-width:641px){
	#about .about-bg {opacity: 0.5;}
	#about .about-top {padding: 50px 0 44px;}
	#about .top {margin-bottom: 120px;}
	#about .top .about-img {height: 420px;}
	#about .top .about-content > div p {display: inline;}
	#about .top .about-content > div p.block {display: block; margin-top: 15px;}
	#about .bottom > h3 {margin-bottom: 20px;}
	#about .bottom .bg {height: 280px; margin-bottom: 20px;}
	#about .bottom .con.two {margin: 40px 0;}
	#about .bottom .con .img-box {width: 90%; height: 220px;}
	#about .bottom .con .text-box {width: 80%;}
	#about .bottom .con .text-box strong {margin: 15px 0 8px;}

	#location .loaction-list {gap: 20px 0; padding-bottom: 50px;}
	#location .loaction-list li {width: 100%;}
	#location .root_daum_roughmap .wrap_map {height: 300px;}

	#contact form {padding: 30px 25px;}
	#contact .form > li:not(:last-child) {margin-bottom: 30px;}
	#contact .form .radio-wrap {gap: 10px;}
	#contact .form .half li > div {gap: 10px;}
	#contact .form input[type='text'], #contact .form input[type="radio"] + label span {height: 48px; line-height: 48px;}

	#privacy .title {font-size: 26px;}
	#privacy .title, #privacy h3 {margin-bottom: 30px;}
	#privacy ul {margin-bottom: 90px;}
}

@media all and (max-width:481px){
	#about .about-bg {width: 220px;}
	@keyframes imgmove {
		0% {
			top: 35%;
			transform: scale(1) translateY(-50%);
		}
		50% {
			top: 38%;
			transform: scale(1.01) translateY(-50%);
		}
		100% {
			top: 35%;
			transform: scale(1) translateY(-50%);
		}
	}
    #about .about-top {padding: 10px 0 34px;}
	#about .top .about-img {width: 90%; height: 350px;}
	#about .bottom .bg > div p {line-height: 1.4;}
	#about .bottom .con .img-box {height: 200px;}

	#contact .form input[type="radio"] + label span, #contact .form input[type="checkbox"] + label span {height: 46px; line-height: 46px; gap: 6px;}
	#contact form .submit {padding: 20px 0;}

	#privacy .title, #privacy h3 {margin-bottom: 30px;}
}