@charset "utf-8";


/* 1) root 설정  */
:root {
	--color-base: #222;
	--color-point: #D8AA51;
	--color-point02: #1A263C;
	--color-point03: #87c440;
	--color-white: #fff;
	--color-black: #000;
	--font-base: 16rem;
	--font-eng: 'DM Serif Text', Sans-serif;
	--font-kr: 'Pretendard', Sans-serif;
	--font-kr2: "Nanum Myeongjo", serif;
}

::-webkit-scrollbar {
	width: 10rem;
}

::-webkit-scrollbar-thumb {
	background-color: hsla(0, 0%, 42%, 0.3);
	border-radius: 100rem;
}


/* 2) 폰트설정 */
body {
	font-size: var(--font-base, 16rem);
	overflow-x: hidden;
	margin-top: 15rem;
}

body#sub {
	margin-top: 0;
}

body.active {
	/*position:fixed;*/
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden !important;
}

body.mfp-zoom-out-cur {
	overflow-y: hidden;
}

@media (min-width:1921px) {
	html {
		font-size: 0.052vw
			/* 1px */
		;
	}
}

@media (max-width:1500px) {
	html {
		font-size: 0.067vw
			/* 1px */
		;
	}
}

@media (max-width:1300px) {
	html {
		font-size: 0.077vw
			/* 1px */
		;
	}
}

@media (max-width:1024px) {
	html {
		font-size: 0.098vw
			/* 1px */
		;
	}
}

@media (max-width:768px) {
	html {
		font-size: 0.130vw
			/* 1px */
		;
	}
}

@media (max-width:620px) {
	html {
		font-size: 0.161vw
			/* 1px */
		;
	}
}

@media (max-width:480px) {
	html {
		font-size: 0.271vw
			/* 1.3px */
		;
	}
}


[data-grid] {
	display: grid;
}

[data-grid="2"] {
	grid-template-columns: 1fr 1fr;
	gap: 50rem;
}

[data-grid="3"] {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60rem;
}

[data-grid="4"] {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 35rem;
}


[data-ani] {
	opacity: 0;
	transition: transform 1.6s ease, opacity 1.3s ease;
	transform-style: preserve-3d;
	will-change: transform;
}

[data-ani].moved {
	opacity: 1;
	transform: none;
}

[data-ani="img"] {
	transform: translate(0%, 40%) matrix3d(1, 0, 0, 0, 0, 0.997564, 0.0697565, -0.00028, 0, -0.0697565, 0.997564, -0.00249391, 0, 0, 40, 0.9);
}

[data-ani="top"] {
	transform: translateY(100rem);
	transition-delay: 0.1s;
}

[data-ani="right"] {
	transform: translateX(80rem);
	transition-delay: 0.1s;
}

[data-ani="left"] {
	transform: translateX(-80rem);
	transition-delay: 0.1s;
}

[data-ani="scale"] {
	transform: scale(2);
	transition-delay: 0.1s;
	opacity: 1 !important;
}

[data-ani="rotate"] {
	transform: scale(1.15);
	transition-delay: 0.1s;
	opacity: 1 !important;
}

/* start motion  for All contents */
.motion-on [data-motion] {
	transition: transform 1.4s ease, opacity 1.3s ease;
	transform: none;
	opacity: 1;
	will-change: transform;
}

[data-motion] {
	opacity: 0;
}

[data-motion="preserveTop"] {
	transform: translateY(100%) rotateX(-80deg);
	transform-style: preserve-3d;
	transform-origin: center bottom;
}

[data-motion="slideBtm"] {
	transform: translateY(-50rem);
}

[data-motion="slideTop"] {
	transform: translateY(50rem);
}

[data-motion="slideLeft"] {
	transform: translateX(-100rem);
}

[data-motion="slideRight"] {
	transform: translateX(100rem);
}

[data-motion="scale"] {
	animation: motion-scale 5s forwards cubic-bezier(0.12, 0.4, 0.41, 0.86);
}

/* delay set */
[data-delay="100"] {
	transition-delay: 100ms !important;
}

[data-delay="150"] {
	transition-delay: 150ms !important;
}

[data-delay="200"] {
	transition-delay: 200ms !important;
}

[data-delay="250"] {
	transition-delay: 250ms !important;
}

[data-delay="300"] {
	transition-delay: 300ms !important;
}

[data-delay="350"] {
	transition-delay: 350ms !important;
}

[data-delay="400"] {
	transition-delay: 400ms !important;
}

[data-delay="450"] {
	transition-delay: 450ms !important;
}

[data-delay="500"] {
	transition-delay: 500ms !important;
}

[data-delay="550"] {
	transition-delay: 550ms !important;
}

[data-delay="600"] {
	transition-delay: 600ms !important;
}

[data-delay="650"] {
	transition-delay: 650ms !important;
}



/*  keyframe */
@keyframes motion-scale {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes motion {
	0% {
		opacity: 0.1;
		width: 10rem;
		height: 10rem;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 0;
		width: 45rem;
		height: 45rem;
	}
}

@keyframes motion2 {
	0% {
		opacity: 0.1;
		width: 10rem;
		height: 10rem;
	}

	50% {
		opacity: 0.2;
	}

	100% {
		opacity: 0;
		width: 95rem;
		height: 95rem;
	}
}


@keyframes txtrotate {
	to {
		transform: rotate(0deg);
	}

	from {
		transform: rotate(360deg);
	}
}

@media all and (max-width:768px) {

	[data-ani="top"],
	[data-ani="left"],
	[data-ani="right"],
	[data-motion="slideLeft"] {
		transform: translate(0, 30rem);
	}
}


.tabs {
	margin: 0 0 45rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tabs>li {
	padding: 14rem 10rem;
	box-sizing: border-box;
	font-size: 18rem;
	width: calc(100% / 6);
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: break-word;
	text-align: center;
	cursor: pointer;
}

.tabs>li span {
	color: #fff;
	font-weight: 400;
	opacity: 0.5;
}

.tabs>li.active {
	border-bottom: 1px solid #fff;
}

.tabs>li.active span {
	opacity: 1;
}

[data-list]>* {
	position: relative;
	margin-bottom: 20rem;
}

[data-list]>*::before {
	content: "";
	position: absolute;
	left: 0;
	background-color: #333;
}

[data-list]>*:last-child {
	margin: 0;
}

[data-list="dot"]>* {
	padding-left: 10rem;
	font-size: 19rem;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

[data-list="dot"]>*::before {
	top: 8rem;
	width: 3rem;
	height: 3rem;
	border-radius: 10rem;
}


@media all and (max-width:768px) {
	.tabs {
		margin: 0 0 30rem;
	}

	.tabs>li {
		font-size: 16rem;
		padding: 0 10rem 14rem;
	}
}

@media all and (max-width:480px) {
	.tabs {
		margin: 0 0 15rem;
		gap: 4rem;
	}

	.tabs>li {
		font-size: 12rem;
		padding: 0 5rem 5rem;
		width: auto;
	}

	[data-list="dot"]>* {
		padding-left: 7rem;
	}

	[data-list="dot"]>*::before {
		width: 2px;
		height: 2px;
		top: 6rem;
	}

}

/* 3) 레이아웃설정 */
.inr {
	position: relative;
	width: 1400rem;
	margin: 0 auto;
}

.inr-wide {
	position: relative;
	width: 1700rem;
	margin: 0 auto;
}

.inr.sub {
	position: relative;
	width: 1200rem;
	margin: 0 auto;
}

.inr.sub02 {
	position: relative;
	width: 1400rem;
	margin: 0 auto;
}

.inr.sub03 {
	position: relative;
	width: 1300rem;
	margin: 0 auto;
}

/*#header *{transition: all .5s;}*/


#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 15rem;
	padding: 0;
	height: 90rem;
	z-index: 101;
	box-sizing: border-box;
	background: transparent;
}

#header.on {
	top: 0;
	box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.05);
	background: #fff;
}

