/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Outfit:wght@100..900&family=Protest+Riot&display=swap');

/* font-family: "Noto Sans KR", sans-serif; */
/* font-family: "Outfit", sans-serif; */

@font-face {
    font-family: 'Ria';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: "Noto Sans KR", sans-serif; 
	font-weight: 400;
}

ol, ul {
    list-style: none
}

blockquote,
q {
    quotes: '"' '"'
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal
}

textarea {
    width: 100%;
    resize: none;
}

button, img, input, select {
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

.ellipsis {
	display:inline-block;
	max-width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	vertical-align:middle
}

table td a {
    overflow: hidden;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

body, html {
	overflow-x:hidden;
}

body {
	color:#353535;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	-webkit-user-drag: none;
}

::selection {
   background: #d99b71;
   color: #fff
}

::-moz-selection {
   background: #d99b71;
   color: #fff
}

::-webkit-selection {
    background: #d99b71;
   color: #fff
}

area {
    cursor: pointer;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.rel {
    position: relative;
}

.font_outfit {
	font-family: "Outfit", sans-serif; 
}

.container {
    max-width: 1920px;
    margin: auto;
}

.section .inner {
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.section.main {
	background-image: url('/PROJECT_HTML/ulsan_edu_happy/img/main_bg.jpg');
	background-size: cover;
	background-position: center;
	height: 1088px;
	padding-top: 72px;
	overflow: hidden;
}


.section dl {
	display: flex;
	justify-content: center;
	margin: auto;
	color: #09003e;
	margin-bottom: 4px;
}

.section dl:last-of-type {
	margin-bottom: 0;
}

.section dt {
	padding-right: 3px;
}

.section.sns {
	padding: 100px 0 75px;
	background-color: #1d170d;
}

.footer {
	background-color: #1d170d;
	padding-bottom: 100px;
}

.footer .info {
	color: #fff;
	margin-top: 30px;
}

.video_wrap {
  position: relative;
  width: 600px;
  margin: auto;
  margin-top: 68px;
  padding-bottom: 58.15%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  border: 2px solid #000;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
}

/* 오버레이 (팝업) */
.b_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.7);
  overflow: auto;
  display: none; /* 기본 숨김 */
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}

.b_popup.is-open { display: flex; } /* 열릴 때 flex */

.b_popup_inner {
  position: relative;
  width: min(680px, 100%);
  border-radius: 12px;
  max-height: calc(100svh - 48px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.b_popup_title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    font-size: 36px;
	
}

.b_popup_title span {
    font-family: 'Ria';
    font-weight: 900;
}

.b_popup_title .btn_close_popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #999;
    background: transparent;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.b_popup_content  .form_group {
    display: flex;
    align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.b_popup_content .form_group:first-of-type {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	
}

.b_popup_content .form_group:nth-of-type(3) {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: none;
}

.b_popup_content  .form_group label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 60px;
    font-size: 24px;
    background-color: #7e4400;
    color: #fff;
	font-family: 'SchoolSafetyNotification';
}

.b_popup_content .form_group input {
    width: 514px;
    height: 60px;
    padding: 0 12px;
    font-size: 24px;
    border-radius: 0px;
    border: none;
    outline: none; 
	font-family: 'SchoolSafetyNotification';
	background-color: #fff;
}

.b_popup_content .form_group input::placeholder {
	font-size: 20px;
}

.b_popup_content .form_group:has(textarea) {
	align-items: stretch;
}

.b_popup_content .form_group textarea {
	flex: 1;
	min-width: 0;
	width: auto;
	height: 120px;
	padding: 14px 12px;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: #fff;
	font-family: 'SchoolSafetyNotification';
	resize: none;
	display: block;
	line-height: 1.4;
}
.b_popup_content .form_group textarea::placeholder {
	font-size: 18px;
	color: #b3b3b3;
}

.b_popup_content .pharases {
    padding: 0 12px 12px;
}

.b_popup_content dl {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.b_popup_content dl dt {
    padding-right: 3px;
}

.b_popup .term_zone .term {
    height: 280px;
    background-color: #fff;
    padding: 24px;
    font-size: 18px;
    margin-bottom: 12px;
	border-radius: 20px;
	margin-top: 40px;
}

.b_popup .term_zone .term .inner {
	height: 100%;
    overflow-y: scroll;
}

.b_popup .term_zone .term .h5 {
	font-weight: 900;
	margin-bottom: 8px;
}

.b_popup .term_zone .term .h6 {
	margin-bottom: 4px;
}

.b_popup .term_zone .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 8px;
	color: #fff;
}

.b_popup .term_zone .agree input + label {
    cursor: pointer;
}

.b_popup .term_zone .agree input {
    appearance: none;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
}

.b_popup .term_zone .agree input::after {
    content:'';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #d99b71;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b_popup .term_zone .agree input:checked::after {
    display: inline-block;
}

/* ==============================================
   FILE LABEL - 흰 영역(파일명) + 검정 파일선택 버튼
   ============================================== */
.b_popup_content .form_group label.file_label {
	max-width: none;
	width: auto;
	flex: 1;
	min-width: 0;
	height: 60px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	background-color: #fff;
	padding: 0;
	font-size: 16px;
	color: #888;
	overflow: hidden;
}
.b_popup_content .form_group label.file_label .file-name {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #888;
	background-color: #fff;
}
.b_popup_content .form_group label.file_label.has-file .file-name {
	color: #1f1f1f;
	font-weight: 700;
}
.b_popup_content .form_group label.file_label::after {
	content: '파일선택';
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1f1f1f;
	color: #fff;
	height: 100%;
	padding: 0 22px;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	font-family: 'SchoolSafetyNotification';
	flex-shrink: 0;
	cursor: pointer;
}

.b_popup .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.b_popup .btn_box button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 70px;
    background-color: #fff;
    color: #000;
    font-size: 25px;
	cursor: pointer;
	border-radius: 15px;
	font-family: 'Ria';
	font-weight: 900;
}

.b_popup .btn_box button.confirm_btn {
    background-color: #9f010a;
	color: #fff;
}

.quick_bar.pc {
	position: fixed;
	margin-left: 836px;
	z-index: 50;
}

.quick_bar.mo {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 50;
}

.notice_table {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
}

.notice_table.mo {
	display: none;
}

.notice_table * {
	font-family: 'NanumSquareNeo';
	font-weight: 600;
}

.notice_table th,
.notice_table td {
	padding: 12px;
}

.notice_table th {
	background-color: #002046;
	color: #fff;
}

.notice_table td {
	border-bottom: 1px solid #002046;
	background-color: #fff;
}

.notice_table td span {
	border-radius: 4px;
	background-color: #002046;
	padding: 4px 8px;
	color: #fff;
	font-size: 12px;
}

.notice_table td span.notice_ticket {
	background-color: #FF8A5D !important;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
}

.notice_table td span.complete {
	background-color: #FF6E44;
}

.notice_w_table {
	width: 100%;
	border-top: 2px solid #002046;
}

.notice_w_table th {
	border-bottom: 1px solid #f5f5f5;
	width: 200px;
}

.notice_w_table input,
.notice_w_table textarea {
	width: 100%;
	padding: 12px;
	font-size: 16px;
}

.notice_w_table textarea {
	height: 250px;
	resize: none;
}

.notice_w_table input {
	height: 40px;
	border: 1px solid #002046;
}

.notice_view td {
	text-align: left;
	background-color: #fff;
}

.notice_view td.fl {
	font-weight: 400;
}

.password_wrap {
	position: relative;
}

.password_wrap input {
  width: 100%;
  padding-right: 40px; /* 아이콘 자리 */
  box-sizing: border-box;
}

.pw input {
	height: 40px;
	border: 1px solid #002046;
	font-size: 16px;
	padding: 0 12px;
}

.password_wrap .toggle_pw {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenation {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.pagenation span,
.pagenation button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #002046;
	background-color: #002046;
	color: #fff;
	font-family: 'NanumSquareNeo';
	font-weight: 600;
	cursor: pointer;
}

.pagenation span.active {
	background-color: #FF6E44;
	border-color: #FF6E44;
}

@media(max-width: 1600px) {
	.quick_bar.pc {
		margin-left: 0;
		right: 16px;
	}
}

@media(max-width: 991px) {
	.quick_bar.pc {
		display: none;
	}
	
	.quick_bar.mo {
		display: block;
	}
	
	.section.sns {
		padding-bottom: 120px;
	}
	
	.footer {
		padding: 100px 0;
	}
	
	.section03_people,
	.section04_people_left,
	.section04_people_right {
		display: none !important;
	}
}

@media(max-width: 750px) {

	
	
	.section_phara {
		padding: 7.89vw 2.8vw;
	}
	
	.section_phara dl {
		font-size: 3.2vw;
		word-break: keep-all;
	}
	
	.section.sns {
		padding: 13.6vw 2.8vw 24vw;
	}
	
	.footer {
		padding: 8vw 0;
	}
	
	.footer .logo img {
		width: 36vw;
	}
	
	.footer .info {
		margin-top: 4vw;
		font-size: 3.2vw;
	}
	
	.b_popup_title {
		font-size: 4.8vw;
		line-height: 1.3;
    }
	
	.b_popup_content {
		padding: 6vw;
	}
    
    .b_popup_content .form_group label {
        width: 32.13vw;
        height: 40px;
        font-size: 3.2vw;
    }
    
    .b_popup_content .form_group input {
        width: 58.53vw;
        padding: 1.6vw;
        height: 40px;
        font-size: 16px;
    }
    
    .b_popup_content .form_group input::placeholder {
        font-size: 2.53vw;
    }
	
	.b_popup_content .form_group textarea {
		width: 58.53vw;
		min-height: 22vw;
		height: 22vw;
		padding: 2.13vw;
		font-size: 16px;
		line-height: 1.4;
	}

	.b_popup_content .form_group textarea::placeholder {
		font-size: 3vw;
	}
	
	.b_popup_content .form_group:first-of-type {
		border-top-left-radius: 3.2vw;
		border-top-right-radius: 3.2vw;
	}

	.b_popup_content .form_group:nth-of-type(3) {
		border-bottom-left-radius: 3.2vw;
		border-bottom-right-radius: 3.2vw;
	}
   
    .b_popup_content .pharases {
        padding: 0 1.6vw 1.6vw;
        font-size: 2.4vw;
    }
    
    .b_popup .term_zone .term {
        height: 24vw;
        padding: 3.2vw;
        margin-bottom: 1.6vw;
        font-size: 2.4vw;
		border-radius: 3.2vw;
    }
	
	.b_popup .term_zone .term .h5 {
		margin-bottom: 8px;
	}

	.b_popup .term_zone .term .h6 {
		margin-bottom: 4px;
	}
    
    .b_popup .term_zone .agree {
        display: block;
        font-size: 3.2vw;
        gap: 1.07vw;
        text-align: center;
    }
    
    .b_popup .term_zone .agree > span:first-child {
        display: block;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .b_popup .term_zone .agree > span:nth-child(2) {
        margin-right: 1.6vw;
    }
    
    .b_popup .term_zone .agree input {
        width: 3.6vw;
        height: 3.6vw;
    }
    
    .b_popup .term_zone .agree input::after {
        width: 2vw;
        height: 2vw;
    }
    
    .b_popup .btn_box {
        gap: 3.33vw;
		margin-top: 5.22vw;
    }
    
    .b_popup .btn_box button {
        width: 42.67vw;
        height: 12vw;
        margin-top: 1.6vw;
        font-size: 4.33vw;
		border-radius: 3.2vw;
    }
	
	.notice_table.pc {
		display: none;
	}

	.notice_table.mo {
		display: block;
	}

	.pagenation {
		margin-top: 8vw;
		gap: 2vw;
	}

	.pagenation span,
	.pagenation button {
		font-size: 2.87vw;
		width: 6.27vw;
		height: 6.27vw;
	}

	.notice_table.mo {
		width: 100%;
		border-top: 2px solid #0d3462;
	}

	.notice_table.mo li {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 2vw;
		gap: 2vw;
		border-bottom: 1px solid #0d3462;
		font-size: 3.2vw;
	}

	.notice_table.mo li .no {
		width: 8vw;
	}

	.notice_table.mo li .title {
		font-size: 4vw;
		margin-bottom: 1.2vw;
		font-weight: 900;
		color: #000;
	}

	.notice_table.mo li .con {
		width: 76vw;
		text-align: left;
	}

	.notice_table.mo li .con .flex {
		display: flex;
		align-items: center;
		gap: 2vw;
	}

	.notice_table.mo li .con .flex .date {
		border-left: 1px solid #999;
		padding-left: 2vw;
	}

	.notice_table.mo li .answer {
		width: 20vw;
	}

	.notice_table.mo li .answer span {
		border-radius: 0.8vw;
		background-color: #002046;
		padding: 1.2vw 1.6vw;
		color: #fff;
		font-size: 3.2vw;
	}

	.notice_table.mo li .answer span.complete {
		background-color: #FF6E44;
	}

	.notice_w_table {
		font-size: 3.2vw;
	}

	.notice_w_table th {
		width: 24vw;
	}

	.section.notice .btn_box {
		margin-top: 15px;
	}

	.section.notice .btn_box .btn {
		font-size: 14px;
	}
	
	.b_popup#popup03 .btn_box .btn,
	.section.notice .btn_box .btn.big {
		width: 200px;
		height: 50px;
		font-size: 16px;
	}
}

/* 2026 울산교육의 온도 시안 반영 */
html {
	scroll-behavior: smooth;
}

body {
	background: #262626;
}

a {
	color: inherit;
	text-decoration: none;
}

a img,
.section img {
	display: block;
}

.container {
	max-width: none;
	width: 100%;
	overflow: hidden;
}

.section {
	position: relative;
}

.section .inner {
	position: relative;
	z-index: 2;
}

.image_link_map,
.quick_links {
	position: relative;
}

.image_link_map > a,
.quick_links > a {
	position: absolute;
	z-index: 5;
	display: block;
	border-radius: 4px;
}

.image_link_map > a:hover,
.quick_links > a:hover {
	background: rgba(255, 255, 255, .12);
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .5);
}

.image_link_map > a:focus-visible,
.quick_links > a:focus-visible,
.event_cta a:focus-visible,
.main_video:focus-visible {
	outline: 4px solid #192e5c;
	outline-offset: 4px;
}

.section.main {
	height: auto;
	min-height: 1501px;
	padding: 82px 12px 74px;
	background-color: #ff795c;
	background-image: url('/PROJECT_HTML/ulsan_edu_happy/img/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px 922px;
	overflow: hidden;
}

.main_inner {
	position: relative;
}

.top_logo {
	width: 248px;
	margin: 0 auto;
}

.main_copy {
	position: relative;
	z-index: 3;
	width: 622px;
	max-width: 100%;
	margin: 52px auto 0;
}

.main_badges {
	position: relative;
	height: 123px;
}

.main_badges img {
	position: absolute;
	top: 0;
}

.main_badge_left {
	left: 128px;
	width: 260px;
}

.main_badge_right {
	left: 281px;
	top: 46px !important;
	width: 210px;
}

.main_copy h1,
.main_copy h1 img {
	width: 100%;
}

.main_subtitle {
	width: 464px;
	max-width: 82%;
	margin: 0 auto;
}

.main_people {
	position: absolute;
	z-index: 1;
	top: 505px;
	left: 50%;
	width: 1920px;
	max-width: none;
	transform: translateX(-50%);
	pointer-events: none;
}

.heart_burst {
	position: absolute;
	z-index: 6;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.heart_burst_main {
	top: 519px;
	left: calc(50% - 444px);
}

.heart_burst_woman_left {
	top: 690px;
    left: calc(50% + 414px);
}

.heart_burst_woman_right {
	top: 690px;
    left: calc(50% + 584px);
}

.heart_burst span {
	position: absolute;
	top: 0;
	left: 0;
	color: #ff5790;
	font-family: Arial, sans-serif;
	font-size: var(--heart-size);
	line-height: 1;
	filter: drop-shadow(2px 2px 0 #fff) drop-shadow(-1px -1px 0 #ff795c);
	transform: translate(-50%, -50%) translateY(10px) scale(.15);
	opacity: 0;
	will-change: transform, opacity;
	animation: heart-spray var(--heart-duration) cubic-bezier(.2, .72, .3, 1) calc(1s + var(--heart-delay)) infinite;
}

.heart_burst span:nth-child(even) {
	color: #ff795c;
}

.main_video {
	position: relative;
	z-index: 4;
	display: block;
	width: 755px;
	max-width: calc(100vw - 48px);
	aspect-ratio: 755 / 487;
	margin: 12px auto 0;
	transition: transform .25s ease, filter .25s ease;
}

.main_video:hover {
	transform: translateY(-5px) scale(1.01);
	filter: drop-shadow(0 14px 14px rgba(28, 45, 55, .2));
}

.main_video .video_frame {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

.video_frame_whale {
	position: absolute;
	right: 75px;
    top: 62px;
	z-index: 6;
}

.main_video .video_embed {
	position: absolute;
	top: 14.37%;
	left: 2.12%;
	z-index: 2;
	width: 95.23%;
	height: 83.04%;
	overflow: hidden;
	background: #000;
}

.main_video .video_embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.video_text {
	position: relative;
	z-index: 4;
	width: 430px;
	max-width: 76%;
	margin: 58px auto 0;
}

.event_cta {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
	width: 679px;
	max-width: 100%;
	margin: 45px auto 0;
}

.event_cta a {
	display: block;
	width: 330px;
	max-width: calc(50% - 8px);
	transition: transform .22s ease, filter .22s ease;
}

.event_cta a:hover {
	transform: translateY(-7px);
	filter: drop-shadow(0 9px 0 rgba(40, 40, 40, .18));
}

.event_cta img {
	width: 100%;
}

.quick_bar.pc {
	position: fixed;
	z-index: 50;
	top: 100px;
	left: calc(50% + 553px);
	width: 188px;
	margin: 0;
}

.quick_links > img {
	width: 100%;
}

.quick_bar.pc .quick_link_youtube {
	top: 0;
	left: 0;
	width: 100%;
	height: 39%;
}

.quick_bar.pc .quick_link_instagram {
	top: 38%;
	left: 0;
	width: 100%;
	height: 29%;
}

.quick_bar.pc .quick_link_apply {
	top: 66%;
	left: 0;
	width: 100%;
	height: 29%;
}

.section_03 {
	min-height: 1210px;
	padding: 127px 12px 126px;
	background: #fff url('/PROJECT_HTML/ulsan_edu_happy/img/section03_bg.jpg') center top / 1920px auto no-repeat;
	border-top: 2px solid #343434;
	overflow: hidden;
}

.section03_item {
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
}

.section03_item > img {
	width: 100%;
}

.section03_youtube {
	left: 66.03%;
	top: 41.21%;
	width: 33.09%;
	height: 6.17%;
}

.section03_instagram {
	left: 6.47%;
	top: 72.49%;
	width: 36.76%;
	height: 6.07%;
}

.section03_people {
	position: absolute;
	z-index: 5;
	left: 0;
	top: -465px;
	width: 578px;
	pointer-events: none;
}

.section_04 {
	min-height: 1140px;
	padding: 0 12px 99px;
	background: #ffbb54;
	overflow: visible;
}

.section_04 > .inner {
	display: flow-root;
}

.section04_classroom {
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: 0;
	width: 1920px;
	max-width: none;
	transform: translateX(-50%);
	pointer-events: none;
}

.section04_item {
	width: 680px;
	max-width: 100%;
	margin: -46px auto 0;
}

.section_04 .event_cta {
	margin-top: 74px;
}

.section04_people {
	position: absolute;
	z-index: 4;
	max-width: none;
	pointer-events: none;
}

.section04_people_left {
	left: calc(50% - 919px);
	bottom: -167px;
	width: 398px;
}

.section04_people_right {
	left: calc(50% + 488px);
	bottom: 0;
	width: 474px;
}

#mainPopup.entry_section {
	display: block;
	position: relative;
	inset: auto;
	z-index: 1;
	min-height: 1098px;
	padding: 102px 16px 98px;
	background: #00dbad;
	overflow: visible;
	scroll-margin-top: 20px;
}

#mainPopup .b_popup_inner {
	position: relative;
	width: 560px;
	max-width: 100%;
	max-height: none;
	margin: 0 auto;
	border-radius: 0;
	overflow: visible;
}

#mainPopup .b_popup_title {
	margin: 0 0 35px;
	color: #333;
	font-size: 34px;
	line-height: 1;
}

#mainPopup .b_popup_title .btn_close_popup {
	display: none;
}

#mainPopup .b_popup_content {
	padding: 0;
}

#mainPopup .b_popup_content form {
	width: 100%;
}

#mainPopup .b_popup_content .form_group {
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 61px;
	border: 2px solid #353535 !important;
	border-bottom-width: 0 !important;
	border-radius: 0 !important;
	overflow: visible;
}

