@charset "UTF-8";

/* 공통(header) */

@font-face {
    font-family: '210 럭키수퍼L';
    font-style: normal;
    font-weight: normal;
    src: url('../font/210-LS-L.ttf');
}

@font-face {
    font-family: '210 럭키수퍼B';
    font-style: normal;
    font-weight: normal;
    src: url('../font/210-LS-B.ttf');
}

@font-face {
    font-family: '210 밀레니얼B';
    font-style: normal;
    font-weight: normal;
    src: url('../font/210-M-B.ttf');
}

@font-face {
    font-family: '210 밀레니얼L';
    font-style: normal;
    font-weight: normal;
    src: url('../font/210-M-L.ttf');
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    line-height: 1.7;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
	color: #444444;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a{
	text-decoration: none;
	display: inline-block;
}

h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
}

h2{
	color: #161616;
    font-size: 16px;
}

em{
	font-style: normal;
}

#jump_menu {
    width: 100%;
    z-index: 9999999;
}

#jump_menu h1 {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    position: absolute;
}

#jump_menu ul, #jump_menu li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

#jump_menu a {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -1000px;
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #3e6dbf;
}

#header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	height: 90px;
	z-index:99;
	background-color:#fff;
}

#container{
	margin-top:90px;
}

header{
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
    align-items: center;
}

header a{
	color: #161616;
}

header .logo{
	text-indent: -9999px;
	background: url(../image/logo.png) no-repeat left center;
	width: 380px;
}

#gnb{
	display: flex;
    width: 100%;
    justify-content: space-between;
}

#gnb .ld1{
	display: flex;
	height: 100%;
    width: 900px;
}

#gnb .ld1-m{
    display: none;
}

#gnb .l1{
	font-size: 1.65em;
	font-weight: 700;
	height: 100%;
    width: 100%;
	line-height: 90px;
    text-align: center;
}

#gnb .cd1{
    position: relative;
    flex:1;
    width: 100%;
    height: 100%;
}

#gnb .cd1:after{
	content: '';
	background: #161616;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
}

#gnb .cd1:last-child:after{
    content: none;
}

#gnb .l1:hover,.li:active{
	color: #04408a;
}

#gnb .lb1{
	display: none;
    position: absolute;
    top: 90px;
    z-index: 999;
    background-color: #f7fafd;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
#gnb .ld2{
    margin: 20px 25px 50px 25px;
}

#gnb .l2{
    display: block;
    line-height: 2em;
    font-weight: 500;
    position: relative;
    color: #272727;
    padding-left: 10px;
}

#gnb .cd2:hover .l2{
    color:#004ba6;
}

#gnb .l2:before{
    content: '';
    position: absolute;
    background: #272727;
    width: 3px;
    height: 3px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#gnb .ld1.active .lb1{
    display: block;
}

#gnb .ld3 .cd3{
	padding-left:10px;
}

.gnb-bg{
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
    border-top:1px solid #e5e5e5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    width: 100%;
	background : #f7fafd;
/*
    background: #f7fafd url(../image/gnb-bg.png) no-repeat left bottom;
*/
}

.gnb-bg.active{
    display: block;
}

.header-link{
	display: flex;
    align-items: center;
    gap: 30px;
}

header .nyjgo{
	background: #ecf3fb;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    letter-spacing: 0.9px;
    color: #464fab;
    padding: 5px 40px 5px 25px;
    border-radius: 100px;
    position: relative;
}

header .nyjgo:hover, header .nyjgo:active{
    color:#ff4f55;
}

header .nyjgo-font{
    position: relative;
    top: 2px;
}

