@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #dde8f0; font-family: 'Pretendard ','Noto Sans KR', sans-serif; }

.page {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f5f9fc 0%, #e9f1f8 100%);
  min-height: 100vh;
  color: #16304a;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(20, 48, 77, .14);
}
.countdown-bar {
  background: #000;
  padding: 14px 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.3px;
  color: #fff;
}
.cd-month { color: #fff; font-weight: 700; }
.cd-clock {
  display: inline-block;
  border-radius: 6px;
  margin: 0 4px;
  font-weight: 900;
  color: #fff444;
  letter-spacing: 1px;
}

.hero { position: relative; overflow: hidden; text-align: center; display:flex; flex-direction: column;
    align-items: center; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero video,.hero img {width:100%;}
.hero-swiper { width: 100%; }
.hero-swiper .swiper-slide { display: flex; }
.hero-swiper .swiper-slide img { display: block; width: 100%; height: auto; }
.hero-swiper .swiper-pagination-bullet { background: #fff; opacity: .6; }
.hero-swiper .swiper-pagination-bullet-active { opacity: 1; }

.blob { position: absolute; z-index: 1; border-radius: 50%; }
.blob-1 { top: -60px; right: -50px; width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(61,146,212,.28), transparent 70%);
  animation: blob 9s ease-in-out infinite; }
.blob-2 { bottom: -40px; left: -40px; width: 170px; height: 170px;
  background: radial-gradient(circle, rgba(31,138,138,.22), transparent 70%);
  animation: blob 11s ease-in-out infinite reverse; }
.bg-note { position: absolute; top: 10px; left: 12px; z-index: 2; font-family: monospace; font-size: 10px; color: #9bb3c8; }
.hero-inner { position: relative; z-index: 3; }

.hero-sub { font-size: 20px; color: #516b82; font-weight: 600; letter-spacing: -.3px; margin-bottom: 10px; animation: fadeup .7s ease both .1s; }
.accent { color: #1c6fb3; font-weight: 800; }
.accent-light { color: #6fb6ef; }

.hero-title { font-size: 70px; font-weight: 900; line-height: 1.18; letter-spacing: -2px; color: #13283c; animation: fadeup .8s cubic-bezier(.2,.8,.3,1) both .25s; }
.shine {
  background: linear-gradient(90deg, #1c6fb3, #3d92d4, hsl(180, 58%, 48%), #1c6fb3);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shine 4s linear infinite;
}

.price { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; animation: fadeup .8s ease both .5s; }
.price-old { text-align: right; }
.price-label { font-size: 13px; color: #7a8ea0; font-weight: 500; }
.price-strike { font-size: 22px; color: #90a3b5; font-weight: 700; text-decoration: line-through; text-decoration-color: #e0746a; }
.price-arrow { font-size: 36px; color: #1c6fb3; font-weight: 900; line-height: 1; }
.price-new { text-align: left; }
.price-tag { font-size: 18px; color: #1c6fb3; font-weight: 800; }
.price-amount { font-size: 75px; color: #13283c; font-weight: 900; letter-spacing: -1.5px; line-height: 1; }
.price-amount span { font-size: 23px; }

.ba { padding: 8px 24px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ba-card {
  position: relative; aspect-ratio: 3/4; border-radius: 14px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.ba-card.before { background: repeating-linear-gradient(135deg, #e4edf4, #e4edf4 10px, #d8e6f1 10px, #d8e6f1 20px); border: 1px solid #cfe0ee; }
.ba-card.after { background: repeating-linear-gradient(135deg, #dcebf2, #dcebf2 10px, #cbe2ef 10px, #cbe2ef 20px); border: 1px solid #a9d2ec; }
.ba-ph { font-family: monospace; font-size: 12px; color: #9bb3c8; text-align: center; padding: 0 8px; }
.ba-ph.after-ph { color: #5a9fcf; }
.ba-badge { position: absolute; top: 9px; left: 9px; background: #fff; color: #5a7186; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,.08); }
.ba-badge.after-badge { background: #1c6fb3; color: #fff; font-weight: 900; box-shadow: 0 2px 6px rgba(28,111,179,.35); }
.checks { padding: 4px 24px 24px; display: flex; flex-direction: column; gap: 14px; }
.check-row {
  display: flex; align-items: center; gap: 15px;
  background: #fff; border: 1px solid #dfeaf3; border-radius: 14px; padding: 18px 20px;
  box-shadow: 0 4px 14px rgba(40,90,140,.08);
  animation: rowin .5s ease both;
}
.check-ico {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #3d92d4, #1c6fb3); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px;
  animation: ringloop 2.4s ease-in-out infinite;
}
.check-text { font-size: 17px; font-weight: 700; color: #1c3144; letter-spacing: -.4px; }

.notice { text-align: center; font-size: 12px; color: #8ba0b2; line-height: 1.7; padding: 0 28px 28px; }
.form-card { margin: 0 24px; background: #fff; border: 1px solid #d6e6f1; border-radius: 20px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; padding: 28px 22px 0px; box-shadow: 0 10px 30px rgba(40,90,140,.12); }
.form-title { font-size: 15px; font-weight: 900; color: #1c6fb3; text-align: center; margin-bottom: 22px; letter-spacing: -.3px; }
.form-fields { display: flex; flex-direction: column; gap: 12px; }
.fld {
  width: 100%; background: #f3f8fc; border: 1px solid #d9e6f0; border-radius: 11px;
  padding: 15px 16px; color: #16304a; font-size: 20px; font-family: inherit; outline: none; 
}
.fld:focus { border-color: #1c6fb3; }
.phone-row { display: flex; align-items: center; gap: 8px; }
.phone-row select { flex: 1; padding: 15px 12px; appearance: none; }
.phone-part { flex: 1; width: 0; padding: 15px 12px; text-align: center; }
.dash { color: #a8bccd; }
.agree { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 13.5px; color: #5a7186; cursor: pointer; }
.agree input { width: 18px; height: 18px; accent-color: #1c6fb3; }
.terms-link { color: #1c6fb3; text-decoration: underline; text-underline-offset: 2px; margin-left: auto; font-size: 12.5px; font-weight: 700; cursor: pointer; }
.submit-btn {
  width: 100%; margin-top: 20px;
  background: linear-gradient(90deg, #1c6fb3, #3d92d4); color: #fff;
  border: none; border-radius: 13px; padding: 18px; font-size: 38px; font-weight: 900;
  font-family: inherit; letter-spacing: -.3px; cursor: pointer;
  animation: pulse 2.2s ease-in-out infinite; overflow: hidden;
}
.submit-btn-roller {
  display: block;
  height: 1.25em;
  line-height: 1.25;
  overflow: hidden;
}
.submit-btn-roller > span {
  display: block;
  height: 1.25em;
  animation: submitTextRoll 6s ease-in-out infinite;
}


.arrow-block { text-align: center; padding: 20px 20px 40px; }
.big-arrow { animation: bounce 1.5s ease-in-out infinite; width:150px; }
.arrow-text { margin-top: 12px; font-size: 28px; font-weight: 900; color: #13283c; letter-spacing: -.5px; }

.why { color: #eaf3fa; }
.why img {width:100%; }
.reviews { padding: 46px 24px 56px; background: #f5f9fc; }
.live-tag { display: flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 8px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #e0483a; animation: livedot 1.1s ease-in-out infinite; }
.live-label { font-size: 13px; font-weight: 900; color: #e0483a; letter-spacing: 1px; }
.reviews-title { text-align: center; font-size: 32px; font-weight: 900; letter-spacing: -.8px; color: #13283c; margin-bottom: 28px; }
.reviews-list { display: flex; flex-direction: column; gap: 14px; max-width: 640px; margin: 0 auto; }
.review { background: #fff; border: 1px solid #dfeaf3; border-radius: 16px; padding: 18px; box-shadow: 0 4px 16px rgba(40,90,140,.08); }
.review-p {font-size: 11px; text-align:center; margin-top:20px; color:#999;l}
.review.is-new { border-color: #99c1fd; animation: slidein .5s cubic-bezier(.2,.9,.3,1) both; }
.review-head { display: flex; align-items: center; gap: 12px; }
.review-avatar { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; }
.review-meta { flex: 1; min-width: 0; }
.review-top { display: flex; align-items: center; gap: 8px; }
.review-name { font-size: 15px; font-weight: 700; color: #16304a; }
.review-new-badge { font-size: 10px; font-weight: 900; color: #fff; background: #1f9d6b; padding: 2px 6px; border-radius: 4px; letter-spacing: .5px; }
.review-time { font-size: 11px; color: #90a3b5; margin-left: auto; }
.review-stars { font-size: 13px; letter-spacing: 1px; color: #f0a93a; margin-top: 2px; }
.review-text { margin-top: 12px; font-size: 14.5px; line-height: 1.65; color: #3e5263; letter-spacing: -.3px; }
.review-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 13px; }
.review-photo { position: relative; aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; font-family: monospace; font-size: 10px; }
.review-photo.before { background: repeating-linear-gradient(135deg, #e4edf4, #e4edf4 8px, #d8e6f1 8px, #d8e6f1 16px); border: 1px solid #cfe0ee; color: #9bb3c8; }
.review-photo.after { background: repeating-linear-gradient(135deg, #dcebf2, #dcebf2 8px, #cbe2ef 8px, #cbe2ef 16px); border: 1px solid #a9d2ec; color: #5a9fcf; }
.review-photo .p-badge { position: absolute; top: 6px; left: 6px; font-size: 9px; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.review-photo.before .p-badge { background: #fff; color: #5a7186; font-weight: 700; font-size: 11px;}
.review-photo.after .p-badge { background: rgba(0,0,0,.7); color: #fff; font-weight: 700; font-size: 11px; }
footer{ display:block; background: #222; text-align:center; padding:20px;}
footer p {font-size: 11px; color:rgba(255,255,255,.5);}
.modal { display: none; position: fixed; inset: 0; z-index: 50; background: rgba(12,28,44,.55); align-items: center; justify-content: center; padding: 24px; }
.modal.open { display: flex; }
.modal-box { background: #fff; border-radius: 18px; max-width: 520px; width: 100%; max-height: 78vh; overflow-y: auto; padding: 28px 26px; box-shadow: 0 20px 60px rgba(0,0,0,.3); animation: fadeup .3s ease both; }
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.modal-head h3 { font-size: 19px; font-weight: 900; color: #13283c; letter-spacing: -.4px; }
.modal-close { font-size: 26px; line-height: 1; color: #90a3b5; cursor: pointer; font-weight: 300; }
.modal-body { font-size: 13.5px; line-height: 1.85; color: #46586a; }
.modal-body p { margin-bottom: 16px; }
.modal-body .t-h { font-weight: 700; color: #1c3144; margin-bottom: 6px; }
.modal-ok { width: 100%; margin-top: 22px; background: #1c6fb3; color: #fff; border: none; border-radius: 12px; padding: 15px; font-size: 16px; font-weight: 900; font-family: inherit; cursor: pointer; }

@keyframes checkpop { 0%{transform:scale(0) rotate(-30deg);opacity:0} 60%{transform:scale(1.25) rotate(8deg)} 100%{transform:scale(1) rotate(0);opacity:1} }
@keyframes rowin { from{opacity:0;transform:translateX(-18px)} to{opacity:1;transform:translateX(0)} }
@keyframes fadeup { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(16px)} }
@keyframes pulse { 0%,100%{box-shadow:0 6px 22px rgba(28,111,179,.35),0 0 0 0 rgba(28,111,179,.45)} 50%{box-shadow:0 6px 22px rgba(28,111,179,.35),0 0 0 16px rgba(28,111,179,0)} }
@keyframes ringloop { 0%{box-shadow:0 0 0 0 rgba(28,111,179,.5)} 70%,100%{box-shadow:0 0 0 12px rgba(28,111,179,0)} }
@keyframes livedot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(.7)} }
@keyframes shine { 0%{background-position:-150% 0} 100%{background-position:250% 0} }
@keyframes slidein { from{opacity:0;transform:translateY(-14px) scale(.96)} to{opacity:1;transform:translateY(0) scale(1)} }
@keyframes blob { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(20px,-18px) scale(1.08)} 66%{transform:translate(-15px,12px) scale(.95)} }
@keyframes submitTextRoll {
  0%, 40% { transform: translateY(0); }
  50%, 90% { transform: translateY(-100%); }
  100% { transform: translateY(-200%); }
}



.Form_Q {
	width: 92%;
	margin: auto;
	line-height: 1.0;
	border-bottom: 2px dashed #eee;
	padding-top: 20px;
  padding-bottom: 20px;
}

.Form_Q th {
	font-size: 1.5em;
	text-align: left;
	padding: 2% 0;
	font-weight: 600;
}

.Form_Q th span{color: #ff6666;}

/* ===== 체크박스형 선택 옵션 ===== */
.check_option_group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	width: 100%;
	padding: 10px 0 15px;
}

.check_option.check_full {
	grid-column: 1 / -1;
}

.check_option {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 66px;
	padding: 0 20px;
	background: #fff;
	border: 2px solid #dcdcdc;
	border-radius: 12px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .2s ease;
}

.check_option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.check_option .check_box {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	border: 2px solid #c2c2c2;
	border-radius: 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	transition: all .2s ease;
	box-sizing: border-box;
}

.check_option .check_mark {
	width: 14px;
	height: 8px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg) scale(0);
	transition: transform .15s ease;
	margin-top: -3px;
}

.check_option .check_text {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.02em;
}

.check_option input:checked ~ .check_box {
	background: #006fca;
	border-color: #006fca;
}

.check_option input:checked ~ .check_box .check_mark {
	transform: rotate(-45deg) scale(1);
}

.check_option:has(input:checked) {
	border-color: #006fca;
	background: #f3f8fc;
}

.check_option input:checked ~ .check_text {
	color: #006fca;
}

@media screen and (max-width:700px) {
  .hero-title {font-size: 52px;}
  .price-amount {font-size: 44px;}
  .price-tag {font-size: 13px;}
  .hero-sub { font-size: 18px;}
  .countdown-bar {font-size: 15px;}
  .arrow-text {font-size: 22px;}
  .submit-btn {font-size: 28px;}
  .big-arrow {width:110px;}
  .form-card {margin:0 15px;}
  .reviews {padding:40px 15px 30px;}
}


@media screen and (max-width:640px) {
.Form_Q {width: 97%; padding-top: 5px; padding-bottom: 20px;}
.Form_Q th {font-size: 1.3em;}

	.check_option_group {
		gap: 10px;
	}
	.check_option {
		min-height: 58px;
		padding: 0 10px;
	}
	.check_option .check_box {
		flex: 0 0 22px;
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}
	.check_option .check_text {
		font-size: 15px;
		line-height: 1.3;
	}

.check_option .check_text {font-weight: 500;}

}



