:root{

--size-15 :15px;
--size-20 :20px;
--size-30 : 30px;
--size-40 : 40px;
--size-50 : 50px;
--size-60 : 60px;
--size-80 : 80px;
--size-100 : 100px;
--size-150 : 150px;
--size-200 : 200px;
--size-250 : 250px;
}

html,body{
    font-size:20px;
    color:#444;
}

#wrap{
max-width: 100%;
overflow: hidden;
}

.inner{
    width:1320px;
    margin-left: auto;
    margin-right:auto;
}
.dp-f{
    display: flex;
}
h3, .fs-h3{
    font-size:1.75rem;
}
h4, .fs-h4{
    font-size:1.25rem;
}
h5, .fs-h6{
    font-size:1.2rem;
}
.fs-sm{
    font-size: 0.9rem;
}
.fs-min{
    font-size: 0.8rem;
}
h2,.fs-dp{
    font-size: 3rem;
}
.fs-dp2{
    font-size: 2.5rem;
}
.fw-bd{
    font-weight: bold;
}
.c-gold{
    color:#C9A96E;
}
.c-gray{
    color:#888;
}
.c-w{
    color:#fff;
}
.ff-kopub{
    font-family:'KoPubWorld Batang';
    font-family: 400;
}
.pt-20{
    padding-top:var(--size-20);
}

.pb-20{
    padding-bottom:var(--size-20);
}

.pt-40{
    padding-top:var(--size-40);
}

.pb-40{
    padding-bottom:var(--size-40);
}

.pt-60{
    padding-top:var(--size-60);
}
.pb-60{
    padding-bottom:var(--size-60);
}

.pt-100{
    padding-top:var(--size-100);
}

.pt-150{
    padding-top:var(--size-150);
}


.pt-200{
    padding-top:var(--size-200);
}

.pb-100{
    padding-bottom:var(--size-100);
}

.pb-150{
    padding-bottom:var(--size-150);
}

.mb-15{
    margin-bottom:var(--size-15);
}

.mb-20{
    margin-bottom:var(--size-20);
}

.mb-30{
    margin-bottom:var(--size-30);
}

.mb-40{
    margin-bottom:var(--size-40);
}

.mb-50{
    margin-bottom:var(--size-50);
}

.mb-80{
    margin-bottom:var(--size-80);
}

.mb-100{
    margin-bottom:var(--size-100);
}
.mb-150{
    margin-bottom:var(--size-150);
}

/* 레이아웃 */
#header{
    position:fixed;
    top:0;
    left:0;
    padding:30px 0;
    width:100%;
    transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    z-index: 10;
}

#header.scrolled{
    padding:15px 0;
    background: rgba(11, 30, 51, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

#header .inner{
    justify-content: space-between;
}

#header .inner h1 img{
    display:block;
}

nav .gnb{
    gap:100px;
}

nav .gnb li button{
    line-height: 46px;
}

/* 컴포넌트 */

/* 메인 비주얼 */
#mainVisual{
    padding-top: var(--size-200);
    background: #fff url(../../../images/main_visual.jpg) 50% 0 no-repeat;
}

#mainVisual .info-date-venue{
    gap:60px;
}

#mainVisual .info-date-venue li span{
    display:block;
}

#mainVisual .img-box{
    position:relative;
}
#mainVisual .img-box video{
	display: block;
	width:100%;
}
#mainVisual .img-box span{
display: none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    text-transform: uppercase;
    letter-spacing:15px;
    line-height:1.2;
}

.logo-list{
    justify-content: space-between;
}
.logo-list li img{
max-width:90%;
}

#aboutKeic{
    background: #0B1E33;
}

#aboutKeic .inner .number li {
    width:25%;
    box-sizing:border-box;
    padding-left: var(--size-50);
    border-left:1px solid #C9A96E;
}

#aboutKeic .inner .number li strong{
    display: block;
    margin-bottom:10px;
}

#aboutKeic .inner .number li span{
    color:#EDE8DC;
}


#aboutKeic .inner .story{
    position: relative;
}

#aboutKeic .inner .story .left-content{
    width: calc(100% - 600px);
}

#aboutKeic .inner .from{
opacity: 0.8;
}
#aboutKeic .inner .from::before{
width: 15px;
height: 1px;
background: #fff;
display: inline-block;
position: relative;
top: -5px;
margin-right: 5px;
content: '';
}
#aboutKeic .inner .story .right-content{
    position: absolute;
    top:0;
    right:0;
}


#benefit4{
    text-align:center;
}

#benefit4 .inner .icon-box{
    gap:20px;
}

#benefit4 .inner .icon-box li{
    flex:1;
    border: 2px solid;
    border-image: linear-gradient(45deg, #d1b993, #fff4db,  #d1b78d);
    border-image-slice: 1;
    box-sizing: border-box;
    padding: 25px 10px;
}


#benefit4 .inner .icon-box li strong{
    display:block;
    margin-bottom:10px;
}

#benefit4 .inner .icon-box li p{
    word-break: keep-all;
}