/*
#header:before{content:''; position:absolute; left:0; right:0; bottom:0; width:100%; height:1px; background:#eee; opacity:0;}
#header.on:before{opacity:1;}
*/
#sub #header.on.gnb-hide {
	background: transparent;
	border-bottom: none;
}

.active #header {
	background: transparent;
	border: none;
}

#header.web.hd_pops,
#sub #header.web.hd_pops {
	background: #fff;
}

#header .gnb_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1400rem;
	margin: 0 auto;
	box-sizing: border-box;
}

#header h1 {}

#header h1>a {
	display: block;
}

#header h1 img {
	display: block;
	height: 45rem;
}

#header h1 img.color,
#header.on h1 img.white,
#sub #header.on h1 img.white,
#sub #header.on.gnb-hide h1 img.color {
	display: none;
}

#header h1 img.white,
#header.on h1 img.color,
#sub #header.on h1 img.color,
#sub #header.on.gnb-hide h1 img.white {
	display: block;
}

#header nav .gnb>li {
	margin: 0;
}

#header nav .gnb>li:last-child {
	margin-right: 0;
}

#header nav .gnb>li>a {
	display: block;
	min-width: 156rem;
	font-weight: 500;
	padding: 36rem 30rem;
	box-sizing: border-box;
	text-align: center;
}

#header nav .gnb>li>a>span {
	font-size: 19rem;
	font-weight: 600;
	color: #fff;
}

#header.on nav .gnb>li>a>span {
	color: #222;
}

#header nav .gnb>li ul>li>a>span {
	font-size: 16rem;
	font-weight: 400;
	line-height: 1.2em;
	color: #444;
	font-family: var(--font-kr);
	word-break: keep-all;
}

#header nav .gnb>li ul>li>a>span i {
	font-size: 16rem;
	font-weight: 400;
}


#header.hide {
	top: -100rem;
	opacity: 0;
}

#header.hd_pops nav .gnb>li>a>span,
#sub #header.on nav .gnb>li>a>span {
	color: #333;
}

#sub #header.on .menu .menu__burger span {
	background-color: #333;
}

#header .area_cs {
	display: flex;
	top: 0;
	width: 142rem;
	height: 44rem;
	background: var(--color-point);
	border-radius: 50rem;
}

#header .area_cs>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#header .area_cs>a>span {
	position: relative;
	padding-left: 20rem;
	font-size: 16rem;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
}

#header .area_cs>a>span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15rem;
	height: 15rem;
	background: url(../img/common/ic-cs.svg)no-repeat center;
	background-size: contain;
}

#header .btn_menu {
	display: none;
}

#header .btn_menu {
	position: absolute;
	top: 25rem;
	right: 40rem;
	z-index: 9999;
	width: 25rem;
	height: 18rem;
	font-size: 0rem;
	transition: all 0.3s ease 0s;
}

#header .btn_menu>span {
	display: block;
	position: absolute;
	right: 0rem;
	width: 100%;
	height: 2px;
	background: #fff;
}

#header .btn_menu>span:nth-of-type(1) {
	top: 0;
}

#header .btn_menu>span:nth-of-type(2) {
	top: 50%;
	width: 80%;
	margin-top: -1rem;
	transition: background 0.3s ease 0s;
}

#header .btn_menu>span:nth-of-type(3) {
	bottom: 0;
}

#header .btn_menu>span:nth-of-type(1),
#header .btn_menu>span:nth-of-type(3) {
	transition: all 0.3s ease;
	transition-property: top, transform;
	transition-delay: 0.3s, 0s;
}

#header .btn_menu.active {
	position: fixed;
	top: 24rem;
}

#header .btn_menu.active:before {
	display: block;
}

#header .btn_menu.active>span {
	background: #222 !important;
}

#header .btn_menu.active>span:nth-of-type(1) {
	top: 7rem;
	transform: rotate(-45deg);
}

#header .btn_menu.active>span:nth-of-type(2) {
	background: transparent !important;
}

#header .btn_menu.active>span:nth-of-type(3) {
	bottom: 9rem;
	transform: rotate(45deg);
}

#header .btn_menu.active>span:nth-of-type(1),
#header .btn_menu.active>span:nth-of-type(3) {
	transition-delay: 0s, 0.3s;
}

#header .btn_close {
	display: none;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	top: 0rem;
	left: 0rem;
	z-index: 99;
	width: -webkit-calc(100% - 320rem);
	width: 100%;
	height: -webkit-calc(100vh - -0rem * 1);
	height: calc(100vh - -0px * 1);
	background: #000;
	font-size: 0;
	transition: all 0.3s ease-out 0s;
}

.active #header .btn_close {
	opacity: 0.4;
	visibility: visible;
}

#header.on .btn_menu>span,
#sub #header.on .btn_menu>span {
	background: #222;
}


.btn-line {
	position: relative;
	z-index: 1;
	display: flex;
	margin: 40rem 0 0;
	padding: 5rem 25rem;
	width: 200rem;
	height: 60rem;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 5rem;
}

.btn-line:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: -1;
	transition: all 0.3s ease;
}

.btn-line span {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 17rem;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
	transition: all 0.3s ease;
}

.btn-line span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12rem;
	height: 10rem;
	background: url(../images/common/ic-arr.svg)no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

.btn-line:hover span {
	color: #4a4e58;
	font-weight: bold;
}

.btn-line:hover:before {
	width: 100%;
}