#mainPopup .b_popup_content .form_group:has(+ .apply_capture) {
	border-bottom-width: 2px !important;
}

#mainPopup .b_popup_content .form_group > .label {
	flex: 0 0 165px;
	width: 165px;
	height: auto;
	min-height: 59px;
	padding: 8px;
	background: #ff795c;
	color: #fff;
	font-family: 'SchoolSafetyNotification', sans-serif;
	font-size: 22px;
	line-height: 1.2;
}

#mainPopup .b_popup_content .form_group > .label_1 {
	background: #00b395;
}

#mainPopup .b_popup_content .form_group > .label_2 {
	background: #353535;
}

#mainPopup .b_popup_content .form_group > input:not([type="hidden"]),
#mainPopup .b_popup_content .form_group > select,
#mainPopup .b_popup_content .form_group > textarea {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	min-height: 59px;
	height: auto;
	padding: 10px 18px;
	border: 0;
	border-radius: 0;
	background: #fff;
	font-family: 'SchoolSafetyNotification', sans-serif;
	font-size: 18px;
	line-height: 1.35;
	outline: none;
}

#mainPopup .b_popup_content .form_group > input:not([type="hidden"]):focus,
#mainPopup .b_popup_content .form_group > select:focus,
#mainPopup .b_popup_content .form_group > textarea:focus {
	box-shadow: inset 0 0 0 3px #192e5c;
}

