body {
    font-family: "S-CoreDream-3Light", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    line-height: 1.5;
    -ms-overflow-style: none;
}

.no-scroll {
    overflow: hidden;
}

#headers {
    z-index: 999;
    position: relative;
    background-color: #fff;
    height: 115px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.05);
}

#headers.on {
    border-bottom: 2px solid #d4d4d4;
}

#headers .h-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1640px;
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
    height: 100%;
}

#headers .h-inner .logo-bx {
    width: fit-content;
}

#headers .h-inner .logo-bx .logo {
    width: 180px;
    display: block;
    line-height: 0;
}

#headers .h-inner .logo-bx .logo img {
    width: 100%;
}

#headers .h-inner .logo-bx p {
    transform: translateX(10px);
    font-size: 15px;
    margin-top: 5px;
}

#headers .h-inner .logo-bx p b {
    font-weight: bold;
}

#headers .h-inner .gnb {
    display: flex;
    align-items: center;
    gap: 120px;
    height: 100%;
}

#headers .h-inner .gnb li {
    height: 100%;
}

#headers .h-inner .gnb li a {
    color: #424242;
    font-size: 20px;
    font-family: "TheJamsil5Bold";
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: -1px;
    font-weight: bold;
}

#headers .h-inner .gnb li a.menu {
    position: relative;
}

#headers .h-inner .gnb li a.menu.on::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    z-index: -1;
}

#headers .h-inner .gnb li a.menu.on::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: -20px;
    left: 0;
    transform: translate(0%, 0%);
}

#headers .h-inner .btn-submenu {
    width: 40px;
    height: 30px;
    border: none;
    background: none;
    position: relative;
    display: none;
}

#headers .h-inner .btn-submenu.on {
    height: 50px;
}

#headers .h-inner .btn-submenu.on span:nth-child(2) {
    display: none;
}

#headers .h-inner .btn-submenu.on span:first-child {
    top: 50%;
    transform: rotate(45deg);
}

#headers .h-inner .btn-submenu.on span:last-child {
    top: 50%;
    transform: rotate(-45deg);
}

#headers .h-inner .btn-submenu span {
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
}

#headers .h-inner .btn-submenu span:first-child {
    top: 0;
}

#headers .h-inner .btn-submenu span:last-child {
    top: 100%;
}

#nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4941176471);
    display: none;
}

#nav .btn-close {
    top: 50%;
    right: 0px;
    position: absolute;
    width: fit-content;
    transform: translate(-50%, -50%);
}

#nav .btn-close button {
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    border: none;
    position: relative;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}

#nav .btn-close button:hover {
    background-color: #424141;
}

#nav .btn-close button span {
    width: 50%;
    height: 2px;
    display: block;
    background-color: #fff;
    top: 50%;
    left: 25%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#nav .btn-close button span:first-child {
    transform: rotate(-45deg);
}

#nav .btn-close button span:last-child {
    transform: rotate(45deg);
}

#nav.on {
    display: block;
}

#nav.on .nav-wrap {
    top: 0 !important;
}

#nav .nav-wrap {
    left: 0;
    top: 0;
    position: fixed;
    transition: 0.5s;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
}

#nav .search-bar {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
    gap: 100px;
    margin-top: 150px;
}

#nav .search-bar .searchArea {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.tipue_search_group {
    max-width: 100%;
}

#tipue_search_input {
    height: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

#tipue_search_input,
.tipue_search_button {
    height: 100% !important;
}

.tipue_search_button {
    width: fit-content;
    margin: 0;
}

#nav .search-bar .searchArea .search {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}

.tipue_search_icon {
    margin: 0;
}

#nav .search-bar .searchArea .search:hover {
    border: 1px solid #7abadd;
}

#nav .search-bar .searchArea .search input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
}

#nav .search-bar .searchArea .search button {
    border: none;
    background: none;
}

#nav .search-bar .searchArea .search button img {
    width: 18px;
    display: block;
}

#nav .nav-inner {
    position: relative;
    display: flex;
    max-width: 1640px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    gap: 100px;
}

#nav .nav-inner .left {
    width: 280px;
}

#nav .nav-inner .left h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    word-break: keep-all;
}

#nav .nav-inner .left h5 b {
    font-weight: bold;
}

#nav .nav-inner .left .img-bx {
    width: 100%;
    margin-bottom: 20px;
}

#nav .nav-inner .left .img-bx img {
    width: 100%;
    display: block;
}

#nav .nav-inner .left .btn-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#nav .nav-inner .left .btn-wrap a {
    width: 100%;
    display: block;
    color: #000;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 15px;
    transition: 0.2s;
    font-weight: 500;
}

#nav .nav-inner .left .btn-wrap a:hover {
    background-color: #2e2e2e;
    color: #fff;
}

