@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
    font-family: 'NotoSerifKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
}

@font-face {
    font-family: 'SBAggroM';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Common */
 * {outline:0 !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%;}
/*html{-webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}*/
body{width:100%; background:#fff; min-width:320px; -webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;}
body,input,select,textarea,button {border:none;font-size:16px; font-family:'Pretendard-Regular';color:#222222;}
ul,ol,li{list-style:none; }
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle; cursor:pointer;}
.hide,caption,legend{line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000;text-decoration:none;}
br{font-family:"돋움",Dotum !important;}
 
/* Form */
textarea { border:1px solid #dbdbdb;}
select { height:32px; font-size:13px; color:#373737; border:1px solid #e9e9e9; background:#fff;border-radius: 5px;}
input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file], 
input[type=url],
input[type=number],
input[type=date],textarea {height:40px; font-size:13px; color:#555; border:1px solid #e9e9e9; background:#fff; border-radius: 5px; transition: all 0.5s; vertical-align:middle;}
input::-webkit-input-placeholder{color:#b5b5b5; font-size:12px; line-height:100%;}
textarea { padding:5px 0;}
select:focus,
textarea:focus,
input:focus { border: 1px solid #727272;}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly], 
input[type=search][readonly], 
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled]{background:#eaeaea; border-color:#c0c0c0; color:#666; -webkit-appearance:none;font-size:12px;}
textarea[readonly],
textarea[disabled]{font-size:14px; color:#666; font-weight:normal; line-height:140%; height:78px; background:#eaeaea;border:1px solid #c0c0c0;}

.clear {clear:both;}
.clear:after { content:""; display:block; clear:both;}

.align-center{text-align: center;}
.align-left{text-align: left;}
.align-right{text-align: right;}


.font-mj{font-family: 'NotoSerifKR';}

#daumRoughmapContainer1747355434148{ font-family:'Pretendard-Regular';}
.root_daum_roughmap .cont{display: none !important;}

.font-noto{ font-family: 'Noto Sans KR', sans-serif;}

/* CSS Document */

#wrap {
   margin: 0 auto;
  }
header {
   display: flex !important;
   justify-content:center;
   width: 100%;
   z-index: 200;
   /*background:#051a41;
   border-bottom: 2px solid #018fd9;*/
}

.fixed {
	position: fixed!important;
	animation: fixedd .5s 0s 1 ease-in-out forwards;
}
.fixed.roll {
    background: #000000;
   	box-shadow:0 0 10px rgb(0 0 0 / 20%); 
 }

.navbar {
    padding: 0.5rem 0.5rem;
    width: 70% !important;
    display: flex !important;
    justify-content: space-between !important;
}
#top-nav .logo {position: absolute;left:3%; padding-top: 0.8em;}
#top-nav .openbtn, #top-nav .closebtn{ display: none;}

.container{ width: 1200px; margin: 0 auto;}

.navbar-nav li{list-style-type:none;margin-right:3rem;font-size: 24px; text-shadow: 1px 1px 2px #111111; font-family: 'SBAggroM';}
.navbar-nav li a:hover{color: #44af35;}
.navbar-nav li i{display: none;}

.nav-item:hover .dropdown-menu{
	display: block !important;
}

.dropdown-menu{
	display: none;
    animation: menuAni 0.5s;}

@keyframes menuAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff0bf !important;
}

.nav-item{margin-right:1.5rem !important; padding-top:0.5em;}
.nav-item a{color: #fff;}
.dropdown-item{font-size: 18px; line-height: 1.6em;}
.dropdown-menu{background-color:#fff !important; border: 0 !important; border: 2px solid #0879b5 !important;}
.dropdown-menu a{color: #154084;width: 97%;margin: 0 auto;text-shadow: 0 0 BLACK;}
.dropdown-menu a:last-child{ border-bottom: 0 !important;}
.dropdown-item:hover, .dropdown-item:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #018fd9 !important;
  width: 100%;
}

.top_sns{display: flex; /*padding-top: 1.2em;*/}
.top_sns li{ padding: 0 0.2em;}
.navbar-nav .sns-btn{display:none;}

.login{right:3%;top:50%;}
.btnlogin{border: 2px solid #0f74ae;
  border-radius:5px;
  background-color: #051a41;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.btnlogin:hover{
  background: #ffffff;
  color: #018fd9;
}
aside{position: absolute;top: 40%;right: 0;width: 4%;text-align: center;}
.side-sns{position: fixed;}
.side-sns .go_sns{margin: 1em 0.5em;width: 60px; height:60px; background: #0f74ae; border-radius:50%;}
.side-sns .go_sns a{color: #fff; font-size:1.6em;}
.side-sns .go_sns i{ margin-top:0.7em;}
.side-sns .go_univ{width: 64px;height:72px;background: #0f74ae;color: #fff;padding: 10px;border-radius: 5px;line-height: 15px;font-size: 13px;} 
.side-sns .go_univ a{color: #fff;}
.side-sns .go_univ i{font-size: 32px; display: block;}
.side-sns .go_univ span{font-size: 10px;}
.menu_univ{display: none;}


.btnenter{border: 2px solid #0f74ae;
  border-radius:5px;
  background: #0f74ae;
  color: white;
  padding: 1% 2%;
  font-size: 18px;
  cursor: pointer;
  margin: 2em 0;
}

.btnenter:hover{border: 2px solid #0f74ae;
  background-color: white;
  color: #0f74ae;
}
.btnenter i{padding-left: 1em;}

/* 메인페이지 */
#main-visual{height: 100vh;background: url("../images/main.jpg?ver=2.1") no-repeat;padding-top: 6em; background-size: cover;}
.main_quick{display: flex;}
.main_quick li{width: 50%; background: #0080ff;padding: 1.5em 1em; font-size: 20px; cursor: pointer; text-align:center;}
.main_quick .bg02{ background: #03c75a;}
.main_quick i{ font-size: 22px;}
.main_quick li a{color: #fff;}
.main_quick li a:hover{color: #fff0bf !important;}
.main_logicon{display: flex;justify-content: center;}
.main_logicon li{float: left;}

.main_title{display: flex;flex-direction:column; justify-content: center; text-align: center;}
.main_title .date{padding-top:5px;}

.right_banner{position: absolute; height:100vh;}

.sticky_box {
  position: fixed;
  z-index: 100;
  right: 25px;
}
.sticky_box li{background: #0080ff; width: 80px; height: 80px; padding: 1em;font-size: 14px;cursor: pointer;text-align:center;border-radius: 50%;margin-bottom: 5px;}
.sticky_box li a{ color: #ffffff; display: flex; flex-flow: column;}
.sticky_box li a:hover{color: #fff0bf !important;}
.sticky_box li i{font-size: 25px !important;}
.sticky_box .bg02{ background: #03c75a;}

.poster_txt{border: 2px solid #0f74ae;padding: 2.5em;margin: 1em auto;background: #fff;border-radius: 1.3em;width: 65%;}
.main_vod{width: 100%;height: 620px;}

.main_live{ width: 100%; height: 450px;}

.clients{ display: flex; flex-direction:column; padding-left:2em;}
.clients .container{padding: 0 !important;}
.sponsor{display: flex;justify-content: center;}
.sponsor dl {display: flex;align-items: center;margin-right: 2.2em;}
.sponsor dd img{padding: 0 0 5px 10px;}
.sponsor dt{font-size: 18px; width: 120px; background: black;border-radius: 3px;color: #f8f9fa;padding: 0.3em 0 0.4em 0; text-align: center;}
.sponsor dd{text-align: left; width: 100%;}
.spon_title{align-items: baseline !important;border:0 !important;/* padding-top: 1.5em; */}
/*.spon_title dt{width: 80px;}*/

/* //메인페이지 */



/* 서브페이지 */
#sub-visual{height: 480px;background: #fbfbfb;padding-top: 15em;background: url("/images/sub.jpg?ver=1.0") no-repeat center bottom;background-color: #7700cb;}
.sub_logicon{position: absolute;left: 5%;top: 15%;}
.sub_banner{ display: flex; justify-content:center;}
.banner_heading{
	font-weight:600;
	font-size:2em;
	color: #effaff;
	padding-top:3.5%;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #002a34;
} 
.banner_date{
	font-weight: 600;
	font-size: 1.4em;
	color: #ffffff;
	padding-top: 8.5%;
	text-shadow: 1px 1px 1px #111111;
	text-align: center;
} 


.side-menu{border-bottom: 1px solid #abbfd6; padding: 1em 0;}
.side-menu .sub-menu01{display: flex; justify-content: center; font-size: 20px; padding-top: 0.3em;}
.side-menu .sub-menu01 li{padding: 0 1em;}
.side-menu .sub-menu01 li a{color: #7f7f7f;}
.side-menu .sub-menu01 .on a, .side-menu .sub-menu01 li a:hover{color: #041a41;}
.sub-menu02{display: none;cursor: pointer;}
.sub-menu02 span{color: #041a41; font-size: 20px;}
.sub-menu02 i{float: right;}
.sub-menu02 .subdrop-menu{display: none; border-bottom: 1px solid #ddd;background:#fff; border-radius: 0px; width: 100%; position: absolute;left: 0px; margin-top: 1.6em; z-index: 100;padding: 1.2em 0;}
.sub-menu02 .subdrop-menu li{ padding: 0.6em 1.2em; font-size: 18px;}
.sub-menu02 .subdrop-menu a{color: #666;}
.sub-menu02 .subdrop-menu li:hover{background: #fafafa;}


.subpage{padding:3em 0; font-weight: 400; background: url("../images/sub_bg.jpg") repeat;}
.heading-agileinfo {
    font-size: 5vmin;
    text-align: center;
    color: #000;
    margin: 1.5em 0 0.5em 0;
	font-family: 'SBAggroM';
}
.subpage .heading-agileinfo{color: #FFFFFF;}
.sub_cont {border: 2px solid #673AB7;background: #fbfdff;padding: 3em 3em;border-radius: 2em; word-break:keep-all; overflow:auto;}
.sub_cont .row{margin: 0;}
.sub_cont img{width: 100%;border-radius: 1em;}
.sub_cont h3{ color: #7700cb; font-family: 'SBAggroM';}


.main_info{background: url("../images/sub_bg.jpg") repeat; padding: 7em 0;}
.poster_info{ border: 2px solid #673AB7; border-radius: 2em; padding: 3em; background: #ffffff; display: block;}
.poster_info h3{font-family: 'nanumsquare';  color: #7700ca; text-align: center; font-size: 3.7vmin; margin: 0 auto; padding: 0.5em;}
.poster_info p { color: #ffffff; font-size: 2.2vmin; padding-bottom: 2em; text-align: center; line-height: 1.3em;}

.poster_cont{display: flex;}
.poster_cont .left {text-align: center;}
.poster_cont .left img{width: 100%; border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;}
.poster_cont .right div{ width: 90%; margin: 0 auto;}

.info_txt {padding: 0!important;display: flex;align-items: center;z-index: 10; font-family: 'NanumSquareNeoExtraBold';}
/*.info_txt .title_img{ padding: 0 0 2em 0;}*/
.info_txt dl{display: flex;flex-direction: row;margin-bottom: .5em;border-bottom: 1px #000000 dashed;padding-bottom: .5em;}
.info_txt dl:last-child{margin-bottom: 0; border-bottom: none;}
.info_txt dt{width: 120px;height: 40px;padding: 7px 0; color: #FFFFFF; background: #7700ca;text-align: center;align-items:center;display: flex;justify-content: center;font-size: 20px;border-radius: 1em;}
.info_txt dd{text-align: left;padding: 5px 10px;width: 100%;align-items:center;font-size: 19px;color: #000;letter-spacing:-0.5px;}
.sm-txt{color: #9E9E9E;font-size: 15px; word-break:keep-all;}

.sub_tab {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  margin: 2em 0;
}
.b_05 button{ width: 20%;}
.b_04 button{ width: 25%;}
.b_03 button{ width: 33.333%;}
.b_02 button{ width: 50%;}
.sub_tab button{
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 0;
  transition: 0.3s;
  font-size: 18px;
  border-right: 1px solid #d8d8d8;}
.sub_tab button:last-child{border-right:none;}
.sub_tab button:hover {
  background-color: #F7F7F7;
}
.sub_tab button.active {
  background-color: #0f74ae;
  color: #fff;
}

.intro {border: solid 1px #e5e5e5; padding: 1em 1em;}
.intro img{ width: 100%; margin-bottom: 1em;}
.intro-list { padding: 0 1em; margin-bottom: 2em;}
.intro-list h4{ color: #154084;}
.intro-list li{list-style: circle; margin-left:1.8em;}
.intro-list img{width: 800px;}
.intro-list dl{display: flex;padding: 0.5em 1em 0.1em 1em;border-bottom: 1px solid #eee;width: 80;margin-left: 1em;width: 95%;}
.intro-list dt{ width: 130px; color:#0f74ae; font-weight: 600;}
.intro-list dd{margin-bottom: .3rem !important;}
.arrow {font-size: 0em;}
.arrow:after {content:""; display: block; clear: both;}
.arrow * {box-sizing: border-box; font-size: 14px;}
.arrow > li {display:inline-block; font-size:1.4rem; width:calc(20% - 30px); position: relative; text-align: center; line-height: 1.2; margin:0 30px 30px 0;}
.arrow .list li{ margin-left: 0 !important; list-style:none; margin-bottom:8px;}
.arrow > li:after {content: "→"; display: block; position: absolute; top:50%; right:-23px; transform: translate(0,-50%);}
.arrow > li:last-of-type:after {display:none;}
.arrow > li div {display: table; width:100%;}
.arrow > li div span {display:table-cell; vertical-align: middle;}
.arrow > li div:nth-of-type(1) {color:#777; height: 150px; overflow: hidden; padding:5px; border:1px solid #ccc;}
.arrow > li div > p { background-color: #8a89c2; padding: 15px 0; margin-bottom: 15px; color: #fff; font-weight: bold; font-size: 16px;}



.session_title{font-size: 30px; font-weight: 600; text-align: center; margin-bottom: 1em;}
.session_title span {
	background: #0f74ae none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 10px auto 0.5em;
	overflow: hidden;
	position: relative;
	width: 50px;
}
.session_subtitle{text-align:center;font-weight:bold; margin-bottom:2em;}
.subtabcontent {
  display: none;
}
.subtabcontent h3{text-align: center;margin-bottom: 0.3em;font-size: 20px;color: #0f74ae;}
.subtabcontent table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.subtabcontent th, .subtabcontent td {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.subtabcontent th{ width: 25%; background: #F7F7F7; text-align: center;}
.subtabcontent details{color: #999; cursor: pointer;}
.subtabcontent details > summary {
  border: solid 1px #eee;
  margin-top: 1em;
  padding: 5px 10px;
  width: 76px;
  font-size: 14px;
  border-radius:5px;
}
.subtabcontent details ul{padding: 10px; width: 100%;}
.subtabcontent details li{display: flex;}
.subtabcontent details span {width: 10%; color: #636363;}
.subtabcontent details p{width: 90%;}
.subtabcontent details .s02 span {width: 18%;}
.subtabcontent details .s02 p{width: 82%;}

.info_title{display: flex;border-bottom: none !important;padding-bottom: 0 !important;}
.info_title .alert{ margin: 0 auto; width: 100%; text-align: center;}

.info_photo{display: flex;}
.info_photo .photo_name{padding-left: 5px;display: table-cell;vertical-align: bottom;height: 130px;}
.info_photo dl{margin: auto 0 auto 20px; width: 100%;}
.info_photo dt{font-size: 30px; padding-left: 10px; color:#041a41; margin-bottom: 15px;}
.info_photo dt span{ font-size: 16px; color: #666; padding-left: 10px;font-weight: 500;}
.info_photo dd{background: #f7f7f7; padding: 20px; width: 100%;}


.info_hi{display: flex; margin-top: 2em;}
.info_hi02{display: flex; flex-direction: column; margin-top: 2em;}
.info_hi_photo{ width: 20%; margin-right: 4%;}
.info_hi_txt01{ width: 76%; word-break: keep-all;}
.info_hi_txt01 p, .info_hi_txt02 p{font-weight: bold; margin-top:1em; font-family: 'NotoSerifKR'; font-size: 18px;}
.info_hi_txt01 span, .info_hi_txt02 span{font-size: 15px; margin-right: 0.3em;}
.info_hi_txt01 .font-bm, .info_hi_txt02 .font-bm{font-family: 'NotoSerifKR'; font-size: 22px; margin-top:0; margin-bottom: 1em; font-weight: 400;}
.info_hi_photo02, .info_hi_photo02 img, .info_hi_txt02{ width: 100%;}
.info_hi_txt02{margin-top: 2em;word-break: break-all;}


.program table{
	  border-collapse: collapse;
	  width: 100%;
	  border-top: 1px solid #e5e5e5;
	  border-bottom: 1px solid #e5e5e5;
	  border: 1px solid #e5e5e5;
	  font-size: 16px;
	  min-width: 500px;
	  margin-bottom: 2em;
	  line-height: 22px;
}
.program th, .program td {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.program th{background: #0f74ae; color: #fff;}
.program dl{ text-align: left; display: flex;margin: 0;}
.program dt{ margin-right: 10px;}
.program dd{margin: 0;}


.place_txt{padding: 15px 0; border: 1px solid #abbfd6;background: #fbfdff; font-size: 20px; text-align: center; margin-top: 0.5em;}

.partner .row{margin: 0;}
.partner h3{font-size: 24px;}
.partner-list{padding-bottom: 2em;}
.partner-list li{border: 1px solid #abbfd6; margin:0.5em 1em 0.5em 0 !important; width: 30%; text-align: center; padding: 1.5em 0; cursor:pointer;}
.partner-list li:hover{background: #fbfdff;}
.partner-list li p{height: 39px; margin-bottom: 0 !important; display:flex; justify-content: center; align-items: center; font-size:20px;}


.history_txt img{width: 90%;}
.history-info {padding: 1em 0;}
.history-info dl{display: flex;flex-direction: row;margin-bottom: 1rem;border-bottom: 1px #000000 dashed;}
.history-info dt{width: 90px;height: 32px;background: #31055e;padding: 6px 0;color: #fff;border-radius: 1.5em;font-size: 15px;text-align: center;}
.history-info dd{text-align: left; padding: 5px 10px; width: 90%;}
.history-info .session{line-height: 1.5em !important;}
.history-info .session p{font-size: 15px;color: #616161;border: solid 1px #e6e6e6;padding: 10px; background: #f6fbff;}
.history-info .session b{ color: #041a41; width: 70px;}
.history-info .session span{padding-left: 4em;}

.history-gallery{border-bottom: 1px solid #e3e3e3; padding: 2em 0;}
.history-gallery a{ padding-top: 10px;}
.history-gallery .col-sm-3{padding: 5px;}
.img-history{ width: 100%;}


.live_title{ background: #0f74ae; color: #dbf2ff; padding: 1em 0; text-align: center; border-radius: 5px;  margin-bottom: 5px;}
.live{ display: flex; height: 460px;}
.live_vod{ width: 68%; height: 100%; margin-right:2%;}
.live_text{ width: 30%; border: solid 1px #d8d8d8;}
.live_text .scroll{ width: 100%; height: 370px; overflow-y: scroll; background: #f7f7f7; font-size: 13px; font-weight: 400; border-bottom: solid 1px #d8d8d8;}
.live_text .scroll::-webkit-scrollbar {
    width: 10px;
  }
.live_text .scroll::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    border-radius: 8px;
  }
.live_text .scroll::-webkit-scrollbar-track {
    background-color: #ededed;
	border-radius: 6px;}
.live_text .scroll li{margin: 8px 12px;}
.live_text .scroll .chat{border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 3px 0 10px 0;
  display: flex;
}
.live_text .scroll .time-right {
  margin-left: 5px;
  color: #aaa;
}
.chat_info{background:#e6e6e6;text-align: center;font-size: 14px;padding: 10px 0;z-index: 5;color: #4c4c4c;font-weight: 500;}
.live_text .chat_area{ padding: 5px; width: 79% !important; float: left;}
.live_text .chat_name{ 
	width: 100%;
	height:20px;
    padding: 5px;
	font-size: 12px;
	color: #666;
    border: 1px solid #e9e9e9;
	resize:none;
	font-weight: 400;
	margin-bottom: 5px;
}
.live_text .chat_write{ 
	width: 100%;
	height: 50px;
    padding: 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #e9e9e9;
    resize:none;
	font-weight: 400;
}

.chat_write_enter{
  border-radius:5px;
  background: #0f74ae;
  color: white;
  padding: 3%;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 2px;
  margin: 5px 5px 0 0;
  float: right;
  height:78px;
}

.year_bar{margin-bottom: 1em; width: 100%;}
.year_bar select {background: #000 url("/images/select_bg.jpg") no-repeat right;font-size: 16px;color: #fff;border: 0; border-radius:5px;padding: .7em;width: 240px; appearance:none;height: 50px;}

/* //서브페이지 */



#footer {
   padding: 20px;
   text-align: center;
   color: #AAAAAA;
   background: #333;
   letter-spacing: 1px;
   font-size: 12px;
   font-weight: 400;
}

.footer-sns{ display:flex;justify-content: center; margin-bottom:0.5em;}
.footer-sns a{ color:#888; font-size:14px; padding:5px;}




/* 반응형 웹 */

@media only screen and (max-width: 1440px){
	#main-visual{background: url("../images/main.jpg?ver=2.0") no-repeat center;padding-top: 6em;background-size: 100%;background-color: #7700cb;}
	.sub_logicon{ top:13%;}
	.sub_logicon img{width: 80%;}	
	.navbar{width:100% !important;}
	.main_title{/* top: 28%; */padding-top: 1em;}
	.main_title img{width: 23%;}
	.main_title .date{padding-top: 2em;}
	#sub-visual{height: 350px; background-size: contain;}
}
/* 테블릿 가로 */
@media only screen and (max-width: 1024px){
	.container { width: 90%; padding: 0 15px;}   
	.side-sns{display: none;}
	.main_title .date{padding-top:3em;}
	.navbar-nav li{font-size: 16px;}
	.navbar-expand-lg .navbar-nav .nav-link{padding-left: 0 !important; padding-right: 0 !important;}
	.live_text .chat_area{width: 74% !important;}
	#main-visual{background-size: cover !important; padding-top:10em; background: url("../images/main.jpg?v=2.2") center bottom no-repeat;}
	.main_title img{width: 45%;}
   	.banner_heading{
	font-size:1.8em;
	padding-top:6%;
  	} 
	.banner_date{
	font-size:1.2em;
	padding-top:12%;
	line-height: 1.3em;
  	} 
	.sub_logicon{ top:16%;}
	.sub_logicon img{width: 60%;}
	.spon01{flex-wrap:wrap;}
	.info_hi_photo{ width: 25%; margin-right: 5%;}
	.info_hi_txt01{ width: 70%;}
	.navbar{width: 100% !important;}
	.sponsor{display: block;}
	.sponsor dl{display: block;text-align:center;margin-right: 0 !important;}
	.sponsor dt{margin-bottom:10px;}
	.spon_title dt{width: 120px;margin: .3em auto;}
	.sponsor dd{ text-align: center;}
	.sponsor dd img{padding: 0 8px 8px 0 !important;}
}



/* 테블릿 세로 */
@media only screen and (max-width:991px) {
	header {margin-bottom:1em;}
	#top-nav .logo{width:100%; text-align:center;left:0;}
	button{border: 0; background: none;}
	.navbar-nav{background: #fff !important; z-index: 50; border-radius: 5px;}
	.navbar-nav .sns-btn{display: block;border: 0 !important;text-align: right;padding-top: 0.8em;/* background: #eee; */}
	.navbar-nav{padding: 1em 0 !important;border: 1px solid #eee !important;}
	.navbar-nav li{text-align: left; padding: 0 1em; border-bottom: solid #f1f1f1 1px; width: 95%; margin: 0 auto !important; font-size:18px !important; text-shadow:0 0 BLACK;}
	.navbar-nav li i{display: inline-block; position: absolute; right: 3%;}
	.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active  {color: #154084 !important;}
	.nav-item a{color: #333333;}
	.dropdown-menu{background: #fcfcfc !important; width: 95% !important; margin: 0 auto 1em auto !important; border: 1px #f7f7f7 solid !important;}
	.dropdown-menu a{color: #333 !important;width: 100% !important;}
	#top-nav .openbtn, #top-nav .closebtn{ display: block;} 
	#top-nav{padding-top:1.8em}
	#top-nav .logo{padding-top: 0;}
	.top_sns{display: none;}
	.navbar-nav .sns-btn{display: block;border: 0 !important;text-align: right;padding-top: 0.8em;/* background: #eee; */}
	.banner_date{font-weight:600;
	font-size:1.5em;
	padding-top:8%;
	} 
}

@media only screen and (max-width: 800px) {
	.live{display:contents;}
	.main_logicon{padding: 0 5%;}
	.live_icon {text-align: center;}
	.live_icon img{ width: 70%;}
	.live_vod, .main_live{ width: 100%; height: 400px;}
	.live_text{ width: 100%; margin-top: 0.2em;}
	.live_text .scroll{height: 300px;}
	.live_text .chat_area{width: 86% !important;}
	.live_text .chat_box{ height: 90px;}
	.main_title{top: 28%;left: 8%;}
	.main_title img{width: 43%;}
	/*.main_title .date img{width: 35% !important;}*/
	.poster_txt{width: 80%;}
	#main_info h2{font-size: 2.5em;}
	#sub-visual{background:url("/images/mobile_sub.jpg?ver=1.0") no-repeat center;background-size: contain;background-color: #7700cb;}
	.subtabcontent details li{display: block;}
	.subtabcontent details span {width: 100%;}
	.subtabcontent details p{width: 100%;}
	.subtabcontent details .s02 span {width: 100%;}
	.subtabcontent details .s02 p{width: 100%;}
	.intro-list img{width: 100%;}
	.banner_heading{
	font-size:1.4em;
	padding-top:11%;
  	} 
	.banner_date{
	font-size:1em;
	padding-top:15%;
	line-height: 1.3em;
  	} 
	.side-menu .sub-menu01{font-size: 16px !important;}
	.sub_logicon{ top:16%;}
	.sub_logicon img{width: 40%;}
	.info_hi_photo{ width: 35%; margin-right: 5%;}
	.info_hi_txt01{ width: 60%;}
	.history-info dl{flex-direction:column !important;}
	.history-info dd{width: 100% !important;}
	.arrow > li {width:100%; margin-right:0;}
	.arrow > li:after {top:calc(100% + 2px); left:50%; transform: translate(-50%, 0) rotate(90deg);}
	.intro-list dl{flex-direction:column;}
	.poster_cont{display: block;}
	.main_vod{height: 400px;}
	.poster_cont .left img{margin-bottom: 1.5em;}
}



/* 모바일 */
@media only screen and (max-width: 767px) {
	.sns{
	margin-right:1em;
	}
	.banner_heading{
	font-size:1.8em;
	padding-top:11%;
    
	} 
	.banner_date{font-weight:600;
		font-size:1em;
		padding-top:14%;
	} 
	.sub-menu01{display: none !important;}
	.sub-menu02{display: block; text-align: center;}
	.sub-menu02 select{width: 90%; border: 0;}
	.sub-menu02 select:hover{border: 0 !important;}
	#main-visual {padding-top:7em; background: url("../images/mobile_main2025.jpg?ver=1.1") center bottom no-repeat; height:90vh;}
	.main_title .date img{width: 50% !important;}
	.main_title .date{padding-top: 1em;}
}

@media only screen and (max-width:500px){
	.history-gallery .col-sm-3{ width: 50%;}
	.right_banner{display: none;}
	.partner-list li{width: 100%; margin: 0.5em 0 !important;}
	.info_photo dt{font-size: 20px !important;}
	.info_photo dl{margin: 0.5em 0 !important;}
	.info_photo dt span{ font-size: 14px; padding-left: 0 !important; display: block !important;}
	.info_photo img{width: 100% !important;}
	.info_photo dd{font-size: 13px !important; padding: 10px !important;word-break:keep-all !important;}
	.sub_tab button{height: 70px; font-size: 14px;}
	.main_info{padding: 5em 2em;}
	.poster_info{padding: 1.5em;}
	.sub_cont {padding: 2em;}
	.main_vod{height: 200px;}
	.history_txt img{width: 100%;}
	.live_icon img{ width: 50%;}
}


@media only screen and (max-width:480px){
	.logo img{width: 50%;}
	.live_vod, .main_live{height: 200px;}
	.live_text .chat_area{ width: 81% !important;}
	.chat_write_enter{padding: 2%;}
	.main_title img{width: 65%;}
	.main_title{top: 20% !important;left: 5%;}
	#top-nav{ padding-bottom: 1em;} 
	#main_info h2{font-size: 1.5em;}
	#main_info h3{font-size: 1.4em;}
	#main_info h5{font-size: 0.9em; word-break: keep-all;}
	.heading-agileinfo {font-size: 7vmin;}
	.poster_txt{width: 70%;padding: 1.5em;}
	.main_quick{top:-7.5em;}
	.main_quick li{font-size: 12px; padding: 1.5em 0;}
	.spon01{display: contents;justify-content: center;}
	.spon01 li{ margin-right: 0rem; margin-bottom: 1rem;}
	.spon01 h4{padding-top: 2em;}
	.session_title{font-size: 25px;word-break: keep-all;line-height: 32px;}
	.info_photo{display: block;}
	.info_photo .photo_name{padding-left: 5px;display:inline;}
	#sub-visual{background:url("/images/mobile_sub.jpg") bottom no-repeat; padding-top: 5.7em; background-size: 100% !important; height: 67vw; background-color: #7700cb;}
	.sub_logicon{ top:16%;}
	.banner_heading{
	font-size:1.2em;
	padding-top:23%;
    
	} 
	.banner_date{font-weight:600;
		font-size:0.8em;
		padding-top:34%;
	} 
	.btnenter{ padding: 2% 2%;}
	.info_hi{display: block;}
	.info_hi_photo{ width: 100%; text-align: center;}
	.info_hi_txt01{ width: 100%; padding-top: 15px;}
	.info_txt dl{display: flex;flex-direction: column;margin-bottom: .5em;border-bottom: 1px #000000 dashed;padding-bottom: .5em;}
	.info_txt dt{width: 80px;padding: 7px 0;color: #FFFFFF;background: #7700ca;text-align: center;align-items:center;display: flex;justify-content: center;font-size: 16px;border-radius: 1.5em;}
	.info_txt dd{text-align: left;padding: 5px 10px;width: 100%;align-items:center;font-size: 15px;color: #000;}
}


@media only screen and (max-width:375px) {
	#top-nav h1{
		transform: none;
		font-size: 1.5em;
	}
	#top-nav{ padding-bottom: 0.3em;} 
	.sub_tab button{font-size: 14px;}
	.live_text .chat_area{width: 78% !important;}
	/*#main-visual{height: 500px;}*/
	.main_title img{width: 55%;}
	.main_quick{top:-5em;}
	#main_info{padding:4em 0;}
	#main_info h2{font-size: 1.2em;}
	#main_info h3{font-size: 1.1em; letter-spacing: -1px;}
	#main_info h4 img{width: 55%; height: auto;}
	#main_info h5{font-size: 0.8em;}
	#main_info h2{padding:0.2em 0.1em;}
	.banner_heading{
	font-size:1.2em;
	padding-top:18%;
    } 
	.banner_date{font-weight:600;
	font-size:0.7em;
	padding-top:30%;
	} 
	.info_hi_txt01 .font-bm{font-size: 20px;}
	.heading-agileinfo{font-size: 24px;}
	.main_vod{height: 150px;}
}

@media only screen and (max-width:320px) {
	.poster_txt{width: 80%;}
	.main_quick li{font-size: 11px;}
	/*#main-visual{height: 480px;}*/
	.banner_date{font-weight: 400;
	font-size: 0.6em;
	padding-top: 28%;
	} 
}


