/* common */
.inner-layer{
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.font-noto,
.font-noto *{
	font-family: 'Noto Sans KR',sans-serif;
}

/* header */
.wrap{
	width: 100%;
	min-width: 1200px;
	font-size: 15px;
	font-family: 'NanumSquareR', sans-serif;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}
#header{
	width: 100%;
}
.header-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 18px 0;
}
.header-logo > a{
	display: block;
}
.util-menu > li{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.util-menu > li > a{
	display: block;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	color: #282828;
	font-weight: 700;
	text-decoration: none;
}
.util-menu > li + li{
	padding-left: 15px;
	margin-left: 11px;
}
.util-menu > li + li:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 3px;
	left: 0;
	width: 1px;
	height: 16px;
	background-color: #ccc;
}
.util-menu .login > a{
	background-image: url('../image/headerIcon_login.png');
}
.util-menu .home > a{	
	background-image: url('../image/headerIcon_home.png');
}
.util-menu .admin{
	padding: 0;
}

.gnb{
	position: absolute;
	top: 80px;
	z-index: 10;
	width: 250px;
	height: 360px;
	background-color: rgba(11,13,39,0.6);
	box-sizing: border-box;
}
.gnb *{	
	box-sizing: border-box;
}
.gnb > li{
	height: calc(100% / 8);
}
.gnb > li + li{
	border-top: 1px solid rgba(255,255,255,0.07); 
}
.gnb > li > a{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 30px;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: -0.04em;
	color: #fff;
	transition: 0.3s ease;
}
.gnb > li:hover > a{
	background-color: #12aff2;
}
.gnb > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 250px;
	width: 300px;
	background-color: rgba(11,13,39,0.8);
}
.gnb > li.on > ul{
	display: block;
}
.gnb > li > ul > li > a{
	display: block;
	padding: 10px 30px;
	font-size: 15px;
	color: #fff;
	transition: 0.3s ease;
	text-decoration: none;
}
.gnb > li > ul > li:hover > a{
	text-decoration: underline;
}

/* footer */
#footer{
	padding: 30px 0;
	border-top: 1px solid #cacaca;
	background-color: #dfdfdf;
}
.footer-con{
	font-size: 14px;
	line-height: 1.8;
	text-align: center;	
}
.footer-con ul > li{
	display: inline-block;
	vertical-align: middle;
}

/* visual */
.visual-wrap{
	width: 100%;
	height: 360px;
	box-sizing: border-box;
}
.visual-wrap *{
	box-sizing: border-box;
}
.visual{
	width: 100%;
	height: 100%;
}
.visual-con{
	width: 100%;
	height: 100%;	
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.visual-con01{
	background-image: url('../image/main/bg_mainvisual.jpg');
}
.visual-con02{
	display: none;
	background-image: url('../image/main/bg_mainvisual.jpg');
}
.visual-text{
	display: flex;
	align-items: center;
	padding-left: 300px;
	height: 100%;
}
.visual-text img{
	width: auto;
}
.visual .slick-list,
.visual .slick-track{
	height: 100%;
}
.visual .slick-dots{
	position: absolute;
	left: calc((100% - 1200px)/2 + 310px);
	bottom: 35px;
}
.visual .slick-dots > li{
	display: inline-block;
	margin: 2px;
	vertical-align: top;
}
.visual .slick-dots > li button{
	overflow: hidden;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: transparent;
	text-indent: -9999em;
}
.visual .slick-dots > li button:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.visual .slick-dots .slick-active button{
	border-color: #fff;
}

/* container */
.wrap #container{
	width: 100%;
	max-width: 1200px;
	min-height: initial;
	margin: 0 auto;
	padding: 50px 0;
	background: none;
}

