@charset "utf-8";
body {
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

body.on {
    overflow: hidden;
}
.layerPopup {
	position:fixed;
	background:#fff;
	z-index:10;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
	padding-bottom:30px;
	box-sizing: content-box;
}
.layerPopup .layerPopup_content {
}
.layerPopup img {
	max-width:100%;
	display:Block;
}
.layerPopup .popup_btm {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:#efefef;
	display:flex;
	justify-content:space-between;
	height: 30px;
	align-items: center;
	padding: 0px 5px;
}
.layerPopup .popup_btm label {
	font-size:12px;
	margin: 0;
	padding: 0;
	line-height: 1;
	padding-left: 4px;
}
.layerPopup .popup_btm .btn_close{
	height:30px;
	width:30px;
	margin-left:auto;
	text-indent:-9999px;
	background:url(/images/btn-close-search.png) no-repeat center center;
}

.layerPopup .popup_btm input[type="checkbox"] {
	width: 16px;
	height: 16px;
	background-size:16px;
}

.layerPopup .popup_btm input[type="checkbox"]::-ms-check {
	display: none;
}

.layerPopup .popup_btm input[type="checkbox"]:checked {
	background-size:16px;
}

.layerPopup .popup_btm input[type="checkbox"]:disabled {
	background-size:16px;
}

.layerPopup .popup_btm input[type="checkbox"]:checked:disabled {
	background-size:16px;
}


.wrap {
}
.main {
	width:100%;
	padding: 30px 0;
}
.slick-wrap .slick-slide{
	margin:0px 10px;
}

/************** 배경 *******************/
.contents {
    background: url("../images/main_bg.jpg") center no-repeat;
    background-size: cover;
    background-position: center;
}


.color3 {
    color: rgb(141, 199, 63);
    font-size: 22px;
    font-weight: 700;
}

.main_top {
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit {
	width: 30%;
}
.slogan {
	width: 40%;
}
.conference {
	width: 30%;
}
.recruit {
	
}
.recruit_inner {
	height: auto;
	max-width: 100%;
	width: 100%;
	position: relative;
}
.banner {
	width: 100%;
}
.banner a {
			
}
.banner a img {
	max-width: 100%;
	width: 100%;
}
.recruit_inner .slick-prev {
	display: none !important;
}
.recruit_inner .slick-next {
	display: none !important;
}
.recruit_inner .slick-dots {
	position: absolute;
    bottom: 30px;
	left: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.recruit_inner .slick-dots li {
	
}
.recruit_inner .slick-dots li button {
	
}
.recruit_inner .slick-dots li.slick-active button::before {
	border: 3px solid #fff;
    border-radius: 50%;
	color: transparent;
	transform: scale(1);
	top: -2px;
}
.recruit_inner .slick-dots li button::before {
	color: rgb(255, 255, 255,.6);
	opacity: 1;
	transform: scale(1.5);
	
}

/* Play & Pause btn */

/**** 슬로건 로고 ****/
.slogan {
	
}
.slogan_inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slogan img {
	max-width: 80%;
}


/* Conference */
.conference {}
.conference_inner {
	text-align: right;
}
.conference_inner a img{
	width: 100%;
}


/************* 저널 & 공지사항 *******************/
.main_middle {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.journal {
	overflow: hidden;
	width: calc(50% - 10px);
	background: url(/images/second-bg1.png) no-repeat center;
	background-size: cover;
	border-radius: 20px;
	padding: 30px;
}
.journal h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}
.journal_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.journal_item {
	display: flex;
	width: calc(50% - 20px);
}
.journal_item .img {
	max-width: 100%;
	height: auto;
}
.journal_item .img img {
	width:100%;
}
.journal .text_area {
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: baseline;
}
.journal .text_area h3 {
	font-weight: bold;
}
.journal .text_area p {
	font-size: 12px;
	color: #9b9b9b;
	margin-bottom: 10px;
}
.journal .text_area .quick_btn {
	background: #009751;
	color: #fff;
	border-radius: 20px;
	height: 25px;
	line-height: 17px;
	font-size: 14px;
	width: 100px;
}


/*************** notice *****************/
.notice {
	width: calc(50% - 10px);
	background:#fff;
	background-size: cover;
	border-radius: 20px;
	padding: 30px;
}
.tabnav {margin-bottom: 20px;}
.tabnav ul li a.active {
	font-weight: bold;
	color: green;
}
.tabnav > ul {
	display: flex;
}
.tabnav ul li a {
	font-size: 18px;
	color: #333;
	word-wrap:break-word; 
	overflow:hidden;
	text-overflow:ellipsis;
	
}
.dot {
	padding: 0 20px;
	color: #ddd;
}

.notice ul {
}
.notice ul li {}

.tab_cont {
	position: relative;
}
.tab_cont ul {}
.tab_cont ul li {
	padding-bottom: 10px;
}
#tab01,
#tab02 {
	width: 100%;
}
#tab01 {}
#tab01 ul {
    padding: 0px 0px 0px 0%;
}
#tab01 ul li {
	position: relative;
}
#tab01 ul li:last-child {
	padding: 0;
}
#tab01 ul li a {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 90px);
	white-space: nowrap;
	display: block;
}
#tab01 ul li a span {
	position: absolute;
	right: 0;
	color: #a3a3a3;
	
}

