@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.mont {
font-family: "Montserrat", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
	
}

body {
	display: none;
	overflow-x:hidden;
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -0.04em;
}

body.modal-open {
    overflow-y: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}


/*
 * top
 */

.top_sec { 
	position: relative;
	overflow: hidden;
}

.top_sec_obj_wr {
	position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	overflow: hidden;
}

.top_sec_obj_wr img {
	width: 100%;
}

.top_obj {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	background: #ffffff;
	pointer-events: none;
}

.top_obj iframe {
	min-width: 1550px;
    width: 100vw;
    height: auto;
    aspect-ratio: 10 / 8.5;
}

.fixedlabel {
	position: fixed;
	z-index: 1000;
}

.top_div_wr {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: absolute;
    z-index: 999;
    max-width: 650px;
    text-align: center;
    margin: auto;
	left: 50%;
    transform: translate(-50%, 100px);
	pointer-events: none;
}

.top_div_wr embed:first-child {
	margin: 0 auto;
	opacity: 0;
    animation: slideTtB 1s forwards;
	animation-delay: .4s;
}

.top_logo {
	opacity: 0;
    animation: drop 1s forwards;
    animation-delay: .6s;
}

@keyframes slideTtB {
    from { transform: translateY(-10px); }
    to { 
        opacity:1;
        transform: translateY(0px);
    }
}

@keyframes drop {
    30% {
        transform: translate(0, -40px) scale(1);
        opacity: 0;
    }

    60% {
        transform: translate(0, 20px) scale(.9) rotate(0deg);
    }
    
    100% {
        transform: translate(0) scale(1) rotate(0deg);
        opacity: 1;
    }
}


@media only screen and (max-width: 1500px) {
	.top_sec {
		height: auto;
	}
}


 @media only screen and (max-width: 1024px) { 
 	.top_sec_obj_wr {
		min-height: 70vh;
		display: flex;
		justify-content: end;
		align-items: end;
		flex-direction: column;
		background: #fff;
		padding-top: 20vh;
	}

	.top_div_wr {
		max-width: 50vw;
		gap: 1em;
		top: 0;		
	}

	.top_obj iframe {
		min-width: unset;
	}


	.fixedlabel {
		width: 20%;
		min-width: 120px;
	}
}

 @media only screen and (max-width: 768px) { 
	.top_sec {
		background-position: top;
	}

	.top_div_wr {
		max-width: 65vw;	
	}

	.top_obj {
		width: 120%;
		height: 100%;
		display: flex;
		place-self: center;
	}

	.top_obj iframe {
		width: 100%;
	}
 }

 @media only screen and (max-width: 600px) { 

	.top_sec {
	    height: fit-content;
	}

	.sec1_div1 > img {
		width: 70%;
	}
 }

 /*
 * section 1
 */

.sec1_container { 
	position: relative;
    background: #0054a1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.sec1_wr {
	width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10vw;
    z-index: 1;
    transform: translateY(-22%);
}

.sec1_div1 {
    height: fit-content;
}

.sec1_div2 {
	display: flex;
	gap: 2.5rem;
	max-width: 1188px;
	margin: 5rem auto;
}

.sec1_div2 > div {
	background: #fff;
	border-radius: 1.4375rem;
	padding: clamp(1.5rem, 3vw, 3rem);
	border: 1px solid #007253;
}

.sec1_div2 h3 {
	font-size: clamp(1rem, 3vw, 1.875rem);
	color: #00513b;
	font-weight: bold;
}

.sec1_div2 pre {
    font: 300 clamp(1rem, 2.5vw, 1.375rem) 'Pretendard';
    white-space: pre-wrap;
    line-height: 1.5;
}

.sec1_panorama_wr {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: center;
	padding: 0 1.5rem;
    margin: auto;
    grid-gap: 2rem;
    
}

.sec1_obj_wr {    
    bottom: -8%;
}

.sec1_obj_wr img {
	position: absolute;
    height: fit-content;
}

.panorama_div {
	display: flex;
	flex-direction: column;
	gap: 14%;
	justify-content: space-between;
    aspect-ratio: 149 / 132;
    margin: 0;
    background: center / contain url('../img/sec1_vidbox.svg') no-repeat;
    border-radius: 25px;
    transition: all .5s;
	cursor: pointer;
	padding: 1.25rem;
}

.pano_vid2 { background: center / contain url('../img/sec1_vidbox2.svg') no-repeat; }

