@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700&display=swap");

:root {
    /* font */
    --page-font-family: "Noto Serif KR", serif;
    /* nav */
    --navHeight: 160px;
    /* page-color */
    --page-point-color: #000;
    --page-point-color-light: #acacac;
    --page-point-color-dark: #000;
    --page-point-color-hover: #000;
    /* font-size default (desktop / mobile)*/
    --page-font-size: 16px;
    --font-size-3xs: 0.5rem;
    --font-size-2xs: 0.65rem;
    --font-size-1xs: 0.7rem;
    --font-size-sm: 0.85rem;
    --font-size-base: 1rem;
    --font-size-md: 1.25rem;
    --font-size-lg: 1.4rem;
    --font-size-1xl: 1.75rem;
    --font-size-2xl: 2rem;
    --font-size-3xl: 2.25rem;
    --font-size-4xl: 2.5rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.5rem;
    --font-size-7xl: 4.25rem;
    --font-size-8xl: 5rem;
    --font-size-9xl: 6rem;
    --font-size-10xl: 7rem;
    /* grid */
    --grid-1fr: minmax(0, 1fr);
    --grid-2repeat: repeat(2, var(--grid-1fr));
    --grid-3repeat: repeat(3, var(--grid-1fr));
    --grid-4repeat: repeat(4, var(--grid-1fr));
    --grid-5repeat: repeat(5, var(--grid-1fr));
    --grid-6repeat: repeat(6, var(--grid-1fr));
    /* border-radius: ; */
    --radius-sm: 5px;
    --radius-base: 10px;
    --radius-md: 15px;
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gradLow: "GRAD"-25;
    --gradZero: "GRAD" 0;
    --gradHigh: "GRAD" 200;
    --opsz: "opsz" 48;
    /* fill icon */
    --gms100_Fill: "FILL" 1, "wght" 100, var(--opsz);
    --gms200_Fill: "FILL" 1, "wght" 200, var(--opsz);
    --gms300_Fill: "FILL" 1, "wght" 300, var(--opsz);
    --gms400_Fill: "FILL" 1, "wght" 400, var(--opsz);
    --gms500_Fill: "FILL" 1, "wght" 500, var(--opsz);
    --gms600_Fill: "FILL" 1, "wght" 600, var(--opsz);
    --gms700_Fill: "FILL" 1, "wght" 700, var(--opsz);
    /* outlined icon */
    --gms100_Out: "FILL" 0, "wght" 100, var(--opsz);
    --gms200_Out: "FILL" 0, "wght" 200, var(--opsz);
    --gms300_Out: "FILL" 0, "wght" 300, var(--opsz);
    --gms400_Out: "FILL" 0, "wght" 400, var(--opsz);
    --gms500_Out: "FILL" 0, "wght" 500, var(--opsz);
    --gms600_Out: "FILL" 0, "wght" 600, var(--opsz);
    --gms700_Out: "FILL" 0, "wght" 700, var(--opsz);
}

::selection {
    background-color: #000;
    color: #fff;
}

@media (max-width: 767px) {
    :root {
        --navHeight: 80px;
    }
}

@media (min-width: 768px) {
    :root {
        --page-font-size: 12px;
        /* --grid-3repeat: repeat(2, var(--grid-1fr));
        --grid-4repeat: repeat(3, var(--grid-1fr)); */
    }
    .container {
        --conWidth: 720px;
        width: calc(var(--conWidth) + 30px);
    }
}

@media (min-width: 992px) {
    .container {
        --conWidth: 940px;
        width: calc(var(--conWidth) + 30px);
    }
}

@media (min-width: 1200px) {
    :root {
        --page-font-size: 12px;
    }
    .container {
        --conWidth: 1140px;
        width: calc(var(--conWidth) + 30px);
    }
}

/* @media (min-width: 1430px) {
    :root {
    }
    .container {
        --conWidth: 1400px;
        width: calc(var(--conWidth) + 30px);
    }
} */
/* 
@media (min-width: 1690px) {
    :root {
        --page-font-size: 15px;
    }
    .container {
        --conWidth: 1630px;
        width: calc(var(--conWidth) + 30px);
    }
} */

@media (max-width: 767px) {
    :root {
        --page-font-size: 11px;
    }
    .container {
        --conWidth: 100%;
        width: var(--conWidth);
    }
}

* {
    word-break: keep-all;
}

[v-cloak] {
    display: none;
}

html,
body#site {
    /* 홈페이지 기본 폰트 사이즈 */
    font-size: var(--page-font-size) !important;
}

body:is(#site, .body-layout) {
    display: none;
    font-family: var(--page-font-family);
}

body#site > .container {
    width: 100%;
    padding: 0;
}

span.material-symbols-outlined {
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    aspect-ratio: 1;
    font-variation-settings: var(--gms300_Out), var(--gradZero);
    user-select: none;
}