#tab02 {
	display: none;
}
#tab02 ul {
	padding: 0px 0px 0px 0%;
}
#tab02 ul li {
	position: relative;
}
#tab02 ul li:last-child {
	padding: 0;
}
#tab02 ul li a {
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 90px);
	white-space: nowrap;
	display: block;
}
#tab02 ul li a span {
	position: absolute;
	right: 0;
	color: #a3a3a3;
}
.tab_cont {}
.tab_cont ul {}
.tab_cont ul li {
	padding-bottom: 10px;
}

/* ################ partnerships ################ */
.partnerships {
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 20px 20px 0px;
    margin-top: 20px;
    display: flex;
    align-items: center;
	padding: 20px 0;
}
.partner-tit {
	width: 200px;
	margin-left: 40px;
}
.partner-tit h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.slick-wrap {
	width: calc(100% - 240px);
	padding: 0px 40px;
}
.slick img {
	width: 100%;
	height: auto;
}
.slick-prev {
	background: url(/images/btn_main_prev.png) no-repeat center;
}
.slick-prev:hover::before {
	
}
.slick-next {
	background: url(/images/btn_main_next.png) no-repeat center ;
}



/************** FOOTER ***************/
footer {
    background: url("../images/footer_bg.png") center center / cover no-repeat;
    padding: 50px 0px;
}

footer .btm {
    display: flex;
    flex-wrap: wrap;
}

footer .btm .left {
    width: 250px;
}

footer .btm .left img {
    max-width: 230px;
}

footer .btm .right {
    width: calc(100% - 250px);
    padding-left: 30px;
}

footer .btm .right ul {
    display: flex;
    margin-bottom: 15px;
}

footer .btm .right ul li {
    margin-right: 30px;
}

footer .btm .right ul li b {
    display: inline-block;
    margin-right: 10px;
}

footer .btm .right ul li span {
}

footer .btm .right address {
    font-size: 14px;
    font-style: normal;
    word-break: keep-all;
    margin-bottom: 10px;
}

footer .btm .right .copy {
    font-size: 14px;
    word-break: keep-all;
    display: block;
}




