@charset "utf-8";

td.nanum-gb{

}
td.nanum-gb > p{
	font-size:11px;
	padding:0;
	color:#888;
	line-height:14px;
}

#groupmenu {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.group_box{display: flex; width: 1300px; margin: 0 auto; max-width: 100%;}

.gr_name h3{
    font-size: 30px; 
    margin-bottom: 30px; 
    color: #0c1254; 
    line-height: 1;
    word-break: keep-all;
    text-align: center;
}

#nav1{flex: 1;}
#nav1 ul {
	padding: 0;
	margin: 0px;

}
#nav1:last-child ul li{margin-right: 0;}
#nav1 ul li {
	/*display: inline;*/
    display: block;
}

#nav1 ul li a {
    font-size: 16px;
    display: block;
    color: #111;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
#nav1 ul li a:hover {
	text-decoration: none;
}
#nav1 li.on {

}

#nav1 li.on .nanum-g-top {
    background-color: #01a0c6;
    color: #fff;
}

#nav1 ul li .nav2{display: none;}
#nav1 ul li.on .nav2{display: block;}
#nav1 ul li.on .nav2 a{padding: 0px 20px; display: block; white-space: nowrap; background-color: #eee; border-radius: 50px; height: 50px; line-height: 50px; font-size: 16px;}
#nav1 ul li.on .nav2 .on2 a{background-color: #01a0c6; color: #fff;}

.nav_wrap{display: flex; position:absolute; left:50%; transform:translate(-50%); width: 100%; justify-content: center; margin-top: 50px;}
.nav_wrap li{margin-right: 0 !important;}
.nav_wrap .nav2+.nav2{margin-left: 20px;}

@media(max-width: 1400px){
    .gr_name h3{font-size: 26px;}
}

@media screen and (max-width:767px) {
    #nav1{flex: auto; width: auto;}
    .group_box{width: 100%; overflow-x: auto;}
    #nav1 li.on .nanum-g-top{margin: 0;}
    #nav1 ul li a {
        font-size: 14px;
        padding: 0 10px;
        white-space: nowrap;
        height: 40px;
        line-height: 40px;
    }
    .nav_wrap{z-index: 100; margin-top: 0; top: 80px; justify-content: flex-start; overflow-x: auto; padding-left: 10px; width: 100%; padding-right: 10px; box-sizing: border-box;}

    #nav1 ul li{}
    #nav1 ul li.on .nav2 a{padding: 0px 10px; font-size: 13px; height: 35px; line-height: 35px;}
    #nav1 ul li.on .nav2{margin-bottom: 0px;}
    .nav_wrap .nav2+.nav2{margin-left: 5px;}
    #groupmenu{flex-wrap: wrap;}
    
}