#mainPopup .b_popup_content .form_group > .password_wrap {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}

#mainPopup .b_popup_content .form_group > .password_wrap input {
	width: 100%;
	min-width: 0;
	min-height: 59px;
	padding: 10px 64px 10px 18px;
	border: 0;
	border-radius: 0;
	font-size: 18px;
}

#mainPopup .password_wrap .toggle_pw {
	right: 12px;
	min-width: 44px;
	min-height: 36px;
	padding: 5px;
	color: #333;
	font-size: 14px;
}

#mainPopup .b_popup_content .form_group input::placeholder,
#mainPopup .b_popup_content .form_group textarea::placeholder {
	color: #aaa;
	font-size: 16px;
}

.apply_capture {
	width: 554px;
	max-width: calc(100% - 4px);
	margin: 5px auto 0;
}

.apply_capture > img {
	width: 100%;
}

.apply_capture > a {
	left: 64.44%;
	top: 12.06%;
	width: 29.24%;
	height: 13.12%;
}

#mainPopup .term_zone {
	width: 100%;
}

#mainPopup .term_zone .term {
	width: 100%;
	height: 189px;
	margin: 18px 0 0;
	padding: 22px 25px;
	border: 2px solid #353535;
	border-radius: 0;
	background: #fff;
	font-size: 13px;
	line-height: 1.45;
}