/* input 색상 초기화 */
input:is(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

img {
    flex-shrink: 0;
    image-orientation: from-image;
}

.img-box {
    overflow: hidden;
    position: relative;
    display: flex;
}

.img-box img {
    object-fit: cover;
    object-position: center;
}

:is(ol, ul, li, dl) {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

:is(p, h1, h2, h3, h4, h5, h6, dt dd, th, td, li) {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    /* letter-spacing: -0.025em; */
}

small {
    font-size: var(--font-size-1xs);
}

/* default */
p,
dd,
li,
li > a {
    font-size: var(--font-size-md);
    color: #000;
}

th,
td {
    font-size: var(--font-size-base);
}

:is(a, a:hover) {
    text-decoration: none;
}

button {
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    font-size: var(--font-size-md);
}

br {
    visibility: visible;
    opacity: 0;
}

:where(.container, .row) {
    position: relative;
}

.row::before,
.row::after,
.container::before,
.container::after {
    content: none;
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row > * {
    float: inherit;
}

/* 구글맵 */
iframe[src^="https://www.google.com/"]
{
    background-color: #e5e3df;
    margin-bottom: -6px;
}

/* 유튜브 iframe */
iframe[title^="YouTube"] {
    aspect-ratio: 16/9;
    background-color: #000;
}

/* =================================== old builder css reset =================================== */

.container_slide,
.container_mmenu,
.topmarginLay_a,
.divider-vertical,
.intro-board-widget-layout,
.footer-social-layout,
.navbar-inverse + br,
footer + br {
    margin: 0;
    display: none !important;
}

.footer_copy > div {
    padding: 0;
}

.container_contents {
    width: 100%;
    padding: 0;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br {
    display: none;
}

/*=================================== list-type =================================== */
:is(.li-dash, .li-cir) {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

:is(.li-dash, .li-cir) li {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: min-content;
}

.li-dash li::before {
    content: "-";
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

.li-cir li::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 4px;
    background-color: #333;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 10px;
}

.li-row {
    display: flex;
    justify-content: center;
}

.li-row li {
    line-height: 1;
    padding: 0 10px;
    font-size: var(--font-size-base);
}

.li-row li + li {
    border-left: 1px solid #ccc;
}

/* =================================== navbar =================================== */
#gnbauth i {
    display: none;
}

.navbar .caret {
    display: none;
}

:where(.navbar-header, .navbar > .container) {
    display: flex;
}

.navbar-inverse .navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar-inverse > .container {
    justify-content: space-between;
    align-items: center;
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-inverse .navbar-nav > li > a:is(:hover, :focus),
.navbar-inverse .navbar-nav > li:is(:hover, :focus) .dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

/* 상단 메뉴 */
.navbar-inverse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    padding: 0px 0px;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
    border: 0;
}

/* nav 로고 */
.navbar-brand {
    width: 300px;
    height: auto;
    margin: 0 !important;
    padding: 0;
    display: none;
}

/* nav 대메뉴*/
.navbar-inverse .navbar-nav > li > a {
    transition: 0.25s;
    position: relative;
    font-weight: 600;
    color: #acacac;
    font-size: var(--font-size-md);
}

/* nav 서브메뉴 dropdown-menu background */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #000;
}

/* nav 서브메뉴 dropdown-menu color */
.navbar-inverse .navbar-nav :is(li.open, li) .dropdown-menu > li > a {
    color: #fff;
    font-size: var(--font-size-base);
}

/* nav 대메뉴 클릭&후버 시 */
.navbar-inverse .navbar-nav > li.on > a,
.navbar-inverse .navbar-nav > li > a:is(:hover, :focus),
.navbar-inverse .navbar-nav > li:is(:hover, :focus) .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

/* nav 대메뉴&서브메뉴 hover,focus 모바일 제외 */
@media (hover: hover) {
    /* nav 서브메뉴 dropdown-menu hover */
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
        background: var(--page-point-color);
        color: #fff;
    }
}

/* desktop */
@media (min-width: 768px) {
    body,
    #site {
        padding-top: 0;
    }

    /* pc nav 높이 */
    .navbar-inverse {
        /* margin-top: 75px;
        margin-bottom: 90px; */
        height: var(--navHeight);
        min-height: auto;
    }

    .navbar-inverse :is(.container, .navbar-right, .navbar-right > li, .navbar-right > li > a) {
        height: 100%;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li) {
        float: inherit !important;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li > a) {
        display: flex;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        justify-content: center;
        align-items: center;
        padding: 15px 25px;
    }

    /* nav 서브메뉴 dropdown-menu  */
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* top: calc(50% + 30px); */
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 10px 0;
        text-align: center;
    }

    /* nav 서브메뉴 dropdown-menu 목록*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 25px;
        line-height: 1;
    }
}

/* mobile */
@media (max-width: 767px) {
    #site {
        padding-top: var(--navHeight);
    }

    .navbar-inverse {
        position: fixed;
        width: 100%;
        margin: 0;
        background-color: #fff;
    }

    .navbar-inverse > .container {
        flex-direction: column;
        padding: 0;
    }

    .navbar-inverse .navbar-collapse {
        width: 100%;
    }

    .navbar-inverse .dropdown-menu {
        float: inherit;
        padding: 0;
    }

    .navbar-inverse :is(.navbar-right, .navbar-collapse) {
        padding: 0;
        margin: 0 !important;
    }

    .navbar-inverse .navbar-header::before,
    .navbar-inverse .navbar-header::after {
        display: none;
    }

    /* nav 메뉴 버튼*/
    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        opacity: 1;
        position: relative;
        transition: ease-in-out 0.15s all;
        background-color: #666;
    }

    .navbar-inverse .navbar-toggle:is(:hover, :focus) {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:is(:hover, :focus) .icon-bar {
        background-color: #444;
    }

    .navbar-inverse :is(.navbar-collapse, .navbar-form) {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    /* nav 메뉴*/
    .navbar-inverse .navbar-header {
        justify-content: flex-end;
        width: 100%;
        height: var(--navHeight);
        margin: 0 !important;
        /* border-bottom: 1px solid #ddd; */
    }

    /* nav 로고*/
    .navbar-inverse .navbar-brand {
        order: 1;
        width: 100px;
        margin: 0 0 0 15px !important;
    }

    /* nav 대메뉴, 드롭다운 메뉴 공통 */
    .navbar-inverse :is(.navbar-nav > li > a, .navbar-nav > li.open > ul.dropdown-menu > li > a) {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    /* nav 대메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        height: 50px;
        padding: 0 15px;
        justify-content: flex-end;
        font-size: 1.25rem;
    }

    /* nav 서브메뉴 */
    .navbar-inverse .navbar-nav > li.open > ul.dropdown-menu > li > a {
        height: 45px;
        padding: 0 20px;
        font-size: 1.15rem;
    }

    /* nav 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* nav 드롭다운 폰트 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    } */

    /* nav 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:is(:hover,:focus){
        color: #fff;
        background: #2968d4;
    } */

    .navbar-collapse {
        display: flex !important;
    }
    .navbar-right {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .navbar-inverse .navbar-header {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-inverse .navbar-nav > li.open > ul.dropdown-menu > li > a {
        justify-content: center;
    }
    .navbar-right li {
        padding: 0;
    }
    .navbar-right li a {
        padding: 0 !important;
    }
}
.navbar-right .glyphicon.glyphicon-flag {
    display: none;
}
/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 100px 0 90px;
    background-color: #000;
}

.footer-top {
    text-align: left;
    margin-bottom: 100px;
}

.footer-top h4 {
    font-weight: 600;
    font-size: calc(var(--font-size-5xl) + 0.125rem);
    line-height: 1;
    color: #fff;
}

.footer-top a.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    line-height: 1;
    width: 175px;
    height: 60px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: calc(var(--font-size-2xl) + 0.0625rem);
    font-weight: 700;
}

/* default */
.footer-info {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    gap: 5px 0;
}

.footer-info li {
    font-size: calc(var(--font-size-base) + 0.0625rem);
    line-height: 1;
    color: #999999;
}
.footer-info li + li:not(.address, .copyright) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999999;
}
.footer-info li.clearfix {
    width: 100%;
}

.footer-login {
    margin-left: auto;
    margin-top: auto;
}

.footer-login .login-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 15px;
    background: transparent;
    color: #222;
    line-height: 1;
    border: 1px solid #333;
    font-size: 0.75rem;
}