.btn_top {
	position: absolute;
	right: 20rem;
	top: 20rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 55rem;
	height: 55rem;
	background: #fff;
	border-radius: 5rem;
}

.btn_top span {
	margin: 0 0 2rem;
	font-size: 14rem;
	font-weight: 600;
	color: #082958;
	line-height: 1em;
}

.btn_top img {
	height: 17rem;
}

.btn_top img.wt {
	display: none;
}



#quick-cs {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 97rem;
	background: #C2A664;
	box-sizing: border-box;
	z-index: 10;
	opacity: 0;
	transition-duration: 0.6s;
	transition-property: opacity;
	pointer-events: none;
}

#quick-cs.on {
	opacity: 1;
	pointer-events: auto;
}

#quick-cs .inr {
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#quick-cs .lawyer {
	position: absolute;
	left: 38rem;
	bottom: 0;
}

#quick-cs .lawyer img {
	width: auto;
}

#quick-cs .txt-list {
	display: flex;
	margin-left: 215rem;
	width: calc(100% - 200rem);
}

#quick-cs .txt-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18rem;
	padding: 0 30rem;
	flex: auto 1 1;
}

#quick-cs .txt-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
}

#quick-cs .txt-item:last-child:before {
	display: none;
}

#quick-cs .txt-item .title {
	display: block;
	line-height: 1em;
}

#quick-cs .txt-item .title span {
	position: relative;
	display: inline-block;
	font-size: 22rem;
	font-weight: bold;
	color: #161D28;
	line-height: 1em;
}

#quick-cs .txt-item .title span:before {
	content: '';
	position: relative;
	top: 3rem;
	display: inline-block;
	width: 22rem;
	height: 22rem;
	margin-right: 10rem;
	background: url(../img/common/ic-phone.svg)no-repeat center;
	background-size: contain;
}

#quick-cs .txt-item .tel {
	font-size: 40rem;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
}

#quick-cs .txt-item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12rem;
}

#quick-cs .txt-item a .icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45rem;
	height: 45rem;
	background: #161D28;
	border-radius: 50rem;
}

#quick-cs .txt-item.kakao a .icon:before {
	content: '';
	display: block;
	width: 20rem;
	height: 20rem;
	background: url(../img/common/ic-kakao-wt.svg)no-repeat center;
	background-size: contain;
}

#quick-cs .txt-item.cs a .icon:before {
	content: '';
	display: block;
	width: 20rem;
	height: 15rem;
	background: url(../img/common/ic-pen-wt.svg)no-repeat center;
	background-size: contain;
}

#quick-cs .txt-item a .txt {
	position: relative;
	padding-right: 40rem;
	font-size: 27rem;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
}

#quick-cs .txt-item a .txt:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 25rem;
	height: 25rem;
	background: url(../img/main/ic-slide-arr.svg)no-repeat center;
	background-size: contain;
	transform: rotate(-180deg);
}

#quick-cs .txt-item a:hover .txt {
	color: #161D28;
}

#quick-cs .txt-item a:hover .txt:before {
	background: url(../img/main/ic-slide-arr-bk.svg)no-repeat center;
	background-size: contain;
}


#ft {
	position: relative;
	background: #0d1013;
	padding: 70rem 0;
	box-sizing: border-box;
}

.ft-logo {
	height: 51rem;
}

.ft-logo img {
	height: 100%;
	opacitY: 0.3;
}

#ft address {
	margin-top: 40rem;
}

#ft address ul li {
	display: flex;
	gap: 20rem;
	margin-bottom: 13rem;
}

#ft address ul li div {
	display: flex;
	gap: 10rem;
	font-family: var(--font-kr);
	font-size: 17rem;
	color: #fff;
	font-weight: 300;
}

#ft address ul li div em {
	font-weight: 500;
	color: #fff;
	opacity: 0.5;
}

#ft address ul li div span {}

.ft-copy {
	display: flex;
	justify-content: space-between;
	margin-top: 40rem;
	font-family: var(--font-kr);
}

.ft-copy p {
	font-size: 16rem;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
	word-break: keep-all;
	opacity: 0.5;
}

.ft-link {}

.ft-link>li {
	position: relative;
	display: inline-block;
	margin: 0 18rem 0 0;
}

.ft-link>li>a {
	display: block;
	font-size: 16rem;
	font-weight: 400;
	color: #fff;
	opacity: 0.3;
}

.ft-link>li:first-child>a {
	opacity: 1;
	font-weight: 600;
}


#side-area {
	position: fixed;
	right: 50rem;
	bottom: 60rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 101;
	cursor: pointer;
	transition: 0.8s all;
}

#side-area.active {
	right: 25rem;
	bottom: 120rem;
}

.quick-menu {
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.quick-menu ul {}

.quick-menu ul li {
	margin: 10rem 0 0;
	width: 80rem;
	height: 80rem;
	transition: all 0.3s ease;
	transform: translateY(65rem);
}

.quick-menu ul li:first-child {
	margin: 0;
}

.quick-menu ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 6rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 4.75px 0.25px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
}

.quick-menu ul li.cs a {
	background: linear-gradient(135deg, #2C4A81 0%, #0C244E 100%);
	border: none;
}

.quick-menu ul li.kakao a {
	background: #FEE12D;
	border: none;
}

.quick-menu ul li a img {
	width: 22rem;
}

.quick-menu ul li a img.line {
	display: none;
}

.quick-menu ul li a span {
	display: inline-block;
	margin-top: 8rem;
	font-size: 13rem;
	font-weight: 600;
	color: var(--color-point02);
	line-height: 1em;
	word-break: keep-all;
}

.quick-menu ul li.cs a span {
	color: #fff;
}

.quick-menu ul li.kakao a span {
	color: #371C1D;
}

.quick-menu ul li.top {
	opacity: 0;
	box-sizing: border-box;
	height: 30rem;
	transform: translateY(65rem);
}

.quick-menu ul li.top a {
	background: #333;
	border-radius: 6rem;
}

.quick-menu ul li.top a img {
	width: 12rem;
}

.quick-menu ul li.top a em {
	display: flex;
	color: #fff;
	gap: 5rem;
}

.quick-menu.active ul li {
	transform: translateY(0);
}

.quick-menu.active ul li.top {
	opacity: 1;
	transform: translateY(0);
}




#side-area.common {
	position: fixed;
	bottom: 10rem;
	right: -100rem;
	z-index: 10;
	display: none;
	transition: all 1.4s ease, opacity 1.3s ease;
}

.motion-on #side-area.common {
	right: 10rem;
}

#side-area .top .btn_top {
	position: relative;
	top: 0;
	right: unset;
}

#sub #side-area.common {
	display: block;
	top: 50%;
	right: -100rem;
	height: 166rem;
	transform: translateY(-50%);
	transition: all 1.4s ease, opacity 1.3s ease;
}