/* main contents ???? ?? */
.main#container{
	padding: 0;
}
.main#container .contents,
.main#container .titArea{
	padding: 0;
}
#container .titArea{
	padding: 0;
	padding-bottom: 10px;
}
.dday-contents{
	padding: 45px 0;
	background-color: #ebecf8;
}
.dday-conbox{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4%;
}
.dday-conbox li{	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	max-width: 285px;
	height: 190px;
	padding: 0 5%;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #282828;
	text-align: center;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}
.dday-conbox .dday{
	display: block;
	margin-top: 5px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.dday-conbox .btn-click{
	display: inline-block;
	width: 100%;
	padding: 7px 0 9px;
	margin-top: 15px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
.dday-conbox li:nth-child(3n){
	background: linear-gradient(180deg, rgba(254,254,255,1) 0%, rgba(243,248,251,1) 100%);
	box-shadow: 0 10px 0 -2px #cdd1db;
}
.dday-conbox li:nth-child(3n) .dday{
	color: #4394d0;
}
.dday-conbox li:nth-child(3n) .btn-click{
	background-color: #4394d0;
}
.dday-conbox li:nth-child(3n+1){
	background: linear-gradient(180deg, rgba(255,254,254,1) 0%, rgba(251,243,243,1) 100%);
	box-shadow: 0 10px 0 -2px #f1d6d0;
}
.dday-conbox li:nth-child(3n+1) .dday{
	color: #f04a25;
}
.dday-conbox li:nth-child(3n+1) .btn-click{
	background-color: #f04a25;
}
.dday-conbox li:nth-child(3n+2){
	background: linear-gradient(180deg, rgba(252,253,253,1) 0%, rgba(239,247,243,1) 100%);
	box-shadow: 0 10px 0 -2px #cde5d2;
}
.dday-conbox li:nth-child(3n+2) .btn-click{
	margin-top: 20px;
	background-color: #4dbe7a;
}
#container .contents{
	padding: 30px 0;
}

#sponsor{
	padding: 40px 0;
	background-color: #f7f7f7;
}
.sponsor{
	width: 100%;
}
.sponsor + .sponsor{
	margin-top: 15px;
}
.sponsor .tit{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 280px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	vertical-align: top;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.tit.diamond{
	background-image: url('../image/main/bg_diamond.png');
}
.tit.platinum{
	background-image: url('../image/main/bg_platinum.png');
}
.tit.gold{
	background-image: url('../image/main/bg_gold.png');
}
.tit.silver{
	background-image: url('../image/main/bg_silver.png');
}
.tit.bronze{
	background-image: url('../image/main/bg_bronze.png');
}
.sponsor-rolling{
	margin: 0 auto;
}
.sponsor-rolling:after{
    display: block;
    content: '';
    clear: both;
}
.sponsor-rolling .slick-slide{
    margin: 0 15px;
}
.sponsor-rolling .tit{
    float: left;
    border: 1px solid transparent;
	height:82px;
}
.sponsor-rolling a{
	float: left;
	height: 84px;
	border: 1px solid #ccc;
    box-sizing: border-box;
	vertical-align: top;
}
.sponsor-rolling a > img{
	height: 100%;
}
.sponsor-rolling .slick-track{
	margin: 0;
}

/* Scientific Program */
.sub-tab-wrap{
    width: 100%;
    margin-bottom: 50px;
}
.sub-tab-menu{
    display: flex;
    justify-content: center;
    gap: 1px;
}
.sub-tab-menu > li{
    width: 33.33%;
    max-width: 260px;
    height: 60px;
    background-color: #7b8a91;
    transition: 0.3s ease;
}
.sub-tab-menu > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-decoration: none;
	text-align:center;
	word-break: keep-all;
}
.sub-tab-menu > li.on,
.sub-tab-menu > li:hover{
    background-color: #12aff2;
}
.cst-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
    table-layout: fixed;
}
.program-table tr{
    height: 10px;
}
.program-table th,
.program-table td{
    height: 10px;
    padding: 7px;
    border: 1px solid #cbcacf;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.04em;
    color: #282828;
    text-align: center;
}
.program-table th:first-child,
.program-table td:first-child{
    border-left: 0;
}
.program-table th:last-child,
.program-table td:last-child{
    border-right: 0;
}
.program-table thead th{
    background-color: #072d52;
    font-weight: 400;
    color: #fff;
}
.program-table tbody th{
    background-color: #f4f7f9;
    font-weight: 400;
}
td.bl-1{
    border-left: 1px solid #cbcacf !important;
}
.table-wrap + .table-wrap{
    margin-top: 40px;
}
.program-table .bg-yellow{
    background-color: #ffffcc;
}
.program-table .bg-yellow2{
    background-color: #d4d47e;
}
.program-table .bg-pink{
    background-color: #f8def8;
}
.program-table .bg-orange{
    background-color: #fde6da;
}
.program-table .bg-orange2{
    background-color: #fcdcae;
}
.program-table .bg-blue{
    background-color: #ddecfc;
}
.program-table .bg-blue2{
    background-color: #aeeaf9;
}
.program-table .bg-skyblue{
    background-color: #a7f9f6;
}
.program-table .bg-gray{
    background-color: #e5e5e5;
}
.program-table .bg-green{
    background-color: #e1f3d9;
}
.program-table .bg-green2{
    background-color: #64a668;
}
.program-table a{
    color: #282828;
    text-decoration: none;
}
.program-table a:hover,
.program-table a:active,
.program-table a:visited,
.program-table a:focus{
    color: #282828;
}
.sub-tab-slidecon + .sub-tab-slidecon{
    margin-top: 40px;
}

