@import url("sub.css");



.sub02 #tab {
	font-size: 0;
	margin-bottom: 20px;
}
.sub02 #tab li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.sub02 #tab li:last-child {
	margin-right: 0;
}
.sub02 #tab li button {
	display: block;
	width: 250px;
	height: 65px;
	background: #A9A9A9;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding-top: 5px;
}
.sub02 #tab li button.active {
	background: #132761;
}
.tab_cont #tab02 {
	display: none;
}


.sub02_1 table {
	border: 1px solid rgba(19, 39, 97,0.5);
	border-bottom: 0;
}
.sub02_1 table thead th {
	background: #132761;
	padding: 27px 0;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.sub02_1 table thead th:last-child {
	border-right: 0;
}
.sub02_1 table th:first-child {
	width: 17%;
}
.sub02_1 table th {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: rgba(19, 39, 97, 0.8);
	border-top: 1px solid rgba(255,255,255,0.5);
}
.sub02_1 table tbody tr:last-child th {
	border-bottom: 1px solid rgba(19, 39, 97,0.5);
}
.sub02_1 table td {
	width: 17%;
	background: #fff;
	border-bottom: 1px solid rgba(19, 39, 97,0.5);
	border-left: 1px dashed rgba(19, 39, 97,0.5);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	vertical-align: top;
	padding: 25px 5px;
	word-break: break-all;
	line-height: 1.3;
}
.sub02_1 table th + td {
	border-left: 0;
}
.sub02_1 table td.g_bg {
	background: #F7F7F7;
}
.sub02_1 table .grid5 > td.m {
	display: none;
}
.sub02 .txt_blue {
	color: #2a448f!important;
	margin-top: 15px;
}
.sub02_1 table .grid1 td {
	display: none;
}
.sub02_1 table .grid1 td:nth-child(3) {
	display: table-cell;
}
.sub02_1 table .grid1 .tbc {
	display: table-cell;
}
.sub02_1 table .grid5 td > div {
	display: table;
	width: 100%;
	height: 105px;
}
.sub02_1 table .grid5 td > div p {
	display: table-cell;
	vertical-align: middle;
	color: #000!important;
    word-break: break-word;
}
.sub02_1 table .grid5 td > div + p {
	
}
.sub02_1 table .grid5 td.w80 > div {
	height: auto;
}





.sub02 .top {
	background: #132761;
	color: #fff;
	padding: 40px;
	margin-bottom: 20px;
	align-items: center;
	box-sizing: border-box;
}
.sub02 .top > div {
	flex: 5;
}
.sub02 .top > div:last-child {
	flex: 1;
	text-align: right;
}
.sub02 .top strong {
	display: block;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.sub02 .top span {
	padding-left: 30px;
    padding-top: 2px;
    margin-left: 40px;
}
.sub02 .top .time {
	background: url("../images/clock.svg")no-repeat 0 50% / 22px;
	margin-left: 0;
}
.sub02 .top .addr {
	background: url("../images/location-tick.svg")no-repeat 0 50% / 22px;
}
.sub02 .top .group {
	background: url("../images/ico-group.svg")no-repeat 0 50% / 22px;
}
.sub02 .top a {
	display: block;
	width: 240px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	background: #fff;
	color: #000;
}
.sub02 .top a img {
	vertical-align: middle;
	margin-left: 5px;
}

.sub02_2 .section .line_tit {
	background: #132761;
	color: #fff;
	padding: 20px 40px;
	box-sizing: border-box;
}
.sub02_2 .section .line_tit:before {
	top: 20px;
	left: 20px;
}
.sub02_2 .section .item {
	margin-top: 20px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.sub02_2 .section .item .thumb {
	width: 250px;
	margin-right: 30px;
}
.sub02_2 .section .item .thumb img {
	width: 100%;
}
.sub02_2 .section .item .info {
	position: relative;
	flex: 1;
}
.sub02_2 .section .item .info .name {
	color: #132761;
	margin-top: 15px;
	margin-bottom: 40px;
}
.sub02_2 .section .item .info .name strong {
	font-size: 20px;
	margin-right: 10px;
}
.sub02_2 .section .item .info .name p {
	margin-top: 10px;
}
.sub02_2 .section .item .info .subject {
	font-weight: 700;
	color: #132761;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.sub02_2 .section .item .info .conts {
	overflow: hidden;
	line-height: 1.4;
}
.sub02_2 .section .item .info .conts div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 5;*/
	-webkit-box-orient: vertical;
}
.sub02_2 .section .item .info .conts .more_btn {
	float: right;
	font-weight: 500;
	margin-top: 5px;
}
.sub02_2 .section .item .info .conts .more_btn:before {
	content: '더보기+';
}
.sub02_2 .section .item .info .download {
	position: absolute;
	top: 0;
	right: 0;
}
.sub02_2 .section .item .info .download a {
	display: block;
	font-size: 14px;
	border: 1px solid #132761;
	color: #132761;
	width: 135px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;	
}
.sub02_2 .section .item .info .download a img {
	margin-left: 5px;
	vertical-align: middle;
}
.sub02_2 .section .item.open .info .conts div {
	display: block;
}
.sub02_2 .section .item.open .info .conts .more_btn:before {
	content: '더보기-';
}




.sub02_3 .top {
	margin-bottom: 0;
}
.sub02_3 .top strong em {
    display: block;
    margin-bottom: 5px;
    color: #ffa500;
}
.sub02_3 .tabs {
	border-top: 1px solid #132761;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.sub02_3 .tabs > button {
	position: relative;
	width: 20%;
	background: #fff;
	font-weight: 500;
	border-right: 1px dashed rgba(19, 39, 97,0.5);
	border-bottom: 1px solid #132761;
	padding: 65px 20px;
	font-size: 16px;
	box-sizing: border-box;
}
.sub02_3 .tabs > button:last-child {
	border-right: 0;
}
.sub02_3 .tabs > button.active {
	background: #FFE629;
}
.sub02_3 .tabs > button > div {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.sub02_3 .tabs > button .txt_blue {
	margin-top: 15px;
	padding: 0 5px;
}
.sub02_3 .gray_box {
	position: relative;
}
.sub02_3 .schedule_down {
    position: absolute;
    top: 42px;
    right: 40px;
}
.sub02_3 .schedule_down a {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	padding: 22px 30px 18px;
	background: #FFFFFF;
	border: 1px solid #132761;
	box-sizing: border-box;
}
.sub02_3 .schedule_down a img {
	margin-left: 10px;
}
.sub02_3 .grayBox {
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
}
.sub02_3 .grayBox .box {
	font-size: 0;
    border: 0.5px solid;
    box-sizing: border-box;
    border-top: 1px dashed #132761;
    border-bottom: 0;
}
.sub02_3 .grayBox .box:last-child {
	border-bottom: 0.5px solid #132761;
}
.sub02_3 .grayBox .tit {
	margin: 0;
	color: #fff;
	border: 0;
	background: #132761;
}
.sub02_3 .grayBox .tit strong:after {
	background: #fff;
}
.sub02_3 .grayBox .tit .whiteBox {
	width: 100%;
	padding: 20px 20px 13px;
	box-sizing: border-box;
}
.sub02_3 .grayBox .tit + .box {
	border-top: 0;
}
.sub02_3 .grayBox .whiteBox {
    padding: 20px 20px 13px 195px;
    font-size: 20px;
    line-height: 1.7;
    box-sizing: border-box;
}
.sub02_3 .grayBox .whiteBox > div {
	border-bottom: 0.3px dashed #000000;
}
.sub02_3 .grayBox .whiteBox > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sub02_3 .grayBox .box .time_form {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 100%;
	z-index: 1;
	font-size: 16px;
	color: #000;
	display: table;
	text-align: center;
	font-weight: 500;
	border-right: 1px dashed #132761;
	box-sizing: border-box;
}
.sub02_3 .grayBox .box .time_form span {
	max-width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.sub02_3 .grayBox .box h4 {
	background: #f7f7f7;
	color: #132761;
	font-size: 16px;
	margin-left: -20px;
	font-weight: 500;
	padding: 20px 20px 16px;
	line-height: 1.4;
}
.sub02_3 .grayBox .whiteBox h4 ~ div {
	padding: 12px 0;
}
.sub02_3 .grayBox strong {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
}
.sub02_3 .grayBox .t_blue {
	color: #1d398b;
}
.sub02_3 .grayBox strong:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #000;
}
.sub02_3 .grayBox span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    max-width: calc(100% - 180px);
}
.sub02_3 .grayBox div {
	position: relative;
}
.sub02_3 .grayBox span ~ a {
	display: none;
	position: absolute;
	right: 0;
    font-size: 15px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.sub02_3 .grayBox span ~ a.grayBtn {
	background: #ddd;
}
.sub02_3 .grayBox span ~ a img {
    vertical-align: -1px;
    width: 15px;
    margin-left: 5px;
}
.sub02_3 .grayBox .box.grid2 h4 + .whiteBox {
	padding-bottom: 37px;
}
.sub02_3 .grayBox span ~ a.link2 {
	top: 35px;
}










@media screen and (max-width: 1140px){
	.sub02 #tab li button {
	    width: 195px;
    	height: 55px;
    	font-size: 18px;
    	padding-top: 0;
	}
	.sub02_1 table th {
		font-size: 14px;
		width: auto;
	}
	.sub02_1 table td {
		font-size: 14px;
	}
	.sub02_1 table .grid5 td {
		width: 17%;
	}



	.sub02 .top {
		padding: 30px;
	}
	.sub02 .top strong {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.sub02 .top span {
	    padding-left: 25px;
	    font-size: 14px;
	    background-size: 20px!important;
	    margin-left: 20px;
	}
	.sub02 .top a {
		font-size: 17px;
		width: 190px;
		height: 55px;
		line-height: 58px;
	}
	.sub02_2 .section .line_tit {
		padding: 17px 40px 13px;
	}
	.sub02_2 .section .line_tit:before {
		top: 18px;
	}
	.sub02_2 .section .item .thumb {
	    width: 200px;
	    margin-right: 20px;
	}
	.sub02_2 .section .item .info .name {
		margin-top: 5px;
		margin-bottom: 30px;
		font-size: 14px;
	}
	.sub02_2 .section .item .info .name strong {
    	font-size: 18px;
    }
    .sub02_2 .section .item .info .subject {
    	font-size: 17px;
    	margin-bottom: 10px;
    }
    .sub02_2 .section .item .info .conts {
    	font-size: 14px;
    }
    .sub02_2 .section .item .info .conts .more_btn {
    	font-size: 14px;
    }
    .sub02_2 .section .item .info .download a {
    	height: 40px;
    	line-height: 40px;
    }


    .sub02_3 .tabs > button {
    	font-size: 14px;
    }
    .sub02_3 .tabs > button .txt_blue {
	    margin-top: 10px;
	}
	.sub02_3 .tabs > button > div {
		padding: 0 10px;
	}
	.sub02_3 table th,
	.sub02_3 table td {
		font-size: 14px;
	}
	.sub02_3 table td {
		padding: 15px 10px;
	}
	.sub02_3 .schedule_down {
	    top: 37px;
	    right: 35px;
	}
	.sub02_3 .schedule_down a {
	    font-size: 18px;
	    padding: 18px 20px 14px;
	}
}
@media screen and (max-width: 768px){
	.sub02 #tab li {
		margin-right: 10px;
	}
	.sub02 #tab li button {
	    width: 120px;
    	height: 45px;
    	font-size: 14px;
	}
	.sub02_1 table thead th {
		padding: 17px 0;
	}
	.sub02_1 table tr {
		position: relative;
		display: block;
		width: 100%;
		font-size: 0;
	}
	.sub02_1 table th {
		display: inline-block;
		font-size: 12px;
		width: calc(100% - 101px);
	}
	.sub02_1 table th:first-child {
	    width: 100px;
	}
	.sub02_1 table tbody th {
		display: inline-block;
		font-size: 12px;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    background: transparent;
	    border: 0;
	}
	.sub02_1 table tbody tr:before {
		content: '';
		background: rgba(19, 39, 97, 0.8);
		border-top: 1px solid rgba(255,255,255,0.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: calc(100% - 2px);
	}
	.sub02_1 table td {
		display: inline-block;
		font-size: 12px;
		padding: 17px 0 17px 101px;
		width: calc(100% - 101px);
	}
	.sub02_1 table .grid5 {
		display: flex;
		padding-top: 42px;
	}
	.sub02_1 table .grid5 th {
		background: rgba(19, 39, 97, 0.8);
	    position: absolute;
	    top: 20px;
	    width: 100%;
	    padding: 15px 0;
	}
	.sub02_1 table .grid5 > td {
		width: calc(20% - 1px);
		padding: 0;
		border-bottom: 1px solid rgba(19, 39, 97,0.5);
	}
	.sub02_1 table .grid5 > td.m {
		display: block;
	}
	.sub02_1 table tbody tr.grid5:before {
		display: none;
	}
	.sub02_1 table .grid5 tr:before {
		width: 100%;
		height: 50px;
		border-bottom: 1px solid rgba(19, 39, 97,0.5);
		z-index: 1;
	}
	.sub02_1 table tbody tr:last-child th {
		border-bottom: 0;
	}
	.sub02_1 table .grid5 table th {
		border-bottom: 0;
		transform: none;
		top: 20px;
		width: 100%;
		z-index: 2;
	}
	.sub02_1 table .grid5 table tr {
		padding-top: 50px;
		display: flex;
	}
	.sub02_1 table .grid5 table td {
		vertical-align: top;
		width: 20%;
		border-bottom: 0;
		padding: 25px 5px;
		box-sizing: border-box;
	}
	.sub02_1 table td.w59 {
		width: 59%;
	}
	.sub02_1 table td.w80 {
		width: 80%;
	}
	.sub02_1 table .grid1 td {
		position: relative;
		display: block;
	}
	.sub02_1 table .grid1 td em {
		display: block;
	}
	.sub02_1 table .grid1 td .hipen {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    transform: translateY(-50%);
	    width: 100%;
	}


	.sub02 .top {
		display: block;
		padding: 20px;
	}
	.sub02 .top strong {
    	font-size: 15px;
    }
    .sub02 .top span {
    	font-size: 12px;
    	background-size: 15px!important;
    	margin: 5px 0;
    }
    .sub02 .top a {
	    font-size: 15px;
	    width: 100%;
	    height: 45px;
	    line-height: 47px;
	    margin-top: 20px;
	}
	.sub02 .top a img {
		width: 25px;
	}
	.sub02_2 .section .item {
		display: block;
	}
	.sub02_2 .section .item .thumb {
	    margin: 0 auto 20px;
	}



	.sub02_3 .tabs > button {
		padding: 55px 0;
	}
	.sub02_3 .tabs > button > div {
		top: 15px;
	    font-size: 12px;
	    padding: 0;
	}
	.sub02_3 .tabs > button .txt_blue {
	    margin-top: 5px;
	    padding: 0 5px;
	}
	.sub02_3 .schedule_down {
	    top: 20px;
	    right: 20px;
	}
	.sub02_3 .schedule_down a {
		font-size: 14px;
		padding: 15px 10px 11px;
	}
	.sub02_3 .grayBox {
    	padding: 15px;
    }
    .sub02_3 .grayBox span {
    	font-size: 14px;
    }
	.sub02_3 .grayBox .whiteBox {
		padding: 8px 15px;
	    font-size: 15px;
	}
	.sub02_3 .grayBox strong {
		font-size: 14px;
	}
	.sub02_3 .grayBox strong:after {
	    top: 2px;
	}
	.sub02_3 .grayBox .box .time_form {
		position: static;
		width: 100%;
		border-right: 0;
		border-bottom: 1px dashed #132761;
		padding: 15px 0;
	}
	.sub02_3 .grayBox .box h4 {
		padding: 10px 15px;
	    font-size: 15px;
	    margin-left: 0;
	}
	.sub02_3 .grayBox span {
		max-width: none;
	}
	.sub02_3 .grayBox .whiteBox h4 ~ div {
	    padding: 12px 0 20px;
	}
	.sub02_3 .grayBox .whiteBox > div:last-child {
	    padding-bottom: 20px;
	}
	.sub02_3 .grayBox span ~ a {
		top: auto;
    	bottom: 0;
	    font-size: 12px;
	    width: 90px;
	    height: 25px;
	    line-height: 25px;
	}
	.sub02_3 .grayBox span ~ a.link2 {
	    top: 30px;
	}
	.sub02_3 .grayBox .box.grid2 h4 + .whiteBox {
	    padding-bottom: 37px;
	}
}
@media screen and (max-width: 480px){
	


	.sub02_3 .tabs > button {
	    padding: 32px 0;
	}
	.sub02_3 .tabs > button > div {
		top: 25px;
	}
	.sub02_3 .tabs > button .txt_blue {
		display: none;
	}

	.sub02_3 .schedule_down {
		position: static;
		margin: 20px 0;
	}
	.sub02_3 .schedule_down a {
		text-align: center;
	}
	.sub02_3 .schedule_down a img {
		vertical-align: -4px;
	}
}
@media screen and (max-width: 380px){
	.sub02 .top span {
		display: block;
	}
	.sub02_2 .section .item .info .subject {
		font-size: 15px;
	}
	.sub02_2 .section .item .info .conts {
	    font-size: 13px;
	}
	.sub02_2 .section .item .info .conts .more_btn {
	    font-size: 13px;
	}
	.sub02_2 .section .item .info .download {
		position: static;
	}
	.sub02_2 .section .item .info .download a {
		width: 100%;
		margin-top: 20px;
	}
}