@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500,700');
@import url('Roboto.css');
@import url('NotoSansKR.css');

body,
input[type='text'],
input[type='password'],
input[type='cancel'],
input[type='file'],
input[type='submit'],
input[type='button'],
input[type='reset'],
select,
textarea,
button {font-family: 'Roboto', sans-serif; color:#444; font-size:15px;/* font-size:14px; */ line-height:1.5; font-weight:normal; word-break:normal;}

.scrollArea,
.agreeCon {scrollbar-3dLight-Color: #cacaca; scrollbar-arrow-color: #cacaca; scrollbar-base-color: #cacaca; scrollbar-Face-Color: #cacaca; scrollbar-Track-Color: #fff; scrollbar-DarkShadow-Color: #fff; scrollbar-Highlight-Color: #fff; scrollbar-Shadow-Color: #fff}
.scrollArea::-webkit-scrollbar,
.agreeCon::-webkit-scrollbar {width: 8px;background-color: #fff;}
.scrollArea::-webkit-scrollbar-thumb,
.agreeCon::-webkit-scrollbar-thumb {background-color: #cacaca;}



/* ===================== 공통 레이아웃 ===================== */
div.wrapper {}


/* _Header */
div#headerWrap {position: relative; background-color: #fff;}
div#headerWrap div.gnbBg{position: absolute; top: 125px; left: 0; width: 100%; background: url(/image/sub/gnb_bg.png) repeat-y left top; margin: 0; padding: 0; z-index: 0; height: auto;}
div#headerWrap a {text-decoration:none;}

div#headerWrap > div {position:relative; z-index:100;}

div#headerWrap h1 {font-family: 'Roboto';}
div#headerWrap h1 a {display:inline-block; font-size: 24px; vertical-align: middle; color: #313131; font-weight: bold;}
div#headerWrap h1 a img{display:inline-block !important; vertical-align: middle; padding-right: 10px;}
div#headerWrap h1 a img.pcOnly{padding: 0;}

ul#gnb a {display:block; color:#313131; text-decoration:none;}
ul#gnb > li {}

ul#gnb ul {}
ul#gnb ul li a{color: #fff;}

/* ul.headerUtil {overflow:hidden;}
ul.headerUtil li {float:left; border:1px solid #FFF; border-radius:3px;}
ul.headerUtil a {display:block; color:#FFF; text-align:center;} */


/* _Footer */
div#footerWrap {padding:30px 0 40px; background-color:#f6f6f6; color:#707070; text-align:center;}
div#footerWrap a {color:#707070; text-decoration:none;}

div#footerWrap li {display:inline-block;}
div#footerWrap li:first-child {padding-left:0;}


div.main #goTop {display:none !important;}
#goTop {}
#goTop a {display: block;text-indent: -10000px;background-position: 0 0;background-repeat: no-repeat;}

/* 퀵메뉴 작업 - 25.05.13 mj.park */
.quick-menu{
    position: fixed;
    right: calc((100% - 1480px)/2);
    bottom: 20%;
}
.quick-menu-list > li{
    width: 90px;
    height: 90px;
}
.quick-menu-list > li + li{
    margin-top: 10px;
}
.quick-menu-list > li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    background-color: #3c3b8e;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
    text-decoration: none;
}
.btn-top{
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 60px;
    height: 60px;
    margin: 20px 15px 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #484795;
    font-size: 16px;
    color: #5b5a9f;
    line-height: 1;
    transition: 0.3s ease;;
}
.btn-top.on{
    opacity: 1;
    visibility: visible;
}
.btn-top img{
    animation: move-top 0.7s linear infinite;
}
@keyframes move-top{
    0%{
        opacity: 0;
        transform: translateY(2px);
    }
    100%{
        opacity: 1;
        transform: translateY(-2px);
    }
}

@media screen and (max-width: 1480px){
    .quick-menu{
        right: 2%;
    }
}
@media screen and (max-width: 960px){
    .quick-menu{
        bottom: 2%;
        transform: none;
    }
    .quick-menu-list{
        display: none;
    }
    .btn-top{
        gap: 3px;
        width: 45px;
        height: 45px;
        margin: 0;
        border-width: 1px;
        font-size: 12px;
    }
    .btn-top img{
        width: 7px;
    }
}

/*  PC: width:961px ~ */
@media screen and (min-width: 961px) {
.pcOnly {display: block !important;}
.mobileOnly {display: none !important;}

	div.wrapper {position:relative; min-width:1200px;}

	/* Header */

	div#headerWrap {z-index:100; width:100%; height:145px;}
	div#headerWrap > div {position:relative;}


	div#headerWrap h1 {padding: 17px 0;width: 1200px; margin: 0 auto;}
	div#headerWrap h1 strong{display:inline-block !important;}
	div#headerWrap > div > ul > li {float:left;}

	p.viewGnb {display:none;}


	/* _GNB */
/*
	ul#gnb {position:absolute; left:110px; top:21px;}
*/
	div.gnbWrap {background-color: #3d4579;}
	div.gnbWrap::after {content:""; display:block; clear: both;}
	ul#gnb {width: 1200px; margin: 0 auto;}
	ul#gnb::after {content:""; display:block; clear: both;}
	ul#gnb > li {float:left; line-height:28px; position: relative; width: calc((100% - 50px) / 6); /*width: 13%;*/}
	ul#gnb > li:nth-child(5) {width: 20%;}
	ul#gnb > li > a {font-size:22px; text-align:center; font-family: 'Roboto-Medium', sans-serif; color: #fff; padding: 18px 0 19px; letter-spacing: -0.025em;}
	
	ul#gnb ul {z-index: 100; display:none; overflow:hidden; position:absolute; top:65px; left:0; text-align:center; width: 100%; padding: 15px 0;}
	ul#gnb li.on ul {display:block;}
	ul#gnb ul li {margin-top: 15px;}
	ul#gnb ul li:first-child {margin-top: 0;}
	ul#gnb ul li a {font-family: 'Roboto-Regular', sans-serif; font-size: 18px; line-height: 1.2; letter-spacing: -0.025em;}
	ul#gnb ul li a:hover {color:#88b8ff;}


	/*_headerUtil*/
	ul.headerUtil {position: absolute; top:0; right: 50%; margin-right: -600px; padding: 9px 0;}
	ul.headerUtil li {float:left;}
	ul.headerUtil li a {display:block; color: #707070; padding: 5px 10px}
	ul.headerUtil li a img {display:block; margin: 0 auto 5px;}


	/*_Footer */
	div#footerWrap {padding:30px 0 50px;}
	div#footerWrap li {padding-left:5px; line-height:24px;}

	#goTop {z-index: 50;position: fixed;left:50%;bottom: 15px;margin-left: 640px;}
	#goTop a {width: 62px;height: 62px;background-image: url('/image/common/goTop2021.png'); background-size: 100% 100%;}


	/* _퀵메뉴 */
	div.quickMenu > ul {width:1199px; margin:0 auto; border-right:1px solid #FFF;}
	div.quickMenu > ul li {width:20%;}
	div.quickMenu > ul li a {padding:20px 0 21px; border-left:1px solid #FFF;}
	div.quickMenu > ul li span > * {vertical-align:middle;}
	div.quickMenu > ul li span img {padding-right:10px;}
}



/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {
.mobileOnly {display: block !important;}
.pcOnly {display: none !important;}
div#headerWrap div.gnbBg {display:none;}
	div.wrapper {min-width:320px;}

	/* _Header */
	div#headerWrap {position: relative; z-index: 150; width: 100%; min-height:62px; padding:0; border-bottom: 1px solid #d7d7d7;}
	div#headerWrap > div {}
	div#headerWrap > div.view {position:fixed; z-index:150; height:100%; box-sizing:border-box; width: 100%; }

	div#headerWrap h1 {padding: 14px 0 14px 20px;}
	div#headerWrap div.view h1 {background-color: #3d4579;}
	div#headerWrap div.view h1 a {display:inline-block; width: 45px; height: 35px; background: url(/image/common/mobileGnbLogo_2021.png) no-repeat left center; background-size: auto 100%;}
	div#headerWrap h1 img {height:35px;}
	div#headerWrap div.view h1 img {display:none; width: 1px; height: 1px;}

	div#headerWrap h1 a img.pcOnly{display:none !important;}
	ul#gnb ul li a {color: #010101;}

	/*_GNB */
	div.gnbWrap {display:none; }
	ul#gnb {overflow-x:hidden; overflow-y:auto;height:100%; background-color:rgba(0,0,0,.7);}
	ul#gnb a {font-size:14px; text-align:center;}

	ul#gnb > li > a {display:block; letter-spacing:-1px; padding:15px 24px 15px 26px; background-color:#FFF; background-size:30px auto; font-size:17px; line-height:20px; color:#000; border-bottom:1px solid #dedede;}
	ul#gnb > li.view > a {background-color:#273860; color:#FFF;}

	ul#gnb ul {display:none; padding:12px 0 14px; background-color:#f2f2f2; border-bottom:1px solid #dedede;}
	ul#gnb ul li {padding-top:5px;}
	ul#gnb ul a {line-height:28px; color:#010101;}


	ul.headerUtil{z-index: 101; position: absolute; top: 13px; right: 61px; }
	div.view ul.headerUtil {position: absolute; top:13px; right: 61px; margin: 0;}
	div.view ul.headerUtil a {color: #fff; border-color: #fff;}
	ul.headerUtil li{float:left;margin: 0 5px; text-align: center; width: 38px; height: 38px;}
	ul.headerUtil li a{padding: 11px 0 10px; font-size: 10px; color: #313131; border:1px solid #313131; display: block;}
	ul.headerUtil li::after{display:none;}
	ul.headerUtil li:last-child::after{display:none;}
	ul.headerUtil li:last-child a{padding: 3px 0;}
	ul.headerUtil img {display: none;}

	/* _GNB 보기 버튼 */
	p.viewGnb {display:block; position:absolute; right:0; top:19px;}
	p.viewGnb a {display:block; width:46px; height:23px; background:url('/image/common/img_viewGnb_2021.png') no-repeat right top; background-size:46px auto; font-size:0; line-height:0;}
	div.view p.viewGnb a {background-position:right bottom;}


	/*_footer*/
	div#footerWrap {padding:16px 0 24px; font-size:11px; font-weight:500;}

	#goTop {z-index: 50;position: fixed;right: 15px;bottom: 15px;}
	#goTop a {width: 45px;height: 45px;background-image: url('/image/common/goTop2021.png');background-size: 45px;}

}



/*  PC: width:961px ~ */
@media screen and (min-width: 961px) {
div.countdown {position: absolute; top:-5px; left: 50%; margin-left: 170px;width: 212px;padding: 11px 0 6px;border-radius: 0 0 10px 10px;font-size: 0;line-height: 0;background-color: #3d4579;box-shadow:5px 5px 0 rgba(0,0,0,.15);font-family: 'Roboto-Bold', sans-serif;text-align: center;}
div.countdown:before {display: block;color: #fff;font-size: 14px;line-height: 18px;content: "Countdown to KATRDIC 2021";}
div.countdown span {display: inline-block;width: 50px;color: #f0ffb4;font-size: 20px;line-height: 24px;}
div.countdown span:after {display: block;content: attr(pub-txt);color: #c3c4df;font-size: 12px;line-height: 14px;font-family: 'Roboto-Medium', sans-serif;}
}



/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {
div.countdown {padding: 10px 0 12px;font-size: 0;line-height: 0;background-color: #3d4579;font-family: 'Roboto-Bold', sans-serif;text-align: center;}
div.countdown:before {display: block;color: #fff;font-size: 17px;line-height: 20px;content: "Countdown to KATRDIC 2021";}
div.countdown span {display: inline-block;width: 60px;color: #f0ffb4;font-size: 20px;line-height: 24px;}
div.countdown span:after {display: block;content: attr(pub-txt);color: #c3c4df;font-size: 11px;line-height: 14px;font-family: 'Roboto-Medium', sans-serif;}
}




/* ===================== 메인 ===================== */

/* _메인비주얼 */
div.mainVisual {text-align:center;}
div.mainVisual li {background-repeat:no-repeat; background-position:center top;}

/*  PC : width:961px ~ */
@media screen and (min-width: 961px) {
	div.main #container {position:relative; z-index: 99;}
	div.main .contents {z-index: 1; position: relative; width:1200px; box-sizing:border-box; padding: 0; background: none; min-height: auto; overflow: visible;}
	div.main .contents::after {content:""; display:block; clear: both;}


	/* _메인비주얼 */
	div.mainVisual {z-index: 0; position:relative; background-color: #f8fafd;}
	div.mainVisual ul {width: 1200px; margin: 0 auto;}
	div.mainVisual li {height:790px;}
	div.mainVisual li.mainBann01 {}

}

/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {

	/* _메인비주얼 */
	div.mainVisual{position: relative;}
	div.mainVisual li {background-size:100%;}


}


/* _lnb */
dl.lnb dd li a {text-decoration:none;}


/* _topVisual */
dl.topVisual dt,
dl.topVisual dd {font-size:0; line-height:0;}















/*  PC : width:961px ~ */
@media screen and (min-width: 961px) {

	div#container {position:relative;}
	/* div.contents {overflow:hidden; width:950px; min-height:500px; margin:0 auto; padding:40px 0 40px 250px;} */
	div.contents {width:950px; margin:0 auto; padding:40px 0 40px 250px; background:url('/image/sub/lnbBg.png') repeat-y left top; min-height: 500px;}
	div.contents:after {content: "";clear: both;display: block;height: 0;line-height: 0;font-size: 0;}
	div.contents > h2 {font-size:32px; line-height:44px; color:#000;}

	div.subCon {padding-top:40px;}

	
	div.pcOnlyNote {display:none;}


	/* _topVisual */
	dl.topVisual {height:298px; background: #f8fafd url('/image/sub/topVisual_2025.png') no-repeat center top; background-size: auto 100%;}


	/* _lnb */
	dl.lnb {position:absolute; left:50%; width:220px; margin-left:-600px; z-index:99; }
	dl.lnb dt {height:56px; padding:32px 0 31px; background:url('/image/sub/lnb_titBg.png') no-repeat left top; font-size:24px; line-height:56px; color:#FFF; text-align:center;}
	dl.lnb dt.twoLine {line-height:28px;}
	dl.lnb dt.threeLine {height: 84px;padding: 18px 0 17px;line-height:28px;}
/*
	dl.lnb dd {padding-top:25px; background:url('/image/sub/lnbLine.png') repeat-y left top;}
*/
	dl.lnb dd {padding-top:25px;}
	dl.lnb dd li a {display:block; padding:14px 20px 15px; font-size:16px; line-height:20px; color:#000;text-align: left;}
	dl.lnb dd li a:hover,
	dl.lnb dd li.on a {background:#e7edf6 url('/image/sub/bl_lnbOn.png') no-repeat right 23px; color:#3d4579;}


	/* _pagePath */
	dl.pagePath {position:absolute; top:98px; left:50%; margin-left:-600px;}
	dl.pagePath dd li {display:inline-block; color:#989da5;}
	dl.pagePath dd li:after {content:">"; padding:0 10px;}
	dl.pagePath dd li:last-child:after {content:" "; padding-right:0;}




div.bx-controls a {position:absolute; display:block; top:50%; background-repeat:no-repeat; background-position:left top; font-size:0; line-height:0; width: 36px; height: 71px;}
div.bx-controls a.bx-prev {left:0; background-image:url('/image/main/spon_btnPrev.png');}
div.bx-controls a.bx-next {right:0; background-image:url('/image/main/spon_btnNext.png');}
}



/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {

	div.contents > h2 {display:none;}
	div.subCon {padding:15px;}
	
	div.pcOnlyNote {display:block;}


	/* _topVisual */
	dl.topVisual dd img {width:100%;}
	

	/* _lnb */
	dl.lnb {height:48px; background-color:#3d4579;}
	dl.lnb dd > p a {display:block; padding:14px 0 16px; background:url('/image/sub/bl_lngToggle.png') no-repeat right 20px; background-size:32px auto; font-size:15px; color:#fff; line-height:18px; text-align:center; text-decoration:none;}
	dl.lnb dd > p a.trigger {background-position:right -28px;}
	
	dl.lnb dd {height:48px;}
	dl.lnb dd ul {position:relative; z-index:105; padding:20px; background-color:#e6e6e6; border-top:1px solid #ccc;}
	dl.lnb dd ul li {padding-top:8px;}
	dl.lnb dd ul li:first-child {padding-top:0;}
	dl.lnb dd ul a {display:block; color:#000;}
}


/* 컨텐츠 시작 */
div.main {}




@media all and (max-width: 960px) {
div.main div.contents {background-color: #f8fafd;}
div.main div.contents::after {content:""; display:block; clear: both;}
}

div.keyDates {background: #fff url('/image/main/keyDates_bg.png') right bottom no-repeat;}
div.keyDates h2 {display: none;}
div.keyDates li {font-family: 'Roboto-Bold', sans-serif;}
div.keyDates li:first-child {margin-top: 0;}
div.keyDates span,
div.keyDates strong {display: block;}
div.keyDates li:nth-child(1) span {color: #ee9f27;background-color: #fbf5e9;}
div.keyDates li:nth-child(2) span {color: #e22c9a;background-color: #fce9f5;}
div.keyDates li:nth-child(3) span {color: #3db093;background-color: #eaf8f5;}
div.keyDates strong {color: #253763;}

div.keyDates li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 30px;
    margin-top: 18px;
    text-decoration: none;
    line-height: 1.2;
}
div.keyDates li a p {
    display: inline;
    color: #5b7fa5;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #5b7fa5;
    line-height: 1.2;
}


@media all and (min-width: 961px) {
    div.keyDates {z-index: 999; position: absolute; top:-810px; right:0; width: 460px;height: 468px;padding:25px 30px 0;border-radius: 35px 0 0 0;box-sizing:border-box;box-shadow: 0 0 20px rgba(0,0,0, 0.1);}
    div.keyDates li {margin-top: 20px;}
    div.keyDates span {padding: 0 30px;font-size: 22px;line-height: 62px;height: 62px;border-radius: 10px 31px 31px 31px;}
    div.keyDates strong {padding: 20px 0 0 30px;font-size: 30px;line-height: 19px;}
}
@media all and (max-width: 960px) {
    div.keyDates {padding: 20px;border-radius: 20px 0 0 0;box-shadow: 0 0 10px rgba(0,0,0, 0.1); margin: 0 15px;background-size: 60px;}
    div.keyDates li {margin-top: 15px;}
    div.keyDates span {padding: 0 15px;font-size: 14px;line-height: 30px;height: 30px;border-radius: 10px 15px 15px 15px;}
    div.keyDates strong {padding: 10px 0 0 15px;font-size: 17px;line-height: 17px;}

    div.keyDates li a {
        padding-left: 15px;
        margin-top: 10px;
        gap: 5px;
    }
    div.keyDates li a p {
        font-size: 14px;
    }
}

@media all and (min-width: 961px) {
div.mainGallery {z-index: 999; position: absolute; top:-690px; right:0; width: 483px;height: 468px; padding: 20px 40px;background: url('/image/main/gallery_bg.png') 0 0 no-repeat;background-size: cover;border-radius: 35px 0 0 0; box-shadow: 0 0 20px rgba(0,0,0, 0.1);box-sizing:border-box;}
div.mainGallery a {display: block;width: 100%;height: 100%;padding: 60px 40px;color: #fff;text-decoration: none;font-size: 22px;line-height: 42px;font-family: 'Roboto-Regular', sans-serif;box-sizing:border-box;}
div.mainGallery a:after {position: absolute;bottom: 60px;right: 40px;display: block;width: 40px;height: 40px;background: url('/image/main/gallery_arrow.png') 0 0 no-repeat;content: '';}
div.mainGallery a span {display: block;color: #d1e7c2;font-size: 36px;font-family: 'Roboto-Bold', sans-serif;}

ul.quickMenu 
{	
	position: absolute;
	top:-355px;
	right:0;
	background: rgb(34,106,54);
	background: linear-gradient(to right, #5e63a0, #4c8bc3);
	box-shadow: 0 0 20px rgba(0,0,0, 0.2);
	font-size: 0;
	border-radius: 0 0 35px 0;
}
	ul.quickMenu li {display:inline-block; vertical-align: top; position: relative;}
	ul.quickMenu li:first-child a {border-left: 0 none;font-size: 17px;letter-spacing: -0.9px;}
	ul.quickMenu li a {display:block; padding: 20px 14px; width: 153px; height: 150px; color: #fff; /* font-size: 18px; */ font-size: 17px; font-weight: 400; text-decoration: none; overflow: hidden; border-left: 2px solid #f8fafd; box-sizing:border-box;}
	ul.quickMenu li a span {display:block; line-height: 1.1;}
	/* ul.quickMenu li a img {display:block; float: right; height: 35px; margin-top: 10px;} */
	ul.quickMenu li a img {display:block; position: absolute; right: 15px; bottom: 20px; height: 35px; margin-top: 10px;}

div.speaker {position: relative; overflow: hidden; margin: 60px 0; float: left; width: 340px; box-sizing:border-box;}
	div.speaker h2 {font-weight: 800; color: #252525; margin-bottom: 20px; font-size: 30px;}
	div.speaker ul {overflow: hidden;}
	div.speaker ul li {float: left; /*width: 150px !important;*/ margin-right: 35px;}
	div.speaker ul li:first-child {margin-left: 0;}
	div.speaker ul li a {display:block; text-decoration: none; color: #313131;}
	div.speaker ul li a img {display:block; margin-bottom: 9px; margin-top: 20px; height: 150px;}
	div.speaker ul li a strong {display:block; font-weight: 800; font-size: 18px; line-height:20px;text-align: center;}
	div.speaker ul li a span {display:block; font-weight: 500; font-size: 20px; text-align: center;}

div.speaker div.bx-wrapper {margin: 0 !important; width: 680px !important; min-width: 680px !important;}
div.speaker div.bx-controls-direction {position: absolute; top:11px; right:0;}
div.speaker div.bx-controls-direction a {position: static; background-repeat: no-repeat; background-position: center; width: 24px; height: 24px; display:inline-block; margin-left: 5px;}
div.speaker div.bx-controls-direction a.bx-next {background-image: url(/image/main/speakers_nextArr.png); border-radius: 0 5px 0 0;}
div.speaker div.bx-controls-direction a.bx-prev {background-image: url(/image/main/speakers_prevArr.png); margin-left: 0; border-radius: 5px 0 0 0;}

div.noticeWrap {float: left; margin: 60px 0 60px 95px; text-align: left;}
	div.noticeWrap h2 {font-weight: 800; color: #252525; margin-bottom: 20px; font-size: 30px;}
	div.noticeWrap ul {float: left; height: 245px; overflow: hidden;}
	div.noticeWrap ul.notice {font-weight: 800; color: #252525; width: 540px; background-color: #3d4579; padding: 30px 25px 40px; box-sizing:border-box; border-radius: 35px 0 0 0;}
	div.noticeWrap ul.notice li {position: relative; margin-top: 5px;}
	div.noticeWrap ul.notice li:first-child {margin-top: 0;}
	div.noticeWrap ul.notice li a {text-decoration: none; color: #ffffff; display:block; font-size: 20px; padding-right: 115px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	div.noticeWrap ul.notice li span {position: absolute; top:0; right:0; color: #8282ba; font-size: 20px;}

	div.noticeWrap ul.download {overflow: hidden; margin-left: 5px;}
	div.noticeWrap ul.download li {width: 265px;}
	/* div.noticeWrap ul.download li a {display:block; background-image: url(/image/main/downIcon21.png); background-repeat: no-repeat; background-position: 70px center; background-size: 30px 36px; padding: 42px 30px 42px 115px; color: #fff; font-weight: 800; font-size: 26px; background-color: #9caf43; text-decoration: none;} */
	div.noticeWrap ul.download li a {display:block; background-image: url(/image/main/downIcon21.png); background-repeat: no-repeat; background-position: 56px 44px; background-size: 30px 36px; padding: 42px 30px 42px 96px; color: #fff; font-weight: 800; font-size: 26px; background-color: #9caf43; text-decoration: none;}
	div.noticeWrap ul.download li:last-child a {background-color: #384554; border-radius: 0 0 35px 0;}

div.sponWrap {overflow: hidden; background-color: #f6f6f6; width: 100%; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; padding: 40px 0;}
div.sponWrap > * {width: 1200px; margin: 0 auto;}
	div.sponWrap dl {}

	div.sponWrap h2,
	div.sponWrap dl dt {font-weight: 800; color: #222; font-size: 16px;}
	 
	div.sponWrap dl dd {}
	div.sponWrap dl dd * {display:block;}

	dl.host * {display:inline-block; vertical-align: middle;}
	dl.host dd {padding: 23px 20px 22px;}
	
	div.sponWrap dl.host dd {overflow: hidden;padding-right: 50px;}
	div.sponWrap dl.host dd > a {float: left;margin-left: 20px;}
	div.sponWrap dl.host dd > a:first-child {margin-left: 0;}

	div.sponSlide {margin-top: 20px; }
	div.sponSlide h2 {margin-bottom: 20px;}
	div.sponSlide dl {margin-bottom: 15px; font-size: 0; float: left;}
	div.sponSlide dl:last-child {margin-bottom: 0;}	
	div.sponSlide dl dt {display: inline-block; vertical-align: middle; width: 120px; padding: 10px 0 11px; border-radius: 35px 0 0 35px; background-color: #2a2fab; color: #fff; font-size: 16px; text-align: center; font-weight: 400;}
	div.sponSlide dl dt.dia {background-color: #198edb;}
	div.sponSlide dl dt.plat {background-color: #2a2fab;}
	div.sponSlide dl dt.gold {background-color: #e5b50d;}
	div.sponSlide dl dt.silver {background-color: #b4b4b4;}

	div.sponSlide dl dd {position: relative; display: inline-block; vertical-align: middle; width: calc(100% - 120px) !important; padding:  0 15px; box-sizing:border-box;} /* 240621 수정 */
	/* 240621 수정
	div.sponSlide dl.goldSpon dd {width: 1050px !important;}
	div.sponSlide dl.silverSpon dd {width: auto !important;}
	div.sponSlide dl.silverSpon dd div.bx-wrapper {margin: 0 !important;}
	*/
	div.sponSlide dl dd ul {overflow: hidden;}
	div.sponSlide dl dd ul li {float: left; margin-right: 5px; width: 145px !important; height: 45px !important;}
	div.sponSlide dl dd ul li:last-child {margin-right: 0;}
	div.sponSlide dl dd ul li a {display:block; width: 100%; height: 45px !important;}
	div.sponSlide dl dd ul li a img {display:block; width: 100%; height: 45px !important;}

	div.sponSlide .bx-controls-direction a {width: 13px; height: 25px; margin-top: -13px;}
	div.sponSlide .bx-controls-direction a.bx-prev {left:10px;}
	div.sponSlide .bx-controls-direction a.bx-next {right:10px;}
	

}

@media all and (max-width: 960px) {
div.mainGallery {position: relative;background: url('/image/main/gallery_bg.png') 0 0 no-repeat;background-size: cover;border-radius: 35px 0 0 0; box-shadow: 0 0 10px rgba(0,0,0, 0.1);box-sizing:border-box;margin: 0 10px; overflow: hidden;}
div.mainGallery a {display: block;width: 100%;height: 100%;padding: 30px 20px 40px 20px;color: #fff;text-decoration: none;font-size: 16px;line-height: 30px;font-family: 'Roboto-Regular', sans-serif;box-sizing:border-box;}
div.mainGallery a:after {position: absolute;bottom: 30px;right: 20px;display: block;width: 30px;height: 30px;background: url('/image/main/gallery_arrow.png') 0 0 no-repeat;background-size: 30px;content: '';}
div.mainGallery a span {display: block;color: #d1e7c2;font-size: 20px;font-family: 'Roboto-Bold', sans-serif;}

ul.quickMenu 
{	
	overflow: hidden;
	margin: 20px 15px;
	background: rgb(34,106,54);
	background: linear-gradient(to right, #5876a7, #5da69a);
	box-shadow: 0 0 25px rgba(0,0,0, 0.4);
	font-size: 0;
	border-radius: 0 0 15px 0
}
	ul.quickMenu li {display:inline-block; vertical-align: top; width: 33.3%; position: relative;}
	ul.quickMenu li:first-child {border-left: 0 none; width: 33.4%;}
	ul.quickMenu li:first-child a {border-left: 0 none;}
	ul.quickMenu li a {display:block; height: 90px; padding: 10px; color: #fff; font-size: 12px; font-weight: 400; text-decoration: none; overflow: hidden; border-left: 2px solid #f8fafd; box-sizing:border-box;}
	ul.quickMenu li a span {display:block; line-height: 1.5;}
	ul.quickMenu li a img {display:block; position: absolute; right: 12px; bottom: 12px; height: 25px; margin-top: 10px;}

div.speaker {position: relative; overflow: hidden; box-sizing:border-box; padding: 20px 15px; background-color: #fff; width: 100% !important;}
	div.speaker h2 {font-weight: 800; color: #252525; margin-bottom: 20px;}
	div.speaker ul {overflow: hidden;}
	div.speaker ul li {float: left; width: 150px !important; height: 100px; margin-right: 10px; }
	div.speaker ul li:first-child {margin-left: 0;}
	div.speaker ul li a {display:block; position: relative; padding: 15px 0 0 80px; text-decoration: none; color: #313131; height: 80px;}
	div.speaker ul li a img {display:block; position: absolute; top:0; left:0; height: 75px;}
	div.speaker ul li a strong {display:block; font-weight: 800; font-size: 15px; line-height:18px;}
	div.speaker ul li a span {display:block; font-weight: 500; font-size: 12px;}

div.speaker div.bx-wrapper {margin: 0 !important; width: 320px !important; margin: 0 auto !important;}
div.speaker div.bx-wrapper div.bx-viewport {margin: 0 auto;}
div.speaker div.bx-controls-direction {position: absolute; top:24px; right:15px;}
div.speaker div.bx-controls-direction a {position: static; background-repeat: no-repeat; background-position: 0 0; width: 24px; height: 24px; display:inline-block; margin-left: 5px; text-indent: -9999px;background-size: cover;}
div.speaker div.bx-controls-direction a.bx-next {background-image: url(/image/main/speakers_nextArr.png);}
div.speaker div.bx-controls-direction a.bx-prev {background-image: url(/image/main/speakers_prevArr.png); margin-left: 0;}

div.noticeWrap {text-align: left; background-color: #fff; padding: 30px 10px 30px;}
	div.noticeWrap h2 {font-weight: 800; color: #252525; margin-bottom: 20px;}
	div.noticeWrap ul {height: 70px; overflow: hidden;}
	div.noticeWrap ul.notice {font-weight: 800; color: #252525; margin-bottom: 20px; background-color: #3d4579; padding: 20px 25px 20px; border-radius: 35px 0 0 0;}
	div.noticeWrap ul.notice li {position: relative; margin-top: 5px;}
	div.noticeWrap ul.notice li:first-child {margin-top: 0;}
	div.noticeWrap ul.notice li a {text-decoration: none; color: #ffffff; display:block; font-size: 13px; padding-right: 90px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	div.noticeWrap ul.notice li span {position: absolute; top:0; right:0; color: #8282ba; font-size: 13px;}

	div.noticeWrap ul.download {overflow: hidden; margin-left: 5px;}
	div.noticeWrap ul.download li {width: calc(50% - 5px); float: left;}
	div.noticeWrap ul.download li:last-child {float: right;}
	div.noticeWrap ul.download li a {display:block; background-image: url(/image/main/downIcon21.png); background-repeat: no-repeat; background-position: 20px center; padding: 15px 30px 15px 50px; color: #fff; font-weight: 800; font-size: 14px; background-color: #9caf43; text-decoration: none; text-align: center;}
	div.noticeWrap ul.download li:last-child a {background-color: #384554; border-radius: 0 0 35px 0;}


div.sponWrap {overflow: hidden; background-color: #f6f6f6; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; padding: 20px 10px;}
div.sponWrap > * {width: 320px; margin: 0 auto;}
	div.sponWrap dl {}

	div.sponWrap h2,
	div.sponWrap dl dt {font-weight: 800; color: #222; font-size: 16px;}
	 
	div.sponWrap dl dd {}
	div.sponWrap dl dd * {display:block;}

	dl.host * {display:inline-block; vertical-align: middle;}
	dl.host dd {overflow: hidden;display: block;padding: 10px;}
	dl.host dd a {float: left;margin-left: 10px;}
	dl.host dd a:first-child {margin-left: 0;}
	dl.host dd img {max-height: 40px;}

	div.sponSlide {margin-top: 20px;}
	div.sponSlide h2 {margin-bottom: 20px;}
	div.sponSlide dl {margin-bottom: 15px; font-size: 0;}
	div.sponSlide dl:last-child {margin-bottom: 0;}	
	div.sponSlide dl dt {display: inline-block; vertical-align: middle; width: 90px; padding: 3px 0 4px; border-radius: 35px 0 0 35px; background-color: #2a2fab; color: #fff; font-size: 14px; text-align: center; font-weight: 400;}
	div.sponSlide dl dt.dia {background-color: #198edb;}
	div.sponSlide dl dt.plat {background-color: #2a2fab;}
	div.sponSlide dl dt.gold {background-color: #e5b50d;}
	div.sponSlide dl dt.silver {background-color: #b4b4b4;}

	div.sponSlide dl dd {position: relative; display: inline-block; vertical-align: middle; width: 200px; overflow-x: scroll; margin-left: 5px;}
	div.sponSlide dl dd div.bx-wrapper {width: 196px !important; padding: 0 17px;}
	div.sponSlide dl dd ul {overflow: hidden; width: 600px;}
	div.sponSlide dl.silverSpon dd ul {width: 1200px;} 
	div.sponSlide dl dd ul li {float: left; margin-right: 5px; width: 95px !important;}
	div.sponSlide dl dd ul li:first-child {margin-left: 0;}
	div.sponSlide dl dd ul li a {display:block;}
	div.sponSlide dl dd ul li a img {display:block; width: 95px;}

	div.sponSlide .bx-controls-direction a {width: 10px; height: 15px; margin-top: -7px;}
	div.sponSlide .bx-controls-direction a.bx-prev {left:5px;}
	div.sponSlide .bx-controls-direction a.bx-next {right:5px}

	div.bx-controls a {position:absolute; display:block; top:50%; background-repeat:no-repeat; background-position:0 0; 
	background-size: 10px 15px;}
	div.bx-controls a.bx-prev {background-image:url('/image/main/spon_btnPrev.png');}
	div.bx-controls a.bx-next {background-image:url('/image/main/spon_btnNext.png');}
}



/* 뉴스 뉴스레터 영역 임시페이지용 css 210526 */

@media all and (min-width: 961px) {
	div.notice {float: left; margin: 60px 0 60px 25px; text-align: left;}
	div.notice h2 {font-weight: 800; color: #252525; margin-bottom: 20px; font-size: 30px;}
	div.notice ul {overflow: hidden; color: #252525; width: 340px; height: 175px; background-color: #859fc8; padding: 30px 40px 40px; border-radius: 35px 0 0 0;}
	div.notice ul li {position: relative; margin-top: 25px;}
	div.notice ul li:first-child {margin-top: 0;}
	div.notice ul li a {text-decoration: none; color: #ffffff; display:block; font-size: 18px; padding-right: 95px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: 300;}
	div.notice ul li span {position: absolute; top:0; right:0; color: rgba(255,255,255,.6); font-size: 18px; font-weight: 300;}

	div.newsLetter {float: left; margin: 60px 0 60px 25px; text-align: left;}
	div.newsLetter h2 {font-weight: 800; color: #252525; margin-bottom: 20px; font-size: 30px;}
	div.newsLetter ul {overflow: hidden; color: #252525; width: 330px; height: 175px; background-color: #5972a1; padding: 30px 30px 40px; border-radius: 0 0 35px 0;}
	div.newsLetter ul li {position: relative; margin-top: 25px;}
	div.newsLetter ul li:first-child {margin-top: 0;}
	div.newsLetter ul li a {text-decoration: none; color: #ffffff; display:block; font-size: 18px; padding-right: 95px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: 300;}
	div.newsLetter ul li span {position: absolute; top:0; right:0; color: rgba(255,255,255,.6); font-size: 18px; font-weight: 300;}


	ul.downloadFix {overflow: hidden; margin-left: 5px; position: fixed; top:50%; right: 50%; margin-right: -740px; margin-top: -101px;}
	ul.downloadFix li {width: 115px;}
	ul.downloadFix li a {display:block; background-image: url(/image/main/downIcon21.png); background-repeat: no-repeat; background-position: center 15px; background-size: 30px 36px; padding: 60px 0 15px 0; color: #fff; font-weight: 800; font-size: 18px; background-color: #656565; text-decoration: none; text-align: center; border-radius: 20px 20px 0 0 }
	ul.downloadFix li:last-child a {background-color: #384554; border-radius: 0 0 20px 20px;}
}


@media all and (max-width: 960px) {

div.notice {text-align: left; padding: 20px 15px 0; background-color: #fff;}
	div.notice h2 {font-weight: 800; color: #252525; margin-bottom: 10px;}
	div.notice ul {height: 75px; overflow: hidden; font-weight: 800; color: #252525; background-color: #3d4579; padding: 15px 25px 15px; border-radius: 35px 0 0 0;}
	div.notice ul li {position: relative; margin-top: 10px;}
	div.notice ul li:first-child {margin-top: 0;}
	div.notice ul li a {text-decoration: none; color: #ffffff; display:block; font-size: 13px; padding-right: 90px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	div.notice ul li span {position: absolute; top:0; right:0; color: rgba(255,255,255,.6); font-size: 13px;}

div.newsLetter {text-align: left; padding: 20px 10px 0; background-color: #fff;}
	div.newsLetter h2 {font-weight: 800; color: #252525; margin-bottom: 20px;}
	div.newsLetter ul {height: 75px; overflow: hidden; font-weight: 800; color: #252525; background-color: #9caf43; padding: 15px 25px 15px; border-radius: 35px 0 0 0;}
	div.newsLetter ul li {position: relative; margin-top: 10px;}
	div.newsLetter ul li:first-child {margin-top: 0;}
	div.newsLetter ul li a {text-decoration: none; color: #ffffff; display:block; font-size: 13px; padding-right: 90px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
	div.newsLetter ul li span {position: absolute; top:0; right:0; color: rgba(255,255,255,.6); font-size: 13px;}

	ul.downloadFix {overflow: hidden; padding: 20px 10px 20px; background-color: #fff;}
	ul.downloadFix li {width: calc(50% - 5px); float: left;}
	ul.downloadFix li:last-child {float: right;}
	ul.downloadFix li a {display:block; background-image: url(/image/main/downIcon21.png); background-repeat: no-repeat; background-position: 20px center; padding: 15px 30px 15px 50px; color: #fff; font-weight: 800; font-size: 14px; background-color: #656565; text-decoration: none; text-align: center;}
	ul.downloadFix li:last-child a {background-color: #384554; border-radius: 0 0 35px 0;}

}

/* 메인 > 뉴스레터  */
div.newsRegist {}
div.newsRegist a {display: block;width: 100%;background: #344284 url('/image/main/newsRegist_bg.png') center top no-repeat;background-size: 100% 100%;color: #fff;text-align: center;text-decoration: none;font-family: 'Roboto-Bold', sans-serif;}
/*  PC : width:961px ~ */
@media screen and (min-width: 961px) {
div.newsRegist {position: absolute;top: -185px;right: 0;width: 460px;}
div.newsRegist a {padding: 20px 0;font-size: 20px;line-height: 30px;border-radius: 30px 0 30px 0;}
}

/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {
div.newsRegist {margin: 20px 15px;}
div.newsRegist a {padding: 15px 0;font-size: 15px;line-height: 20px;border-radius: 15px 0 15px 0;}
}



/* 메인 > Photo Gallery */
div.mainPhoto {}

div.mainPhoto ul, div.mainPhoto li, div.mainPhoto a {margin: 0;padding: 0;list-style: none;text-decoration: none;}
div.mainPhoto img {display: block;width: 100%;}

div.goGallery a {display: block;color: #fff;font-family: 'Roboto-Medium', sans-serif;background: #bc4675 url('/image/main/photoGallery_arr.png') right 30px bottom 35px no-repeat;}
div.goGallery span {display: block;font-family: 'Roboto-Bold', sans-serif;}

/*  PC : width:961px ~ */
@media screen and (min-width: 961px) {
div.mainPhoto {z-index: 999; position: absolute; top:-810px; right:0; width: 460px;box-sizing:border-box;box-shadow: 0 0 20px rgba(0,0,0, 0.1);}
div.goGallery a {display: table-cell;width: 450px;height: 130px;vertical-align: middle;padding-left: 35px;font-size: 20px;line-height: 36px;}
div.goGallery span {font-size: 36px;}
}

/*  Mobile : ~ width:960px  */
@media screen and (max-width: 960px) {
div.mainPhoto {margin: 0 15px;box-shadow: 0 0 10px rgba(0,0,0, 0.1);}
div.goGallery a {padding: 20px;font-size: 14px;line-height: 20px;background-size: auto 10px;}
div.goGallery span {padding-bottom: 5px;font-size: 20px;}
}







/* 레이어 팝업 */
div.layerPopup {display: none;z-index: 250;position: fixed;left: 0;top: 0;overflow: auto;width: 100%;height: 100%;min-width: 1200px;background-color: rgba(0,0,0,.7);font-family: 'Roboto-Regular', 'NotoSansKR Regular', sans-serif;}
div.layerPopup .close a, div.layerPopup .close img {display: block;}

div.layerPopup .close {position: absolute;right: 0;top: -45px;width: 35px;height: 35px;margin: 0;padding: 0;}
div.layerPopup .close a {display: block;height: 100%;text-indent: -10000px;background: url('/image/common/popup_close.png') center center no-repeat;}

div.layerPopup div.popupWrap {position: absolute;left: 50%;top: 50%;}

@media all and (max-width: 960px) {
div.layerPopup {min-width: 320px;}
div.layerPopup div.popupWrap {}
}



/* 팝업 > Session 팝업 */
div#popupSession {position: relative;width: 100%;height: 726px;background-color: #fff;}
.layerPopup div#popupSession {position: absolute;left: 50%;top: 50%;margin: -320px 0 0 -650px; ;background-color: transparent;    width: 1200px;}

div#popupSession h1 {padding: 12px 25px 12px;background-color: #116535;color: #fff;font-size: 27px;font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif;font-weight: normal;}
div#popupSession div.popupCon {height: 560px;background-color: #fff;}


/* Sponsor Session */
div.sponSession {background-color: #fff;}
div.sponSession:after {clear: both;display: block;height: 0;line-height: 0;font-size: 0;content: "";}
div.sponSession > div {float: left;width: 50%;height: 570px;padding: 25px;box-sizing:border-box;}
div.sponSession > div:first-child {}
div.sponSession > div.bg {background-color: #f5f7e6;}

dl.sessionInfo, dl.sessionInfo dt, dl.sessionInfo dd {margin: 0;padding: 0;}
dl.sessionInfo {position: relative;padding-bottom: 30px;color: #222;font-family: 'Roboto-Regular', 'NotoSansKR Regular', sans-serif;font-size: 15px;}
dl.sessionInfo dt {height: 92px; padding: 10px 0; text-align: left; font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif;font-size: 24px; color: #116535; box-sizing:border-box;}
dl.sessionInfo ul {margin: 0;    padding-left: 5px;}
dl.sessionInfo li {list-style-position:inside;    font-weight: 500;font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif;}

dl.sessionInfo .home {position: absolute;right: 0;top: 0;}
dl.sessionInfo .home a {display: block;width: 160px;text-align: center;height: 48px;line-height: 48px;color: #fff;background-color: #116535;font-size: 18px;font-family: 'Roboto-Regular', 'NotoSansKR Regular', sans-serif;text-decoration: none;}

div.sponSession div.scrollArea {max-height:419px; overflow-y: auto;padding: 0;border: 0 none;}

dl.speaker {position: relative;min-height: 169px;padding: 25px 25px 25px 165px;border: 1px solid #acb4cd;border-top: 0 none;box-sizing:border-box;color: #272b4b;font-size: 15px;font-family: 'Roboto-Regular', 'NotoSansKR Regular', sans-serif;}
dl.speaker:first-child {border-top: 1px solid #acb4cd;}
dl.speaker dt {color: #000;font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif; font-size: 17px;}
dl.speaker dd{line-height: 16px; font-size: 16px;}
dl.speaker dd.photo {position: absolute;left: 25px;top: 25px;}
dl.speaker dd.photo img {display: block;width: 115px;height: 120px;}
dl.speaker dd.tit {padding-top: 15px;color: #3d4579;font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif; line-height: 1.2; font-style: normal;    font-size: 17px;}

div.sponSession > div:first-child dl.speaker {height: 169px;border-color: #ccc;}

@media all and (min-width: 961px) {
dl.sessionInfo .home {top: -80px;}
dl.sessionInfo .home a {background-color: #fff; color: #116535;}
}

@media all and (max-width: 960px) {
div.layerPopup {min-width: 320px;}
div#popupSession {position: relative;width: 100%;height: auto;background-color: #fff;}
.layerPopup div#popupSession {position: absolute;left: 15px;top: 60px;width: calc(100% - 30px);margin: 0;}

div#popupSession h1 {padding: 12px 25px 12px 15px;background-color: #116535;color: #fff;font-size: 20px;line-height: 24px;font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif;font-weight: normal;}
div#popupSession div.popupCon {;}

div.sponSession {position: relative;overflow-x: hidden;overflow-y: auto;height: calc(100% - 48px);}
div.sponSession > div {float: none;width: auto;height: auto;padding: 15px;}

dl.sessionInfo .home {right: 15px;top: 15px;}
dl.sessionInfo .home a {width: 100px;height: 35px;line-height: 35px;font-size: 15px;}

div.sponSession > div:first-child dl.sessionInfo {margin-top: 30px;}

dl.sessionInfo {position: static;padding-bottom: 15px;}
dl.sessionInfo dt {width: auto; height: auto; padding-bottom: 0;font-size: 18px;}

div.sponSession div.scrollArea {max-height:419px;}

dl.speaker {position: relative;min-height: auto;padding: 15px 15px;border: 1px solid #acb4cd;border-top: 0 none;box-sizing:border-box;color: #272b4b;font-size: 15px;font-family: 'Roboto-Regular', 'NotoSansKR Regular', sans-serif;}
dl.speaker:first-child {border-top: 1px solid #acb4cd;}
dl.speaker dt {padding:5px 0 5px 70px;color: #000;font-family: 'Roboto-Medium', 'NotoSansKR Medium', sans-serif; font-size: 17px;}
dl.speaker dd {padding-left: 70px;line-height: 16px; font-size: 14px;}
dl.speaker dd.photo {position: absolute;left: -50px;top: 15px;}
dl.speaker dd.photo img {display: block;width: 50px;height: auto;}
dl.speaker dd.tit {padding: 10px 0 0;font-size: 15px;}

div.sponSession > div:first-child dl.speaker {height: auto;border-color: #ccc;}
}


/* 메인 팝업 */
div#popupHoliday {transform: translate(-50%, -50%);}
div#popupHoliday label {line-height: 20px;}

/* editor css 추가 */
.editor-contents ul{
	padding-left: 20px;
}
.editor-contents ul li{
	list-style: disc;
}
.editor-contents ol{
	margin-left: 20px;
}
.editor-contents ol li{
	list-style: decimal;
}

/* main 수정 - 25.07.07 mj.park */
div.speaker{
    float: none;
    width: 100%;
}
div.notice{
    width: calc((100% - 30px)/2);
    margin-top: 0;
    margin-left: 0;
}
div.newsLetter{
    width: calc((100% - 30px)/2);
    margin-top: 0;
}
div.notice ul,
div.newsLetter ul{
    width: 100%;
    height: 245px;
    box-sizing: border-box;
}
div.speaker div.bx-wrapper{
    width: 100% !important;
    min-width: 100% !important;
}
div.speaker ul li a img{
    margin-inline: auto;
}
div.notice ul{
    background-color: #859fc8;
}
div.newsLetter ul{
    background-color: #5972a1;
}

/* 메인 추가 작업 - 25.07.31 mj.park */
.main-link-wrap{
    position: relative;
    margin: -60px auto 0;
    box-sizing: border-box;
}
.inner-layer{
    max-width: 1200px;
    margin: 0 auto;
}
.main-link-wrap *{
    box-sizing: border-box;
}
.main-link-wrap:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-image: url('/image/main/bg_main_link_con.png');
}
.main-link-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.main-link-con{
    float: left;
    width: 50%;
    max-height: 335px;
    padding: 60px 20px;
}
.main-link-con:first-child{
    position: relative;
    background-color: #1a274b;
    border-radius: 0 100px 0 0;
}
.main-link-con:first-child:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    right: 100%;
    width: 60%;
    height: 100%;
    background-color: #1a274b;
}
.main-link-con:first-child .main-tit{
    color: #fff;
}
.main-link-list{
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
}
.main-link-list .img > a{
    display: block;
    text-align: center;
}
.main-link-list .img{
    text-align: center;
}
.main-link-list .img img{
    display: inline-block;
    vertical-align: top;
}
.main-link-list.border .img{
    border: 1px solid #ececec;
}
.main-tit-wrap{
    margin-bottom: 25px;
}
.main-tit{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

/* 메인 추가 작업 - 25.08.01 mj.park */
.main-link-wrap{
    margin-top: 0;
}
.main-link-wrap:before{
    width: 90%;
    max-width: 1650px;
    top: 0;
    left: 0;
    background-size: auto;
    border-radius: 0 100px 0 0;
}
.main-link-con{
    float: none;
    width: calc(100% + 90px);
    max-height: none;
    margin-right: 90px;
    padding: 60px 0 80px;
}
.main-link-list{
    gap: 20px;
}
div.sponWrap .inner-layer{
    display: flex;
    align-items: center;
    gap: 20px;
}
div.sponWrap .host{
    width: 50%;
}

@media all and (max-width: 1400px){
    .main-link-con{
        width: 100%;
        margin-right: 0;
    }
    .main-link-wrap:before{
        width: 100%;
        max-width: 100%;
        background-color: #1a274b;
    }
}


@media all and (max-width: 960px) {
    div#popupHoliday {width: calc(100% - 20px);}

    /* main 수정 - 25.07.07 mj.park */
    div.speaker + div.notice{
        padding-top: 0;
    }
    div.notice,
    div.newsLetter{
        width: calc(100% - 30px);
    }
    div.notice ul,
    div.newsLetter ul{
        height: 105px;
    }
    div.newsLetter h2{
        margin-bottom: 10px;
    }

    /* 메인 추가 작업 - 25.07.31 mj.park */
    .main-link-wrap{
        margin-top: 15px;
    }
    .main-link-wrap:before{
        display: none;
    }
    .main-link-con{
        float: none;
        width: 100%;
        max-height: none;
        padding: 30px 15px 20px;
    }
    .main-tit-wrap{
        margin-bottom: 10px;
    }
    .main-tit{
        font-size: 22px;
    }
    .main-link-con:first-child{
        border-radius: 0 50px 0 0;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        background-image: url('/image/main/bg_main_link_con_m.png');
        background-size: cover;
        background-color: #1a274b;
    }
    .main-link-con:first-child:before{
        display: none;
    }
    .main-link-list{
        gap: 10px;
    }
    .main-link-list .img{
        width: calc((100% - 10px));
    }
    .main-link-list .img  a img{
        width: 100%;
    }

    div.sponWrap .inner-layer{
        flex-direction: column;
        gap: 15px;
    }
    div.sponWrap .host{
        width: 100%;
    }
}