/* Reset */
*, *::before, *::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color:#262626;
  font-family: "Pretendard Variable", "Open Sans", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size:62.5% !important;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
	-webkit-tap-highlight-color : transparent !important;
  animation: entry .3s ease forwards;
  opacity: 0;
  letter-spacing: -0.01em;
}

html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-size:1.6rem;
}

a {
  color:inherit;
  outline: none;
  text-decoration: none;
}

ol,ul {
  list-style: none;
}

b, strong {
  font-weight:700;
}

img {
  max-width:100%;
}

button {
  font-family:inherit;
  background-color:transparent;
  border:none;
  outline:none;
  cursor:pointer;
}

select {
  outline: none;
  border:1px solid transparent;
  font-family:inherit;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-color:#fff;
  /* background-size:9px auto; */
  /* background-image: url('/child/img/bbs/select.png'); */
  background-repeat:no-repeat;
  /* background-position:right 15px center; */
}

input, textarea {
  font-family:inherit;
  outline: none;
  border:1px solid transparent
}

:focus{
  outline:none;
}

::placeholder {
  color:#ccc;
}

@-webkit-keyframes entry {
    to{opacity: 1;}
}

@keyframes entry {
    to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
  /* select {
    background-size:7px auto;
    background-position:right 10px center;
  } */
}
@media screen and (max-width:500px) {

}


/* Overflow */
.hidden {
  overflow: hidden;
}


/* Blind */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}


/* Display */
.sp{display:none;}
.sm {display: none;}
.mo{display:none;}

@media screen and (max-width:1024px){
  .sp{display:block;}
  .pc{display:none;}
}

@media screen and (max-width:768px){
  .tb{display:none;}
  .mo{display:block;}
}
@media screen and (max-width:500px){
	.sm {
		display: block;
	}
}


/* Flex */
.d-flex {
	display: flex;
}

@media screen and (min-width:1200px) {

}
@media screen and (min-width:1024px) {

}
@media screen and (min-width:768px) {

}
@media screen and (min-width:500px) {

}


/* Block */
.d-block {
	display: block;
}


/* Flex Wrap */
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.d-lg-wrap {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {

}


/* Flex Justify */
@media screen and (min-width:1200px) {

}
@media screen and (min-width:1024px) {
	.d-lg-justify-content {
		justify-content: space-between;
	}
}
@media screen and (min-width:768px) {

}
@media screen and (min-width:500px) {

}


/* Flex Align */
@media screen and (min-width:1200px) {

}
@media screen and (min-width:1024px) {
	.d-lg-align-items {
		align-items: center;
	}
}
@media screen and (min-width:768px) {

}
@media screen and (min-width:500px) {

}


/* Font Family */
.fm-poppins {
	font-family: "Poppins", serif;
	font-style: normal;
}


/* Weight */
.fw-600 {
	font-weight:600;
}

.fw-700 {
	font-weight:700;
}


/* Color */
.text-white {
	color:#fff;
}

.text-blue4 {
	color:#41bff0;
}

.text-orange {
	color:#ed6d00;
}


/* Padding */
.py-130 {
	padding:130px 0px;
}

.py-170 {
	padding:170px 0px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.py-130 {
		padding:100px 0px;
	}
	
	.py-170 {
		padding:140px 0px;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {
	.py-130 {
		padding:80px 0px;
	}
	
	.py-170 {
		padding:100px 0px;
	}
}


/* Margin */
.mt-20 {
	margin-top:20px;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-40 {
	margin-bottom:40px;
}

.mb-60 {
	margin-bottom:60px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.mt-20 {
		margin-top:16px;
	}
	
	.mb-40 {
		margin-bottom:30px;
	}
	
	.mb-60 {
		margin-bottom:40px;
	}
	
}
@media screen and (max-width:768px) {
	.mb-10 {
		margin-bottom:6px;
	}
}
@media screen and (max-width:500px) {
	.mt-20 {
		margin-top:10px;
	}
	
	.mb-10 {
		margin-bottom:4px;
	}
	
	.mb-40 {
		margin-bottom:20px;
	}
	
	.mb-60 {
		margin-bottom:30px;
	}
}


/* Ellip */
.ellip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* Blind */
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}


/* Button */
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

@media screen and (min-width:1201px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {

}


/* Container */
.container {
	max-width:1500px;
  /* max-width: 1530px; */
  width:95%;
  margin:0 auto;
  /* padding:0px 15px; */
}

.wrap-sub .container {
	max-width: 1530px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
/* Wrap */
.wrap {
  
}

@media screen and (max-width:1200px) {
  
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {

}


/* Main */
#main {
  min-height: calc(100vh - 300px);
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:500px) {

}

/* Header */
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
}

#header.active {
	background-color: #003670;
}

#header .h-container {
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
}

#header .h-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
	width: 100%;
  height:0px;
  background:#003670;
  opacity: 0;
  -webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index:-1;
}

#header .h-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* gap:30px; */
	position: relative;
}

