/* 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;
	
}

h1, h2, h3, h4 {
	line-height: 1;
}

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
}

.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;
	overflow-y:auto;
	min-height: 100%;
}

body {
	color:#353535;
	-webkit-font-smoothing: antialiased;
	touch-action: pan-y;
}

img {
	max-width: 100%;
	-webkit-user-drag: none;
}

::selection {
   background: #434343;
   color: #fff
}

::-moz-selection {
   background: #434343;
   color: #fff
}

::-webkit-selection {
    background: #434343;
   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 .inner.z-10 {
	position: relative;
	z-index: 10;
}

.section.main {
	background-image: url('/PROJECT_HTML/2026busan_edu_tv/img/main_bg.jpg?new');
	background-size: cover;
	background-position: center;
	height: 1004px;
	padding-top: 40px;
}

.section.main .logo {
	margin-bottom: 48px;
}

body.motion-ready .section.main .logo,
body.motion-ready .section.main .h2,
body.motion-ready .section.main .h3,
body.motion-ready .section.main .h4,
body.motion-ready .section.main .main_obj {
	opacity: 0;
	will-change: opacity, transform;
}

body.page-loaded .section.main .logo {
	animation: mainDropIn 0.72s ease forwards;
}

body.page-loaded .section.main .h2 {
	animation: mainZoomIn 0.72s 0.15s ease forwards;
}

body.page-loaded .section.main .h3 {
	animation: mainSlideIn 0.72s 0.3s ease forwards;
}

body.page-loaded .section.main .h4 {
	animation: mainRiseIn 0.72s 0.45s ease forwards;
}

body.page-loaded .section.main .main_obj {
	animation: mainObjIn 0.78s 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.section.main .h2 {
	margin-bottom: 32px;
}

.section.main .h3 {
	margin-bottom: 48px;
}

.section.main .main_obj {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.section.main .main_obj span {
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: 50% 90%;
	animation: bubbleWiggle 2.4s ease-in-out infinite;
}

.section_02 {
	padding-top: 104px;
	border-top: 2px solid #342323;
	height: 2822px;
	background-image: url('/PROJECT_HTML/2026busan_edu_tv/img/section02_bg.jpg?new');
	background-size: cover;
	background-position: center 0;
}

.section_02 .title {
	margin-bottom: 48px;
}

.video_zone {
	margin-bottom: 64px;
}

.video_area {
    position: absolute;
    width: 710px;
    left: 50%;
    transform: translateX(calc(-50%));
	top: 0;
}

.video_wrap {
  position: relative;
  width: 612px;
  margin: auto;
  margin-top: 68px;
  padding-bottom: 48.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;
}

.section_02 .info {
	margin-bottom: 40px;
}

.section_02 .answer {
	position: absolute;
	top: 730px;
	left: 50%;
	transform: translateX(-50%);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 80px;
}

.section_02 .answer button img {
	transition: transform 0.18s ease, filter 0.18s ease;
}

.section_02 .answer button:hover img,
.section_02 .answer button.is-selected img {
	transform: translateY(-4px) scale(1.03);
	filter: drop-shadow(0 8px 0 rgba(52, 35, 35, 0.18));
}

.event_btn_box {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
	margin-top: 32px;
}

.event_btn_box  .hands {
	position: absolute;
	bottom: -60%;
	right: 16px;
	transform-origin: 70% 80%;
	animation: handCue 1.1s ease-in-out infinite;
}

.section_02 .pharases {
	margin-top: 88px;
	padding-left: 44px;
	
}

.section dl {
	display: flex;
	margin: auto;
	margin-bottom: 4px;
	line-height: 1.6;
}

.section dl:last-of-type {
	margin-bottom: 0;
}

.section dt {
	padding-right: 4px;
	font-weight: 600;
}

.section dd {
	font-weight: 600;
}

.section.sns {
	padding: 52px 0;
	background-color: #342323;
	border-bottom: 1px solid #fff;
}

.footer {
	padding: 60px 0;
}

.footer .info {
	color: #342323;
	margin-top: 30px;
}

body.motion-ready .scroll_motion {
	opacity: 0;
	transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: opacity, transform;
}

body.motion-ready .scroll_motion.is-visible {
	opacity: 1;
	transform: translate(0, 0) scale(1) rotate(0deg);
}

body.motion-ready .motion-drop {
	transform: translateY(-34px);
}

body.motion-ready .motion-zoom {
	transform: scale(0.92);
}

body.motion-ready .motion-slide-left {
	transform: translateX(-48px);
}

body.motion-ready .motion-slide-right {
	transform: translateX(48px);
}

body.motion-ready .motion-pop {
	transform: translateY(28px) scale(0.94);
}

body.motion-ready .motion-rise {
	transform: translateY(42px);
}

body.motion-ready .motion-fade {
	transform: none;
}

/* 오버레이 (팝업) */
.b_popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.7);
  overflow: auto;
  display: none; /* 기본 숨김 */
  align-items: flex-start;
  justify-content: center;
  padding: 40px 12px;
  
}

