@charset "UTF-8";

/* header */
#header .m-gnb-wrap .m-gnb-menu .menu-wrap .mn {
    font-size: 16px;
    letter-spacing: -0.05em;
}
#header .head-in-service .pcView-list.btn-list .button {
    position: relative;
    border-radius: 10px;
    border: 1px solid #8E8E8E;
    background: #FFF;
    padding: 12px 16px;
    color: #717171;
    font-size: 15px;
    font-weight: 400;

    &:hover,
    &:focus {
        background-color: #EDF8F8;
        color: #075D5D;
        border: 1px solid #075D5D;
    }

    &:after {
        content: '';
        display: inline-flex;
        align-items: center;
        justify-self: center;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../../images/eng/ico_total-sch_black.svg);

    }
}
#header .head-in-service .pcView-list.btn-list .button::before {
    display: none;
}

@media screen and (max-width: 767px) {
    #header .logo .logo-im {
        height: 32px;
    }
}

/* footer */
#footer {
    border-top: 1px solid #C6C6C6;
    background: #F2F4F8;
}
#footer .f-logo {
    height: 50px;
}
#footer > .inner {
    flex-direction: row;
    padding: 40px 1rem;
    gap: 16px 40px;
}
#footer .f-cnt {
    flex-direction: column;
    gap: 8px;
}
#footer .f-cnt .f-info .info-addr {
    font-size: 17px;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}
#footer .f-cnt .f-copy {
    color: #555;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    #footer > .inner {
        flex-direction: column;
        gap: 16px 40px;
        padding-right: 3.3rem;
        padding-left: 3.3rem;
    }
}

@media screen and (max-width: 767px) {
    #footer > .inner {
        padding: 24px 1.6rem;
    }
}


/* (영문) 게시판 - 검색영역 : Notice */


/* (영문_ 게시판 - 검색영역 : photo */
.search_box:not(:has(.selectbox)) select {
    min-width: 114px;
}
div.search_box div.search_form.period select + div.keyword { 
    width: calc(100% - 340px);
}

@media screen and (max-width: 1024px) {
    div.search_box div.search_form.period select + div.keyword {
        width: calc(100% - 229px);
    }
}
@media screen and (max-width: 767px) { 
    div.search_box div.search_form.period .board-top-select,
    div.search_box div.search_form.period .category {
        width: 100%;
    }
    div.search_box div.search_form.period select + div.keyword {
        width: 100%;
    }
    div.search_box div.search_form.period div.period {
        flex-direction: column;
        min-width: 100%;
    }
}