@charset "utf-8";
/* 당근고양이 'ㅅ' */

/* 초기화 */
@import url("default.css");

/* 기본 레이아웃 */
html, body {width:100%; overflow-x:hidden; word-break:keep-all; letter-spacing:-0.025em; }
input.text,
select.text,
textarea.text {border:#ddd 1px solid; outline:0; background:#fff; transition:.2s linear;}
input.text,
select.text {height:40px;}
input.text {padding:0 10px;}

textarea.text {padding:10px;}
input.text:focus,
select.text:focus,
textarea.text:focus {border-color:#aaa;}
body.ie select.text {padding:0 0 0 0 !important; background:none;}
button,input,a {transition:.2s linear;}
a.smoth {scroll-behavior:smooth;}
.imgfit {overflow:hidden;}
.imgfit img {width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.inner {width:100%; max-width:1390px; /*padding:0 20px;*/ margin:0 auto;}
span.br {display:block;}
.mo_vw {display:none !important;}

.red {color:#f60000 !important;}
.blue {color:#0000ff !important;}
.indigo {color:#6B4FBB !important;}

::-webkit-scrollbar {width:6px; height:6px;}
::-webkit-scrollbar-thumb {background-color:#b7b7b7; border-radius:6px;}
::-webkit-scrollbar-track {background-color:transparent;}

/* 익스 브라우저 사용시 */
.ie_wrap {display:none; font-family:'Noto Sans Korean', sans-serif;}
.ie_wrap .outbox {position:fixed; top:0; left:0; width:100%; height:100%; background:#f286af; display:table; table-layout:fixed; z-index:1000;}
.ie_wrap .inbox {display:table-cell; vertical-align:middle;}
.ie_wrap p {font-size:19px; color:#fff; font-weight:500; line-height:30px; text-align:center; margin-bottom:20px; text-shadow:rgba(0,0,0,.2) 0 0 10px;}
.ie_wrap .link {text-align:center; font-size:0;}
.ie_wrap .link a {display:inline-block; vertical-align:top; font-size:60px; color:#fff; margin:0 40px; text-shadow:rgba(0,0,0,.1) 0 0 10px;}
.ie_wrap .link a:hover {opacity:.7;}
body.ie {overflow:hidden;}
body.ie .ie_wrap {display:block;}

/* 게시판 목록 */
.board_list {border-top:#ddd 2px solid;}
.board_list th,
.board_list td {height:60px; text-align:center; border-bottom:#ddd 1px solid;}
.board_list th {font-size:18px; color:#333;}
.board_list td {font-size:17px; color:#666;}
.board_list td.tal a {display:inline-block; vertical-align:top; line-height:60px; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.board_list .w1 {width:80px;}
.board_list .w2 {width:130px;}
.board_list .w3 {width:150px;}

.board_bottom .btns {overflow:hidden; margin-top:45px;}
.board_bottom .btns .btn {display:inline-block; width:150px; height:45px; line-height:43px; background:#fff; font-size:15px; color:#3a3a93; text-align:center; border:#3a3a93 1px solid; vertical-align:top;}
.board_bottom .btns .btn:hover {background:#3a3a93; color:#fff;}
.board_bottom .btns .fl,
.board_bottom .btns .fr {display:flex; gap:9px;;}
.board_bottom .paging {text-align:center; font-size:0; margin-top:45px;}
.board_bottom .paging a {display:inline-block; vertical-align:top; width:42px; height:42px; line-height:40px; text-align:center; border:#fff 1px solid; font-size:15px; color:#999; margin:0 1px;}
.board_bottom .paging a:hover,
.board_bottom .paging a.on {color:#3a3a93; border-color:#3a3a93;}
.board_bottom .paging .nums {margin:0 3px;}
.board_bottom .paging .arrow {background:none !important; letter-spacing:-2px; font-family:'nanum gothic'; font-size:12px;}

/* 게시판 상세 */
.board_in th,
.board_in td {text-align:left; padding:10px; border-bottom:#ddd 1px solid; word-break:break-all;}
.board_in td {color:#666;}
.board_in thead th {font-size:30px; color:#333; font-weight:500; line-height:40px; padding:0 20px 25px;}
.board_in thead td {position:relative;}
.board_in thead dl {display:flex; gap:20px; font-size:17px; line-height:40px;}
.board_in thead dt {color:#333; padding-left:20px;}
.board_in thead dd {display:flex; gap:10px;}
.board_in thead dd a {color:#666;}
.board_in thead .tar {position:absolute; top:0; right:0; font-size:16px; color:#999; font-weight:300; line-height:60px;}
.board_in tbody td {padding:50px 20px;}
.board_write {border-top:#ddd 1px solid;}
.board_write .w1 {width:140px;}
.board_write tbody td {padding:10px;}

.board_write2 td .wp30 {width:30%;}
.board_write2 td select.wp30 {margin-right:10px;}
.board_write2 td .flex2 {display:flex; line-height:44px;gap:0 10px;}
.board_write2 span {width:60px; padding:0 10px;}
.board_write2 span.e {width:35px; text-align:center;}
.board_write2 span.bar:before {content:""; display:block; width:16px; height:1px; background:#666; margin:22px auto 0;}

.btn_02 {display:inline-block; padding:5px 12px; background:#e53935; color:#fff; font-size:13px; border-radius:3px; text-decoration:none; transition:background 0.2s;}
.btn_02:hover {background:#c62828; color:#fff;}

/* 갤러리 목록 */
.gall_list {overflow:hidden; margin-top:-10px;}
.gall_list li {float:left; width:calc((100% - 20px)/3); margin:10px 0 0 10px;}
.gall_list li:nth-child(3n-2) {margin-left:0; clear:both;}
.gall_list li a {display:block;}
.gall_list li i {display:block; width:100%; height:240px; overflow:hidden;}
.gall_list li p {display:block; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.email_input{display:flex; align-items:center; gap:8px;}
.email_input input{height:40px; padding:0 10px; font-size:15px; border:1px solid #ccc; box-sizing:border-box;}
.email_input input:first-child{width:180px;}
.email_input input:nth-child(3){width:180px;}
.email_input span{font-size:16px; color:#666;}
.email_input select{height:40px; padding:0 10px; font-size:14px; border:1px solid #ccc; background:#fff;}






/* 접근성 */
.blind_link {position:fixed; top:0; left:0; width:100%; z-index:101;}
.blind_link a {position:fixed; top:0; left:0; width:100%; height:0; font-size:20px; color:#fff; font-weight:500; line-height:60px; text-align:center; background:#999e; overflow:hidden;}
.blind_link a:focus {height:auto;}




/* =========================
   HEADER 2026
========================= */
.header{position:fixed;top:0;left:0;width:100%;height:76px;z-index:100;background:rgba(255,255,255,.48);border-bottom:1px solid rgba(255,255,255,.55);box-shadow:0 3px 18px rgba(52,48,76,.05);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-family:'Noto Sans KR',sans-serif;transition:.25s ease;}
.header.main{background:rgba(255,255,255,.48);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);}
.header.fixed{background:rgba(255,255,255,.48);border-bottom:1px solid rgba(255,255,255,.55);box-shadow:0 3px 18px rgba(52,48,76,.05);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);}
.header > .inner{position:relative;width:100%;max-width:1390px;height:76px;margin:0 auto;display:flex;align-items:center;box-sizing:border-box;}

/* HOME */
.header .logo{position:absolute;top:50%;left:0;display:flex;align-items:center;gap:5px;height:44px;padding:0;font-size:0;line-height:1;text-decoration:none;transform:translateY(-50%);}
.header .logo:after{content:"HOME";font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:16px;font-weight:700;line-height:1;color:#32217B;letter-spacing:-.02em;}
.header .logo .material-symbols-outlined{font-size:23px;line-height:1;color:#32217B;font-variation-settings:'FILL' 1;}
.header .logo h1{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);}
.header .logohome{display:none;}

/* GNB */
.header .gnb{position:absolute;top:50%;right:0;transform:translateY(-50%);}
.header .gnb ul{display:flex;align-items:center;gap:38px;margin:0;padding:0;}
.header .gnb li{position:relative;border:0;}
.header .gnb li > a{position:relative;display:flex;align-items:center;height:76px;padding:0;font-size:17px;font-weight:600;line-height:1;color:#30323A;text-decoration:none;background:none;border:0;border-radius:0;box-shadow:none;}
.header.main .gnb li > a{color:#30323A;}
.header.fixed .gnb li > a{color:#30323A;}
.header .gnb li.on > a{color:#7A269E;font-weight:700;}
.header .gnb li > a:after{content:"";position:absolute;bottom:20px;left:50%;width:0;height:2px;background:#7A269E;transform:translateX(-50%);transition:.2s ease;}
.header .gnb li.on > a:after{width:100%;}

/* 서브메뉴 */
.header .snb{position:absolute;top:68px;left:50%;width:158px;height:auto!important;padding:8px;background:rgba(255,255,255,.94);border:1px solid rgba(143,34,189,.09);border-radius:10px;box-shadow:0 12px 30px rgba(49,39,75,.12);overflow:visible!important;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;box-sizing:border-box;}
.header .snb a{display:flex;align-items:center;justify-content:center;width:100%;height:41px;padding:0 12px;font-size:14px;font-weight:500;line-height:1;color:#52545B;text-align:center;text-decoration:none;background:transparent;border-radius:7px;}
.header .snb a + a{margin-top:2px;}
.header .snb a.on{color:#7A269E;font-weight:700;background:rgba(143,34,189,.065);}

/* 유튜브 - PC */
.header .gnb .gnb-youtube{display:flex;align-items:center;}
.header .gnb .gnb-youtube > a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#ff0000;border-radius:50%;transition:.2s ease;}
.header .gnb .gnb-youtube > a:after{display:none;}
.header .gnb .gnb-youtube svg{width:21px;height:21px;fill:#fff;}
.youtube_mobile{display:none;}

@media screen and (min-width:1024px){
.header .gnb .gnb-youtube > a:hover{background:#d90000;transform:translateY(-2px);}
}

/* 모바일 */
@media screen and (max-width:1023px){
.header .gnb .gnb-youtube{display:none;}
.youtube_mobile{position:absolute;top:50%;right:54px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#ff0000;border-radius:50%;transform:translateY(-50%);z-index:106;}
.youtube_mobile svg{width:20px;height:20px;fill:#fff;}
}

/* footer */
.footer{width:100%;margin:0 auto;padding:38px 20px;background:linear-gradient(120deg,#6EB978 0%,#7FC487 35%,#90CD95 70%,#A3D9A8 100%);box-sizing:border-box;font-size:15px;line-height:1.8;color:#24352D;}
.footer_wrap{width:100%;margin:0 auto;}
.footer .footer-title{margin:0 0 16px;font-size:17px;font-weight:700;letter-spacing:-0.03em;color:#1F2937;}
.footer p{display:flex;align-items:flex-start;margin:5px 0;color:#24352D;}
.footer p strong{flex:0 0 auto;margin-right:32px;font-weight:700;color:#1F2937;}
.footer p span{color:#24352D;}
.footer a{font-weight:600;color:#263B32;text-decoration:underline;text-underline-offset:2px;}
.footer a:hover{color:#171047;}
.footer .copy{width:100%;margin:18px 0 0;padding-top:14px;border-top:1px solid rgba(31,41,55,.18);font-size:13px;color:#435249;}






@import url('//fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,400..800&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
@font-face{font-family:'AliceDigitalLearning';src:url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum.woff2') format('woff2');font-weight:400;font-display:swap;}
@font-face{font-family:'AliceDigitalLearning';src:url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum-Bd.woff2') format('woff2');font-weight:700;font-display:swap;}

.conference-hero{position:relative;width:100%;height:100vh;min-height:720px;overflow:hidden;background-image:url('/images/main_vis.png');background-position:center top;background-size:cover;background-repeat:no-repeat;font-family:'Noto Sans KR',sans-serif;}
.conference-inner{position:relative;width:100%;max-width:1390px;height:100%;margin:0 auto;}
.conference-content{position:absolute;inset:0;width:100%;height:100%;z-index:2;}

.conference-copy{position:absolute;top:34%;left:50%;width:100%;text-align:center;transform:translate(-50%,-50%);}


.conference-round {margin:0 0 10px;font-family:'AliceDigitalLearning',sans-serif;font-size:44px;font-weight:700;line-height:1.15;letter-spacing:-0.05em;color:#7A269E;}
.conference-title{margin:0;font-family:'AliceDigitalLearning',sans-serif;font-size:84px;font-weight:700;line-height:1.04;letter-spacing:-0.065em;}
.conference-title span{display:block;}
.conference-title-green {color:#1A9F72;}
.conference-title-purple {color:#7A269E;}
.conference-slogan {display:inline-flex;align-items:center;justify-content:center;margin:22px 0 0;min-height:62px;padding:0 24px;font-family:'AliceDigitalLearning',sans-serif;font-size:33px;font-weight:700;line-height:1.1;letter-spacing:-0.04em;color:#fff;background:#E66F58;border-radius:13px;}

.conference-meta{position:absolute;left:50%;top:59%;width:100%;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;text-align:center;transform:translateX(-50%);}

.conference-date{margin:0;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:29px;font-weight:700;line-height:1.2;letter-spacing:-0.035em;color:#111;}
.conference-date span{font-size:.74em;font-weight:600;}
.conference-place{margin:9px 0 0;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:22px;font-weight:500;line-height:1.35;letter-spacing:-0.035em;color:#111;}
.conference-place span{font-size:.92em;font-weight:500;color:#222;}
.conference-youtube{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:17px;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:20px;line-height:1;color:#111;font-style:normal;}
.conference-youtube-icon{position:relative;display:inline-block;width:29px;height:20px;background:#ff0000;border-radius:5px;}
.conference-youtube-icon i{position:absolute;top:50%;left:50%;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #fff;transform:translate(-38%,-50%);}
.conference-youtube-name{font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:21px;font-weight:800;letter-spacing:-0.04em;color:#111;}
.conference-youtube-text{font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:20px;font-weight:500;letter-spacing:-0.035em;color:#111;font-style:normal;}

.conference-links{position:absolute;left:50%;bottom:80px;display:flex;width:100%;gap:46px;padding:0 14px;box-sizing:border-box;transform:translateX(-50%);z-index:3;}
.conference-link{position:relative;display:flex;flex:1;height:88px;align-items:center;justify-content:center;flex-direction:column;text-align:center;text-decoration:none;border-radius:21px;box-sizing:border-box;transition:transform .2s ease,filter .2s ease;}
.conference-link:hover{transform:translateY(-3px);filter:brightness(1.03);}
.conference-link-register {background:#168E67;border-color:#117354;box-shadow:0 3px 0 rgba(17,115,84,.22);}
.conference-link-program {background:#70238F;border-color:#571A70;box-shadow:0 3px 0 rgba(87,26,112,.22);}


.conference-link-title {display:block;font-size:29px;font-weight:700;line-height:1.1;letter-spacing:-0.04em;color:#fff;}
.conference-link-sub {display:block;margin-top:5px;font-size:18px;font-weight:500;line-height:1.1;letter-spacing:-0.03em;color:rgba(255,255,255,.92);}
.conference-link-register:hover {background:#117F5C;}
.conference-link-program:hover {background:#63207E;}
 
 
/* 2026 서브비주얼 기존소스 숨김
.svisual{position:relative;width:100%;height:500px;overflow:hidden;background:url('/images/sub_vis.png') center center/cover no-repeat;}
.svisual-inner{position:relative;width:100%;max-width:1390px;height:100%;margin:0 auto;}
.svisual-copy{position:absolute;top:50%;left:0;width:auto;text-align:left;transform:translateY(-50%);}
.svisual-round{margin:0 0 8px;font-family:'AliceDigitalLearning',sans-serif;font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-0.05em;color:#7A269E;}
.svisual-title{margin:0;font-family:'AliceDigitalLearning',sans-serif;font-size:58px;font-weight:700;line-height:1.05;letter-spacing:-0.06em;}
.svisual-title span{display:block;}
.svisual-title-green{color:#1A9F72;}
.svisual-title-purple{color:#7A269E;}
.svisual-slogan{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:18px 0 0;padding:0 18px;font-family:'AliceDigitalLearning',sans-serif;font-size:24px;font-weight:700;line-height:1.1;letter-spacing:-0.04em;color:#fff;background:#E66F58;border-radius:10px;}
*/

/* 서브비주얼 비노출 + 여백만 유지 */
.svisual {display:block;width:100%;height:100px;background:none;}
.svisual-inner {display:none;}

@media screen and (max-width:1023px){
.svisual {height:110px;}
}

@media screen and (max-width:767px){
.svisual {height:90px;}
}

/* sub */
.aside {border-bottom:#d7d7d7 1px solid;}
.aside .inner {display:flex;}
.aside a {position:relative; flex:1 1 auto; font-size:20px; color:#828282; font-weight:300; line-height:70px; text-align:center;}
.aside a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:5px; background:#4abfd1; transition:.2s linear;}
.aside a.on {color:#4abfd1; font-weight:700;}
.aside a.on:after {left:0; width:100%;}

.container { color:#525252; background:#fff;  width:100%; max-width:1390px; margin:0 auto; margin-bottom:30px; border-radius:10px;}
.container2 {padding:20px 10px; color:#525252; background:#000;  width:100%; max-width:1390px; margin:0 auto; margin-bottom:30px; border-radius:10px;}
.container .title {font-size:36px; color:#f9b226; font-weight:700; /*font-family:'GmarketSans';*/ line-height:60px; text-align:center; margin-bottom:55px;}
.rtit {position:relative; font-size:27px; color:#000; font-weight:700; /*font-family:'GmarketSans';*/ background:url('/2024/images/icon_rtit.png') no-repeat 0 55%; padding-left:24px; margin:90px 0 20px;}

.container p {/* font-size:18px; */}


/* 행사개요 */
.overview-section{padding:30px 0 110px;background:#fff;}
.overview-inner{width:100%;margin:0 auto;box-sizing:border-box;}
.overview-head{display:none;}
/* .overview-head{text-align:center;margin:50px 0 58px;padding:0 0 22px;border-bottom:1px solid #E8E7EC;} */
.overview-title{margin:0;font-size:40px;font-weight:700;line-height:1.16;letter-spacing:-0.045em;color:#171047;}

.overview-poster{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:50px;background:#F7F5F8;box-sizing:border-box;}
.overview-poster img{display:block;width:100%;max-width:430px;height:auto;box-shadow:0 22px 48px rgba(33,27,48,.14);}

.overview-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:76px;align-items:stretch;}
.overview-info{position:relative;display:flex;align-items:center;min-width:0;padding:18px 0 18px 42px;box-sizing:border-box;}
.overview-info:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:rgba(23,16,71,.07);}
.overview-list{width:100%;margin:0;padding:0;list-style:none;}
.overview-item{display:grid;grid-template-columns:122px minmax(0,1fr);align-items:center;gap:26px;min-height:84px;padding:9px 0;border-bottom:1px solid #F0EEF3;box-sizing:border-box;}
.overview-item:first-child{border-top:1px solid #F0EEF3;}
.overview-item:last-child{border-bottom:1px solid #F0EEF3;}

.overview-label{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:38px;padding:0 17px;font-size:15px;font-weight:700;line-height:1;letter-spacing:-0.02em;color:#5F3FA5;background:#F6F2FB;border:1px solid #DCCFF1;border-radius:999px;box-sizing:border-box;}
.overview-text{min-width:0;font-size:17px;font-weight:500;line-height:1.65;letter-spacing:-0.025em;color:#2F3138;word-break:keep-all;}


/* 오시는길 */
.location-section{padding:30px 0 110px;background:#fff;}
.location-inner{width:100%;margin:0 auto;box-sizing:border-box;}
.location-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:70px;align-items:stretch;}

/* 왼쪽 정보 */
.location-info{display:flex;flex-direction:column;min-width:0;}
.location-top{position:relative;margin:0 0 22px;padding:30px 32px;background:#F7F5F8;border:1px solid #ECE8F0;box-sizing:border-box;}
.location-top:before{content:"";position:absolute;top:0;left:0;width:64px;height:4px;background:#8F22BD;}
.location-name{margin:0;font-size:28px;font-weight:700;line-height:1.3;letter-spacing:-0.04em;color:#171047;}
.location-address{margin:8px 0 0;font-size:18px;font-weight:500;line-height:1.5;letter-spacing:-0.025em;color:#3F4148;}
.location-contact{display:flex;align-items:center;gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid #E7E2EA;}
.location-contact-label{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:32px;padding:0 14px;font-size:13px;font-weight:700;line-height:1;color:#5F3FA5;background:#F3EDFA;border:1px solid #D8C9EE;border-radius:999px;box-sizing:border-box;}
.location-contact-text{font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:17px;font-weight:600;color:#33343A;}

/* 교통 안내 */
.location-guide{display:flex;flex-direction:column;gap:16px;}
.location-item{padding:26px 28px;background:#fff;border:1px solid #ECEAEF;box-sizing:border-box;}
.location-item-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;}
.location-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;color:#6847A4;background:#F3EDFA;border-radius:50%;}
.location-icon .material-symbols-outlined{font-size:22px;line-height:1;}
.location-label{margin:0;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:-0.025em;color:#32217B;}
.location-content{padding-left:52px;}
.location-stop{margin:0 0 17px;font-size:17px;font-weight:700;line-height:1.5;letter-spacing:-0.025em;color:#292A30;}

/* 버스 종류 */
.location-route{display:grid;grid-template-columns:118px minmax(0,1fr);gap:15px;align-items:start;margin-top:10px;}
.location-route:first-of-type{margin-top:0;}
.location-route-label{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;font-size:12px;font-weight:600;line-height:1;color:#685E70;background:#F6F3F7;border:1px solid #E8E1EB;border-radius:999px;box-sizing:border-box;}
.location-route p{margin:0;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:15px;font-weight:500;line-height:1.75;letter-spacing:-0.02em;color:#555861;word-break:keep-all;}

/* 지하철 */
.location-subway{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0;}
.location-subway span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 13px;font-size:14px;font-weight:700;line-height:1;color:#5F3FA5;background:#F3EDFA;border:1px solid #DED2EF;border-radius:999px;}
.location-subway strong{font-size:17px;font-weight:700;line-height:1.5;color:#292A30;}
.location-walk{margin:11px 0 0;font-size:15px;font-weight:500;line-height:1.6;color:#62656D;}

/* 지도 */
.location-map{position:relative;min-width:0;min-height:100%;overflow:hidden;background:#F6F5F7;border:1px solid #ECE8F0;box-sizing:border-box;}
.location-map iframe{display:block;width:100%;height:100%;min-height:620px;border:0;}



/* 프로그램 */
.program-section {padding:30px 0 110px;background:#fff;}
.program-inner {width:100%;max-width:1100px;margin:0 auto;box-sizing:border-box;}
.program-block {width:100%;margin:0 0 32px;padding:18px 20px 20px;border:1px solid;box-sizing:border-box;border-radius:22px;}
.program-block:last-child {margin-bottom:0;}
.program-green {background:#F4FAF8;border-color:#D9EEE7;}
.program-purple {background:#FAF6FB;border-color:#E9DFED;}


/* 발표자 + 발표자료 */
.program-row{grid-template-columns:minmax(0,1fr) 410px;column-gap:28px;}
.program-person-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:0;}
.program-person-item + .program-person-item{margin-top:8px;}
.program-person-item p{flex:1;min-width:0;margin:0!important;font-size:16px!important;white-space:nowrap;}
.program-file{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex:0 0 auto;height:31px;padding:0 11px;border:1px solid;border-radius:16px;background:#fff;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;text-decoration:none;box-sizing:border-box;}
.program-file .material-symbols-outlined{font-size:15px;line-height:1;}

/* 기조강연 - 초록 */
.program-green .program-file{border-color:#B7DDCF;color:#168964;background:#fff;}
.program-green .program-file:hover{border-color:#168964;background:#168964;color:#fff;}

/* 세션 1, 2 - 보라 */
.program-purple .program-file{border-color:#D8C4E1;color:#70238F;background:#fff;}
.program-purple .program-file:hover{border-color:#70238F;background:#70238F;color:#fff;}

@media screen and (max-width:1023px) and (min-width:768px){
.program-row{grid-template-columns:minmax(0,1fr) 350px;column-gap:20px;}
.program-person-item p{font-size:14px!important;}
.program-file{height:29px;padding:0 9px;font-size:11px;}
}

@media screen and (max-width:767px){
.program-person-item{align-items:center;gap:7px;}
.program-person-item + .program-person-item{margin-top:7px;}
.program-person-item p{font-size:15px!important;white-space:normal;}
.program-file{height:27px;padding:0 7px;border-radius:14px;font-size:10px;}
.program-file .material-symbols-outlined{font-size:13px;}
}


/* 상단 */
.program-bar {display:grid;grid-template-columns:120px minmax(0,1fr);align-items:stretch;gap:8px;width:100%;min-height:58px;}
.program-badge {position:relative;display:flex;align-items:center;justify-content:center;width:120px;min-height:58px;padding:0 18px;border:2px solid;border-radius:30px;box-sizing:border-box;font-size:21px;font-weight:800;line-height:1;letter-spacing:-0.04em;z-index:1;}
.program-badge:before {content:"";position:absolute;inset:-4px;border:1px solid;border-radius:34px;pointer-events:none;z-index:-1;}
.program-green .program-badge {color:#1A9F72;background:#EFF8F4;border-color:#1A9F72;}
.program-green .program-badge:before {border-color:#CDE7DD;}
.program-purple .program-badge {color:#7A269E;background:#F5EFF7;border-color:#7A269E;}
.program-purple .program-badge:before {border-color:#DFCDE7;}

.program-bar-main {position:relative;display:flex;align-items:center;min-width:0;min-height:58px;padding:0 180px 0 30px;border-radius:30px;box-sizing:border-box;}
.program-green .program-bar-main {background:#1A9F72;}
.program-purple .program-bar-main {background:#7A269E;}
.program-bar-title {min-width:0;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:-0.035em;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.program-time {position:absolute;top:50%;right:25px;display:flex;gap:7px;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:17px;font-weight:700;line-height:1;color:#fff;white-space:nowrap;transform:translateY(-50%);}
.program-time .material-symbols-outlined {font-size:20px;font-weight:400;line-height:1;color:#fff;}
.program-chair {display:flex;align-items:center;justify-content:flex-end;gap:10px;width:max-content;margin:14px 6px 0 auto;padding:8px 15px;border:1px solid #E3D7E8;border-radius:22px;background:#FAF7FB;font-size:17px;font-weight:600;line-height:1.3;color:#5E5265;}
.program-chair:before {content:"좌장";display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:14px;background:#7A269E;font-size:13px;font-weight:700;line-height:1;color:#fff;}

/* 본문 */
.program-body {padding:14px 0px 0;}
.program-row {position:relative;display:grid;grid-template-columns:minmax(0,1fr) 376px;column-gap:28px;align-items:stretch;padding:0 4px 0 158px;border-bottom:1px dashed #DADCE0;box-sizing:border-box;}
.program-row:last-child {border-bottom:0;}
.program-row-time {position:absolute;top:50%;left:4px;display:flex;align-items:center;justify-content:center;width:130px;font-family:'Google Sans Flex','Noto Sans KR',sans-serif;font-size:19px;font-weight:700;line-height:1.5;text-align:center;transform:translateY(-50%);}
.program-green .program-row-time {color:#168964;}
.program-purple .program-row-time {color:#6C2589;}

/* 내용/발표자를 같은 GRID 행에 배치 */
.program-content {display:contents;}
.program-person {display:contents;}

.program-content > .program-subject {grid-column:1;grid-row:1;display:flex;align-items:center;min-height:72px;padding:17px 0;margin:0;box-sizing:border-box;}
.program-person > p {grid-column:2;grid-row:1;display:flex;align-items:center;min-height:72px;padding:17px 0;margin:0;box-sizing:border-box;}

.program-content > .program-talk:nth-child(1) {grid-column:1;grid-row:1;}
.program-content > .program-talk:nth-child(2) {grid-column:1;grid-row:2;}
.program-content > .program-talk:nth-child(3) {grid-column:1;grid-row:3;}
.program-content > .program-talk:nth-child(4) {grid-column:1;grid-row:4;}
.program-person > .program-talk:nth-child(1) {grid-column:2;grid-row:1;}
.program-person > .program-talk:nth-child(2) {grid-column:2;grid-row:2;}
.program-person > .program-talk:nth-child(3) {grid-column:2;grid-row:3;}
.program-person > .program-talk:nth-child(4) {grid-column:2;grid-row:4;}

.program-talk {display:flex;flex-direction:column;justify-content:center;min-height:76px;padding:17px 0;box-sizing:border-box;}
.program-content > .program-talk:nth-child(n+2) {border-top:1px dashed #DADCE0;}
.program-person > .program-talk:nth-child(n+2) {border-top:1px dashed #DADCE0;}

/* 글씨 */
.program-subject {margin:0;font-size:19px;font-weight:700;line-height:1.55;letter-spacing:-0.035em;color:#202A33;word-break:keep-all;}
.program-person {font-size:17px;font-weight:500;line-height:1.65;letter-spacing:-0.025em;color:#444B53;word-break:keep-all;}
.program-person p {margin:0;font-size:17px;font-weight:500;line-height:1.65;color:#444B53;}
.program-person p + p {margin-top:4px;}

@media screen and (max-width:1023px){
.program-section {padding:25px 0 90px;}
.program-inner {max-width:100%;padding:0 20px;}
.program-block {margin-bottom:26px;padding:16px 17px 18px;border-radius:20px;}
.program-bar {grid-template-columns:105px minmax(0,1fr);gap:7px;min-height:54px;}
.program-badge {width:105px;min-height:54px;padding:0 12px;border-radius:28px;font-size:18px;}
.program-badge:before {border-radius:32px;}
.program-bar-main {min-height:54px;padding:0 155px 0 22px;border-radius:28px;}
.program-bar-title {font-size:17px;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip;word-break:keep-all;}
.program-time {top:0;right:18px;height:100%;align-items:center;gap:6px;font-size:15px;transform:none;}
.program-time .material-symbols-outlined {display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;}
.program-chair {gap:8px;margin:12px 4px 0 auto;padding:7px 13px;font-size:15px;}
.program-chair:before {padding:4px 9px;font-size:12px;}
.program-body {padding-top:12px;}
.program-row {grid-template-columns:minmax(0,1fr) 220px;column-gap:20px;padding-left:125px;}
.program-row-time {left:0;width:105px;font-size:16px;}
.program-talk {min-height:70px;padding:14px 0;}
.program-content > .program-subject {min-height:68px;padding:14px 0;}
.program-person > p {min-height:68px;padding:14px 0;}
.program-subject {font-size:17px;}
.program-person {font-size:15px;}
.program-person p {font-size:15px;}
}

@media screen and (max-width:767px){

.program-section {padding:15px 0 60px;}
.program-inner {padding:0 10px;}
.program-block {margin-bottom:20px;padding:12px;border-radius:15px;}

/* 상단 */
.program-bar {grid-template-columns:78px minmax(0,1fr);gap:6px;min-height:50px;}
.program-badge {width:78px;min-height:50px;padding:0 6px;border-width:1px;border-radius:25px;font-size:15px;}
.program-badge:before {inset:-3px;border-radius:28px;}

.program-bar-main {display:flex;align-items:center;justify-content:center;min-height:50px;padding:8px 14px;border-radius:25px;}
.program-bar-title {width:100%;font-size:15px;font-weight:700;line-height:1.4;letter-spacing:-0.04em;color:#fff;text-align:center;white-space:normal;overflow:visible;text-overflow:clip;word-break:keep-all;}

/* 상단 시간 숨김 */
.program-time {display:none;}

/* 좌장 */
.program-chair {gap:6px;margin:10px 2px 0 auto;padding:6px 10px;border-radius:17px;font-size:13px;}
.program-chair:before {padding:4px 7px;border-radius:11px;font-size:10px;}

/* 본문 */
.program-body {padding:14px 2px 0;}
.program-row {display:grid;grid-template-columns:1fr;padding:0 0 14px;margin:0 0 14px;border-bottom:1px dashed rgba(70,70,70,.18);}
.program-row:last-child {padding-bottom:0;margin-bottom:0;border-bottom:0;}
.program-row-time {position:static;grid-column:1;grid-row:1;display:block;width:100%;margin:0;padding:0 0 6px;font-size:16px;font-weight:700;line-height:1.4;text-align:left;transform:none;box-sizing:border-box;}
.program-content {display:contents;}
.program-person {display:contents;}
.program-content > .program-subject {grid-column:1;grid-row:2;display:block;min-height:0;margin:0;padding:0 0 4px;font-size:17px;font-weight:700;line-height:1.5;text-align:left;}
.program-person > p {grid-column:1;grid-row:3;display:block;min-height:0;margin:0;padding:0;font-size:15px;font-weight:500;line-height:1.55;color:#555;text-align:left;}
.program-content > .program-talk:nth-child(1) {grid-column:1;grid-row:2;}
.program-person > .program-talk:nth-child(1) {grid-column:1;grid-row:3;}
.program-content > .program-talk:nth-child(2) {grid-column:1;grid-row:4;}
.program-person > .program-talk:nth-child(2) {grid-column:1;grid-row:5;}
.program-content > .program-talk:nth-child(3) {grid-column:1;grid-row:6;}
.program-person > .program-talk:nth-child(3) {grid-column:1;grid-row:7;}
.program-content > .program-talk:nth-child(4) {grid-column:1;grid-row:8;}
.program-person > .program-talk:nth-child(4) {grid-column:1;grid-row:9;}
.program-content > .program-talk {display:block;min-height:0;padding:10px 0 4px;border-top:1px dashed rgba(70,70,70,.18);background:transparent;}
.program-content > .program-talk:first-child {padding-top:0;border-top:0;}
.program-content > .program-talk .program-subject {margin:0;font-size:17px;font-weight:700;line-height:1.5;color:#202A33;text-align:left;}
.program-person > .program-talk {display:block;min-height:0;padding:0 0 2px;border-top:0;border-bottom:0;background:transparent;}
.program-person > .program-talk p {margin:0;font-size:15px;font-weight:500;line-height:1.55;color:#555;text-align:left;}
.program-person > .program-talk p + p {margin-top:3px;}

/* 시간 */
.program-row-time {position:static;grid-column:1;grid-row:1;display:block;width:100%;margin:0;padding:10px 0 3px;font-size:19px;font-weight:700;line-height:1.4;text-align:left;transform:none;box-sizing:border-box;}

.program-content {display:contents;}
.program-person {display:contents;}

/* 일반 항목 */
.program-content > .program-subject {grid-column:1;grid-row:2;display:block;min-height:0;margin:0;padding:3px 0 4px;font-size:17px;line-height:1.5;text-align:left;}
.program-person > p {grid-column:1;grid-row:3;display:block;min-height:0;margin:0;padding:1px 0 15px;font-size:15px;line-height:1.55;color:#555;text-align:left;}

/* 여러 발표 */
.program-content > .program-talk:nth-child(1) {grid-column:1;grid-row:2;}
.program-person > .program-talk:nth-child(1) {grid-column:1;grid-row:3;}
.program-content > .program-talk:nth-child(2) {grid-column:1;grid-row:4;}
.program-person > .program-talk:nth-child(2) {grid-column:1;grid-row:5;}
.program-content > .program-talk:nth-child(3) {grid-column:1;grid-row:6;}
.program-person > .program-talk:nth-child(3) {grid-column:1;grid-row:7;}
.program-content > .program-talk:nth-child(4) {grid-column:1;grid-row:8;}
.program-person > .program-talk:nth-child(4) {grid-column:1;grid-row:9;}

/* 발표 제목 */
.program-content > .program-talk {display:block;min-height:0;padding:11px 0 3px;border-top:0 !important;background:transparent;}
.program-content > .program-talk .program-subject {margin:0;font-size:17px;font-weight:700;line-height:1.5;color:#202A33;text-align:left;}

/* 발표자 */
.program-person > .program-talk {display:block;min-height:0;padding:0 0 15px;border-top:0 !important;border-bottom:1px dashed rgba(70,70,70,.16);background:transparent;}
.program-person > .program-talk p {margin:0;font-size:15px;font-weight:500;line-height:1.55;color:#555;text-align:left;}
.program-person > .program-talk p + p {margin-top:3px;}
.program-person > .program-talk:last-child {border-bottom:0;}

}


/* 연사소개 */
.speaker-section {width:100%;max-width:1100px;margin:0 auto;padding:30px 0 110px;background:#fff;box-sizing:border-box;}
.speaker-group {position:relative;width:100%;margin:0 0 32px;padding:18px 20px 10px;border:1px solid;border-radius:22px;box-sizing:border-box;}
.speaker-group:last-child {margin-bottom:0;}
.speaker-green {background:#F4FAF8;border-color:#D9EEE7;}
.speaker-purple {background:#FAF6FB;border-color:#E9DFED;}

.speaker-group-head {display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 16px;box-sizing:border-box;}
.speaker-group-title {position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:58px;margin:0;padding:0 24px;border:2px solid;border-radius:30px;box-sizing:border-box;font-size:21px;font-weight:800;line-height:1;letter-spacing:-.04em;z-index:1;}
.speaker-group-title:before {content:"";position:absolute;inset:-4px;border:1px solid;border-radius:34px;pointer-events:none;z-index:-1;}
.speaker-green .speaker-group-title {color:#1A9F72;background:#EFF8F4;border-color:#1A9F72;}
.speaker-green .speaker-group-title:before {border-color:#CDE7DD;}
.speaker-purple .speaker-group-title {color:#7A269E;background:#F5EFF7;border-color:#7A269E;}
.speaker-purple .speaker-group-title:before {border-color:#DFCDE7;}

.speaker-chair {display:flex;align-items:center;justify-content:flex-end;gap:8px;width:max-content;margin:0 4px 5px auto;padding:7px 13px;border:1px solid #E3D7E8;border-radius:20px;background:#FAF7FB;font-size:16px;font-weight:600;line-height:1.3;color:#5E5265;}
.speaker-chair strong {padding:4px 9px;border-radius:12px;background:#7A269E;font-size:12px;font-weight:700;color:#fff;}
.speaker-chair span {color:#77707B;}

.speaker-card {position:relative;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:34px;min-height:180px;padding:26px 18px;border-bottom:1px dashed rgba(23,16,71,.12);box-sizing:border-box;}
.speaker-card:last-child {border-bottom:0;}
.speaker-photo {display:flex;align-items:center;justify-content:center;width:126px;height:126px;margin:0 auto;border:1px solid;border-radius:50%;overflow:hidden;box-sizing:border-box;background:#fff;}
.speaker-green .speaker-photo {border-color:#CDE7DD;background:#EFF8F4;}
.speaker-purple .speaker-photo {border-color:#DFCDE7;background:#F5EFF7;}
.speaker-photo img {display:block;width:100%;height:100%;object-fit:cover;}

.speaker-info {position:relative;min-width:0;padding-right:120px;}
.speaker-topic {margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.5;letter-spacing:-.035em;color:#202A33;word-break:keep-all;}
.speaker-name {display:flex;align-items:center;gap:12px;margin:0 0 12px;font-size:17px;line-height:1.5;color:#555861;}
.speaker-name strong {font-size:18px;font-weight:700;color:#171047;}
.speaker-name span {position:relative;padding-left:13px;}
.speaker-name span:before {content:"";position:absolute;top:50%;left:0;width:1px;height:14px;background:#D8D5DD;transform:translateY(-50%);}
.speaker-bio {margin:0;font-size:16px;font-weight:400;line-height:1.7;color:#686A72;}

.speaker-file {position:absolute;right:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:38px;padding:0 18px;border-radius:20px;box-sizing:border-box;font-size:14px;font-weight:700;line-height:1;color:#fff;text-decoration:none;}
.speaker-green .speaker-file {background:#1A9F72;}
.speaker-purple .speaker-file {background:#7A269E;}
.speaker-green .speaker-file:hover {background:#168E67;}
.speaker-purple .speaker-file:hover {background:#70238F;}

@media screen and (max-width:1023px){
.speaker-section {max-width:100%;padding:25px 20px 90px;}
.speaker-group {padding:16px 17px 8px;border-radius:20px;}
.speaker-card {grid-template-columns:130px minmax(0,1fr);gap:25px;padding:24px 12px;}
.speaker-photo {width:110px;height:110px;}
.speaker-topic {font-size:18px;}
.speaker-name strong {font-size:17px;}
.speaker-name {font-size:16px;}
}

@media screen and (max-width:767px){
.speaker-section {padding:15px 10px 60px;}
.speaker-group {margin-bottom:18px;padding:10px;border-radius:15px;}
.speaker-group-title {height:44px;border-width:1px;border-radius:23px;font-size:15px;}
.speaker-group-title:before {inset:-3px;border-radius:26px;}
.speaker-chair {margin:8px 0 4px auto;padding:5px 8px;font-size:12px;}
.speaker-chair strong {padding:3px 6px;font-size:9px;}
.speaker-card {grid-template-columns:82px minmax(0,1fr);gap:14px;min-height:0;padding:18px 5px;}
.speaker-photo {width:72px;height:72px;}
.speaker-info {padding-right:0;}
.speaker-topic {margin-bottom:7px;font-size:14px;line-height:1.45;}
.speaker-name {gap:7px;margin-bottom:6px;font-size:12px;}
.speaker-name strong {font-size:13px;}
.speaker-name span {padding-left:8px;}
.speaker-bio {font-size:11px;}
.speaker-file {position:static;width:max-content;min-width:0;height:28px;margin-top:8px;padding:0 10px;font-size:10px;}
}




/* 등록안내/등록 확인 */
/*.tbl {border-top:#ddd 1px solid;}*/
.tbl col.w1 {width:180px;}
.tbl col.w2 {width:260px;}
.tbl col.w3 {width:200px;}
.tbl col.w4 {width:350px;}
.tbl th,
.tbl td {border:#ddd 1px solid; line-height:31px; padding:10px 15px; font-size:17px;}
.tbl th {color:#222;
    font-weight:500;
    padding:14px 10px;

    background-color:#f8f8f8; 

    letter-spacing:-0.5pt;}
.tbl td {    padding:14px 20px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    text-align:center;
    }
.tbl td span {display:inline-block; vertical-align:top;}
.tbl.mt {margin-top:40px;}
.tbl.lr th {width:220px;}
.tbl table + p {margin-top:10px;}
.tbl.bdr th,
.tbl.bdr td {border-right:#ddd 1px solid;}
.tbl.bdr th:last-child,
.tbl.bdr td:last-child {border-right:0;}
.tbl th.gray {color:#666; font-weight:400;}
.tbl .flex {display:flex; gap:0 50px;     justify-content: flex-start;    flex-direction: column;}
.tbl .flex li {width:calc(50% - 25px);}
.tbl .flex li .text {margin-left:10px; width:calc(100% - 80px);}
.tbl .flex.gap6 {gap:0 60px;}

.tbl .bgyl {background-color:#fffae6;}
.tbl .bgbl {background-color:#ebf1f9;}

.down_wrap{margin-top:10px;}
.down_wrap a {display:block; border:#ddd 1px solid; font-size:15px; color:#333; width:100%; height:45px; line-height:45px; padding:0 20px; background:url('/2024/images/icon_down.png') no-repeat right 20px center #fff; margin:0 auto 10px;}

.btn_pre {display:block; font-size:24px; color:#fff; line-height:62px; height:62px; width:300px; border:none; font-weight:600; background:#8F22BD; border-radius:31px !important; text-align:center; margin:60px auto 0;}
.btn_pre2 {display:block; font-size:24px; color:#fff; line-height:62px; height:62px; width:200px; border:none; background:#8F22BD; border-radius:10px !important; text-align:center; margin:60px auto 0;}
.input_mail {display:flex; justify-content:center; margin:35px auto 20px; background:#f8f8f8; padding:10px 0; }
.input_mail dt {color:#000; width:210px; line-height:40px; text-align:center;}
.input_mail dd {max-width:calc(100% - 210px); padding-right:10px; display:flex;}
.input_mail .text {width:calc(100% - 100px); max-width:500px; height:40px; background:#fff; border:#ebebeb 1px solid;}
.input_mail .btn {color:#fff; font-weight:700; line-height:40px; height:40px; width:100px; background:#000; text-align:center;}


.input_mail2{display:flex; justify-content:center; margin:35px auto 20px; background:#f8f8f8; padding:10px 0;}
.input_mail2 dt{color:#000; width:210px; line-height:40px; text-align:center;}
.input_mail2 dd{max-width:calc(100% - 210px); padding-right:10px; display:flex;}
.input_mail2 .text{width:calc(100% - 100px); max-width:500px; height:40px; background:#fff; border:#ebebeb 1px solid;}
.input_mail2 .btn{color:#fff; font-weight:700; line-height:40px; height:40px; width:100px; background:#000; text-align:center;}

label.radio,
label.check {position:relative; display:inline-block; vertical-align:top; color:#666; line-height:40px;font-size: 16px;}
label.radio {padding-left:24px;}
label.check {padding-left:24px;}
label.radio input,
label.check input {display:none;}

label.radio i{position:absolute; left:0; border:#666 1px solid; border-radius:50%; overflow:hidden;}
label.check i {position:absolute; left:0; border:#666 1px solid; border-radius:0px; overflow:hidden;}

label.radio i {top:12px; width:16px; height:16px;}
label.check i {top:12px; width:18px; height:18px;}
label.radio i:before,
label.check i:before {content:""; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); transition:.2s linear;}
label.radio i:before {background:#0c2843; width:0; height:0; background:#0c2843; border-radius:50%;}
/* label.check i:before {width:100%; height:100%; background:url('/images/icon_chk.gif') no-repeat 50% 50% / cover; opacity:0;} */
label.radio input:checked + i:before {width:10px; height:10px;}
label.check input:checked + i {border-color:#e5e5e5;}
label.check input:checked + i:before {opacity:1;}
label.radio .text, label.check .text {display:inline-block; vertical-align:top; width:220px; margin:0 5px;}

/* 사전등록 */
#bo_w {width:100%;max-width:1100px;margin:0 auto;padding:0px 0 110px;box-sizing:border-box;}
#bo_w #fwrite {width:100%;margin:0;}
#bo_w .board_write2 {width:100%;}
#bo_w .res_tbl {width:100%;border:1px solid #E4E6E8;border-top:2px solid #1A9F72;border-radius:16px;overflow:hidden;background:#fff;box-sizing:border-box;}
#bo_w .res_tbl table {width:100%;border-collapse:collapse;table-layout:fixed;}
#bo_w .res_tbl col.w4 {width:220px;}
#bo_w .res_tbl th {padding:19px 22px;border:0;border-bottom:1px solid #E7E8EA;background:#F7F8F8;font-size:17px;font-weight:700;line-height:1.5;color:#30343A;text-align:left;vertical-align:middle;box-sizing:border-box;}
#bo_w .res_tbl td {padding:17px 24px;border:0;border-bottom:1px solid #E7E8EA;background:#fff;font-size:16px;line-height:1.6;color:#444B53;text-align:left;vertical-align:middle;box-sizing:border-box;}
#bo_w .res_tbl tr:last-child th {border-bottom:0;}
#bo_w .res_tbl tr:last-child td {border-bottom:0;}
#bo_w .red {margin-left:3px;color:#E66F58 !important;}

#bo_w .online-attend-wrap{display:flex;align-items:center;gap:20px;width:100%;}
#bo_w .online-check{flex:0 0 auto;white-space:nowrap;}
#bo_w .online-check i{border-radius:50%;}
#bo_w .online-notice{display:block;width:auto!important;padding:0!important;font-size:14px;font-weight:400;line-height:1.5;color:#666;white-space:nowrap;}
#bo_w label.check:has(input:disabled){opacity:.4;cursor:not-allowed;}

.required-guide{width:100%;max-width:1100px;margin:0 auto 10px;font-size:14px;font-weight:400;color:#777;text-align:right;box-sizing:border-box;}
.required-guide span{margin-right:3px;font-weight:700;color:#E66F58;}

/* input */
#bo_w input.text {width:100%;max-width:520px;height:48px;padding:0 15px;border:1px solid #D9DDE1;border-radius:8px;background:#fff;font-size:16px;color:#333;box-sizing:border-box;outline:0;}
#bo_w input.text:focus {border-color:#1A9F72;box-shadow:0 0 0 3px rgba(26,159,114,.08);}
#bo_w select.text {height:48px;padding:0 12px;border:1px solid #D9DDE1;border-radius:8px;background:#fff;font-size:15px;color:#444;box-sizing:border-box;outline:0;}
#bo_w select.text:focus {border-color:#1A9F72;}

/* 이메일 */
#bo_w .flex2 {display:flex;align-items:center;gap:8px;line-height:1;}
#bo_w .flex2 .wp30 {width:30%;max-width:none;}
#bo_w .flex2 .e {flex:0 0 auto;width:auto;padding:0 3px;font-size:16px;color:#777;}

/* 참석 여부 */
/* 프로그램 참석여부 */
#bo_w .board_write2 .flex {display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;flex-wrap:wrap;width:100%;gap:0 32px;}
#bo_w .board_write2 .flex label.check {display:inline-flex;width:auto;margin:0;padding-left:29px;align-items:center;white-space:nowrap;}
#bo_w .flex {display:flex;align-items:center;flex-wrap:wrap;gap:10px 28px;}
#bo_w label.check {position:relative;display:inline-flex;align-items:center;min-height:40px;padding-left:29px;font-size:16px;font-weight:500;line-height:1.4;color:#444;cursor:pointer;}
#bo_w label.check input {position:absolute;width:1px;height:1px;opacity:0;}
#bo_w label.check i {position:absolute;top:50%;left:0;width:19px;height:19px;border:1px solid #BFC5CA;border-radius:4px;background:#fff;box-sizing:border-box;transform:translateY(-50%);}
#bo_w label.check i:before {content:"";position:absolute;top:4px;left:6px;width:5px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:rotate(45deg);}
#bo_w label.check input:checked + i {border-color:#1A9F72;background:#1A9F72;}
#bo_w label.check input:checked + i:before {opacity:1;}

/* 개인정보처리방침 */
.agree-wrap {width:100%;margin-top:22px;}
.agree-row {display:flex;align-items:center;justify-content:center;gap:16px;width:100%;min-height:70px;padding:15px 20px;border:1px solid #E4E5E7;border-radius:16px;background:#F7F7F8;box-sizing:border-box;}
#bo_w .agree-check {min-height:36px;font-size:15px;font-weight:500;color:#444;}
#bo_w .agree-check strong {margin-left:4px;font-weight:700;color:#555;}
.agree-view {display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:34px;padding:0 13px;border:1px solid #D0D3D6;border-radius:6px;background:#fff;font-size:13px;font-weight:600;color:#555;cursor:pointer;}
.agree-view:hover {border-color:#9DA2A7;background:#F3F4F5;color:#333;}

/* 등록버튼 */
#bo_w .btn_confirm {margin-top:42px;text-align:center;}
#bo_w .btn_pre {display:flex;align-items:center;justify-content:center;width:260px;height:60px;margin:0 auto;border:0;border-radius:30px !important;background:#1A9F72;font-size:21px;font-weight:700;line-height:1;color:#fff;cursor:pointer;box-shadow:0 3px 0 rgba(17,115,84,.20);}
#bo_w .btn_pre:hover {background:#168E67;transform:translateY(-2px);}
#bo_w .btn_pre:disabled {opacity:.6;cursor:default;transform:none;}

/* 개인정보 팝업 */
body.modal-open {overflow:hidden;}
.agree-modal {position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;background:rgba(20,22,25,.45);box-sizing:border-box;opacity:0;visibility:hidden;z-index:10000;transition:.2s ease;}
.agree-modal.on {opacity:1;visibility:visible;}
.agree-modal-box {width:100%;max-width:520px;max-height:80vh;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.18);overflow:hidden;transform:translateY(10px);transition:.2s ease;}
.agree-modal.on .agree-modal-box {transform:translateY(0);}
.agree-modal-head {display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 22px;border-bottom:1px solid #E7E8EA;background:#fff;box-sizing:border-box;}
.agree-modal-head h4 {margin:0;font-size:19px;font-weight:700;line-height:1.3;color:#252A30;}
.agree-modal-close {display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#F5F5F6;color:#555;cursor:pointer;}
.agree-modal-close:hover {background:#ECEDEF;}
.agree-modal-close .material-symbols-outlined {font-size:21px;}
.agree-modal-content {max-height:calc(80vh - 132px);padding:22px;overflow-y:auto;box-sizing:border-box;}
.agree-modal-item {padding:15px 0;border-bottom:1px solid #ECEDEF;}
.agree-modal-item:first-child {padding-top:0;}
.agree-modal-item strong {display:block;margin-bottom:6px;font-size:14px;font-weight:700;color:#33373D;}
.agree-modal-item p {margin:0;font-size:14px;font-weight:400;line-height:1.65;color:#60656B;}
.agree-modal-notice {margin:18px 0 0;padding:13px 15px;border-radius:7px;background:#F6F6F7;font-size:13px;line-height:1.65;color:#666;}
.agree-modal-bottom {display:flex;align-items:center;justify-content:center;padding:14px 22px 18px;background:#fff;}
.agree-modal-confirm {display:flex;align-items:center;justify-content:center;width:110px;height:42px;border:0;border-radius:21px;background:#1A9F72;font-size:15px;font-weight:700;color:#fff;cursor:pointer;}
.agree-modal-confirm:hover {background:#168E67;}

/* 1023 */
@media screen and (max-width:1023px){
#bo_w {max-width:100%;padding:25px 20px 90px;}
#bo_w .res_tbl col.w4 {width:190px;}
#bo_w .res_tbl th {padding:17px 18px;font-size:16px;}
#bo_w .res_tbl td {padding:16px 18px;}
#bo_w input.text {max-width:100%;}
}

/* 767 */
@media screen and (max-width:767px){
#bo_w {padding:15px 10px 60px;}
#bo_w .res_tbl {border-radius:12px;}
#bo_w .res_tbl col.w4 {width:120px;}
#bo_w .res_tbl th {padding:13px 10px;font-size:13px;}
#bo_w .res_tbl td {padding:12px 10px;}
#bo_w input.text {height:42px;padding:0 10px;font-size:13px;}
#bo_w select.text {height:42px;padding:0 7px;font-size:12px;}
#bo_w .flex2 {display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);gap:7px 5px;align-items:center;}
#bo_w .flex2 .wp30 {width:100%;max-width:none;}
#bo_w .flex2 .e {width:auto;padding:0;font-size:13px;text-align:center;}
#bo_w .flex2 select.wp30 {grid-column:1 / -1;width:100%;margin:0;}

#bo_w .flex {gap:4px 15px;}
#bo_w label.check {min-height:34px;padding-left:25px;font-size:13px;}
#bo_w label.check i {width:17px;height:17px;}
#bo_w label.check i:before {top:3px;left:5px;width:5px;height:8px;}
.agree-wrap {margin-top:16px;}
.agree-row {gap:8px;min-height:58px;padding:11px 10px;}
#bo_w .agree-check {font-size:12px;}
.agree-view {height:30px;padding:0 8px;font-size:11px;}
#bo_w .btn_confirm {margin-top:30px;}
#bo_w .btn_pre {width:220px;height:52px;border-radius:26px !important;font-size:18px;}
.agree-modal {padding:15px;}
.agree-modal-box {max-width:440px;border-radius:12px;}
.agree-modal-head {height:56px;padding:0 17px;}
.agree-modal-head h4 {font-size:16px;}
.agree-modal-close {width:32px;height:32px;}
.agree-modal-content {padding:18px;}
.agree-modal-item {padding:12px 0;}
.agree-modal-item strong {font-size:13px;}
.agree-modal-item p {font-size:12px;}
.agree-modal-notice {font-size:11px;}
.agree-modal-bottom {padding:12px 18px 16px;}
.agree-modal-confirm {width:100px;height:38px;font-size:13px;}
}


/* 등록 확인 */
.registration-check {width:100%;max-width:1100px;margin:0 auto;padding:30px 0 110px;box-sizing:border-box;}

/* 검색 */
.registration-search {display:flex;align-items:center;gap:30px;width:100%;margin:0 0 30px;padding:24px 28px;border:1px solid #E4E6E8;border-radius:16px;background:#F7F8F8;box-sizing:border-box;}
.registration-search label {flex:0 0 260px;font-size:17px;font-weight:700;line-height:1.5;color:#30343A;}
.registration-search .red {margin-left:3px;color:#E66F58 !important;}
.registration-search-field {display:flex;align-items:center;flex:1;min-width:0;gap:10px;}
.registration-search-field .text {flex:1;width:100%;height:48px;padding:0 15px;border:1px solid #D9DDE1;border-radius:8px;background:#fff;font-size:16px;color:#333;box-sizing:border-box;outline:0;}
.registration-search-field .text:focus {border-color:#1A9F72;box-shadow:0 0 0 3px rgba(26,159,114,.08);}
.registration-search-btn {flex:0 0 100px;height:48px;border:0;border-radius:24px;background:#1A9F72;font-size:16px;font-weight:700;color:#fff;cursor:pointer;}
.registration-search-btn:hover {background:#168E67;}

/* 결과표 */
.registration-result {width:100%;border:1px solid #E4E6E8;border-top:2px solid #1A9F72;border-radius:16px;background:#fff;overflow:hidden;box-sizing:border-box;}
.registration-result-scroll {width:100%;overflow-x:auto;}
.registration-result table {width:100%;border-collapse:collapse;table-layout:fixed;}
.registration-result th {height:58px;padding:14px 15px;border:0;border-bottom:1px solid #E1E4E6;background:#F4FAF8;font-size:16px;font-weight:700;line-height:1.4;color:#30343A;text-align:center;vertical-align:middle;}
.registration-result td {height:64px;padding:14px 15px;border:0;border-bottom:1px solid #E8E9EB;background:#fff;font-size:16px;font-weight:500;line-height:1.5;color:#4A5057;text-align:center;vertical-align:middle;}
.registration-result tbody tr:last-child td {border-bottom:0;}
.registration-result tbody tr:hover td {background:#FAFBFB;}
.registration-result .empty_table {height:120px;color:#777;background:#fff;}

/* 취소 */
.registration-cancel {display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:34px;padding:0 13px;border:1px solid #E7B8AE;border-radius:17px;background:#FFF8F6;font-size:13px;font-weight:700;color:#C85E49;}
.registration-cancel:hover {border-color:#E66F58;background:#E66F58;color:#fff;}

/* 1023 */
@media screen and (max-width:1023px){
.registration-check {max-width:100%;padding:25px 20px 90px;}
.registration-search {gap:22px;padding:20px 22px;}
.registration-search label {flex-basis:220px;font-size:16px;}
.registration-result th {font-size:15px;}
.registration-result td {font-size:14px;}
}

/* 767 */
@media screen and (max-width:767px){
.registration-check {padding:15px 10px 60px;}
.registration-search {display:block;margin-bottom:20px;padding:16px;border-radius:12px;}
.registration-search label {display:block;margin-bottom:10px;font-size:14px;}
.registration-search-field {gap:7px;}
.registration-search-field .text {height:44px;padding:0 11px;font-size:13px;}
.registration-search-btn {flex-basis:72px;height:44px;border-radius:22px;font-size:13px;}
.registration-result {border-radius:12px;}
.registration-result table {min-width:680px;}
.registration-result th {height:50px;padding:11px 8px;font-size:13px;}
.registration-result td {height:56px;padding:11px 8px;font-size:12px;}
.registration-cancel {min-width:52px;height:30px;padding:0 9px;font-size:11px;}
}








.login_wrap {width:400px; margin:0 auto;}
.login_wrap p {font-size:22px; color:#000; line-height:28px; text-align:center; margin-bottom:35px;}
.login_wrap .text {width:100%; height:50px; margin-bottom:10px; padding:0 20px; font-size:16px;}
.login_wrap .text::placeholder {color:#666;}
.login_wrap .btn {display:block; font-size:20px; color:#fff; line-height:50px; height:50px; width:100%; background:#f9b226;}
.login_wrap .forgat {display:block; font-size:16px; color:#f9b226; font-weight:300; margin-top:40px; text-align:center;}

.survey { margin:0 auto; }
.survey li {margin-bottom:10px;border-bottom:#ddd 1px dotted;}
.survey li:last-child {margin-bottom:0;}
.survey li .question {margin:10px 0px;display:inline-block;width:100%; font-weight:600; font-size:20px;  padding-bottom:10px; }
.survey li .dap {padding-left:20px;margin-bottom:30px;font-size:16px;}

.thank_to {width:100%; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; padding-top:20px; padding-bottom:20px; line-height:30px;}
.thank_to .thank_tit {font-size:24px; margin-bottom:20px; font-weight:600; line-height:50px; }
.yell_back {background-color:#fff0d9; padding:10px 10px; margin-top:30px; margin-bottom:20px; padding-top:20px; padding-bottom:20px; border-radius:10px;}
.yell_back strong {font-size:20px; font-weight:600; padding-right:20px;  }
.qu_ent {font-size:15px;font-weight:400; line-height:0;}

.contact_box{margin:40px 0 0;}
.contact_title{margin:0 0 12px; padding:0 0 10px; font-size:20px; font-weight:700; border-bottom:1px solid #222;}
.contact_desc{margin:0 0 18px; font-size:15px; line-height:1.7;}
.contact_info{display:flex; gap:28px;}
.contact_item{display:flex; align-items:center; gap:8px;}
.contact_item .icon{font-size:20px; color:#0d95bf;}
.contact_item .text{font-size:15px; color:#222;}

.re03 {font-size:17px; text-align:center;  }

.bk_tit {font-size:22px; color:#222; text-align:left; font-weight:600}
.org_txt {font-size:14px; color:#f60000; text-align:left; font-weight:400; margin-bottom:20px; margin-top:10px;}

.res_tbl{width:100%;border-top:2px solid #7A65AA;border-radius:14px;overflow:hidden;}
.res_tbl th,.res_tbl td{border:1px solid #E7E2EC;line-height:1.6;padding:16px 18px;font-size:16px;box-sizing:border-box;}
.res_tbl th{color:#32217B;font-weight:700;background:#F6F2FB;letter-spacing:-0.03em;}
.res_tbl td{padding:16px 20px;text-align:left;background:#fff;color:#3F4148;}

.container .con_tab {position:relative;display:flex;  margin-bottom:35px;}
.container .con_tab li {width:100px; text-align:center;  background:#f2f2f2; border-radius:5px;  font-size:17px; color:#333; margin-right:10px;}
.container .con_tab li a {width:100%; position:relative;line-height:38px; display:block;}
.container .con_tab li.on {color:#fff; background:#db9918;}
.container .con_tab li.on a {color:#fff;}
/* 온라인포럼보기(View Online Forum) */
.container .jq_tab {position:relative;display:flex;  margin-bottom:35px;}
.container .jq_tab li {width:150px; text-align:center; margin-right:10px;}
.container .jq_tab li button {position:relative; border-radius:5px; width:100%; font-size:17px; color:#333; line-height:38px;  background:#f2f2f2;}
.container .jq_tab li.on button {color:#fff; background:#db9918;}
.olineForum {display:flex; flex-wrap:wrap; gap:24px;}
.olineForum li {width:calc((100% - 24px)/2);}
.youtube_title {
    font-size:17px; font-weight:600;
    letter-spacing:-.96px;
    padding:8px 20px 10px;
    background:#1B963B;
    color:#fff;
    width:100.2%;
}

.youtube_title2 {
    font-size:17px; font-weight:600;
    letter-spacing:-.96px;
    padding:8px 20px 10px;
    background:#0baed9;
    color:#fff;
    width:100.2%;
}

.youtube_box iframe {
    width:100%;
    height:300px;
}
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}

.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}


/* 라이브온 */
.liveon {display:table; width:100%; table-layout:fixed;}
.liveon > * {display:table-cell; vertical-align:top;}
.liveon .video {position:relative; width:1010px; background:#000;}
.liveon .video:before,
.liveon .video:after {content:""; position:absolute; width:100%; z-index:10;}
.liveon .video:before {top:0; left:0; height:100px;}
.liveon .video:after {bottom:0; left:0; width:calc(100% - 96px); height:60px;}
.liveon .video iframe {position:relative; width:100%; max-width:100%; max-height:100%;}
.liveon .video .btn_full {position:absolute; bottom:0; right:0; width:60px; height:60px; z-index:11;}
.pop_video {position:relative; display:none;}
.pop_video iframe {width:1400px; height:800px; max-width:100%; max-height:100%;}
.pop_video:before,
.pop_video:after {content:""; position:absolute; left:0; z-index:100;}
.pop_video:before {top:0; width:100%; height:80px;}
.pop_video:after {bottom:0; width:calc(100% - 90px); height:60px;}
.pop_video .btmhidearea {position:absolute; right:0; bottom:0; width:50px; height:60px; z-index:1;}
.liveon .writearea {padding-left:20px;}
.liveon .writearea .jq_tab {font-size:0;}
.liveon .writearea .jq_tab li {display:inline-block; font-size:0; background:#53c6d8; border-radius:15px 15px 0 0; text-align:center; width:49%; margin-left:2%; cursor:pointer;}
.liveon .writearea .jq_tab li:first-child {margin-left:0;}
.liveon .writearea .jq_tab li.on {background:#0d50a1; box-shadow:#0d50a1aa 1px -1px 5px;}
.liveon .writearea .jq_tab li a {display:block; color:inherit; line-height:inherit;}
.liveon .writearea .jq_cont {position:relative; z-index:1;}
.liveon .writearea .jq_cont .cont {position:relative; height:508px; background:#fff;}
/* .liveon .writebox ul {height:390px; border:#ccc 1px solid; background:#f9f9f9; padding:30px; overflow:auto;}
.liveon .writebox li {position:relative; padding:10px 0 10px 104px; margin-bottom:24px; font-size:17px; color:#666; line-height:18px;}
.liveon .writebox li em {position:absolute; top:0; left:0; width:104px; height:38px; line-height:38px; padding-left:46px; font-size:11px;}
.liveon .writebox i {position:absolute; top:0; left:0; width:38px; height:38px; border-radius:50%; vertical-align:bottom; text-align:center; font-size:0; overflow:hidden;}
.liveon .writebox i img {display:inline-block; vertical-align:bottom;} */
.liveon .writebox .c1 {background:#644aaf;}
.liveon .writebox .c2 {background:#4a85ad;}
.liveon .writebox .c3 {background:#62ac49;}
.liveon .writebox .c4 {background:#ad4f83;}
.liveon .writebox .c5 {background:#ac7d49;}
.liveon .writebox .c6 {background:#5caaae;}
.liveon .inputarea {position:relative; padding:30px 30px 30px 90px; background:#fff; border:#ccc 1px solid; border-top:0;}
.liveon .inputarea i {position:absolute; top:30px; left:30px; width:38px; height:38px; line-height:38px; text-align:center; vertical-align:bottom; font-size:0; border-radius:50%; overflow:hidden;}
.liveon .inputarea em {display:block; font-size:17px; color:#666;}
.liveon .inputarea .inputbox {position:relative; border-bottom:#ccc 1px solid; padding-right:30px;}
.liveon .inputarea .text {width:100%; height:30px; border:0; padding:0;}
.liveon .inputarea .btn {position:absolute; top:0; right:0; width:30px; height:100%; background:url('/2024/images/btn_send.png') no-repeat 50% 50%; border:0; font-size:0;}

/* 등록안내 선택 */
.registration_info{display:flex; gap:24px; margin-top:40px;}

.registration_info a{position:relative; width:calc(50% - 12px); min-height:420px; padding:48px 30px; box-sizing:border-box; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:20px; text-align:center; text-decoration:none; background:#1f2a5a; border:1px solid rgba(255,255,255,0.12); box-shadow:0 18px 40px rgba(14,22,66,0.12); transition:.25s ease;}

.registration_info a.i2{background:#2b5aa6;}

.registration_info a:hover{transform:translateY(-4px); box-shadow:0 24px 44px rgba(14,22,66,0.18);}

.registration_info a i{display:flex; align-items:center; justify-content:center; width:110px; height:110px; font-size:52px; color:#fff; background:rgba(255,255,255,0.08);}

.registration_info a p{margin:0; font-size:30px; font-weight:700; color:#fff; letter-spacing:-0.02em;}

.registration_info a span{font-size:15px; color:rgba(255,255,255,0.75); line-height:1.5;}

/* 등록안내 페이지 */
.registration_wrap > p{margin:0 0 24px; font-size:20px; line-height:1.8; color:#222; text-align:center; font-weight:500; word-break:keep-all;}
.registration_wrap > br{display:none;}
.registration_wrap .registration_tbl{margin:0; padding:0; border:1px solid #d9e1ea; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,0.05);}
.registration_wrap .registration_tbl table{width:100%; margin:0; border-collapse:collapse; table-layout:fixed;}
.registration_wrap .registration_tbl table tr{border-bottom:1px solid #e7edf3;}
.registration_wrap .registration_tbl table tr:first-child th,.registration_wrap .registration_tbl table tr:first-child td{border-top:2px solid #1f2a5a;}
.registration_wrap .registration_tbl table th{width:180px; margin:0; padding:24px 20px; font-size:17px; line-height:1.6; color:#1f2a5a; font-weight:700; text-align:left; vertical-align:top; background:#f7f9fc; box-sizing:border-box;}
.registration_wrap .registration_tbl table td{margin:0; padding:24px; font-size:16px; line-height:1.8; color:#333; vertical-align:top; box-sizing:border-box;}
.registration_wrap .registration_tbl .flex{display:flex; flex-direction:column; align-items:flex-start; gap:6px; margin:0; padding:0;}
.registration_wrap .registration_tbl .gap6{gap:6px;}
.registration_wrap .registration_tbl span{display:block; margin:0; padding:0; word-break:keep-all;}
.registration_wrap .registration_tbl span:first-child{font-weight:600; color:#222;}
.registration_wrap .registration_tbl span:last-child{font-size:14px; line-height:1.7; color:#6b7280;}
.registration_wrap .registration_tbl p{margin:18px 24px 0; padding:0 0 24px; font-size:15px; line-height:1.8; color:#555; word-break:keep-all;}
.registration_wrap .registration_tbl p a.blue{color:#005f9e; font-weight:600; text-decoration:none;}
.registration_wrap .registration_tbl p a.blue:hover{text-decoration:underline;}
.registration_wrap > a.btn_pre{display:block; font-size:24px; color:#fff; line-height:62px; height:62px; width:300px; border:none; background:#1f2a5a; border-radius:31px !important; text-align:center; margin:60px auto 0;  font-weight:600;}
.registration_wrap > a.btn_pre:hover{background:#162047; transform:translateY(-2px);}



/* 연사소개 2026 */
.program-speaker2{display:flex; align-items:flex-start; gap:44px; margin:24px 0 0; padding:40px 44px; background:#f6f8fb; border:1px solid rgba(50,33,123,0.08); box-shadow:0 10px 28px rgba(14,22,66,0.04);}
.program-speaker2-photo{flex:0 0 180px; width:180px;}
.program-speaker2-photo img{display:block; width:180px; height:180px; object-fit:cover;}
.program-speaker2-info{flex:1; min-width:0; padding-top:6px;}
.program-speaker2-title{margin:0 0 18px; padding:0 0 16px; font-size:24px; line-height:1.4; color:#111; font-weight:700; border-bottom:1px solid #e1e1e1; word-break:keep-all;}
.program-speaker2-name{margin:0 0 22px; font-size:18px; line-height:1.6; color:#222; font-weight:500; word-break:keep-all;}
.program-speaker2-name span{display:inline-block; margin:0 8px; color:#888;}

.program-speaker2-desc{margin:0; font-size:17px; line-height:1.6; color:#333;}
.program-speaker2-desc span{display:flex; gap:16px; margin:4px 0;}
.program-speaker2-desc em{flex:0 0 140px; font-style:normal; color:#111;}
.program-speaker2-desc i{flex:1; font-style:normal;}

.program-speaker2-btn{display:none;}
/* .program-speaker2-btn{display:flex; justify-content:flex-end; align-items:flex-end; flex:0 0 120px; padding-top:140px;} */
/* .program-speaker2-btn a{display:inline-flex; align-items:center; justify-content:center; min-width:110px; height:42px; padding:0 18px; font-size:15px; color:#fff; font-weight:600; text-decoration:none; background:#0d95bf; box-shadow:0 6px 16px rgba(13,149,191,0.18);} */
/* .program-speaker2-btn a:hover{color:#fff; text-decoration:none; background:#0a7fa3;} */

.program-speaker2-name span{margin:0 6px; font-size:16px; color:#ccc;}
.program-speaker2-name span::before{content:"•";}
.program-speaker2-name span{font-size:0;}
.program-speaker2-name span::before{font-size:16px;}

.program-discuss3-name span{margin:0 6px; font-size:16px; color:#ccc;}
.program-discuss3-name span::before{content:"•";}
.program-discuss3-name span{font-size:0;}
.program-discuss3-name span::before{font-size:16px;}

/* 연사소개 한줄에 두명일때 */
.program-discuss3{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin:24px 0 0;}
.program-discuss3-item{display:flex; align-items:flex-start; gap:24px; padding:28px 28px; background:#f6f8fb; border:1px solid rgba(50,33,123,0.08); box-shadow:0 10px 28px rgba(14,22,66,0.04);}
.program-discuss3-photo{flex:0 0 120px; width:120px;}
.program-discuss3-photo img{display:block; width:120px; height:120px; object-fit:cover;}
.program-discuss3-info{flex:1; min-width:0; padding-top:4px;}
.program-discuss3-name{margin:0 0 14px; padding:0 0 12px; font-size:18px; line-height:1.6; color:#222; font-weight:600; border-bottom:1px solid #e7ebf3; word-break:keep-all;}
.program-discuss3-name span{display:inline-block; margin:0 8px; color:#888; font-weight:400;}
.program-discuss3-desc{margin:0; font-size:16px; line-height:1.8; color:#333; word-break:keep-all;}


/* 행사개요 */
.yetit {font-size:1.3rem; color:#fff; background-color:#f9b226; width:180px; height:50px;  line-height:50px;  border-radius:30px; text-align:center; font-weight:600; margin-bottom:20px;}
.Slogan {font-size:48px; font-weight:700; line-height:68px; text-align:center; color:#222; margin-bottom:40px; }
.sol_txt {font-size:18px; color:#222; padding:50px 50px ; line-height:38px;}
.dots_list {margin-bottom:40px; }
.dots_list p {    padding-left:14px; font-size:20px;   line-height:40px; color:#222; }
.dots_list p:before {content:"";  top:5px;  width:10px; background-color:#f9b226;     height:10px;    display:inline-block;  border-radius:30px;}
.indent  {text-indent:-12px; font-size:16px; color:#565656; }
.stit  {font-size:32px; font-weight:700;   color:#222; margin-bottom:20px; }

.rig_tt {font-size:18px; text-align:right;  line-height:70px;}
.red_tag {background-color:#9c3b00; color:#fff; width:100px; font-weight:600;
