@charset "utf-8";

#wrap {
    position:relative;
    width:100%;
}

.inner {
    position:relative;
    width:100%;
    max-width:1440px;
    padding:0 20px;
    margin:0 auto;
}

#header {
    position:relative;
    width:100%;
    z-index:100;
}
#header .utile {
    position:relative;
    width:100%;
    background-color:#1D976C;
}
#header .utile .inner {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    height:2.6rem;
    justify-content:space-between;
    align-items:center;
}
#header .utile .utile--left{color: #fff;font-size: .9rem;}
#header .utile .utile--right {margin-left:auto;}
#header .utile .utile__link {
    position:relative;
    display:inline-block;
    margin-left:-5px;
    color:#fff;
    font-size:.9rem;
    line-height:1;
    font-family:'Pretendard-Bold';
}

#header .utile .utile__link.bg1 {
    /* padding-left:0.8rem; */
    color:#1D976C;
    background: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    transition: .5s ease-out;
}
#header .utile .utile__link.bg1:hover{
    background: #1D976C;
    color:#fff;
    border:solid 1px #fff;
    scale: .9;
}
/* #header .utile .utile__link.bg1::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0.55rem;
    height:0.7rem;
    background-image:url(../imgs/ico/ico_rock.png);
    background-repeat:no-repeat;
    background-size:100% auto; 
	margin-top:2px;
} */
#header .utile .utile__link.bg2 {padding-left:0.95rem}
#header .utile .utile__link.bg2::before {
    content:"";
    position:absolute;
    top:1px;
    left:0;
    width:0.6rem;
    height:0.65rem;
    background-image:url(../imgs/ico/ico_user.png);
    background-repeat:no-repeat;
    background-size:100% auto; 
	margin-top:2px;
}

#header .utile .utile__link + .utile__link {margin-left:1rem}
#header .logo__wrap {
    position:relative;
    padding:.8rem 0;
}
#header .logo__wrap .inner {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
#header .logo {
    position:relative;
    width:9.75rem;
    height:3.15rem;
}
#header .logo a {
    display:block;
    position:relative;
    width:192px;
    height:63px;
    background-image:url(../imgs/common/logo.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:0 0;
}

#header .header__search {
    position:relative;
    width:21.95rem;    
}
#header .header__search__content {
    position:relative;
    width:100%;
    border:1px solid #aaa;
    border-radius: 30px;
}
#header .search__input {
    width:100%;
    height:2.5rem;
    line-height:2.5rem;
    padding:0 2.25rem 0 0.85rem;
    background: none;
}
#header .search__btn-search {
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:2.4rem;
    height:2.4rem;
}
#header .search__btn-search .bi-search{
    font-size: 1rem;color: #aaa;margin-right: 24px;
}

#header .gnb {
    position:relative;
    width:100%;
    /* border:1px solid #ddd;     */
    border-width:1px 0 1px;
    z-index:10;
}
#header .gnb__list {
    position:relative;
    display:flex;
	justify-content: center;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    width:100%;
    flex-wrap: wrap;
}
#header .gnb__item {
    position:relative;
    text-align:center;
	flex-basis: 16.5%;
    /* flex-basis: 16.5%; 부정훈련방지 추가*/
}
#header .gnb__item + .gnb__item {border-left-width:0}
#header .gnb__link {
    display:inline-block;
    position:relative;
    width:auto;
    font-size:1.1rem;
    color:#000;
    line-height:1;
    padding:0.8rem 0;
    text-align:center;    
    font-weight:500;
    letter-spacing:-1px;
}
#header .gnb__item.active .gnb__link,
#header .gnb__item .gnb__link:hover {color:#1D976C}
#header .gnb__2dept {
    display:block;
    position:absolute;
    left:0;
    width:100%;
    padding-top:0.6rem;
    line-height:1.9rem;
    text-align:center;
    z-index:3;
    height:0;
    z-index:10;
    opacity:0;
    transition:0.3s ease all;
    visibility: hidden;    
}
#header .gnb__2dept li {
    font-size:0.9rem;
    color:#666666;
}
#header .gnb__2dept li a {color:#666}
#header .gnb__2dept li a:hover {
    color:#1D976C;
}
#header .gnb__bg {
    position:absolute;
    top:2.3rem;
    left:0;
    width:100%;
    height:0;
    background-color:#f7fcfd;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);    
    transition:0.3s ease all;
    visibility: hidden;
}
#header .gnb.gnb--open .gnb__2dept {
    opacity:1;
    height:auto;
    visibility:visible;
}
#header .gnb.gnb--open .gnb__bg {
    opacity:1;
    height:290px;
    visibility:visible;
}


