@charset "UTF-8";

@font-face {
  font-family: 'CookieRun';
  src: url('/themes/camp/CookieRun_Regular.otf') format('opentype'),
       url('/themes/camp/CookieRun_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CookieRun';
  src: url('/themes/camp/CookieRun_Bold.otf') format('opentype'),
       url('/themes/camp/CookieRun_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CookieRun';
  src: url('/themes/camp/CookieRun_Black.otf') format('opentype'),
       url('/themes/camp/CookieRun_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
	height: 100%;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
	display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
	display: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/img/select_btn.png) !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 5px);
}

html, body {
	font-family: 'NanumSquare';
	font-weight: 400;
	letter-spacing: -0.5px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	text-stroke: 0.6px;
	font-size: 14px;
	height: 100%;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #ea3737;
	margin-bottom: 10px;
}

.t-center {
	text-align: center;
}

#beauty-alert {
	display: none;
	position: fixed;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	top: 50%;
	left: 50%;
	z-index: 9999;
	background: rgba(255, 0, 0, 0.7);
	width: 250px;
	height: 250px;
	border-radius: 50%;
	text-align: center;
	padding: 50px 20px;
	color: #fff;
	margin-left: -125px;
	margin-top: -125px;
	tab-index: -1;
	position: fixed;
}

#beauty-alert i, #beauty-alert svg {
	color: #fff;
	font-size: 50px;
}

#beauty-alert h3 {
	font-size: 18px;
}

img {
	width: 100%;
}

body>footer {
	padding: 15px 0px 50px;
	background: #353744;
	font-weight: 600;
}

footer .help_lst a:first-child {
	padding-left: 0;
}

footer .help_lst a {
	display: inline-block;
	padding: 1px 10px;
	line-height: .9rem;
	color: #fff;
	font-weight: 500;
}

footer>.design-footer .footer-top {
	padding: 10px;
	border-bottom: 1px solid #5d5f69;
	padding-top: 15px;
}

footer>.design-footer .footer-center {
	color: #96969b;
	padding: 20px 10px;
	border-bottom: 1px solid #5d5f69;
}

footer>.design-footer .footer-center>div {
	margin-bottom: 5px;
}

footer>.design-footer .footer-center>div>span {
	display: inline-block;
	padding-right: 3px;
	margin-bottom: 5px;
}

footer>.design-footer .footer-top img {
	width: 150px;
}

a, a:focus, a:hover {
	text-decoration: none;
}

footer>.design-footer .footer-center>div.legend_text {
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
}

footer>.design-footer .footer-center>div.legend_text>p>a {
	color: #fff;
	font-weight: 600;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
	{
	padding-left: 5px;
}

#contents .footer-btn {
	position: fixed;
	bottom: 0;
	padding: 3vw;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 5.5vw;
	max-width: 640px;
	background-position: center;
	background-size: cover;
	background-color: #c2b2f2;
	z-index: 100000;
	border: 1px solid transparent;
	border-top-left-radius: 2.8vw;
	border-top-right-radius: 2.8vw;
}

body {
	max-width: 1200px;
	min-width: 300px;
	background-color: #f4fafe;
	margin: 0 auto;
}
	
.contact-section {
    margin: 0;
    padding: 0 135px;
    font-family: 'NanumSquare';	
    max-width: 1200px;
    padding-top: 30px;
}	

.form-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 45px 80px 75px;
	box-shadow: 0 4px 20px rgba(20, 40, 90, 0.06);
}

.form-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #484444;
	letter-spacing: -0.5px;
	margin: 0 0 50px;
	font-family: 'CookieRun';
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.title-divider {
	border: none;
	border-top: 2px solid #324ea2;
	margin: 0 0 36px;
}

.form-row {
	display: flex;
	gap: 24px;
	margin-bottom: 28px;
}

.form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.form-group.full {
	flex: 1 1 100%;
}

.mb-0 {
	margin-bottom: 0 !important;
}

label {
	font-size: 21px;
	font-weight: 800;
	color: #055db7;
	margin-bottom: 10px;
	padding-left: 23px;
}

label .sub {
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
	margin-left: 4px;
}

input[type="text"], input[type="number"], textarea {
	border: 1px solid #324ea2;
	border-radius: 9px;
	padding: 14px 16px;
	font-size: 20px;
	color: #055db7;
	font-weight: 700;
	outline: none;
	width: 100%;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder,
	textarea::placeholder {
	color: #999;
}

textarea {
	resize: vertical;
	min-height: 190px;
	line-height: 1.6;
}

.agreement {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 30px;
	margin-bottom: 4px;
}

.agreement input[type="checkbox"] {
	appearance: none;
	width: 35px;
	height: 35px;
	border: 1px solid #324ea2;
	border-radius: 9px;
	margin: 0;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	transition: background-color 0.15s ease;
}

.agreement input[type="checkbox"]:checked {
	background-color: #324ea2;
}

.agreement input[type="checkbox"]:checked::after {
	content: "";
    position: absolute;
    left: 50%;
    top: 40%;
    width: 8px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.agreement label {
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	color: #333;
	line-height: 35px;
	cursor: pointer;
	padding: 0;
}

.agreement label strong {
	font-weight: 800;
	color: #1c2b4a;
}

.submit-btn {
	width: 100%;
	margin-top: 20px;
	display: block;
	background: #324ea2;
	color: #fff;
	line-height: 1;
	border: none;
	border-radius: 16px;
	padding: 35px 0;
	font-size: 32px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.15s ease, transform 0.05s ease;
}

.submit-btn:hover {
	background: #18335f;
}

.submit-btn:active {
	transform: translateY(1px);
}

@media ( max-width : 750px) {
	.form-card {
		padding: 32px 24px 28px;
	}
	.form-title {
		font-size: 26px;
		margin-bottom: 35px;
	}
	.form-row {
		flex-direction: column;
		gap: 28px;
	}
	.submit-btn {
	    font-size: 24px;
    	padding: 25px 0;
	}
}

@media (max-width: 1200px) {
	
	.contact-section {
		padding: 0 11.25vw;
		padding-top: 2.5vw;
	}
	    
}