header .nyjgo:after{
    position: absolute;
    content: '';
    right: 20px;
    background: url(../image/nyjgo.png) no-repeat center center;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

header .search{
    text-indent: -9999px;
    background: url(../image/search.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

header .search:hover, header .search:active{
    opacity: 0.5;
}

header .sitemap{
    text-indent: -9999px;
    background: url(../image/sitemap.png) no-repeat center center;
    width: 40px;
    height: 40px;
}

header .sitemap:hover, header .sitemap:active{
    filter: grayscale(100%);
}

#footer{
    display: inline-block;
    width: 100%;
}

#footer aside{
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
}

#footer .banner{
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .banner-title{
    font-family: 'GmarketSansBold';
    font-size: 1.25em;
    position: relative;
    padding-left: 38px;
}

#footer .banner-title::after{
    position: absolute;
    content: '';
    background: url(../image/banner-icon.png) no-repeat center center;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#footer .banner-button > a{
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    transition: 0.2s;
}

#footer .banner-button-prev{
    background: url(../image/banner-left.png) no-repeat center center;
}

#footer .banner-button-stop{
    background: url(../image/banner-stop.png) no-repeat center center;
}

#footer .banner-button-next{
    background: url(../image/banner-right.png) no-repeat center center;
}

#footer .banner-button > a:hover{
    transform: scale(0.8);
}

#footer .banner-list{
    overflow: hidden;
    height: 80px;
    width: calc(100% - 280px);
}

#footer .banner-list > li{
    width: 165px;
    text-align: center;
    float: left;
    height: 100%;
}

#footer .banner-list a{
    color: #474747;
    height: 100%;
    width: 100%;
    line-height: 80px;
}

#footer .banner-list a:hover{
    font-weight: 600;
}

#footer .alignbox{
    max-width: 1600px;
    /*margin: 0 auto;*/
    padding-top: 40px;
    padding-bottom: 60px;
}

#footer .footer-link{
    display: flex;
    margin-bottom: 20px;
}

#footer .footer-link > li{
    position: relative;
}

#footer .footer-link > li:before{
    content: '';
    background: #2a2a2a;
    width: 3px;
    position: absolute;
    height: 3px;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#footer .footer-link > li:nth-child(1):before{
    content: none;
}

#footer .footer-link > li:nth-child(1) a{
    padding-left: 0;
}

#footer .footer-link > li > a{
    color:#2a2a2a;
    font-size: 1.15em;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
}

#footer .footer-link a .footer-link-blue{
    color:#050964;
}

#footer .footer-link > li > a:hover, #footer .footer-link a .footer-link-blue:hover{
    color:#ff4f55;
}

#footer address{
    font-style: normal;
    color: #757575;
}

#footer address > span{
    display: block;
}

/* 메인 */

#container-main .section_1{
    max-width: 100%;
}

#container-main .align_1{
    width: 100%;
    position: relative;
}

#container-main .mainvisual{
    display: inline-block;
    width: 100%;
    height: 560px;
    position: relative;
}

#container-main .mainvisual-list{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mainvisual-list-item{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.mainvisual-list-item > img{
	width:100%;
}

#container-main .mainvisual-list-item > div{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

#container-main .mainvisual-button{
    position: absolute;
    bottom:100px;
    left:400px;
    display: flex;
    gap: 20px;
    align-items: center;
}

#container-main .mainvisual-button > a{
    color: #ffffff;
    font-family: '210 럭키수퍼L';
    font-size: 12px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

#container-main .mainvisual-button > a:hover{
    font-weight: bold;
}

#container-main .mainvisual-button .active{
    background: #fff;
    color: #32373a;
    width: 25px;
    height: 25px;
    font-weight: 600;
    border-radius: 100px;
}

#container-main .mainvisual-button-stop{
    text-indent: -9999px;
    background: url(../image/mainvisual-stop.png) no-repeat center center;
    width: 8px;
    height: 14px;
}

#container-main #mainpopup{
	max-width:1600px;
	position: relative;
	margin: 0 auto
}

#container-main .mainpopup{
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: -10px;
    width: 580px;
    height: 300px;
    background: #004ba6;
    border-radius: 80px 20px 80px 20px;
    padding: 25px 40px;
    font-family: '210 럭키수퍼B';
    display: flex;
    justify-content: space-between;
    box-shadow: 6px 6px 16px rgba(0,0,0,0.4);
}

