html, body {width: 100%; height: 100%; overflow-x: hidden !important; color: #131313;}
#wrap {scroll-snap-type: y mandatory; height: 100vh; scroll-behavior: smooth;}
a { color: #0F0F0F; text-decoration: none; }
.notScroll {overflow: hidden; width: 100%; height: 100vh; touch-action: none;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
	-webkit-box-shadow: 0 0 0px 1000px none inset !important;
}

/* =========================================================
  header
========================================================= */
.header { position: relative; height: 100px; background-color: #fff;}
.section1 .header_container {
   width: 100%; margin: 0 auto; max-width: 1200px; display: flex;
   align-items: center;
   height: 100%;
   
}
.header .logo { width: 230px; height: 70px; position: absolute; }
.header .logo img { object-fit: contain; width: 230px; height: 70px; }

/* =========================================================
  swiper global
========================================================= */
.swiper-slide { box-sizing: border-box; }
.swiper-wrapper { height: auto !important; }
.mySwiper .swiper-wrapper { height: 375px !important; }
.mySwiper .swiper-slide { height: 60px !important; flex-shrink: 0; box-sizing: border-box; }

/* =========================================================
  section1
========================================================= */
.section1 {
	background-color: #edf1f8;
	display: flex;
	flex-direction: column;
}

.section1 .container1 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
  padding: 110px;
}

.section1 .sec1_left {
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
}

.section1 .sec1_img_top {
  max-width: 100%;
  width: 502px;
  height: 73px;
}
.section1 .sec1_img_top img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지 비율 유지 */
}

.section1 .sec1_img_main {
  max-width: 100%;
  width: 462px;
  height: 420px;
  margin-top: 36px;
  margin-bottom: -20px;
}
.section1 .sec1_img_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .sec1_img_bottom {
  max-width: 100%;
  width: 478px;
  height: 122px;
}
.section1 .sec1_img_bottom img {
  width: 100%;
  height: cover;
}

.section1 .sec1_right {
	/* background: #fff; */
	border-radius: 20px;
	padding: 45px 40px;
	/* width: 440px; */
	flex-shrink: 0;
	box-sizing: border-box;
	/* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1); */
}

.section1 .sec1_right ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.section1 .sec1_right ul li {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 20px;
	padding: 0 40px;
	height: 100px;
	box-sizing: border-box;
	margin-bottom: 30px;
  width: 540px;
}

.section1 .sec1_right ul li label {
	font-size: 30px;
	font-weight: 500;
	color: #232323;
	white-space: nowrap;
	flex-shrink: 0;
	min-width: 120px;
}

.section1 .sec1_right ul li input[type="text"],
.section1 .sec1_right ul li input[type="tel"] {
	flex: 1;
	border: none;
	outline: none;
	font-size: 25px;
	color: #232323;
	background: transparent;
	min-width: 0;
}

.section1 .sec1_right ul li input::placeholder {
	color: #bbb;
}

.section1 .sec1_right .privacy_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	position: relative;
}

