@import url("sub.css");

#content .inner {
	max-width: 1440px;
}

.section {
	margin-bottom: 50px;
}
.section h3 {
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 90px;
}
.section h3:before {
	content: '';
	display: inline-block;
	vertical-align: -4px;
	width: 40px;
	height: 40px;
	background: #9abe15;
	margin-right: 10px;
}
.section .list {
	padding: 0 50px;
	box-sizing: border-box;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.section .list li {
    width: 330px;
    margin-right: 145px;
    margin-bottom: 108px;
}
.section .list li:nth-child(3n) {
	margin-right: 0;
}
.section .list li .thumb img {
	width: 100%;
}
/* 20210622 추가 */
.section .list li .thumb button {
	position: relative;
	transition: all .3s;
}
.section .list li .thumb button:hover:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.section .list li .thumb button:hover:after {
	content: '더보기';
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    font-size: 18px;
}
/* // 20210622 추가 */
.section .list li .info {
	border-top: 3px solid #9cc826;
	border-bottom: 3px solid #9cc826;
	padding: 20px 10px;
	margin-top: 13px;
}
.section .list li .info strong {
	display: block;
	font-size: 34px;
	font-weight: 500;
}
.section .list li .info p {
	font-weight: 500;
	font-size: 19px;
	word-break: keep-all;
}

.speaker-modal .modal-cont:before {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 20px;
	background: #9abe15;
}
.speaker-modal .modal-cont .thumb {
	width: 330px;
	margin-right: 50px;
}
.speaker-modal .modal-cont .thumb img {
	width: 100%;
}
.speaker-modal .modal-cont .fr {
	width: calc(100% - 382px);
}
.speaker-modal .modal-cont .fr .tit {
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
}
.speaker-modal .modal-cont .fr .tit h2 {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 20px;
}
.speaker-modal .modal-cont .fr .tit strong {
	display: block;
	font-weight: 500;
	font-size: 35px;
}
.speaker-modal .modal-cont .fr .text {
	font-size: 15px;
	height: 300px;
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-top: 25px;
}
.speaker-modal .modal-cont .fr .text p {
	margin: 0 0 40px;
}
.speaker-modal .modal-cont .fr .text p.en {
	margin-bottom: 0;
}



@media screen and (max-width: 1440px){
	.section h3 {
		font-size: 30px;
	}
	.section h3:before {
		width: 30px;
		height: 30px;
	}
	.section .list li {
	    width: 27%;
	    margin-right: 9%;
	    margin-bottom: 7%;
	}

	.speaker-modal .modal-cont .fr .tit h2 {
		font-size: 35px;
	}
	.speaker-modal .modal-cont .fr .tit strong {
		font-size: 25px;
	}
}
@media screen and (max-width: 1024px){
	.section h3 {
		margin-bottom: 7%;
	}
	.section .list {
		padding: 0;
	}
	.section .list li {
	    width: 29.3333%;
	    margin-right: 6%;
	}
	.section .list li .info strong {
		font-size: 27px;
	}
	.section .list li .info p {
		font-size: 17px;
	}

	.speaker-modal .modal-cont .thumb {
    	width: 195px;
    	margin-right: 30px;
    }
    .speaker-modal .modal-cont .fr {
	    width: calc(100% - 235px);
	}
	.speaker-modal .modal-cont .fr .tit h2 {
	    margin-bottom: 5px;
	}
	.speaker-modal .modal-cont .fr .text {
		height: 200px;
		font-size: 13px;
	}
}
@media screen and (max-width: 768px){
	.section h3 {
	    font-size: 4vw;
	}
	.section h3:before {
	    width: 5%;
	    height: 0;
	    padding-bottom: 5%;
	    margin-right: 5px;
	}
	.section .list li {
	    width: 46%;
	    margin-right: 8%;
	    margin-bottom: 12%;
	}
	.section .list li:nth-child(3n) {
		margin-right: 8%;
	}
	.section .list li:nth-child(2n) {
		margin-right: 0;
	}
	.section .list li .info {
	    border-top: 2px solid #9cc826;
	    border-bottom: 2px solid #9cc826;
	    padding: 10px 10px;
	    margin-top: 5px;
	}
	.section .list li .info strong {
	    font-size: 4.5vw;
	}
	.section .list li .info p {
	    font-size: 3vw;
	}

	.speaker-modal .modal-cont {
		padding: 20px;
		overflow-x: hidden;
	    overflow-y: visible;
	    -ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	    -webkit-overflow-scrolling: touch;
	    scroll-behavior: smooth;
	}
	.speaker-modal .modal-cont:before {
		display: none;
	}
	.speaker-modal .modal-cont .thumb {
		float: none;
	    width: 50%;
	    margin: 0 auto;
	}
	.speaker-modal .modal-cont .fr {
	    float: none;
		width: 100%;
	}
	.speaker-modal .modal-cont .fr .tit {
		padding-bottom: 0;
		border-bottom: 0;
		margin-top: 20px;
		text-align: center;
	}
	.speaker-modal .modal-cont .fr .tit h2 {
	    font-size: 4.5vw;
	}
	.speaker-modal .modal-cont .fr .tit strong {
	    font-size: 3vw;
	}
	.speaker-modal .modal-cont .fr .text {
		background: #f8f8f8;
		font-size: 3vw;
		padding: 10px;
		margin-top: 20px;
		height: auto;
    	overflow: hidden;
	}
	.speaker-modal .modal-cont .fr .text p {
		line-height: 1.7;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px){
	.section h3:before {
		vertical-align: -2px;
	}	
}