.footer-login .login-btn span.material-symbols-outlined {
    font-size: 1.1rem;
    margin-right: 5px;
}

.footer-login .login-btn:hover {
    background-color: #333;
    color: #fff;
    font-weight: 500;
}

#scrollTop {
    padding: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    position: fixed;
    z-index: 1000;
    right: 35px;
    bottom: 40px;
    width: 50px;
    display: none;
    text-align: center;
    color: #fff;
    background: #000;
}

#scrollTop .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollTop .inner :is(i, span) {
    font-size: 2rem;
}

/* mobile footer*/
@media (max-width: 767px) {
    footer .container {
        padding: 0 30px !important;
    }
    .footer-info {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .footer-info li {
        text-align: left;
    }
    .footer-info .clearfix {
        display: none;
    }
    .footer-info li + li:not(.address, .copyright) {
        border: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .footer-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #site footer {
        padding: 60px 0 100px;
    }
    .footer-login {
        margin-left: inherit;
    }
    .footer-top h4 {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    #scrollTop {
        width: 35px;
        height: 35px;
        right: 10px;
        bottom: 20px;
    }
    .footer-top a.contact-btn {
        font-size: 1.5rem;
        width: 130px;
        height: 50px;
        margin-top: 30px;
        padding-bottom: 0;
    }
    .footer-top {
        margin-bottom: 50px;
    }
    .footer-info {
        margin-top: 0;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
}

.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* =================================== mainpage common =================================== */
/* fullpage */
.body-layout #fp-nav.fp-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px !important;
}

.body-layout #fp-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.body-layout #fp-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: auto;
    height: auto;
}

.body-layout #fp-nav ul li a {
    display: block;
    color: #acacac;
    background: #acacac !important;
    width: 6px;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    border-radius: 100%;
}

.body-layout #fp-nav ul li a span {
    display: none;
}

.body-layout #fp-nav li:last-child {
    display: none;
}

.body-layout #fp-nav ul li a.active,
.body-layout #fp-nav ul li:hover a.active {
    width: 12px;
    background: #000 !important;
}

.body-layout #fp-nav ul li a:hover {
    transform: scale(1.25);
}
/* section */
.mainpage section {
    position: relative;
    /* padding: 120px 0 120px; */
    /* min-height: 100dvh; */
}

