@charset "utf-8";

.bold {font-weight: bold;}
/* ======================================================
    .ssec-visual
=========================================================*/
.ssec-visual {width: 100%; height: auto; position: relative; background:#e8eff0; }

.ssec-visual  .logo-left {position: absolute; left:2.5%; top:12px; max-width: 14vw;}
.ssec-visual  .logo-right {position: absolute; right:2.5%; top:12px;  max-width: 14vw;}
.ssec-visual  .main-txt {position: relative;width:auto; max-width: 100%; max-height:220px;}


@keyframes spin {
	0% {transform: rotate(0)}
	100% {transform: rotate(360deg)}
}
@keyframes fadeLeft {
	0% {right: 4%; opacity: 0;}
	100% {right: 9%; opacity: 1;}
}




	@media only screen and (max-width:1700px){
		.ssec-visual .item .leftimg {left: 10px;}
		
	}

	@media only screen and (max-width:1400px){
/*		.ssec-visual .item .img.vis01 {background: url("/theme/DesignVii/_Img/Sub/topVisual_m.jpg") no-repeat right 50%; background-size: auto 100%; background-color: #061d1f}*/
		.ssec-visual .item .leftimg  {top:35px;left: 10px; width:240px;}
		.ssec-visual .item .main-txt {height:140px; }
	}

	@media only screen and (max-width:900px){
			.ssec-visual .item .img {height:150px}
			.ssec-visual .item .main-txt {max-height:150px; height:110px; top: 60%;}
			.ssec-visual .item .leftimg  {top:25px;left: 56%; width:200px; transform: translate(-50%,-50%)}
			.ssec-visual .item .img.vis01 {background-size:cover;}
	}




/* ======================================================
    #player-ALL -wrap
=========================================================*/
/*.MovWrap {width:100%; display: table;background-color: transparent;}*/
.MovWrap {width:100%; display: grid; grid-template-columns: 1000px auto;  background-color: transparent; column-gap: 15px;}
.MovWrap .MovWrapLeft {width:1000px; max-width: 100%;display: flex; align-items: center; box-sizing: border-box; background-color: #000;}/*max-width: 1000px; */
.MovWrap .MovWrapRight {display: block;background-color: #fff; border: 1px solid #666; box-sizing: border-box; vertical-align: top; 
	padding:10px; box-sizing: border-box;}

.ViewNotice {height: 547px; margin-top: 100px;}
.ViewNotice .title2 { background-image: url("/theme/DesignVii/_Img/Sub/notice_title.png"); background-repeat: no-repeat; padding-left:30px; padding-bottom: 45px;font-size:16px;  line-height: 18px; font-weight: 400;}

.ViewNotice-Footer {height: 144px; width:100%; padding-top: 20px; box-sizing: border-box;}
.ViewNotice-Footer .btn-left {width:49%;height:125px; display: inline-block; background: #135caf; margin-right: 2%; color:#fff; font-size: 16px; text-align: center; box-sizing: border-box; padding-top:40px;}
.ViewNotice-Footer .btn-right {float: right; display: block; width:49%;height:125px; background: #3e34c6; margin-right: 0%; color:#Fff; font-size: 16px;text-align: center; box-sizing: border-box; padding-top:40px;}

.ViewNotice-Footer .btn-left  .sss  { font-size:12px !important; }
.ViewNotice-Footer .btn-right .sss { font-size:12px !important; }

.ViewData {height: 547px; margin-top: 100px;display: none; }
.ViewData .title2 {}


.btnssss {position: absolute; z-index: 2599; display: inline-block; margin-left:0 ;   top:160px; background-color: #e85d2a; color:#fff; padding:2px 8px;  border-radius: 6px; font-size:14px; cursor: pointer; display: none;}
@media only screen and (max-width:1680px) {  
	.btnssss {margin-left: 10px;}
	
	}

@media only screen and (max-width:1439px){
	.MovWrap { grid-template-columns:1fr; }
	.MovWrap .MovWrapLeft {width:auto !important; display: block;}
	.MovWrap .MovWrapRight { display:block; clear:both; margin-top: 10px; display: block; padding: 10px; }
	.ViewNotice {height:auto !important; margin:  10px;}
	.ViewNotice-Footer {height: auto !important; }
	.ViewNotice-Footer .btn-left {height: auto !important; padding: 0.8rem 0; }
	.ViewNotice-Footer .btn-right {height: auto !important;padding: 0.8rem 0; }
	.ViewNotice-Footer .btn-left .sss { font-size:10px !important; }
	.ViewNotice-Footer .btn-right .sss { font-size:10px !important; }
	
	.ViewData {height:auto !important; margin:  10px;}
	
}
@media only screen and (max-width:900px) {  
	.btnssss {top: 135px; left: 50%; margin-left:0; transform: translateX(-50%); -webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%); min-width: 205px;}
	
	}
/* ======================================================
    #player-wrap
=========================================================*/
#player-wrap {padding: 0px; box-sizing: border-box;width:100%; max-width: 1680px; box-sizing: border-box; margin: 0 auto; position: relative;}/*max-width: 1680px;*/
#player-wrap .title {position: relative; height: 100px;}
#player-wrap .title p {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding:4px 20px; 
	text-align: center;
	border-radius: 50px; color: #fff;font-size: 16px; background: #009eaf; min-width: 255px;
}

#player-wrap .title:before {content:""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height:2px; display: block;  background: #009eaf;}
#player-wrap ul {margin: 0; padding-left: 12px;}
#player-wrap ul.top li { color: #222; }
#player-wrap ul li {color: #000; font-size: 16px; word-break: keep-all;}
/*list-style-image: url("/theme/DesignVii/_Img/Layout/icon-list.png"); */
/*#player-wrap ul li::marker {position: relative; top: -3px; } */
#player-wrap ul li .blue {color: #0aa3d4; font-weight: bold;}
#player-wrap ul li .orange {color: #ff5500;font-weight: bold;}
#player-wrap ul li .red {color: #ff0014;font-weight: bold;}





/*
.MovEndBtn {float: right; position: absolute; display: block; margin-top: 23px; right:10px;}
.MovEndBtn a {color:#fff; display: block; line-height: 90px; font-size: 18px;width:120px; height:90px;text-align: center;
	border-radius:0.3rem;
	background-image: url("/theme/DesignVii/_Img/Sub/btn_logout.png"); background-position: center 15px; padding-top: 18px; background-repeat: no-repeat; 
	background-color:#1e84d2;   }
*/
.player_header {position:relative; display: flex; justify-content: space-between; align-items: flex-start; column-gap: 2em; margin-bottom: 1.2rem;}

.MovEndBtn {position: relative; display: flex; text-align: center;width: auto; column-gap: 0.5rem; }
	.MovEndBtn .subbtns {
		color:#fff; font-size: 14px;width:120px; padding: 3rem 0 0.5rem 0;
		border-radius:0.3rem; 
		display:flex;
		align-items: flex-end; justify-content: center;}

	.MovEndBtn .feedback {
	background-image: url("/theme/DesignVii/_Img/Sub/btn_vote.png"); background-position: center 15px; background-repeat: no-repeat; 
	background-color:#e76a04;}

	.MovEndBtn .logout2 {
		background-image: url("/theme/DesignVii/_Img/Sub/btn_logout.png"); background-position: center 15px;  background-repeat: no-repeat; 
		background-color:#009eaf;}

	.MovEndBtn .vot01 {
		background-image: url("/theme/DesignVii/_Img/Sub/btn_vote.png"); background-position: center 15px; background-repeat: no-repeat; 
		background-color:#f09f2f;}/*width:25%; */





	.MovEndBtn .korean {color:#333; display: block; line-height: 90px; font-size: 14px;width:100px; height:90px;text-align: center;
		border-radius:0.3rem; margin-left: 3px;
		background-image: url("/theme/DesignVii/_Img/Sub/btn_korean.png"); background-position: center 15px; padding-top: 22px; background-repeat: no-repeat; 
		background-color:#e7e7e7;border:1px solid #d7d7d7}

	.MovEndBtn .english {color:#333; display: block; line-height: 90px; font-size: 14px;width:100px; height:90px;text-align: center;
		border-radius:0.3rem; margin-left: 3px;
		background-image: url("/theme/DesignVii/_Img/Sub/btn_english.png"); background-position: center 15px; padding-top: 22px; background-repeat: no-repeat; 
		background-color:#e7e7e7;border:1px solid #d7d7d7}

	.MovEndBtn .VOD {color:#333; display: block; line-height: 90px; font-size: 14px;width:100px; height:90px;text-align: center;
		border-radius:0.3rem; margin-left: 3px;
		background-image: url("/theme/DesignVii/_Img/Sub/btn_vod.png"); background-position: center 15px; padding-top: 22px; background-repeat: no-repeat; 
		background-color:#e7e7e7;border:1px solid #d7d7d7}


		.MovEndBtn .btn {width: 120px; height: 90px; border-radius: 0.3rem; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; word-break: keep-all; font-weight: normal; cursor: pointer; padding-top: 36px;}
		.MovEndBtn .btn1 {background: #1e84d2;
						  background-image: url("/theme/DesignVii/_Img/Sub/btn_notice.png"); background-position: center 15px; background-repeat: no-repeat;}
		.MovEndBtn .btn2 {background: #1e84d2; margin-left: 3px;
					      background-image: url("/theme/DesignVii/_Img/Sub/btn_program.png"); background-position: center 15px; background-repeat: no-repeat;}
		.MovEndBtn .btn3 {background: #1e84d2; margin-left: 3px; line-height: 120%;
						  background-image: url("/theme/DesignVii/_Img/Sub/btn_down.png"); background-position: center 15px; background-repeat: no-repeat;}
		.MovEndBtn .btn4 {background: #1e84d2; margin-left: 3px;
						  background-image: url("/theme/DesignVii/_Img/Sub/btn_logout.png"); background-position: center 15px; background-repeat: no-repeat;}




/* 상자 안 버튼*/
.MovEndBtn2 {position: relative; display: flex;align-items: center;width: 100%;  }
	

.MovEndBtn2 .btn {width:50%; height: 50px; border-radius: 0.3rem  0.3rem  0  0; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; word-break: keep-all; font-weight: normal; cursor: pointer; padding-top: 6px; line-height: 130%;}
.MovEndBtn2 .btn1 {background-color:#a8bfc2;
			  background-image: url("/theme/DesignVii/_Img/Sub/btn_notice.png"); background-position: 8px 10px; background-repeat: no-repeat; margin-left: 0; padding-left: 28px;}

.MovEndBtn2 .btn2 {background-color: #a8bfc2; margin-left: 3px;
			  background-image: url("/theme/DesignVii/_Img/Sub/btn_program.png"); background-position: 8px 10px; background-repeat: no-repeat; padding-left: 33px;}
.MovEndBtn2 .btn1.active, 
.MovEndBtn2 .btn2.active,
.MovEndBtn2 .btn3.active {
	background-color: #1b2d39;
}
.MovEndBtn2 .btn1:hover {background: #168693;background-image: url("/theme/DesignVii/_Img/Sub/btn_notice.png"); background-position: 8px 10px; background-repeat: no-repeat;}
.MovEndBtn2 .btn2:hover {background: #168693;background-image: url("/theme/DesignVii/_Img/Sub/btn_program.png"); background-position: 8px 10px; background-repeat: no-repeat;}

.MovEndBtn2 .btn3 {background: #8fabce; margin-left: 3px;
			  background-image: url("/theme/DesignVii/_Img/Sub/btn_down.png"); background-position: 8px 10px; background-repeat: no-repeat; margin-right: 10px; padding-left: 42px;}


@media only screen and (max-width:900px){
		#player-wrap .title {height: 60px;}
		.MovEndBtn .logout2 {font-size: 12px; height:55px; background-size: 30px; background-position: center 7px; padding-top: 0;}
		.MovEndBtn .vot01   {font-size: 12px; height:60px; background-size: 30px; background-position: center 5px; padding-top: 0;}
		.MovEndBtn .korean  {font-size: 12px; height:60px; background-size: 30px; background-position: center 5px; padding-top: 0;}
		.MovEndBtn .english {font-size: 12px; height:60px; background-size: 30px; background-position: center 5px; padding-top: 0;}
		.MovEndBtn .VOD {font-size: 12px; height:60px; background-size: 30px; background-position: center 5px; padding-top: 0;}
	    .MovEndBtn .feedback  {font-size: 12px; height:55px; background-size:40px; background-position: center 7px; padding-top: 0;}
	}



#player-wrap .question-wrap { background: #e4e4e4; padding: 20px; box-sizing: border-box;}
#player-wrap .question-wrap .question {display: flex;}
#player-wrap .question-wrap textarea {width: 85%; resize: none; border: 1px solid #ddd; padding: 10px; box-sizing: border-box; outline: none;
	box-shadow:none !important;}
#player-wrap .question-wrap textarea:focus {outline: none; border: 1px solid #333;  }
#player-wrap .question-wrap textarea::-webkit-input-placeholder {font-family: 'S-CoreDream-4Regular'; color: #000; font-size: 14px; }
#player-wrap .question-wrap .q-submit {width: 15%; border: none; background: #e76a04; color: #fff; font-size: 21px; outline: none; font-family: 'S-CoreDream-4Regular';}



	@media only screen and (max-width:999px){
		#player-wrap ul li {font-size: 12px;}
		#player-wrap .question-wrap { padding:10px;}
		#player-wrap .question-wrap::-webkit-input-placeholder {font-size: 14px;}
		#player-wrap .question-wrap .question {flex-direction: column}
		#player-wrap .question-wrap textarea {width: 100%;}
		#player-wrap .question-wrap .q-submit {width: 100%; font-size: 18px; padding: 10px; margin-top: 0;}
}

	@media only screen and (max-width:530px){
		.MovEndBtn {width: 100%; min-width: auto; margin-top: 10px; display: flex; justify-content: center;}
		.MovEndBtn a {width: 24%;}
		.MovEndBtn .btn {width: 24%; }
		.MovEndBtn2 {width: 100%; min-width: auto; margin-bottom: 0px; margin-top: 0;}
		.MovEndBtn2 a {width: 33%;}
		.MovEndBtn2 .btn {width: 50%;  }
		.MovEndBtn2 .btn1 { background-size: 30px;  background-position: 8px 14px;padding-left: 28px;}
		.MovEndBtn2 .btn2 { background-size: 20px; background-position: 8px 14px;padding-left: 28px;}
		.MovEndBtn2 .btn3 { background-size: 20px; background-position: 8px 14px;padding-left: 28px;}
		
		.player_header {position:relative; display: flex; flex-wrap: wrap;  justify-content: space-between; align-items: flex-start; 
			column-gap: 2em; margin-bottom: 0.6rem;}
		

}

/* ======================================================
    #agenda
=========================================================*/
#agenda {margin-top:0; padding: 0; box-sizing: border-box;}
#agenda .title {height: 100px; width:90%; margin: 0 auto; position: relative;}
#agenda .title:before {content:""; width: 100%; height: 0.5px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; background: #0f494e;}
#agenda .title p {font-size: 26px!important; color: #0f494e; text-align: center; font-family: 'S-CoreDream-7ExtraBold'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; min-width: 200px;}
#agenda .agenda-con {width: 90%; padding:  0; box-sizing: border-box; margin: auto; text-align: center;}
#agenda .agenda-con p.date {font-size: 30px; font-weight: bold; color: #375896;}
#agenda .agenda-con p {font-size:21px !important; color: #0f494e; line-height: 150%; word-break: keep-all;}
#agenda .agenda-con ul {background: #fff; margin: 30px auto;}
#agenda .agenda-con ul p {color: #555; font-size: 18px !important; line-height: 150%; }
#agenda .agenda-con li {border-bottom: 1px solid #c3bebe; display: flex; align-items: center; margin-bottom:0;}
#agenda .agenda-con li:first-child {background: #97b7e3;}
#agenda .agenda-con li:first-child span {padding: 0;}
#agenda .agenda-con li:first-child p { color: #fff; line-height: 40px; text-align: center;}
#agenda .agenda-con li.color {background: #fcf0d9; }
#agenda .agenda-con li.color p {font-weight: bold; color: #000;}
#agenda .agenda-con li span {display: inline-block;}
#agenda .agenda-con li span.time {width: 25%;}
#agenda .agenda-con li span.agenda {width: 50%; border-right: 2px solid #f5f5f5; border-left: 2px solid #f5f5f5; text-align: left; padding: 10px; box-sizing: border-box;}
#agenda .agenda-con li span.speaker {width: 25%;}



.agenda_resub {background-color:#4870a0;color:#fff; text-align: left;}
.agenda_resub2 {background-color:#4870a0;color:#fff; text-align: center;border-left:none;}
.agenda_resub .lineenter {display:inline-block; padding-left:0.8rem;}

	@media only screen and (max-width:550px){
	.agenda_resub .lineenter {display:block; clear: both; padding-left:0;}
	}


	@media only screen and (max-width:999px){
		#agenda {margin-top: 40px;}
		#agenda .title p {font-size: 45px; }
		#agenda .agenda-con {width: 100%; padding: 10px;}
		#agenda .agenda-con p {font-size: 18px;}
		#agenda .agenda-con p.date {font-size: 24px;}
		#agenda .agenda-con ul p {font-size: 14px; word-break: keep-all;}
		#agenda .agenda-con li:first-child p {line-height: 10px;}
		#agenda .agenda-con li span.agenda {padding: 12px 10px;}

}




/* ======================================================
    #agenda_SUB
=========================================================*/
#agenda-sub {margin: 0; padding:0px; box-sizing: border-box; display: none;}
#agenda-sub .title {height: 60px; position: relative; margin-top: 60px;}
#agenda-sub .title:before {content:""; width: 100%; height: 2px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; background: #fff;}
#agenda-sub .title p {font-size: 22px!important; color: #111; text-align: center; font-family: 'S-CoreDream-7ExtraBold'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; min-width: 120px;}
#agenda-sub .agenda-con {width: 100%; padding: 0; margin: 0; box-sizing: border-box;  text-align: center;}
#agenda-sub .agenda-con p.date {font-size: 20px; font-weight: bold;}
#agenda-sub .agenda-con p {font-size: 21px!important; color: #0c243d; line-height: 150%; word-break: keep-all;}
#agenda-sub .agenda-con ul {background: #fff; margin:5px auto; padding-left:0;}
#agenda-sub .agenda-con ul p {color: #555; font-size: 1rem; line-height: 150%; }
#agenda-sub .agenda-con li {border-bottom: 1px solid #c3bebe; display: flex; align-items: center; margin-bottom: 0;}
#agenda-sub .agenda-con li:first-child {background: #9f060d;}
#agenda-sub .agenda-con li:first-child span {padding: 0;}
#agenda-sub .agenda-con li:first-child p { color: #fff; line-height: 110%; text-align: center;}
#agenda-sub .agenda-con li.color {background: #fcf0d9; }
#agenda-sub .agenda-con li.color p {font-weight: bold; color: #000;}
#agenda-sub .agenda-con li span {display: inline-block;}
#agenda-sub .agenda-con li span.time {width: 25%;}
#agenda-sub .agenda-con li span.agenda {width: 50%; border-right: 2px solid #f5f5f5; border-left: 2px solid #f5f5f5; text-align: left; padding: 10px; box-sizing: border-box;}
#agenda-sub .agenda-con li span.speaker {width: 25%;}

#agenda-sub p.code {text-align: right;color: #9fa7bc; font-size: 13px;position: absolute; right: 15px; bottom: 15px;}


#ViewNotice {margin: 0; padding:0; box-sizing: border-box;}
#ViewNotice .title {height: 60px; position: relative; margin-top: 60px;}
#ViewNotice .title:before {content:""; width: 100%; height: 2px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; background: #111;}
#ViewNotice .title p {font-size: 22px!important; color: #111; text-align: center; font-family: 'S-CoreDream-7ExtraBold'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; min-width: 120px;}


.MovWrap .MovWrapLeft .player {position: relative; width:100%; height: 0; padding-bottom: 56.25%;}
.MovWrap .MovWrapLeft iframe {position: absolute; top:0; left:0; width: 100%; height: 100%;}
/*.MovWrap .MovWrapLeft .player {width: 100%; border:1px solid #111;}*/



@media only screen and (max-width:1439px){
	
		#ViewNotice {margin: 0; padding:10px;}
		#ViewNotice .title  {margin-top:0;}
		#ViewNotice .title p {font-size: 45px; padding: 10px 25px;}
}


	@media only screen and (max-width:999px){
		#agenda-sub .title  {margin-top:0;}
		#agenda-sub .title p {font-size: 45px; padding: 10px 25px;}
		#agenda-sub .agenda-con {width: 100%; padding: 0;}
		#agenda-sub .agenda-con p {font-size: 18px;}
		#agenda-sub .agenda-con p.date {font-size: 24px;}
		#agenda-sub .agenda-con ul p {font-size: 14px; word-break: keep-all;}
		#agenda-sub .agenda-con li:first-child p {line-height: 10px;}
		#agenda-sub .agenda-con li span.agenda {padding: 12px 10px;}
		
		
}






.code-footer-sub { position:relative; display: block; padding: 40px 50px 10px 0; text-align: right; width: 100%;  color:#9fa7bc; font-size:13px;}

@media only screen and (max-width:999px){
		.code-footer-sub { padding: 40px 20px 10px 0;}
		
}



/* ======================================================
    #viewVOD
=========================================================*/
#viewVOD {margin: 0; padding:0px; box-sizing: border-box;}
#viewVOD .title {height: 60px; position: relative; margin-top: 60px;}
#viewVOD .title:before {content:""; width: 100%; height: 2px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; background: #fff;}
#viewVOD .title p {font-size: 22px!important; color: #111; text-align: center; font-family: 'S-CoreDream-7ExtraBold'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; min-width: 120px;}
#viewVOD .vod-con li {display: flex; margin-bottom: 10px; width:100%; cursor: pointer;}
#viewVOD .vod-con .img {max-width: 200px;}
#viewVOD .vod-con .img img {width:100%;}
#viewVOD .vod-con .desc {padding: 5px 0 5px 10px;}
#viewVOD .vod-con .desc p {font-size: 15px;}
#viewVOD .vod-con li:hover .desc p {font-weight: bold;}





/* ======================================================
    #selectpop-wrap
=========================================================*/
#selectpop-wrap {width: 642px; height: 560px; background: #fff; position: absolute; top:467px; left: calc(50% + 507px); transform: translateX(-50%); z-index: 2601; display: none;}/*top: calc(9.5vw + 297px); */
#selectpop-wrap .popclose {position: absolute; top: 15px; right: 15px;}
#selectpop-wrap .popclose a {background: url("../_Img/Sub/btn-close.png") no-repeat center center; display: block; width: 30px; height: 30px; background-size: contain;}
#selectpop-wrap .poptitle span {width: 120px; height: 45px; background: #4aa1cf; border-radius: 50px; text-align: center; color: #fff; font-size: 28px; line-height: 45px; margin: 10px auto 0; display: block;}
#selectpop-wrap .poptitle p {font-size: 18px; color: #676767; text-align: center; line-height: 150%;}
/*#selectpop-wrap .btnbg {background: url("../_Img/Sub/btn-select.png") no-repeat center center; width: 450px; height: 465px; margin: auto; background-size: contain; position: relative;} */
#selectpop-wrap .btnbg {background: url("../_Img/Sub/btn-select-5num.png") no-repeat center center; width: 450px; height: 300px; margin: auto; background-size: contain; position: relative;}
#selectpop-wrap .btnbg .btn-g {display: inline-block; position: absolute; top: 53%; left: 50%; transform: translate(-50%,-50%); width: 408px;}
#selectpop-wrap .btnbg .btn {width: 124px; height: 94px; border-radius: 10px; background: url("../_Img/Sub/btn-bg.png") no-repeat center center; background-size: contain; font-size: 35px; color: #0f0f0f; font-family: "S-CoreDream-8Heavy"; float: left; padding: 0; margin: 3px 6px; position: relative; display: block; text-align: center; line-height: 94px;}
#selectpop-wrap .btnbg .btn:nth-child(3n+1) {clear: both;}
#selectpop-wrap .btnbg .btn10 {line-height: 80px;}
#selectpop-wrap .btnbg .btn-o {line-height: 80px;}
#selectpop-wrap .btnbg .btn-x {line-height: 80px;}
#selectpop-wrap .btnbg .btn span {position: absolute; font-size: 12px; color: #445474; left: 50%; bottom: 0; transform: translateX(-50%); line-height: 45px; font-family: "S-CoreDream-8Heavy";}
#selectpop-wrap .btnbg .btn:hover {background: url("../_Img/Sub/btn-over.png") no-repeat center center; background-size: contain;}
#selectpop-wrap .btnbg .btn:active {background: url("../_Img/Sub/btn-press.png") no-repeat center center; background-size: contain;}
#selectpop-wrap .btnbg .btn-o:hover {background: url("../_Img/Sub/btn-over2.png") no-repeat center center; background-size: contain;}
#selectpop-wrap .btnbg .btn-o:active {background: url("../_Img/Sub/btn-press2.png") no-repeat center center; background-size: contain;}
#selectpop-wrap .btnbg .btn-x:hover {background: url("../_Img/Sub/btn-over2.png") no-repeat center center; background-size: contain;}
#selectpop-wrap .btnbg .btn-x:active {background: url("../_Img/Sub/btn-press2.png") no-repeat center center; background-size: contain;}

/*임시 */
#selectpop-wrap .btnbg .btn:nth-child(4) {margin-left:20%;}


	@media only screen and (max-width: 1700px){
		#selectpop-wrap {width: calc(100% - 1037px); }


	}

	@media only screen and (max-width: 1520px){
		#selectpop-wrap {width: calc(100% - 1038px);}
		#selectpop-wrap .btnbg {width: 350px;}
		#selectpop-wrap .btnbg .btn-g {width: 90%;}
		#selectpop-wrap .btnbg .btn {width: 93px; height: 75px; line-height: 75px;}
		#selectpop-wrap .btnbg .btn10 {line-height: 65px;}
		#selectpop-wrap .btnbg .btn-o {line-height: 65px;}
		#selectpop-wrap .btnbg .btn-x {line-height: 65px;}
		#selectpop-wrap .btnbg .btn span {line-height: 36px;}
}

	@media only screen and (max-width: 1439px){
		#selectpop-wrap {width: 640px; height: 560px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2601; display: none;}
		#selectpop-wrap .popclose {position: absolute; top: 15px; right: 15px;}
		#selectpop-wrap .popclose a {background: url("../_Img/Sub/btn-close.png") no-repeat center center; display: block; width: 30px; height: 30px; background-size: contain;}
		#selectpop-wrap .poptitle span {width: 120px; height: 45px; background: #4aa1cf; border-radius: 50px; text-align: center; color: #fff; font-size: 28px; line-height: 45px; margin: 10px auto 0; display: block;}
		#selectpop-wrap .poptitle p {font-size: 18px; color: #676767; text-align: center; line-height: 150%;}
		#selectpop-wrap .btnbg {background: url("../_Img/Sub/btn-select-5num.png") no-repeat center center; width: 450px; height: 300px; margin: auto; background-size: contain; position: relative;}
		#selectpop-wrap .btnbg .btn-g {display: inline-block; position: absolute; top: 53%; left: 50%; transform: translate(-50%,-50%); width: 408px;}
		#selectpop-wrap .btnbg .btn {width: 124px; height: 94px; border-radius: 10px; background: url("../_Img/Sub/btn-bg.png") no-repeat center center; background-size: contain; font-size: 35px; color: #0f0f0f; font-family: "S-CoreDream-8Heavy"; float: left; padding: 0; margin: 3px 6px; position: relative; display: block; text-align: center; line-height: 94px;}
		#selectpop-wrap .btnbg .btn:nth-child(3n+1) {clear: both;}
		#selectpop-wrap .btnbg .btn10 {line-height: 80px;}
		#selectpop-wrap .btnbg .btn-o {line-height: 80px;}
		#selectpop-wrap .btnbg .btn-x {line-height: 80px;}
		#selectpop-wrap .btnbg .btn span {position: absolute; font-size: 12px; color: #445474; left: 50%; bottom: 0; transform: translateX(-50%); line-height: 45px; font-family: "S-CoreDream-8Heavy";}

	}

	@media only screen and (max-width: 680px){
		#selectpop-wrap {width: 80vw; height: 85vw; max-width: 640px; max-height: 560px;}
		#selectpop-wrap .popclose {}
		#selectpop-wrap .popclose a {width: 4vw; height: 4vw; min-width: 15px; min-height: 15px;}
		#selectpop-wrap .poptitle span {width: 80px; height: 30px; font-size: 16px; line-height: 30px;}
		#selectpop-wrap .poptitle p {font-size: 14px; }
		#selectpop-wrap .btnbg {width: 56vw; height: 44vw; max-width: 450px; max-height:300px; }
		#selectpop-wrap .btnbg .btn-g { width: 52.6vw; }
		#selectpop-wrap .btnbg .btn {width: 15.5vw; height: 13.4vw; max-width: 124px; max-height: 94px; line-height: 13.4vw; margin: 0 1vw; font-size: 5vw;}
		#selectpop-wrap .btnbg .btn span {font-size: 1vw; line-height:7.5vw;}
		#selectpop-wrap .btnbg .btn10 {line-height: 12.4vw;}
		#selectpop-wrap .btnbg .btn-o {line-height: 12.4vw;}
		#selectpop-wrap .btnbg .btn-x {line-height: 12.4vw;}
		#selectpop-wrap .btnbg .btn:hover {}
		#selectpop-wrap .btnbg .btn:active {}

		
	}


	@media only screen and (max-width:375px){
		#selectpop-wrap .btnbg {height: 40vw;}
		#quiz_content {display:none;}
		}








/* ======================================================
    #feedbackpop-wrap
=========================================================*/
#feedbackpop-wrap {width: 550px; height: 920px; background: #fff; position: absolute; top: 2rem; left: 50%; transform: translate(-50%,0%); z-index: 2601; display: none;}
#feedbackpop-wrap .popclose {position: absolute; top: 20px; right: 20px;}
#feedbackpop-wrap .popclose a {background: url("../_Img/Sub/btn-close.png") no-repeat center center; display: block; width: 30px; height: 30px; background-size: contain; filter: invert(1);}
#feedbackpop-wrap .poptitle {width: 100%; height: 80px; line-height: 80px; text-align: center; color: #fff; background: #237E38; font-size: 30px; font-weight: bold;}
#feedbackpop-wrap .popcont {padding: 40px; box-sizing: border-box;}
#feedbackpop-wrap .popcont>p {font-size: 20px; color: #000; line-height: 40px; margin-bottom: 30px; text-align: center;}
#feedbackpop-wrap .popcont .feedback-table {box-sizing: border-box; }
#feedbackpop-wrap .popcont .feedback-table h3 {background: #237e38; color: #fff; line-height: 60px; padding: 0 20px; font-size: 16px; font-family: "S-CoreDream-4Regular";}
#feedbackpop-wrap .popcont .feedback-table table th {border: 1px solid #ccc; background: #f2f3f5; height: 60px; font-weight: normal; font-size: 14px;}
#feedbackpop-wrap .popcont .feedback-table table th p {text-align: left; padding: 0 20px; font-size: 14px;}
#feedbackpop-wrap .popcont .feedback-table table td {border: 1px solid #ccc; font-size: 14px;}
#feedbackpop-wrap .popcont .feedback-table table td.q21 {width: 17%; }
#feedbackpop-wrap .popcont .feedback-table table td.q22 p.name {text-align: right;}
#feedbackpop-wrap .popcont .feedback-table .score {width: 80px; text-align: center;}
#feedbackpop-wrap .popcont .feedback-table .score input[type="radio"] {display: none;}
#feedbackpop-wrap .popcont .feedback-table .score input[type="radio"] + label {display: inline-block; width: 24px; height: 24px; border: 1px solid #565656;}
#feedbackpop-wrap .popcont .feedback-table .score input[type="radio"]:checked + label {background: url("../_Img/Layout/input_check.png") no-repeat center center #237e38;}
#feedbackpop-wrap .popcont .feedback-table textarea {width: 100%; height: 125px; resize: vertical; display: block;margin-top: 10px; background: #f6f6f6; padding: 5px; box-sizing: border-box; border: 1px solid #ccc;}
#feedbackpop-wrap .popcont .feedback-table textarea:focus {box-shadow: 0 0 5px #28863e; border: 1px solid #33ab4e !important}
#feedbackpop-wrap .popcont .feedback-table button {margin: 50px auto; width: 180px; height: 50px; color: #FFFFFF; font-size: 18px; padding: 0 25px; border: none; text-align: center; background: url("../_Img/sub/btnBl_ok.png") no-repeat 140px center #237E38; display: block;}



#feedbackpop-wrap .popcont .feedback-table .score2 {width: 100%; text-align: left; margin-top: 1rem;}
#feedbackpop-wrap .popcont .feedback-table .score2 input[type="radio"] {display: none;}
#feedbackpop-wrap .popcont .feedback-table .score2 input[type="radio"] + label {display: inline-block; width: 100%; height: 24px; border: none; background: url("../_Img/Layout/radio_no.gif") no-repeat left center; background-size: contain; padding-left: 30px; margin: 0.2rem 0;}
#feedbackpop-wrap .popcont .feedback-table .score2 input[type="radio"]:checked + label {background: url("../_Img/Layout/radio-checked.gif") no-repeat left center ; background-size: contain;padding-left: 30px;margin: 0.2rem 0;}




@media only screen and (max-width: 1200px){
	#feedbackpop-wrap {width: 85%; height :fit-content; max-height: 2000px;}
	#feedbackpop-wrap .popclose {top: 15px; right: 15px;}
	#feedbackpop-wrap .poptitle {height: 60px; line-height: 60px;}
	#feedbackpop-wrap .popcont {}/*height: calc(100% - 60px);*/
	#feedbackpop-wrap .popcont>p {line-height: 150%;}
	#feedbackpop-wrap .popcont .feedback-table { padding: 0;}/*overflow: scroll; height: calc(100% - 70px);*/
	#feedbackpop-wrap .popcont .feedback-table h3 {width: 1000px; height: 50px; line-height: 50px;}
	#feedbackpop-wrap .popcont .feedback-table table {width: 1000px;}
	
}
@media only screen and (max-width: 999px){
	#feedbackpop-wrap .popclose a {width: 25px; height: 25px;}
	#feedbackpop-wrap .poptitle {font-size: 24px;}
	#feedbackpop-wrap .popcont {padding: 25px;}
	#feedbackpop-wrap .popcont>p {font-size: 16px;}
	#feedbackpop-wrap .popcont .feedback-table {}
	#feedbackpop-wrap .popcont .feedback-table h3 {}
	#feedbackpop-wrap .popcont .feedback-table table {}
	
}
@media only screen and (max-width: 480px){
	#feedbackpop-wrap .popclose {}
	#feedbackpop-wrap .popclose a {width: 20px; height: 20px;}
	#feedbackpop-wrap .poptitle {height: 50px; line-height: 50px; font-size: 21px;}
	#feedbackpop-wrap .popcont {}
	#feedbackpop-wrap .popcont>p {font-size: 14px;}
	#feedbackpop-wrap .popcont .feedback-table {}
	#feedbackpop-wrap .popcont .feedback-table h3 {}
	#feedbackpop-wrap .popcont .feedback-table table {}
	
}













/*Program Table*/
.program_table
	{ width: 100%; margin-bottom: 10px; margin-top: 30px;
    border: none;border-collapse: collapse;}
.program_table table	{ border-top: 1px solid #666;}

.program_table th,td {border-bottom: 1px solid #bebebe; padding: 9px; word-break: keep-all ; font-weight: bold;}

.program_table tr:nth-child(1) { background-color: #fff; color: #0c243d;}

.program_table .po01 { background-color: #bbd3f3; color: #1a2541;}
.program_table .po02 { background-color: #eef3f9; color: #1a2541; width:100px; font-size: 12px;font-weight: normal; text-align: center;}

.program_table .Scroll {max-height: 493px; overflow: auto; overflow-x: hidden;}

.program_table .speaker01 {display:inline-block; float: right; text-align: right; font-size: 12px;  color:#888; font-weight: bold; padding-top: 5px;}
.program_table .speaker02 {display: block; text-align: right; padding-top: 0.5rem;}
.program_table .poblue {color: #01559A;}

#fcplayer_wrapper {height: 563px !important; width: 1000px !important;}


@media only screen and (max-width:1440px){
	
.program_table .Scroll {max-height: none;}
	
}


@media only screen and (max-width: 999px){
	#fcplayer_wrapper {height: auto !important; width: 100% !important;}

	.program_table .speaker01 {display:block; float:none; text-align: left; padding-top: 15px}


	
}

@media only screen and (max-width: 480px){
	
	.program_table th,td {padding: 9px 6px;}

	
}


.play_bg_undercon { border:1px solid #7a7a7a;  position: relative; aspect-ratio: 1000 / 562.5;  display: block; width:100%; background: url("../_Img/Sub/player_bg_vod.png") #E8EFF0 no-repeat center center ; background-size: contain;}
.play_bg_preparing { border:1px solid #7a7a7a;  position: relative; aspect-ratio: 1000 / 562.5;  display: block; width:100%; background: url("../_Img/Sub/player_preparing.png") #E8EFF0 no-repeat center center ; background-size: contain;}