.sub-tab-wrap.type2{
    margin-top: -30px;
    margin-bottom: 20px;

}
.type2 .sub-tab-menu{
    gap: 5px;
}
.type2 .sub-tab-menu > li{
    display: block;
    flex: 1;
    background-color: #fff;
    border: 2px solid #5b2c75;
    border-radius: 10px;
    text-align: center;
	height:50px;
}
.type2 .sub-tab-menu > li > a{
    font-size: 16px;
    font-weight: 700;
    color: #854db1;
    line-height: 1.2;
}
.type2 .sub-tab-menu > li.on,
.type2 .sub-tab-menu > li:hover{
    background-color: #854db1;
    border-color: #854db1;
}
.type2 .sub-tab-menu > li.on > a,
.type2 .sub-tab-menu > li:hover > a{
    color: #fff;
}

.type2 .sub-tab-menu > li.abs_btn {
	background: #ffe7e7;
	border: 2px solid #b14d4d;
}
.type2 .sub-tab-menu > li.abs_btn a {
	color: #9b3e3e;
}

/* Daily Porgram */
.session-table th,
.session-table td{
    padding: 15px;
    border-top: 1px solid #cbcacf;
    border-bottom: 1px solid #cbcacf;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.04em;
    color: #555555;
    word-break: break-word;
	font-family:'Noto Sans KR',sans-serif;
}
table th.text-left,
table td.text-left{
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.session-table tbody th{
    background-color: #f7f7f7;
}
.session-table tr.session th{
    background-color: #808080;
    color: #fff;
}
.session-table tr.session td{
    background-color: #f7f7f7;
}
.session-table .tit{
    color: #111;
    font-weight: 500;
}
.session-table .name,
.session-table .tit p{
    color: #555555;
}
.session-table .name strong{
    color: #111;
    font-weight: 400;
}
.session-con + .session-con{
    margin-top: 40px;
}
.session-table tr.chairs{
    border: 2px solid #cbcacf;
}
.session-table:has(.chairs){
    margin-top: 10px;
    margin-bottom: 10px;
}
.session-table:has(.chairs) th{
    position: relative;
    background-color: #fff;
}
.session-table:has(.chairs) th:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #cbcacf;
}
.session-table .btn-wrap{
    margin-bottom: 10px;
}
.session-table .btn{
    display: inline-block;
    margin: 2px;
    min-width: 95px;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 7px 10px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
}
.btn.btn-abst{
    border-color: #419712;
    color: #419712;
}
.btn.btn-cv{
    border-color: #f6a83e;
    color: #f6a83e;
}
.btn.btn-pre{
    border-color: #6717c1;
    color: #6717c1;
}
.session-table p:has(.link){
    margin: 5px 0;
}
.text-blue{
    color: #0a2cd6 !important;
}
.link,
.link *{
    color: #0a2cd6 !important;
}
.link{
    text-decoration: underline;
}
.session-table .session-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.session-table .room{
    flex: 0 0 auto;
    min-width: 120px;
    border-radius: 2px;
    padding: 10px 30px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.room.typea{
    background-color: #f0e4fe;
    color: #8339da;
}
.room.typeb{
    background-color: #ddecfc;
    color: #0b4d92;
}

/* popup */
.popup-wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.popup-contents{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin: 0 auto;
    max-width: 730px;
    background-color: #fff;
    border: 1px solid #cbcacf;
    letter-spacing: -0.04em;
}
.popup-tit-wrap{
    padding: 20px 40px;
    padding-right: 70px;
    background-color: #d9e8ff;
}
.popup-tit{
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #1b67da;
}
.popup-conbox{
    overflow-y: auto;
    max-height: 600px;
    padding: 25px 40px;
}
.btn.btn-pop-close{
    position: absolute;
    top: 20px;
    right: 35px;
    padding: 2px;
    border: 0;
    background: none;
}
.popup-conbox .session-table th{
    font-weight: 700;
    color: #222222;
}
.popup-conbox .session-table th,
.popup-conbox .session-table td{
    font-size: 14px;
}
.popup-conbox .session-table th.text-left,
.popup-conbox .session-table td.text-left{
    padding-left: 15px;
    padding-right: 15px;
}
.popup-conbox .btn-wrap{
    margin-top: 30px;
}
.btn.btn-type1{
    display: inline-block;
    min-width: 170px;
    padding: 14px 15px;
    margin: 0 4px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}
.btn.color-type1{
    background-color: #616a73;
    border-color: #616a73;
    color: #fff;
}
.btn.color-type2{
    background-color: #1766dd;
    border-color: #1766dd;
    color: #fff;
}

.text-center{
    text-align: center;
}

/* Sponsor */
.sub .sponsor-tit{
    display: block;
    padding: 12px 15px;
    margin-bottom: 30px;
    border-radius: 0 30px 0 0;
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
    line-height: 1;
    text-align: center;
}
.sponsor-tit.platinum{
    background-image: url('../image/sub/bg_platinum.png');
}
.sponsor-tit.diamond{
    background-image: url('../image/sub/bg_diamond.png');
}
.sponsor-tit.gold{
    background-image: url('../image/sub/bg_gold.png');
}
.sponsor-tit.silver{
    background-image: url('../image/sub/bg_silver.png');
}
.sponsor-tit.bronze{
    background-image: url('../image/sub/bg_bronze.png');
}
.sub .sponsor-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.sub .sponsor-list > li{
    border: 1px solid #cfcfcf;
}
.sub .sponsor-list > li > a{
    display: block;
}

/* 인사말 페이지 서명 추가 - 25.07.09 mj.park */
.sign{
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-top: 30px;
}
.sign ul{
    margin-top: -5px;
}
.sign ul > li{
    display: flex;
    gap: 10px;
    align-items: center;
}
.sign ul > li span{
    flex: 0 0 auto;
    width: 55px;
}
.sign ul > li strong{
    font-size: 20px;
    font-weight: 700;
}
.sign ul > li img{
    margin-left: 20px;
}
.sign.eng ul > li span{
    width: 165px;
}
.sign.eng ul > li strong{
    width: 135px;
}