/* Written By KYI */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*Reset*/
body{margin: 0; padding: 0;}
div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,input,textarea,button,select,table,th,td{margin:0;padding: 0;border:0;}
ul,ol,li,dl{list-style: none;}
img{border:0;vertical-align: middle; font-size:0;}
address,caption,cite,code,dfn,em,var{font-style: normal;}
a{color:inherit; text-decoration:none; color:#333;}
a:hover,a:active,a:focus{text-decoration:none;}
strong{font-weight:700;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary,main {display:block;}
/* common */
body,th,td,input,select,textarea,button{color:#333; font-size:15px; line-height:1.5; letter-spacing:-0.025em; font-family: 'Noto Sans KR', sans-serif;}
.blind{display:none;}
 *:focus { outline:none; }/*Å©·Ò¿¡¼­ div, ±âÅ¸ ¹öÆ° Å¬¸¯½Ã »ý±â´Â Å×µÎ¸® Á¦°Å*/
/*°øÅë***********************************************************************************/
/*header*/
header{width:1020px;height:100px; margin:0 auto; position:relative;}
.header-logo{display:block; margin-top:-21px; position:absolute; left:0; top:50%;}
.header-logo a{display:inline-block;}
.tnb{position:absolute; right:0; top:0;}
.tnb a{display:inline-block; height:34px; line-height:34px; font-weight:500; font-size:16px; letter-spacing:-0.05em; color:#777; position:relative; padding:60px 15px;}
.tnb a:after{content:""; display:block; position:absolute; top:50%; margin-top:-4px; right:0; width:1px; height:10px; background:#d2d2d2; }
.tnb a.header-page{padding-right:0;}
.tnb a.header-page:after{display:none;}
.tnb a img{display:inline-block; vertical-align:-2px; margin-right:1px;}

.header-gnb{}
.gnb{width:1020px; margin:0 auto; padding-top:34px;text-align:right;}
.gnb > li{display:inline-block;margin-left:50px; margin-right:20px; position:relative; height:67px; line-height:67px;  box-sizing:border-box;}
.gnb > li > a{display:block; font-size:23px; color:#333; font-weight:500; line-height:inherit;}
.gnb > li:hover > a{ color:#155ba9; background:url(img/gnb-arrow.png) no-repeat 50% 100%;}
.gnb > li > ul{max-height: 0; transition: max-height 0.2s ease-out ;  transition: border 0.1s ease-out ; overflow:hidden; position:absolute; top:66px; z-index:5; width:180px;  left:50%; margin-left:-75px; background:rgba(255,255,255,1); box-sizing:border-box;}
.gnb > li:hover > ul{max-height: 500px; transition: max-height 0.3s ease-in; border:1px #2353a3 solid; border-top-width:5px;}
.gnb > li:hover > ul.gnb5{width:200px; margin-left:-85px;}
.gnb > li > ul li{border-top:1px #e0e0e0 solid; height:40px; line-height:40px;}
.gnb > li > ul li:first-child{border-top-width:0;}
.gnb > li > ul li a{display:block; color:#888; text-align:center;}
.gnb > li > ul li a:hover{color:#333;}

/*footer*/
.foot-area{width:1020px; margin:0 auto 0;}
footer{padding:20px 0 20px 0; border-top:3px #5b697b solid; color:#777; width:100%; min-width:1020px;}
footer address{font-weight:400; line-height:25px;}
footer .copyright{ margin-top:10px; font-weight:700;}



/*¸ÞÀÎ***********************************************************************************/
/*visual*/
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-arrow{position:absolute; font-size:0;  background:transparent;}
.slick-slider .slider-for{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-slide {float: left; text-align:center; /*height: 100%; min-height: 1px;*/}
.slick-dots{position:absolute; left:50%; margin-left:-500px; bottom:120px; z-index:99999999;}
.slick-dots > li > .visual-tab {background:transparent; font-size:16px; font-weight:500; color:rgba(51,51,51,0.7); margin-top:10px; border:0; cursor:pointer;}
.slick-dots > li > .visual-tab:after { display:block; content:""; width:18px; height:3px; background:rgba(51,51,51,0.5);}
.slick-dots > li.slick-active > .visual-tab{color:rgba(51,51,51,1)}
.slick-dots > li.slick-active > .visual-tab:after{width:auto;background:rgba(51,51,51,1)}
#main-visual{width:100%;height:386px; min-width:1020px; overflow:hidden; position:relative;}
.visual-item{width:100%; height:386px; overflow:hidden; position:relative;}
.visual-item > img{margin:0 auto; display:block; position:absolute; left:50%; margin-left:-1000px}
.slider-nav{position:absolute; z-index:9999999; left:50%; top:0; width:200px;}
.slider-nav > div{border:1px blue solid; display:block;}

#organizer{background:#f0f2f4; padding:30px 0; width:100%;}
.organizer-area{width:1020px; margin:0 auto;}
.organizer-area dl{display:inline-block; line-height:40px; margin-bottom:5px; position:relative;}
.organizer-area dl dt{position:absolute; left:0; top:0; width:60px; text-align:center; color:#fff; background:#8694a7; font-weight:700; font-size:18px; letter-spacing:0;}
.organizer-area dl dd{padding-left:82px; color:#697887; font-size:18px; letter-spacing:-0.7px;}
.organizer-area dl.org01{width:100%; box-sizing:border-box;}

#deadline{background:url(img/deadline-bg.png) no-repeat 50% -20px; width:100%; min-width:1020px; margin:0 auto; position:relative; top:-70px; text-align:center;}
.deadline-area{width:1020px; margin:0 auto; min-height:50px; line-height:50px; padding-top:20px;}
.deadline-area p{display:inline-block; width:48%; box-sizing:border-box; font-weight:700; font-size:30px; color:#155ba9;}
.deadline-area p span{font-size:25px; color:#052242;}
.dead01{position:relative;}
.dead01:after{width:1px; height:20px; content:""; background:#abb5c0; position:absolute; right:0; height:26px; top:50%; margin-top:-13px;}

.main-conent-area{width:1020px; margin:16px auto 15px; position:relative; padding-right:370px; box-sizing:border-box;}
.main-banner{width:230px; height: 120px; float:left; margin-right:15px; margin-bottom:15px;}
.main-banner a{color:#fff; display:block; height:inherit;box-sizing:border-box; padding-left:75px;}
.main-banner a:hover{opacity: 0.7; color:#000000;background:#ccc;}

.main-banner a h2{font-weight:700; font-size:25px; letter-spacing:-0.05em; padding-top:32px;}
.main-banner a span{display:block; color:rgba(255,255,255,0.6); font-size:13px; font-family:'Montserrat'; text-transform:uppercase; letter-spacing:0; }


#presentation{background:url(img/mb01.gif)}
#registration{background:url(img/mb02.gif)}
#schedule{background:url(img/mb03.gif)}
#program{background:url(img/mb03.gif)}
#award{background:url(img/mb04.gif)}
.main-conent-area:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}

#notice{position:absolute; right:0; top:0; width:530px; height:255px; box-sizing:border-box; background:#6c7b8d; padding:30px;}
#notice h2{font-size:21px; background:url(img/notice-icon.png) no-repeat 0 50%; font-weight:400; color:#fff; letter-spacing:-0.03em; padding-left: 40px; }
#notice .more-btn{display:block; position:absolute; width:30px; height:30px; font-size:0; overflow:hidden; background:url(img/more-btn.gif); right:30px; top:30px;}
#notice ul{border-top:1px #8492a3 solid; margin-top:22px; padding-top:20px;}
#notice li{position:relative; margin-top:6px;}
#notice li span{display:inline-block; position:absolute; height:25px; line-height:25px; top:0; right:0; color:#fff;}
#notice li a{color:#fff; display:block; margin-right: 5px; position: relative; height: 25px;  box-sizing: border-box; }
/* #notice li a{color:#fff; display:block; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; margin-right: 100px; position: relative; height: 25px;  box-sizing: border-box; }*/
#notice li a:hover{text-decoration:underline;}

/*¼­ºê******************************************************************/
.sub-visual{width:100%; min-width:1020px; margin:0 auto; position:relative; overflow:hidden; height:428px;}
.sub-visual img{display:block; position:absolute; left:50%; margin-left:-1000px;}
.snb{width:100%; min-width:1020px; background:#f0f4f7; border:1px #d5dadf solid; border-width:1px 0;}
.snb ul{width:1020px; margin:0 auto; height:60px; line-height:60px;}
.snb ul li{display:inline-block; margin-left:-3px; width:25%; text-align:center;}
.snb ul li a{display:block; line-height:inherit; border:1px #d5dadf solid; border-width:0 1px 0 0; font-size:17px; color:#555;}
.snb ul li:first-child a{border-left-width:1px;}
.snb ul li.current a{position:relative; color:#0f4b8e; background:#fff;}
.snb ul li.current a:before{position:absolute; content:""; display:block;top:-1px; width:100%; height:4px; background:#0084CC;}
.snb ul li.current a:after{position:absolute; content:""; display:block; bottom:-1px; height:2px; background:#fff; z-index:99; width:100%}


.sub-visual1{width:100%; margin:0 auto; position:relative; overflow:hidden; height:218px;}
.sub-visual1 img{position:absolute; left:50%; margin-left:-510px;}


.snb ul.snb1 li{width:16.66%;}
.snb ul.snb2 li{width:27%;}
.snb ul:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}

#sub{padding-bottom:100px; position:relative;}
.sub-title{width:1020px; margin:35px auto 0px; padding-bottom:22px; position:relative; text-align:left; border-bottom:3px #161d2c solid;}
.sub-title h2{font-size:35px; color:#424242; font-weight:700;}
.sub-title h3{font-size:35px; color:#424242; font-weight:700; letter-spacing:-0.03em;}
.sub-nav{position:absolute; right:0; z-index:2; bottom:35px; height:16px; line-height:16px; font-size:15px; text-align:right;}
.sub-nav .sn1{display:inline-block;}
.sub-nav .sn1 img{vertical-align:top;}
.sub-nav .sn2{color:#444; background:url(img/nav-arrow.gif) no-repeat 8px 50%; padding-left:23px;  display:inline-block;}

.sub-content{width:1020px; margin:30px auto 0; overflow:hidden; color:#555; font-size:17px; line-height:32px;}
.sub-column:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}
.sub-column-box{float:left; width:50%; box-sizing:border-box; text-align:justify; word-break:keep-all;}
.sub-column-box.scb-left{padding-right:45px;}

.sub-t1{font-size:25px; font-weight:500; margin-bottom:10px;}
.sub-t2{font-size:20px; text-align:right; color:#222; margin-top:50px;}
.sub-t2 strong{font-size:28px;}


.page{position:relative;float:left;width:100%;}
.page p{float:left;font-size:18px;color:#898989;}
.page span{float:left;font-size:16px;width:100%;margin-bottom:1px;}

.session_code{position:relative;width:100%;margin:0 auto;}
#page_navi{position:relative;float:left;width:99.8%;height:54px;text-align:center;background:#f3f6f9;border:1px solid #ccc;box-shadow:3 3px 3px #e0e0e0;margin-bottom:30px;}
#page_navi a.icon_home{float:left;width:64px;height:54px;background:url(../img/home2.png) no-repeat center center;text-indent:-999px;border-right:1px solid #ccc;}
#page_navi b{float:left;width:249px;line-height:54px;font-size:16px;font-weight:600;color:#000;border-right:1px solid #ccc;}

.navi_m{position:relative;float:left;height:54px;border-right:1px solid #ccc;}
.navi_m .drop{float:left;width:253.4px;line-height:54px;font-size:15px;color:#666;}
.navi_m .drop:hover{color:#333;}
.navi_m ul{position:absolute;top:50px;background:#293d68;display:none;z-index:1000;}
.navi_m:hover ul{display:block;}
.navi_m ul li{float:left;width:253.4px;list-style:none;}
.navi_m ul li a{float:left;width:253.4px;padding:10px 0;line-height:22px;font-size:13px;color:#fff;border-top:1px solid #5d7ab9;}
.navi_m ul li a:hover{background:#2d4d93;}
.arrow{display:none;}

.paper-num {width: 12%;text-align: center;vertical-align: top;padding: 10px 0 0;color: #666;width: 10%;}
.paper-pdf {text-align:center;vertical-align: middle;}
.paper-line {border-bottom: 1px solid #999;}


.page-nav { width:100%;height: 30px; margin-bottom:30px;}
.page-nav ul li {float:right;padding:0 10px; font-size: 13px;color:#000; list-style: none;line-height:18px;}
.page-nav ul li a,.page-nav ul li a:hover {vertical-align: middle;text-align: right;text-decoration: none;}


.paper{line-height: 160%;text-align:left;}
.paper .a {color:#003f7f !important;}
.paper .article0 {font-size:15px;color:#003f7f;font-weight:400;text-align:left;margin-left:10px;}
.paper .article1 {font-size:14px;color:#767676;text-align:left;margin-left:10px;}
.paper .article2 {font-size:13px;color:#9c9c9c;text-align:left;margin-left:10px;}

.session {width: 100%;color: #fff;margin: 15px 0;}

.color-poster {background-color: #3a9999;}
.session th {min-height: 60px;vertical-align: middle; /* height: 60px; */ padding: 10px; font-weight: normal;}

.title-session {font-size: 18px;line-height: 160%;/* padding: 2px 15px 2px 4px; */margin: 10px 20px;}

.fl {float: left !important;}

.fr {float: right !important;}

.pr-5 {padding-right: 5px;}
img {border: 0px;vertical-align: middle;}



/* Å×ÀÌºí style */
.tbl{position:relative;float:left;width:100%;overflow:hidden;}
.tbl table{float:left;width:100%;margin-left:-1px;background:#fbfaf9;border-top:1px solid #ddd2bd;}
.tbl table th,.tbl table td{text-align:center;padding:10px 12px;border-left:1px solid #ddd2bd;border-bottom:1px solid #ddd2bd;}
.tbl table th{line-height:28px;font-size:17px;color:#333;background:#f3ece2;}
.tbl table td{line-height:20px;font-size:16px;color:#666;}

/* Å×ÀÌºí style */
.tbl2{position:relative;float:left;width:100%;overflow:hidden;}
.tbl2 table{float:left;width:100%;margin-left:-1px;background:#ffffff;margin:0 auto;padding:0 auto;}
.tbl2 table th{width:100px;}
.tbl2 table th,.tbl2 table td{text-align:center;padding:5px 5px;border-left:1px solid #ddd2bd;border-bottom:1px solid #ddd2bd;}
.tbl2 table th{line-height:28px;font-size:14px;color:#000000;background:#e9e9e9;font-weight:400}
.tbl2 table td{line-height:20px;font-size:13px;color:#000000;}
.tbl2 table .t1d{line-height:20px;font-size:13px; color:#000000;font-weight:100;background:#ffffff;}
.tbl2 table .t2d{line-height:20px;font-size:13px; color:#d41919;font-weight:100;}
.tbl2 table .t3d{line-height:20px;font-size:13px; color:#d41919;font-weight:100;background:#ffffff;}
.tbl2 img{bottom:0px;}

/* ÇÐÈ¸»ó ¼ö»óÀÚ */
.winner-title{font-weight:700; font-size:26px; color:#777; margin-bottom:40px;}
.sub-winner-tab:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}
.sub-winner-tab li{cursor:pointer; float:left; width:11%; height:50px; line-height:50px; border:1px #e0e0e0 solid; border-left-width:0; font-size:16px; box-sizing:border-box; text-align:center;}
.sub-winner-tab li:nth-child(1){width:16%; border-left-width:1px;}
.sub-winner-tab li:nth-child(2){width:16%;}
.sub-winner-tab li:nth-child(3){width:16%;}
.sub-winner-tab li:nth-child(4){width:16%;}
.sub-winner-tab li:nth-child(5){width:16%;}
.sub-winner-tab li:nth-child(6){width:16%;}
.sub-winner-tab li:nth-child(7){width:13%;}
.sub-winner-tab li:nth-child(8){width:11%;}
.sub-winner-tab li:nth-child(9){width:9%;}
.sub-winner-tab li.current{background:#0f4b8e; border-color:#0f4b8e; color:#fff;}
.sw-info-box{box-sizing:border-box; width:100%; display:none;}
.sw-info-box.current{display:block;}
.sw-info-box dl{position:relative; min-height:240px; box-sizing:border-box; width:100%; border-top:1px #e0e0e0 dashed; padding-top:50px; margin-top:50px;}
.sw-info-box dl:first-child{border-top-width:0px; padding-top:0;}
.sw-info-box dt{position:absolute;}
.sw-info-box dt img{border:1px #e0e0e0 solid;}
.sw-info-box dd{padding-left:220px; width:100%; box-sizing:border-box;  }
.sw-info-box dd ul{padding-top:0;}
.sw-info-box dd li{padding-top:20px; position:relative;}
.sw-info-box dd li:first-child{padding-top:0;}
.sw-info-box dd div{font-size:16px; padding-left:12px;}
.sw-info-box dd span{display:block; font-weight:500; font-size:18px; color:#222;position:relative; padding-left:12px;}
.sw-info-box dd p{position:relative; padding:2px 0;  padding-left:6px;  line-height:1.5em;}
.sw-info-box dd p:after{position:absolute; left:0; top:12px; width:2px; height:2px; background:#999; content:""; display:block;}
.sw-info-box dd span:after{position:absolute; left:0; top:13px; background:#cbb89d; width:5px; height:5px; border-radius:50%; display:block; content:"";}
.swi1{font-weight:500; color:#67563d; font-size:22px; padding-bottom:20px;}
.swib-dl2 dt{position:relative; border:0;}
.swib-dl2 dd{padding-left:0; display:inline-block; width:23%;}
.nbsp-box{height:30px;}
.sw-dl-float-box{}
.sw-dl-float-box dl{float:left; width:50%; padding-top:0; border-top-width:0;}
.sw-dl-float-box:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}
.sw-dl-float-box dd div{line-height:1.2em;}


/* ±¤°í */
.certification{position:relative;float:left;width:100%;}
.certification ul{position:relative;float:left;width:100%;margin-left:-10px;}
.certification ul li{position:relative;float:left;width:250px;height:359px;margin:0px;overflow:hidden;}
.certification ul li img{float:left;width:220px;height:300px;margin:35px;}
.certification ul li .certi_bg{position:absolute;left:0;top:0;width:240px;height:359px;}