@import url("sub.css");

#content .inner {
	max-width: 1440px;
}

.sub03 .programTitle {
	position: relative;
	border-radius: 40px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border: solid 1px #9cc826;
	background: #fff url("../images/sub-title-bg.png")no-repeat 0 100% / 100%;
	font-size: 25px;
	padding: 50px 75px 60px;
	box-sizing: border-box;
}
.sub03 .programTitle .table {
	width: 77%;
}
.sub03 .programTitle .table .cell {
	vertical-align: middle;
}
.sub03 .programTitle .table .cell.thumb {
	padding-right: 18px;
}
.sub03 .programTitle .table .cell.thumb img.m {
	display: none;
}
.sub03 .programTitle .table .cell .br-m {
	display: none;
}
.sub03 .subject:before {
    content: '';
    display: inline-block;
    vertical-align: -4px;
    width: 3px;
    height: 25px;
    background: #9abe15;
    margin-right: 10px;
}
.sub03 .lt8 {
    letter-spacing: 8px;
}
.sub03 .lt35 {
    letter-spacing: 35px;
}
.sub03 .lt36 {
    letter-spacing: 36px;
}
.sub03 .programTitle a {
	display: inline-block;
	position: absolute;
	top: 75px;
	right: 70px;
	width: 244px;
	border-radius: 7px;
  	background-color: rgba(156,200,38,90%);
  	color: #fff;
  	text-align: center;
  	line-height: 1.4;
  	padding: 10px 0;
  	font-size: 20px;
}
.sub03 .programTitle .btn-area {
	width: 245px;
	position: absolute;
	display: flex;
	top: 132px;
	right: 70px;
}
.sub03 .programTitle .btn-area a {
	position: static;
	background: #0a57a3;
	width: 50%;
	font-size: 15px;
	font-size: 13px;
}
.sub03 .programTitle .btn-area a:first-child {
	margin-right: 3%;
}
.sub03 .programTitle .btn-area.hidden {
	display: none;
}

.sub03 #tab {
    width: 100%;
    font-size: 0;
    margin: 150px 0 100px;
}
.sub03 #tab li {
    display: inline-block;
    width: 50%;
    height: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    border-radius: 20px 0 0 20px;
    background: #fff;
    border: 2px solid #9cc826;
    box-sizing: border-box;
}
.sub03 #tab li:last-child {
	border-radius: 0 20px 20px 0;
}
.sub03 #tab a {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    color: #9cc826;
    font-weight: 500;
}
.sub03 #tab #current {
    z-index: 3;
    background: #9cc826;
}
.sub03 #tab #current a {
	color: #fff;
}
.sub03 #tab a .br {
	display: none;
}
.sub03 table .time td {
	border-top: solid 2px #707070;
	border-bottom: solid 2px #707070;
	font-size: 20px;
	color: #000;
	text-align: center;
	padding: 30px 0;
}
.sub03 table .time td em {
	display: inline-block;
	margin-left: 15px;
}
.sub03 table .table .cell em {
	min-width: 60px;
	margin-right: 20px;
    display: inline-block;
	color: #9cc826;
}
.sub03 table .grayBg td {
	position: relative;
	background: #fbfbfb;
	padding: 115px 150px;
	font-size: 20px;
	color: #000;
}
.sub03 table .grayBg .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #9cc826;
	color: #fff;
	height: 90px;
    line-height: 90px;
    text-align: center;
}
.sub03 table .grayTitle td {
	padding: 195px 150px 0;
}
.sub03 table .grayBg td strong {
	display: block;
	font-weight: 500;
	margin-bottom: 25px;
}
.sub03 table .grayBg td strong:before {
	content: '';
	display: inline-block;
	vertical-align: -2px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: #9abe15;
}
.sub03 table .grayBg .table {
	margin-left: 40px;
	width: calc(100% - 40px);
}
.sub03 table .grayBg .table .cell {
	position: relative;
	padding: 23px 0;
}
.sub03 table .grayBg .table .cell:after {
	content: '';
	display: block;
	clear: both;
}
.sub03 table .grayBg .table .cell.subject {
    width: 163px;
    font-weight: 500;
    vertical-align: top;
}
.sub03 table .grayBg .table .cell .time {
	position: absolute;
    top: 15px;
    right: 0;
    width: 145px;
    text-align: center;
}
.sub03 table .grayBg .table .cell .time a {
	display: block;
    border: 1px solid #767676;
    border-radius: 35px;
    background: #fff;
    padding: 0 29px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #767676;
}
.sub03 table .grayBg .table .cell span {
	float: left;
}
.sub03 table .grayBg .cell p {
	margin-bottom: 30px;
	max-width: 70%;
    word-break: keep-all;
}
.sub03 table .grayBg .cell .m10 {
	margin: 23px 0;
}
.sub03 table .grayBg .cell .m10:after {
	content: '';
	display: block;
	clear: both;
}
/*
.sub03 table .grayBg .cell p:before {
	content: '[발표 주제]';
	display: inline-block;
	margin-right: 20px;
}
*/
.sub03 table .grayBg .btn-area a {
	float: right;
	display: none;
	border: 1px solid #767676;
	border-radius: 35px;
	background: #fff;
	padding: 0 29px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #767676;
	margin-bottom: 105px;
}
.sub03 table .form {
	width: calc(100% - 40px);
	border-bottom: 1px solid #999;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.sub03 table .form.last {
	border-bottom: 0;
	margin-bottom: 75px;
}
.sub03 table .form .table {
	margin-left: 0;
	width: 100%;
}
.sub03 table .form .btn-area a {
	margin: 20px 0 30px;
}
.sub03 table .form .btn-area a.youtube {
	margin-right: 0px;
}