#container-main .mainpopup:after{
    position: absolute;
    content: '';
    background: url(../image/mainpopup-icon.png) no-repeat left center;
    width: 82px;
    height: 84px;
	background-size: contain;
    top: 40px;
}

#container-main .mainpopup-text{
    margin-top: 120px;
}

#container-main .mainpopup-text h2{
    color:#fff;
    font-size: 1.15em;
    line-height: 1.8em;
}

#container-main .mainpopup-text-title{
    font-size: 1.7em;
}

#container-main .mainpopup-list{
    overflow: hidden;
    border-radius: 20px;
}

#container-main .mainpopup-list > div{
    width: 340px;
    height: 100%;
}

#container-main .mainpopup-list > div > a{
    width: 100%;
    height: 100%;
}

#container-main .mainpopup-list > div > a img{
    width: 100%;
    height: 100%;
}

#container-main .mainpopup-button{
    display: flex;
    margin: 10px 0;
}

#container-main .mainpopup-button-prev{
    text-indent: -9999px;
    background: url(../image/mainpopup-left.png) no-repeat center center;
    width: 35px;
    height: 35px;
}

#container-main .mainpopup-button-stop{
    text-indent: -9999px;
    background: url(../image/mainpopup-stop.png) no-repeat center center;
    width: 35px;
    height: 35px;
}

#container-main .mainpopup-button-next{
    text-indent: -9999px;
    background: url(../image/mainpopup-right.png) no-repeat center center;
    width: 35px;
    height: 35px;
}

#container-main .mainpopup-button > a{
    transition: 0.2s;
}

#container-main .mainpopup-button > a:hover{
    transform: scale(0.8);
}

#container-main .section_2{
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: 1600px;
    margin: 0 auto;
}

#container-main .align_2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#container-main .align_2 h2{
    font-family: 'GmarketSansBold';
    font-size: 2.3em;
}

#container-main .news{
    width: 960px;
    display: inline-block;
}

#container-main .news-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#container-main .news-top-list{
    display: flex;
    align-items: center;
}

#container-main .news-top-list > h3:nth-child(2){
    position: relative;
}

#container-main .news-top-list > h3:nth-child(2):after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #d3d3d3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

#container-main .news-top-list a{
    color: #3c3c3c;
    font-size: 1.2em;
    font-weight: 500;
    padding: 0 40px;
    padding-left: 50px;
}

#container-main .news-top-list a:hover{
    color: #004ba6;
    font-weight: 700;
}

#container-main .news-top-list h3.active a span{
    color: #004ba6;
    font-weight: 700;
    position: relative;
}

#container-main .news-top-list h3.active a span:before{
    content: '';
    width: 110px;
    height: 7px;
    background: #e7f2ff;
    position: absolute;
    bottom: 2px;
    z-index: -1;
    left: -25px;
}

#container-main .news-top-list h3.active a span:after{
    content: '';
    background: url(../image/news-active.png) no-repeat left center;
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

#container-main .news-tap-list > div{
    display: none;
}

#container-main .news-tap-list > div.active{
    display: block;
}

#container-main .news-tap-list > div > ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#container-main .news-tap-list > div > ul > li{
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.04);
}

#container-main .news-tap-list > div > ul > li > a{
    width: 100%;
    height: 100%;
    padding: 27px 40px;
    color:#171717;
}

#container-main .news-tap-list > div > ul > li:hover{
    border-color:#a8a8a8;
}

#container-main .news-plus{
    background: url(../image/contentplus.png) no-repeat center center;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    transition: 0.2s;
}

#container-main .news-plus:hover{
    transform: scale(0.8);
}

#container-main .news-list-title{
    font-size: 1.18em;
    font-weight: 700;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}

#container-main .news-list-content{
    color: #444444;
    font-size: 1.15em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 240px);
    vertical-align: middle;
}

#container-main .news-list-date{
    float: right;
    font-weight: 300;
    width: 80px;
    text-align: right;
    vertical-align: middle;
}

