html {
    overflow-x: hidden;
}

body {
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.7;
    font-size: 18px;
    color: #333333;
    font-family: 'NanumSquareNeo';
}

a {
    color: #000;
}

.ico {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}

.ico img {
    width: 100%;
    display: block;
}

.img-bx img {
    width: 100%;
    display: block;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 115px;
}

.header.on {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-inner {
    padding: 10px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header-inner .logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "GMarketSans";
}

.header-inner .logo-wrap .logo {
    width: 140px;
}

.header-inner .logo-wrap .logo img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.header-inner .logo-wrap .logo p {
    font-weight: 300;
}

.header-inner .logo-wrap .btn-bx {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
}

.header-inner .logo-wrap .btn-bx button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
}

.header-inner .logo-wrap .btn-bx button.on img {
    transform: rotate(180deg);
}

.header-inner .logo-wrap .btn-bx ul {
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
}

.header-inner .logo-wrap .btn-bx ul li {
    margin-bottom: 5px;
    font-size: 16px;
}

.header-inner .logo-wrap .btn-bx ul li:last-child {
    margin-bottom: 0;
}

.header-inner .btn-nav {
    border: none;
    width: 40px;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    cursor: pointer;
    position: relative;
}

.header-inner .btn-nav.on span {
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.header-inner .btn-nav.on span:nth-child(1) {
    transform: rotate(45deg);
}

.header-inner .btn-nav.on span:nth-child(2) {
    display: none;
}

.header-inner .btn-nav.on span:nth-child(3) {
    transform: rotate(-45deg);
}

.header-inner .btn-nav.on:hover span {
    width: 35px;
}

.header-inner .btn-nav:hover span {
    width: 20px;
}

.header-inner .btn-nav:hover span:nth-child(2) {
    width: 100%;
}

.header-inner .btn-nav span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: 0.2s;
}

.header-inner .btn-nav span:nth-child(2) {
    width: 20px;
}

/* 나브 */
.nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease-out;
    transform: translateY(30px);
    overflow-y: auto;
    display: block;
    pointer-events: none;
}

.nav.on {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.nav-inner {
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.nav-inner .left {
    width: 650px;
    background-color: #fff;
    padding: 0 130px;
    padding-top: 200px;
    box-sizing: border-box;
    height: 100%;
}

.nav-inner .left .visual {
    width: 100%;
    margin-bottom: 20px;
}

.nav-inner .left .visual img {
    width: 100%;
    display: block;
}

.nav-inner .left a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 2px solid #a4a4a4;
    color: #000;
    font-size: 18px;
    padding: 10px 20px;
    transition: 0.2s;
    margin-bottom: 10px;
    font-weight: 600;
}

.nav-inner .left a img {
    transition: 0.2s;
    width: 23px;
}

.nav-inner .left a:hover {
    background-color: #a4a4a4;
    color: #fff;
}

.nav-inner .left a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.nav-inner .right {
    width: calc(100% - 650px);
    background-color: #f8e6c3;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.nav-inner .right .visual-txt {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 90%;
    z-index: 0;
}

.nav-inner .right .visual-txt img {
    width: 100%;
    display: block;
}

.nav-inner .right .gnb-tit {
    border-right: 1px solid #fcf3e3;
    width: 500px;
    padding: 30px;
    box-sizing: border-box;
    padding-top: 200px;
    display: flex;
    justify-content: center;
}


.nav-inner .right .gnb-tit li {
    font-family: "gamtanload";
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 60px;
    border-bottom: 5px solid transparent;
}

.nav-inner .right .gnb-tit li.active {
    border-bottom: 5px solid #fff;
}

.nav-inner .right .gnb-tit li:first-child span {
    color: #c7906f;
}

.nav-inner .right .gnb-tit li:nth-child(2) span {
    color: #40b981;
}

.nav-inner .right .gnb-tit li:last-child span {
    color: #f16872;
}

.nav-inner .right .gnb-list {
    box-sizing: border-box;
    width: calc(100% - 500px);
    padding: 30px;
    padding-left: 150px;
    padding-top: 220px;
    z-index: 1;
}

.nav-inner .right .gnb-list ul li h2 {
    font-family: "gamtanload";
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    border-bottom: 5px solid transparent;
}

.nav-inner .right .gnb-list ul li:first-child {
    display: none;
}

.nav-inner .right .gnb-list .gnb01 li h2 span {
    color: #c7906f;
}

.nav-inner .right .gnb-list .gnb02 li h2 span {
    color: #40b981;
}

.nav-inner .right .gnb-list .gnb03 li h2 span {
    color: #f16872;
}

.nav-inner .right .gnb-list ul::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffff;
    position: absolute;
    left: -160px;
    top: 0;
}

