/* GNB */
.gnb {
    /* padding: 0 20px; */
    /* box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.11); */
    /* position: relative; */
    z-index: 999;
    background-color: #fff;
}

.gnb .top {
    height: 80px;
}

/* .gnb.main .container-fluid {
	max-width: 1080px;
} */

.gnb .top .logo {
    padding: 0;
    text-align: left;
}

.gnb .top .logo a {
    display: inline-block;
    width: 111px;
    height: 100%;
    line-height: 80px;
}

.gnb .top .logo img {
    max-height: 100%;
}

.gnb .top .number {
    text-align: center;
}

.gnb .top .number a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    cursor: pointer;
}

.gnb .top .nav-item {
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.gnb .top .nav-item:nth-child(3)>a {
    padding-right: 0;
}

.gnb .top .nav-link {
    padding: 0 36px 0 0;
    font-weight: 500;
    color: #222526;
}

.gnb .icon {
    height: 20px;
}

.gnb .icon.lg {
    height: 24px;
}

.gnb .icon.sm {
    height: 13.4px;
}

.gnb .menu .nav .nav-item {
    width: 90px;
    text-align: center;
}

.gnb .menu .nav .nav-item .nav-link {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    color: #222526;
    border-radius: 0;
}

.gnb .menu .nav .nav-item .nav-link.active {
    background-color: transparent;
    font-weight: 500;
    border-bottom: 2px solid #000;
}

.gnb .menu .nav {
    justify-content: center;
}

@media (max-width: 992px) {
    .gnb .top .left {
        /* padding: 0 20px; */
    }

    .gnb .top .right {
        padding: 0 20px;
    }

    .gnb.main {
        padding: 0;
    }

    .gnb .top {
        height: 60px;
    }

    .gnb .top .nav-link:first-child {
        padding-left: 0;
    }

    .gnb .top .nav-link:last-child {
        padding-right: 0;
    }

    .gnb .top .logo a {
        height: 60px;
        line-height: 60px;
    }

    .gnb .top .logo img {
        height: 21.2px;
    }

    .gnb .top .number a {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        font-weight: 500;
        color: #000004;
    }

    .gnb .top .nav-item {
        height: 60px;
        line-height: 60px;
    }

    .gnb .top .right {
        padding-left: 0;
    }

    .gnb .top .right .nav-item:last-child {
        padding-left: 12px;
    }

    .gnb .icon {
        height: 18.5px;
    }

    .gnb .menu {
        padding: 0 17px;
    }

    .gnb .menu .nav {
        justify-content: left;
    }

    .gnb .menu .nav .nav-item {
        width: 64px;
    }

    .gnb .menu .nav .nav-item .nav-link {
        font-size: 13px;
        height: 54px;
        line-height: 54px;
        font-weight: 500;
        color: #999;
    }

    .gnb .menu .nav .nav-item .nav-link.active {
        font-weight: 500;
        color: #1e1e1e;
    }

    .sub-menu.status .nav {
        justify-content: left !important;
        padding: 0 0 0 30px !important;
    }
}

/* GNB */

/* GNB SOTWO */

.gnb-sotwo {
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.gnb-sotwo .top {
    height: 80px;
}

/* .gnb-sotwo .top > div {
	padding: 0;
} */

.gnb-sotwo .top .logo {
    padding: 0;
    text-align: left;
}

.gnb-sotwo .top .logo a {
    overflow: hidden;
    display: flex;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
}

.gnb-sotwo .top .logo a {
    text-decoration: none;
}

.gnb-sotwo .top .logo a span {
    display: inline-block;
}

.sticky .gnb-sotwo .top .logo a span {
    color: #000;
}

.gnb-sotwo .top .logo img {
    max-height: 100%;
    width: 111px;
    display: inline-block;
    margin: 0 19px 0 0;
}

.gnb-sotwo .top .logo img:nth-child(2) {
    display: none;
}

.sticky .gnb-sotwo .top .logo img:nth-child(2) {
    display: inline-block;
}

.gnb-sotwo .top .nav-item {
    height: 100%;
    line-height: 80px;
    cursor: pointer;
}

.gnb-sotwo .top .nav-item:nth-child(3)>a {
    padding-right: 0;
}

.gnb-sotwo .top .nav-link {
    padding: 0 36px 0 0;
    color: #fff;
    font-weight: 500;
}

/* .gnb-sotwo .top .nav-item:last-child .nav-link {
	padding: 0;
} */

.gnb-sotwo .icon {
    height: 20px;
}

.gnb-sotwo .icon.lg {
    height: 24px;
}

.gnb-sotwo .icon.sm {
    height: 13.4px;
}

.gnb-sotwo .icon.sm:last-child {
    display: none;
}

.gnb-sotwo .menu .nav .nav-item {
    width: 90px;
    text-align: center;
}

.gnb-sotwo .menu .nav .nav-item .nav-link {
    display: inline-block;
    height: 100%;
    line-height: 80px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    color: #222526;
    border-radius: 0;
}

.gnb-sotwo .menu .nav .nav-item .nav-link.active {
    background-color: transparent;
    font-weight: 500;
    border-bottom: 2px solid #000;
}

.gnb-sotwo .menu .nav {
    justify-content: center;
}

@media (max-width: 1280px) {
    /* .gnb-sotwo .top {
		padding: 0 18px;
	} */
}

@media (max-width: 992px) {

    /* .gnb-sotwo.main {
		padding: 0;
	} */
    .gnb-sotwo .top {
        height: 60px;
    }

    .gnb-sotwo .top .nav-link:first-child {
        padding-left: 0;
    }

    .gnb-sotwo .top .nav-link:last-child {
        padding-right: 0;
    }

    .gnb-sotwo .top .logo a {
        height: 60px;
        line-height: 60px;
        display: inline-block;
    }

    .gnb-sotwo .top .logo a span {
        display: none;
    }

    .gnb-sotwo .top .logo img {
        width: 89px;
        margin: 0;
    }

    .gnb-sotwo .top .nav-item {
        height: 50px;
        line-height: 50px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    /* .gnb-sotwo .top .right {
		padding: 0 20px 0 0;
	} */

    .gnb-sotwo .top .right .nav-item:last-child {
        padding-left: 12px;
    }

    .gnb-sotwo .icon {
        height: 18.5px;
    }

    .gnb-sotwo .menu {
        padding: 0 8px;
    }

    .gnb-sotwo .menu .nav {
        justify-content: left;
        margin-left: 6px;
    }

    .gnb-sotwo .menu .nav .nav-item {
        text-align: left;
        width: auto;
        padding-right: 15px;
    }

    .gnb-sotwo .menu .nav .nav-item .nav-link {
        font-size: 13px;
        height: 54px;
        line-height: 54px;
        font-weight: 500;
        color: #999;
    }

    .gnb-sotwo .menu .nav .nav-item .nav-link.active {
        font-weight: 500;
        color: #1e1e1e;
    }
}

/* GNB SOTWO */

/* SUB : Status */
.sub-menu.status {
    margin: 0 0 0 0;
    height: 54px;
    line-height: 54px;
}

.sub-menu.status .nav .nav-item {
    text-align: center;
    position: relative;
}

.sub-menu.status .nav .nav-item .nav-link {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 9px;
    font-size: 12px;
    text-align: center;
    color: #98a5ac;
    border-radius: 20px;
    border: solid 1.4px #c3cbd6;
    margin: 0 11px;
}

.sub-menu.status .nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    width: 6.5px;
    height: 54px;
    /* background-color: #eee; */
    background-image: url(../img/GNB_arrow_R.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.sub-menu.status .nav .nav-item:last-child .nav-link::after {
    display: none;
}

.sub-menu.status .nav .nav-item .nav-link.active {
    background-color: #7ddec5;
    border: 0;
    color: #222222;
}

.sub-menu.status .nav {
    justify-content: center;
}

@media (max-width: 992px) {
    .sub-menu.status .nav .nav-item .nav-link {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 12px;
        text-align: center;
        color: #999;
        border-radius: 20px;
        border: solid 1.2px #dddddd;
        margin: 0 8px;
    }

    .sub-menu.status {
        margin: 0 0 0 0;
        height: 54px;
        line-height: 54px;
    }

    .sub-menu.status .nav .nav-item .nav-link.active {
        background-color: #7ddec5;
        border: 0;
        color: #222222;
    }
}

/* SUB : Status */

/* Footer */

footer {
    padding: 42px 0 49px;
    border: 1px solid #dadfe5;
}

footer .row {
    margin: 0;
}

footer .logo img {
    width: 170px;
}

footer .sns img {
    width: 36px;
}

footer .separater {
    height: 10px;
    background-color: #f6f6f6;
    margin: 0 0 35px 0;
}

footer .nav li a {
    padding: 0 32px 24px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.73px;
    color: #222222;
}

footer p {
    font-size: 11px;
    color: #5c5c5c;
    font-weight: normal;
    margin-bottom: 15px;
}

footer h5 {
    font-family: "Furuta";
}

/* Footer */

/* Footer SOWTO */

.footer-sotwo {
    font-family: "Noto Sans KR", "Roboto", sans-serif;
}

.footer-sotwo .nav li a {
    padding: 0 32px 24px 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.73px;
    color: #222222;
}

.footer-sotwo p {
    font-size: 11px;
    color: #5c5c5c;
    font-weight: normal;
    margin-bottom: 15px;
}

.footer-sotwo p a {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .footer-sotwo {
        padding: 25px 0;
        border: 0;
    }

    .footer-sotwo>.container {
        margin-bottom: 33px;
    }

    .footer-sotwo .inner {
        padding: 0 18px;
    }

    .footer-sotwo .nav {
        justify-content: center;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .footer-sotwo .nav li {
        position: relative;
    }

    .footer-sotwo .nav li:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        width: 1px;
        height: 11px;
        background-color: #e0e0e0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .footer-sotwo .nav li:last-child::after {
        display: none;
    }

    .footer-sotwo .nav li a {
        padding: 18px;
        color: #666;
    }

    .footer-sotwo .logo img {
        width: 120px;
    }

    .footer-sotwo p {
        margin-bottom: 23px;
        font-size: 12px;
        line-height: 20px;
    }
}

/* Footer SOWTO */