#sub.motion-on #side-area.common {
	right: 20rem;
}

#sub #side-area.common .quick-menu ul li a {
	background: rgb(53 87 111 / 40%);
}

#sub #side-area.common .quick-menu ul li.top {
	display: none;
}

#sub #side-area.common .btn_top img.color {
	display: none;
}

#sub #side-area.common .btn_top img.wt {
	display: block;
}

.scroll_ani {
	position: absolute;
	bottom: 25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.scroll_ani i {
	display: block;
	width: 23rem;
	height: 23rem;
	margin: 0 auto 3rem;
	background: url(../img/main/ic-mouse.svg)no-repeat center;
	background-size: contain;
}

.scroll_ani span {
	font-size: 14rem;
	color: #fff;
	font-weight: 400;
	display: block;
	font-family: var(--font-eng);
}

/*
.scroll_ani i {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1rem; height: 50rem; overflow: hidden; background: rgba(255, 255, 255, .2);}
.scroll_ani i::after {content: ''; position: absolute; top: 0; width: 1rem; height:25rem; animation: scrollbar 1.3s infinite ease-in-out; background: rgba(255, 255, 255, 1);}
*/

@keyframes scrollbar {
	0% {
		transform: translateY(-30rem);
	}

	100% {
		transform: translateY(50rem);
	}
}

@media all and (max-width:1800px) {

	.inr-wide {
		margin: 0 50rem;
		width: auto;
	}

	#side-area {
		right: 30rem;
	}
}


@media all and (max-width:1600px) {
	#header .gnb_area {
		margin: 0 40rem;
		width: auto;
		height: 100%;
	}

	.inr {
		width: auto;
		margin: 0 80rem;
	}

	#sub .inr {
		margin: 0 50rem;
		width: auto;
	}
}

@media all and (max-width:1500px) {
	#header h1 {
		left: 30rem;
	}

	#header.web nav .gnb>li>a {
		padding: 41rem 25rem;
		min-width: 130rem;
	}

	#header.web.hd_pops nav .gnb>li>a {
		padding: 41rem 35rem;
	}

	#header .full-gnb__btn {
		right: 30rem;
	}


}

@media all and (max-width:1400px) {

	.inr.sub03 {
		margin: 0 50rem;
		width: auto;
	}

	#fp-nav.left {
		left: 30rem;
	}

	#side-area {
		right: 20rem;
	}
}

@media all and (max-width:1300px) {

	.inr.sub,
	.inr.sub02 {
		margin: 0 50rem;
		width: auto;
	}

	#header h1 img {
		height: 38rem;
	}

	body.no-scroll #header .menu {
		margin-right: 10rem;
	}

	#header .menu .menu__burger:before {
		width: 50rem;
		height: 50rem;
	}

	#header.web nav .gnb>li>a {
		padding: 41rem 15rem;
		min-width: auto;
	}

	#header.web nav .gnb>li>a>span {
		font-size: 18rem;
	}

	#header.web.hd_pops nav .gnb>li>a {
		padding: 41rem 20rem;
	}

	#header nav .gnb>li ul>li>a>span {
		font-size: 17rem;
		letter-spacing: -0.8rem;
	}

	.btn_top {
		width: 52rem;
		height: 52rem;
	}

	#quick-cs .lawyer {
		left: 0;
	}

	#quick-cs .txt-list {
		margin-left: 180rem;
	}

	#quick-cs .txt-item {
		padding: 0 15rem;
	}

	#quick-cs .txt-item .title span {
		font-size: 20rem;
	}

	#quick-cs .txt-item .tel {
		font-size: 35rem;
	}

	#quick-cs .txt-item a .icon {
		width: 40rem;
		height: 40rem;
	}

	#quick-cs .txt-item a .txt {
		font-size: 23rem;
		padding-right: 27rem;
	}

	#quick-cs .txt-item a .txt:before {
		width: 20rem;
		height: 20rem;
	}


}

@media all and (max-width:1150px) {
	#quick-cs .lawyer img {
		width: 190rem;
	}
}

@media all and (min-width:1025px) {

	#header nav {
		display: flex;
		position: relative;
		/* overflow: hidden; */
	}

	body.active #header nav {
		opacity: 0;
		visibility: hidden;
	}

	body.active #header .area_lang {
		opacity: 0;
	}

	/* #header nav::before{content: ""; width: 100%; height: 100%; background-color: #fff; position: absolute; left: 0; top: 0; transition: all .3s; } */
	#header nav .gnb {
		display: flex;
		font-size: var(--font-default);
	}

	#header nav .gnb>li {
		position: relative;
	}

	#header nav .gnb>li>a {
		position: relative;
		line-height: 1em;
		font-family: var(--font-kr);
	}



	#header nav .gnb>li>a span {
		font-weight: 600;
	}

	/*#header nav .gnb > li > a.on span,*/
	#header nav .gnb>li:hover>a span {
		color: var(--color-point02) !important;
	}

	body.member #header nav .gnb>li>a,
	body.policy #header nav .gnb>li>a {
		color: #222;
	}

	body.member #header.on nav .gnb>li>a,
	body.policy #header.on nav .gnb>li>a {
		color: #fff;
	}


	#header nav .gnb>li.active ul {
		opacity: 1;
		visibility: visible;
		z-index: 10;
		transition-delay: 0.1s !important;
		transition-duration: 0.5s;
	}

	#header nav .gnb>li:hover .box {
		background: #fafcfd;
	}

	#header nav .gnb>li ul {
		display: none;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		top: 70rem;
		left: 0;
		width: 100%;
		padding: 14rem 0;
		box-sizing: border-box;
		background: #0f2b46c7;
		transition: all 0.2s ease;
		transition-property: opacity, top, visibility;
		transition-delay: 0s, 0s, 0s;
		border-radius: 5rem;
		box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.07);
	}

	#header nav .gnb>li ul.active {
		display: block;
	}

	#header nav .gnb>li.active ul {
		opacity: 1;
		visibility: visible;
		z-index: 10;
		transition-delay: 0.1s !important;
		transition-duration: 0.5s;
	}

	#header nav .gnb>li ul>li>a {
		display: block;
		position: relative;
		padding: 5rem 0rem;
		transition: all 0.3s ease 0s;
		white-space: nowrap;
		text-align: center;
	}

	#header nav .gnb>li ul>li>a>span {
		font-size: 17rem;
		font-weight: 400;
		color: #fff;
		opacity: 0.7;
		transition: all 0.3s ease;
	}

	#header nav .gnb>li ul>li>a:hover>span {
		opacity: 1;
		color: #fff;
	}

	#header nav .gnb>li ul>li:first-child>a {
		border-top-width: 0px;
	}

	#header nav ul.gnb>li.gnb-hd {
		display: none;
	}

	.gnb-hd {
		display: none;
	}

	#header nav .gnb>li ul>li.intro {
		display: none;
	}

}