#mainPopup .term_zone .term .inner {
	height: 100%;
	padding-right: 10px;
	text-align: left;
	color: #292929;
	overflow-y: auto;
}

#mainPopup .term_zone .term .h5 {
	font-size: 15px;
}

#mainPopup .term_zone .term .h6 {
	font-weight: 700;
}

#mainPopup .term_zone .agree {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 7px;
	color: #272727;
	font-size: 13px;
}

#mainPopup .term_zone .agree input {
	width: 18px;
	height: 18px;
	margin-right: 2px;
	vertical-align: -4px;
}

#mainPopup .btn_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 29px;
}

#mainPopup .btn_box button {
	width: 229px;
	height: 68px;
	margin: 0;
	border: 2px solid #353535;
	border-radius: 0;
	background: #999;
	color: #fff;
	font-family: 'SchoolSafetyNotification', sans-serif;
	font-size: 23px;
	transition: transform .2s ease, filter .2s ease;
}

#mainPopup .btn_box button.confirm_btn {
	background: #ff795c;
}

#mainPopup .btn_box button:hover {
	transform: translateY(-4px);
	filter: brightness(1.06);
}

.section_phara {
	min-height: 269px;
	padding: 50px 16px 35px;
	background: #ededed;
}

.section_phara .inner {
	width: 680px;
	max-width: 100%;
	text-align: left;
}