#header .h_logo {
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:215px;
	aspect-ratio: 4.777 / 1;
	/* height:45px;	 */
	z-index:102;
}

#header .h_logo a {
	display: block;
	width:100%;
	height:100%;
	background: url('/child/img/common/h_logo.png') no-repeat center;
	background-size: cover;
}

#header .h_menu {
	display: flex;
	/* margin:0px -40px; */
}

#header .h_menu__list {
	position: relative;
}

#header .h_menu__link {
	display: block;
	position: relative;
	padding:40px 80px 40px 0px;
	letter-spacing: 0px;
	font-size:2rem;
	color:#fff;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#header .h_menu__link h2 {
	position: relative;
	font-size: inherit;
	font-weight:inherit;
	color:inherit;
}

#header .h_menu__link h2::before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:-14px;
	width:7px;
	height:7px;
	background:url('/child/img/common/h_link.png') no-repeat center / auto 7px;
	opacity:0;
	pointer-events: none;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

#header .h_submenu {
	position: absolute;
	top:100%;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height:auto;
	opacity:0;
	overflow: hidden;
	pointer-events: none;
	z-index:10;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
	z-index: 10;
}

#header .h_submenu li {
	margin-top:16px;
}

#header .h_submenu a {
	display: inline-block;
	padding:3px 0px;
	border-radius:50px;
	font-size:1.8rem;
	font-weight:500;
	line-height: 1.4;
	color:#fff;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#header .h_global {
	position: relative;
}

#header .h_global__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right:20px;
	letter-spacing: 0px;
	font-size:1.8rem;
	font-weight:700;
	color:#fff;
}

#header .h_global__btn i {
	display: inline-block;
	position: absolute;
	top:50%;
	right:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width:9px;
	height:7px;
	background: url('/child/img/common/h_global.png') no-repeat center;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}

#header .h_global__menu {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}

#header .h_global__menu  li {
	margin-top:4px;
}

#header .h_global__menu li:first-child {
	display: none;
}

#header .h_global__menu a {
	font-size:2rem;
	font-weight:700;
	line-height: 1;
	color:#fff;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}

#header .h_global.on .h_global__btn i {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#header .h_global.on .h_global__menu {
	top:100%;
	opacity:1;
}

#header .h_mobile {
	display: none;
	position: absolute;
  top:0;
  right:0;
  width: 70px;
  height: 70px;
  z-index: 100000;
}

#header .h_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  content: '';
  position: absolute;
}

#header .h_mobile__btn span,
#header .h_mobile__btn span::before,
#header .h_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
}

#header .h_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
	-moz-transition-property: margin, -webkit-transform;
	-ms-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
	-moz-transition-property: margin, -webkit-transform;
	-ms-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition-delay: 0.2s, 0s;
	-ms-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .h_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

#header .h_mobile__btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition-delay: 0s, 0.2s;
	-ms-transition-delay: 0s, 0.2s;
	transition-delay: 0s, 0.2s;
}