@media (max-width:1024px) {
	body {
		margin-top: 10rem;
	}

	#header {
		top: 10rem;
		height: 65rem;
	}

	#header .gnb_area {}

	#header h1 {
		top: 20rem;
		left: 20rem;
	}

	[data-site="sub"] #header {
		position: relative;
	}

	/*#header{position:absolute;}
	#header.on{top:-100rem; padding:15rem 0; background:transparent;}
	#header.on .gnb_area{opacity:0;}*/
	#header.on .btn_menu.active>span:nth-of-type(2) {
		background: transparent;
	}

	#header .btn_menu {
		display: block;
	}

	#header .gnb li ul {
		transition: none !important;
	}

	.hd-btn {
		display: none;
	}

	#header .area_cs {
		width: 130rem;
		height: 38rem;
		margin-right: 38rem;
	}



	#header .btn_menu,
	#header .btn_close {
		display: block;
	}

	#header nav {
		position: fixed;
		visibility: hidden;
		top: 0px;
		right: -100%;
		z-index: 90;
		width: 100%;
		height: -webkit-calc(100vh - 0px * 1);
		height: calc(100vh - 0px * 1);
		background: rgba(0, 0, 0, 0);
		font-size: 0;
		transition: all 0.3s ease-out 0s;
		transition: all 0.5s ease-out 0s;
	}

	#header nav.active {
		right: 0px;
		background: rgba(0, 0, 0, 0);
		visibility: visible;
	}

	#header nav .gnb {
		position: absolute;
		top: 0px;
		right: -100%;
		z-index: 99;
		width: 100%;
		height: 100%;
		background: #fff;
		background-size: cover;
		box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.1);
		overflow-y: auto;
		transition: all 0.8s ease-out 0s;
	}

	#header nav.active .gnb {
		right: 0;
	}

	#header nav {
		margin: 0;
	}

	#header.mob nav .gnb>li {
		float: unset;
		display: block;
		padding: 0;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}

	#header nav ul.gnb>li.gnb-hd {
		margin: 0;
		padding: 15rem;
		box-sizing: border-box;
		border-bottom: 1rem solid #222;
	}

	#header nav ul.gnb>li.gnb-hd>img {
		height: 36rem;
	}

	#header nav ul.gnb>li>a {
		position: relative;
		display: block;
		padding: 20rem;
		box-sizing: Border-box;
		text-align: left;
	}

	#header nav ul.gnb>li>a>span {
		display: block;
		font-size: 20rem;
		font-weight: 400 !important;
		color: #333;
	}

	#header nav ul.gnb>li>a>span br {
		display: none;
	}

	#header nav ul.gnb>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 20rem;
		width: 15rem;
		height: 9rem;
		margin-top: -4rem;
		background: url(../img/common/ic-menu-arr.svg) no-repeat 50% 0;
		background-size: 14rem 7rem;
		transition: all 0.4s ease 0s;
	}

	#header nav ul.gnb>li>a.active:before {
		opacity: 1;
		transform: rotate(180deg);
	}

	#header nav ul.gnb>li.gnb-hd .area-sns a {
		display: block;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#header nav ul.gnb>li.gnb-hd .area-sns a i {
		display: inline-block;
	}

	#header nav ul.gnb>li.gnb-hd .area-sns a i img {
		display: inline-block;
		height: 18rem;
	}

	#header nav ul.gnb>li.gnb-hd .area-sns .youtube a i img {
		height: 13rem;
	}

	#header nav .gnb>li .box {
		display: none;
		background: #f9f9f9;
		border-top: 1px solid #eee;
		padding: 20rem;
		box-sizing: border-box;
		min-height: auto;
	}

	#header nav .gnb>li .box ul {}

	#header nav .gnb>li .box ul>li {
		margin: 0 0 13rem;
	}

	#header nav .gnb>li .box ul>li:last-child {
		margin: 0;
	}

	#header nav .gnb>li .box ul>li>a {
		display: block;
	}

	#header nav .gnb>li .box ul a span {
		font-size: 18rem;
		font-weight: 300;
		color: #777;
	}

	#header nav .gnb>li .box ul a span br {
		display: none;
	}

	#header nav .gnb>li .box ul a span i {
		display: inline-block;
		margin-left: 2rem;
		position: relative;
		top: -1rem;
		font-weight: 400;
	}

	#header nav .gnb>li .box ul a:hover span {
		font-weight: 500;
		color: var(--color-point);
	}


	.inr-wide,
	.inr,
	.inr.sub,
	.inr.sub02,
	.inr.sub03,
	#sub .inr {
		margin: 0 40rem;
		width: auto;
	}



	.full_menu.oepn {
		display: none;
	}

	.ft-menu {
		display: none;
	}

	.ft-bottom .inr {
		display: block;
	}

	.ft-right {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		gap: 15rem;
		margin-top: 20rem;
	}

	.ft-logo {
		display: block;
	}

	.ft-link {
		margin-top: 0;
	}


	#side-area {
		bottom: 20rem;
	}

	#side-area.active {
		bottom: 20rem;
	}

	#side-area.common {
		display: block;
	}

	.quick-menu ul li {
		width: 60rem;
		height: 60rem;
		margin: 6rem 0 0;
		transform: translateY(30rem);
	}

	.quick-menu ul li a img {
		width: 22rem;
	}

	.quick-menu ul li.top a img {
		width: 14rem;
	}

	.quick-menu ul li a span {
		font-size: 12rem;
	}

	.quick-menu ul li.top a em {
		font-size: 14rem;
	}

	#ft .area_top {
		display: none;
	}

	#ft {
		padding: 70rem 0;
	}

	#ft .inr {
		margin: 0 40rem;
	}

	#quick-cs {
		display: none;
	}


}