/* 미디어쿼리 */
@media all and (max-width:960px) {
	.contents {
		position: relative;
		background: url("../images/main_bg.jpg") 80% center no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: auto;
	}
	.main_top {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		flex-wrap: wrap;
	}
	.recruit,
	.slogan,
	.conference {
		width: calc(50% - 10px);
		position: relative;
		padding: 0px 5px;
	}

	.recruit {
	}
	.recruit_inner {
		width: 100%;
		position: relative;
	}
	.banner {
		width: 100%;
	}
	.banner a {
				
	}
	.banner a img {
		max-width: 100%;
		width: 100%;
	}

	
	/**** 슬로건 로고 ****/
	.slogan {
		order: -1;
		width: 100%;
	}
	.slogan_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15%;
		height: 0;
		position: relative;
	}
	.slogan img {
		max-width: 80%;
		height: auto;
	}
	
	/* Conference */
	.conference {}
	.conference_inner {
		text-align: right;
	}
	.conference_inner img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
		
	/************* 저널 & 공지사항 *******************/
	.main_middle {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		
	}
	.journal {
		width: 100%;
		background: url(/images/second-bg1.png) center center / cover no-repeat;
		border-radius: 20px;
		background-position: center;
	}
	.journal h2 {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	.journal_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
	}

	.journal_item {
		display: flex;
		margin-top:20px;
		width: calc(50% - 30px);
	}
	.journal_item .img {
		width: 50%;
		height: auto;
	}
	.journal .text_area {
		padding-left: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: baseline;
	}
	.journal .text_area h3 {
		font-weight: bold;
	}
	.journal .text_area p {
		font-size: 12px;
		color: #9b9b9b;
	}
	.journal .text_area .quick_btn {
		background: #009751;
		color: #fff;
		border-radius: 20px;
		height: 25px;
		line-height: 17px;
		font-size: 14px;
		width: 110px;
	}
	.notice {
		width: 100%;
		border-radius: 20px 20px 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.main {
		padding-bottom:50px;
	}

}