@media(max-width: 1300px) {
	#header .h_logo {
		width:180px;
	}
}
@media screen and (min-width:1201px) {
	#header[data-hover = "on"] {
		background-color: #003670;
	}

	#header[data-hover = "on"] .h-background {
		height:300px;
		opacity:1;
	}

	#header[data-hover = "on"] .h_menu__link  {
		/* padding:40px 110px 40px 0px; */
		padding:40px 130px 40px 0px;
	}

	#header[data-hover = "on"] .h_submenu {
		opacity:1;
		overflow: visible;
		pointer-events: unset;
		-webkit-transition:all .1s ease;
		transition:all .1s ease;
	}

	#header .h_menu__list:hover .h_menu__link h2::before {
		opacity: 1;
	}

	#header .h_submenu li:hover a {
		padding:3px 13px;
		background-color: #fff;
		color:#003670;
	}

	#header .h_global__menu a {
		display: block;
		position: relative;
	}

	#header .h_global__menu a::after {
		content: "";
		display: block;
		position: absolute;
		left:50%;
		bottom:-4px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width:0px;
		height:3px;
		background-color: #ed6d00;
		-webkit-transition:all .1s ease;
		transition:all .1s ease;
	}

	#header .h_global__menu li:hover a::after {
		width:100%;
		-webkit-transition:all .4s ease;
		transition:all .4s ease;
	}
}
@media screen and (max-width:1200px) {
	#header {
		height:70px;
		background-color: #003670;
	}

	#header .h-container {
		width: 100%;
		height:100%;
	}

	#header .h-background {
		display: none;
	}

	#header .h-inner {
		display: block;
		width:100%;
		height:100%;
	}

	#header .h_logo {
		left:15px;
		width:190px;
		height:40px;
	}

	#header .h_logo a {
		background-size: auto 40px;
	}

	#header .h_main {
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		padding:80px 20px 40px;
		background-color: #003670;
		opacity:0;
		visibility: hidden;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
    transition:all .4s ease;
		z-index:101;
	}

	#header .h_menu {
		display: block;
	}

	#header .h_menu__link {
		padding:15px 0px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		font-size:1.6rem;
	}

	#header .h_menu__toggle::before,
	#header .h_menu__toggle::after {
		content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #fff;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		-ms-transition:all .4s ease;
    transition:all .4s ease;
	}

  #header .h_menu__toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
    opacity: 1;
  }

  #header .h_menu__toggle[aria-toggle="true"]::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
  }

  #header .h_menu__toggle[aria-toggle="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
  }

	#header .h_submenu {
		position: relative;
    top:unset;
    left: unset;
    -webkit-transform: none;
		transform: none;
    width: 100%;
		height:auto;
    max-height: 0px;
    padding: 0px;
    margin:0px;
		overflow: hidden;
		opacity:1;
		pointer-events:unset;
		-webkit-transition:all .5s cubic-bezier(0.46, 0.29, 0.36, 1);
		transition:all .5s cubic-bezier(0.46, 0.29, 0.36, 1);
	}

	#header .h_submenu br {
		display: none;
	}

	#header .h_submenu a {
		display: block;
		padding:0px;
		font-size:1.4rem;
	}

	#header .h_global {
		position: absolute;
		top:50%;
		right:75px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#header .h_global__btn {
		display: none;
	}

	#header .h_global__menu {
		display: flex;
		align-items: center;
		position: relative;
		top:unset;
		left: unset;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		margin:0px -10px;
	}

	#header .h_global__menu li {
		position: relative;
		padding:0px 10px;
	}

	#header .h_global__menu li:first-child {
		display: block;
	}

	#header .h_global__menu li:first-child::after {
		content:"ㆍ";
		display: block;
		position: absolute;
		top:50%;
		right:-2px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width:4px;
		height:4px;
		border-radius:50%;
		background-color: #fff;
	}

	#header .h_global__menu a {
		font-size:1.8rem;
	}

	#header .h_global__menu li.on a {
		opacity: 1;
	}

	#header .h_mobile {
		display: block;
	}

	#header[data-header-mobile="on"] .h_main {
		opacity: 1;
		visibility: visible;
	}

	#header .h_menu__link[aria-toggle="true"] + .h_submenu {
		max-height:150px;
		margin:0px 0px 20px;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	#header .h_logo {
		width:168px;
		height:35px;
	}

	#header .h_logo a {
		background-size: auto 35px;
	}
}
@media screen and (max-width:500px) {

}