.sub03 table .green-bg td {
	background: #9abe15;
	color: #fff;
	border: 0;
}
.sub03 table .green-bg table td {
	padding: 0;
}
.sub03 table .qna .btn-area a {
	margin-bottom: 0;
}
.sub03 table .qna .table .cell .time {
	top: -52px;
}
.sub03 table .Plenary .table .cell .time {
	top: 15px;
}


.online-modal .modal-cont {
	max-width: 768px;
	text-align: center;
	padding: 90px 0;
}
#modal2 {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,40%);
    z-index: 9;
}

.sub03 table .end-bg .table .cell .time {
	top: -53px;
}


@media screen and (max-width: 1440px){
	.sub03 .programTitle {
		font-size: 20px;
	}
	.sub03 .programTitle .table {
	    width: 70%;
	}
	.sub03 .programTitle .table .cell.thumb {
		padding-right: 0;
	}
	.sub03 .programTitle .table .cell.thumb img {
		width: 140px;
	}
}
@media screen and (max-width: 1250px){
	.sub03 table .speech .table .cell {
	    width: 83%;
	}
	.sub03 table .grayBg td {
		padding: 80px 65px;
	}
}
@media screen and (max-width: 1024px){
	.sub03 .programTitle {
		font-size: 18px;
		padding: 35px 40px 40px;
	}
	.sub03 .programTitle .table {
		width: 100%;
	}
	.sub03 .programTitle a {
		position: static;
		width: 100%;
		padding: 20px 0;
    	margin-top: 30px;
	}
	.sub03 .programTitle a br {
		display: none;
	}
	.sub03 .programTitle .btn-area {
		position: static;
		width: 100%;
	}
	.sub03 .programTitle .btn-area a {
		margin-top: 3%
	}

	.sub03 #tab {
		margin: 50px 0 30px;
	}
	.sub03 #tab li {
		font-size: 18px;
	}
	#contents > div {
		margin-left: -30px;
    	width: 100vw;
	}
	.sub03 table .time td {
		width: 35%;
		font-size: 18px;
		padding: 20px 0;
	}
	.sub03 table .grayBg td {
		padding: 70px 50px;
		font-size: 18px;
	}
	.sub03 .subject:before {
		height: 20px;
	}
	.sub03 table .grayTitle td {
	    padding: 150px 50px 0;
	}
	.sub03 table .grayBg .btn-area a {
		margin-bottom: 75px;
	}
	.sub03 table .grayBg .title {
		height: 75px;
		line-height: 75px;
	}
	.sub03 table .form.last {
	    margin-bottom: 25px;
	}
	.sub03 table .form .btn-area {
		padding-right: 25px;
	}
	.sub03 .lt35 {
	    letter-spacing: 32px;
	}
	.sub03 .lt36 {
	    letter-spacing: 35px;
	}
}
@media screen and (max-width: 768px){
	.sub03 .programTitle {
    	font-size: 3vw;
    	padding: 15px 16px 20px;
    	border-radius: 10px;
    	background: url("../images/sub-title-bg-m.png")no-repeat 0 100% / 100%;
    }
    .sub03 .programTitle .table .cell .br-m {
    	display: block;
    }
    .sub03 .programTitle .table .cell {
    	display: block;
    	word-break: keep-all;
    	width: 100%;
    	text-align: center;
    }
	.sub03 .programTitle .table .cell.thumb img.pc {
		display: none;
	}
	.sub03 .programTitle .table .cell.thumb img.m {
		display: block;
		margin: 0 auto 7%;
	}
	.sub03 .programTitle a {
		font-size: 15px;
		padding: 9px 0 10px;
		border-radius: 5px;
		margin-top: 8%;
	}
	.sub03 .lt8 {
	    letter-spacing: 2px;
	}
	.sub03 .lt36 {
	    letter-spacing: 18px;
	}
    .sub03 .subject:before {
    	width: 2px;
    	height: 17px;
    	margin-right: 7px;
    }
    .sub03 #tab {
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.sub03 #tab li {
		height: 50px;
	    font-size: 14px;
	    line-height: 2.7;
	    border-radius: 10px 0 0 10px;
	}
	.sub03 #tab li:last-child {
	    border-radius: 0 10px 10px 0;
	}
	.sub03 #tab a {
		height: auto;
		padding: 5px 0;
		font-weight: 400;
	}
	.sub03 #tab a .br {
		display: block;
	}
	.sub03 table .time td {
	    padding: 8px 0 8px 25px;
		font-size: 15px;
		text-align: left;
	}
	.sub03 table .green-bg > td {
		padding: 0;
	}
	.sub03 table .green-bg table td {
	    padding: 9px 0 9px 25px;
	}
	.sub03 table .grayBg td {
	    padding: 40px 30px;
	    font-size: 15px;
	}
	.sub03 table .grayBg td strong:before {
		width: 16px;
		height: 16px;
		margin-right: 7px;
	}
	.sub03 table .grayBg td strong {
		margin-bottom: 10px;
	}
	.sub03 table .grayBg .table {
	    width: calc(100% - 25px);
	    margin-left: 25px;
	}
	.sub03 table .grayBg .table .cell.subject {
	    width: 75px;
	}
	.sub03 .lt35 {
	    letter-spacing: 17px;
	}
	.sub03 table .grayBg .table .cell {
	    padding: 8px 0;
	}
	.sub03 table .grayBg .title {
	    height: 40px;
	    line-height: 41px;
	}
	.sub03 table .grayTitle td {
	    padding: 75px 30px 0;
	}
	.sub03 table .form .btn-area {
	    padding-right: 0;
	}
	.sub03 table .grayBg .btn-area a {
		display: block;
		width: 50%;
		font-size: 10px;
		border-radius: 5px;
		height: 25px;
		line-height: 25px;
		margin: 20px auto 75px;
		box-sizing: border-box;
		float: none;
	}
	.sub03 table .form .btn-area a.utilLink {
		margin-right: 0;
		border-radius: 5px;
		float: none;
    	margin: 20px auto 75px;
	}
	.sub03 table .grayBg .btn-area.grid1 a {
		width: 100%;
	}
	.sub03 table .grayBg .cell p {
		border-radius: 13px;
	    box-shadow: 0 0 6px 0 rgb(0 0 0 / 3%);
	    background-color: #fff;
	    font-size: 15px;
	    text-align: center;
	    padding: 10px 0;
	    max-width: 100%;
	}
	.sub03 table .grayBg .cell p:before {
		display: none;
	}
	.sub03 table .grayBg .cell span {
		display: block;
		text-align: center;
		font-size: 10px;
		font-weight: 300;
	}
	.sub03 table .grayBg .cell p + span {
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.sub03 table .grayBg .table .cell span {
		float: none;
	}
	.sub03 table .table .cell em {
		margin-right: 10px;
		min-width: auto;
	}
	.sub03 table .form {
	    width: 100%;
	    margin-left: 0;
	    border-bottom: 0;
	    margin-bottom: 0;
	}
	.sub03 table .form .table {
	    margin-left: 15px;
	}
	.sub03 table .form .table .row {
		display: block;
	}
	.sub03 table .form .table .cell {
		display: block;
		width: 100%;
		margin-bottom: 7px;
	}
	.sub03 table .form .table .cell em {
		margin-right: 0px;
	}
	.sub03 table .form .table .cell.subject {
		width: 100%;
	}
	/* 20210622 추가 */
	.sub03 table .qna .cell {
		display: block;
	}
	.sub03 table .qna .cell span {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.sub03 table .qna .cell span + span {
		font-size: 10px;
	}
	/* // 20210622 추가 */

	.sub03 table .grayBg .table .cell .time {
		transform: none;
	    right: auto;
	    left: 80px;
	    top: -28px;
	    width: auto;	
	}
	.sub03 table .qna .table .cell .time {
		top: -68px;
		left: 65px;
	}
	.sub03 table .form .table .cell .time {
		display: none;
	}
	.sub03 table .Plenary .table .cell .time {
		display: none;
	    top: -29px;
    	left: 90px;
	}
	.sub03 table .grayBg .table .cell .text-time {
		position: static;
	    transform: none;
	    width: auto;
	    text-align: left;
	    margin-top: 5px;
	}
	.sub03 table .end-bg .table .cell .time {
		left: 0;
		top: -32px;
	}
	.online-modal .modal-cont {
		padding: 62px 30px 73px 30px;
		word-break: keep-all;
	}
}
@media screen and (max-width: 480px){
	#content .inner {
		padding: 0 15px;
	}
	#contents > div {
	    margin-left: -15px;
	}
	
}