.section_phara ul {
	font-size: 13px;
	line-height: 1.75;
	word-break: keep-all;
}

.section.sns {
	min-height: 255px;
	padding: 46px 16px 49px;
	background: #353535;
}

.sns_links {
	width: 518px;
	max-width: 100%;
	margin: 0 auto;
}

.sns_links > img {
	width: 100%;
}

.sns_links > a {
	top: 46.88%;
	width: 16.41%;
	height: 53.12%;
	border-radius: 50%;
}

.sns_youtube { left: 0; }
.sns_instagram { left: 21.04%; }
.sns_blog { left: 41.89%; }
.sns_facebook { left: 62.55%; }
.sns_carrot { left: 83.40%; }

.footer {
	min-height: 0;
	padding: 60px 16px;
	background: #262626;
}

.footer .logo img {
	width: 207px;
	margin: 0 auto;
}

.footer .info {
	margin-top: 52px;
	color: #fff;
	font-size: 14px;
	line-height: 1.75;
}

.quick_bar.mo {
	display: none;
	position: fixed;
	z-index: 60;
	left: 50%;
	bottom: 0;
	width: min(750px, 100%);
	transform: translateX(-50%);
}

.quick_bar.mo .quick_link_youtube {
	top: 0;
	left: 0;
	width: 40.13%;
	height: 100%;
}