.b_popup.is-open { display: flex; } /* 열릴 때 flex */

.b_popup_inner {
  position: relative;
  width: min(720px, 100%);
  background-color: #fff;
  margin: 0 auto 40px;
}

.b_popup_title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 36px;
	line-height: 1.25;
	background-color: #000;
	padding: 20px;
	word-break: keep-all;
}

.b_popup_title span {
	display: block;
    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 {
	padding: 20px;
}

.b_popup_content .form_group {
    display: flex;
    align-items: center;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

.b_popup_content .form_group:nth-child(4) {
	border-top: 1px solid #000;
}

.b_popup_content .form_group label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
	max-width: 166px;
    height: 60px;
    font-size: 24px;
    background-color: #1f1f1f;
    color: #fff;
	font-family: 'SchoolSafetyNotification';
}


/* 유튜브 구독 라디오 행 */
.b_popup_content .form_group:has(input[type="radio"]) {
	justify-content: center;
	background-color: #027be4;
	align-items: center;
}
.b_popup_content .form_group:has(input[type="radio"]) > .label {
	width: auto;
	max-width: none;
	white-space: nowrap;
	align-items: center;
	padding: 0 18px;
	padding-top: 0;
}
.b_popup_content .form_group:has(input[type="radio"]) > label:not(.label) {
	width: auto;
	max-width: none;
	height: 60px;
	padding: 0 16px;
	background-color: transparent;
	color: #fff;
	gap: 10px;
	font-size: 18px;
	cursor: pointer;
}
.b_popup_content .form_group:has(input[type="radio"]) input[type="radio"] {
	width: 24px;
	height: 24px;
	border: 3px solid #000;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
	box-sizing: border-box;
}
.b_popup_content .form_group:has(input[type="radio"]) input[type="radio"]:checked {
	/* background-color: #fff; */
}

.b_popup_content .form_group input {
    flex: 1;
    min-width: 0;
    width: auto;
    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[type='file'] {
	display: none;
}

.b_popup_content .form_group input::placeholder {
	font-size: 20px;
}

.b_popup_content .form_group.form_group_has_guide {
	display: grid;
	grid-template-columns: 166px minmax(0, 1fr);
	align-items: stretch;
	border-bottom: 1px solid #000;
}

.b_popup_content .form_group.form_group_has_guide > .label {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 166px;
	max-width: 166px;
	height: auto;
	align-items: flex-start;
	padding-top: 18px;
	line-height: 1.05;
}

.b_popup_content .form_group.form_group_has_guide > input:not([type='hidden']) {
	grid-column: 2;
	width: 100%;
	border-bottom: 1px solid #000;
}

.b_popup_content .youtube_comment_guide {
	grid-column: 2;
	padding: 14px 12px 18px 20px;
	text-align: left;
	background-color: #fff;
	color: #353535;
}

.b_popup_content .youtube_comment_guide p {
	font-family: 'SchoolSafetyNotification';
	line-height: 1.28;
}

.b_popup_content .youtube_comment_guide .guide_notice {
	font-size: 17px;
	font-weight: 400;
}

.b_popup_content .youtube_comment_guide .guide_notice.ex {
	margin: 4px 0 16px;
}

.b_popup_content .youtube_comment_guide .guide_notice.ex span {
	display: inline-block;
	background-color: #21245F;
	padding: 2px;
	color: #fff;
	word-break: keep-all;
}

.b_popup_content .youtube_comment_guide .guide_desc {
	margin: 14px 0 10px;
}

.b_popup_content .youtube_comment_guide .guide_desc p {
	font-size: 17px;
	font-weight: 600;
}

.b_popup_content .youtube_comment_guide img {
	display: block;
	width: 380px;
	max-width: 100%;
}

.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: 4px;
}

.b_popup_content .term_zone .term {
    height: 280px;
    font-size: 18px;
    margin-bottom: 12px;
	border-radius: 20px;
	margin-top: 40px;
}

.b_popup_content .term_zone .term .inner {
	height: 100%;
    overflow-y: scroll;
	border: 1px solid #000;
	padding: 20px;
	text-align: left;
	background-color: #fff;
}

.b_popup_content .term_zone .term .h5 {
	font-weight: 900;
	margin-bottom: 8px;
}

.b_popup_content .term_zone .term .h6 {
	margin-bottom: 4px;
}

.b_popup_content .term_zone .agree {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    gap: 8px;
	color: #000;
}

.b_popup_content .term_zone .agree .align_center {
	display: flex;
	align-items:center;
	justify-content: center;
	gap: 8px;
}

.b_popup_content .term_zone .agree input + label {
    cursor: pointer;
}

.b_popup_content .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_content .term_zone .agree input::after {
    content:'';
    display: none;
    width: 12px;
    height: 12px;
    background-color: #434343;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b_popup_content .term_zone .agree input:checked::after {
    display: inline-block;
}

.b_popup_content .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.b_popup_content .btn_box .btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.b_popup_content .btn_box button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 70px;
    background-color: #a5a5a5;
    font-size: 25px;
	cursor: pointer;
	font-weight: 900;
	border: 2px solid #000;
	color: #000;
}