.nav-inner .right .gnb-list ul::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #ffff;
    position: absolute;
    left: -130px;
    top: 10px;
}

.nav-inner .right .gnb-list ul {
    position: relative;
    display: none;
}

.nav-inner .right .gnb-list ul.active {
    display: block;
}

.nav-inner .right .gnb-list ul li a {
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
    width: fit-content;
}

.nav-inner .right .gnb-list ul li a:hover {
    border-bottom: 1px solid #000;
}

.footer {
    background-color: #222222;
}

.footer-inner {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    gap: 30px;
}

.footer-inner .left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-inner .left p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.3098039216);
}

.footer-inner .right .sns-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-inner .right .sns-wrap a {
    width: 48px;
    height: 48px;
    display: block;
    transition: 0.5s;
}

.footer-inner .right .sns-wrap a:hover {
    opacity: 0.8;
    color: #fff;
}

.footer-inner .right .sns-wrap a img {
    width: 100%;
    height: 100%;
}

.footer-inner .right .sns-wrap .btn-pdf {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #333333;
    padding: 8px 25px;
    box-sizing: border-box;
    color: #6e6e6e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
}

.floating {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 0;
}

.floating a {
    width: 53px;
}

.floating .btn-share {
    width: 53px;
    margin-bottom: 10px;
    display: block;
    display: none;
}

.floating .btn-share img {
    width: 100%;
    display: block;
}

.floating .btn-top {
    background-color: #000;
    width: 53px;
    height: 53px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 25px;
    transition: 0.2s;
    border-radius: 50%;
}

.floating .btn-top:hover {
    background-color: #00a18e;
    ;
}

@media screen and (max-width: 1600px) {
    .nav-inner .left {
        width: 30%;
        padding: 50px;
        padding-top: 200px;
    }

    .nav-inner .right {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .header.active {
        background-color: #f8e6c3;
    }

    .nav-inner {
        flex-direction: column-reverse;
        box-sizing: border-box;
        height: auto;
    }

    .nav-inner .left {
        width: 100%;
        height: auto;
        padding-top: 30px;
    }

    .nav-inner .right {
        width: 100%;
        height: fit-content;
        padding-bottom: 150px;
    }

    .nav-inner .left .visual {
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .nav-inner .left a {
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer-inner .left {
        flex-direction: column;
        align-items: start;
    }
}

@media screen and (max-width: 1024px) {
    .nav-inner .right .gnb-tit {
        display: none;
    }

    .nav-inner .right .gnb-list {
        padding-left: 30px;
        padding-top: 150px;
    }

    .nav-inner .right .gnb-list ul::after {
        display: none;
    }

    .nav-inner .right .gnb-list ul::before {
        display: none;
    }

    .nav-inner .right .gnb-list ul {
        display: block !important;
    }

    .nav-inner .right .gnb-list ul li:first-child {
        display: block !important;
    }

    .nav-inner .right .gnb-list {
        width: 100%;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-inner .left {
        align-items: center;
    }

    .footer-inner .left p {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header-inner {
        padding: 10px 30px;
    }

    .nav-inner .right {
        padding-bottom: 100px;
    }

    .floating .btn-share {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }

    .header {
        height: 85px;
    }

    .header .header-inner {
        padding: 10px 20px;
    }

    .header .header-inner .logo-wrap {
        gap: 15px;
    }

    .header .header-inner .logo-wrap .logo {
        width: 100px;
    }

    .header .header-inner .logo-wrap .logo img {
        margin-bottom: 5px;
    }

    .header .header-inner .logo-wrap .logo p {
        font-size: 12px;
    }

    .header .header-inner .logo-wrap .btn-bx button {
        font-size: 15px;
    }

    .header .header-inner .logo-wrap .btn-bx ul {
        top: 49px;
    }

    .header .header-inner .logo-wrap .btn-bx ul li a {
        font-size: 15px;
        font-weight: 300;
    }

    .nav-inner .right {
        padding-bottom: 30px;
    }

    .nav-inner .right .gnb-list {
        padding: 50px 20px;
        padding-top: 120px;
    }

    .nav-inner .right .gnb-list ul {
        margin-bottom: 30px;
    }

    .nav-inner .right .gnb-list ul li h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .nav-inner .right .gnb-list ul li a {
        margin-bottom: 15px;
        font-size: 17px;
    }

    .nav-inner .left a {
        font-size: 16px;
    }

    .footer-inner .right .sns-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-inner .right .sns-wrap .btn-pdf {
        margin-top: 30px;
    }

    .floating {
        right: 5px;
    }

    .floating .btn-share {
        width: 45px;
    }

    .floating .btn-top {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/*# sourceMappingURL=layout.css.map */