.mainpage .se-title {
    margin-bottom: 60px;
}
.mainpage .se-title::before {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    margin-bottom: 20px;
    background-color: #000;
}
.mainpage .se-title h2 {
    font-size: calc(var(--font-size-7xl) - 0.25rem);
    font-weight: 600;
    color: #000;
    line-height: 1.25;
}
.mainpage .se-title h2 + p {
    margin-top: 30px;
}
.main-brand {
    display: flex;
    align-items: center;
}
.main-brand .logo {
    width: 62%;
}
.main-brand .scroll {
    transform: rotate(-90deg);
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    right: 0px;
    bottom: 100px;
    line-height: 1;
    display: none;
}
.main-brand .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(15px + 4vw);
    height: 100vh;
}
.main-brand h4 {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    margin-bottom: 15px;
}
.main-core .container {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
}
.main-core .se-title {
    position: static;
    /* padding-right: 50px; */
    margin-bottom: 0;
}
.main-core .se-title h2 {
    color: #fff;
}
.main-core .se-title::before {
    background-color: #fff;
}
.main-core::before {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    width: calc((100% + ((100% - var(--conWidth)) / 2)) / 3);
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.main-core .info {
    margin-top: 180px;
    padding-left: 50px;
}
.main-core .info p {
    letter-spacing: -0.03em;
}
.main-core .busi-wrap {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.main-core .busi-wrap .item {
    flex: 1;
}
.main-core .busi-wrap .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.main-core .busi-wrap p {
    text-align: center;
    margin-top: 15px;
    line-height: 1;
}

.main-premium {
    background: url(/skin/img/main/premium.png) no-repeat right bottom / auto;
}

.main-premium .se-title {
    margin-bottom: 0;
}
.main-premium .info {
    margin-top: 210px;
    display: flex;
    justify-content: flex-end;
}

.li-area {
    display: flex;
    gap: 110px;
}

.li-area li {
    font-size: calc(var(--font-size-5xl) - 0.1875rem);
    font-weight: 600;
}

.client-wrap {
    display: flex !important;
    flex-wrap: wrap;
    /* display: grid !important; */
    /* grid-template-columns: repeat(5, minmax(0, 1fr)) !important; */
    gap: 90px 55px !important;
    padding-inline: 40px;
    justify-content: space-between;
}

.client-wrap .img-box {
    flex: 1 1 8%;
    justify-content: center;
    align-items: center;
    /* aspect-ratio: 150/100; */
}
.client-wrap .img-box:is(:nth-last-child(5), :nth-last-child(1)) {
    flex: 0 1 auto;
}
.client-wrap .img-box img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    scale: 0.9;
}
:is(.main-works, .workspage) :is(.nav-tabs, .nav-tabs li, .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li a:focus) {
    border: 0 !important;
    padding: 0;
    background-color: inherit;
}

:is(.main-works, .workspage) .nav-tabs {
    display: flex;
    justify-content: space-evenly;
}

:is(.main-works, .workspage) .nav-tabs::before,
:is(.main-works, .workspage) .nav-tabs::after {
    content: none;
}
:is(.main-works, .workspage) .nav-tabs .arrow {
    margin-right: -0px;
}
:is(.main-works, .workspage) .nav-tabs .arrow span {
    font-size: 42px;
}
:is(.main-works, .workspage) .nav-tabs > li > a {
    line-height: 1;
    font-weight: 600;
    color: #c5c5c5;
}
.main-works .nav-tabs > li > a {
    font-size: var(--font-size-4xl);
}
.workspage .nav-tabs > li > a {
    font-size: calc(var(--font-size-5xl) + 0.125rem);
}
:is(.main-works, .workspage) .nav-tabs > li.active > a,
:is(.main-works, .workspage) .nav-tabs > li > :is(a:hover) {
    color: #000;
}
.workspage .works-wrap,
.main-works .tab-content {
    margin-top: 40px;
}
.main-works .tab-pane > div {
    overflow: auto;
}
.main-works .page-header {
    display: none;
}
.main-works .intro-boardbox {
    display: grid;
    grid-template-columns: minmax(0, 85px) auto minmax(0, 85px);
    align-items: center;
    padding: 0;
}

.main-works .dh-front-blog {
    grid-column: 2;
    display: grid;
    grid-template-columns: var(--grid-3repeat);
    margin: 0;
}

.works-wrap .dh-board {
    display: grid;
    grid-template-columns: var(--grid-4repeat);
    background-color: #eee;
}

.works-wrap .dh-board > div.dh-alert {
    grid-column: span 4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 305px;
    font-weight: 600;
    font-size: var(--font-size-1xl);
    color: #000;
}
.works-wrap .dh-board > div.clearfix {
    display: none;
}

:is(.main-works .dh-front-blog, .works-wrap .dh-board) > div {
    width: 100%;
    padding: 0;
    margin: 0;
}

:is(.main-works .dh-front-blog, .works-wrap .dh-board) > .nopost {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
}
:is(.main-works .dh-front-blog, .works-wrap .dh-board) > .nopost img {
    transform: translate(3px, 5px);
    width: 240px;
}
.main-works .dh-front-blog .nopost,
.works-wrap .dh-board .nopost {
    height: 100%;
}

@media (min-width: 767px) {
    .works-wrap .dh-board .nopost:is(:nth-child(2), :nth-child(6), :nth-child(10), :nth-child(14), :nth-child(18), :nth-child(22), :nth-child(26)) {
        grid-column: span 3;
    }
    .works-wrap .dh-board .nopost:is(:nth-child(3), :nth-child(7), :nth-child(11), :nth-child(15), :nth-child(19), :nth-child(23), :nth-child(27)) {
        grid-column: span 2;
    }
    .works-wrap .dh-board .nopost:is(:nth-child(4), :nth-child(8), :nth-child(12), :nth-child(16), :nth-child(20), :nth-child(24), :nth-child(28)) {
        grid-column: span 1;
    }
    .works-wrap .dh-board > div.dh-alert + .nopost,
    .works-wrap .dh-board .nopost:is(:nth-child(5), :nth-child(9), :nth-child(13), :nth-child(17), :nth-child(21), :nth-child(25), :nth-child(29)) {
        display: none;
    }
}

@media (max-width: 768px) {
    .works-wrap .dh-board .nopost:is(:nth-child(4), :nth-child(8), :nth-child(12), :nth-child(16), :nth-child(20), :nth-child(24), :nth-child(28)) {
        grid-column: span 1;
    }
    .works-wrap .dh-board > div.dh-alert + .nopost,
    .works-wrap .dh-board .nopost:is(:nth-child(3), :nth-child(7), :nth-child(11), :nth-child(15), :nth-child(19), :nth-child(23), :nth-child(27), :nth-child(5), :nth-child(9), :nth-child(13), :nth-child(17), :nth-child(21), :nth-child(25), :nth-child(29)) {
        display: none;
    }
    :is(.main-works .dh-front-blog, .works-wrap .dh-board) > .nopost img {
        width: 70%;
    }
}

.main-works .dh-front-blog .nopost:is(:nth-child(1), :nth-child(4)) {
    grid-column: span 3;
    aspect-ratio: 15/3.2;
}
.main-works .dh-front-blog .nopost:is(:nth-child(2), :nth-child(5)) {
    grid-column: span 2;
}
.main-works .dh-front-blog .nopost:is(:nth-child(3), :nth-child(6)) {
    grid-column: span 1;
}

.main-works .dh-front-blog .nopost:nth-child(7) {
    display: none;
}
.main-works .dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    border: 0 !important;
}