/* Footer */
.wrap-sub #footer {
	border-top: 1px solid #d9d9d9;
}

#footer {
	padding: 80px 0px;
}

#footer .f-container {
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
}

#footer .f-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#footer .lt {
	margin-bottom:-8px;
}

#footer .rt {
	text-align: right;
	margin-bottom:-8px;
}

#footer .f_logo {
	display: block;
	width: 280px;
	height: 59px;
	background: url('/child/img/common/f_logo.png') no-repeat center;
	margin-bottom:40px;
}

#footer .f_info {
	max-width:870px;
	margin:0px -10px;
}

#footer .f_info::after {
	content: "";
	display: block;
	clear: both;
}

#footer .f_info li {
	float: left;
	font-size:1.9rem;
	line-height:.8;
	color:#4c4c4c;
	margin:8px 0px;
	padding:0px 10px;
}

#footer .f_info li.bdr {
	border-right:1px solid #4c4c4c;
}

#footer .f_privacy {
	font-size:1.9rem;
	color:#4c4c4c;
}

#footer .f_copy {
	font-size:1.9rem;
	color:#4c4c4c;
	margin:10px 0px 8px;
}

@media screen and (max-width:1200px) {
	#footer .f_info {
		max-width:730px;
	}

	#footer .f_info li {
		font-size:1.7rem;
	}

	#footer .f_privacy {
		font-size:1.7rem;
	}
	
	#footer .f_copy {
		font-size:1.7rem;
	}
}
@media screen and (max-width:1024px) {
	#footer {
		padding:60px 0px;
	}

	#footer .f-inner {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap:40px;
	}

	#footer .lt {
		width: 100%;
		margin-bottom:-6px;
	}

	#footer .rt {
		width: 100%;
		margin: 0px;
		text-align: left;
	}
	
	#footer .f_logo {
		width:215px;
		height:45px;
		background-size:auto 45px;
		margin-bottom:30px;
	}

	#footer .f_info {
		max-width: 100%;
		margin:0px -6px;
	}

	#footer .f_info li {
		margin:6px 0px;
		padding:0px 6px;
	}

	#footer .f_copy {
		margin:6px 0px 0px;
	}
}
@media screen and (max-width:768px) {
	#footer .f_info {
		max-width:100%;
		margin: 0px;
	}

	#footer .f_info li {
		float: none;
		font-size:1.5rem;
		line-height:normal;
		padding:0px;
		margin:0px;
		padding-bottom:6px;
	}

	#footer .f_info li.bdr {
		border:0px;
	}

	#footer .f_privacy {
		font-size:1.5rem;
	}
	
	#footer .f_copy {
		font-size:1.5rem;
	}
}
@media screen and (max-width:500px) {
	#footer {
		padding:40px 0px;
	}

	#footer .f-inner {
		gap:20px;
	}

	#footer .lt {
		margin-bottom:-4px;
	}

	#footer .f_logo {
		width:175px;
		height:37px;
		background-size:auto 37px;
		margin-bottom:20px;
	}

	#footer .f_info li {
		font-size:1.3rem;
		padding-bottom:4px;
	}

	#footer .f_privacy {
		font-size:1.3rem;
	}
	
	#footer .f_copy {
		font-size:1.3rem;
		margin:4px 0px 0px;
	}
}
/* ---------- E : Footer ---------- */

/* ---------- S : Color ---------- */
.b-orange {
	background-color: #ed6d00;
}
/* ---------- E : Color ---------- */