@media all and (max-width:1400px) {
    header .top .container h1 {
        width: 189px;
    }

    header .top .container .gnb {
        width: calc(100% - 200px);
    }

    header .top .container .gnb .ul1d > li > a {
        font-size: 18px;
    }

    header .top .container .gnb .right {
        width: 180px;
    }

    header .top .container .gnb .ul1d {
        width: calc(100% - 180px);
    }

    header .top .container .gnb .right .links > li > a {
        font-size: 15px;
    }

    .contents aside h3 {
        padding: 25px 0px;
        font-size: 24px;
    }

    .contents aside h3 span {
        font-size: 11px;
        margin-top: 10px;
    }

    .contents aside {
        width: 220px;
        padding-right: 20px;
    }

    .contents aside .menu2nd > li > a {
        font-size: 15px;
        padding-left: 20px;
    }

    .contents aside .menu2nd > li > a.on {
        background-position: 170px 50%;
    }

    .contents aside .menu2nd > li > a:hover:not(.on) {
        background-position: 170px 50%;
    }

    article {
        width: calc(100% - 250px);
    }
}
@media all and (max-width:1200px) {
	.journal .text_area h3 {
		font-size:14px;
	}
	
}
@media all and (max-width:1024px) {

    footer .btm .right ul {
        flex-wrap: wrap;
    }

    footer .btm .right ul li {
        width: 50%;
        margin: 0;
    }

}
@media all and (max-width:960px) {
    header .top .container .mo_gnb.on {
        content: '';
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    header .top .container .mo_gnb.on .white {
        width: 95%;
        max-width: 350px;
        background: #fff;
        right: 0;
        bottom: 0;
        position: fixed;
        top: 0;
    }

    header .top .container .mo_gnb .white {}

    header .top .container .mo_gnb .white .ul1d {
        position: relative;
        height: calc(100vh - 40px);
        background: #fff;
    }

    header .top .container .mo_gnb .white .ul1d > li {}

    header .top .container .mo_gnb .white .ul1d > li > a {
        background: #009751;
        color: #fff;
        font-size: 14px;
        width: 33.333333333%;
        display: block;
        padding: 10px 5px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    }

    header .top .container .mo_gnb .white .ul1d > li > a.on {
        background: #f1f1f1;
        font-weight: 700;
        color: #009751;
    }

    header .top .container .mo_gnb .white .ul1d > li > a + .ul2d {
        position: absolute;
        left: 33.3333333%;
        top: 0;
        right: 0;
        background: #f1f1f1;
        height: 100%;
        display: none;
    }

    header .top .container .mo_gnb .white .ul1d > li > a.on + .ul2d {
        display: block;
    }

    header .top .container .mo_gnb .white .ul1d > li > a + .ul2d > li {
        padding: 10px;
        display: block;
    }

    header .top .container .mo_gnb .white .ul1d > li > a + .ul2d > li > a {
        display: block;
        position: relative;
        font-size: 15px;
    }

    header .top .container .mo_gnb .white .ul1d > li > a + .ul2d > li > a::after {
        position: absolute;
        content: '>';
        line-height: 1;
        font-size: 12px;
        font-family: dotum;
        font-weight: bold;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    header .top {
        height: 50px;
    }

    header .top .container h1 {
        justify-content: center;
        width: 100%;
        height: 50px;
    }

    header .top .container h1 a img {
        max-height: 35px;
    }

    header .top .container .gnb {
        display: none;
    }

    header .top .container .mo_gnb.open {
        display: block;
        width: 98%;
        max-width: 350px;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

    header .top .container .btn_menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
    }

    .mo_gnb_top .links {
        display: flex;
        width: 100%;
        height: 60px;
        background: #ffffff;
        padding: 10px;
    }

    .mo_gnb_top .links li {
        width: 100%;
        text-align: center;
        height: 40px;
    }

    .mo_gnb_top .links li a {
        display: block;
        color: #fff;
        background: #009751;
        line-height: 40px;
    }

    .mo_gnb_top .links li:nth-child(2) a {
        background: #0c423d;
    }

    .mo_gnb_top .links li:last-child a {
        background: #177f8f;
    }

    .contents .container {
        flex-wrap: wrap;
    }

    .contents aside {
        display: none;
    }


    h4 {
        font-size: 28px;
    }

    .location {
        padding: 8px;
    }

    .location ul li {
        padding-right: 10px;
        margin-right: 10px;
        font-size: 14px;
    }

    .location ul li a {
        font-size: 13px;
    }

    .location ul li::after {
        height: 14px;
    }

    .location ul li.home a {
        width: 15px;
        background-size: 15px;
        height: 14px;
    }

    article {
        width: 100%;
    }

    article .detail {
        margin-bottom: 0;
    }

    article .detail .info .mid {
        padding: 0;
        padding-top: 20px;
    }

    footer .btm .left {
        width: 100%;
    }


    footer .btm .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

}
@media all and (max-width:768px) {
	
	.journal .text_area {
		text-align: center;
		width: 50%;
		align-items: center;
		margin-top: 10px;
		padding-left: 0;
	}
	.journal_item {
		width: 100%;
		margin-bottom: 20px;
		text-align:Center;
		flex-direction: row;
		border-bottom: dashed 2px #ddd;
		padding-bottom: 30px;
	}
	.journal_item:last-child {
		border:none;
		padding-bottom:0;
	}
	.journal_item .img img {
		width:auto;
	}
	.recruit, .slogan, .conference {
		width:100%;
		padding:0;
		margin-bottom: 10px;
	}
	.layerPopup {
		left:50% !important;
		top:50% !important;
		transform:translate(-50%,-50%);
		max-width:90%;
	}
}
@media all and (max-width:640px) {


    article .detail .info .mid dl dt {
        width: 70px;
        font-size: 14px;
    }

    article .detail .info .mid dl dd {
        width: calc(100% - 70px);
        padding-left: 10px;
        font-size: 14px;
    }

    h4 {
        font-size: 24px;
    }

    footer .btm .right address {
        font-size: 12px;
    }

    footer .btm .right copy {
        font-size: 12px;
    }

    footer .btm .right ul li b {
        font-size: 14px;
    }

    footer .btm .right ul li span {
        font-size: 14px;
    }
    .subtop h2 {
        padding:30px 0px;
    }
	.tabnav ul li a {
		font-size:16px;
	}
	.dot { 
		padding:0px 7px;
	}
	.tab_cont ul li {
		margin-bottom:3px;
	}
	.tab_cont ul li a {
		font-size:14px;
	}

	.partnerships {
		flex-direction:column;
	}
	.partner-tit {
	margin: 0;
	width: auto;
	margin-bottom: 30px;
	}
	.slick-wrap {
		width:100%;
		max-width:300px;
	}
}
@media all and (max-width:480px) {
    footer .btm .left {
        text-align: center;
    }

    footer .btm .right ul li {
        width: 100%;
        text-align: center;
    }

    footer .btm .right address {
        text-align: Center;
    }

    footer .btm .right copy {
        text-align: center;
    }
}
@media all and (max-width:400px) {

    header .top .container .mo_gnb .white .ul1d > li > a + .ul2d > li > a {
        font-size: 12px;
    }

    header .top .container .mo_gnb .white .ul1d > li > a {
        font-size: 12px;
        padding: 10px 15px;
    }
}