#container-main .media-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#container-main .media-button{
    display: flex;
    align-items: center;
    gap: 5px;
}

#container-main .media-button-dot{
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background: #dbdbdb;
    border-radius: 100px;
}

#container-main .media-button-dot.active{
    background: #004ba6;
}

#container-main .media-plus{
    background: url(../image/contentplus.png) no-repeat center center;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    transition: 0.2s;
    margin-left: 20px;
}

#container-main .media-plus:hover{
    transform: scale(0.8);
}

#container-main .media-list{
    overflow: hidden;
    height: 305px;
    width: 580px;
    border-radius: 30px;
}

#container-main .media-list-item{
    position: relative;
    width: 100%;
    height: 100%;
}

#container-main .media-list-image{
  width: 100%; 
    height: 100%;
    display: block;
}

#container-main .media-list-image > img{
    height: 100%;
/*    width: 100%; */
    background-repeat: no-repeat;
    background-size: contain;
}

#container-main .media-list-text{
    position: absolute;
    right: 0;
    height: 100%;
    border-radius: 30px;
    width: 250px;
    background: #2866b6;
    color:#fff;
    padding: 45px 30px 35px 20px;
    top: 0;
}

#container-main .media-list-title{
    background:#004ba6;
    font-weight: 500;
    padding: 7px 18px;
    border-radius: 100px;
}

#container-main .media-list-content{
    display: -webkit-box;
    font-size:1.15em;
    margin-top: 20px;
    line-height: 1.5em;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

#container-main .media-list-date{
    position: absolute;
    bottom: 35px;
    right: 30px;
}

#container-main .section_3{
    padding-top: 90px;
    padding-bottom: 100px;
    max-width: 1600px;
    margin: 0 auto;
}

#container-main .align_3 h2 {
    font-family: 'GmarketSansBold';
    font-size: 2.3em;
}

#container-main .activity{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#container-main .activity-button{
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

#container-main .activity-button > a{
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-indent: -9999px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: 0.2s;
    position: relative;
}

#container-main .activity-button > a:hover{
    transform:scale(0.9);
}

#container-main .activity-button-prev:after{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/activity-left.png) no-repeat center center;
}

#container-main .activity-button-stop:after{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/activity-stop.png) no-repeat center center;
}

#container-main .activity-button-next:after{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/activity-right.png) no-repeat center center;
}

#container-main .activity-button-plus:after{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/activity-plus.png) no-repeat center center;
}

#container-main .activity-list{
    display: flex;
    gap: 75px;
}

#container-main .activity-list > a:nth-child(1), #container-main .activity-list > a:nth-child(3){
    margin-top: 20px;
}

#container-main .activity-list-item{
    width: 360px;
    height: 325px;
    border-radius: 30px;
    overflow: hidden;
    border:1px solid #c8c8c8;
    transition: 0.2s;
    position: relative;
}

#container-main .activity-list-item:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#container-main .activity-list-image{
    overflow: hidden;
    height: 235px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#container-main .activity-list-image > img{
    width: 100%;
    display: inline-block;
    height: 100%;
}

#container-main .activity-left > p{
    color:#444444;
    font-size: 1.18em;
    line-height: 1.5em;
}

#container-main .activity-list-text{
    padding: 0 25px;
    height: 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
}

#container-main .activity-list-content{
    color: #444444;
    font-size: 1.15em;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#container-main .activity-list-date{
    display: block;
    font-weight: 300;
    color: #787878;
    padding-left: 25px;
    position: relative;
}

#container-main .activity-list-date:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/activity-date.png) no-repeat center center;
}

#container-main .section_4{
    background: #eff6fc url(../image/research-bg.png) no-repeat left top;
}

#container-main .align_4{
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    gap: 80px;
    padding-bottom: 90px;
}

#container-main .research, #container-main .photonews{
    flex: 1;
}

#container-main .align_4 h2 {
    font-family: 'GmarketSansBold';
    font-size: 2.3em;
}

#container-main .research-top{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    overflow: hidden;
}