#header .mobile-btn {
    display:none;
    position:absolute;
    top:0;
    right:20px;
    width:50px;
    height:50px;
    background-image:url(../imgs/common/mobile/ico_lineMenu_black.png);
    background-size:35px auto;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-color:transparent;
}
#container {
    position:relative;
    width:100%;
}


.inner.flex {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}

.sub-info {
    position:relative;
    height:180px;
    margin-left:-276px;
    text-align:center;
}
.sub-info::before {
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    /* background-color:#5580cc; */
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    transform: translate(-50%, -50%);
}
.sub-info.info--bg1::before {background-image:url(../imgs/sub/sub_visual_bg1.png);}
.sub-info.info--bg2::before {background-image:url(../imgs/sub/sub_visual_bg1.png);}
.sub-info.info--bg3::before {background-image:url(../imgs/sub/sub_visual_bg1.png);}
.sub-info.info--bg4::before {background-image:url(../imgs/sub/sub_visual_bg1.png);}
.sub-info.info--bg5::before {background-image:url(../imgs/sub/sub_visual_bg1.png);}
.sub-info.info--bg6::before {background-image:url(../imgs/sub/sub_visual_bg1.png);}
.sub-info[class*="info--bg"]{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.sub-info__inner {
    position:relative;
    width:100%;
}
.page-title {
    font-size:2.25rem;
    color:#254d3f;
    font-weight:700;
    line-height:1;
}


.breadcrumbs {
    position:relative;
    width:100%;
    text-align:right;
    font-size:0;
    line-height:0;
    margin-bottom:1.5rem;
}

.breadcrumbs__list {
    display:inline-block;
    position:relative;
    text-align:center;
}
.breadcrumbs__item {
    display: inline-block;
    position: relative;
    margin-left:0.7rem;
    padding-left:0.7rem;
}
.breadcrumbs__item.home {
    margin-left:0;
    padding-left:0;
}
.breadcrumbs__link {
    color:#292e42;
    font-size:0.65rem;
    line-height:0.9rem;
    vertical-align:middle;
}
.breadcrumbs__item.home::after {display:none;}
.breadcrumbs__item::after {
    content: "\ea50";
    display:block;
    position:absolute;
    top:0.5rem;
    bottom:0;
    left:-0.3rem;
    font-family: 'boxicons';
    font-size:0.9rem;
}


.cont-image {
    max-width:100%;
    height:auto;
}

/* aside left */
#side {
    position:relative;
    width:218px;
    margin-top:240px;
    margin-bottom: 130px;
}
.side__title {
    font-size:1.2rem;
    color:#000;
    font-weight:700;   
    line-height:1;
    padding-bottom:1rem;
    border-bottom:3px solid #1D976C;
}
.side__menu {
    position:relative;
    width:100%;
}
.snb {position:relative;}
.snb__item {
    border-bottom:1px solid #dfdfdf;
}
.snb__item:hover,
.snb__item.active {border-color:#1D976C; background-color:#1D976C;}
.snb__link {
    display:block;
    font-size:0.8rem;
    color:#252525;
    padding:0.85rem 0.8rem;
    line-height:1;
}
.snb__link.snb__link--arr::after {
    content:"\e914";
    font-family: 'xeicon';
    display:block;
    position:absolute;
    
    right:10px;
    transform:translateY(-50%);
    font-size:15px;
}
.snb__item.active .snb__link.snb__link--arr::after {
    content:"\e91b";
}
.snb__item.active .snb__link,
.snb__item:hover .snb__link {color:#fff;font-weight:500;}
.snb-sub {
    position:relative;
    width:100%;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height:0;
}
.snb-sub__item {
    position:relative;
    padding:0.75rem 0.8rem;
}
.snb-sub__link {
    display:block;
    font-size:0.75rem;
    color:#3460ad;
}
.snb__item.active .snb-sub {
    visibility: visible;
    opacity: 1;
    background-color: #f7f9fc;
    height:auto;
}


#contents {
    position:relative;
    margin-top:2.35rem;
    margin-bottom:4.8rem;
}

#colgroup {
    position:relative;
    width:calc(100% - 218px);   
    padding-left:2.9rem; 
}