#nav .nav-inner .right {
    width: calc(100% - 260px);
}

#nav .nav-inner .right .menu {
    display: none;
}

#nav .nav-inner .right .menu.on {
    display: block;
}

#nav .nav-inner .right .menu h3 {
    font-size: 45px;
    display: block;
    font-family: "TheJamsil5Bold";
    margin-bottom: 20px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    display: none;
}

#nav .nav-inner .right .menu h3::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 20%;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    z-index: -1;
}

#nav .nav-inner .right .menu h3::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0;
    transform: translate(0%, 0%);
}

#nav .nav-inner .right .menu .menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

#nav .nav-inner .right .menu .menu-list ul {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    box-sizing: border-box;
}

#nav .nav-inner .right .menu .menu-list ul:last-child {
    border: none;
    padding-right: 0;
}

#nav .nav-inner .right .menu .menu-list ul li {
    margin-bottom: 30px;
}

#nav .nav-inner .right .menu .menu-list ul li:last-child {
    margin-bottom: 0;
}

#nav .nav-inner .right .menu .menu-list ul li a {
    color: #2d2d2d;
    word-break: keep-all;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}

#nav .nav-inner .right .menu .menu-list ul li a:hover::after {
    transform: scaleX(1);
}

#nav .nav-inner .right .menu .menu-list ul li a h6 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    transition: 0.2s;
}

#nav .nav-inner .right .menu .menu-list ul li a p {
    font-size: 16px;
    color: #7a7a7a;
    word-break: keep-all;
}

#nav .nav-inner .right .menu .menu-list ul li a p b {
    color: #5c5b5b;
    font-weight: 600;
}

#nav .nav-inner .right .menu .menu-list ul li a::after {
    display: block;
    content: "";
    margin-top: 10px;
    border-bottom: solid 2px rgba(122, 122, 122, 0.2666666667);
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

#footers {
    background-color: #393939;
}

#footers .f-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
}

#footers .f-inner .logo {
    width: fit-content;
}

#footers .f-inner .logo img {
    display: block;
}

#footers .f-inner p {
    font-size: 15px;
    color: #8e8c8e;
    display: flex;
    flex-wrap: wrap;
}

#floating {
    position: fixed;
    right: 50px;
    top: 50%;
    display: none;
    z-index: 9;
}

#floating ul li {
    margin-bottom: 10px;
}

#floating ul li:last-child {
    margin-bottom: 0;
}

#floating ul li a {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: rgba(158, 158, 158, 0.3764705882);
    border-radius: 50%;
}

#floating ul li a:hover img {
    opacity: 0.5;
}

#floating ul li a img {
    width: 100%;
    transition: 0.2;
}

@media screen and (max-width: 1400px) {
    #headers .h-inner .gnb {
        gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    #headers .h-inner {
        padding: 20px;
    }

    #headers .h-inner .logo-bx p {
        margin-top: 5px;
    }

    #headers .h-inner .gnb {
        gap: 50px;
        display: none;
    }

    #headers .h-inner .btn-submenu {
        display: block;
    }

    #nav .btn-close {
        display: none;
    }

    #nav .nav-wrap {
        height: 100vh;
        overflow-y: auto;
    }

    #nav .nav-wrap .nav-inner {
        flex-direction: column-reverse;
        gap: 30px;
        padding-bottom: 200px;
        box-sizing: border-box;
    }

    #nav .nav-inner .right {
        width: 100%;
    }

    #nav .nav-inner .right .menu .menu-list {
        grid-template-columns: 1fr 1fr;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul {
        width: 100%;
    }

    #nav .nav-wrap .nav-inner .right .menu {
        display: block !important;
        margin-bottom: 80px;
    }

    #nav .nav-wrap .nav-inner .right .menu h3 {
        display: block;
    }

    #nav .nav-wrap .nav-inner .left {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }

    #footers .f-inner {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 20px 20px 40px 20px;
    }

    #footers .f-inner p {
        font-size: 14px;
        gap: 3px;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 15px;
    }

    #headers {
        height: 80px;
    }

    #headers .h-inner {
        padding: 20px;

    }

    #headers .h-inner .logo-bx .logo {
        width: 110px;
    }

    #headers .h-inner .logo-bx p {
        font-size: 12px;
        margin-top: 3px;
    }

    #headers .h-inner .btn-submenu {
        width: 30px;
        height: 25px;
    }

    #nav .search-bar {
        margin-top: 100px;
    }

    #nav .nav-wrap .nav-inner {
        padding: 20px;
        gap: 10px;
        padding-bottom: 100px;
    }

    #nav .nav-inner .left .btn-wrap a {
        font-size: 14px;
    }

    #nav .nav-wrap .nav-inner .right .menu {
        margin-bottom: 40px;
    }

    #nav .nav-wrap .nav-inner .right .menu h3 {
        font-size: 28px;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list {
        grid-template-columns: 1fr;
        margin-bottom: 0;
        gap: 0;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul {
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul:last-child {
        margin-bottom: 0;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul li {
        margin-bottom: 20px;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul li:last-child {
        margin-bottom: 0;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul li a h6 {
        font-size: 18px;
    }

    #nav .nav-wrap .nav-inner .right .menu .menu-list ul li a p {
        font-size: 15px;
    }

    #nav .nav-wrap .nav-inner .left .btn-wrap a {
        font-size: 16px;
    }
}


/* 이전 폼 스타일 */
.floating {
    display: none;
}

.function {
    width: auto;
    position: fixed;
    right: 8.3%;
    bottom: 8%;
    z-index: 2;
}

.function.main #subscribe,
.function.main .print,
.function.main #share {
    display: none;
}

.function div {
    width: auto;
}

.function button,
.function a,
.function .btntop {
    display: block;
    font-size: 0.95rem;
    margin-top: 0.25rem;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
}

.function button img,
.function a img,
.function .btntop img {
    display: block;
    width: 50px;
    margin: 0;
}

.function button:first-child,
.function a:first-child,
.function .btntop:first-child {
    margin-top: 0;
}

.function #share {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 98;
}