#benefit4 .inner .point-text{
    display:block;
    width:fit-content;
    padding:0;
    margin:auto;
    background: linear-gradient( #fff 80%,#E2D9C7 80%);
}

#benefit4 .inner .point-text::before{
    display:block;
    width: 90px;
    height: 1px;
    background:#C9A96E;
    content:'';
    margin: auto;
    margin-top: var(--size-30);
    margin-bottom: var(--size-30);
}

#conference{
    position:relative;
    background: url(../../../images/speech_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

#conference .inner .fs-dp{
    position:absolute;
    line-height: 1.2;
    text-transform: uppercase;
}
#conference > img{
    position:absolute;
    left: 0;
    top:-100px;
	max-width: calc(100% - 980px);
}

#conference .inner .agenda{
    align-items: flex-end;
    flex-direction: row-reverse;
    padding-top: 90px;
}

#conference .inner .agenda .table-wrap{
    width: 870px;
}

#conference .inner .agenda .table-wrap h3{
    text-align:right;
}

#conference .inner .agenda .table-wrap table{
    width:100%;
    border-top: 1px solid #C9A96E;
}
#conference .inner .agenda .table-wrap table tr td{
    padding: 12px 0;
    border-bottom: 1px solid #444;
    vertical-align: middle;
}

#conference .inner .agenda .table-wrap table tr td{
    color: #888;
}

#conference .inner .agenda .table-wrap table tr td:first-of-type{
    color: #C9A96E;
}

#conference .inner .agenda .table-wrap table tr td:nth-of-type(3){
    color:#fff;
}

#conference .inner .agenda .table-wrap table tr td:last-of-type{
    text-align:center;
}

#conference .inner .agenda .info-date-venue{
    display: flex;
    gap:40px;
    flex-direction: column;
    flex:1;
}

#conference .inner .agenda .info-date-venue span{
    display: block;
}


#conference .inner .agenda .info-date-venue .line-btn{
    margin-left: 10px;
}

.line-btn{
    border:1px solid rgba(255,255,255,0.6);
    color:#fff;
    opacity: 0.8;
    padding: 10px 15px;
}

#conference .speaker .title{
    gap:30px;
    align-items: center;
}

#conference .speaker .title p{opacity:0.6;}

#conference .speaker-list .swiper-wrapper{
	flex-wrap:wrap;
	justify-content: center;
}
#conference .speaker-list .swiper-slide{
	width: 33.333%;
    display:flex;
    flex-direction: column;
    gap:25px;
	padding-bottom:20px;
}

#conference .speaker-list button{
    position: absolute;
    width: 60px;
    height: 60px;
	opacity: 0;
}

#conference .speaker-list button img{
    width: auto;
    height:100%;
}

#conference .speaker-list{
    position: relative;
}

#speakerPrev{left: -100px; top:50%; margin-top: -25px;}

#speakerNext{right:  -100px; top:50%; margin-top: -25px;}

#conference .speaker-list .fs-sm{
    color:#888;
    padding-left:10px;
    border-left:1px solid #C9A96E;
}

#conference .speaker-list h3{
    letter-spacing: 5px;
}

.sponsor{
    background:url(../../../images/sponsor_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.sponsor-logo {
    text-align:center;
}

.sponsor-logo .logo-list{
    gap:100px;
    justify-content: center;
}
.sponsor-logo .logo-list:first-of-type li img{
max-width:100%;
}

#footer{
    background: #000;
}
#footer .inner{
    justify-content: space-between;
    align-items: flex-start;
}
#footer .inner img{
	width: auto;
	max-height: 45px;
}

#footer .inner p{
    width:870px;
    color:#888;
    margin-top:10px;
}

#footer .copy{
    border-top: 1px solid #555;
    color:#888;
    padding:15px 0; 
    text-align: center;
}

#application {
    gap:var(--size-60);
}

#application .left-content{
    flex:1;
}

#application .left-content h3 *{
    display:block;
}

#application .left-content h3 strong{
    display: flex;
    align-items: center;
}

#application .left-content h3 strong:before{
    width:39px;
    height:2px;
    background: #C9A96E;
    margin-right:10px;
    display:block;
    content:'';
}

.benefit-list li {
    margin-bottom:15px;
}

.benefit-list li:first-of-type,
.benefit-list li:last-of-type{
	display: flex;
	gap:9px;
	align-items: flex-start;
    margin-bottom:0px;
    padding-top:0px;
}
/*
.benefit-list li:first-of-type,
.benefit-list li:last-of-type{
	display: flex;
	gap:9px;
	align-items: flex-start;
    margin-bottom:0px;
    padding-top:15px;
    border-top:1px solid #888;
}
*/
.benefit-list li:first-of-type{
	border-top:0;
	margin-bottom:10px;
}

.highlight{
    background: linear-gradient(transparent 50%, #E2D9C7 50%);
    color: #79581a;
}

.benefit-list li .badge{
    display: inline-block;
    width: 70px;
    line-height: 40px;
    color:#A28A5D;
    border:1px solid #C9A96E;
    font-weight: bold;
    margin-right:10px;
    text-align: center;
}

#application .right-content{
    width: 870px;
    padding: var(--size-60);
    box-sizing: border-box;
    background-color: #fff;
    border-top:2px solid #C9A96E;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15)
}