@media (max-width:768px) {
	#header .gnb_area {
		margin: 0 25rem;
	}

	#header,
	#sub #header.on {
		height: 60rem;
	}

	#header h1 img {
		height: 32rem;
	}

	#header .btn_menu {
		top: 22rem;
		right: 25rem;
	}

	.inr-wide,
	.inr,
	.inr.sub,
	.inr.sub02,
	.inr.sub03,
	#sub .inr {
		margin: 0 30rem;
	}

	#header .btn_menu {}

	.area_lang {
		right: 60rem;
	}

	#header nav ul.gnb>li>a>span {
		font-size: 18rem;
	}

	#ft {
		padding: 50rem 0;
	}

	#ft .inr {
		margin: 0 30rem;
	}

	#ft address {
		margin-top: 30rem;
	}

	#ft address ul li {
		gap: 10rem;
		flex-direction: column;
	}

	.ft-logo {
		display: block;
		height: 40rem;
	}

	.ft-copy {
		display: block;
		margin-top: 30rem;
	}

	.ft-link {
		margin-top: 20rem;
	}

	.ft-link>li {
		margin: 0 8rem 0 0;
	}


	#sub #side-area.common {
		right: 10rem;
		bottom: 10rem;
	}

	#sub.motion-on #side-area.common {
		right: 10rem;
	}

	#side-area,
	#side-area.active {
		right: 14rem;
		bottom: 14rem;
	}

	.quick-menu ul li {
		width: 50rem;
		height: 50rem;
		transform: translateY(24rem);
	}

	.quick-menu ul li a span {
		display: none;
	}

	.quick-menu ul li.top {
		height: 24rem;
	}

	.quick-menu ul li.top a em {
		font-size: 13rem;
	}



}

@media (max-width:620px) {

	.inr-wide,
	.inr,
	.inr.sub,
	.inr.sub02,
	.inr.sub03,
	#sub .inr {
		margin: 0 20rem;
	}

	#header,
	#sub #header.on {
		height: 50rem;
	}

	#header h1 {
		top: 14rem;
		left: 10rem;
	}

	#header h1 img {
		height: 24rem;
	}

	#header nav .gnb {
		max-width: 100%;
	}

	#header .area_cs {
		width: 110rem;
		height: 30rem;
		margin-right: 30rem;
	}

	#header .area_cs>a>span {
		font-size: 14rem;
	}

	#header .area_cs>a>span:before {
		width: 14rem;
		height: 14rem;
	}


	#header .btn_menu {
		top: 19rem;
		right: 15rem;
		width: 20rem;
		height: 13rem;
	}

	#header .btn_menu>span {
		height: 1px;
	}

	#header nav ul.gnb>li.gnb-hd>img {
		height: 23rem;
	}

	#header nav ul.gnb>li>a {
		padding: 13rem 12rem;
	}

	#header nav ul.gnb>li>a>span {
		font-size: 16rem;
	}

	#header .btn_menu.active {
		top: 19rem;
	}

	#header .btn_menu.active>span:nth-of-type(3) {
		bottom: 5rem;
	}

	.ft-bottom .inr,
	.ft-menu .inr {
		margin: 0 20rem;
	}

	.ft-logo {
		height: 25rem;
	}

	.ft-left address ul li em,
	.ft-left address ul li span {
		font-size: 12rem;
	}

	.ft-copy {
		font-size: 12rem;
	}

	.ft-link>li>a {
		font-size: 12rem;
	}

	.quick-menu ul li {
		width: 48rem;
		height: 48rem;
		margin: 4rem 0 0;
	}

	.quick-menu ul li a {
		box-shadow: 0px 2px 4.75px 0.25px rgba(0, 0, 0, 0.1);
	}

	.quick-menu ul li a img {
		width: 20rem;
	}

	.quick-menu ul li a span {
		margin-top: 3rem;
		font-size: 9rem;
	}

}

@media (max-width:480px) {
	body {
		margin-top: 5rem;
	}

	.inr-wide,
	.inr,
	.inr.sub,
	.inr.sub02,
	.inr.sub03,
	#sub .inr {
		margin: 0 14rem;
	}

	#header .gnb_area {
		margin: 0 14rem;
	}

	#header,
	#sub #header.on {
		top: 0rem;
	}

	/*#header .gnb_area{margin:0 8rem;}*/
	#header h1 {
		top: 13rem;
	}

	#header h1 img {
		height: 23rem;
	}

	#header nav .gnb {
		max-width: 100%;
	}

	#header nav ul.gnb>li>a:before {
		right: 20rem;
	}

	#header .btn_menu {
		top: 20rem;
		right: 14rem;
		width: 18rem;
		height: 12rem;
	}

	#header .btn_menu>span:nth-of-type(3) {
		bottom: 1px;
	}

	#header .btn_menu.active {
		top: 16rem;
		right: 10rem;
		padding: 6rem;
	}

	#header nav ul.gnb>li.gnb-hd {
		padding: 12rem 10rem 12rem;
		margin: 0;
	}

	#header.mob nav .gnb>li {
		margin: 0;
		border-bottom: 1px solid #eee;
	}

	#header nav ul.gnb>li>a {
		padding: 12rem 10rem;
	}

	#header nav ul.gnb>li>a>span {
		font-size: 12rem;
	}

	#header nav .gnb>li .box ul>li {
		margin: 0 0 8rem;
	}

	#header nav .gnb>li .box {
		padding: 15rem;
	}

	#header nav .gnb>li .box ul a span,
	#header nav .gnb>li .box ul a span i {
		font-size: 11rem;
	}

	#header nav ul.gnb>li>a:before {
		right: 10rem;
	}

	#header .area_cs {
		width: 83rem;
		height: 25rem;
		margin-right: 25rem;
	}

	#header .area_cs>a>span {
		font-size: 11rem;
		padding-left: 13rem;
	}

	#header .area_cs>a>span:before {
		width: 11rem;
		height: 11rem;
	}

	#header nav ul.gnb>li:nth-child(3)>a:before {
		right: 10rem;
		width: 13rem;
		height: 7rem;
	}

	#ft {
		padding: 20rem 0 30rem;
	}

	#ft .inr {
		margin: 0 14rem;
	}

	.ft-link {
		margin-top: 10rem;
	}

	.ft-link>li {
		margin: 0 5rem 0 0;
	}

	.ft-link>li>a {
		font-size: 10rem;
	}

	#ft address {
		margin-top: 18rem;
	}

	#ft address ul li {
		margin-bottom: 6rem;
		gap: 4rem;
	}

	#ft address ul li div {
		font-size: 10rem;
		gap: 6rem;
	}

	.ft-copy {
		margin-top: 18rem;
	}

	.ft-copy p {
		font-size: 10rem;
	}

	.ft-logo {
		display: block;
	}

	#side-area,
	#side-area.active {
		right: 10rem;
		bottom: 10rem;
	}

	.quick-menu ul li {
		width: 40rem;
		height: 40rem;
	}

	.quick-menu ul li a img {
		width: 18rem;
	}

	.quick-menu ul li.top a img {
		width: 8rem;
	}

	.quick-menu ul li a span {
		margin-top: 3rem;
		font-size: 7rem;
	}

	.quick-menu ul li.top {
		height: 20rem;
		border-radius: transform:translateY(20rem);
	}

	.quick-menu ul li.top a em {
		font-size: 11rem;
	}


	.btn_top {
		width: 50rem;
		height: 50rem;
	}

	#en .quick-menu ul li a span {
		font-size: 8rem;
	}



}


