@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;}

/* 갤러리 목록 */
.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 */
.header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.2s linear; font-size:18px; background:rgba(0,0,0,0.45); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);}
.header.fixed {}
.header .top .inner {display:flex; justify-content:flex-end; align-items:center; gap:20px; font-size:14px;}
.header .top .contact {color:#fff; line-height:30px; height:30px; width:112px; text-align:center; border-radius:18px; background:#4bbed1;}
.header .langs {display:flex; gap:30px;}
.header .langs a {position:relative; color:rgba(112,112,112,.58); line-height:60px;}
.header .langs a:before {content:""; position:absolute; top:50%; left:-15px; width:1px; height:12px; background:#a5a5a5; margin-top:-6px;}
.header .langs a:first-child:before {display:none;}
.header .langs a.on {color:#000;}
.header > .inner {position:relative; height:90px; display:flex;}
.header .logo {position:absolute; top:0; /*left:20px;*/ line-height:100px; font-size:0;}

.header .logohome {display:block; width:31px; height:inherit;font-size:0; mask:url('/2024/images/icon_home.png') no-repeat 50% 50% / contain; -webkit-mask:url('/2024/images/icon_home.png') no-repeat 50% 50% / contain;}
.header h1 {font-size:0; width:0; height:0;}
.header .gnb {position:absolute; top:0; right:-5px;}
.header .gnb ul {display:flex;}
.header .gnb li {position:relative;}
.header .gnb li > a {display:block; font-size:22px; color:#fff; font-weight:500; line-height:90px; padding:0 26px;}
.header .gnb li.on > a {color:#77ffff; }
.header .snb {position:absolute; top:100%; left:0; width:100%; background:#fff; height:0; overflow:hidden; transition:.2s linear;}
.header .snb a {display:block; color:#222; font-weight:500; line-height:48px; text-align:center;}
.header .snb a.on {color:#fff; background:#000;}
.header .btn {position:absolute; top:50%; right:20px; color:#fff; font-weight:500; line-height:20px; height:48px; width:146px; background:#f4b54b; border-radius:24px; text-align:center; margin-top:-24px; display:flex; justify-content:center; align-items:center;}

.header.main {background:rgba(0,0,0,0.45); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);}

.header.main .gnb li > a {color:#fff;}
.header.main .langs a {color:rgba(255,255,255,.58);}
.header.main .langs a.on {color:#fff;}
.header.main .langs a:before {background:#fff;}

.header .material-symbols-outlined{font-size:30px; color:#fff;     line-height: 90px;} 

.header.fixed {background:rgba(0,0,0,0.75); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);}

.header.fixed .logohome {}
.header.fixed .gnb li > a {color:#fff;}
.header.fixed .langs a {color:rgba(112,112,112,.58);}
.header.fixed .langs a.on {color:#000;}
.header.fixed .langs a:before {background:#a5a5a5;}


.header > .inner{position:relative; height:90px; display:flex; align-items:center;}
.header .gnb{right:120px;}
.header .langs_box{position:absolute; top:50%; right:0; transform:translateY(-50%); display:flex;}
.header .langs_box a{display:block; padding:0 16px; height:34px; line-height:34px; font-size:14px; font-weight:600; color:#fff; background:rgba(255,255,255,0.18); text-decoration:none;}
.header .langs_box a.on{background:#2b236f;}
.header .langs_box a + a{border-left:1px solid rgba(255,255,255,0.2);}
.header.main .langs_box a{background:rgba(255,255,255,0.22); color:#fff;}
.header.main .langs_box a.on{background:#221a63; color:#fff;}
.header.fixed .langs_box a{background:rgba(255,255,255,0.14); color:#fff;}
.header.fixed .langs_box a.on{background:#221a63; color:#fff;}

/* footer */
.footer {    width:100%;        padding:30px 20px;    margin:0 auto; background:#313131; display:flex; flex-wrap:wrap;  font-size:15px; color:#cdcdcd; line-height:28px;}
.footer dl {display:flex; gap:26px;}
.footer dt {color:#939393;}
.footer dd {}
.footer .copy {width:100%;}
.footbnr {display:flex;  position:relative;;     float:right;}
 


/* main */

.main2024 .mvisual {position:relative; padding-top:100px;  margin-bottom:30px; border-radius:10px; height:570px; overflow:hidden;}
.main2024 .mvisual .links {position:absolute; bottom:50px; left:0; width:100%; padding:0 80px; display:flex; gap:12px; justify-content:flex-end; z-index:1;}
.main2024 .mvisual .links a {display:block; font-size:22px; color:#ffc000; font-weight:700; line-height:66px; height:70px; padding:0 50px; text-align:center; border:#ffc000 3px solid; background:#000; border-radius:35px;}
.main2024 .mvisual .mv {position:relative; background:#fff7e6; border-radius:10px; height:100%; overflow:hidden;}
.main2024 .mvisual .txt {position:absolute; top:0; left:40px; height:100%; display:flex; align-items:center; z-index:1;}
.main2024 .mvisual .ani {position:absolute; top:0; right:0; width:100%; height:100%; overflow:hidden;}
.main2024 .mvisual .ani img {position:absolute; top:0; right:0; height:100%;}
.main2024 .mvisual .ani .top,
.main2024 .mvisual .ani .btm {transform:scale(1.15) translate(0,6%); animation:mvisual 3s linear forwards; opacity:0;}
.main2024 .mvisual .ani .top {animation-delay:.5s;}
@keyframes mvisual {
	0% {transform:rotate(20deg) scale(1.6) translate(0,8%); opacity:0;}
	30% {opacity:1;}
	100% {transform:scale(1.15) translate(0,6%); opacity:1;}
}

@keyframes mc02_ccl {
	0% {transform:translate(-50%,-50%) scale(1); opacity:0; border-width:2px;}
	50% {opacity:1;}
	100% {transform:translate(-50%,-50%) scale(1.2); opacity:0; border-width:0px;}
}

/* main 2026 */
.conference-hero{position:relative; width:100%; min-height:920px; overflow:hidden; background:url('/images/main_img.png') center/cover no-repeat;}
.conference-hero:before{content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.02) 18%,rgba(255,255,255,0) 36%), linear-gradient(225deg,rgba(120,220,255,0.12) 0%,rgba(120,220,255,0.04) 24%,rgba(120,220,255,0) 48%);}
.conference-inner{position:relative; z-index:2; min-height:920px;}
.conference-links{position:absolute; left:50%; bottom:30px; z-index:3; display:flex; gap:18px; transform:translateX(-50%);}
.conference-link{position:relative; display:flex; align-items:center; justify-content:space-between; gap:20px; min-width:520px; min-height:108px; padding:0 34px; overflow:hidden; text-decoration:none; background:rgba(255,255,255,0.09); border:1px solid rgba(255,255,255,0.18); box-shadow:0 18px 40px rgba(5,14,48,0.2), inset 0 1px 0 rgba(255,255,255,0.2); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); transition:transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease; box-sizing:border-box;}
.conference-link:before{content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0.04) 22%,rgba(255,255,255,0.02) 100%);}
.conference-link:hover{transform:translateY(-4px); background:rgba(255,255,255,0.12); border-color:rgba(158,241,255,0.34); box-shadow:0 24px 44px rgba(5,14,48,0.24), inset 0 1px 0 rgba(255,255,255,0.26);}
.conference-link-glow{position:absolute; right:-60px; top:50%; width:180px; height:180px; background:rgba(79,228,255,0.16); filter:blur(34px); transform:translateY(-50%);}
.conference-link-text{position:relative; z-index:2; display:flex; flex-direction:column;}
.conference-link-title{font-size:24px; font-weight:600; line-height:1.4; letter-spacing:-0.02em; color:#fff;}
.conference-link-sub{margin-top:6px; font-size:15px; font-weight:400; line-height:1.5; color:rgba(228,247,255,0.76);}
.conference-link-arrow{position:relative; z-index:2; flex:0 0 auto; font-size:28px; line-height:1; color:rgba(255,255,255,0.9);}





.orbit-poster{position:relative; width:620px; height:620px; margin:0 auto;}
.orbit-center{position:absolute; top:50%; left:50%; width:420px; height:420px; transform:translate(-50%,-50%); z-index:2;}
.orbit-center img{display:block; width:100%; height:100%; object-fit:contain;}
.orbit-ring{position:absolute; top:50%; left:50%; width:100%; height:100%; transform:translate(-50%,-50%); z-index:3; opacity: 0.5;}
.orbit-icon{position:absolute; top:50%; left:50%; width:52px; height:52px; margin:-26px 0 0 -26px;}
.orbit-icon img{display:block; width:100%; height:100%; object-fit:contain;}

.orbit-icon1{animation:orbit1 45s linear infinite;}
.orbit-icon2{animation:orbit2 45s linear infinite;}
.orbit-icon3{animation:orbit3 45s linear infinite;}
.orbit-icon4{animation:orbit4 45s linear infinite;}
.orbit-icon5{animation:orbit5 45s linear infinite;}
.orbit-icon6{animation:orbit6 45s linear infinite;}
.orbit-icon7{animation:orbit7 45s linear infinite;}
.orbit-icon8{animation:orbit8 45s linear infinite;}
.orbit-icon9{animation:orbit9 45s linear infinite;}
.orbit-icon10{animation:orbit10 45s linear infinite;}
.orbit-icon11{animation:orbit11 45s linear infinite;}
.orbit-icon12{animation:orbit12 45s linear infinite;}
.orbit-icon13{animation:orbit13 45s linear infinite;}

@keyframes orbit1{0%{transform:rotate(0deg) translateY(-280px) rotate(0deg);}100%{transform:rotate(360deg) translateY(-280px) rotate(-360deg);}}
@keyframes orbit2{0%{transform:rotate(27.69deg) translateY(-280px) rotate(-27.69deg);}100%{transform:rotate(387.69deg) translateY(-280px) rotate(-387.69deg);}}
@keyframes orbit3{0%{transform:rotate(55.38deg) translateY(-280px) rotate(-55.38deg);}100%{transform:rotate(415.38deg) translateY(-280px) rotate(-415.38deg);}}
@keyframes orbit4{0%{transform:rotate(83.07deg) translateY(-280px) rotate(-83.07deg);}100%{transform:rotate(443.07deg) translateY(-280px) rotate(-443.07deg);}}
@keyframes orbit5{0%{transform:rotate(110.76deg) translateY(-280px) rotate(-110.76deg);}100%{transform:rotate(470.76deg) translateY(-280px) rotate(-470.76deg);}}
@keyframes orbit6{0%{transform:rotate(138.45deg) translateY(-280px) rotate(-138.45deg);}100%{transform:rotate(498.45deg) translateY(-280px) rotate(-498.45deg);}}
@keyframes orbit7{0%{transform:rotate(166.14deg) translateY(-280px) rotate(-166.14deg);}100%{transform:rotate(526.14deg) translateY(-280px) rotate(-526.14deg);}}
@keyframes orbit8{0%{transform:rotate(193.83deg) translateY(-280px) rotate(-193.83deg);}100%{transform:rotate(553.83deg) translateY(-280px) rotate(-553.83deg);}}
@keyframes orbit9{0%{transform:rotate(221.52deg) translateY(-280px) rotate(-221.52deg);}100%{transform:rotate(581.52deg) translateY(-280px) rotate(-581.52deg);}}
@keyframes orbit10{0%{transform:rotate(249.21deg) translateY(-280px) rotate(-249.21deg);}100%{transform:rotate(609.21deg) translateY(-280px) rotate(-609.21deg);}}
@keyframes orbit11{0%{transform:rotate(276.9deg) translateY(-280px) rotate(-276.9deg);}100%{transform:rotate(636.9deg) translateY(-280px) rotate(-636.9deg);}}
@keyframes orbit12{0%{transform:rotate(304.59deg) translateY(-280px) rotate(-304.59deg);}100%{transform:rotate(664.59deg) translateY(-280px) rotate(-664.59deg);}}
@keyframes orbit13{0%{transform:rotate(332.28deg) translateY(-280px) rotate(-332.28deg);}100%{transform:rotate(692.28deg) translateY(-280px) rotate(-692.28deg);}}


 

/* 2026 서브비주얼 */
.svisual{position:relative; width:100%; overflow:hidden; }
.svisual-inner{max-width:1920px; margin:0 auto; display:flex; justify-content:center; align-items:center;}
.svisual-inner img{width:100%; max-width:1920px; height:auto; display:block;}
/* 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:20px 0 90px; background:#fff;}
.overview-inner{width:100%; margin:0 auto;  box-sizing:border-box;}

.overview-head{text-align:center; margin:50px 0 50px; padding:0 0 20px; border-bottom:1px solid #e5e5e5;}
.overview-title{margin:0; font-size:40px; font-weight:700; line-height:1.16; letter-spacing:-0.04em; color:#171047;}

.overview-wrap{display:flex; align-items:flex-start; gap:64px;}
.overview-poster{flex:0 0 320px; width:320px;}
.overview-poster img{display:block; width:100%; height:auto;}
.overview-info{flex:1;}
.overview-list{margin:0; padding:0; list-style:none;}
.overview-item{display:flex; align-items:center; gap:22px; min-height:68px; margin:0 0 12px; padding:0 24px; background:rgba(50,33,123,0.04); border:1px solid rgba(50,33,123,0.08); box-shadow:0 10px 28px rgba(14,22,66,0.04), inset 0 1px 0 rgba(255,255,255,0.7);}
.overview-item:last-child{margin:0;}
.overview-label{position:relative; flex:0 0 78px; padding-left:14px; font-size:17px; font-weight:600; line-height:1.4; letter-spacing:-0.02em; color:#171047;}
.overview-label:before{content:""; position:absolute; left:0; top:50%; width:2px; height:18px; background:linear-gradient(180deg,#1ca3c8 0%,#32217b 100%); transform:translateY(-50%);}
.overview-text{flex:1; font-size:17px; font-weight:400; line-height:1.6; letter-spacing:-0.02em; color:#666;}

/* 오시는길 */
.location-section{padding:20px 0 90px; background:#fff;}
.location-inner{width:100%; margin:0 auto;}

.location-head{text-align:center; margin:50px 0 50px; padding:0 0 20px; border-bottom:1px solid rgba(0,0,0,0.08);}
.location-title{margin:0; font-size:40px; font-weight:700; letter-spacing:-0.04em; color:#222;}

.location-wrap{display:flex; gap:70px; align-items:stretch;}

.location-info{flex:0 0 40%;}

.location-top{margin:0 0 18px; padding-bottom:18px; border-bottom:1px dashed rgba(0,0,0,0.08);}
.location-name{margin:0; font-size:22px; font-weight:700; color:#171047;}
.location-address{margin:6px 0 0; font-size:18px; color:#444;}

.location-contact{display:flex; gap:30px; margin:0 0 40px; font-size:16px; color:#666;}

.location-guide{display:flex; flex-direction:column; gap:22px;}

.location-item{display:flex; gap:16px; padding:20px; background:rgba(50,33,123,0.03); border:1px solid rgba(50,33,123,0.08); box-shadow:0 10px 24px rgba(0,0,0,0.03);}

.location-icon{flex:0 0 42px; height:42px; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#32217b,#1ca3c8); color:#fff; font-size:20px;}

.location-content{flex:1;}
.location-label{margin:0 0 6px; font-size:16px; font-weight:600; color:#171047;}
.location-text{margin:0; font-size:15px; line-height:1.6; color:#666;}

.location-map{flex:1; min-height:420px;}
.location-map iframe{width:100%; height:100%; border:0;}

/* 프로그램 */
.program-head{margin:0 0 14px;}
.program-head-title{margin:0; padding:20px; font-size:20px; font-weight:700; line-height:1; text-align:center; color:#fff; background:#222548;}
.program-card{padding:10px 20px; background:#f6f8fb; border:1px solid rgba(50,33,123,0.08); box-shadow:0 10px 28px rgba(14,22,66,0.04);}
.program-group{margin:0 0 56px;}
.program-group:last-child{margin:0;}
.program-group-title{margin:0 0 26px; padding:0 0 24px; font-size:22px; font-weight:700; line-height:1.3; color:#2b5aa6; border-bottom:1px solid rgba(23,16,71,0.75);}
.program-item{display:flex; align-items:center; gap:34px; padding:24px 0; border-bottom:1px dashed rgba(23,16,71,0.12);}
.program-time{display:flex; align-items:center; gap:10px; flex:0 0 170px;}
.program-time .material-symbols-outlined{font-size:24px; color:rgba(23,16,71,0.3);}
.program-time p{margin:0; font-size:17px; font-weight:500; line-height:1.4; color:#000;}
.program-content{flex:1;}
.program-title{margin:0; font-size:17px; font-weight:600; line-height:1.6; letter-spacing:-0.02em; color:#000;}

.program-group .program-item:last-child{border-bottom:none;}

.program-speaker-box{margin:14px 0 0; padding:16px 18px; background:rgba(50,33,123,0.04);}
.program-speaker-row{display:flex; align-items:center; gap:14px;}
.program-speaker-row + .program-speaker-row{margin-top:8px;}
.program-country{display:none; align-items:center; justify-content:center; min-width:74px; height:34px; padding:0 12px; font-size:14px; font-weight:500; line-height:1; color:#2b5aa6; border:1px solid #2b5aa6; background:#fff; box-sizing:border-box;}
/* .program-country{display:inline-flex; align-items:center; justify-content:center; min-width:74px; height:34px; padding:0 12px; font-size:14px; font-weight:500; line-height:1; color:#2b5aa6; border:1px solid #2b5aa6; background:#fff; box-sizing:border-box;} */
.program-speaker{margin:0; font-size:15px; font-weight:400; line-height:1.6; color:#4b5563;}
.program-speaker span{color:#6b7280;}

/* 초청 연사 */
.speakers_wrap {display:flex; flex-wrap:wrap; gap:38px;}
.speakers_wrap .btn_speakers {position:relative; width:calc((100% - 114px)/4);}
.speakers_wrap .imgfit {position: relative; display: block; width: 100%;}
.speakers_wrap .imgfit:before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(#0000,#0006); z-index:1;}
.speakers_wrap img {filter:grayscale(1); transition:.2s linear;}
.speakers_wrap .txt {position:absolute; bottom:0; left:0; width:100%; padding:20px 30px; display:flex; flex-direction:column; align-items:flex-start; z-index:2;}
.speakers_wrap .tt {font-size:25px; color:#fff; font-weight:500; padding-bottom:5px; border-bottom:#48bcb5 2px solid; margin-bottom:20px; text-shadow:rgba(0,0,0,16) 0 3px 7px;}
.speakers_wrap p {font-size:17px; color:#fff; font-weight:300; line-height:26px; text-shadow:rgba(0,0,0,16) 0 3px 7px;}
.speakers_wrap .imgfit:hover img {filter:grayscale(0);}
.speakers_wrap .btn_pdf {font-size: 16px; font-weight: 500; line-height: 38px; height: 40px; width: 160px; margin: 10px auto 0; border: #ddd 1px solid; display: flex; justify-content: center; align-items: center; gap:10px;}
.pop_speakers,
.pop_speakers .dm {position:fixed; top:0; left:0; width:100%; height:100%;}
.pop_speakers {z-index:101; display:none;}
.pop_speakers .dm {background-color:transparent;}
.pop_speakers .outbox {position:absolute; top:50%; left:50%; width:870px; max-width:calc(100vw - 40px); background:#005370; border-radius:10px; padding:50px 40px; transform:translate(-50%,-50%);}
.pop_speakers .btn_close {position:absolute; top:50px; right:30px; width:31px; height:31px; background:url('/2024/images/btn_close.png') no-repeat 50% 50% / contain;}
.pop_speakers .inbox {display:flex; gap:40px;}
.pop_speakers .img {width:322px; height:380px;}
.pop_speakers .img img {width:100%; height:100%; object-fit:cover;}
.pop_speakers .txt {width:calc(100% - 362px);}
.pop_speakers .tit {font-size:31px; color:#fff; font-weight:500; line-height:34px; margin-bottom:10px;}
.pop_speakers p {font-size:17px; color:#fff; font-weight:300; line-height:25px;}
.pop_speakers .time {margin:20px 0; font-size:17px;  color:#f9b226;}
.pop_speakers dl {display:flex; font-size:17px; color:#cacaca; font-weight:300; line-height:20px; margin-bottom:15px;}
.pop_speakers dl:last-child {margin-bottom:0;}
.pop_speakers dt {position:relative; width:100px;}
.pop_speakers dt:after {content:""; position:absolute; top:50%; right:0; width:1px; height:16px; background:#6b6cb2; margin-top:-8px;}
.pop_speakers dd {padding-left:20px;}
.pop_speakers .con {position:relative; font-size:15px; color:#fff; font-weight:300; line-height:25px; max-height:175px; overflow:hidden;}
.pop_speakers .con:after {content:""; position:absolute; bottom:0; left:0; width:100%; height:80%; background:linear-gradient(#32326e00,#005370);}
.pop_speakers .more {display:block; font-size:16px; color:#fff; line-height:30px; height:34px; width:110px; border:#fff 2px solid; border-radius:17px; margin:25px auto 0; text-align:center;}
.pop_speakers.open .con {height:auto; max-height:calc(100vh - 400px); overflow:auto;}
.pop_speakers.open .con:after {height:0;}

/* 등록안내/등록 확인 */
/*.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:#1f2a5a; 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:#1f2a5a; 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;}

.gbox {background:#f8f8f8; margin:40px 0 25px; padding:30px; font-size:15px; color:#666; line-height:22px;}
.gbox strong {font-size:18px;}

.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 th,
.res_tbl td {border:#ddd 1px solid; line-height:31px; padding:10px 15px; font-size:17px;}
.res_tbl th {color:#222;    font-weight:500;    padding:14px 10px;       background-color:#f7f9fc;     letter-spacing:-0.5pt;}
.res_tbl td {    padding:14px 20px;        text-align:center;    }
.res_tbl{    border-top: 2px solid #1f2a5a;}

.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;