#application .right-content .input-wrap label{
    display: block;
    font-weight: bold;
    padding-bottom: 15px;
}

#application .right-content .input-wrap label span{
    color: #C9A96E;
    font-weight: 300;
}

#application .right-content input[type=text],
#application .right-content input[type=email],
#application .right-content input[type=tel],
#application .right-content select {
    width: 100%;
    height:60px;
    border-radius: 8px;
    border:1px solid #ccc;
    text-indent: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.privacy-wrap .fs-min{
    color: #888;
}

.privacy-wrap button.fs-min{
    display: block;
    text-decoration: underline;
    color:#333;
    font-weight: bold;
}

.privacy-wrap .dp-f{
    gap:20px;
}

.privacy-wrap .dp-f input[type=checkbox]{
    height: 1em;
    width: 1em;

}

#application .right-content fieldset{
    border: none;
    padding: 0;
    margin: 0;
}

#application .right-content legend{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

#application .right-content button[type=submit]{
    width: 100%;
    line-height: 80px;
    color: #fff;
    background: #A28A5D;
    text-align: center;
    border-radius: 15px;
}

#application .right-content button[type=submit] + p{
    text-align: center;
}

.fix-info{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(72,59,35,0.8);
    backdrop-filter: blur(10px);
    z-index:10;
}

.fix-info .inner{
    position: relative;
    gap:20px;
    align-items: center;
    padding: 15px 0;
}


.fix-info .inner .d-day .round-badge{
    border:1px solid #fff;
    border-radius:40px;
    padding:5px 10px;
    margin-right: 10px;
}

.fix-info .inner .d-day #d-day{
    line-height: 1;
    border-right:1px solid rgba(255,255,255,0.4);
    padding-right:10px;
    margin-right:10px;
    color: #c9A96E;
    font-size: 1.25em;
}

.fix-info .inner .d-day #timer{
    font-size: 1.25em;
}

.fix-info .inner .info button{
    padding: 5px 10px;
    margin-left: 5px;
}

.fix-info .inner .fill-btn{
    height: 90px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #8F6E32;
    border-radius: 20px 20px 0 0;
}

.fix-info .inner .fill-btn i{
    display: -moz-inline-stack;
    width: 1em;
    height: 1em;
    background: url(../../../images/icon_next.png) 50% 50% no-repeat;
    background-size: contain;
}

/* 팝업 공통 */
.popup-overlay{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.popup-overlay.active{
    display: flex;
}
.popup-container{
    background: #fff;
    width: 680px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}
.popup-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}
.popup-header h3{
    font-size: 1.1rem;
    font-weight: bold;
}
.popup-close{
    font-size: 1.5rem;
    line-height: 1;
    color: #888;
    cursor: pointer;
}
.popup-body{
    padding: 30px;
    overflow-y: auto;
    flex: 1;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #444;
}
.popup-body h4{
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #222;
}
.popup-body h4:first-child{ margin-top: 0; }
.popup-body ul{
    padding-left: 1.2em;
    list-style: disc;
}
.popup-body ul li{ margin-bottom: 4px; }
.popup-footer{
    padding: 16px 30px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.popup-close-btn{
    display: inline-block;
    padding: 10px 50px;
    background: #A28A5D;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 4px;
}

/* 위치 팝업 */
.popup-map .popup-container{
    width: 760px;
}
.popup-map .popup-body{
    padding: 0;
}
.popup-map .popup-body iframe{
    display: block;
    width: 100%;
}

/* 개인정보 동의서 팝업 */
#privacyPopup .popup-container{
    width: 760px;
}
.privacy-subtitle{
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 4px;
}
.privacy-section{
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #eee;
}
.privacy-section:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.privacy-section-title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.95rem;
}
.privacy-badge{
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 3px;
    white-space: nowrap;
}
.privacy-badge.required{
    background: #0B1E33;
    color: #fff;
}
.privacy-badge.optional{
    background: #C9A96E;
    color: #fff;
}
.privacy-table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
    font-size: 0.82rem;
}
.privacy-table th{
    background: #f5f5f5;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    color: #444;
}
.privacy-table td{
    padding: 8px 12px;
    border: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.6;
    color: #555;
}
.privacy-table td:first-child{
    background: #fafafa;
    font-size: 0.8rem;
    white-space: nowrap;
}
.privacy-notice{
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}
.privacy-desc{
    font-size: 0.8rem;
    color: #888;
    line-height: 1.7;
    margin-top: 8px;
}
.privacy-desc a{
    color: #C9A96E;
    text-decoration: underline;
}
.privacy-channel{
    margin-top: 12px;
    padding: 14px;
    background: #f9f9f9;
    border-left: 3px solid #C9A96E;
}
.privacy-channel-title{
    font-size: 0.82rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}
.privacy-channel-list{
    padding-left: 1.2em;
    list-style: disc;
    font-size: 0.8rem;
    color: #666;
}
.privacy-channel-list li{
    margin-bottom: 6px;
    line-height: 1.6;
}