/* 개인정보수집 */
.agree_pop {
	display: none;
	width: 500px;
	box-sizing: border-box;
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 200px;
	z-index: 10000;
	overflow: hidden;
}

.agree_pop:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.black {
	font-weight: 800;
}

.agree_pop .title {
	width: 500px;
	background-color: #333;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	text-align: left;
	font-size: 17px;
}

.agree_pop .pop-esc {
	cursor: pointer;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 10px 12px;
	font-size: 20px;
	right: 0;
	position: absolute;
	top: 0;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
}

.agree_pop .pop-esc img {
	width: 18px;
	height: 18px;
}

.pop-content {
	padding: 30px 20px;
	font-size: 15px;
	background-color: #fff;
	overflow-y: hidden;
	border: 1px solid #ddd;
	line-height: 1.3;
	color: #5d5d5d;
	text-align: left;
}

@media screen and (max-width: 540px) {
	.agree_pop {
		width: 320rem;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-left: 0;
	}

	.agree_pop .title {
		font-size: 14rem;
		padding: 10rem 12rem;
	}

	.pop-content {
		padding: 12rem;
		font-size: 11rem;
	}

	.agree_pop .pop-esc {
		padding: 12rem;
	}

	.agree_pop .pop-esc img {
		width: 15rem;
		height: 15rem;
	}

}

/* title */
.main-title__wrap {
	display: flex;
}

.main-title {
	position: relative;
	margin-bottom: 50rem;
	text-align: center;
}

.main-title__wrap .main-title {
	text-align: left;
}

.main-title>em {
	display: inline-block;
	margin-bottom: 20rem;
	font-size: 20rem;
	font-weight: 300;
	color: var(--color-point);
	line-height: 1em;
	word-break: keep-all;
	text-transform: uppercase;
}

.main-title>h3 {
	display: block;
	font-size: 45rem;
	font-weight: 700;
	color: #111;
	line-height: 1.2em;
	word-break: keep-all;
	font-family: var(--font-kr);
}

.big-txt {
	position: absolute;
	top: 45rem;
	right: 0;
	font-size: 200rem;
	color: #000;
	line-height: 1em;
	font-family: "Ephesis", cursive;
	opacity: 0.03;
	text-transform: capitalize;
}

.main-title.wt {}

.main-title.wt>em {
	color: #fff;
	opacity: 0.4;
}

.main-title.wt>h3 {
	color: #fff;
}

@media all and (max-width:1024px) {
	.main-title {
		margin-bottom: 50rem;
	}

	.main-title>em {
		font-size: 18rem;
		margin-bottom: 15rem;
	}

	.main-title>h3 {
		font-size: 40rem;
	}

	.big-txt {
		top: 30rem;
		font-size: 120rem;
	}
}

@media all and (max-width:768px) {
	.main-title {
		margin-bottom: 40rem;
	}

	.main-title>em {
		font-size: 16rem;
	}

	.main-title>h3 {
		font-size: 30rem;
	}

	.big-txt {
		display: none;
	}
}

@media all and (max-width:620px) {
	.main-title {
		margin-bottom: 30rem;
	}

	.main-title>em {
		font-size: 15rem;
	}

	.main-title>h3 {
		font-size: 25rem;
	}
}

@media all and (max-width:480px) {
	.main-title {
		margin-bottom: 20rem;
	}

	.main-title>em {
		font-size: 9rem;
		margin-bottom: 6rem;
	}

	.main-title>h3 {
		font-size: 14rem;
	}
}

/* contact us */
.main-inquiry {
	padding: 120rem 0;
	background: url(../img/main/bg-inquiry.jpg)no-repeat center;
	background-size: cover;
}

body#sub .main-inquiry {
	margin-top: 100rem;
}

body#sub.about .main-inquiry,
body#sub.immigration .main-inquiry {
	margin-top: 0rem;
}

.main-inquiry .cont {
	display: flex;
	justify-content: space-between;
}

.main-inquiry form {
	width: 820rem;
}

.main-inquiry form .box {
	display: flex;
	gap: 10rem;
}

.main-inquiry form .box label {
	display: none;
}

.main-inquiry .sns-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20rem
}

.main-inquiry .sns-list>li {
	width: 233rem;
	height: 233rem;
	font-family: var(--font-kr);
}

.main-inquiry .sns-list>li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15rem;
	width: 100%;
	height: 100%;
	flex-direction: column;
	text-align: center;
	background: #fff;
	border-radius: 15rem;
	overflow: hidden;
}

.main-inquiry .sns-list>li a .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55rem;
	height: 55rem;
}

.main-inquiry .sns-list>li a .icon img {
	height: 55rem;
}

.main-inquiry .sns-list>li a .txt {}

.main-inquiry .sns-list>li a .txt em {
	display: inline-block;
	margin-bottom: 8rem;
	font-size: 15rem;
	font-weight: 600;
	color: #666;
	line-height: 1em;
}

.main-inquiry .sns-list>li a .txt h3 {
	font-size: 26rem;
	font-weight: bold;
	color: #222;
	line-height: 1em;
}

.main-inquiry .sns-list>li.kakao a {
	background: #FEE12D;
}

.main-inquiry .sns-list>li.kakao a .icon img {
	height: 45rem;
}

.main-inquiry .sns-list>li.kakao a .txt em {
	color: #E4C609;
}

.main-inquiry .sns-list>li.kakao a .txt h3 {
	font-size: 23rem;
	color: #371C1D;
}

.main-inquiry .box {
	display: flex;
	gap: 10rem;
	margin-bottom: 15rem;
	text-align: left;
}

.main-inquiry .box-full {
	display: block;
}

.main-inquiry .box .box-input {
	width: calc((100% / 2) - 5rem);
	text-align: left;
}

.main-inquiry .box label {
	display: inline-block;
	margin-bottom: 8rem;
	font-size: 15rem;
	font-weight: 600;
	color: #222;
	line-height: 1em;
	word-break: keep-all;
}

.main-inquiry .box input[type="text"],
.main-inquiry .box select {
	display: block;
	padding: 10rem 13rem;
	width: 100%;
	height: 50rem;
	border-radius: 5rem;
	box-sizing: border-box;
	border: none;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 16rem;
	color: #fff;
	line-height: 1em;
	word-break: keep-all;
}

.main-inquiry .box select {
	background: rgba(255, 255, 255, 0.1) url(../img/common/ic-select-arr.svg) no-repeat 97% 50% !important;
}

.main-inquiry .box select option {
	color: #333;
}

.main-inquiry .box select:invalid {
	color: rgba(255, 255, 255, 0.2);
}

