/* FONT */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
/*@import url("https://gcore.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html {font-size: 0.5208333333333333vw;}
@media (min-width: 1920px) {
	html {font-size: 10px;}
}
html, body {height: 100%;}
html:has(.loading_set.show),
html:has(.popup.show[backdrop]) {overflow: hidden;}
html:has(.loading_set.show) body,
html:has(.popup.show[backdrop]) body {height: auto !important;padding-right: var(--scrollBarWidth);}
.wrap {
	position: relative;
	width: 100%;

	--font-bebas: "Bebas Neue", sans-serif;
}


/* 공통 */
.bold {font-weight: 700;}
.dis_none {display: none;}

.flow_set {display: flex;align-items: center;height: 6rem;background: #E2231A;white-space:nowrap;overflow:hidden;}
.flow_set > div {flex-shrink: 0;height: 100%;padding: 0 0.45rem;animation: txt_flow_ani 10s linear infinite;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_bg_bk@2x.png") repeat-x left center;background-size: contain;}
.flow_set > div > p {display: block;height: 100%;aspect-ratio: 422/70;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_txt_bk@2x.png") no-repeat center center;background-size: contain;
}
@keyframes txt_flow_ani {
	from {transform:translate(0);}
	to {transform:translate(-100%);}
}

.flow_set.bk {background: #E2231A;}
.flow_set.bk > div {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_bg_bk@2x.png")}
.flow_set.bk > div > p {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_txt_bk@2x.png")}

.flow_set.red {background: #F4EFE9;}
.flow_set.red > div {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_bg_red@2x.png")}
.flow_set.red > div > p {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_txt_red@2x.png")}

.flow_set.sky {background: #F4EFE9;}
.flow_set.sky > div {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_bg_sky@2x.png")}
.flow_set.sky > div > p {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flow_txt_sky@2x.png")}

.share_btn_set {display: flex;gap: 1.3rem;}
.share_btn_set .btn {display:flex;align-items: center;border-radius: 0.7rem;overflow: hidden;}
.share_btn_set .btn.qrcode {background: #fff;cursor: default;}
.share_btn_set .btn.kakao {background: #FEE500;}
.share_btn_set .btn .img {height: 100%;aspect-ratio: 1/1;background: no-repeat center top;background-size: contain;}
.share_btn_set .btn.qrcode .img {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/icn_qrcode@2x.png");}
.share_btn_set .btn.kakao .img {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/icn_kakao@2x.png");}
.share_btn_set .btn .btn_txt {color: #333;font-size: 1.6rem;font-weight: 500;line-height: 130%;letter-spacing: -0.03em;text-align: center;}
.share_btn_set .btn .btn_txt .bold {display: block;font-weight: 700;line-height: 160%;letter-spacing: -0.01em;}

.form_set .form_in .input {width: 46rem;height: 8rem;color: #2D2926;font-size: 2.4rem;font-weight: 400;line-height: 130%;background: #ECECE5;border-radius: 0.8rem;padding: 0 3rem;}
.form_set .form_in .input::placeholder {color: #888886;}
.form_set .form_in .btn_submit {background: #FFC20E;border-radius: 0.8rem;padding: 2.7rem 6.8rem;transition: all 0.5s ease;}
.form_set .form_in .btn_submit .btn_txt {
	display: block;width: 9.3rem;aspect-ratio: 93/23;
	background-color: #2D2926;
	-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/btn_submit@1.5x.png") no-repeat center center;
	-webkit-mask-size: contain;
	transition: all 0.5s ease;
	margin: 0 auto;
}

.form_set .form_in .privacy_set {}
.form_set .form_in .privacy_set label {display: flex;align-items: center;gap: 0.8rem;}
.form_set .form_in .privacy_set .chk {overflow:hidden;position:absolute;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;}
.form_set .form_in .privacy_set .chk + span {position:relative;display:inline-block;width:2.6rem;aspect-ratio: 1/1;background: #D9D9D9;border:1px solid #D9D9D9;border-radius: 0.4rem;transition: all 0.3s ease;cursor: pointer;}
.form_set .form_in .privacy_set .chk + span::after {content:'';position:absolute;left: 0;top: 0;z-index:1;opacity: 0;width:100%;height: 100%;background: url('data:image/svg+xml,<svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.93359 7.00078L6.70026 11.3341L14.9336 1.80078" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') no-repeat center center;background-size: auto 1.3rem;box-sizing:border-box;}
.form_set .form_in .privacy_set .chk:checked + span {background: #FFC20E;border-color: #fff;}
.form_set .form_in .privacy_set .chk:checked + span::after {opacity: 1;}
.form_set .form_in .privacy_set .agree_txt {display:inline-block;color: #FFF;font-size: 2rem;font-weight: 400;line-height: 130%;letter-spacing: -0.04em;}
.form_set .form_in .privacy_set .agree_txt .col {color: #FFC20E;font-weight: 700;}
.form_set .form_in .privacy_set .agree_txt .link {display:inline;font-weight: 700;}


/* wrap_fixed */
.wrap_fixed .logo_set {position:fixed; top:2rem; left:3.6rem; z-index:-1; opacity:0; transition:opacity 0.2s ease, z-index 0s 0.1s linear;}
.wrap_fixed .logo_set.show {opacity:1; z-index:200; transition:opacity 0.2s 0.2s ease, z-index 0s linear; }
.wrap_fixed .logo_set .logo {position:relative; width:14rem; aspect-ratio:140/75; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/logo_v2.png") no-repeat center center; background-size:contain;}

.wrap_fixed .sticky_set {position:fixed; right:0; bottom:6.5rem; z-index:300; transform:translateY(calc(100% + 6.5rem)); transition:transform 0.3s ease, bottom 0.5s ease, right 0s;}
.wrap_fixed .sticky_set.main {bottom:14rem;transform:translateY(calc(100% + 14rem));}
html:has(.loading_set.show) .wrap_fixed .sticky_set,
html:has(.popup.show[backdrop]) .wrap_fixed .sticky_set {right:var(--scrollBarWidth);}
.wrap_fixed .sticky_set.show {transform:translateY(0%);}

.wrap_fixed .sticky_set .btn_sticky {position:relative; width:25rem; transition:height 0.3s ease;}
.wrap_fixed .sticky_set .btn_sticky .bg {z-index:-1; opacity:0; position:absolute; left:0; bottom:0; width:100%; height:100%; background:no-repeat center / 100%; transition:opacity 0.3s ease;}
.wrap_fixed .sticky_set .btn_sticky .bg01 {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sticky_bg01.png");}
.wrap_fixed .sticky_set .btn_sticky .bg02 {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sticky_bg02.png");}
.wrap_fixed .sticky_set .btn_sticky .bg03 {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sticky_bg03.png");}

.wrap_fixed .sticky_set.main .btn_sticky {height:30.9rem;}
.wrap_fixed .sticky_set.main .btn_sticky .bg01 {opacity:1;}
.wrap_fixed .sticky_set.main .btn_sticky .bg02 {opacity:0;}
.wrap_fixed .sticky_set.main .btn_sticky .bg03 {opacity:0;}

.wrap_fixed .sticky_set.ver01 .btn_sticky {height:25.5rem;}
.wrap_fixed .sticky_set.ver01 .btn_sticky .bg01 {opacity:0;}
.wrap_fixed .sticky_set.ver01 .btn_sticky .bg02 {opacity:1;}
.wrap_fixed .sticky_set.ver01 .btn_sticky .bg03 {opacity:0;}

.wrap_fixed .sticky_set.ver02 .btn_sticky {height:30.7rem;}
.wrap_fixed .sticky_set.ver02 .btn_sticky .bg01 {opacity:0;}
.wrap_fixed .sticky_set.ver02 .btn_sticky .bg02 {opacity:0;}
.wrap_fixed .sticky_set.ver02 .btn_sticky .bg03 {opacity:1;}


/* section_visual */
.section_visual {position: relative;height: 100vh;overflow: hidden;}
.section_visual .in {display:flex; flex-direction:column; justify-content:center; height:calc(100% - 7rem); max-width:167rem; margin: 0 auto;}
.section_visual .sec_tit {width:77.7rem; aspect-ratio:960/475; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/main_tit_v2.png") no-repeat center center; background-size:contain;}
.section_visual .bg_video_set {position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;}
.section_visual .bg_video_set::after {content:'';position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;}
.section_visual .bg_video_set .video {position: absolute;top: 0;left: 0;z-index: 0;width: 100%;height: 100%;object-fit: cover;object-position: center center;}

.section_visual .flow_set {position: absolute;z-index: 1;}
.section_visual .flow_set.top {height: 7rem;left: 50%;top: -13.6rem;transform-origin: left top;transform: rotate(15deg);}
.section_visual .flow_set.bottom {left: 0;bottom: 0;}

.section_visual .btn_set {padding-top:6rem;}
.section_visual .btn_set .btn {display:flex; justify-content:center; align-items:center; width:37.4rem; height:8.2rem; background-color:#c9241d; transition:background 0.3s ease;}
.section_visual .btn_set .btn_txt {display:inline-flex; align-items:center; gap:3.8rem; color:#fff; font-size:3rem; font-weight:700;}
.section_visual .btn_set .btn_txt:after {content:''; display:inline-block; width:4.3rem; height:1.9rem; background-color:#fff; -webkit-mask:url('https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/btn_arrow.png') no-repeat center; -webkit-mask-size:contain; transition:background 0.3s ease; vertical-align:text-top;}
.section_visual .btn_set .btn:hover {background-color:#fff;}
.section_visual .btn_set .btn:hover .btn_txt {color:#c9241d;}
.section_visual .btn_set .btn:hover .btn_txt:after {background-color:#c9241d;}


/* section01 */
.section01 {height: 100vh;background: #2D2926;overflow: hidden;}
.section01 .in {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;padding: 0 0 7.7rem;}
.section01 .s_tit {color: #A3A3A3;font-size: 4.8rem;font-weight: 600;line-height: 5.7rem;letter-spacing: -0.04em;text-align: center;margin: 0 0 2.8rem;}
.section01 .ani_set {position: relative;}
.section01 .ani_set.ani01 {margin: 0 45.5rem 1.4rem 0;}
.section01 .ani_set.ani02 {margin: 0 0 0 52.8rem;}
.section01 p {color: #FFF;font-size: 3.4rem;font-weight: 400;line-height: 150%;letter-spacing: -0.04em;white-space: nowrap;}
.section01 p .bold {font-weight: 600;}
.section01 .bar {width: 78.5rem;height: 3.0rem;background: #fff;transform: skewX(-13deg);}

.section01 .eng01 {width: 86.1rem;aspect-ratio: 861/171;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec01_eng01@1.5x.png") no-repeat center center;background-size: contain;will-change: transform;}
.section01 .ko01 {position: absolute;left: calc(100% + 1.1rem);bottom: 5rem;z-index: 0;padding-right: 17.7rem;will-change: transform;}
.section01 .ko01::after {content:'';position: absolute;right: 0;top: 50%;z-index: 0;width: 17rem;height: 1px;background: #fff;transform: translateY(-50%);}
.section01 .bar01 {position: absolute;left: calc(100% + 0.4rem);bottom: 1.5rem;z-index: 0;will-change: transform;}

.section01 .eng02 {width: 97.1rem;aspect-ratio: 971/171;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec01_eng02@1.5x.png") no-repeat center center;background-size: contain;will-change: transform;}
.section01 .ko02 {position: absolute;right: calc(100% + 0.4rem);bottom: 4.7rem;z-index: 0;will-change: transform;}
.section01 .bar02 {position: absolute;right: calc(100% + 1.3rem);bottom: 0.2rem;z-index: 0;will-change: transform;}


/*show*/
.section01 .eng01 {transform: translateX(100vw);transition: transform 0.3s ease;}
.section01 .ko01 {opacity: 0;transition: opacity 0.3s ease;}
.section01 .bar01 {opacity: 0;transition: opacity 0.3s ease;}

.section01 .eng02 {transform: translateX(-100vw);transition: transform 0.3s ease;}
.section01 .ko02 {opacity: 0;transition: opacity 0.3s ease;}
.section01 .bar02 {opacity: 0;transition: opacity 0.3s ease;}

.section01.show {}
.section01.show .eng01 {transform: translateX(0);transition: transform 0.7s ease-in-out;}
.section01.show .ko01 {opacity: 1;transition-delay: 0.8s;}
.section01.show .bar01 {opacity: 1;transition-delay: 0.8s;}

.section01.show .eng02 {transform: translateX(0);transition: transform 0.7s ease-in-out;}
.section01.show .ko02 {opacity: 1;transition-delay: 0.8s;}
.section01.show .bar02 {opacity: 1;transition-delay: 0.8s;}

@media (min-width: 1920px) {
	.section01.show .eng01 {transition: transform 1.2s ease-in-out;}
	.section01.show .eng02 {transition: transform 1.2s ease-in-out;}
	.section01.show .ko01,
	.section01.show .bar01,
	.section01.show .ko02,
	.section01.show .bar02 {transition-delay: 1.2s;}
}

/* section0203 */
/*.section0203_wrap {position: relative;height: 120vh;}*/
/* .section0203_wrap {position: relative;height: 250vh;} */
.section0203_wrap {position: relative;height: 100vh;}
.section0203 {position: sticky;top: 0;width: 100%;height: 100vh;}
.section03 {z-index: -1;opacity: 0;transition: opacity 0.5s ease, z-index 0s 0.1s linear;}
.section0203[data-sec="1"] .section03 {transition: opacity 0.5s ease, z-index 0s 0.5s linear;}
.section0203[data-sec="2"] .section03 {z-index: 1;opacity: 1;transition: opacity 0.5s ease, z-index 0s linear;}


/* section02 */
.section02 {position: relative;overflow: hidden;}
.section02 .tit_set {
	position: absolute;left: 50%;top: 0;z-index: 1;
	display: flex;align-items: center;
	width: 100%;max-width: 144rem;height: calc(100% - 28rem);
	padding: 0 7.3rem 0 9.2rem;
	transform: translateX(-50%);
	will-change: transform;
}
.section02 .tit_set > div {display: flex;justify-content: space-between;align-items: flex-start;width: 100%;height: 37rem;}
.section02 .sec_tit {flex-shrink:0; width:62.4rem; aspect-ratio:624/192; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec02_tit_v2.png") no-repeat left top; background-size:contain; margin:1.2rem 0 0;}
.section02 .set_in {position: relative;height: 100%;max-width: 144rem;margin: 0 auto;padding: 0 7.3rem 0 9.2rem;}

.section02 .txt_slide {flex-shrink: 0;width: 62rem;background: #222;}
.section02 .txt_slide .item {height: 37rem;padding: 6.1rem 0 0 6.1rem;}
.section02 .txt_slide .item .tit {background: no-repeat center center;background-size: contain;margin: 0 0 5rem 0.4rem;}
.section02 .txt_slide .item .txt {color: #FFF;font-size: 2.4rem;font-weight: 400;line-height: 150%;letter-spacing: -0.05em;margin-left: 0.5rem;}
.section02 .txt_slide .item .txt span {display: block;margin-bottom: 0.7rem}
.section02 .txt_slide .item .txt span:last-child {margin-bottom: 0;}

.section02 .txt_slide .item01 .tit {height: 3.6rem;aspect-ratio: 218/36;background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec02_slide_tit01@1.5x.png?v=3");}
.section02 .txt_slide .item02 .tit {height: 3.6rem;aspect-ratio: 275/36;background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec02_slide_tit02@1.5x.png?v=3");}

.section02 .txt_slide .slick-arrow {position: absolute;top: 50%;z-index: 1;width: 6rem;aspect-ratio: 1/1;font-size: 0;transform: translateY(-50%);}
.section02 .txt_slide .slick-arrow::after {
	content:'';display: block;width: 100%;height: 100%;
	background-color: #fff;
	-webkit-mask: url('data:image/svg+xml,<svg width="13" height="24" viewBox="0 0 13 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1L2 12L12 23" stroke="white" stroke-width="2"/></svg>') no-repeat center center;
	-webkit-mask-size: 1.3rem auto;
	transition: background-color 0.3s ease;
}
.section02 .txt_slide .slick-prev {left: 0;}
.section02 .txt_slide .slick-next {right: 0;}
.section02 .txt_slide .slick-next::after {transform: rotate(180deg);}
.section02 .txt_slide .slick-arrow:hover::after {background-color: #E2231A;}

.section02 .txt_slide .slick-dots {position: absolute;left: 50%;bottom: 4rem;z-index: 5;display: flex;justify-content: center;align-items: center;gap: 0.4rem;transform: translateX(-50%);}
.section02 .txt_slide .slick-dots li {font-size: 0;}
.section02 .txt_slide .slick-dots li button {width: 0.8rem;height: 0.8rem;background: #D9D9D9;border-radius: 0.9rem;transition: all 0.3s ease;}
.section02 .txt_slide .slick-dots li.slick-active button {width: 4rem;background: #E2231A;}

.section02 .total_slide {}
.section02 .total_slide .item {display: flex;flex-direction: column;height: 100vh;}
.section02 .total_slide .bg_set {position: relative;z-index: 0;flex: 1 1 auto;}
.section02 .total_slide .bg_set .bg {
	position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;
	background: no-repeat center top;background-size: cover;
}
.section02 .total_slide .item01 .bg_set .bg {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec02_bg01@1.5x.jpg?v=3");}
.section02 .total_slide .item02 .bg_set .bg {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec02_bg02@1.5x.jpg?v=3");}

.section02 .total_slide .caption {position: absolute;right: 2rem;bottom: 0.9rem;z-index: 2;color: #fff;font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: -0.04em;opacity: 0.7;}

.section02 .total_slide .total_set {flex: 0 0 28rem;background: #222;}
.section02 .total_slide .total_set .set_in {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform-origin: center center;
	transform: scale(0.9);
}
.section02 .total_slide .total_set .set_head {display: flex;align-items: flex-end;margin: 0 0 2.8rem;}
.section02 .total_slide .total_set .set_head h3 {display: inline-block;color: #222;font-size: 2.6rem;font-weight: 700;line-height: 130%;letter-spacing: -0.02em;background: #FFF;padding: 0.8rem 1.4rem;margin-right: 1.7rem;}
.section02 .total_slide .total_set .set_head p {color: #FFF;font-size: 1.6rem;font-weight: 400;line-height: 150%;letter-spacing: -0.04em;}
.section02 .total_slide .total_set .set_head p em {margin-left: 1.4rem;}
.section02 .total_slide .total_set .set_head p em:first-child {margin-left: 0;}
.section02 .total_slide .total_set .set_head .desc {font-size: 1.2rem;line-height: 130%;opacity: 0.5;}
.section02 .total_slide .total_set .total {display: flex;align-items: center;gap: 6rem;}
.section02 .total_slide .item02 .total_set .total {justify-content: space-between;gap: unset;}

.section02 .total_slide .total_set .total .num_set {display: flex;align-items: center;gap: 0.2rem;}
.section02 .total_slide .total_set .total .num_set .num,
.section02 .total_slide .total_set .total .num_set .unit {position: relative;z-index: 0;width: 6.9rem;height: 9.5rem;color: #222;text-align: center;}
.section02 .total_slide .total_set .total .num_set .num {font-family: var(--font-bebas);font-size: 8.74rem;font-weight: 400;line-height: 1;letter-spacing: -0.01em;padding: 0.8rem 0 0;}
.section02 .total_slide .total_set .total .num_set .unit {font-size: 5.9rem;font-weight: 800;line-height: 130%;letter-spacing: -0.01em;padding: 0.8rem 0 0;}
.section02 .total_slide .total_set .total .num_set .num::before,
.section02 .total_slide .total_set .total .num_set .num::after,
.section02 .total_slide .total_set .total .num_set .unit::before,
.section02 .total_slide .total_set .total .num_set .unit::after {content:'';position: absolute;left: 0;z-index: -1;width: 100%;height: calc(50% - 1px);background: #fff;border-radius: 0.4rem;}
.section02 .total_slide .total_set .total .num_set .num::before,
.section02 .total_slide .total_set .total .num_set .unit::before {top: 0;}
.section02 .total_slide .total_set .total .num_set .num::after,
.section02 .total_slide .total_set .total .num_set .unit::after {bottom: 0;}

.section02 .total_slide .total_set .total .num_set .comma {width: 1.5rem;aspect-ratio: 15/28;background: url('data:image/svg+xml,<svg width="15" height="28" viewBox="0 0 15 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.9321 0.976562V12.9268C14.9321 21.4794 10.5972 27.103 1.34163 27.806V21.5966C5.55935 21.2451 7.4339 19.0191 7.4339 14.3327H0.638672V0.976562H14.9321Z" fill="white"/></svg>') no-repeat center center;background-size: contain;margin: auto 0.3rem 1px 0.4rem;}
.section02 .total_slide .total_set .total .num_set .ko {color: #FFF;font-size: 3.2rem;font-weight: 700;line-height: 150%;letter-spacing: -0.04em;margin: auto 0 1.1rem 0.2rem;}
.section02 .total_slide .total_set .total .txt {color: #FFF;font-size: 1.9rem;font-weight: 600;line-height: 150%;letter-spacing: -0.04em;text-align: center;margin: 0.8rem 0 0;}


/* section03_a */
.section03_a {position:relative; height:125.9rem; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_a_bg.jpg") no-repeat center / cover;}
.section03_a .in {display:flex; justify-content:center; flex-direction:column; height: 100%;}
.section03_a .tit_set {max-width:144rem; width:100%; margin:0 auto 9.8rem; overflow:hidden;}
.section03_a .tit_set .sec_tit {width:79.5rem; aspect-ratio:795/124; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_a_tit.png") no-repeat center / contain;}

.section03_a .card_set {display:flex; justify-content:space-between; gap:6.2rem; max-width:144rem; width:100%; margin:0 auto;}
.section03_a .card_set li {position:relative; display:flex; flex-direction:column; gap:3.5rem; width:43.9rem; aspect-ratio:439/291; padding:32.2rem 0 0; background:no-repeat top center / contain; text-align:center;}
.section03_a .card_set li:nth-child(1) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_a_card01.jpg");}
.section03_a .card_set li:nth-child(2) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_a_card02.jpg");}
.section03_a .card_set li:nth-child(3) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_a_card03.jpg");}
.section03_a .card_set .child {color:#fff; font-size:2.8rem; font-weight:600;}
.section03_a .card_set .child .red {color:#e22419;}
.section03_a .card_set .txt {color:#fff; font-size:2.4rem; line-height:140%; letter-spacing:-0.01em;}
.section03_a .card_set li:nth-child(2) .txt {width:calc(100% + 12rem); margin-left:-6rem;}

.section03_a .btn_set {display:flex; justify-content:space-between; max-width:144rem; width:100%; margin:13.5rem auto 0;}
.section03_a .btn_set .btn_tit {width:88.1rem; aspect-ratio:881/43; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_a_btn_tit.png") no-repeat center / contain;}
.section03_a .btn_set .btn {display:flex; justify-content:center; align-items:center; width:46.2rem; height:10.1rem; background-color:#c9241d; transition:background 0.3s ease;}
.section03_a .btn_set .btn_txt {display:inline-flex; align-items:center; gap:4.5rem; color:#fff; font-size:3.8rem; font-weight:700;}
.section03_a .btn_set .btn_txt:after {content:''; display:inline-block; width:4.3rem; height:1.9rem; background-color:#fff; -webkit-mask:url('https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/btn_arrow.png') no-repeat center; -webkit-mask-size:contain; transition:background 0.3s ease; vertical-align:text-top;}
.section03_a .btn_set .btn:hover {background-color:#fff;}
.section03_a .btn_set .btn:hover .btn_txt {color:#c9241d;}
.section03_a .btn_set .btn:hover .btn_txt:after {background-color:#c9241d;}

/* section04_a */
.section04_a {position:relative; padding:7.4rem 0 17.4rem; background:#272727;}
.section04_a .tit_set {max-width:144rem; width:100%; margin:0 auto 8.6rem; text-align:center;}
.section04_a .tit_set .sec_tit {width:74rem; aspect-ratio:740/133; margin:0 auto; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec04_a_tit.png") no-repeat center / contain;}
.section04_a .tit_set .map_tit {display:inline-block; margin:6.4rem 0 0; padding:0.6rem 1.8rem; background-color:#3f3f3f; color:#fff; font-size:3.6rem; font-weight:400; line-height:160%; letter-spacing:-0.04em; text-align:center; white-space:nowrap;}
.section04_a .photo {width:144rem; aspect-ratio:1440/952; margin: 0 auto;}
.section04_a .photo img {width:100%; height:calc(100% + 1px); object-position:center center; object-fit:cover;}


/* section03 */
.section03 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #222;overflow: hidden;}
/*.section03 .content {position: relative;z-index: 3;display: flex;align-items: center;height: 100%;max-width: 144rem;margin: 0 auto;padding: 7rem 7.3rem 0 8.6rem;}*/
/*.section03 .content .sec_tit {width: 62.5rem;aspect-ratio: 625/199;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_tit@1.5x.png") no-repeat center center;background-size: contain;margin: -0.8rem 0 5.4rem;}*/
.section03 .content {position: relative;z-index: 3;display: flex;align-items: center;height: calc(100% - 28rem);max-width: 144rem;margin: 0 auto;padding: 0 7.3rem 0 9.2rem;}
.section03 .content > div {height: 37rem;}
.section03 .content .sec_tit {width: 62.5rem;aspect-ratio: 625/208;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_tit@1.5x.png?v=3") no-repeat center center;background-size: contain;margin: 0 0 5rem;}
.section03 .txt_set_head {position: relative;display: block;width: 100%;height: 13rem;margin: 0 0 3.7rem;overflow: hidden;}
.section03 .txt_set_head li {position: absolute;left: 0;top: 0;z-index: 0;opacity: 0;transition: opacity 0.5s ease;}
.section03[data-slide="1"] .txt_set_head li:nth-child(1),
.section03[data-slide="2"] .txt_set_head li:nth-child(2),
.section03[data-slide="3"] .txt_set_head li:nth-child(3),
.section03[data-slide="4"] .txt_set_head li:nth-child(4),
.section03[data-slide="5"] .txt_set_head li:nth-child(5),
.section03[data-slide="6"] .txt_set_head li:nth-child(1) {opacity: 1;}
.section03 .txt_set_head li p:nth-child(1) {height: 8.9rem;color: #fff;display: inline-flex;align-items: flex-end;background: #F26A21;padding: 0 1rem 1rem 1rem;}
.section03 .txt_set_head li .num {font-family: var(--font-bebas);font-size: 9.2rem;font-weight: 400;line-height: 1;margin: 0 0.6rem -1.7rem 0;}
.section03 .txt_set_head li .ko {font-size: 2.8rem;font-weight: 700;line-height: 130%;letter-spacing: -0.04em;}
.section03 .txt_set_head li .txt {color: #F26A21;font-size: 2.8rem;font-weight: 800;line-height: 130%;letter-spacing: -0.04em;margin: 1rem 0 0;}
.section03 .txt_set_head li:nth-child(1) p:nth-child(1) {background: #F26A21;padding-left: 0;}
.section03 .txt_set_head li:nth-child(2) p:nth-child(1) {background: #FFC20E;}
.section03 .txt_set_head li:nth-child(3) p:nth-child(1) {background: #374EA2;}
.section03 .txt_set_head li:nth-child(4) p:nth-child(1) {background: #E2231A;}
.section03 .txt_set_head li:nth-child(5) p:nth-child(1) {background: #00833D;}
.section03 .txt_set_head li:nth-child(1) .txt {color: #F26A21;}
.section03 .txt_set_head li:nth-child(2) .txt {color: #FFC20E;}
.section03 .txt_set_head li:nth-child(3) .txt {color: #8091D1;}
.section03 .txt_set_head li:nth-child(4) .txt {color: #E2231A;}
.section03 .txt_set_head li:nth-child(5) .txt {color: #138F4D;}

.section03 .txt_set {height: 17.2rem;overflow: hidden;}
.section03 .txt_set ul {display: flex;flex-direction: column;align-items: flex-start;gap: 1rem;}
.section03 .txt_set li {flex-shrink: 0;display: inline-flex;align-items: center;gap: 0.6rem;height: 3.5rem;color: #FFF;font-size: 2.2rem;font-weight: 400;line-height: 3.5rem;letter-spacing: -0.05em;}
.section03 .txt_set li em {font-weight: 700;letter-spacing: -0.04em;}

.section03.ani .txt_set ul {transition: all 0.5s ease;}
.section03[data-slide="1"] .txt_set ul {transform: translateY(calc((3.5rem * -1) - 1rem));}
.section03[data-slide="2"] .txt_set ul {transform: translateY(calc((3.5rem * -2) - 2rem));}
.section03[data-slide="3"] .txt_set ul {transform: translateY(calc((3.5rem * -3) - 3rem));}
.section03[data-slide="4"] .txt_set ul {transform: translateY(calc((3.5rem * -4) - 4rem));}
.section03[data-slide="5"] .txt_set ul {transform: translateY(calc((3.5rem * -5) - 5rem));}
.section03[data-slide="6"] .txt_set ul {transform: translateY(calc((3.5rem * -6) - 6rem));}

.section03.ani .txt_set li {transition: all 0.3s ease;}
.section03[data-slide="1"] .txt_set li:nth-child(3) {opacity: 0.8;}
.section03[data-slide="2"] .txt_set li:nth-child(3) {opacity: 1;}

.section03[data-slide="1"] .txt_set li:nth-child(4) {opacity: 0.6;}
.section03[data-slide="2"] .txt_set li:nth-child(4) {opacity: 0.8;}
.section03[data-slide="3"] .txt_set li:nth-child(4) {opacity: 1;}

.section03[data-slide="1"] .txt_set li:nth-child(5) {opacity: 0.4;}
.section03[data-slide="2"] .txt_set li:nth-child(5) {opacity: 0.6;}
.section03[data-slide="3"] .txt_set li:nth-child(5) {opacity: 0.8;}
.section03[data-slide="4"] .txt_set li:nth-child(5) {opacity: 1;}

.section03[data-slide="2"] .txt_set li:nth-child(6) {opacity: 0.4;}
.section03[data-slide="3"] .txt_set li:nth-child(6) {opacity: 0.6;}
.section03[data-slide="4"] .txt_set li:nth-child(6) {opacity: 0.8;}
.section03[data-slide="5"] .txt_set li:nth-child(6) {opacity: 1;}

.section03[data-slide="3"] .txt_set li:nth-child(7) {opacity: 0.4;}
.section03[data-slide="4"] .txt_set li:nth-child(7) {opacity: 0.6;}
.section03[data-slide="5"] .txt_set li:nth-child(7) {opacity: 0.8;}
.section03[data-slide="6"] .txt_set li:nth-child(7) {opacity: 1;}

.section03[data-slide="4"] .txt_set li:nth-child(8) {opacity: 0.4;}
.section03[data-slide="5"] .txt_set li:nth-child(8) {opacity: 0.6;}
.section03[data-slide="6"] .txt_set li:nth-child(8) {opacity: 0.8;}

.section03[data-slide="5"] .txt_set li:nth-child(9) {opacity: 0.4;}
.section03[data-slide="6"] .txt_set li:nth-child(9) {opacity: 0.6;}

.section03[data-slide="6"] .txt_set li:nth-child(10) {opacity: 0.4;}

.section03 .bg_set {}
.section03 .bg_set::after {content:'';position: absolute;left: 0;top: 0;z-index: 2;width: 100%;height: 100%;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_bg_shapes@1.5x.png") no-repeat center center;background-size: auto 100%;pointer-events: none;}
.section03 .bg_set .bg {
	position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;width: 100%;height: 100%;
	background: no-repeat center top;background-size: cover;
}
.section03.ani .bg_set .bg {transition: all 0.5s ease;}
.section03 .bg_set .bg01 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_bg01@1.5x.jpg");}
.section03 .bg_set .bg02 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_bg02@1.5x.jpg");}
.section03 .bg_set .bg03 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_bg03@1.5x.jpg");}
.section03 .bg_set .bg04 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_bg04@1.5x.jpg");}
.section03 .bg_set .bg05 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec03_bg05@1.5x.jpg");}
.section03 .bg_set .caption {position: absolute;left: calc(50% + 11.4rem);bottom: 9.5rem;color: #fff;font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: -0.02em;opacity: 0.7;}

.section03[data-slide="1"] .bg_set .bg01,
.section03[data-slide="2"] .bg_set .bg02,
.section03[data-slide="3"] .bg_set .bg03,
.section03[data-slide="4"] .bg_set .bg04,
.section03[data-slide="5"] .bg_set .bg05,
.section03[data-slide="6"] .bg_set .bg01 {opacity: 1;}

.section03 .flow_set {position: absolute;left: 0;bottom: 0;z-index: 5;width: 100%;}


/* section04 */
.section04 {position: relative;background: #515151;}
.section04 .in {}
.section04 .tit_set {background: #333;padding: 8rem 0 4.6rem;}
.section04 .tit_set .sec_tit {width: 67.5rem;aspect-ratio: 675/132;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec04_tit@1.5x.png") no-repeat center center;background-size: contain;margin: 0 auto 2rem;}
.section04 .tit_set .s_tit {color: #FFF;font-size: 2.4rem;font-weight: 400;line-height: 150%;letter-spacing: -0.05em;text-align: center;}

.section04 .map_wrap {position: relative;height: 790px;overflow: hidden;}

.section04 .category_wrap {}
.section04 .category_wrap::before {content:'';position: absolute;left: 0;top: 0;z-index: 1;opacity: 1;width: 100%;height: 100%;background: rgba(51,51,51,0.6);transition: opacity 0.3s ease;pointer-events: none;will-change: opacity;}

.section04 .category_wrap .map_tit {display: inline-block;color: #FFF;font-size: 3.6rem;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;text-align: center;white-space: nowrap;background: #333;padding: 0.6rem 1.8rem;margin: 0 0 2.5rem;}
/*.section04 .category_wrap .map_tit {position: absolute;left: 50%;top: 3.6rem;display: inline-block;color: #FFF;font-size: 3.6rem;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;text-align: center;white-space: nowrap;background: #333;padding: 0.6rem 1.8rem;transform: translateX(-50%);}*/

.section04 .category_wrap .cate_set {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;padding: 0 0 8.8rem;}
.section04 .category_wrap .cate_set .cate_tit {display: inline-block;color: #494949;font-size: 3rem;font-weight: 600;line-height: 160%;letter-spacing: -0.04em;text-align: center;background: #fff;border-radius: 0.4rem;padding: 0.6rem 1.6rem;margin: 0 0 2.3rem;}
.section04 .category_wrap .cate_set ul {
	width: 68rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.4rem 1rem;
	margin: 0 auto;
}
.section04 .category_wrap .cate_set ul li {display: flex;align-items: center;justify-content: center;width: 22rem;aspect-ratio: 1/1;color: #fff;font-size: 2.6rem;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;text-align: center;background: rgba(255,255,255,0.2);border-radius: 1rem;border: 1px solid #fff;cursor: pointer;transition: background 0.3s ease;}
.section04 .category_wrap .cate_set ul li:hover {background: rgba(255,255,255,0.1);}

.section04 .category_wrap .legend_set {position: absolute;left: 3.7rem;top: 50%;background: rgba(51,51,51,0.9);border-radius: 1rem;padding: 1.7rem 2.4rem 2.8rem;transform: translateY(-50%);}
.section04 .category_wrap .legend_set .cate_tit {color: #fff;font-size: 2.4rem;font-weight: 600;line-height: 160%;letter-spacing: -0.04em;margin: 0 0 2.4rem;}
.section04 .category_wrap .legend_set ul {display: flex;flex-direction: column;align-items: flex-start;}
.section04 .category_wrap .legend_set ul li {color: #fff;font-size: 2.6rem;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;text-align: center;background: rgba(255,255,255,0.4);border-radius: 1rem;border: 1px solid #fff;padding: 0.6rem 1.6rem;margin-bottom: 1.4rem;cursor: pointer;transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;}
.section04 .category_wrap .legend_set ul li:last-child {margin-bottom: 0;}
.section04 .category_wrap .legend_set ul li:hover,
.section04[data-map="east_asia"] .category_wrap .legend_set ul li[data-map="east_asia"],
.section04[data-map="south_asia"] .category_wrap .legend_set ul li[data-map="south_asia"],
.section04[data-map="europe"] .category_wrap .legend_set ul li[data-map="europe"],
.section04[data-map="middle_east"] .category_wrap .legend_set ul li[data-map="middle_east"],
.section04[data-map="south_africa"] .category_wrap .legend_set ul li[data-map="south_africa"],
.section04[data-map="latin"] .category_wrap .legend_set ul li[data-map="latin"] {color: #E2231A;border-color: #E2231A;background: #fff;}

/* 카테고리 show */
.section04 .category_wrap > div {z-index: -1;opacity: 0;transition: opacity 0.5s ease, z-index 0s 1s ease;pointer-events: none;will-change: opacity;}
.section04 .category_wrap[data-cate="1"] .cate_set,
.section04 .category_wrap[data-cate="2"] .legend_set {opacity: 1;z-index: 1;transition: z-index 0s linear, opacity 0.5s ease;pointer-events: unset;}
.section04 .category_wrap[data-cate="2"]::before {opacity: 0;}

/* 지도 */
.section04 .map_container {position: absolute;left: 50%;top: 0;height: 100%;aspect-ratio: 1440/790;text-align: center;margin: 0 auto;transform: translateX(-50%);}

.section04 .map_container .map_outer {
	position: absolute;left: 50%;top: 50%;z-index: 0;
	width: 100%;height: 100%;
	transform: translate(-50%, -50%);
	transition: all 1s ease;
}
.section04 .map_container .bg_set {}
.section04 .map_container .bg_set .bg,
.section04 .map_container .bg_set .background,
.section04 .map_container .bg_set .line {
	position: absolute;left: 0;top: 0;z-index: 1;
	width: 100%;height: 100%;
	background: no-repeat center center;background-size: auto 100%;
	transition: all 0.8s ease;
	pointer-events: none;
	will-change: width, height, opacity;
}
.section04 .map_container .bg_set .background {z-index: 0;background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg.png");}
.section04 .map_container .bg_set .line {z-index: 2;background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_line.png");}
.section04 .map_container .bg_set .all {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_all.png");}
.section04 .map_container .bg_set .east_asia {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_east_asia.png");}
.section04 .map_container .bg_set .south_asia {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_south_asia.png");}
.section04 .map_container .bg_set .europe {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_europe.png");}
.section04 .map_container .bg_set .middle_east {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_middle_east.png");}
.section04 .map_container .bg_set .south_africa {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_south_africa.png");}
.section04 .map_container .bg_set .latin {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_bg_latin.png");}

.section04 .country_set {position: relative;z-index: 10;width: 100%;height: 100%;font-size: 10px;}
.section04 .country_set .country {
	position: absolute;z-index: 5;
	width: 8px;aspect-ratio: 1/1;
	background: #FFC20E;
	border-radius: 100%;
	cursor: pointer;
	transition: all 1s ease;
	transform: translate(50%, -50%);
}
.section04 .country_set .country::after {content:'';position: absolute;left: 50%;top: 50%;z-index: -1;opacity: 0;width: 20px;aspect-ratio: 1/1;background: rgba(255,194,14,0.5);border: 1px solid #fff;border-radius: 100%;transform: translate(-50%, -50%);transition: all 0.3s ease;}
.section04 .country_set .country:hover {z-index: 6;transition: all 1s ease, z-index 0s;}
.section04 .country_set .country:hover::after {opacity: 1;}
.section04 .country_set .country:hover .box {z-index: 5;opacity: 1;pointer-events: unset;}
.section04 .country_set .box {
	position: absolute;left: calc(100% + 17px);top: 50%;z-index: -1;opacity: 0;
	display: flex;align-items: center;gap: 6px;
	border-radius: 4px;
	padding: 7px 9px 7px 16px;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	white-space: nowrap;
	pointer-events: none;
	overflow: hidden;
	will-change: opacity;
}
.section04 .country_set .pops .box {left: 100%;}
.section04 .country_set .box::after {content:'';position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/flag_bg@1.5x.png") no-repeat left center;background-size: auto 100%;opacity: 0.7;will-change: opacity;}
.section04 .country_set .box p {color: #FFF;font-size: 16px;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;}
.section04 .country_set .box .flag {width: 33px;aspect-ratio: 33/25;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/nation_flag_sprites@2x.png") no-repeat left top;background-size: 387px 319.5px;border-radius: 2px;}

.section04 .country_set .pops {width: 26px;background: unset;}
.section04 .country_set .pops::before,
.section04 .country_set .pops::after {content:'';position: absolute;left: 50%;top: 50%;aspect-ratio: 1/1;border: unset;border-radius: 100%;transform: translate(-50%, -50%);transition: all 0.3s ease;}
.section04 .country_set .pops::before {z-index: 1;width: 8px;background: #fff;}
.section04 .country_set .pops::after {z-index: -1;opacity: 1;width: 100%;background: #E2231A;animation: dot_hover_ani 1s infinite;}
@keyframes dot_hover_ani {
	0% {transform: translate(-50%, -50%) scale3d(0.4, 0.4, 0.4);opacity: 0;}
	50% {opacity: 0.5;}
	100% {opacity: 0;}
}

.section04 .map_container .map_outer {will-change: left, right, top, width, height, transform;}
.section04 .country_set .country {will-change: left, right, top, transform;}
.section04 .country_set .country::after {will-change: left, top, width, transform, opacity;}
.section04 .country_set .pops::before {will-change: left, top, width, transform, opacity;}


/* 지도 배경 */
.section04 .map_container .bg_set .bg {opacity: 0;will-change: opacity;}
.section04[data-map="all"] .map_container .bg_set .all,
.section04[data-map="east_asia"] .map_container .bg_set .east_asia,
.section04[data-map="south_asia"] .map_container .bg_set .south_asia,
.section04[data-map="europe"] .map_container .bg_set .europe,
.section04[data-map="middle_east"] .map_container .bg_set .middle_east,
.section04[data-map="south_africa"] .map_container .bg_set .south_africa,
.section04[data-map="latin"] .map_container .bg_set .latin {opacity: 1;}

/* 2배 줌 */
.section04[data-map="east_asia"] .country_set,
.section04[data-map="south_asia"] .country_set,
.section04[data-map="europe"] .country_set,
.section04[data-map="middle_east"] .country_set,
.section04[data-map="south_africa"] .country_set,
.section04[data-map="latin"] .country_set {font-size: 20px;}

.section04[data-map="east_asia"] .map_container .map_outer,
.section04[data-map="south_asia"] .map_container .map_outer,
.section04[data-map="europe"] .map_container .map_outer,
.section04[data-map="middle_east"] .map_container .map_outer,
.section04[data-map="south_africa"] .map_container .map_outer,
.section04[data-map="latin"] .map_container .map_outer {width: 200%;height: 200%;}

/* 2배 줌 했을시 지도 위치 */
.section04[data-map="east_asia"] .map_container .map_outer {left: 79.9%;top: 46%;}
.section04[data-map="south_asia"] .map_container .map_outer {left: 97.8%;top: 43.5%;}
.section04[data-map="europe"] .map_container .map_outer {left: 113.5%;top: 71.8%;}
.section04[data-map="middle_east"] .map_container .map_outer {left: 123.4%;top: 49.8%}
.section04[data-map="south_africa"] .map_container .map_outer {left: 128.6%;top: 15.7%;}
.section04[data-map="latin"] .map_container .map_outer {left: -18.5%;top: 18%;}

/* 2배 줌 했을시 마커 크기 */
.section04[data-map="east_asia"] .country_set .country,
.section04[data-map="south_asia"] .country_set .country,
.section04[data-map="europe"] .country_set .country,
.section04[data-map="middle_east"] .country_set .country,
.section04[data-map="south_africa"] .country_set .country,
.section04[data-map="latin"] .country_set .country {width: 16px;}

.section04[data-map="east_asia"] .country_set .country::after,
.section04[data-map="south_asia"] .country_set .country::after,
.section04[data-map="europe"] .country_set .country::after,
.section04[data-map="middle_east"] .country_set .country::after,
.section04[data-map="south_africa"] .country_set .country::after,
.section04[data-map="latin"] .country_set .country::after {width: 40px;}

.section04[data-map="east_asia"] .country_set .pops,
.section04[data-map="south_asia"] .country_set .pops,
.section04[data-map="europe"] .country_set .pops,
.section04[data-map="middle_east"] .country_set .pops,
.section04[data-map="south_africa"] .country_set .pops,
.section04[data-map="latin"] .country_set .pops {width: 52px;}

.section04[data-map="east_asia"] .country_set .pops::after,
.section04[data-map="south_asia"] .country_set .pops::after,
.section04[data-map="europe"] .country_set .pops::after,
.section04[data-map="middle_east"] .country_set .pops::after,
.section04[data-map="south_africa"] .country_set .pops::after,
.section04[data-map="latin"] .country_set .pops::after {width: 100%;}

.section04[data-map="east_asia"] .country_set .pops::before,
.section04[data-map="south_asia"] .country_set .pops::before,
.section04[data-map="europe"] .country_set .pops::before,
.section04[data-map="middle_east"] .country_set .pops::before,
.section04[data-map="south_africa"] .country_set .pops::before,
.section04[data-map="latin"] .country_set .pops::before {width: 16px;}

/* 마커 */
.section04 .country_set > div {opacity: 0;transition: opacity 0.5s ease;will-change: opacity;}
.section04[data-map="east_asia"] .country_set .east_asia,
.section04[data-map="south_asia"] .country_set .south_asia,
.section04[data-map="europe"] .country_set .europe,
.section04[data-map="middle_east"] .country_set .middle_east,
.section04[data-map="south_africa"] .country_set .south_africa,
.section04[data-map="latin"] .country_set .latin {opacity: 1;}


@media (max-width: 1280px) {
	.section04 .map_wrap {height: 680px;}
	.section04[data-map="east_asia"] .country_set,
	.section04[data-map="south_asia"] .country_set,
	.section04[data-map="europe"] .country_set,
	.section04[data-map="middle_east"] .country_set,
	.section04[data-map="south_africa"] .country_set,
	.section04[data-map="latin"] .country_set {font-size: 17.215189873418px;}
}


/* 마커 위치 */
.section04 .country_set .latin .country {transform: translate(-50%, -50%);}
/* 동아시아 east_asia */
.section04 .country_set .myanmar {right: calc(50% + 26.9em + 1.3em);top: calc(40.3em + 1.3em);}
.section04 .country_set .mongolia {right: calc(50% + 24.4em + 1.3em);top: calc(28.7em + 1.3em);}
.section04 .country_set .philippines {right: calc(50% + 16.6em + 1.3em);top: calc(44.5em + 1.3em);}
.section04 .country_set .vietnam {right: calc(50% + 22.3em + 1.3em);top: calc(43.3em + 1.3em);}
.section04 .country_set .cambodia {right: calc(50% + 24.9em + 0.4em);top: calc(45em + 0.4em);}
.section04 .country_set .china {right: calc(50% + 24.9em + 0.4em);top: calc(35.8em + 0.4em);}
.section04 .country_set .north_korea {right: calc(50% + 16.2em + 0.4em);top: calc(32.9em + 0.4em);}
.section04 .country_set .indonesia {right: calc(50% + 21em + 0.4em);top: calc(50.6em + 0.4em);}
.section04 .country_set .laos {right: calc(50% + 24.8em + 0.4em);top: calc(42.9em + 0.4em);}
.section04 .country_set .malaysia {right: calc(50% + 25.6em + 0.4em);top: calc(48.7em + 0.4em);}
.section04 .country_set .papua_new_guinea {right: calc(50% + 9.7em + 0.4em);top: calc(52.8em + 0.4em);}
.section04 .country_set .thailand {right: calc(50% + 25.9em + 0.4em);top: calc(43.8em + 0.4em);}
.section04 .country_set .timor_leste {right: calc(50% + 16.7em + 0.4em);top: calc(54.1em + 0.4em);}
/* 남아시아 south_asia */
.section04 .country_set .bangladesh {right: calc(50% + 29.3em + 1.3em);top: calc(39.4em + 1.3em);}
.section04 .country_set .pakistan {right: calc(50% + 37.2em + 1.3em);top: calc(36.9em + 1.3em);}
.section04 .country_set .afghanistan {right: calc(50% + 38.6em + 1.3em);top: calc(34.7em + 1.3em);}
.section04 .country_set .india {right: calc(50% + 34.7em + 0.4em);top: calc(40.6em + 0.4em);}
/* 유럽•중앙아시아 europe */
.section04 .country_set .turkiye {right: calc(50% + 49.8em + 1.3em);top: calc(31.9em + 1.3em);}
.section04 .country_set .ukraine {right: calc(50% + 51.3em + 1.3em);top: calc(27.5em + 1.3em);}
.section04 .country_set .armenia {right: calc(50% + 47.6em + 0.4em);top: calc(32.8em + 0.4em);}
.section04 .country_set .belarus {right: calc(50% + 54.1em + 0.4em);top: calc(25.9em + 0.4em);}
.section04 .country_set .kazakhstan {right: calc(50% + 38.5em + 0.4em);top: calc(29em + 0.4em);}
.section04 .country_set .moldova {right: calc(50% + 53.8em + 0.4em);top: calc(29.6em + 0.4em);}
.section04 .country_set .serbia {right: calc(50% + 57em + 0.4em);top: calc(30.9em + 0.4em);}
.section04 .country_set .tajikistan {right: calc(50% + 37.7em + 0.4em);top: calc(33.6em + 0.4em);}
.section04 .country_set .uzbekistan {right: calc(50% + 40.9em + 0.4em);top: calc(31.9em + 0.4em);}
/* 중동•북아프리카 middle_east */
.section04 .country_set .palestine {right: calc(50% + 50.7em + 1.3em);top: calc(35.9em + 1.3em);}
.section04 .country_set .sudan {right: calc(50% + 52.6em + 1.3em);top: calc(42.5em + 1.3em);}
.section04 .country_set .syrian {right: calc(50% + 48.7em + 1.3em);top: calc(34.3em + 1.3em);}
.section04 .country_set .libya {right: calc(50% + 57.3em + 0.4em);top: calc(38.9em + 0.4em);}
.section04 .country_set .iraq {right: calc(50% + 48.3em + 0.4em);top: calc(36em + 0.4em);}
.section04 .country_set .yemen {right: calc(50% + 46.8em + 0.4em);top: calc(43.7em + 0.4em);}
.section04 .country_set .algeria {right: calc(50% + 63.9em + 0.4em);top: calc(38.4em + 0.4em);}
.section04 .country_set .egypt {right: calc(50% + 53.5em + 0.4em);top: calc(39.3em + 0.4em);}
.section04 .country_set .iran {right: calc(50% + 44.3em + 0.4em);top: calc(36.3em + 0.4em);}
.section04 .country_set .morocco {right: calc(50% + 67.6em + 0.4em);top: calc(36.9em + 0.4em);}
.section04 .country_set .oman {right: calc(50% + 43.3em + 0.4em);top: calc(42.2em + 0.4em);}
/* 중•남부아프리카 south_africa */
.section04 .country_set .ethiopia {right: calc(50% + 48.9em + 1.3em);top: calc(45.4em + 1.3em);}
.section04 .country_set .congo {right: calc(50% + 54.9em + 1.3em);top: calc(50.3em + 1.3em);}
.section04 .country_set .kenya {right: calc(50% + 49.5em + 1.3em);top: calc(48.9em + 1.3em);}
.section04 .country_set .mozambique {right: calc(50% + 49.9em + 1.3em);top: calc(56.7em + 1.3em);}
.section04 .country_set .mali {right: calc(50% + 65.9em + 1.3em);top: calc(43.1em + 1.3em);}
.section04 .country_set .niger {right: calc(50% + 61.3em + 0.4em);top: calc(43.1em + 0.4em);}
.section04 .country_set .burkina_faso {right: calc(50% + 65.7em + 0.4em);top: calc(45.2em + 0.4em);}
.section04 .country_set .chad {right: calc(50% + 57.7em + 0.4em);top: calc(43.7em + 0.4em);}
.section04 .country_set .nigeria {right: calc(50% + 61.9em + 0.4em);top: calc(46.4em + 0.4em);}
.section04 .country_set .cameroon {right: calc(50% + 60.3em + 0.4em);top: calc(48.4em + 0.4em);}
.section04 .country_set .central_african {right: calc(50% + 57.2em + 0.4em);top: calc(47.6em + 0.4em);}
.section04 .country_set .south_sudan {right: calc(50% + 53.4em + 0.4em);top: calc(47.4em + 0.4em);}
.section04 .country_set .somalia {right: calc(50% + 46.4em + 0.4em);top: calc(46.6em + 0.4em);}
.section04 .country_set .uganda {right: calc(50% + 52.7em + 0.4em);top: calc(49.8em + 0.4em);}
.section04 .country_set .zimbabwe {right: calc(50% + 53.6em + 0.4em);top: calc(58.3em + 0.4em);}
.section04 .country_set .madagascar {right: calc(50% + 47.1em + 0.4em);top: calc(58.5em + 0.4em);}
.section04 .country_set .cote_d_ivoire {right: calc(50% + 67.1em + 0.4em);top: calc(47.1em + 0.4em);}
.section04 .country_set .ghana {right: calc(50% + 65.3em + 0.4em);top: calc(47.3em + 0.4em);}
.section04 .country_set .malawi {right: calc(50% + 52.1em + 0.4em);top: calc(55.9em + 0.4em);}
/* 라틴•중앙 아메리카 latin */
.section04 .country_set .haiti {left: calc(50% + 47.4em + 1.3em);top: calc(41.5em + 1.3em);}
.section04 .country_set .venezuela {left: calc(50% + 50.1em + 1.3em);top: calc(46.1em + 1.3em);}
.section04 .country_set .argentina {left: calc(50% + 51.6em + 0.4em);top: calc(64.2em + 0.4em);}
.section04 .country_set .bolivia {left: calc(50% + 51.5em + 0.4em);top: calc(57.4em + 0.4em);}
.section04 .country_set .brazil {left: calc(50% + 56.8em + 0.4em);top: calc(54.5em + 0.4em);}
.section04 .country_set .chile {left: calc(50% + 49.1em + 0.4em);top: calc(62.9em + 0.4em);}
.section04 .country_set .colombia {left: calc(50% + 48.2em + 0.4em);top: calc(48.8em + 0.4em);}
.section04 .country_set .cuba {left: calc(50% + 46.2em + 0.4em);top: calc(41.3em + 0.4em);}
.section04 .country_set .ecuador {left: calc(50% + 46.2em + 0.4em);top: calc(50.9em + 0.4em);}
.section04 .country_set .guatemala {left: calc(50% + 41.6em + 0.4em);top: calc(43.9em + 0.4em);}
.section04 .country_set .honduras {left: calc(50% + 43em + 0.4em);top: calc(44.1em + 0.4em);}
.section04 .country_set .jamaica {left: calc(50% + 46.6em + 0.4em);top: calc(42.9em + 0.4em);}
.section04 .country_set .mexico {left: calc(50% + 37.2em + 0.4em);top: calc(41em + 0.4em);}
.section04 .country_set .nicaragua {left: calc(50% + 43.7em + 0.4em);top: calc(45.1em + 0.4em);}
.section04 .country_set .panama {left: calc(50% + 45.8em + 0.4em);top: calc(46.8em + 0.4em);}
.section04 .country_set .paraguay {left: calc(50% + 53.8em + 0.4em);top: calc(60.1em + 0.4em);}
.section04 .country_set .peru {left: calc(50% + 47.5em + 0.4em);top: calc(54.4em + 0.4em);}
.section04 .country_set .suriname {left: calc(50% + 54.8em + 0.4em);top: calc(48.6em + 0.4em);}
.section04 .country_set .uruguay {left: calc(50% + 54.8em + 0.4em);top: calc(64.5em + 0.4em);}

/* 국기 이미지*/
.section04 .country_set .argentina .flag {background-position: left -5px top -5px;}
.section04 .country_set .armenia .flag {background-position: left -48px top -5px;}
.section04 .country_set .bangladesh .flag {background-position: left -5px top -40.5px;}
.section04 .country_set .belarus .flag {background-position: left -48px top -40.5px;}
.section04 .country_set .bolivia .flag {background-position: left -91px top -5px;}
.section04 .country_set .burkina_faso .flag {background-position: left -91px top -40.5px;}
.section04 .country_set .brazil .flag {background-position: left -5px top -76px;}
.section04 .country_set .cambodia .flag {background-position: left -48px top -76px;}
.section04 .country_set .cameroon .flag {background-position: left -91px top -76px;}
.section04 .country_set .central_african .flag {background-position: left -134px top -5px;}
.section04 .country_set .chile .flag {background-position: left -134px top -40.5px;}
.section04 .country_set .chad .flag {background-position: left -134px top -76px;}
.section04 .country_set .china .flag {background-position: left -5px top -111.5px;}
.section04 .country_set .egypt .flag {background-position: left -48px top -111.5px;}
.section04 .country_set .congo .flag {background-position: left -91px top -111.5px;}
.section04 .country_set .colombia .flag {background-position: left -134px top -111.5px;}
.section04 .country_set .ethiopia .flag {background-position: left -177px top -5px;}
.section04 .country_set .ecuador .flag {background-position: left -177px top -40.5px;}
.section04 .country_set .iraq .flag {background-position: left -177px top -76px;}
.section04 .country_set .honduras .flag {background-position: left -177px top -111.5px;}
.section04 .country_set .iran .flag {background-position: left -5px top -147px;}
.section04 .country_set .cuba .flag {background-position: left -48px top -147px;}
.section04 .country_set .cote_d_ivoire .flag {background-position: left -91px top -147px;}
.section04 .country_set .haiti .flag {background-position: left -134px top -147px;}
.section04 .country_set .guatemala .flag {background-position: left -177px top -147px;}
.section04 .country_set .ghana .flag {background-position: left -5px top -182.5px;}
.section04 .country_set .india .flag {background-position: left -48px top -182.5px;}
.section04 .country_set .indonesia .flag {background-position: left -91px top -182.5px;}
.section04 .country_set .laos .flag {background-position: left -134px top -182.5px;}
.section04 .country_set .jamaica .flag {background-position: left -177px top -182.5px;}
.section04 .country_set .kazakhstan .flag {background-position: left -220px top -5px;}
.section04 .country_set .kenya .flag {background-position: left -220px top -40.5px;}
.section04 .country_set .malawi .flag {background-position: left -220px top -76px;}
.section04 .country_set .mali .flag {background-position: left -220px top -111.5px;}
.section04 .country_set .libya .flag {background-position: left -220px top -147px;}
.section04 .country_set .madagascar .flag {background-position: left -220px top -182.5px;}
.section04 .country_set .Malaysia .flag {background-position: left -5px top -218px;}
.section04 .country_set .malaysia .flag {background-position: left -5px top -218px;}
.section04 .country_set .moldova .flag {background-position: left -48px top -218px;}
.section04 .country_set .mexico .flag {background-position: left -349px top -112px;}
.section04 .country_set .morocco .flag {background-position: left -177px top -218px;}
.section04 .country_set .mozambique .flag {background-position: left -134px top -218px;}
.section04 .country_set .mongolia .flag {background-position: left -220px top -218px;}
.section04 .country_set .myanmar .flag {background-position: left -263px top -5px;}
.section04 .country_set .north_korea .flag {background-position: left -263px top -40.5px;}
.section04 .country_set .oman .flag {background-position: left -263px top -76px;}
.section04 .country_set .nigeria .flag {background-position: left -263px top -111.5px;}
.section04 .country_set .nicaragua .flag {background-position: left -263px top -147px;}
.section04 .country_set .peru .flag {background-position: left -263px top -182.5px;}
.section04 .country_set .papua_new_guinea .flag {background-position: left -263px top -218px;}
.section04 .country_set .panama .flag {background-position: left -5px top -253.5px;}
.section04 .country_set .paraguay .flag {background-position: left -48px top -253.5px;}
.section04 .country_set .somalia .flag {background-position: left -91px top -253.5px;}
.section04 .country_set .pakistan .flag {background-position: left -134px top -253.5px;}
.section04 .country_set .south_sudan .flag {background-position: left -177px top -253.5px;}
.section04 .country_set .philippines .flag {background-position: left -220px top -253.5px;}
.section04 .country_set .ukraine .flag {background-position: left -263px top -253.5px;}
.section04 .country_set .syrian .flag {background-position: left -306px top -5px;}
.section04 .country_set .suriname .flag {background-position: left -306px top -40.5px;}
.section04 .country_set .palestine .flag {background-position: left -306px top -76px;}
.section04 .country_set .serbia .flag {background-position: left -306px top -111.5px;}
.section04 .country_set .niger .flag {background-position: left -306px top -147px;}
.section04 .country_set .tajikistan .flag {background-position: left -306px top -182.5px;}
.section04 .country_set .sudan .flag {background-position: left -306px top -218px;}
.section04 .country_set .thailand .flag {background-position: left -306px top -253.5px;}
.section04 .country_set .turkiye .flag {background-position: left -5px top -289px;}
.section04 .country_set .uzbekistan .flag {background-position: left -48px top -289px;}
.section04 .country_set .uganda .flag {background-position: left -91px top -289px;}
.section04 .country_set .venezuela .flag {background-position: left -134px top -289px;}
.section04 .country_set .vietnam .flag {background-position: left -177px top -289px;}
.section04 .country_set .uruguay .flag {background-position: left -220px top -289px;}
.section04 .country_set .yemen .flag {background-position: left -263px top -289px;}
.section04 .country_set .zimbabwe .flag {background-position: left -306px top -289px;}
.section04 .country_set .algeria .flag {background-position: left -349px top -5px;}
.section04 .country_set .afghanistan .flag {background-position: left -349px top -40.5px;}
.section04 .country_set .timor_leste .flag {background-position: left -349px top -76px;}

.section04 .notice_set {position: absolute;left: 50%;bottom: 3.5rem;z-index: 10;text-align: center;transform: translateX(-50%);}
.section04 .notice_set .tit {display: inline-block;color: #FFF;font-size: 16px;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;border: 1px solid #FFF;border-radius: 43px;padding: 6px 20px;margin: 0 0 6px;}
.section04 .notice_set .txt {color: #fff;font-size: 12px;font-weight: 400;line-height: 160%;letter-spacing: -0.04em;opacity: 0.6;}


/* section05 */
.section05 {background: #2D2926;}
.section05 .in {}
.section05 .tit_set {padding: 7.8rem 0 5.3rem;}
.section05 .tit_set .sec_tit {display: flex;flex-direction: column;align-items: center;gap: 0.46875vw;}
.section05 .tit_set .sec_tit em {position: relative;z-index: 0;display: block;height: 7rem;}
.section05 .tit_set .sec_tit em::before,
.section05 .tit_set .sec_tit em::after {content:'';position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;}
.section05 .tit_set .sec_tit em::before {background: #E2231A;}
.section05 .tit_set .sec_tit em::after {background: #fff;}
.section05 .tit_set .sec_tit em:nth-child(1) {aspect-ratio: 430/70;}
.section05 .tit_set .sec_tit em:nth-child(2) {aspect-ratio: 640/70;}
.section05 .tit_set .sec_tit em:nth-child(1)::after {-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_tit01@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.section05 .tit_set .sec_tit em:nth-child(2)::after {-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_tit02@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.section05 .tit_set .s_tit {color: #fff;font-size: 2.4rem;font-weight: 400;line-height: 150%;letter-spacing: -0.05em;text-align: center;}

.section05 .action_set {background: #444;padding: 6.5rem 0;}
.section05 .action_set ul {display: flex;justify-content: center;}
.section05 .action_set li {width:39.7rem; height:47rem; margin-right:-8.1rem;}
.section05 .action_set li:last-child {margin-right: 0;}
.section05 .action_set li:nth-child(1),
.section05 .action_set li:nth-child(6) {width: 22.5rem;background: #777779;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_img_shape@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}

.section05 .action_set button {position: relative;width: 100%;height: 100%;background: no-repeat center center;background-size: contain;}
.section05 .action_set button::after {content:'';position: absolute;left: 0;top: 0;z-index: 0;opacity: 0;width: 100%;height: 100%;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_img_hover@1.5x.png") no-repeat center center;background-size: contain;transition: opacity 0.3s ease;}
.section05 .action_set li:nth-child(2) button {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_img01_v2.png");}
.section05 .action_set li:nth-child(3) button {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_img02_v2.png");}
.section05 .action_set li:nth-child(4) button {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_img03_v2.png");}
.section05 .action_set li:nth-child(5) button {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_img04_v2.png");}
.section05 .action_set button .tit {position: relative;z-index: 3;display: block;width: 100%;height: 100%;background: no-repeat center center;background-size: contain;}
.section05 .action_set button .txt {position: absolute;left: 50%;top: 50%;z-index: 3;opacity: 0;color: #FFF;font-size: 2.4rem;font-weight: 700;line-height: 160%;letter-spacing: -0.04em;text-align: center;background: #000;padding: 0.4rem 1rem;transform: translate(-50%, -50%);transition: opacity 0.3s ease;}

.section05 .action_set button:hover::after {opacity: 0.4;}
.section05 .action_set button:hover .txt {opacity: 1;}

.section05 .action_set .act01 .tit {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_act_tit01_v2.png");}
.section05 .action_set .act02 .tit {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_act_tit02_v2.png");}
.section05 .action_set .act03 .tit {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_act_tit03_v2.png");}
.section05 .action_set .act04 .tit {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec05_act_tit04_v2.png");}

/*show*/
.section05,
.section05 .tit_set .sec_tit em,
.section05 .tit_set .sec_tit em::after,
.section05 .action_set,
.section05 .action_set li:nth-child(1),
.section05 .action_set li:nth-child(6) {transition: background 1s ease;}

.section05.show {background: #1CABE2;}
.section05.show .tit_set .sec_tit em::before {background: #fff;}
.section05.show .tit_set .sec_tit em::after {background: #1CABE2;}
.section05.show .action_set {background: #4EC6F4;}
.section05.show .action_set li:nth-child(1) {background: #41BBE9;}
.section05.show .action_set li:nth-child(6) {background: #41BBE9;}


/* section06 */
.section06 {background:#F1F1F1 url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec06_bg@1.5x.png") no-repeat center / auto 100%;}
.section06 .in {display:flex; align-items:flex-start; justify-content:space-between; gap:11.4rem; max-width:144rem; margin:0 auto; padding:2.8rem 0; transform:translateX(7rem);}
.section06 .img_slide {position:relative; width:43.7rem; aspect-ratio:9/16; border-radius:1.5rem; overflow:hidden;}
.section06 .img_slide .video-container {width:43.7rem; aspect-ratio:9/16;}
.section06 .img_slide .video-container iframe,
.section06 .img_slide .video-container object,
.section06 .img_slide .video-container embed {width:100%; height:100%;}

.section06 .txt_slide {position:relative; width:90.2rem; margin:7.5rem -4rem 0 0;}
.section06 .txt_slide .item .sec_tit {margin:0 auto 11.4rem; background:no-repeat center / contain;}
.section06 .txt_slide .item01 .sec_tit {width:62.2rem; aspect-ratio:622/121; background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec06_tit01.png");}
.section06 .txt_slide .item02 .sec_tit {width:62.2rem; aspect-ratio:622/121; background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec06_tit02.png");}
.section06 .txt_slide .item03 .sec_tit {width:47.8rem; aspect-ratio:478/121; background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec06_tit03.png");}
.section06 .txt_slide .txt {padding-left:17.3rem; color:#2D2926; font-size:2.8rem; font-weight:400; line-height:150%; letter-spacing:-0.03em;}
.section06 .txt_slide .txt::before {content:''; display:block; width:4.4rem; aspect-ratio:44/36; background:#1CABE2; -webkit-mask:url('data:image/svg+xml,<svg width="44" height="36" viewBox="0 0 44 36" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.5718 18.9495H42.2648C43.2563 18.9495 44 19.6932 44 20.6847V34.1946C44 35.1861 43.2563 35.9298 42.2648 35.9298H26.8958C25.7803 35.9298 25.0366 35.1861 25.0366 34.1946V23.5354C25.0366 11.7608 30.3662 2.58896 41.769 0.110085C43.5042 -0.261748 44 0.357969 44 1.22557V7.42276C44 8.16642 43.6282 8.66219 43.0084 8.78614C37.307 10.3974 35.5718 15.3552 35.5718 18.9495ZM10.6592 18.9495H17.3521C18.3437 18.9495 18.9634 19.6932 18.9634 20.6847V34.1946C18.9634 35.1861 18.3437 35.9298 17.3521 35.9298H1.9831C0.867606 35.9298 0 35.1861 0 34.1946V23.5354C0 11.7608 5.32958 2.58896 16.8563 0.110085C18.5915 -0.261748 18.9634 0.357969 18.9634 1.22557V7.42276C18.9634 8.16642 18.7155 8.66219 18.0958 8.78614C12.2704 10.3974 10.6592 15.3552 10.6592 18.9495Z" fill="%23E2231A"/></svg>') no-repeat left top; -webkit-mask-size:contain; margin:0 0 3.2rem;}
.section06 .txt_slide .txt em {display:block; margin-bottom:1rem; color:#1CABE2; font-size:3.2rem; font-weight:700; line-height:140%; letter-spacing:-0.03em;}
.section06 .txt_slide .txt span {display:block;}
.section06 .txt_slide .from {padding-left:17.3rem; color:#8D8D8D; font-size:1.6rem; font-weight:400; line-height:150%; letter-spacing:-0.03em; margin:3.8rem 0 0;}

.section06 .txt_slide .slick-arrow {font-size:0; position:absolute; top:calc(50% + 8rem); z-index:1; width:9rem; aspect-ratio:1/1; background:#fff; transform:translateY(-50%); transition:background 0.3s ease;}
.section06 .txt_slide .slick-arrow::after {content:'';display: block;width: 100%;height: 100%; background-color: #1CABE2; -webkit-mask: url('data:image/svg+xml,<svg width="25" height="46" viewBox="0 0 25 46" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 44L3 23L23 2" stroke="%23E2231A" stroke-width="3"/></svg>') no-repeat center center; -webkit-mask-size: 2.5rem auto; transition: background 0.3s ease;}
.section06 .txt_slide .slick-prev {left:0;}
.section06 .txt_slide .slick-next {right:0;}
.section06 .txt_slide .slick-next::after {transform: rotate(180deg);}
.section06 .txt_slide .slick-arrow:hover {background-color: #1CABE2;}
.section06 .txt_slide .slick-arrow:hover::after {background-color: #fff;}

.section06 .txt_slide .slick-dots {display: flex;align-items: center;justify-content: center;gap: 0.4rem;margin: 4.7rem 0 0;}
.section06 .txt_slide .slick-dots li {font-size: 0;}
.section06 .txt_slide .slick-dots li button {width: 0.8rem;height: 0.8rem;background: #D9D9D9;border-radius: 0.9rem;transition: all 0.3s ease;}
.section06 .txt_slide .slick-dots li.slick-active button {width: 4rem;background: #1CABE2;}


/* section07 */
.section07 {position:relative; height:93.6rem; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec07_bg_v2.jpg") no-repeat center / cover;}
.section07 .in {display:flex; align-items:center; max-width:144rem; height:100%; margin: 0 auto;}
.section07 .in > div {margin:0 0 8.3rem 50%;}

.section07 .tit_set {margin:0 0 4.5rem;}
.section07 .tit_set .sec_tit {width:69.7rem; aspect-ratio:697/206; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec07_tit_v2.png") no-repeat center center; background-size:contain;}
.section07 .tit_set .s_tit {margin:4.5rem 0 0; color:#fff; font-size:2.4rem; font-weight:600; line-height:160%; letter-spacing:-0.04em;}

.section07 .btn_set .btn {display:inline-flex; align-items:center; gap:4.2rem; width:48.7rem; height:10rem; padding:0 10rem 0 5rem; background:#14BEFF; transition:background 0.3s ease;}
.section07 .btn_set .btn .btn_txt {flex-shrink:0; width:30.8rem; aspect-ratio:308/34; background-color:#fff; -webkit-mask:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec07_btn_v2.png") no-repeat center center; -webkit-mask-size:contain; transition:background 0.3s ease;}
.section07 .btn_set .btn .arr {flex-shrink:0; width:1.6rem; aspect-ratio:16/31; background-color:#fff; -webkit-mask:url('data:image/svg+xml,<svg width="16" height="31" viewBox="0 0 16 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.22775 27.7675L13.6929 15.5582L3.22776 3.34884" stroke="white" stroke-width="3.48837" stroke-linecap="square"/></svg>') no-repeat center center; -webkit-mask-size:contain; transition:background 0.3s ease;}
.section07 .btn_set .btn:hover {background-color:#fff;}
.section07 .btn_set .btn:hover .btn_txt {background-color:#14BEFF;}
.section07 .btn_set .btn:hover .arr {background-color:#14BEFF;}

.section07 .caption {opacity:0.7; z-index:1; position:absolute; left:2.9rem; bottom:3.7rem; color:#FFF; font-size:12px; font-weight:400; line-height:150%; letter-spacing:-0.04em; transform-origin:left bottom; transform:rotate(-90deg) translate(0, 100%);}
.section07 .bottom_txt {z-index:1; position:absolute; left:50%; bottom:4.5rem; transform:translate(-50%); mix-blend-mode:soft-light; overflow:hidden;}
.section07 .bottom_txt p {width:144rem; aspect-ratio:1440/92; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec07_bottom_txt@1.5x.png") no-repeat center / contain;}


/*show*/
.section07 .tit_set {opacity: 0;transition: opacity 0.3s ease;}
.section07 .btn_set {opacity: 0;transition: opacity 0.3s ease;}
.section07 .bottom_txt p {transform: translateY(100%);transition: transform 0.3s ease;}

.section07.show .tit_set {opacity: 1;}
.section07.show .btn_set {opacity: 1;transition-delay: 0.3s;}
.section07.show .bottom_txt p {transform: translateY(0);transition-delay: 0.6s;}


/* section08 */
.section08_wrap {position: relative;height: 300vh;background: #555555;}
.section08 {position: sticky;top: 0;height: 100vh;background: #555555;}
.section08 .in {height: 100%;}
.section08 .sec_sub {position: absolute;left: 0;top: 0;display: flex;flex-direction: column;width: 100%;height: 100%;overflow: hidden;}
.section08 .head {position: relative;z-index: 0;flex: 0 0 36.1445%;display: flex;align-items: flex-end;padding: 0 0 4rem;}
.section08 .head .bg {position: absolute;left: 0;top: 0;z-index: -1;width: 0;height: 100%;overflow: hidden;}
.section08 .head .bg::after {content:'';position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;}
.section08 .head .tit_set {position: relative;display: flex;max-width: 144rem;margin: 0 auto;width: 100%;overflow: hidden;}
.section08 .head .tit_set > div {width: 100%;}
.section08 .head .tit_set .sec_tit {background: no-repeat center center;background-size: contain;}
.section08 .head .tit_set p {position: absolute;left: 74.7rem;bottom: 2.5rem;z-index: 1;color: #FFF;font-size: 3.2rem;font-weight: 600;line-height: 150%;letter-spacing: -0.04em;white-space: nowrap;}
.section08 .head .tit_set .col {color: #1CABE2;}
.section08 .head .tit_set .bar {position: absolute;left: 73.3rem;bottom: 0;z-index: 1;width: 70.7rem;height: 1.9rem;background: #1CABE2;transform: skewX(-13deg);}

.section08 .body {flex:1 1 auto; padding:5.5rem 0 0;}
.section08 .card_tit {padding:0 0 5.5rem; color:#fff; font-size:3rem; font-weight:700; letter-spacing:-0.02em; text-align:center;}
.section08 .card_set {display: flex;justify-content: center;align-items: center;gap: 2rem;max-width: 144rem;width: 100%;margin: 0 auto;}
.section08 .card_set li {position: relative;display: flex;flex-direction: column;justify-content: flex-end;gap: 1.3rem;height: 44rem;aspect-ratio: 1/1;background: no-repeat center center;background-size: cover;text-align: left;padding: 3.3rem;}
.section08 .card_set .month {display: flex;align-items: flex-end;}
.section08 .card_set .month span {color: #fff;font-size: 4.2rem;font-weight: 400;line-height: 130%;letter-spacing: -0.04em;}
.section08 .card_set .month span.num {font-family: var(--font-bebas);font-size: 15rem;font-weight: 400;line-height: 1;letter-spacing: -0.01em;margin: 0 0.3rem -1.9rem 1.4rem;}
.section08 .card_set li:nth-child(3) .month span.num {margin-left:-0.4rem;}
.section08 .card_set .txt {color:#DADADA; font-size:2.4rem; font-weight:400; line-height:140%; letter-spacing:-0.01em;}
.section08 .card_set .txt .bold {color:#1cabe3; font-weight:600;}

.section08 .sub01 {background: #555555;}
.section08 .sub01 .head .bg::after {background: #333333;}
.section08 .sub01 .head .tit_set .sec_tit {width: 73.3rem;aspect-ratio: 733/123;background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_tit01@1.5x.png");}
.section08 .sub01 .card_set li:nth-child(1) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_card01_before_v2.jpg");}
.section08 .sub01 .card_set li:nth-child(2) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_card02_before_v2.jpg");}
.section08 .sub01 .card_set li:nth-child(3) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_card03_before_v2.jpg");}

.section08 .sub02 {background: #3EBEEF;}
.section08 .sub02 .head .bg::after {background: #1CABE2;}
.section08 .sub02 .head .tit_set .sec_tit {width: 84.5rem;aspect-ratio: 845/122;background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_tit02@1.5x.png");margin: 0 0 0 auto;}
.section08 .sub02 .head .tit_set p {left: 0;bottom: 3.4rem;color: #333;line-height: 130%;}
.section08 .sub02 .head .tit_set .col {color: #fff;}
.section08 .sub02 .head .tit_set .bar {left: 0;width: 58.8rem;background: #333;}
.section08 .sub02 .card_set li:nth-child(1) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_card01_after_v2.jpg");}
.section08 .sub02 .card_set li:nth-child(2) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_card02_after_v2.jpg");}
.section08 .sub02 .card_set li:nth-child(3) {background-image:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec08_card03_after_v2.jpg");}

/* 스크롤시 화면전환 */
.section08 .sec_sub {z-index: -1;opacity: 0;transition: opacity 0.2s ease, z-index 0s 0.2s ease;}
.section08[data-sec="0"] .sub01,
.section08[data-sec="1"] .sub01,
.section08[data-sec="2"] .sub02 {opacity: 1;z-index: 1;transition: z-index 0s linear, opacity 0.2s ease;}
/* 상단 배경 띠 */
.section08 .sec_sub .head .bg {width: 0;transition: width 0.3s ease;}
.section08[data-sec="1"] .sub01 .head .bg,
.section08[data-sec="2"] .sub02 .head .bg {width: 100%;transition-delay: 0.3s;}
/* 타이틀 */
.section08 .head .tit_set > div {transform: translateY(100%);transition: transform 0.3s ease;}
.section08[data-sec="1"] .sub01 .head .tit_set > div,
.section08[data-sec="2"] .sub02 .head .tit_set > div {transform: translateY(0);transition-delay: 0.6s;}
/*. 글자 색상 */
.section08 .card_set .month span {transition: color 0.3s ease;}
.section08 .card_set .txt {transition: color 0.3s ease, opacity 0.3s ease;}
.section08[data-sec="2"] .sub02 .card_set .month span {color: #333;}
.section08[data-sec="2"] .sub02 .card_set .txt {color: #333;opacity: 0.8;}


/* section09 , section10 공통 */
.box_sticky_section {}
.box_sticky_section .in {display:flex;}
.box_sticky_section .main {position:sticky;top:0;width:50%;height: 100vh;}
.box_sticky_section .main > a {display: flex;flex-direction: column;align-items: flex-start;height: 100%;}
.box_sticky_section .sub {width:50%;padding: 3.125vw 2.865vw;}
.box_sticky_section .sub ul {display: grid;grid-template-columns: repeat(auto-fit,minmax(45%, 1fr));grid-auto-rows: 0;gap: 2.604vw;}
.box_sticky_section .sub ul li {grid-row-end: span 13;}
.box_sticky_section .sub ul li:nth-child(2) {padding-top: 8.333vw;grid-row-end: span 16;}
.box_sticky_section .photo {aspect-ratio: 400/470;}
.box_sticky_section .photo img {width: 100%;height: calc(100% + 1px);object-position: center center;object-fit: cover;}

.box_sticky_section .main .photo {position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;aspect-ratio: unset;}

.box_sticky_section .tag {position: relative;display: inline-block;color: #FFF;font-size: 0.833vw;font-weight: 700;line-height: 130%;letter-spacing: -0.01em;background-color: #E2231A;-webkit-mask: url('data:image/svg+xml,<svg width="108" height="33" viewBox="0 0 108 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.7957 0L108 0L101.204 33H0L6.7957 0Z" fill="%23E2231A"/></svg>') no-repeat center center;-webkit-mask-size: 100% 100%;padding: 0.3125vw 1.615vw;margin: 0 0 0.521vw 0.15625vw;}
.box_sticky_section .sub .txt_set {transform: translateY(-0.833vw);}
.box_sticky_section .sub .tag {background-color: #8F8F8F;}
.box_sticky_section .txt {position: relative;color: #FFF;font-size: 1.458vw;font-weight: 700;line-height: 125%;letter-spacing: -0.01em;margin-left: 0.521vw;}


/* section09 */
.section09 {background: #2D2926;}
.section09 .main > a {padding: 3.177vw 0 3.229vw 3.385vw;}
.section09 .box_tit {display: block;width: 19.896vw;background: #2D2926;padding: 2.292vw 0 1.771vw 1.042vw;margin: auto 0 0;}
.section09 .box_tit .tag {margin-left: 0.573vw;}
.section09 .box_tit .txt {position: relative;}
.section09 .box_tit .txt::after {content:'';position: absolute;right: 2.76vw;top: 50%;z-index: 0;width: 4.896vw;aspect-ratio: 94/48;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_arrow@1.5x.png") no-repeat center center;background-size: contain;transform: translate(0, -50%);animation: sec09_arr_ani 1s ease-in-out infinite;}
@keyframes sec09_arr_ani {
	0% {transform: translate(0, -50%);}
	50% {transform: translate(0.78125vw, -50%);}
}
.section09 .sec_tit {width: 39.53vw;aspect-ratio: 759/118;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_tit@1.5x.png") no-repeat center center;background-size: contain;}
.section09 .photo {background: no-repeat center center;background-size: cover;}
.section09 .main .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_main@1.5x.jpg")}
.section09 .sub li:nth-child(1) .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_img01@1.5x.jpg");}
.section09 .sub li:nth-child(2) .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_img02@1.5x.jpg");}
.section09 .sub li:nth-child(3) .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_img03@1.5x.jpg");}
.section09 .sub li:nth-child(4) .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_img04@1.5x.jpg");}
.section09 .sub li:nth-child(5) .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec09_img05@1.5x.jpg");}

.section09 .sub a {overflow: hidden;}
.section09 .sub .photo {transition: transform 0.3s ease;}
.section09 .sub a:hover .photo {transform: scale(1.1);}


/* section10 */
.section10 {background: #1CABE2;}
.section10 .in {flex-direction: row-reverse;}
.section10 .main {background: #F1F1F1;padding: 3.4375vw 3.4375vw 3.125vw 3.125vw;}
.section10 .main > a {position: relative;justify-content: space-between;gap: 1.458vw;overflow: hidden;}
.section10 .main .photo {flex: 1 1 auto;position: unset;display: block;height: 32.65625vw;}
.section10 .main .box_tit {position: absolute;left: 0;bottom: -1px;z-index: 1;display: inline-block;width: 18.177vw;color: #FFF;font-size: 1.458vw;font-weight: 700;line-height: 125%;letter-spacing: -0.01em;background: #1CABE2;padding: 1.5625vw;}
.section10 .sec_tit {flex-shrink: 0;width: 34.427vw;aspect-ratio: 661/120;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec10_tit@1.5x.png") no-repeat center center;background-size: contain;margin-left: 0.3125vw;}
.section10 .sub .txt {position: relative;z-index: 2;width: 100%;color: #1CABE2;font-size: 1.25vw;background: #fff;padding: 1.5625vw;margin: -1.5625vw 0 0;}
.section10 .sub .txt > span {text-overflow: ellipsis;overflow: hidden;word-break: keep-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.section10 .sub .photo {position: relative;overflow: hidden;}
.section10 .sub .photo::after {content:'';position: absolute;left: 0;top: 0;z-index: 0;opacity: 0;width: 100%;height: 100%;background: rgba(28,171,226,0.6) url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec10_hover_txt@1.5x.png") no-repeat top 46% center;background-size: auto 4.6rem;transition: opacity 0.3s ease;}
.section10 .sub .photo img {transition: transform 0.3s ease;}
.section10 .sub a:hover .photo::after {opacity: 1;}
.section10 .sub a:hover .photo img {transform: scale(1.1);}

/*.section10 .main .photo::before {content:'';position: absolute;left: 0;top: 0;z-index: 0;width: 100%;height: 100%;background: linear-gradient(0deg, #1CABE2 0%, rgba(28, 171, 226, 0.00) 55.43%);}*/
.section10 .btn_set {text-align: center;margin: 2.604vw 0 0;}
.section10 .btn_set .btn {display: inline-flex;align-items: center;gap: 1.5625vw;background: #FFC20E;padding: 1.458vw 1.667vw 1.458vw 1.458vw;transition: background 0.3s ease;}
.section10 .btn_set .btn .btn_txt {width: 11.146vw;aspect-ratio: 214/20;background-color: #2D2926;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec10_btn@1.5x.png") no-repeat center center;-webkit-mask-size: contain;transition: background 0.3s ease;}
.section10 .btn_set .btn .arr {width: 0.78125vw;aspect-ratio: 15/28;background-color: #2D2926;-webkit-mask: url('data:image/svg+xml,<svg width="16" height="28" viewBox="0 0 16 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5664 14L13.99 15.2202L15.0359 14L13.99 12.7798L12.5664 14ZM2.1428 23.2798L0.922566 24.7034L3.76978 27.1438L4.99001 25.7202L2.1428 23.2798ZM4.99001 2.27976L3.76978 0.856155L0.922568 3.29662L2.1428 4.72023L4.99001 2.27976ZM11.1428 12.7798L2.1428 23.2798L4.99001 25.7202L13.99 15.2202L11.1428 12.7798ZM2.1428 4.72023L11.1428 15.2202L13.99 12.7798L4.99001 2.27976L2.1428 4.72023Z" fill="white"/></svg>') no-repeat center center;-webkit-mask-size: contain;transition: background 0.3s ease;}
.section10 .btn_set .btn:hover {background: #fff;}
.section10 .btn_set .btn:hover .btn_txt {background-color: #1CABE2;}
.section10 .btn_set .btn:hover .arr {background-color: #1CABE2;}


/* section11 */
.section11 {position:relative; height:80.2rem; margin-top:-1px; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec11_bg_v2.jpg") no-repeat center / cover;}
.section11 .in {display:flex; align-items:center; height:100%; max-width:144rem; margin:0 auto;}
.section11 .in > div {margin:1.7rem 0 0 calc(50% + 6rem);}
.section11 .tit_set {margin:0 0 8.3rem;}
.section11 .tit_set .s_tit {color:#FFF; font-size:2.4rem; font-weight:600; line-height:160%; letter-spacing:-0.04em; margin:0 0 1.4rem; text-shadow:0 0 0.72rem rgba(0, 0, 0, 0.45);}
.section11 .tit_set .sec_tit {width:50.9rem; aspect-ratio:509/224; background:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec11_tit_v2.png") no-repeat center center; background-size:contain;}

.section11 .btn_set .btn {display:inline-flex; align-items:center; gap:3rem; background:#374EA2; padding:3.3rem 4rem 3.3rem 3.3rem; transition:background 0.5s ease;}
.section11 .btn_set .btn .btn_txt {width:21.9rem; aspect-ratio:219/26; background-color:#fff; -webkit-mask:url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec11_btn@1.5x.png") no-repeat center center; -webkit-mask-size:contain; transition:background 0.5s ease;}
.section11 .btn_set .btn .arr {width:1.9rem; aspect-ratio:16/28; background-color:#fff; -webkit-mask:url('data:image/svg+xml,<svg width="16" height="28" viewBox="0 0 16 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5664 14L13.99 15.2202L15.0359 14L13.99 12.7798L12.5664 14ZM2.428 23.2798L0.922566 24.7034L3.76978 27.1438L4.99001 25.7202L2.1428 23.2798ZM4.99001 2.27976L3.76978 0.856155L0.922568 3.29662L2.1428 4.72023L4.99001 2.27976ZM11.1428 12.7798L2.1428 23.2798L4.99001 25.7202L13.99 15.2202L11.1428 12.7798ZM2.1428 4.72023L11.1428 15.2202L13.99 12.7798L4.99001 2.27976L2.1428 4.72023Z" fill="white"/></svg>') no-repeat center center; -webkit-mask-size:contain; transition:background 0.5s ease;}
.section11 .btn_set .btn:hover {background:#FFC20E;}
.section11 .btn_set .btn:hover .btn_txt {background-color:#2D2926;}
.section11 .btn_set .btn:hover .arr {background-color:#2D2926;}

/*show*/
.section11 .tit_set {opacity:0; transition:opacity 0.3s ease;}
.section11 .btn_set {opacity:0; transition:opacity 0.3s ease;}

.section11.show .tit_set {opacity:1;}
.section11.show .btn_set {opacity:1; transition-delay:0.3s;}


/* section12 */
.section12 {background: #444444;padding: 6.9rem 0 7.4rem;}
.section12.dis_none {display: none;}
.section12 .tit_set {max-width: 144rem;margin: 0 auto;display: flex;justify-content: space-between;padding: 0 0 3.6rem;}
.section12 .tit_set .sec_tit {width: 69.6rem;aspect-ratio: 696/104;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec12_tit@1.5x.png?v=3") no-repeat center center;background-size: contain;}
.section12 .tit_set .s_tit {color: #FFF;font-size: 2.3rem;font-weight: 400;line-height: 130%;letter-spacing: -0.04em;}
.section12 .share_btn_set .btn {height: 10rem;aspect-ratio: 220/100;text-align: center;}
.section12 .share_btn_set .img {height: 10.8rem;}
.section12 .share_btn_set .btn .btn_txt .bold {margin-bottom: 0.3rem;}

.section12 .banner_set {position: relative;max-width: 144rem;height: 33.1rem;margin: 0 auto;background: #515151 url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec12_banner_img@1.5x.png?v=3") no-repeat right center;background-size: cover;}
.section12 .banner_set .txt_set {padding: 6rem 0 0 13.6rem;}
.section12 .banner_set .txt_set .banner_tit {width: 52.2rem;aspect-ratio: 522/84;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec12_banner_tit@1.5x.png?v=3") no-repeat center center;background-size: contain;margin: 0 0 2.7rem;}
.section12 .banner_set .txt_set .desc {color: #fff;font-size: 1.4rem;font-weight: 400;line-height: 2.2rem;letter-spacing: -0.04em;opacity: 0.6;}
/*.section12 .banner_set .img_set {position: absolute;right: 2.8rem;bottom: 0;z-index: 1;width: 48.6rem;height: 100%;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec12_banner_img@1.5x.png?v=3") no-repeat center center;background-size: contain;}*/

.section12 .banner_set .btn_event {display: flex;align-items: center;justify-content: center;gap: 2rem;width: 39.8rem;height: 10rem;background: #FFC20E;box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.20);transition: all 0.5s ease;}
.section12 .banner_set .btn_event .btn_txt {color: #444;font-size: 2.8rem;font-weight: 900;line-height: 100%;letter-spacing: -1.1px;transition: color 0.3s ease;}
.section12 .banner_set .btn_event .arr {width: 3.4rem;aspect-ratio: 34/31;background-color: #444;-webkit-mask: url('data:image/svg+xml,<svg width="34" height="31" viewBox="0 0 34 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 15.8358H30.8164M17.5765 1.99097L30.9749 15.3894L17.5765 28.7878" stroke="%23444444" stroke-width="4"/></svg>') no-repeat center center;-webkit-mask-size: contain;transition: background 0.3s ease;}
.section12 .banner_set .btn_event:hover {background: #1CABE2;}
.section12 .banner_set .btn_event:hover .btn_txt {color: #fff;}
.section12 .banner_set .btn_event:hover .arr {background: #fff;}

.section12 .form_set {background: #515151;padding: 3.2rem 0 3rem;margin: 6.5rem 0 0;}
.section12 .form_set .form_in {max-width: 117.7rem;margin: 0 auto;}
.section12 .form_set .form_in div:nth-child(1) {display: flex;align-items: center;gap: 1.4rem;margin: 0 0 2.2rem;}
.section12 .form_set .form_in .btn_event:hover {background: #1CABE2;}
.section12 .form_set .form_in .btn_event:hover .btn_txt {background-color: #fff;}
.section12 .form_set .form_in .privacy_set label {margin-bottom: 1.5rem;}
.section12 .form_set .form_in .privacy_set label:last-child {margin-bottom: 0;}


/* section13 */
.section13 {background: #ECECEC;}
.section13 .in {display: flex;align-items: center;justify-content: center;padding: 5.5rem 0 7.9rem;}
.section13 .goods_set {display: flex;flex-direction: column;align-items: center;}
.section13 .goods_set .goods {width: 44.5rem;aspect-ratio: 445/289;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/sec13_goods@1.5x.png") no-repeat center center;background-size: contain;}
.section13 .goods_set .g_tit {display: flex;align-items: center;gap: 0.9rem;margin: 0 0 1.3rem;}
.section13 .goods_set .g_tit span {color:#1cabe3; font-size:2.4rem; font-weight:700; line-height:2.3rem; letter-spacing:-1px;}
.section13 .goods_set .g_tit span:nth-child(2) {display:inline-flex; justify-content:center; align-items:center; width:19.4rem; height:3.8rem; padding-top:.2rem; color:#fff; background-color:#1cabe3; clip-path:polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);}
.section13 .goods_set .g_desc {color: #555;font-size: 2rem;font-weight: 500;line-height: 2.3rem;letter-spacing: -1px;}

.section13 .txt_set {margin: 0 8.6rem 0 5.8rem;}
.section13 .txt_set .sec_tit {color:#1cabe3; font-size:4.2rem; font-weight:700; line-height:120%; letter-spacing:-1px;}
.section13 .txt_set .s_tit {color: #000;font-size: 2.4rem;font-weight: 500;line-height: 150%;letter-spacing: -1px;margin: 0.9rem 0 4.2rem;}
.section13 .txt_set .t_desc {color: #555;font-size: 2rem;font-weight: 500;line-height: 150%;letter-spacing: -1px;text-indent: -1rem;padding-left: 1rem;margin-bottom: 1rem;}
.section13 .txt_set .t_desc:last-child {margin-bottom: 0;}

.section13 .btn_set .btn {display:flex; justify-content:center; align-items:center; width:35.7rem; height:11.3rem; background-color:#333; box-shadow:0 2rem 4rem rgba(166, 166, 166, 0.50); transition:background 0.3s ease;}
.section13 .btn_set .btn_txt {display:inline-flex; align-items:center; gap:1.4rem; color:#fff; font-size:2.8rem; font-weight:700; line-height:2.8rem; letter-spacing:-1.1px;}
.section13 .btn_set .btn_txt:after {content:''; display:inline-block; width:4.3rem; height:1.9rem; background:url('https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/btn_arrow.png') no-repeat center / 100% auto; vertical-align:text-top;}


/* section_tab */
.section_tab {background: #F6F6F6;padding: 12.8rem 0 10.4rem;}
.section_tab .in {width: 106rem;margin: 0 auto;}
.section_tab .tab_menu {display:flex; justify-content:space-between; gap:1rem; margin-bottom:4rem;}
.section_tab .tab_menu li {position:relative; width:25%; background:#fff; text-align:center;}
.section_tab .tab_menu li .tab {position: absolute;top: 0;left: 0;opacity: 0;}
.section_tab .tab_menu li .tab:checked + label {color: #fff;background: #01ACEF;}
.section_tab .tab_menu li label {display: block;color: #01ACEF;font-size: 2.4rem;font-weight: 900;line-height: 8.4rem;cursor: pointer;}

.section_tab .tab_list {}
.section_tab .tab_list > ul {display: none;}
.section_tab .tab_list ul.show {display: block;}
.section_tab .tab_list li {background: #fff;margin-bottom: 1rem;}
.section_tab .tab_list li:last-child {margin-bottom: 0;}
.section_tab .tab_list .head {}
.section_tab .tab_list .head button {
	position: relative;display: flex;align-items: center;gap: 3rem;width: 100%;
	color: #2D2926;font-size: 2.4rem;font-weight: 400;line-height: 2.9rem;text-align: left;
	padding: 3.3rem 4.2rem;
	transition: all 0.3s ease;
}
.section_tab .tab_list .head button::before {content:'Q';color: #01ACEF;font-size: 2.8rem;font-weight: 900;line-height: 3.4rem;}
.section_tab .tab_list .head button::after {
	content: '';flex-shrink: 0;margin-left: auto;
	display: block;width: 2.4rem;aspect-ratio: 24/34;
	background-color: #01ACEF;
	-webkit-mask: url('data:image/svg+xml,<svg width="24" height="34" viewBox="0 0 24 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.998 17L0.638672 5.9974L6.63607 0L23.6047 16.9687L23.603 16.9704L23.6049 16.9723L6.63622 33.941L0.638672 27.9434L11.998 17Z" fill="%2301ACEF"/></svg>') no-repeat center center;
	-webkit-mask-size: contain;
	transform: rotate(0);
}
.section_tab .tab_list .body {position: relative;max-height: 0;overflow: hidden;transition: all 0.3s ease;}
.section_tab .tab_list .body::before {content: 'A';position: absolute;left: 4.2rem;top: 3.3rem;z-index: 0;color: #01ACEF;font-size: 2.8rem;font-weight: 900;line-height: 3.4rem;}
.section_tab .tab_list .body .inner {font-size: 2.2rem;line-height: 150%;padding: 3.3rem 4.2rem 3.3rem 9.3rem;border-top: 1px solid #D3D3D3;}
.section_tab .tab_list .body .inner .bt_line {text-decoration: underline;}
.section_tab .tab_list .body .inner a {display: inline;}
.section_tab .tab_list .body .inner .col_sky {color: #00aff2;}
.section_tab .tab_list .body .video_set {position: relative;width: 100%;text-align: center;margin: 2.5rem auto 0;}
.section_tab .tab_list .body .video_set .video {width: 100%;aspect-ratio: 16/9;}

.section_tab .tab_list li .head.show button {font-weight: 800;}
.section_tab .tab_list li .head.show button::after {transform: rotate(90deg);}
.section_tab .tab_list li .head.show + .body {max-height: 100rem;}


/* footer */
.footer {position: relative;background: #2A2B2C;padding: 92px 0 91px;}
.footer .in {text-align: center;}
.footer .logo_set {margin-bottom: 25px;}
.footer .footer_logo {display: inline-block;width: 264px;aspect-ratio: 264/42;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/footer_logo@2x.png") no-repeat center center;background-size: contain;}
.footer .address {display: block;color: #dcdcdc;font-size: 14px;font-weight: 400;line-height: 22px;letter-spacing:-0.4px;}
.footer .address a {display: inline;}
.footer .copyright {display: block;letter-spacing: 0;opacity: 0.5;margin-top: 6px;}


/* popup 팝업 */
.popup {
	position: fixed;top: 0;left: 0;z-index: -1;opacity: 0;
	display: flex;flex-wrap: wrap;justify-content: center;align-items: center;
	width: 100%;height: 100%;
	background: rgba(0,0,0,0.3);
	padding: var(--scrollBarWidth);
	transition: opacity 5ms ease, z-index 0s 10ms linear;
	overflow-y: auto;
}
.popup.show {z-index: 300;opacity: 1;transition: opacity 200ms 100ms ease, z-index 0s linear;}
.popup .popup_wrap {}
.popup .popup_inner {position: relative;background: #fff;overflow: hidden;}
.popup .btn_pop_close {
	position: absolute;right: 3.1rem;top: 3.5rem;z-index: 1;width: 4rem;aspect-ratio: 1/1;
	background-color: #000;
	-webkit-mask: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41 1L1 41M41 41L1 1" stroke="black" stroke-width="1.08108"/></svg>') no-repeat center center;
	-webkit-mask-size: contain;
}

/* pop_map */
.pop_map {}
.pop_map .popup_wrap {transform: scale(1.2);}
.pop_map .popup_inner {width: 83.4rem;padding: 2.8rem 0 3.5rem 4rem;}
.pop_map .btn_pop_close {top: 4.3rem;}

.pop_map .label_set {display: flex;align-items: center;gap: 0.7rem;margin-left: 0.2rem;}
.pop_map .label_set li {font-size: 1.6rem;font-weight: 700;line-height: 150%;padding: 0.2rem 1rem;border-radius: 0.4rem;border: 1px solid #000;}
.pop_map .label_set li.conflict {color: #F1505B;background: rgba(249,208,211,0.3);border-color: #F1505B;}
.pop_map .label_set li.disaster {color: #89AF47;background: rgba(214,239,169,0.2);border-color: #89AF47;}

.pop_map .country_name {display: flex;align-items: flex-end;gap: 0.6rem;}
.pop_map .country_name .name {color: #2D2926;font-size: 4.6rem;font-weight: 800;line-height: 140%;}
.pop_map .country_name .eng {color: #868686;font-size: 2.4rem;font-weight: 600;line-height: 1;margin: 0 0 1rem;}
.pop_map .description {color: #555;font-size: 2.1rem;font-weight: 400;line-height: 150%;letter-spacing: -0.05em;}

.pop_map .pop_body {display: flex;align-items: flex-start;gap: 2.4rem;margin: 1.4rem 0 0;}

.pop_map .pop_body .photo {flex-shrink: 0;position: relative;width: 41.2rem;aspect-ratio: 412/260;background: no-repeat center center;background-size: cover;}
.pop_map .pop_body .photo .caption {position: absolute;left: 1.4rem;bottom: 0.9rem;z-index: 1;color: #fff;font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: -0.04em;opacity: 0.7;}

.pop_map .pop_body .history_set {flex: 1 1 auto;}

.pop_map .pop_body .year_set {position: relative;height: 7.2rem;}
.pop_map .pop_body .year_set li {display: flex;align-items: center;margin: 0 0 0.5rem;}
.pop_map .pop_body .year_set li:last-child {margin-bottom: 0;}
.pop_map .pop_body .year_set p {flex: 1 1 auto;color: #333;font-size: 1.8rem;font-weight: 400;line-height: 140%;letter-spacing: -0.03em;}
.pop_map .pop_body .year_set .year {flex: 0 0 5.9rem;font-weight: 700;}
.pop_map .pop_body .year_set::after {content:'';position: absolute;left: 0;bottom: 0;z-index: 1;width: 26.5rem;height: 1px;background: #777779;opacity: 0.4;}

.pop_map .pop_body .summary_set {margin: 2.5rem 0 0;}
.pop_map .pop_body .summary_set li {position: relative;padding-left: 4rem;margin: 0 0 2rem;}
.pop_map .pop_body .summary_set li:last-child {margin-bottom: 0;}
.pop_map .pop_body .summary_set li::before {content:'';position: absolute;left: 0;top: 0.6rem;z-index: 0;width: 3.2rem;aspect-ratio: 1/1;background: #444444 url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/map_icon_sprites@2x.png") no-repeat left center;background-size: auto 3.2rem;border-radius: 0.2rem;}

.pop_map .pop_body .summary_set li.edu::before {background-position: left 0 center;}
.pop_map .pop_body .summary_set li.health::before {background-position: left -3.2rem center;}
.pop_map .pop_body .summary_set li.hurt::before {background-position: left -6.4rem center;}
.pop_map .pop_body .summary_set li.meal::before {background-position: left -9.6rem center;}
.pop_map .pop_body .summary_set li.help::before {background-position: left -12.8rem center;}
.pop_map .pop_body .summary_set li.migrate::before {background-position: left -16rem center;}
.pop_map .pop_body .summary_set li.water::before {background-position: left -19.2rem center;}
.pop_map .pop_body .summary_set li.container::before {background-position: left -22.4rem center;}
.pop_map .pop_body .summary_set li.dzud::before {background-position: left -25.6rem center;}

.pop_map .pop_body .summary_set .num_set {display: flex;align-items: flex-end;color: #444;font-size: 3.2rem;font-weight: 800;line-height: 1;}
.pop_map .pop_body .summary_set .num_set .num {font-size: 4.6rem;}
.pop_map .pop_body .summary_set .num_set .ko {margin: 0 0 0.2rem 0;}
.pop_map .pop_body .summary_set .txt {color: #444;font-size: 1.6rem;font-weight: 400;line-height: 150%;}

.pop_map[data-name="미얀마"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_myanmar.jpg");}
.pop_map[data-name="베트남"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_vietnam.jpg");}
.pop_map[data-name="필리핀"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_philippines.jpg");}
.pop_map[data-name="몽골"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_mongolia.jpg");}
.pop_map[data-name="아프가니스탄"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_afghanistan.jpg");}
.pop_map[data-name="방글라데시"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_bangladesh.jpg");}
.pop_map[data-name="파키스탄"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_pakistan.jpg");}
.pop_map[data-name="튀르키예"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_turkiye.jpg");}
.pop_map[data-name="우크라이나"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_ukraine.jpg");}
.pop_map[data-name="수단"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_sudan.jpg?v=3");}
.pop_map[data-name="팔레스타인"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_palestinegaza.jpg");}
.pop_map[data-name="시리아"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_syrian.jpg");}
.pop_map[data-name="에티오피아"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_ethiopia.jpg");}
.pop_map[data-name="케냐"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_kenya.jpg");}
.pop_map[data-name="콩고민주공화국"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_congo.jpg");}
.pop_map[data-name="모잠비크"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_mozambique.jpg");}
.pop_map[data-name="아이티"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_haiti.jpg");}
.pop_map[data-name="베네수엘라"] .pop_body .photo {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_map_venezuela.jpg");}


/* pop_action */
.pop_action {}
.pop_action .popup_inner {width: 93.4rem;}
.pop_action .pop_head {display: flex;justify-content: space-between;height: 27.8rem;padding: 8.1rem 3rem 0 4.4rem;}
.pop_action .pop_tit {position: relative;padding-top: 3.7rem;}
.pop_action .pop_tit .eng {position: absolute;left: 0;top: 0;z-index: 0;display: block;height: 1.9rem;background-color: #1CABE2;opacity: 0.6;}
.pop_action .pop_tit .ko {display: block;height: 8.5rem;background-color: #1CABE2;}
.pop_action .pop_txt {width: 43.7rem;color: #333;font-size: 2rem;font-weight: 400;line-height: 150%;letter-spacing: -0.03em;padding-top: 3.1rem;}
.pop_action .pop_txt span {display: block;margin: 0 0 1rem;}
.pop_action .pop_txt span:last-child {margin-bottom: 0;}
.pop_action .pop_txt .col {color: #1CABE2;font-weight: 700;}

.pop_action .pop_body {display: flex;width: 100%;}
.pop_action .pop_body .img {position: relative;flex: 1 0 50%;height: 26.2rem;background: no-repeat center center;background-size: cover;}
.pop_action .pop_body .img .caption {position: absolute;right: 1rem;bottom: 0.6rem;z-index: 1;color: #fff;font-size: 12px;font-weight: 400;line-height: 150%;letter-spacing: -0.04em;text-align: right;opacity: 0.7;}
.pop_action .pop_body .img:last-child .caption {right: 0.7rem;}

.pop_action01 .pop_tit .eng {aspect-ratio: 150/19;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act01_eng@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action01 .pop_tit .ko {aspect-ratio: 285/85;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act01_ko@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action01 .pop_body .img01 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act01_img01@1.5x.jpg");}
.pop_action01 .pop_body .img02 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act01_img02@1.5x.jpg");}

.pop_action02 .pop_tit .eng {aspect-ratio: 98/19;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act02_eng@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action02 .pop_tit .ko {aspect-ratio: 309/85;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act02_ko@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action02 .pop_body .img01 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act02_img01@1.5x.jpg");}
.pop_action02 .pop_body .img02 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act02_img02@1.5x.jpg");}

.pop_action03 .pop_tit .eng {aspect-ratio: 139/19;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act03_eng@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action03 .pop_tit .ko {aspect-ratio: 396/85;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act03_ko@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action03 .pop_body .img01 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act03_img01@1.5x.jpg");}
.pop_action03 .pop_body .img02 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act03_img02@1.5x.jpg");}

.pop_action04 .pop_tit .eng {aspect-ratio: 93/23;height: 2.3rem;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act04_eng@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action04 .pop_tit .ko {aspect-ratio: 233/86;height: 8.6rem;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act04_ko@1.5x.png") no-repeat center center;-webkit-mask-size: contain;}
.pop_action04 .pop_body .img01 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act04_img01@1.5x.jpg");}
.pop_action04 .pop_body .img02 {background-image: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_act04_img02@1.5x.jpg");}


/* pop_event */
.pop_event {}
.pop_event .popup_inner {width: 520px;background: #26B1E7;padding: 64px 0 0;}
.pop_event .btn_pop_close {right: 25px;top: 25px;width: 30px;background-color: #fff;-webkit-mask: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31 1L1 31M31 31L1 1" stroke="white" stroke-width="2"/></svg>') no-repeat center center;-webkit-mask-size: contain;}
.pop_event .pop_tit {width: 414px;aspect-ratio: 414/82;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_event_tit@1.5x.png?v=2") no-repeat center center;background-size: contain;margin: 0 auto 18px;}
.pop_event .pop_txt {color: #fff;font-size: 14px;font-weight: 400;line-height: 130%;letter-spacing: -0.01em;text-align: center;}
.pop_event .img_set {display: block;width: 100%;height: 29.6rem;background: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_event_img@1.5x.png?v=3") no-repeat center center;background-size: cover;margin: 23px 0 0;}
.pop_event .btn_set {padding: 49px 30px 44px;}
.pop_event .btn_set .btn_event {display: flex;align-items: center;justify-content: center;width: 100%;height: 77px;background: #FFC20E;border-radius: 8px;transition: background 0.3s ease;}
.pop_event .btn_set .btn_event .btn_txt {width: 172px;aspect-ratio: 172/23;background-color: #2D2926;-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/pop_event_btn@1.5x.png") no-repeat center center;-webkit-mask-size: contain;transition: background 0.3s ease;}
.pop_event .btn_set .btn_event:hover {background: #fff;}
.pop_event .btn_set .btn_event:hover .btn_txt {background-color: #1CABE2;}


/* pop_privacy */
.pop_privacy {}
.pop_privacy .popup_inner {width: 514px;border-radius: 10px;padding: 32px 27px 28px;}
.pop_privacy .prv_set {color: #2D2926;font-size: 16px;font-weight: 400;line-height: 150%;}
.pop_privacy .prv_set .tit {display: block;font-weight: 700;}
.pop_privacy .prv_set ul {}
.pop_privacy .prv_set ul li {position: relative;padding-left: 11px;}
.pop_privacy .prv_set ul li::before {content:'';position: absolute;left: 0;top: 50%;z-index: 0;width: 3px;aspect-ratio: 1/1;background: #2D2926;border-radius: 100%;transform: translateY(-50%);}
.pop_privacy .btn_pop_close {
	position: unset;display: block;
	width: 100%;height: 60px;
	background-color: #D8D1C9;
	border-radius: 8px;
	margin: 26px 0 0;
	-webkit-mask: unset;
	aspect-ratio: unset;
	transition: all 0.3s ease;
}
.pop_privacy .btn_pop_close .btn_txt {
	display: block;
	width: 40px;aspect-ratio: 40/20;
	background-color: #2D2926;
	-webkit-mask: url("https://cdn.unicef.or.kr/images-21/first-in-last-out-gaza/images/btn_prv_close@1.5x.png") no-repeat center center;
	-webkit-mask-size: contain;
	transition: all 0.3s ease;
	margin: 0 auto;
}
.pop_privacy .btn_pop_close:hover {background-color: #2D2926;}
.pop_privacy .btn_pop_close:hover .btn_txt {background-color: #D8D1C9;}


.blur {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	-webkit-filter: url(#blur-filter);
	filter: url(#blur-filter);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.loader {
	color: #42d0ff;
	font-size: 20px;
	margin: 100px auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loading_set.show .loader {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
}

@-webkit-keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}
@keyframes load4 {
	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}


.loading_set{position:fixed; top:0; left:0; width:100%; height:100%; text-align:center; background-color: rgba(0, 0, 0, .7); opacity:0; z-index:-1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.loading_set.show{opacity:1; z-index:99999;}
.loading_set .loading_in {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.loading_set .loading_in .tit{margin-top:32px; padding-bottom:4px; font-size:13px; color:#fff; letter-spacing:1px; line-height:20px; font-family: 'Space Grotesk', sans-serif; font-weight:700; opacity:0.5;}
.loading_set .loading_in .s_tit{font-size:18px; color:#fff; letter-spacing:-0.25px; line-height:27px; font-weight:700;}

.wrap.none_cta .sticky_set {display: none;}
.wrap.none_cta .section07 {display: none;}
.wrap.none_cta .section11 {display: none;}