.function #print {
    position: relative;
}

.function #print::before {
    position: absolute;
    right: calc(50px + 0.5rem);
    top: 50%;
    display: inline-block;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid #eee;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.function #print::after {
    position: absolute;
    right: calc(50px + 0.5rem + 15px);
    top: 0;
    display: inline-block;
    content: "리포트 원고의 경우 내용이 다소 방대하므로 아래 PDF 다운로드를 통해 인쇄하시면 더욱 깔끔한 출력이 가능합니다.";
    width: 200px;
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    line-height: 1.25;
    border-radius: 0.75rem;
    background-color: #eee;
    text-align: justify;
    word-break: break-all;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.function #print:hover::before,
.function #print:hover::after {
    opacity: 1;
    visibility: visible;
}

.function .btntop {
    cursor: pointer;
    z-index: 998;
}

.function .btntop>img {
    display: block;
    max-width: 100%;
}

.share {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 999;
}

.share .top {
    width: 450px;
    border-bottom: 1px solid #cbcbcb;
    background-color: #fff;
}

.share .bottom {
    width: 450px;
    background-color: #fff;
}

.share .title {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.share .close {
    display: none !important;
}

.share .sns {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.share .sns>a {
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 16px;
}

.share .sns>a>img {
    display: block;
    width: 100%;
    max-width: 63px;
    margin: 0 auto;
}

.share .sns>a>small {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
}

.share .sns>a:nth-child(3n) {
    margin-right: 0;
}

.share .sns>a:nth-last-child(1),
.share .sns>a:nth-last-child(2),
.share .sns>a:nth-last-child(3),
.share .sns>a:nth-last-child(4) {
    margin-bottom: 0;
}

.share.on {
    display: flex;
}


@media (max-width: 1365px) {
    .function {
        width: auto;
        right: 4%;
    }

    .function .print,
    .function #pdf {
        display: none;
    }

    .btntop {
        right: 4.9%;
    }

    .share {
        justify-content: flex-end;
    }

    .share .top {
        position: relative;
        width: 100%;
        border-radius: 2rem 2rem 0 0;
    }

    .share .bottom {
        width: 100%;
    }

    .share .close {
        display: inline-block;
        position: absolute;
        right: 2.5rem;
        top: 50%;
        width: 22px;
        height: 22px;
        background-image: url("../images/common/close02.png");
        background-repeat: no-repeat;
        background-size: 100%;
        transform: translateY(-50%);
    }

    .share .close>span {
        display: none;
    }

    .share .sns {
        padding: 2rem calc((100% - 214px) / 2);
    }
}

@media (max-width: 768px) {
    .function {
        right: 4.9%;
    }

    .share .close {
        right: 4.9%;
    }
}

@media (max-width: 576px) {

    .function button img,
    .function a img {
        width: 35px;
    }

    .btntop {
        width: 35px;
    }

    .share .top {
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .share .title {
        font-size: 0.9rem;
    }

    .share .close {
        right: 7.5%;
        background-size: 18px;
        background-position: center;
    }

    .share .sns {
        justify-content: center;
        padding: 1.25rem calc((100% - 190px) / 2);
    }

    .share .sns>a {
        margin: 5px;
    }

    .share .sns>a>img {
        width: 55px;
    }

    .share .sns>a>small {
        font-size: 0.6rem;
    }
}

/*# sourceMappingURL=layout.css.map */