.quick_bar.mo .quick_link_apply {
	top: 0;
	left: 40.13%;
	width: 29.87%;
	height: 100%;
}

.quick_bar.mo .quick_link_instagram {
	top: 0;
	left: 70%;
	width: 30%;
	height: 100%;
}

/* 첫 화면 로딩 모션 */
.motion-ready .load-logo,
.motion-ready .load-title,
.motion-ready .load-rise,
.motion-ready .load-video,
.motion-ready .load-cta,
.motion-ready .load-badge-left,
.motion-ready .load-badge-right,
.motion-ready .load-people,
.motion-ready .load-fade {
	opacity: 0;
}

.motion-ready .page-loaded .load-logo {
	animation: logo-drop .7s cubic-bezier(.2, .9, .35, 1.2) .08s both;
}

.motion-ready .page-loaded .load-badge-left {
	animation: badge-left .65s cubic-bezier(.2, .9, .35, 1.2) .3s both;
}

.motion-ready .page-loaded .load-badge-right {
	animation: badge-right .65s cubic-bezier(.2, .9, .35, 1.2) .42s both;
}

.motion-ready .page-loaded .load-title {
	animation: title-pop .8s cubic-bezier(.2, .9, .25, 1.2) .55s both;
}

.motion-ready .page-loaded .main_subtitle {
	animation: rise-in .65s ease-out .85s both;
}