.section1 .sec1_right .privacy_wrap input[type="checkbox"] {
	width: 27px;
	height: 27px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.section1 .sec1_right .privacy_wrap i {
	display: block;
	width: 27px;
	height: 27px;
	flex-shrink: 0;
	position: relative;
	background: url('./icon_check_X.png') no-repeat center / contain;
}

.section1 .sec1_right .privacy_wrap input[type="checkbox"]:checked + i {
	background: url('./icon_check_O.png') no-repeat center / contain;
}

.section1 .sec1_right .privacy_wrap input[type="checkbox"]:checked + i::before {
	content: none;
}

.section1 .sec1_right .privacy_wrap label {
	font-size: 20px;
	color: #232323;
	cursor: pointer;
}

.section1 .sec1_right .privacy_wrap button {
	background: transparent;
	color: #232323;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}
.btn_icon2{
  width: 30px;
  height: 30px;
}
.btn_icon {
  width: 34px;
  height: 34px;
}

.section1 .sec1_right .btn_submit {
	width: 540px;
	height: 120px;
	background: #072267;
	color: #fff;
	border: none;
	border-radius: 20px;
	font-size: 40px;
	font-weight: 700;
	cursor: pointer;
}

.section1 .sec1_notice {
	margin-top: 10px;
}

.section1 .sec1_notice p {
	font-size: 20px;
	color: #232323;
	line-height: 1.5;
}

/* =========================================================
  section2 (사은품 증정)
========================================================= */
.section2,
.section2 p,
.section2 li,
.section2 span { font-family: 'Paperlogy', sans-serif; }
.section2 {
	background: url('./con1_img_bg.png') no-repeat center top;
	background-size: 100% 1400px;
	height: 1400px;



}

.section2 .container2 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
    padding-top: 62px;
}

.section2 .sec2_header {
	margin-bottom: 60px;
	text-align: center;
}

.section2 .sec2_title_img {
	max-width: 515px;
	width: 100%;
  height: 182px;
}

.section2 .sec2_products {
	display: flex;
	flex-direction: column;
	gap: 28px;
	align-items: center;
}

.section2 .sec2_row {
	display: flex;
	gap: 24px;
	justify-content: center;
}

.section2 .product_card {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.section2 .card_img_wrap {
	background: #EFF2F7;
	border-radius: 20px;
	width: 370px;
	height: 470px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 24px 20px;
	box-sizing: border-box;
}

.section2 .card_img_wrap img {
	object-fit: contain;
	/* margin-bottom: 20px; */
}
.section2 .card_img_1 { width: 225px; height: 282px; margin-bottom: 20px;}
.section2 .card_img_2 { width: 230px; height: 254px; margin-bottom: 14px;}
.section2 .card_img_3 { width: 187px; height: 192px; margin-bottom: 45px;}
.section2 .card_img_4 { width: 243px; height: 191px; margin-bottom: 65px;}
.section2 .card_img_5 { width: 162px; height: 205px; margin-bottom: 58px;}

.section2 .product_brand {
	font-size: 28px;
	font-weight: 400;
	color: #072267;
	margin-bottom: 15px;
}

.section2 .product_name {
	font-size: 27px;
	color: #072267;
	line-height: 1.6;
	text-align: center;
  font-weight: 500;
}

.section2 .sec2_notice {
	font-size: 18px;
	color: #232323;
	margin-top: 35px;
	font-weight: 400;
}

/* =========================================================
  section3 (체크리스트)
========================================================= */
.section3,
.section3 * { font-family: 'Paperlogy', sans-serif; }
.section3 {
	background-color: #EFF2F7;
	padding: 90px 0 130px;
}

.section3 .container3 {
	width: 1200px;
	margin: 0 auto;
}

.section3 .sec3_title {
	text-align: center;
	margin-bottom: 52px;
}

.section3 .sec3_title p {
	font-size: 50px;
	font-weight: 700;
	color: #072267;
	line-height: 1.5;
}

.section3 .sec3_pink {
	color: #C0209D;
}

.section3 .sec3_checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.section3 .sec3_checklist li {
	background: #fff;
	border-radius: 50px;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	gap: 30px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.section3 .check_icon {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	object-fit: contain;
}

.section3 .check_text {
	font-size: 35px;
	font-weight: 500;
	color: #232323;
}

/* =========================================================
  section4 (바텀 폼)
========================================================= */
.section4 {
	background-color: #79A0D7;
	padding: 130px 0 80px;
}

.section4 .container4 {
	width: 1200px;
	margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .btm_input_row {
	display: flex;
	gap: 18px;
	margin-bottom: 22px;
}

.section4 .btm_input_box {
	flex: 1;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 14px;
	padding: 0 24px;
	height: 90px;
	box-sizing: border-box;
  width: 400px;
}

.section4 .btm_input_box label {
	font-size: 32px;
	font-weight: 500;
	color: #232323;
	white-space: nowrap;
	flex-shrink: 0;
  min-width: 120px;
}

.section4 .btm_input_box input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 25px;
	color: #C5C5C5;
	background: transparent;
	min-width: 0;
}

.section4 .btm_input_box input::placeholder {
	color: #bbb;
}

.section4 .btm_privacy_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.section4 .btm_privacy_wrap input[type="checkbox"] {
	width: 27px;
	height: 27px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.section4 .btm_privacy_wrap i {
	display: block;
	width: 27px;
	height: 27px;
	flex-shrink: 0;
	position: relative;
	background: url('./icon_check_X.png') no-repeat center / contain;
}

.section4 .btm_privacy_wrap input[type="checkbox"]:checked + i {
	background: url('./icon_check_O.png') no-repeat center / contain;
}

.section4 .btm_privacy_wrap input[type="checkbox"]:checked + i::before {
	content: none;
}

.section4 .btm_privacy_wrap label {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.section4 .btm_privacy_wrap button {
	background: transparent;
	color: #EFF2F7;
	border: 0;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}

.section4 .btm_submit_btn {
	width: 800px;
	height: 110px;
	background: #072267;
	color: #fff;
	border: none;
	border-radius: 20px;
	font-size: 50px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section4 .btm_notice {
	font-size: 20px;
	color: #EFF2F7;
	text-align: left;
}

/* =========================================================
  footer
========================================================= */
.sectionf { background: #282828; color: #fff; }
.sectionf .container6 { width: 1200px; margin: 0 auto; }
.sectionf ul { padding: 90px 0; }
.sectionf ul li { margin-bottom: 10px; }
.sectionf ul .f-red { color: rgb(255, 0, 0); }