/* footer */
#footer {
    position:relative;
    width:100%;
    background-color:#45484b;
    color:#fff;
}
#footer .inner{max-width: 100%;padding: 0;}
.footer__container {
    display:flex;
    flex-direction:row;
    align-items:center;
    max-width: 1440px;
    margin: 0 auto;
    padding:1.9rem 0;
}
.footer__logo {
    position:relative;
    width:13.4rem;    
    height:2.85rem;    
}
.footer__logo a {
    display:block;
    width:9.9rem;
    height:100%;
    background:url(../imgs/common/f_logo.png) no-repeat 0 0;
    background-size:100% auto;
}
.footer__content {
    position:relative;
    width:calc(100% - 13.4rem);
}

.footer__info {
    position:relative;
    background-color: #6b6e70;
    padding: .5rem 0;
}
.footer__info ul{
    max-width: 1440px;
    margin: 0 auto;
}
.footer__info .footer__item {
    display:inline-block;
    vertical-align:top;
    margin-right:1rem;
}
.footer__info .footer__item:last-child{margin-right: 0;}
.footer__info .footer__link {
    font-size:0.8rem;
    color:#bcbcbc;
    font-weight:500;
    line-height:1;
}
.footer__address {
    font-size:0.65rem;
    color:#bcbcbc;
    margin: .2rem 0;
}
.footer__address a{color:#bcbcbc;}
.footer__address:first-child{margin-top: 0 ;}
.footer__address span, .footer__address a{ margin-right: 1rem;}
.footer__copyright {
    font-size:0.65rem;
    color:#bcbcbc;
}



#quick {
    position:fixed;
    top:30vh;
    right:1.05rem;
    border:1px solid #ddd;
    text-align:center;
    border-radius:10px;
    overflow:hidden;
    background-color:#fff;
    z-index:30;
}
.quick__list {
    position:relative;
    padding:0 0.6rem;
}
.quick__text {
    font-size:0.65rem;
    color:#979797;
    line-height:1;
    font-weight:500;
}
.quick__item:first-child {
    padding-top:0.95rem;
}
.quick__item {
    padding-top:0.65rem;
    padding-bottom:1rem;
    border-bottom:1px solid #ddd;
}
.quick__image{
    color: #1D976C;
    font-size: 1.2rem;
    margin-bottom: 4px;
    transition: .3s ease-out;
}
.quick__image:hover{
    color: #1e2d46;
}
/* .quick__image img {width:2.35rem;height:auto;} */
.btn-quick-close {
    display:block;
    width:100%;
    background-color:#62605e;
    font-size:0.7rem;
    color:#fff;
    line-height:1.65rem;;
}

#mobile {
    display: none;
    position: fixed;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    margin: 0;
    padding-top: 0px;
    z-index: 999;
    background-color: #f1f1f1;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-open #mobile {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
}
.mobile__btn-box {
    text-align: right;
    background-color: #fff;
} 
.mobile__btn-close {
    display: inline-block;
    z-index: 20;
    width: 45px;
    height: 45px;
    background: url(../imgs/common/mobile/ico_menuClose2.png) no-repeat 0 0;
    background-size: 100% auto;
}
.mobile-utile {
    position:relative;
    width:100%;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background-color:#fff;
}
.mobile-utile__info {
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.mobile-utile__info__item {
    position: relative;
    width:50%;
    text-align: center;
    border-style:solid;
    border-color:#ddd;
    border-right-width:1px;
}
.mobile-utile__info__item:last-child {border-right:0}
.mobile-utile__info__link {
    display: block;
    color: #666;
    padding: 13px 10px;
    font-size: 13px;
}

#mobile .gnb {
    position:relative;
    width:100%;
    margin-top:10px;
    border-top:1px solid #ddd;    
}
#mobile .gnb::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:43%;
    height:87vh;
    background-color:#fff;
}
#mobile .gnb::after {
    content:"";
    position:absolute;
    top:0;
    left:43%;
    width:65%;
    height:87vh;
    background-color:#1d976c;
}

#mobile .gnb__list {
    position:relative;
    width:100%;
}
#mobile .gnb__item .gnb__link {border-bottom:1px solid #d9d9d9;}
#mobile .gnb__item:last-child .gnb__link {border-bottom:0}
#mobile .gnb__link {
    position: relative;
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    align-items:center;
    padding:17px 20px;
    width: 43%;
    text-align:left;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #484848;
    text-align:left;
}
#mobile .gnb__link span {
    display:block;
    text-align:left;
    width:100%;
}
#mobile .gnb__item.active .gnb__link {
    background-color:#4aab89;
    color:#fff;
}
#mobile .gnb__link.gnb__item--arr::after {
    content:"\ea55";
    font-family: 'boxicons';
    display:block;
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    font-size:15px;
}