.panorama_div:hover {
    transform: translateY(-5px);
}

.pan_thum {
    border-radius: 1em;
    overflow: hidden;
}

.pan_thum img {    max-width: 100%;
    width: 395px;
    height: auto; object-fit: cover;}

.pan_title {
	display: grid;
    align-items: center;
    text-align: center;
    font-size: 28px;
    color: #fff;
	margin: auto;

}

.pan_title h3 { 
    font-weight: 500;
    letter-spacing: 0px;
	margin-bottom: 4px;
	letter-spacing:-1px;
}

.pan_title span {
    color: #fff662;
}

.sec1_banner_wr {
	display: flex;
	flex-direction: column;
	max-width: 85vw;
	gap: clamp(1rem, 4vw, 2rem);
	margin: auto;
}

.sec1_banner_wr a img {
	transition: transform .6s;
}
    
.sec1_banner_wr a img:hover {
	transform: scale(1.02) !important;
}

@media only screen and (max-width: 1700px) {
	.sec1_obj_wr img {
		max-width: 20vw;
		height: auto;
	}
}

@media only screen and (max-width: 1024px) { 
	 .sec1_div2 {
		padding: 0 1.25rem;
	}
}

@media only screen and (max-width: 768px) { 
	.sec1_wr {
		transform: translateY(-10%);
	}
	 .sec1_div2 {
	 	flex-direction: column;
		gap: 0.875rem;
	}

}


/*
 * section 2
 */

.sec2_container {
    position: relative;
	height: 1400px;
    display: flex;
    flex-direction: column;
	background: bottom url('../img/sec2_bg.png') no-repeat, #f5ece3;
	padding-top: clamp(2rem, 6vw, 6.5rem);
}

.section_subtitle {
	max-width: fit-content;
    text-align: center;
    margin: auto;
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #cd8c4e;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 20px;
	text-decoration: underline;
    text-underline-offset: 4px;
}

.section_title {
    margin-bottom: 1.5em;
    font-size: min(max(4vw, 1.75rem), 2.5rem);
    font-weight: 400;
    text-align: center;
	color: #000;
}


.book_top {
    display: grid;
    grid: 1fr / repeat(3, 1fr);
	max-width: 1080px;
    justify-content: start;
	margin: auto;
}

.book_div {
	cursor:pointer;
    width: 100%;
}

.book_thum {
	position: relative;
	max-width: 100%;
    height: 100%;
    outline: 1px solid #f5ece3;
    overflow: hidden;
    transition: all .3s;
    background: #fff;
    margin: 1px;
}

.book_thum:hover {
    outline: 1px solid #cd8c4e;
	z-index: 2;
}

.book_thum a {
	position: relative;
	display: grid;
	gap: 1em;
    width: 100%;
    height: 100%;
    justify-content: center;
    place-items: center;
	padding: 1.5rem 1rem;
}

.book_title_s {
    font-size: 24px;
	font-weight: 500;
    text-align: center;
}

.book_div > a {
    display: block;
    width: 100%;
    height: 100%;
}

.book_div img {
	width: auto;
    image-rendering: -webkit-optimize-contrast;
	transition: transform .6s;
}

.book_div a:hover img {
    transform: scale(1.05);
}



@media only screen and (max-width: 600px) { 
	.sec1_panorama_wr {
		flex-direction: column;
		margin: auto;
		width: fit-content;
		padding: 2rem 0;
	}
}

@media (max-width: 1440px) {
	.sec1_obj_wr {
		display: none !important;
	}

	.sec2_container {
		background: bottom / contain url('../img/sec2_bg_m.png') no-repeat, #f5ece3;
		background-position-x: right;
	}
}

@media only screen and (max-width: 1024px) { 
	.pan_title {
		margin: 0;
		font-size: 1.5rem;
	}

	.book_title_s { font-size: 20px; }

	.book_top {
		padding: clamp(0.875rem, 3vw, 1.5rem);
	}
}

@media only screen and (max-width: 600px) { 

	.sec2_container {
		height: 100vh;
	}

	.panorama_div {
		min-width: 280px;
	    width: 70%;
		margin: auto;
		background-size: contain;
	}

	.pan_title {
		font-size: 1.25rem;
	}

	.book_thum a {
		padding: clamp(0.875rem, 3vw, 1.5rem);
	}

	.book_title_s {
		font-size: 1rem;
		white-space: pre;
	}

	.book_div:nth-child(even) .book_thum {
		background: #fff;
	}
}