.motion-ready .page-loaded .load-people {
	animation: people-rise .95s cubic-bezier(.15, .8, .25, 1) .25s both;
}

.motion-ready .page-loaded .load-video {
	animation: video-pop .8s cubic-bezier(.2, .85, .3, 1.15) 1.03s both;
}

.motion-ready .page-loaded .video_text {
	animation: rise-in .65s ease-out 1.18s both;
}

.motion-ready .page-loaded .load-cta {
	animation: rise-in .65s ease-out 1.34s both;
}

.motion-ready .page-loaded .load-fade {
	animation: fade-in .6s ease-out 1.5s both;
}

/* 2단 이후 스크롤 모션 */
.motion-ready .reveal {
	opacity: 0;
	transition: opacity .8s ease, transform .85s cubic-bezier(.2, .75, .25, 1);
	transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-up {
	transform: translateY(70px);
}

.motion-ready .reveal-left {
	transform: translateX(-90px) rotate(-2deg);
}

.motion-ready .reveal-right {
	transform: translateX(90px) rotate(2deg);
}

.motion-ready .reveal-pop {
	transform: translateY(35px) scale(.88) rotate(-1deg);
}

.motion-ready .section04_classroom.reveal-up {
	transform: translate(-50%, 70px);
}

.motion-ready .reveal.is-visible {
	opacity: 1;
	transform: translate(0, 0) scale(1) rotate(0);
}

.motion-ready .section04_classroom.reveal.is-visible {
	transform: translate(-50%, 0);
}

@keyframes heart-spray {
	0%, 7% {
		opacity: 0;
		transform: translate(-50%, -50%) translateY(10px) scale(.15) rotate(0);
	}
	18% {
		opacity: 1;
		transform: translate(-50%, -50%) translateY(-6px) scale(1.22) rotate(-8deg);
	}
	58% {
		opacity: 1;
		transform: translate(-50%, -50%) translate(var(--heart-tx), var(--heart-ty)) scale(.96) rotate(var(--heart-rotate));
	}
	82%, 100% {
		opacity: 0;
		transform: translate(-50%, -50%) translate(var(--heart-tx), var(--heart-ty)) scale(.55) rotate(var(--heart-rotate));
	}
}

@keyframes logo-drop {
	from { opacity: 0; transform: translateY(-35px) scale(.85); }
	to { opacity: 1; transform: none; }
}

@keyframes badge-left {
	from { opacity: 0; transform: translateX(-55px) rotate(-8deg); }
	to { opacity: 1; transform: none; }
}

@keyframes badge-right {
	from { opacity: 0; transform: translateX(55px) rotate(8deg); }
	to { opacity: 1; transform: none; }
}

@keyframes title-pop {
	0% { opacity: 0; transform: translateY(30px) scale(.82); }
	65% { opacity: 1; transform: translateY(-5px) scale(1.035); }
	100% { opacity: 1; transform: none; }
}

@keyframes people-rise {
	from { opacity: 0; transform: translate(-50%, 80px); }
	to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes video-pop {
	from { opacity: 0; transform: scale(.82) rotate(-2deg); }
	to { opacity: 1; transform: none; }
}

@keyframes rise-in {
	from { opacity: 0; transform: translateY(35px); }
	to { opacity: 1; transform: none; }
}

@keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (max-width: 1600px) {
	.quick_bar.pc {
		left: auto;
		right: 16px;
		margin: 0;
	}

	.section03_people {
		left: calc(50% - 960px);
	}
}

@media (max-width: 991px) {
	
	.main_subtitle{ 
		position: relative;
		z-index: 3;
	}
	
	.main_people {
		width: 100%;
		top: 90vw;
	}
	
	

	.quick_bar.pc {
		display: none !important;
	}

	.quick_bar.mo {
		display: block;
	}

	.section.main {
		min-height: 0;
		padding: 6vw 16px 10vw;
		background-size: auto 122vw;
	}

	.top_logo {
		width: min(248px, 44vw);
	}

	.main_copy {
		width: min(622px, 100%);
		margin-top: 5vw;
	}

	.main_badges {
		height: 19.78vw;
		max-height: 123px;
	}

	.main_badge_left {
		left: 20.58%;
		width: 41.8%;
	}

	.main_badge_right {
		left: 45.18%;
		top: 37.4% !important;
		width: 33.76%;
	}
	
	.heart_burst {
		transform: scale(.62);
		transform-origin: center bottom;
		z-index: 1;
	}

	.heart_burst_main {
		top: 93.1vw;
        left: 61.6vw;
	}
	
	.heart_burst_woman_left {
		top: 106vw;
		left: calc(50% - 14vw);
	}
	
	.heart_burst_woman_right {
		top: 106vw;
		left: calc(50% - 0.5vw);
	}

	.main_video {
		margin-top: 52vw;
	}

	.video_text {
		margin-top: 6vw;
	}

	.event_cta {
		gap: 2vw;
		margin-top: 6vw;
	}

	.section_03 {
		min-height: 0;
		padding: 12vw 16px 17vw;
		background-size: auto 100%;
	}

	.section03_people {
		left: -12vw;
		width: 68vw;
		opacity: .42;
	}

	.section_04 {
		min-height: 0;
		padding: 7vw 16px 14vw;
		overflow: visible;
	}

	.section04_item {
		margin-top: 0;
	}

	.section_04 .event_cta {
		margin-top: 7vw;
	}

	.section04_classroom {
		width: 210vw;
		opacity: .82;
	}

	.section04_people_left {
		left: -5vw;
		bottom: -12vw;
		width: 34vw;
	}

	.section04_people_right {
		left: auto;
		right: -3vw;
		bottom: 0;
		width: 38vw;
	}

	#mainPopup.entry_section {
		min-height: 0;
		padding: 12vw 16px 14vw;
	}

	#mainPopup .b_popup_title {
		margin-bottom: 6vw;
		font-size: clamp(26px, 6vw, 34px);
	}

	#mainPopup .b_popup_content .form_group {
		flex-direction: column;
		margin-bottom: 12px;
		border-bottom-width: 2px !important;
	}

	#mainPopup .b_popup_content .form_group > .label {
		flex-basis: auto;
		width: 100%;
		min-height: 46px;
		font-size: 18px;
	}

	#mainPopup .b_popup_content .form_group > input:not([type="hidden"]),
	#mainPopup .b_popup_content .form_group > select,
	#mainPopup .b_popup_content .form_group > textarea {
		width: 100%;
		min-height: 52px;
		padding: 12px 14px;
		font-size: 16px;
	}

	.apply_capture {
		max-width: 100%;
		margin-top: 14px;
	}

	#mainPopup .term_zone .term {
		height: 260px;
		min-height: 0;
		max-height: none;
		padding: 20px;
		font-size: 16px;
		overflow: hidden;
	}

	#mainPopup .term-zone .term .inner,
	#mainPopup .term_zone .term .inner {
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
	}

	#mainPopup .term_zone .agree {
		gap: 12px;
		margin-top: 14px;
		font-size: 16px;
		line-height: 1.5;
	}

	#mainPopup .term_zone .agree > span:first-child {
		flex-basis: 100%;
		margin-bottom: 0;
	}

	#mainPopup .term_zone .agree input {
		width: 22px;
		height: 22px;
	}

	#mainPopup .btn_box {
		gap: 12px;
		margin-top: 28px;
	}

	#mainPopup .btn_box button {
		width: calc(50% - 6px);
		height: auto;
		min-height: 58px;
		font-size: 19px;
	}

	.section_phara {
		min-height: 0;
		padding: 9vw 20px;
	}

	.section_phara ul {
		font-size: 13px;
		line-height: 1.75;
	}

	.section.sns {
		min-height: 0;
		padding: 10vw 16px 13vw;
	}

	.footer {
		min-height: 0;
		padding: 14vw 16px;
	}

	.footer .logo img {
		width: min(207px, 42vw);
	}

	.footer .info {
		margin-top: 7vw;
		font-size: 12px;
		word-break: keep-all;
	}
}

@media (max-width: 767px) {

	.video_frame_whale {
		width: 5vw;
		top: 7.6vw;
        right: 9.1vw;
	}

	.event_cta {
		align-items: stretch;
	}

	.event_cta a {
		display: flex;
		align-items: stretch;
	}

	.event_cta img {
		object-fit: fill;
	}

	.section03_item {
		width: 100%;
	}

	.section04_people_left,
	.section04_people_right {
		opacity: .72;
	}

	.apply_capture {
		width: 100%;
	}

	.section_phara ul {
		font-size: 12px;
	}

	.footer .info {
		font-size: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.motion-ready .reveal,
	.motion-ready [class*="load-"] {
		opacity: 1;
		transform: none;
	}
}