#container-main .research-top-list{
    display: flex;
    gap: 5px;
}

#container-main .research-top-list > h3 > a{
    padding: 8px 20px;
    background: #fff;
    border: 2px solid #8792a0;
    border-radius: 15px;
    color: #58607d;
}

#container-main .research-top-list > h3.active > a{
    background: #092446;
    color: #fff;
    border-color: #092446;
    position: relative;
    padding-left: 40px;
}

#container-main .research-top-list > h3 > a:hover{
    border-color: #092446;
}

#container-main .research-top-list > h3.active > a:before{
    content: '';
    background: url(../image/research-active.png) no-repeat center center;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#container-main .research-list{
    display: none;
}

#container-main .research-list.active{
    display: block;
}

#container-main .research-list > ul{
    display: flex;
    gap: 20px;
}

#container-main .research-list > ul > li{
    width: 370px;
    height: 440px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

#container-main .research-list > ul > li:hover{
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.2);
}

#container-main .research-list > ul > li > a{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#container-main .research-list > ul > li > a > img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

#container-main .photonews-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#container-main .photonews-plus{
    background: url(../image/contentplus.png) no-repeat center center;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    transition: 0.2s;
}

#container-main .photonews-plus:hover{
    transform: scale(0.8);
}

#container-main .photonews-list > ul{
    display: flex;
    gap: 20px;
}

#container-main .photonews-list > ul > li{
    width: 370px;
    height: 440px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}

#container-main .photonews-list > ul > li:hover{
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.2);
}

#container-main .photonews-list > ul > li > a{
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

#container-main .photonews-list > ul > li > a > img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

#container-main .section_5{
    background: linear-gradient(to right, #004ba6, #317874, #7fbe26);
}

#container-main .align_5{
    max-width: 1600px;
    margin: 0 auto;
}

#container-main .quickmenu{
    display: flex;
    align-items: center;
}

#container-main .quickmenu-title{
    font-family: '210 밀레니얼L';
	font-weight:100;
    font-size: 2.15em;
    color: #fff;
    padding-left: 80px;
    width: 450px;
}

#container-main .quickmenu-list{
    display: flex;
    width: calc(100% - 450px);
}

#container-main .quickmenu-list > li{
    flex:1;
    position: relative;
	padding:15px 0;
}

#container-main .quickmenu-list > li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/banner-border.png) no-repeat center center;
}

#container-main .quickmenu-list > li:last-child:after{
    content: none;
}

#container-main .quickmenu-list > li > a{
    color:#fff;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 1.15em;
	display:flex;
	justify-content: center;
    align-items: center;
    gap: 20px;
}

#container-main .quickmenu-list > li > a > img{
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.4));
    transition: 0.2s;
}

#container-main .quickmenu-list-title{
    text-shadow:1px 1px 10px rgba(0, 0, 0, 0.4);
    transition: 0.2s;
}

#container-main .quickmenu-list > li > a:hover .quickmenu-list-title{
    text-shadow:1px 1px 10px rgba(0, 0, 0, 0.8);
}

#container-main .quickmenu-list > li > a:hover img{
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.8));
}

/*서브*/

#container-sub{
    max-width: 100%;
}

#container-sub .doc_title-box{
    background: url(../image/sub-title.png) no-repeat center top;
    background-size: cover;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#container-sub .doc_title-box > h2{
    font-family: '210 럭키수퍼B';
    font-size: 2.5em;
    color:#fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#container-sub .sub-content-box{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

#container-sub .menu_path > p{
    display: flex;
    align-items: center;
    margin: 0;
}

#container-sub .menu_path > p > a{
    float: left;
    display: block;
    color: #fff;
    padding: 0 20px;
}

#container-sub .menu_path > p > a > span{
    color:#fff;
}

#container-sub .menu_path > p > a:hover span{
    text-decoration:underline;
}

#container-sub .menu_path > p > a.home {
    width: 60px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

