@charset "utf-8"; /* main 공통 시작 */
.msec { height: 100vh; box-sizing: border-box; overflow: hidden; } 
.sctit { color: var(--color-main); font-size: 1.50em; font-weight: 700; } 
.mstit { font-family: var(--font-Pretendard); font-size: 1.3em; } 
.mtit { font-family: var(--font-Escoredream); font-size:3.5em; font-weight:600; color:var(--color-main); letter-spacing: -2px; } 

/* #main { background:url(../img/main/sec2_bg.png)no-repeat; background-size: cover; width:100%; } */
/* #main { background: url(../img/main/sec2_bg.png) no-repeat; background-size: contain; background-position: top left; width:100%; height:auto; min-height:100vh; } */
#main { position: relative; width: 100%; height: auto; min-height: 100vh; background: none; } 
#main .main-bg { position: fixed; inset: 0; z-index: 0; background: url("../img/main/sec2_bg.png") no-repeat; background-size: cover; height:100vh } 
#main .fullpage { position: relative; z-index: 1; } 


.flex_box { display:flex; height:100%; padding-top:100px } 
.link_wrap a { border-radius: 30px; font-size: .8em; border: 1px solid #c7c7c7; padding: 15px 40px; color: #000; position: relative; } 
.link_wrap a span { position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); height: 100%; aspect-ratio: 1 / 1; background: #1C2451; border-radius: 50%; font-size: 25px; color: #fff; display: flex; justify-content: center; align-items: center; opacity:0; transition:.5s } 
.link_wrap:hover span { opacity:1; transition:.5s } 


/* footer 시작 */
.footer { padding: 50px 0 100px; background: #1F2228; } 


@media all and (max-width: 1199px){
 .mtit { font-size: 2.50em; } 
 }
@media all and (max-width: 1024px) { /* .msec { height: auto; padding: 80px 0; } */
 .mtit { font-size: 2.22em; } 
 .sctit { font-size: 1.22em; } 
 /* .fp-auto-height { padding: 0; } */ } 
@media all and (max-width: 768px){
 .mtit { font-size: 2.0em; } 
 }
@media all and (max-width: 640px) { } 
/* main 공통 끝 */

.msec01 .sec1_wrap { position: relative; width: 100%; height: 100%; } 
/* .msec01 iframe { width:170vw; height:170vh; display: block; pointer-events: none; position:relative; top:50%; left:50%; transform: translate(-50%, -50%); } */
.msec01 { position: relative; width: 100%; height: 100vh; overflow: hidden; } 
.msec01 .mainVisualSwiper,
.msec01 .mainVisualSwiper .swiper-wrapper,
.msec01 .mainVisualSwiper .swiper-slide { width: 100%; height: 100%; } 
.msec01 .swiper-slide { position: relative; overflow: hidden; } 
.msec01 .swiper-slide video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; pointer-events: none; } 
.msec01 .swiper-slide iframe { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; pointer-events: none; } 


.msec01 .mainVisualSwiper .swiper-button-prev,
.msec01 .mainVisualSwiper .swiper-button-next { z-index: 99999; width: 40px; height: 100px; display:flex; align-items:center; justify-content:center; } 
.msec01 .mainVisualSwiper .swiper-button-prev::after,
.msec01 .mainVisualSwiper .swiper-button-next::after { content:""; width: 50px; height: 50px; display:block; background-repeat:no-repeat; background-position:center; background-size:contain; } 
.msec01 .mainVisualSwiper .swiper-button-prev::after { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E"); } 
.msec01 .mainVisualSwiper .swiper-button-next::after { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E"); } 
.msec01 .mainVisualSwiper .swiper-pagination-bullet {background:#fff!important; opacity:1!important}
.msec01 .mainVisualSwiper .swiper-pagination-bullet-active {background:#ff6304!important; }
.msec01 .mainVisualSwiper .swiper-pagination {bottom:30px!important}

/* msec01 끝 */
@media(max-width:768px){
 .msec01, .msec01 .sec1_wrap, .msec01 .sec1_wrap .swiper { height:auto } 
 .msec01 .mainVisualSwiper video { height:auto; width:100% } 
 .msec01 { padding-top:80px } 
 .msec01 .mainVisualSwiper .swiper-button-prev::after,
.msec01 .mainVisualSwiper .swiper-button-next::after{height:30px;}
.msec01 .mainVisualSwiper .swiper-pagination {bottom:0!important}
 }
/* msec02 시작*/
.msec02 { } 
.msec02 .mintro { height: 100%; } 
.msec02 .mintro .flex_box { height: 100%; padding: 100px 0; display: flex; justify-content: space-between; color:#fff } 
.msec02 .mintro .left { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; box-sizing: border-box; position: relative; bottom: 73px; width:40% } 
.msec02 .mintro .left .sec_title { font-family: 'Escoredream'; } 
.msec02 .mintro .left .sec_title p { font-size: 2em; font-weight: 600; text-align: center; } 
.msec02 .mintro .left .sec_title span { font-size: 1.3em; } 
.msec02 .mintro .right { width: 55%; display: flex; flex-direction: column; gap: 45px; padding-top: 60px; box-sizing: border-box; position:relative; justify-content: center; } 
.msec02 .mintro .right .txt_wrap .right:before { position:absolute; left:0; top:0; font-size:3em; content:'"'; } 
.msec02 .mintro .right .txt_wrap { display: flex; flex-direction: column; gap: 25px; } 
.msec02 .mintro .right .txt_wrap .sec_txt { font-family: 'Escoredream'; font-size: 2em; position:relative; letter-spacing: -2px; } 
.msec02 .mintro .right .txt_wrap .sec_txt:before { position: absolute; left: 0; top: -50px; content: ''; background: url(../img/main/sec2_txt_img.png) no-repeat; width: 47px; aspect-ratio: 1 / 1; } 
.msec02 .mintro .right .txt_wrap .sec_sub_txt { font-size: 1.25em; font-family: 'Pretendard Variable'; padding-left: 35px; position:relative } 
.msec02 .mintro .right .txt_wrap .sec_sub_txt:before { position:absolute; left:0; top:0; width:1px; height:100%; content:''; background: #fff; } 
.msec02 .mintro .right .vidoe_wrap { cursor: pointer; } 
.msec02 .mintro .right .vidoe_wrap video { width:100%; max-width:500px; } 
.msec02 .mintro .right .vidoe_wrap iframe { width:100%; max-width:500px; aspect-ratio: 16/9; } 
#popupIframe { width: 60%; aspect-ratio: 16 / 9; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.msec02 .mo_view { display:none!important } 
.video-popup { position: fixed; inset: 0; background: rgba(0,0,0,0.8); display: none; justify-content: center; align-items: center; z-index: 99999; } 
.video-popup.active { display: flex; animation: fadeIn 0.25s ease; } 
.video-popup .popup-content { position: relative; max-width: 900px; width: 90%; aspect-ratio: 16 / 9; background: #000; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,.5); } 
.video-popup video { width: 100%; height: 100%; object-fit: cover; } 
.video-popup .popup-close { position: absolute; top: 50px; right: 50px; background: rgba(0,0,0,.4); border: none; color: #fff; width: 38px; height: 38px; border-radius: 999px; font-size: 26px; line-height: 34px; text-align: center; cursor: pointer; transition: background .2s; z-index:100 } 
.video-popup .popup-close:hover { background: rgba(0,0,0,.7); } 
@keyframes fadeIn { 
 from { opacity: 0; } 
to { opacity: 1; } 
 }
/* msec02 끝 */

/* msec03 시작*/
.msec03 { width: 100%; height: 100%; background:url(../img/main/sec3_bg.png)no-repeat; background-size: cover; position:relative } 
.msec03 .flex_box { justify-content: center; gap:170px; align-items: center; height: 100%; box-sizing: border-box; padding-bottom:50px; } 
.msec03 .left { display: flex; flex-direction: column; gap: 120px; } 
.msec03 .left .mtit-cont { } 
.msec03 .left .mtit-cont h2 { margin-bottom: 10px; } 
.msec03 .left .mtit-cont p { font-weight: 500; } 
.msec03 .right { width:60%; max-width:1000px; } 
.msec03 .right .vidoe_wrap { width:100% } 
.msec03 .right .vidoe_wrap video { width:100% } 

.msec03 .marquee-wrap { width: 100%; overflow: hidden; position:absolute; bottom:0 } 
.msec03 .marquee-inner { display: inline-flex; gap:20px; white-space: nowrap; animation: marquee 50s linear infinite; } 
.msec03 .marquee-inner span { font-size: 4em; font-weight: 800; letter-spacing: 0.15em; color: #E3E3E3; text-transform: uppercase; font-family: var(--font-Poppins); } 
@keyframes marquee { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(-50%); } 
 }
/* msec03 끝 */

/* msec04 시작*/
.msec04 { width: 100%; height: 100%; background:url(../img/main/sec4_bg.png)no-repeat; background-size: cover } 
.msec04 .flex_box { justify-content: flex-end; gap:170px; align-items: center; } 
.msec04 .left { display: flex; flex-direction: column; gap: 120px; } 
.msec04 .left .mtit-cont { } 
.msec04 .left .mtit-cont h2 { margin-bottom: 10px; } 
.msec04 .left .mtit-cont p { font-weight: 500; } 
.msec04 .right { max-width:62%; } 
.msec04 .right .cont-box { } 
.msec04 .right .cont-box .lat { } 
.msec04 .right .cont-box .lat ul { } 
.msec04 .right .cont-box .lat ul li { background: #fff; border-radius: 20px; border:1px solid #E3E3E3 } 
.msec04 .right .cont-box .lat ul li a { } 
.msec04 .right .cont-box .lat ul li a .img_wrap { } 
.msec04 .right .cont-box .lat ul li a .img_wrap img { width:100% } 
.msec04 .right .cont-box .lat ul li a .txt_wrap { padding: 40px; box-sizing: border-box; display: flex; flex-direction: column; gap: 20px; } 
.msec04 .right .cont-box .lat ul li a .txt_wrap .tit { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; white-space: normal; font-size: 1.1em; font-weight: 600; font-family: 'Escoredream'; color: var(--color-main); } 
.msec04 .right .cont-box .lat ul li a .txt_wrap .txt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.5; color: #6d6d6d; } 
.msec04 .right .cont-box .lat ul li a p { } 

.msec04 .swiper-scrollbar { bottom: -40px !important; height: 10px !important; } 
.msec04 .swiper-scrollbar-drag { background:#1C2451!important } 
/* msec04 끝 */

/* msec05 시작*/
.msec05 { width: 100%; height: 100%; background:url(../img/main/sec5_bg.png)no-repeat; background-size: cover; color:#fff } 
.msec05 .flex_box { gap:170px; align-items: center; } 
.msec05 .left { display: flex; flex-direction: column; gap: 120px; } 
.msec05 .left .mtit-cont { } 
.msec05 .left .mtit-cont h2 { color:#fff; line-height: 1.2; letter-spacing: -5px; margin-bottom:30px; } 
.msec05 .left .mtit-cont p { font-weight: 500; margin-bottom: 10px; } 
.msec05 .left .mtit-cont > div { font-size: .9em; line-height: 1.6; font-weight: 300; } 
.msec05 .left .mtit-cont > div span { } 
.msec05 .right { width: calc(50% - 170px); } 
.msec05 .right .chart_wrap { } 
.msec05 .link_wrap a { color:#fff } 
.msec05 .link_wrap a span { background: #fff; color:#000; } 


.msec05 .right .chart_wrap .donation-wrap { position: relative; width: 100%; border-radius: 10px; max-width: 520px; aspect-ratio:520/350; } 
.msec05 .right .chart_wrap .donation-gauge { position: absolute; top: 0; left: 0; width: 100%; aspect-ratio: 500 / 279; } 
.msec05 .right .chart_wrap .donation-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; bottom: -92px; } 
.msec05 .right .chart_wrap .donation-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; } 
.msec05 .right .chart_wrap .donation-icon img { animation: floatUpDown 2.5s ease-in-out infinite; will-change: transform; } 
.msec05 .right .chart_wrap .donation-percent { font-size: 3em; font-weight: 700; font-family: 'Poppins'; } 
.msec05 .right .chart_wrap .donation-amount { font-size: 1.75em; font-weight: 600; font-family: 'Poppins'; } 
.msec05 .right .chart_wrap .donation-bottom { position: absolute; bottom: 0; left:calc(50% + 5px); width: 100%; display: flex; justify-content: space-between; color: #fff; font-size: 1.5em; padding: 0; font-family: 'Poppins'; font-weight: 600; transform: translateX(-50%); padding-top:70px; } 
.msec05 .right .chart_wrap .donation-bottom::before { position: absolute; left: -8px; content: ''; top: 0; width: 60px; aspect-ratio: 1 / 1; background: url(../img/main/sec5_icon01.png) no-repeat center center / contain; animation: heartbeat 1.8s ease-in-out infinite; transform-origin: center; will-change: transform; } 
.msec05 .right .right_txt_wrap { display: flex; flex-direction: column; align-items: center; margin-top:30px; } 
.msec05 .right .right_txt_wrap .title { font-family: 'Poppins'; font-size: 2.5em; font-weight: 600; margin-bottom: 20px; } 
.msec05 .right .right_txt_wrap .txt { font-size: 1.3em; text-align: center; margin-bottom: 35px; } 
.msec05 .right .right_txt_wrap .link_wrap { display: flex; } 
/* 아이콘 둥실둥실 애니메이션 */
@keyframes floatUpDown { 0%, 100% { transform: translateY(0); } 
 50% { transform: translateY(-6px); } 
 }
/* 아이콘 하트 두근두근*/
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 
 25% { transform: scale(1.1); } 
 50% { transform: scale(0.95); } 
 75% { transform: scale(1.08); } 
 }
/* msec05 끝 */

/* msec06 시작*/
.msec06 { width: 100%; height: 100%; background:url(../img/main/sec6_bg.png)no-repeat; background-size: cover; } 
.msec06 .flex_box { justify-content: center; align-items: center; padding-bottom:100px; z-index: 100; position:relative; width:92%; margin:0 auto; gap:100px; } 
.msec06 .left { display: flex; flex-direction: column; gap: 120px; color:#fff; padding-top: 70px; } 
.msec06 .left .mtit-cont { } 
.msec06 .left .mtit-cont h2 { color:#fff; line-height: 1.2; letter-spacing: -5px; margin-bottom:30px; } 
.msec06 .left .mtit-cont p { font-weight: 500; margin-bottom: 50px; } 
.msec06 .left .mtit-cont > div { font-size: .9em; line-height: 1.6; font-weight: 300; } 
.msec06 .left .mtit-cont > div span { } 
.msec06 .fp-tableCell > .img_wrap { transform: translateX(-50%); position: absolute; left: 50%; width: 74%; display: flex; justify-content: center; align-items: center; bottom: -58px; } 

/* 이미지 위에 올릴 컨테이너 */
.msec06 .right { width: 60%; overflow-x: auto; overflow-y: hidden; border-radius: 30px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; } 
.msec06 .right::-webkit-scrollbar { height: 10px; } 
.msec06 .right::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.4); border-radius: 10px; } 
.msec06 .right .donor-map { position: relative; width: 1000px; height: auto; display: inline-block; } 
.msec06 .right .donor-map img { display: block; width: 1000px; height: auto; border-radius: 30px; } 
.msec06 .right .donor-map { position: relative; display: inline-block; width: 1000px; z-index: 999; } 
.msec06 .right .donor-spot { position: absolute; width: 23px; height: 33px; cursor: pointer; transform: translate(-50%, -50%); transition: transform .15s ease; } 
.msec06 .right .donor-spot:hover { border: 3px solid #ed1018; } 
.msec06 .right .donor-tooltip { position: absolute; min-width: 170px; background: rgba(0,0,0,0.88); color: #fff; font-size: 18px; padding: 10px 12px; border-radius: 8px; pointer-events: none; transform: translate(-50%, -120%); white-space: nowrap; z-index: 10; opacity: 0; transition: opacity .15s ease; } 
.msec06 .right .donor-tooltip .name { font-weight: 600; margin-bottom: 4px; } 
.msec06 .right .donor-tooltip .amount { font-size: 16px; opacity: .8; } 
.msec06 .right .donor-spot:hover .donor-tooltip { opacity: 1; } 
.msec06 .right::-webkit-scrollbar { height: 10px; } 
.msec06 .right::-webkit-scrollbar-track { background: transparent; } 
.msec06 .right::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.35); border-radius: 10px; transition: background 0.3s ease; } 
.msec06 .right::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.6); } 
.donor-spot .donor-tooltip.tip-left { transform: translate(-8px, -120%); } 
.msec06 .link_wrap a { color:#fff } 
.msec06 .link_wrap a span { background: #fff; color:#000; } 
/* msec06 끝 */



@media (max-width:1399px){
 .msec02 .mintro .left { width:45% } 
 .msec02 .mintro .right { width:50%; gap:30px; } 
 .msec02 .mintro .right .txt_wrap .sec_txt { font-size:1.8em } 
 .msec02 .mintro .right .txt_wrap .sec_sub_txt { font-size:1.1em } 
 .msec03 .flex_box { gap:130px; width:92%; margin:0 auto } 
 .msec04 .flex_box { padding-left:4%; gap:130px } 
 .msec05 .flex_box { gap:130px; justify-content: center; } 
 .msec05 .left .mtit-cont h2 { font-size: 3em; } 
 .msec06 .flex_box { width:92%; margin:0 auto; gap:80px; justify-content: center; padding-bottom:50px; } 
 .msec06 .left { width:calc(40% - 80px) } 
 .msec06 .left .mtit-cont h2 { font-size:3em; } 
 .msec06 .left .mtit-cont p { margin-bottom:30px; } 
 }
@media (max-width:1199px) { /* #main { background: url(../img/main/sec2_bg2.png) no-repeat center; background-size: auto 100%; background-position: calc(50% + 100px) 100px; width: 100%; height: 100vh; } */
 #main .main-bg { background: url(../img/main/sec2_bg2.png) no-repeat center; background-size: auto 100%; background-position: calc(50% + 100px) 100px; width: 100%; height: 100vh; } 
 #main .main-bg:before { content: ''; background: url(../img/main/sec2_bg2_txt.png) no-repeat center center; position: absolute; top: 200px; left: 0; width: 30%; height: 143px; left: 5%; background-size: contain; } 
 .msec02 .mintro .left { width:40%; bottom:0; } 
 .msec02 .mintro .left:before { content: ''; background: url(../img/main/sec2_bg2_img.png) no-repeat center center; position: absolute; bottom: 50px; left: 50%; width: 50%; aspect-ratio: 1 / 1; background-size: contain; transform: translateX(-50%); } 
 .msec04 .right { max-width:65%; } 
 .msec06 .flex_box { padding-bottom:30px; width:92%; margin:0 auto; padding-left:0; gap:50px } 
 .msec06 .fp-tableCell > .img_wrap { bottom:-30px; } 
 .msec05 .flex_box { gap:100px; } 
 .msec05 .left { gap:80px } 
 
 .msec05 .right .chart_wrap .donation-bottom { padding-top:60px; } 
 .msec05 .right .chart_wrap .donation-bottom::before { left:-13px; } 
 .msec05 .right .right_txt_wrap .title { font-size:2em } 
 .msec05 .right .right_txt_wrap .txt { font-size:1em; } 
 .msec03 .flex_box, .msec04 .flex_box { gap:60px } 
 .msec05 .right { width:calc(60% - 60px) } 
 .msec05 .left .mtit-cont h2,.msec06 .left .mtit-cont h2 { font-size:2.5em } 
 }


@media (max-width:1024px) { /* .msec02 .mintro .right { width:55% } 
 .msec04 .right .cont-box .lat ul li { margin-right:10px !important } 
 .msec05 .flex_box { gap:60px; } 
 .msec05 .right { width:calc(55% - 60px) } */
#main .main-bg { background:#23469F } 
#main .main-bg:before { content: ''; background: url(../img/main/sec2_bg3.png) no-repeat top center; position: absolute; width: 50%; left: 50%; height: 100%; transform: translateX(-50%); top: 10%; } 
.msec02 .mintro .left:before { display:none } 
.msec02 .mintro .right .vidoe_wrap video { width:100%; max-width:100% } 
.msec02 .mintro .right .vidoe_wrap iframe { width:100%; max-width:100% } 

 .msec02 .mintro .flex_box { flex-direction: column; width:92%; margin:0 auto } 
 .msec02 .mintro .right { width:100%; align-items: center; } 
 .msec02 .mintro .left { width:100%; padding-top:200px } 
 
 .msec03 .flex_box, .msec04 .flex_box,.msec05 .flex_box,.msec06 .flex_box { padding:100px 0 } 
 .msec05 .left .mtit-cont h2, .msec06 .left .mtit-cont h2 { font-size:2em } 
 .line-br { display:inline } 
 .msec03 .flex_box { flex-direction: column; gap:40px; } 
 .msec03 .left, .msec03 .right,.msec04 .left, .msec04 .right, .msec06 .left, .msec06 .right { width:100% } 
 .msec04 .right { max-width:100% } 
 .msec04 .right .cont-box .lat ul li a .txt_wrap { padding:20px 30px } 
 .msec04 .right .cont-box .lat ul li a .txt_wrap .txt { -webkit-line-clamp:2 } 
 .msec04 .right .cont-box .lat ul li a .txt_wrap .tit { -webkit-line-clamp:1 } 
 .msec03 .left, .msec04 .left { gap:50px; } 
 .msec04 .flex_box { width:92%; margin:0 auto; flex-direction: column; gap:40px; justify-content: center; } 
 .msec05 .flex_box { width:92%; margin:0 auto; flex-direction: column-reverse; gap:50px; justify-content: center; } 
 .msec05 .left { gap:40px; width:100%; align-items: center; text-align:center } 
 .msec05 .right { width:100%; display:flex; justify-content: space-between; align-items: center; } 
 .msec05 .right .chart_wrap { width:60%; } 
 .msec05 .right .right_txt_wrap { width:40%; } 
 .msec06 .flex_box { flex-direction: column; padding-top:0 } 
 }

@media (max-width:768px){
 .msec01 .mainVisualSwiper, .msec01 .mainVisualSwiper .swiper-wrapper, .msec01 .mainVisualSwiper .swiper-slide { aspect-ratio: 16/9; } 
 .msec { height:auto } 
 .mstit { font-size:19px; } 
 
 #main .main-bg { background:none } 
 #main .main-bg:before { display:none } 
 .msec02 .pc_view { display:none } 
 .msec02 .mo_view { display:block!important; background:#23469F url(../img/main/sec2_bg2_img.png)no-repeat center center; padding:100px 0 } 
 .msec02 .mo_view .mo_viewtit h2 { color:#fff; text-align:center } 
 .msec02 .mo_view .mo_viewtit h2 span { display:block } 
 .msec02 .mintro .left { padding-top:20px; } 
 .msec02 .mintro .flex_box { padding:0 } 
 .msec02 .mintro .left .sec_title { font-size:.9em } 
 .msec05 .flex_box { gap:80px } 
 .msec05 .left .mtit-cont h2 { letter-spacing: 0; text-align: center; } 

 .msec02 .mintro .right .vidoe_wrap { width:100%; max-width:100% } 
 #popupIframe { width:100% } 
 .video-popup .popup-close { top:10px; right:10px; } 
 }

@media (max-width:640px){
 .msec02 { width: 100%; height: 100%; background:url(../img/main/sec2_bg2.png)no-repeat; background-size: cover; } 
 .msec05 .right { flex-direction: column; gap:30px; } 
 .msec05 .right .chart_wrap, .msec05 .right .right_txt_wrap { width:100% } 
 .msec05 .right .chart_wrap { display: flex; justify-content: center; width:80%; } 
 .msec05 .right .right_txt_wrap { margin-top:0; } 
 .msec06 .left { padding-top:0; } 
 .msec06 .flex_box { padding-top:100px } 
 .msec06 > .img_wrap { display:none } 
 }