.sec2_obj {
    position: relative;
}

.sec2_obj img {
	position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 1;
	max-width: 30vw;
}

/*
 * section 3
 */

.sec3_container {
    position: relative;
    display: flex;
    flex-direction: column;
    background: bottom url('../img/sec3_bg.jpg') no-repeat, #E45C80;
}

.sec3_div {
	padding: 10rem 0;
	z-index: 2;
}

.sec3_obj {
    position: relative;
}

.sec3_obj img {
	position: absolute;
    right: 0;
    bottom: 245px;
    z-index: 1;
	max-width: 30vw;
}

.sec3_obj img:nth-child(2) {
	left: 0;
    right: auto;
	top: auto;
    bottom: 0;
}

.sec3_media {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto auto;
}

.media_wr {
    width: 100%;
	display: flex;
    justify-content: space-around;
	gap: 1.25rem;
}

.media_div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.5em;
    color: #000;
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    gap: 0.75rem;
}

.media_cont {
    width: 100%;
	height: 220px;
}

.media_cont img {
	width: 100%;
	height: 100%;
    object-fit: cover;
	border: 1px solid #f3f3f3;
    border-radius: 1em;
}

.media_cont div {
	display: flex;
	height: 100%;
    place-content: center;
    flex-direction: column;
}
.media_div p {
	color:#e3587b;
    font-size: 16px;
	font-weight: 500;
}

.media_div .title {
	font-size: clamp(0.875rem, 4vw, 1.375rem);
	font-weight: 600;
	line-height: 120%;
}

.media_div button {
    display: grid;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}


.media_div button > img {
    margin: auto;
}

@media only screen and (max-width: 1600px) {

	.sec3_container > img {
		position: static;
	    transform: none;
	}

}

@media only screen and (max-width: 1200px) {
	.sec3_wr {
		height: fit-content;
		padding: 10% 0;
	}

}

@media only screen and (max-width: 768px) {
	.media_wr {
		display: grid;
        grid: 1fr / repeat(2, 1fr);
        gap: 0.75rem;
		flex-direction: column;
		max-width: 92%;
		padding: 0 1rem;
		margin: auto;
		padding: 0 0.875rem;
	}

	.sec3_div > div:first-child {margin-bottom: 2rem;}

    .sec3_div {
		padding: 6rem 0;
		grid-gap: 0;
	}

	.media_div {
		aspect-ratio: unset;
        padding: 0.75em;
		border-radius: 0.5em;
	}

	.media_cont {
		height: auto;
	}

	.sec3_wr {
		padding: 10% 1.25rem;
	}

	.sec3_obj img:first-child {
		bottom: 10rem;
	}

	.sec3_obj img:nth-child(2) {
		right: 4rem;
		left: auto;
		bottom: 0;
	}

}

/*
 * bottom
 */


.infos_wr {
    display: flex;
    align-items: center;
    min-height: 720px;
    padding: 7rem 1.5rem 8rem;
}

@media only screen and (max-width: 768px) {
	.infos_wr {
		padding: 5rem 1.5rem;
	}
}


.bottom_wr {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;	
	background: bottom url('../img/conf_bg.png') no-repeat, #b4e5ff;
	overflow: hidden;
}

.bottom_div {
    display: flex;
	flex-direction: column;
    width: 100%;
    height: 100%;
	min-height: 1100px;
    padding-top: 1rem;
    overflow: hidden;
}

.bottom_div > .relative {
	padding-top: 9.375rem;
}

.bottom_flex {
    position: relative;
    display: flex;
    width: 92%;
    height: fit-content;
    max-width: 950px;
    margin: auto;
    margin-top: 0;
    box-shadow: 7px 7px 9px #00000057;
    border-radius: 1.5rem;
    overflow: hidden;
}

.bot_title_wr {
    width: 100%;
    max-width: 400px;
    background: #e64c24;
    padding: 4rem 3rem;
}

.confe_wr {
    width: 100%;
    background: #fff;
}

.confe_btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 88%;
    height: 65px;
    line-height: 77px;
    max-width: 210px;
    margin-top: 5rem;
    text-align: center;
    border-radius: 40px;
    background: #2c2c2c;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    /* box-shadow: 4px 6px 0px rgb(0 0 0 / 30%); */
}

.confe_btn i {
    margin-left: 10px;
    font-size: 18px;
}

.confe_btn:hover {
	background: #414141;
}