#container-sub .menu_path > p > a.home:after{
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
    background: url(../image/sub-home.png) no-repeat center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#container-sub .split{
    font-family: '210 럭키수퍼L';
    color: #fff;
    margin-top: 3px;
}

#container-sub .sub-gnb{
    width: 320px;
    position: relative;
    top: -100px;
    height: 100%;
    padding-bottom: 40px;
    display: inline-block;
}

#container-sub .sub-gnb > h2{
    width: 100%;
    height: 120px;
    background: #023894;
    border-radius: 15px 15px 30px 15px;
    font-family: 'GmarketSansBold';
    color:#fff;
    font-size: 2em;
    text-align: center;
    line-height: 120px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

#container-sub .sub-gnb-list > li{
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0;
}

#container-sub .sub-gnb-list > li > a{
    color: #3c3c3c;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 10px 60px 10px 30px;
    font-size: 1.15em;
    border:2px solid transparent;
}

#container-sub .sub-gnb-list > li.active > a{
    border:2px solid #05128c;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

#container-sub .sub-gnb-list > li.active > a{
    position: relative;
}

#container-sub .sub-gnb-list > li.active > a:after{
    position: absolute;
    content: '';
    background: url(../image/research-active.png) no-repeat center center;
    width: 20px;
    height: 18px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

#container-sub .sub-gnb-list > li > a:hover{
    border:2px solid #05128c;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

#container-sub .sub-gnb-list .cd3{
	padding:5px 0 5px 30px;
}

#container-sub .sub-gnb-list .cd3 > a{
	position: relative;
	padding-left:10px;
}

#container-sub .sub-gnb-list .cd3 > a:before{
	content:'';
	position: absolute;
	width:3px;
	height:3px;
	border-radius:100px;
	background-color:#222;
	top:50%;
	left:0;
	transform: translateY(-50%);
}

#container-sub .sub-gnb-list .cd3 > a.active{
	color:#023894;
	font-weight:700;
}

#container-sub .sub-gnb-list .cd3:nth-child(1){
	padding-top:10px;
}

#container-sub .sub-gnb-list .cd3:last-child {
	padding-bottom:10px;
}

#container-sub .container-sub-content{
    width: calc(100% - 320px);
    float: right;
    height: 100%;
    padding: 80px 0 80px 80px;
}

