@charset "UTF-8";

.m_evt{position: relative; width: 100%; height: 100%; overflow-x: hidden;}
.m_evt *{font-family: 'Montserrat', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important; margin: 0; padding: 0;}
.visual{position: relative; background: #012b23;}
.evbtn { padding:13vw 0 !important; }
.con04 {background: #dbfeed;}
.con04_btn {padding-bottom: 5vw;}
.con04_btn2 {padding-bottom: 13vw;}

/* 260807추가 */
.m_service_list { display: flex; flex-wrap: wrap; gap: 3vw; padding: 0 4vw 13vw; list-style: none; }
.m_service_item { width: calc(50% - 1.5vw); cursor: pointer; }
.m_service_item.is_full { width: 100%; margin-top: 1vw; }
.m_service_item img { display: block; width: 100%; height: auto; }

/* 팝업 레이어 (전체 고정) */
.m_pop_wrap { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; }
.m_pop_wrap.is_open { display: block; }

/* 딤 배경 */
.m_pop_dim { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); }

.m_pop_box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80vw; max-width: 360px; min-height: auto; background: #ffffff; border: 2px solid #00bb6e; border-radius: 5vw; padding: 8vw 6vw; box-sizing: border-box; text-align: center; color: #111; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); }
.m_pop_box.is_center { justify-content: center; }
.btn_close_pop { position: absolute; top: 3vw; right: 4vw; width: 8vw; height: 8vw; background: transparent; color: #333; border: none; font-size: 5vw; font-weight: bold; cursor: pointer; }
.m_pop_box h3 { margin: 2vw 0 5vw !important; padding-bottom: 0 !important; border-bottom: none !important; font-size: 5.5vw; line-height: 1.3; color: #00bb6e !important; font-weight: 800; word-break: keep-all; }
.pop_list { display: inline-block; margin: 0 auto 3vw; padding: 0; list-style: none; text-align: left; }
.pop_list li { display: flex; align-items: center; gap: 2vw; margin-bottom: 3vw; font-size: 4vw; color: #222; font-weight: 600; }
.pop_list li::before { content: "✔"; flex-shrink: 0; color: #00bb6e; font-weight: bold; font-size: 4vw; }
.btn_pop_link { margin-top: 1vw; display: flex; align-items: center; justify-content: center; width: 100%; height: 11vw; background: #00bb6e; border-radius: 2vw; color: #fff; font-size: 4vw; font-weight: 700; text-decoration: none; box-sizing: border-box; flex-shrink: 0; }

.section_01 h2, .section_04 h2  { color:#fff; padding:40px 0 20px; font-size: 30px; font-weight: bold; text-align: center;}
.section_01 { background:#012a22; padding:0 20px 50px; }
.section_04 {background: #000491;padding: 0 20px 50px; }
.evt_wp .section_04 h3 { color:#fff; padding:0 0 20px !important; margin:0 !important; text-align:center; border:none; }

.open_content h3 { font-size:20px; font-weight:bold; padding:30px 0 10px; margin:0 !important; border-bottom:none; }
.open_content { background:#fff; width:100%; background:#fff; margin:0 auto; border-radius:10px; padding:15px; text-align:left; box-sizing: border-box;}
.open_content strong { color:#ec1a1e; }
.tab { display:flex; justify-content:space-between; gap:2%; margin-bottom:20px; width:100%; }
.tab li { display:block; width:49%; height:75px; }
.tab li a { display:flex; flex-direction:column; align-items:center; justify-content:center; width:100%; height:100%; border-radius:5px; font-size:14px; background:#d1d1dc; font-weight:700; color:#111; text-align:center; text-decoration:none; box-sizing:border-box; padding:8px 0; }
.tab li a.current { background:#00bb6e; color:#fff000; }
.tab li a strong { display:block; color:#00bb6e; font-size:16px; font-weight:700; margin-top:3px; }
.tab li a.current strong { color:#fff; }
.open_content table { margin-top:20px; }
.open_content th, .open_content td { font-weight:bold; text-align:left; }
.guide { background:url(https://cdn.kystudy.co.kr/User/Content/imagesM/event/2025/SWSeminar_0618/images/icon_guide.png) no-repeat; padding:0px 0 15px 40px; margin-top:15px; font-size:13px; color:#ec1a1e; background-size:35px auto; }
.tab_con li { position:relative; padding-left:12px; }
.tab_con li:before { position:absolute; left:0; content:"- " }

.btn_apply, .btn_nation { display: flex; align-items: center; justify-content: center; background: #ffd800; width: 90%; height: 50px; border-radius: 40px; font-size: 16px; font-weight: 700; margin: 20px auto 0; color: #111; text-decoration: none; transition: all .2s; box-sizing: border-box; }
.btn_nation { background:#000491; color:#fff; }
.btn_apply:after, .btn_nation:after {content:">"; margin-left: 6px; }
.btn_apply strong { color:#0005d4; }
.btn_nation strong { color:#ffd736; }