/* ---------- S : Modal ---------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 15px;
  display: none;
  visibility: hidden;
  transition: all .3s ease-out;
}


.modal .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 484px;
  width: 100%;
  max-height: calc(100% - 160px);
  margin: 0 auto;
}

.modal .modal-inner {
  position: relative;
  height: auto;
  width: 100%;
}

.modal .close {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 19px;
  height: 19px;
  transform: rotate(45deg);
  z-index: 10;
  cursor: pointer;
}

.modal .close::after, 
.modal .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-color: #8c8c8c;
}

.modal .close::after {
  width: 100%;
  height: 2px;
}

.modal .close::before {
  width: 2px;
  height: 100%;
}

.modal .modal-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.modal.open {
  display: flex;
  align-items: center;
  visibility: visible;
}

@media(max-width:1024px) {
	.modal .close {
		top: 17px;
		right: 14px;
		width: 15px;
		height: 15px;
	}
}

/* ---------- E : Modal ---------- */

/* ---------- S : Privacy Modal ---------- */
.modal-privacy .modal-container {
	border: 1px solid #d5d5d5;
	background-color: #fff;
}

.modal-privacy .modal-inner {
	padding: 30px 20px;
}

.modal-privacy .logo {
	position: relative;
	width: 230px;
	aspect-ratio: 4.693 / 1;
	margin-bottom: 20px;
	overflow: hidden;
}

.modal-privacy .logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-privacy .modal-content {
	width: 100%;
	height: 288px;
	overflow: auto;
	border: 1px solid #d5d5d5;
}

.modal-privacy .con-area {
	width: 100%;
	padding: 18px 20px;
}

.modal-privacy .title {
	width: 100%;
	padding-bottom: 17px;
	font-size: 1.7rem;
	letter-spacing: -0.01em;
}

.modal-privacy .text-area {
	width: 100%;
	padding-top: 16px;
	border-top: 1px solid #d5d5d5;
	line-height: 1.5;
	font-size: 1.7rem;
	letter-spacing: -0.01em;
	color: #666666;
}

.modal-privacy .text-area p {
	margin-bottom: 24px;
}

.modal-privacy .text-area p:last-of-type {
	margin-bottom: 0;
}

@media(max-width:1200px) {
	.modal-privacy .title {
		font-size: 1.5rem;
	}
	
	.modal-privacy .text-area {
		font-size: 1.5rem;
	}
}

@media(max-width:1024px) {
	.modal-privacy .modal-inner {
		padding: 25px 15px;
	}
	
	.modal-privacy .logo {
		width: 210px;
		margin-bottom: 18px;
	}
	
	.modal-privacy .modal-content {
		height: 250px;
	}
	
	.modal-privacy .con-area {
		padding: 15px 18px;
	}
	
	.modal-privacy .title {
		padding-bottom: 15px;
	}
	
	.modal-privacy .text-area {
		padding-top: 14px;
	}
	
	.modal-privacy .text-area p {
		margin-bottom: 20px;
	}
}

@media(max-width:768px) {
	.modal-privacy .modal-inner {
		padding: 20px 15px;
	}
	
	.modal-privacy .logo {
		width: 180px;
		margin-bottom: 15px;
	}
	
	.modal-privacy .modal-content {
		height: 220px;
	}
	
	.modal-privacy .con-area {
		padding: 12px 15px;
	}
	
	.modal-privacy .title {
		padding-bottom: 12px;
		font-size: 1.3rem;
	}
	
	.modal-privacy .text-area {
		padding-top: 12px;
		font-size: 1.3rem;
	}
	
	.modal-privacy .text-area p {
		margin-bottom: 15px;
	}
}

@media(max-width:500px) {
	.modal-privacy .modal-inner {
		padding: 18px 15px;
	}
	
	.modal-privacy .logo {
		width: 160px;
		margin-bottom: 12px;
	}
	
	.modal-privacy .modal-content {
		height: 200px;
	}
	
	.modal-privacy .con-area {
		padding: 12px 15px;
	}
	
	.modal-privacy .title {
		padding-bottom: 10px;
	}
	
	.modal-privacy .text-area {
		padding-top: 10px;
	}
	
	.modal-privacy .text-area p {
		margin-bottom: 12px;
	}
}
/* ---------- E : Privacy Modal ---------- */