.conf_content {
	width: 100%;
	background: #f9f9f9;
    padding: 4rem;
}

.conf_content h4 {
	color:#006d71;
	font-weight:400;
}

.plan_div { 
	display: flex;
	margin-top: 45px;
}

.conf_content .plan_title {
	width: 30%;
	max-width: 100px;
	display: inline-block;
	border-top: 2px solid #006d71;
	padding-top: 5px;
	margin-right: 20px;
	font-size: clmap(1rem, 3vw, 1.375rem);
	font-weight: 800;
	vertical-align: top;
	letter-spacing: .3em;
}

.plan_cont {
	display: inline-block;
	width: fit-content;
}

.bottom_obj {
	position: absolute;
    bottom: 1.25rem;
    right: 0;
	max-width: 55vw;
}


@media only screen and (max-width: 1200px) {
	.conf_cont_wr > div {padding: 3rem;}
	.conf_title img { max-width: 60%; }
}

@media only screen and (max-width: 1024px) {
	.bottom_flex {
		display:block;
		margin: 2rem auto;
	}

	.bottom_div > .relative {
		padding-top: 5rem
	}

	.conf_cont_wr > div {width: auto;}

	.bot_title_wr {
		max-width: 100%;
		width: auto;
		padding: 3rem;
		display:flex;
		justify-content: space-between
	}

	.conf_content {
		width: auto;
	}

	.plan_cont { width: 100%; font-size: 16px; }

	.confe_btn {font-size: 18px;}

	.bottom_obj {
		top: auto;
		bottom: 0;
		max-width: 45vw;
	}
}

@media only screen and (max-width: 800px) { 
	.conf_cont_wr > div	{ padding: 2.5rem 1.5rem; }
	.conf_title { min-width: 0; }
	.conf_content .plan_title { margin-bottom: 0.6em; }
}

@media only screen and (max-width: 600px) {

	.bottom_wr {
		height: 100vh;
        min-height: fit-content;
	}

	.bottom_div {
		height: fit-content;
		min-height: 1000px;
	}

	.bottom_div > .relative {
		padding-top: 5rem;
	}

	.bottom_obj {
		max-width: 50vw;
        position: static;
        margin-right: 0;
        margin-left: auto;
		transform: none;
	}

	.bot_title_wr {
		display:block;
		height: fit-content;
	    padding: 2rem;
	}
	.plan_div { display: block; }
	.conf_cont_wr > div { padding: 1.5rem 1rem; }

	.conf_content { padding: 1.5rem; }
	
	.bot_title { 
		max-width: 50vw;
		text-align: center;
	}

	.bot_title img {
		width: 65%;
		max-width: max-content;
		margin-bottom: 2rem;
	}

    .confe_btn {
        width: 55%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
		margin: 0 auto !important;
	    margin-left: 0 !important;    
	}
}


/* 스크롤효과 & 애니메이션 */
.show-on-scroll {
	opacity: 0;
}

.show-on-scroll.is-visible.globe {
    animation: slideBtT 1s ease;
    animation-fill-mode: forwards;
    animation-delay: calc(.3s * var(--li-index))
}

@keyframes slideBtT {
    from {
        opacity:0;
        transform: translateY(10px);
    }
    to { 
        opacity:1;
        transform: translateY(0px);
    }
}


/* modal */
.modal_wr {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    padding-top: 3.25rem;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    z-index: 9999;
}

.modal_wr .vid_wr {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
	margin-top: 6rem;
}

.modal_closebtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 2rem auto;
	font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.modal_wr iframe {
    max-width: 711px;
    width: 100%;
    margin: auto;
	border: 20px solid #fff;
	border-radius: 10px;

}


.prev_wr {
	display: none;
	width: fit-content;
	height: 94vh;
	margin: auto;
	padding: 2px 16px;
	overflow: hidden scroll;
}

.prev_wr > .previmg {
	display: none;
	max-width: 1000px;
	margin: auto;
}

.prev_wr > div img { width: 100%; }
.prev_wr .modal_closebtn {
	position: sticky;
    top: 0;
	margin: 0 0 2rem 0;	
	text-align: right;
	font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.modal_closebtn svg {
    width: clamp(30px, 3vw, 50px);
    height: clamp(30px, 3vw, 50px);
}

.globe {
    opacity: 0;
    animation-fill-mode: backwards;
}

@media only screen and (max-width:760px) {
	.modal_wr iframe {
		border: none;
	}
}