.main-inquiry .box ::placeholder {
	outline: none;
	color: rgba(255, 255, 255, 0.2);
}

.main-inquiry .box textarea {
	display: block;
	padding: 15rem;
	width: 100%;
	height: 110rem;
	border-radius: 5rem;
	box-sizing: border-box;
	border: none;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 16rem;
	color: #fff;
	line-height: 1em;
	word-break: keep-all;
}

.list-check {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10rem;
}

.main-inquiry .box .list-check>li {
	position: relative;
	box-sizing: border-box;
	border-radius: 4rem;
}

.main-inquiry .box .list-check>li>label {
	display: flex;
	align-items: center;
	gap: 5rem;
	margin: 0;
	padding: 13rem;
	border: 1px solid #eee;
	color: #333;
	border-radius: 4rem;
	white-space: nowrap;
	font-size: 15rem;
	font-weight: 600;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
	cursor: pointer;
}

.main-inquiry .box .list-check>li>label::before {
	display: inline-block;
	position: relative;
	content: "";
	width: 20rem;
	height: 20rem;
	background: url(../img/common/check-gray.svg)no-repeat center;
	background-size: contain;
	transition: transform .3s ease-in-out;
	opacity: 0.2;
}

.main-inquiry .box .list-check>li input[type="checkbox"]:checked+label::before {
	background: url(../img/common/check-line.svg)no-repeat center;
	background-size: contain;
	transition: transform .3s ease-in-out;
	opacity: 1;
}

.main-inquiry .box .list-check>li input[type="checkbox"]:checked+label {
	border: 1px solid var(--color-point);
	background-color: #fff;
	color: var(--color-point);
	transition: all .2s;
}

.main-inquiry .box .list-check>li input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.submitBox {
	margin: 15rem auto 0;
	text-align: center;
}

.submitBox input[type=submit] {
	width: 100%;
	height: 48rem;
	border-radius: 5rem;
	font-size: 16rem;
	font-weight: 500;
	color: #fff;
	line-heightt: 1em;
	word-break: keep-all;
	border: none;
	background: #1A3566;
}

.main-inquiry .check-wrap {
	margin-top: 15rem;
}

@media all and (max-width:1600px) {
	.main-inquiry form {
		width: calc(100% - 550rem);
	}
}

@media all and (max-width:1024px) {
	.main-inquiry {
		padding: 80rem 0;
	}

	.main-inquiry .cont {
		display: block;
	}

	.main-inquiry form {
		width: 100%;
	}

	.main-inquiry .sns-list {
		margin-top: 40rem;
	}

	.main-inquiry .sns-list>li {
		width: 100%;
		height: 200rem;
	}

	body#sub .main-inquiry {
		margin-top: 80rem;
	}
}

@media all and (max-width:768px) {
	.main-inquiry {
		padding: 80rem 0;
	}

}

@media all and (max-width:620px) {
	.main-inquiry {
		padding: 60rem 0;
	}

	body#sub .main-inquiry {
		margin-top: 60rem;
	}
}

@media all and (max-width:480px) {
	.main-inquiry {
		padding: 20rem 0 25rem;
	}

	body#sub .main-inquiry {
		margin-top: 25rem;
	}

	.main-inquiry form .box {
		gap: 6rem;
		margin-bottom: 6rem;
	}

	.main-inquiry .box input[type="text"],
	.main-inquiry .box select {
		height: 28rem;
		min-height: 28rem;
		font-size: 9rem;
		padding: 10rem;
	}

	.main-inquiry .box textarea {
		padding: 10rem;
		font-size: 9rem;
		height: 70rem;
	}

	.submitBox {
		margin: 10rem auto 0;
	}

	.submitBox input[type=submit] {
		height: 30rem;
		font-size: 10rem;
	}

	.main-inquiry .check-wrap {
		margin-top: 10rem;
	}

	.main-inquiry .sns-list {
		margin-top: 15rem;
		gap: 10rem;
	}

	.main-inquiry .sns-list>li {
		height: 100rem;
	}

	.main-inquiry .sns-list>li a {
		border-radius: 10rem;
		gap: 5rem;
	}

	.main-inquiry .sns-list>li a .icon {
		height: 20rem;
		font-size: 10rem;
	}

	.main-inquiry .sns-list>li a .icon img {
		height: 24rem;
	}

	.main-inquiry .sns-list>li.kakao a .icon img {
		height: 20rem;
	}

	.main-inquiry .sns-list>li a .txt em {
		font-size: 10rem;
		margin-bottom: 7rem;
	}

	.main-inquiry .sns-list>li a .txt h3 {
		font-size: 14rem;
	}

	.main-inquiry .sns-list>li.kakao a .txt h3 {
		font-size: 14rem;
	}

	body#sub.about .main-inquiry,
	body#sub.immigration .main-inquiry {
		margin-top: 25rem;
	}
}

/* checkbox */
.check-wrap .checkbox_label {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.check-wrap .checkbox_label input[type='checkbox'] {
	display: none;
}

.check-wrap .checkbox_icon::before {
	content: '';
	display: block;
	display: inline-block;
	width: 17rem;
	height: 17rem;
	background-color: #fff;
	border: 1px solid #222;
	box-sizing: border-box;
	position: relative;
	top: 1rem;
	cursor: pointer;
	border-radius: 0;
}

.checkbox_label input:checked+.checkbox_icon::before {
	background: #1A3566 url(../img/common/ic-chk.svg)no-repeat center;
	background-size: 13rem 10rem;
	border: none;
}

.chk-list>li.last .checkbox_icon::before {
	top: -1rem;
}

.check-wrap .checkbox_icon::before {
	width: 17rem;
	height: 17rem;
	top: 2rem;
	border-radius: 3rem;
	border-color: rgba(255, 255, 255, 0.5);
	background: transparent;
}

.check-wrap .checkbox_label input:checked+.checkbox_icon::before {
	background-size: 10rem 8rem;
}

.check-wrap em {
	display: flex;
	align-items: center;
	margin-left: 7rem;
	font-size: 16rem;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.2em;
	word-break: keep-all;
}

.check-wrap em a {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-left: 7rem;
	padding-bottom: 2rem;
	font-size: 14rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.2em;
	word-break: keep-all;
}



@media all and (max-width:480px) {
	.check-wrap em {
		font-size: 11rem;
		margin-left: 4rem;
	}

	.check-wrap em a {
		font-size: 10rem;
		margin-left: 3rem;
	}

	.check-wrap .checkbox_icon::before {
		width: 14rem;
		height: 14rem;
	}

	.check-wrap .checkbox_label input:checked+.checkbox_icon::before {
		background-size: 8rem 6rem;
	}

}