@media (max-width: 1600px) {
    /* 공통(header) */
    body {
        font-size: 14px;
    }
    #gnb{
        justify-content: end;
    }

	#header{
		height: 80px;
		padding:10px 0;
	}
	#container{
		margin-top:80px;
	}
    header.active {
        position: fixed;
        top: 0;
        left: 0;
		height: 80px;2025-09-16
        width: 100%;
        z-index: 1000;
        background-color: white;
        padding: 10px 0;
        border-bottom: 1px solid #d2d2d2;;
    }
    header > h1{
        padding-left: 20px;
		height: 60px;
    }
    #header .header-link{
        padding-right: 20px;
    }
    #footer .banner{
       width: calc(100% - 40px);
	   margin:0 auto;
    }
    #footer .footer-link > li > a {
        padding: 10px 10px;
    }
    #footer .alignbox{
        width: calc(100% - 40px);
        padding-top: 30px;
    }
    #footer aside{
        border-top: none;
    }
    #gnb .ld1{
       display: none;
    }
    #gnb .l1{
        padding: 0 30px;
    }
    #gnb .ld1-m.active{
        display: block;
    }
    #gnb .ld1-m{
        display: none;
        position: fixed;
        top: 80px;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: scroll;
        padding-bottom: 50px;
    }
    #gnb .cd1:after{
        content: none;
    }
    #gnb .cd1{
        height: auto;
        border-bottom:1px solid #d2d2d2;
        display: inline-block;
        background: url(../image/cd1-m-check.png) no-repeat right 20px top 25px;
    }
    #gnb .lb1{
        top:60px;
        border-top: none;
        padding: 0;
        position : static;
        display: none;
        border-right:none;
    }
    #gnb .l1{
        font-size: 1.5em;
        text-align: left;
        line-height: 60px;
    }
    #gnb .cd2{
        border-top: 1px solid #d2d2d2;
        width: 100%;
        height: 60px;
    }
    #gnb .ld2{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    #gnb .l2{
        font-size: 1.3em;
        padding: 0 30px 0 40px;
        width: 100%;
        line-height: 60px;
        height: 100%;
    }
    #gnb .l2:before{
        left: 30px;
    }
    /*메인*/
    #container-main .mainpopup{
        right: 20px;
        height: 280px;
        border-radius: 50px 20px 50px 20px;
        width: 500px;
    }
    #container-main .mainpopup:after{
        width: 70px;
        height: 70px;
        background-size: contain;
    }
    #container-main .mainpopup-text{
        margin-top: 100px;
    }
    #container-main .mainpopup-button {
        margin: 25px 0;
    }
    #container-main .mainvisual-button{
        display: none;
    }
    #container-main .mainpopup-button-prev, #container-main .mainpopup-button-stop, #container-main .mainpopup-button-next{
        width: 25px;
        height: 15px;
        background-size: contain;
    }
    #container-main .mainpopup-list > div {
        width: auto;
    }
    #container-main .align_2{
        flex-direction: column;
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 0;
        gap: 50px;
    }
    #container-main .news{
        width: 100%;
    }
    #container-main .news-tap-list > div > ul{
        gap: 10px;
    }
    #container-main .media-list{
        width: 100%;
        height: 450px;
    }
    #container-main .news-tap-list > div > ul > li{
        border-radius: 15px;
    }
    #container-main .news-top-list a{
        padding: 0 40px;
    }
    #container-main .news-top-list h3.active a span:after{
        width: 16px;
        height: 16px;
        background-size: cover;
    }
    #container-main .news-plus, #container-main .media-plus, #container-main .photonews-plus{
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    #container-main .news-top-list h3.active a span:after {
        left: -22px;
    }
    #container-main .activity{
        flex-direction: column;
    }
    #container-main .activity-left{
        margin: 0 auto;
        width: calc(100% - 40px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #container-main .activity-left > p{
        display: none;
    }
    #container-main .activity-button{
        margin-top: 0;
    }
    #container-main .activity-button > a{
        width: 35px;
        height: 35px;
    }
    #container-main .align_4{
        width: calc(100% - 40px);
        margin: 0 auto;
        flex-direction: column;
        padding-bottom: 50px;
        gap: 50px;
        padding-top: 50px;
    }
    #container-main .research-top{
        flex-direction: column;
    }
    #container-main .quickmenu{
        flex-direction: column;
        justify-content: center;
        padding: 5px;
    }
    #container-main .quickmenu-title{
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        text-align: center;
    }
    #container-main .quickmenu-list{
        width: 100%;
		flex-wrap: wrap;
    }
    #container-main .activity-button {
        gap: 5px;
    }
    #container-main .activity-button-prev:after, #container-main .activity-button-next:after, #container-main .activity-button-stop:after, #container-main .activity-button-plus:after{
        width: 15px;
        height: 15px;
        background-size: contain;
    }
    #container-main .activity-list{
        display: inline-block;
        width: calc(100% - 40px);
        margin: 0 auto;
        height: auto;
    }
    #container-main .activity-list-item{
        width: 33%;
    }
    #container-main .research-top-list > h3 > a {
        padding: 5px 10px;
        border-radius: 10px;
    }
    #container-main .research-top-list > h3.active > a{
        padding-left: 30px;
    }
    #container-main .research-top-list > h3.active > a:before {
        width: 15px;
        height: 13px;
        left: 10px;
        background-size: contain;
    }
    #container-main .research-list{
        width: calc(100% - 60px);
        margin: 0 auto;
        height: auto;
    }
    #container-main .research-list > ul > li {
        width: 100%;
        height: 100%;
    }
    #container-main .photonews-list{
        width: calc(100% - 60px);
        margin: 0 auto;
        height: auto;
    }
    #container-main .photonews-list > ul > li {
        width: 100%;
        height: 100%;
    }
    #container-main .section_3{
        padding-top: 50px;
        padding-bottom: 50px;
    }
	#container-main .quickmenu-list > li {
		flex: 0 1 calc((100%) / 2);
		padding:0;
	}
	#container-main .quickmenu-list > li:after	{
		content:none;
	}
    /*서브*/
    #container-sub .sub-gnb{
        display: none;
    }
    #container-sub .doc_title-box{
        position: relative;
    }
    #container-sub .menu_path{
        position: absolute;
        bottom: -60px;
        width: 100%;
        height: 60px;
    }
    #container-sub .menu_path > p > a > span{
        color: #3a3a33;
        font-size: 1.15em;
    }
    #container-sub .split{
        color:#3a3a33;
        height: 100%;
        width: 30px;
        display: none;
    }
    #container-sub .container-sub-content{
        float: none;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0;
        margin-top: 60px;
        padding: 40px 20px 40px 20px;
    }
    #container-sub .menu_path > p {
        height: 100%;
        border-bottom: 1px solid #d2d2d2;
    }
    #container-sub .menu_path > p > a{
        width: 100%;
        height: 100%;
        line-height: 60px;
        font-size: 1.15em;
        font-weight: 500;
    }
    #container-sub .doc_title{
        height: 100%;
    }
    #container-sub .menu_path > p > a{
        border-right: 1px solid #d2d2d2;
    }
    #container-sub .menu_path > p > a:last-child{
        border-right: none;
    }
}