#mobile .gnb__dept2 {
    display:none;
    position:absolute;
    left:43%;
    top:0;
    width:65%;
    z-index: 2;
}
#mobile .gnb__dept2 > li {
    position:relative;
    border-bottom:1px solid rgba(255,255,255,0.5);
}
#mobile .gnb__dept2 > li > a {    
    display:block;
    position:relative;
    padding:18px 20px;
    background-color:#1a8761;
    font-size:13px;
    color:#fff;
}
#mobile .gnb__dept2 > li > a.dept2__item--arr::after {
    content:"\e914";
    font-family: 'xeicon';
    display:block;
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    font-size:15px;
}
#mobile .gnb__dept2 > li.active > a.dept2__item--arr::after {
    content:"\e91b";
}

#mobile .gnb__item.active .gnb__dept2 {display:block;}
#mobile .gnb__dept3 {
    display:none;
    position:relative;
    width:100%;
}
#mobile .gnb__dept3 > li {border-bottom: 1px solid rgba(255,255,255,0.5);}
#mobile .gnb__dept3 > li:last-child {border-bottom:0}
#mobile .gnb__dept3 > li > a {
    display: block;
    width: 100%;
    position: relative;
    padding:15px 20px;
    background-color: #999;
    font-size:12px;
    line-height: 1.2;
    color: #fff;
}
#mobile .gnb__dept2 > li.active .gnb__dept3 {display:block;}


.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
}

/* 반응형 */
@media screen and (max-width:1440px) {
    .footer__info{padding-left:20px; padding-right: 20px;}
    .footer__container{padding-left:20px; padding-right: 20px;}
}
@media screen and (max-width:1356px) {

}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {
    #container {padding-top:82.39px}
    #header .gnb {display:none;}
    #header .mobile-btn {display:block;}
    #header .header__search {display:none;}
    #header .utile {display:none;}
    #header {position:fixed;background-color:#fff;}

    .sub-info {height:180px;margin-left:0;}

    #side {display:none;}

    #colgroup {padding-left:0;width:100%;}
    #contents {margin-bottom:3rem;}

    .footer__container {flex-direction:column;}
    .footer__logo {width:9.9rem;}
    .footer__content {width:100%;margin-top:1.1rem;text-align:center;}

    #quick {display:none;}
    #mobile {display:block;}  
}
@media screen and (max-width:835px) {
    .footer__info{text-align: center;padding: 1rem 0;}
    .footer__info .footer__item{margin-right: 3rem;}
    .footer__info .footer__link{font-size: 1rem;}
    .footer__address, .footer__copyright{font-size: .9rem;margin: .3rem 0;}
}
@media screen and (max-width:768px) {
    .sub-info.info--bg2::before{background-image: url(../imgs/sub/sub_visual_bg1_768.png);}
}
@media screen and (max-width:720px) {
    .sub-info {height:9rem;}
    .page-title {font-size:1.8rem}
    .footer__info .footer__link{font-size: .85rem;}
    .footer__info .footer__item{margin-right: 1rem;}
}

@media screen and (max-width:480px){
    #header .logo__wrap .inner{padding: 0 10px;}
    #header .logo a{background-size: cover;width: 100%;height: 100%;scale: .9;}
    #header .mobile-btn{scale: .7;right: 0;}
    #header .logo__wrap{padding: 5px 0;}
	article{z-index: 1;overflow: hidden;}
	#container {padding-top:60px;overflow-x:hidden;}

    .sub-info{height: 8rem;}
    .footer__info .footer__item{margin-right: 0;}
    /* #footer{padding: 22px 0 30px;} */ahqk
    .footer__logo a{background-size: cover;width: 100%;height: 100%;scale: .8;}
    .footer__content{margin-top: .8rem;}
    .footer__info{padding: 10px 20px;}
    .footer__info ul{display: flex;flex-wrap: wrap;justify-content: space-between;row-gap: .5rem;}
    /* .footer__info .footer__item{flex-basis: 48%;margin-right: 0;} */
    .footer__address{display: flex; flex-direction: column;}
    .footer__address, .footer__copyright{margin: 0 auto;font-size: .8rem}
    .footer__address span, .footer__address a{margin-right: 0;margin-bottom: 6px;}
    .footer__address .ceo{order: 1;}
    .footer__address .road{order: 2;}
    .footer__tel, .footer__fax{color: #bcbcbc;}
}
@media screen and (max-width:430px){
    .sub-info{height: 7rem;}
    .page-title {font-size: 1.5rem;}
}