.b_popup_content .btn_box button.confirm_btn {
    background-color: #35ffd7;
}

.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;
}

@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;
	}

}

/* ==============================================
   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: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    color: #aaa;
    overflow: hidden;
}
.b_popup_content .form_group label.file_label .file-name {
    flex: 1;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.b_popup_content .form_group label.file_label::after {
    content: '파일선택';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212121;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    font-size: 18px;
    white-space: nowrap;
    font-family: 'SchoolSafetyNotification';
    flex-shrink: 0;
    cursor: pointer;
}

@keyframes bubbleWiggle {
	0%, 100% {
		transform: translateX(0) rotate(-4deg);
	}
	50% {
		transform: translateX(12px) rotate(5deg);
	}
}

@keyframes mainDropIn {
	from {
		opacity: 0;
		transform: translateY(-28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes mainZoomIn {
	from {
		opacity: 0;
		transform: scale(0.88);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes mainSlideIn {
	from {
		opacity: 0;
		transform: translateX(-34px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes mainRiseIn {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes mainObjIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(36px) scale(0.94);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0) scale(1);
	}
}

@keyframes handCue {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}
	50% {
		transform: translate(-12px, -16px) rotate(-8deg);
	}
}

@media(max-width: 750px) {

	.section.main {
		padding-top: 5.33vw;
		height: 133.87vw;
	}
	
	.section.main .logo {
		margin-bottom: 6.4vw;
	}
	
	.section.main .logo img {
		width: 29.07vw;
	}
	
	.section.main .h2 {
		margin-bottom: 4.27vw;
	}
	
	.section.main .h2 img {
		width: 75.73vw;
	}
	
	.section.main .h3 {
		margin-bottom: 6.4vw;
	}
	
	.section.main .h3 img {
		width: 54.13vw;
	}
	
	.section.main .h4 img {
		width: 65.87vw;
	}
	
	.section.main .main_obj,
	.section.main .main_obj > img {
		width: 86.93vw;
	}
	
	.section.main .main_obj span {
		width: 16.8vw;
	}
	
	.section_02 {
		padding: 13.87vw 0;
		height: auto;
	}
	
	.section_02 .title {
		width: 55.73vw;
		margin: auto;
		margin-bottom: 6.4vw;
	}
	
	.video_zone {
		margin-bottom: 8.53vw;
	}
	
	.video_zone > img {
		width: 94.67vw;
	}
	
	.video_wrap {
		margin-top: 9.07vw;
		width: 81.6vw;
		padding-bottom: 45.25vw;
		border-radius: 2.4vw;
	}
	
	.video_wrap iframe {
		border-radius: 2.4vw;
	}
	
	.section_02 .info {
		width: 93.07vw;
		margin: auto;
		margin-bottom: 5.33vw;
	}
	
	.quiz_zone > img {
		width: 88.53vw;
	}
	
	.section_02 .answer {
		top: 97.33vw;
		gap: 3.2vw 10.67vw;
	}
	
	.event_btn_box {
		margin-top: 4.27vw;
		gap: 2.67vw;
	}
	
	.event_btn_box img {
		width: 42.13vw;
	}
	
	.event_btn_box .hands {
		width: 13.87vw;
		right: 2.13vw;
	}
	
	.section_02 .pharases {
		margin-top: 11.73vw;
		padding: 0 5.87vw;
	}
	
	.section dl {
		font-size: 3.2vw;
		word-break: keep-all;
	}
	
	.section.sns {
		padding: 13.6vw 2.4vw 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 .form_group label {
		min-width: 30vw;
        width: 30vw;
        height: 10vw;
        font-size: 3.2vw;
		padding: 0 2.4vw;
    }
	
	.b_popup_content .form_group .label_2,
	.b_popup_content .form_group .label_3 {
		padding-top: 1.28vw;
		font-size: 3.2vw;
	}
	
    .b_popup_content .form_group input {
        width: 58.53vw;
        padding: 1.6vw;
        height: 10vw;
        font-size: 16px;
    }
    
	.b_popup_content .form_group input::placeholder {
        font-size: 3.2vw;
    }

	.b_popup_content .form_group.form_group_has_guide {
		grid-template-columns: 30vw minmax(0, 1fr);
	}

	.b_popup_content .form_group.form_group_has_guide > .label {
		width: 30vw;
		max-width: 30vw;
		height: auto;
		padding-top: 2.67vw;
	}

	.b_popup_content .form_group.form_group_has_guide > input:not([type='hidden']) {
		width: 100%;
	}

	.b_popup_content .youtube_comment_guide {
		padding: 2.13vw 2.4vw 2.67vw;
	}

	.b_popup_content .youtube_comment_guide .guide_notice {
		font-size: 3.2vw;
	}

	.b_popup_content .youtube_comment_guide .guide_desc {
		margin: 2.13vw 0 1.6vw;
	}

	.b_popup_content .youtube_comment_guide .guide_desc p {
		font-size: 3.07vw;
	}

	.b_popup_content .youtube_comment_guide img {
		width: 50.67vw;
	}
	
	.b_popup_content .form_group label.file_label {
		width: 58.53vw;
		height: 10vw;
		font-size: 3.2vw;
	}
	.b_popup_content .form_group label.file_label .file-name {
		font-size: 3.2vw;
		padding: 0 2.4vw;
	}
	.b_popup_content .form_group label.file_label::after {
		font-size: 3.6vw;
		padding: 0 3.2vw;
	}
   
    .b_popup_content .pharases {
        padding: 0 1.6vw 1.6vw;
        font-size: 3.2vw;
    }
    
    .b_popup_content .term_zone .term {
        height: 32vw;
        margin: 3.2vw 0 1.6vw;
        font-size: 3.2vw;
		border-radius: 3.2vw;
		padding: 0;
    }
	
	.b_popup_content .term_zone .term .h5 {
		margin-bottom: 8px;
	}

	.b_popup_content .term_zone .term .h6 {
		margin-bottom: 4px;
	}
    
    .b_popup_content .term_zone .agree {
        display: block;
        font-size: 3.2vw;
        gap: 1.07vw;
        text-align: center;
    }
    
    .b_popup_content .term_zone .agree > span:first-child {
        display: block;
        margin-bottom: 2vw;
        text-align: center;
    }
    
    .b_popup_content .term_zone .agree > span:nth-child(2) {
        margin-right: 1.6vw;
    }
    
    .b_popup_content .term_zone .agree input {
        width: 3.6vw;
        height: 3.6vw;
    }
    
    .b_popup_content .term_zone .agree input::after {
        width: 2vw;
        height: 2vw;
    }
	
	.b_popup_content .form_group:has(input[type="radio"]) > .label {
		padding: 0;
		padding-right: 2.4vw;
	}
	
	.b_popup_content .form_group:has(input[type="radio"]) > label:not(.label) {
		min-width: auto;
		font-size: 3.2vw;
		height: 10vw;
		padding: 1.2vw;
		gap: 1.6vw;
	}
	
	.b_popup_content .form_group:has(input[type="radio"]) input[type="radio"] {
		width: 3.6vw;
		height: 3.6vw;
		flex: 0 1 auto;
	}
    
    .b_popup_content .btn_box {
        gap: 3.33vw;
		margin-top: 5.22vw;
    }
	
	.b_popup_content .term_zone .term .inner {
		padding: 3.6vw;
	}
	
	.section dl {
		justify-content: flex-start;
	}
	
	.section dd {
		text-align: left;
	}

	.b_popup_content {
		padding: 2.4vw;
	}
	
	.b_popup_content .btn_box button {
		height: 12vw;
		font-size: 4vw;
	}

}

@media (prefers-reduced-motion: reduce) {
	.section.main .main_obj span,
	.event_btn_box .hands,
	body.motion-ready .scroll_motion,
	body.page-loaded .section.main .logo,
	body.page-loaded .section.main .h2,
	body.page-loaded .section.main .h3,
	body.page-loaded .section.main .h4,
	body.page-loaded .section.main .main_obj,
	.section_02 .answer button img {
		animation: none;
		transition: none;
	}

	body.motion-ready .section.main .logo,
	body.motion-ready .section.main .h2,
	body.motion-ready .section.main .h3,
	body.motion-ready .section.main .h4,
	body.motion-ready .section.main .main_obj,
	body.motion-ready .scroll_motion {
		opacity: 1;
		transform: none;
	}

	body.motion-ready .section.main .main_obj {
		transform: translateX(-50%);
	}
}