@media (max-width: 768px) {
    /* 공통(header) */
    body{
        font-size:10px;
    }
    header{
        width: 100%;
    }
    #gnb .ld1{
        display: none;
    }
    #gnb{
        justify-content: end;
    }
    header .logo{
        width: 180px;
		height:60px;
        background-size: contain;
    }
    header .nyjgo{
        display: none;
    }
    /*메인*/
    #container-main .mainpopup {
        width: calc(100% - 40px);
        left: 20px;
		bottom: -150px;
        height: 220px;
        padding: 25px;
		font-size:0.9em;
    }
    #container-main .mainpopup-text{
        margin-top: 70px;
    }
    #container-main .mainpopup:after {
        top: 30px;
        width: 50px;
        height: 50px;
    }
	#container-main .section_2 {
		padding-top: 200px;
	}
    #container-main .news-top-list h3.active a span:before{
        bottom: -1px;
        width: 70px;
        left: -15px;
    }
    #container-main .news-top-list h3.active a span:after {
        left: -20px;
        z-index: 1;
    }
    #container-main .news-top-list a{
        padding: 0 15px;
    }
    #container-main .news-list-title{
        width: 60px;
    }
    #container-main .news-tap-list > div > ul > li > a {
        padding: 10px;
    }
    #container-main .news-list-content{
        width: calc(100% - 110px);
        display: inline-block;
    }
    #container-main .news-list-date{
        width: 50px;
    }
    #container-main .quickmenu-list > li > a > img{
        width: 30px;
    }
    #container-main .media-list-text{
        width: 160px;
    }
    #container-main .media-list{
        height: 200px;
    }
    #container-main .mainvisual{
        max-height: 300px;
    }
    #container-main .mainvisual-list-item > img{
        display: none;
    }
    #container-main .mainvisual-list-item:nth-child(1){
        background: url(../image/mainvisual01_m.png) no-repeat center top;
        background-size: cover;
    }
    #container-main .activity-list-item{
        width: 100%;
    }
    #container-main .activity-list-item:nth-child(2),#container-main .activity-list-item:nth-child(3){
        display: none;
    }
    #container-main .research-list > ul > li:nth-child(2){
        display: none;
    }
    #container-main .photonews-list > ul > li:nth-child(2) {
        display: none;
    }

	#container-sub .doc_title-box{
    height: 130px;
	}
    #container-sub .container-sub-content{
        padding: 40px 0px 40px 0px;
    }
}