.workspage .dhb-txt-box-type-b-text-layout,
.main-works .dh-front-blog > .col-md-4 > .thumbnail .caption {
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.main-works .dh-front-blog > .col-md-4 > .thumbnail .caption {
    padding: 30px;
}

.workspage .dhb-txt-box-type-b-text-layout h4 strong,
.main-works .dh-front-blog > .col-md-4 > .thumbnail .caption h5 {
    padding: 0 !important;
    font-size: calc(var(--font-size-1xl) - 0.0625rem);
    color: #fff;
}

.workspage .dhb-txt-box-type-b-text-layout h4 {
    position: static;
}

.workspage .dhb-txt-box-type-b-text-layout h4 strong a {
    padding: 30px;
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.workspage .dhb-txt-box-type-b-text-layout h4 strong a,
.main-works .dh-front-blog > .col-md-4 > .thumbnail .caption h5 {
    white-space: normal;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
}

.workspage .dhb-txt-box-type-b-text-layout :is(h5, small),
.main-works .dh-front-blog > .col-md-4 > .thumbnail .caption *:not(h5, br) {
    display: none;
}

.workspage .thumb-hidden {
    width: auto !important;
    height: auto !important;
}
.workspage .thumb-hidden > a {
    height: 100%;
}
.workspage .thumb-hidden > a > img {
    transform: none;
    object-fit: cover;
    position: static;
}

.workspage .thumb-hidden > a,
.main-works .dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    overflow: hidden;
    transform: scale(1.01);
    transition: 0.75s;
    width: 100%;
    height: auto !important;
    aspect-ratio: 5/3.2;
    margin: 0;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workspage .dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout,
.main-works .dh-front-blog > .col-md-4 > .thumbnail:hover > .caption {
    opacity: 1;
}

.workspage .dhb-txt-box-type-b:hover .thumb-hidden > a,
.main-works .dh-front-blog > .col-md-4 > .thumbnail:hover > a.blogthumb {
    transform: scale(1.12);
}

.main-works .more-btn {
    opacity: 0.5;
    margin-top: 40px;
    justify-self: center;
    grid-column: 2;
    grid-row: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.main-works .more-btn:hover {
    opacity: 1;
}
.main-works .more-btn::before {
    content: "View more";
    font-size: var(--font-size-md);
    line-height: 1;
    font-weight: 600;
}

.main-works .more-btn i {
    display: none;
}

.dh-board * a {
    color: inherit;
}

.workspage {
    position: relative;
    margin-bottom: 150px;
}

.bbs-blog2-index-layout .workspage {
    margin-bottom: 220px;
}

.workspage .snb {
    margin-top: 50px;
}
.bbs-blog-view-layout .workspage .snb {
    display: none;
}
.bbs-blog-view-layout .workspage .dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 85px 20px 115px !important;
}
.bbs-blog-view-layout .workspage .dh-line {
    padding: 0;
    border: 0;
}
.bbs-blog-view-layout .workspage .dh-line + div {
    text-align: center;
}
.bbs-blog-view-layout .workspage .btn-group {
    display: inline-flex;
}
.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(1),
.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(3) {
    display: none;
}

:is(.bbs-blog-edit-layout, .bbs-blog-add-layout) .workspage .btn.btn-lg,
.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(2) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 60px;
    border-color: #999999;
}

.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(4) {
    margin-left: 15px;
}

:is(.bbs-blog-edit-layout, .bbs-blog-add-layout) .workspage .btn.btn-lg:hover,
.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(2):hover,
.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(2):hover::before {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(2) i {
    display: none;
}

.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(2)::before {
    content: "List of project";
    font-size: var(--font-size-md);
    line-height: 1;
    font-weight: 600;
    color: #999999;
}

.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(4),
.bbs-blog-view-layout .workspage .btn-group .btn:nth-child(5) {
    aspect-ratio: 1;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.bbs-blog-view-layout .works-wrap.container {
    display: block;
    gap: 0 !important;
    margin-top: 130px;
    padding: 0 120px;
}
.works-wrap .dh-view-box h4 {
    text-align: left;
    font-size: var(--font-size-6xl);
    text-align: center;
    color: #000;
}
.works-wrap .dh-view-box h4 br {
    display: none;
}
.works-wrap .dh-view-box :is(.row, .row .page-header) {
    padding: 0;
    margin: 0;
}
.works-wrap .dh-view-box > .row > .page-header {
    border-top: 0;
}
.works-wrap .dh-view-box > .row > .dh-view-info {
    display: none;
}
.works-wrap .dh-attach {
    display: none;
}
.works-wrap .dh-margin-top {
    position: absolute;
    bottom: -170px;
    display: flex;
    gap: 15px;
}
.works-wrap .dh-margin-top .btn {
    line-height: 1;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: var(--font-size-base);
}
.works-wrap .dh-margin-top .btn.btn-primary {
    background-color: #000;
}
.works-wrap .dh-margin-top > div {
    margin: 0;
    padding: 0;
}
.works-wrap .dh-margin-top .form-control {
    height: 50px;
    font-size: var(--font-size-base);
}
.works-wrap .pagination {
    display: flex;
    gap: 5px;
}
.works-wrap .pagination li {
    aspect-ratio: 1;
    height: 35px;
}
.works-wrap .pagination li:nth-child(1) a,
.works-wrap .pagination li:nth-child(3) a {
    padding-bottom: 5px;
}
.works-wrap .pagination :is(li > a, li > span) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
    float: inherit;
}
.works-wrap .pagination li.active a {
    line-height: 1;
    font-size: var(--font-size-base);
    font-weight: 700;
}
.works-wrap .dh-margin-top .dropdown-menu > li > a {
    font-size: var(--font-size-base);
}

.works-wrap .pagination > .active > :is(a, a:focus, a:hover, span, span:focus, span:hover) {
    background-color: #000;
}
/* default */
.subpage {
    padding-top: var(--navHeight);
}

/* =================================== subpage =================================== */

.subpage-content .se-title {
    margin-bottom: 60px;
}

.subpage-content .se-title h3 {
    font-size: calc(var(--font-size-7xl) + 0.125rem);
    font-weight: 600;
    color: #000;
    line-height: 1.25;
}

.subpage-content .se-title h3 + * {
    margin-top: 30px;
}

.subpage-content * + .wp-title {
    margin-top: 60px;
}

.subpage-content .wp-title {
    margin-bottom: 30px;
}

.subpage-content .wp-title h4 {
    font-size: var(--font-size-2xl);
}

.subpage-content * + .in-title {
    margin-top: 40px;
}

.subpage-content .in-title {
    margin-bottom: 20px;
}

.subpage-content .in-title h5 {
    font-size: var(--font-size-1xl);
}

.subpage-content :where(h4, h5, h6) + * {
    margin-top: 20px;
}

/* =================================== subpage content =================================== */
/* grid-system */
.subpage-content :where([class*="-wrap"] + [class*="-wrap"]) {
    margin-top: 100px;
}

.subpage-content :where([class*="-wrap"]) {
    display: grid;
    gap: 40px 25px;
}
.clientspage,
.contactpage {
    padding-bottom: 100px;
}

.li-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.li-contact li {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 40px) auto;
    font-size: calc(var(--font-size-1xl) - 0.0625rem);
    font-weight: 600;
    line-height: 1;
}
.li-contact li i {
    transform: translateY(1px);
    font-size: 23px;
}
.form-wrap .text-danger {
    display: none;
}
.form-wrap input + .clearfix {
    display: none;
}
.form-wrap .q_number:nth-child(3) {
    grid-row: 1;
}
.form-wrap .q_number:nth-child(1) {
    grid-row: 2;
}
.form-wrap .q_number:nth-child(4) {
    grid-row: 3;
}
.form-wrap .q_number:nth-child(2) {
    grid-row: 4;
}
.form-wrap .q_number h3 {
    font-size: calc(var(--font-size-1xl) - 0.0625rem);
    line-height: 1;
    margin-bottom: 15px !important;
}
.form-wrap .q_number > div {
    padding: 0;
}
.form-wrap .q_number i {
    display: none;
}
.form-wrap .form-control::placeholder {
    color: #fff;
}
.form-wrap .form-control {
    margin: 0;
    border: 0;
    background-color: #c5c5c5;
    color: #fff;
    font-size: var(--font-size-md);
    border-radius: 0;
}
.form-wrap textarea.form-control:valid,
.form-wrap input.form-control:valid,
.form-wrap .form-control:focus-within {
    box-shadow: none;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.form-wrap input.form-control {
    height: 55px;
    padding: 15px !important;
}
.form-wrap textarea.form-control {
    height: 422px;
    padding: 15px !important;
}
.form-wrap #mod_type_formForm {
    display: grid;
    grid-template-columns: var(--grid-2repeat);
    gap: 25px;
    margin-bottom: 0 !important;
}
.form-wrap .q_number:nth-child(5) {
    grid-column: 2;
    grid-row: 1 / span 4;
}
.form-wrap .btn-wrap {
    grid-column: span 2;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}
.form-wrap .caution {
    display: flex;
    gap: 10px;
    text-align: left;
    letter-spacing: -0.015em;
    font-size: calc(var(--font-size-md) - 0.0625rem);
}

.form-wrap .btn-wrap .btn:hover,
.form-wrap .btn-wrap .btn {
    background-color: #000;
    height: auto;
    font-size: var(--font-size-md);
    float: inherit !important;
    margin-top: 20px;
    padding: 12px 25px;
}
.privacy-wrap {
    cursor: pointer;
}
.custom_checkbox {
    position: absolute;
    left: 0px;
    opacity: 0;
}
.custom_checkbox:checked + .caution::before {
    content: "\f058";
    font-weight: 900;
    color: #000;
}
.custom_checkbox + .caution::before {
    display: block;
    content: "\f111";
    color: #1c51a1;
    font-size: 0.9em;
    color: #555;
    font-family: "Font Awesome 6 Free";
    font-weight: 300;
}

/* map */
:is(.root_daum_roughmap, .root_daum_roughmap .wrap_map, iframe[src^="https://www.google.com/"])
{
    aspect-ratio: 16/9;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
}

.table-style :is(tbody, thead) tr :is(th, td) {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}

.table-style > thead > tr > th {
    border-bottom: 0;
}

/* =================================== board, bbs =================================== */
.filter-items {
    display: flex;
    gap: 0 8px;
    padding: 0;
    margin: -30px 0 50px;
    justify-content: center;
}

.filter-items .filter-label {
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 0;
    padding: 5px 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    background: #fff;
}

.filter-items a {
    margin: 0;
}

.filter-items a.on .filter-label,
.filter-label:hover,
.filter-label:focus {
    background: #fff;
    border: 1px solid #0b5e9d;
    color: #0b5e9d;
}

.bbs-area h4 {
    font-weight: 500;
    padding: 0;
    color: #222;
    font-size: 28px;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

.bbs-area h4.title {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.bbs-area .search_wrap > * + * {
    margin-left: 5px;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn + .btn {
    min-width: 200px;
}

.btn {
    height: 40px;
    padding: 10px 14px;
    font-size: 15px;
    border-radius: 0;
}

.btn.btn-primary {
    background-color: #0b5e9d;
    border: 1px solid #0b5e9d;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #004b85;
    border-color: #004b85;
}

.form-control {
    height: 40px;
    box-shadow: none;
}

.pagination > li > a,
.pagination > li > span {
    color: #333;
    border-radius: 0 !important;
    border-color: #d6d6d6;
    margin: 0 2px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #333;
    border-color: #d6d6d6;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #0b5e9d;
    border-color: #0b5e9d;
    color: #fff;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper h1 {
    margin-top: 0;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}

.table.table_default tr td {
    color: #777;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

/* wrapper */

.dh-board > .table-hover > tbody > tr:hover {
    background: #fff;
}

.dh-board > .table-hover {
    border-top: 2px solid #0b5e9d;
    border-bottom-color: #ccc;
    margin: 0;
}

.dh-board > .table-hover thead .col-xs-2,
.dh-board > .table-hover thead .col-xs-1 {
    width: 10%;
}

.dh-board > .table-hover thead .col-xs-5 {
    width: 70%;
}

.dh-board table tr th,
.dh-board table tr td {
    padding: 18px 3px;
    border-bottom: 1px solid #e3e3e3;
}

.dh-board table thead tr th {
    font-size: 16px;
    font-weight: 500;
    background: #f6f6f6;
    color: #000;
    line-height: 1;
}

.dh-board table tbody tr td {
    font-size: 15px;
    color: #777;
}

.dh-board table tbody tr td.subject strong a {
    font-size: 16px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.dh-board table tbody tr td.subject strong a:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #0b5e9d;
}

.bbs-blog2-index-layout .dh-board {
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    width: 33.3333%;
    background: transparent;
    padding: 0 15px;
    border: 0;
    margin-bottom: 80px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}

.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
    letter-spacing: -0.034em;
}

.thumb-hidden > a > img {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 200px;
    max-height: inherit;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    float: inherit;
    text-align: center;
    margin-top: 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer,
.dhb-txt-box-type-b-text-layout .txt-box-footer .hits {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 400;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer br {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer em {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer > * {
    margin-right: 10px;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer > *:last-child {
    margin-right: 0;
}

.dh-margin-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 60px;
}

.dh-margin-top .col-md-7 {
    width: 100%;
}

.dh-margin-top > * {
    width: auto;
}

.dh-margin-top > *:first-child {
    margin-top: 28px;
    order: 2;
}

.dh-margin-top > *:nth-child(2) {
    width: 45%;
    order: 1;
}

.dh-view-box {
    margin: 0;
}

.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 20px 0 60px !important;
}

.dh-view-box h4 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.dh-view-box > .row > .page-header {
    width: 100%;
    border-top: 2px solid #0b5e9d;
    border-bottom: none;
    margin: 0;
    padding: 45px 30px 0;
}

.dh-view-box > .row > .dh-view-info {
    padding: 15px 15px 50px;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
}

.dh-view-box > .row > .dh-view-info .pull-right {
    display: none;
}

.dh-view-box > .row > .dh-view-info > span {
    font-size: 13px;
    color: #777;
    padding: 0 10px 0;
}

.dh-view-box > .row > .dh-view-info > span > strong {
    color: #888;
}

.dh-view-box .dh-attach h6 b {
    font-size: 13px;
    color: #000;
}

.dh-view-box .dh-attach h6 {
    padding: 8px 5px;
}

.label-danger {
    transform: translateY(-3px);
}

.label {
    display: inline-flex;
    padding: 0;
    line-height: 0;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 16px;
    margin-left: 3px;
}

.form-horizontal {
    background: #fff;
}

.form-horizontal h2 {
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: -0.06em;
    font-size: var(--font-size-4xl);
    color: #000;
    font-weight: 600;
}

.form-horizontal .form-group {
    display: flex;
    justify-content: center;
}

.form-horizontal .form-group .col-sm-2 {
    width: 120px;
}

.form-horizontal .col-sm-offset-2 {
    margin: 0;
}

.btn-group-lg > .btn,
.btn-lg {
    border-radius: 0;
    min-width: 150px;
    font-size: 16px;
    margin-top: 20px;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox + span a {
    font-weight: 500;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

label.error,
.text-danger {
    margin-top: 7px;
    font-weight: 400;
    color: #e00000;
    font-size: 14px;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: 14px;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    display: grid;
    background: #f5f5f5;
    padding: 150px 15px;
    min-height: 100svh;
}

:is(.login-layout, .id-find-layout, .pw-find-layout) > div {
    align-self: center;
}

:is(.login-layout, .id-find-layout, .pw-find-layout) .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

:is(.login-layout, .id-find-layout, .pw-find-layout) .panel hr {
    display: none;
}

:is(.login-layout, .id-find-layout, .pw-find-layout) .panel .panel-body {
    padding: 0;
}

:is(.login-layout, .id-find-layout, .pw-find-layout) .panel-body > div.col-sm-12 {
    float: none;
}

:is(.login-layout, .id-find-layout, .pw-find-layout) .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #000;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

/* 모바일 */
@media (max-width: 768px) {
    #site {
        padding-top: 0;
    }
    .container {
        padding: 0 30px;
    }
    .intro-html-layout {
        margin: 0;
    }
    .intro-html-layout > .col-sm-12 {
        padding: 0;
    }
    .mainpage section {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .mainpage .se-title::before {
        width: 110px;
    }
    .mainpage .container {
        padding-top: 130px;
        padding-bottom: 120px;
    }

    .container {
        padding: 0 30px;
    }
    .iScrollLoneScrollbar {
        width: 4px !important;
    }
    .body-layout #fp-nav.fp-right {
        right: 13px !important;
        /* display: none !important; */
    }
    .body-layout #fp-nav ul li a.active,
    .body-layout #fp-nav ul li:hover a.active {
        width: 7px;
    }
    .body-layout #fp-nav ul li a {
        width: 5px;
    }
    .main-brand .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-bottom: 80px;
        height: 100svh;
    }
    .main-brand .logo {
        width: 82%;
    }
    .main-brand h4 {
        font-size: var(--font-size-1xl);
    }
    .main-premium {
        background-size: 800px;
        background-position: 25% 65%;
    }
    .li-area {
        width: 100%;
        display: grid;
        grid-template-columns: var(--grid-2repeat);
        gap: 40px;
    }
    .li-area li {
        /* text-align: center; */
        font-size: var(--font-size-4xl);
    }
    .main-premium .info {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .mainpage .se-title h2 {
        font-size: var(--font-size-5xl);
    }
    .main-core::before {
        content: none;
        width: auto;
        right: 0;
        height: 270px;
    }
    .main-core .se-title {
        background-color: #000;
        margin: 0 -30px;
        padding: 150px 25px 55px;
    }
    .main-core .container {
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }
    .main-core .info {
        padding-left: 0;
        margin-top: 50px;
    }
    .main-core .busi-wrap {
        display: grid;
        grid-template-columns: var(--grid-2repeat);
        gap: 40px 20px;
        margin-top: 50px;
    }
    .main-core .busi-wrap .img-box {
        border-radius: 5px;
    }
    .client-wrap {
        display: grid !important;
        grid-template-columns: var(--grid-3repeat) !important;
        gap: 50px 30px !important;
        padding: 0 10px;
    }
    .client-wrap img {
        aspect-ratio: 5/4;
        object-fit: contain;
    }
    .main-works .container {
        height: 100% !important;
    }
    :is(.main-works, .workspage) .nav-tabs {
        position: relative;
        display: grid;
        grid-template-columns: var(--grid-4repeat);
        gap: 15px 10px;
        padding-left: 40px !important;
    }
    :is(.main-works, .workspage) .nav-tabs .arrow {
        position: absolute;
        top: 52%;
        left: -10px;
        transform: translateY(-50%);
    }
    :is(.main-works, .workspage) .nav-tabs .arrow span {
        font-variation-settings: var(--gms200_Out);
        font-size: 32px;
    }
    .workspage .nav-tabs > li > a,
    .main-works .nav-tabs > li > a {
        font-size: var(--font-size-2xl);
    }
    .main-works .intro-boardbox {
        display: flex !important;
        flex-direction: column;
    }
    .main-works .dh-front-blog {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .main-works .dh-front-blog > div {
        display: none;
    }
    .main-works .dh-front-blog > :is(.col-sm-6:nth-child(1), .col-sm-6:nth-child(2), .col-sm-6:nth-child(3)) {
        display: block;
    }
    .main-works .dh-front-blog .nopost {
        display: none;
    }
    .works-wrap .dh-view-box h4 {
        font-size: var(--font-size-4xl);
    }
    .bbs-blog-view-layout .works-wrap.container {
        padding: 0 30px;
    }
    .dh-margin-top > *:nth-child(2) {
        width: 100%;
    }
    .works-wrap .dh-margin-top .btn {
        font-size: 1.25rem;
    }

    .workspage .dhb-txt-box-type-b-text-layout h4 strong a {
        font-size: 1.35rem;
        font-weight: 700;
    }

    .main-works .dh-front-blog > .col-md-4 > .thumbnail .caption h5 {
        font-size: 1.75rem;
        font-weight: 600;
    }

    .works-wrap .dh-board {
        grid-template-columns: var(--grid-2repeat);
    }
    .clientspage,
    .contactpage {
        padding: 110px 0 120px;
    }
    .subpage-content .se-title h3 {
        font-size: 3rem;
    }
    .li-contact li i {
        font-size: 20px;
    }
    .li-contact li {
        font-size: 1.3rem;
    }

    .form-wrap #mod_type_formForm {
        display: flex;
        flex-direction: column;
    }
    .form-wrap input.form-control,
    .works-wrap .dh-margin-top .btn,
    .works-wrap .dh-margin-top .form-control {
        height: 45px;
    }
    .form-wrap .q_number h3 {
        font-size: var(--font-size-lg);
    }
    .bbs-blog-view-layout .works-wrap.container {
        margin-top: 50px;
    }
    .bbs-blog-view-layout .workspage .dh-view-box > .row:nth-child(2) > div:nth-child(3) {
        padding: 60px 0px 70px !important;
    }
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
