@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300;1,400&display=swap");
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    opacity: 0;
    background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all;
}
a:hover {
    text-decoration: none;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: url(/skin/img/slide/intro_bg.png);
    padding: 160px 15px 70px;
    margin-top: -30px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.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 {
    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: #282828;
    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: #141414;
}
.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) {
    .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;
    }
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "·";
}
* {
    word-break: keep-all;
}
.subContent ul {
    padding: 0;
}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: rgba(0, 0, 0, 0.7);
    border-color: rgba(255, 255, 255, 0.05);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* [min-medium / landscape phones]  태블릿/모바일, 768px 이상 ▲ */
@media (width >= 768px) {
    .navbar-inverse .container {
        width: 100%;
        padding-inline: 50px;
        padding-block: 5px;
    }
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    margin-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 23px 23px 20px;
    margin: 0;
    font-weight: 500;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a {
    background-color: #ffffff; /*배경 색*/
    color: #333333; /*텍스트 색*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 3px 20px 3px 20px; /*외부 여백*/
    font-size: 14px;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
/* 검은 푸터 */
.footer_copy .text-center {
    background-color: #141414;
    color: #aaa;
    padding: 60px 0;
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: none;
    font-size: 0.95em;
    border-top: 1px solid #565555;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.footer_copy .wrap-footer .container {
    width: 100%;
    padding: 0;
}
.footer-left a {
    display: inline-block;
    margin-top: 25px;
}
.footer-left img {
    opacity: 0.5;
    margin-top: -12px;
    margin-left: 0;
    max-width: 130px;
}

.footer_copy address {
    margin: 0;
}
.footer-mid address span strong {
    margin-bottom: 10px;
    display: inline-block;
    color: #ddd;
}

.copyrights {
    opacity: 0.6;
    font-size: 12px;
}
/* 하단 카피라이트 설정 끝*/

/*intro*/
.intro_page {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #000;
    display: block;
}
.container_contents {
    /* display: none; */
}
.intro_page_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    min-height: 310px;
}
.intro_page .intro_bg {
    background: url(/skin/img/slide/intro_bg.png) no-repeat center / cover;
    width: 100%;
    height: 100%;
    animation-name: intBg;
    animation-duration: 2s;
    opacity: 0;
    animation-fill-mode: both;
    animation-delay: 2s;
    transition-delay: 2s;
}
.time {
    animation-duration: 2s;
}
.intro_page_inner img,
.intro_page_inner h3,
.intro_page_inner p {
    animation-name: opa;
    opacity: 0;
    animation-fill-mode: both;
    transition-delay: 2s;
}
.intro_page_inner img {
    animation-delay: 1s;
}
.intro_page_inner h3 {
    animation-delay: 3.5s;
    margin: 40px 0 15px;
    font-size: 50px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.intro_page_inner p {
    animation-delay: 4.5s;
    font-size: 23px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

@keyframes opa {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes intBg {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*slide*/
.carousel-inner .item {
    width: 100%;
    height: 100vh;
    background: url(/skin/img/slide/slide01.jpg) no-repeat center / cover;
}
.intro-html-layout .col-sm-12 > .carousel > .carousel-inner a {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    display: block;
    width: 96px;
    height: 47px;
    opacity: 0.5;
    background-image: url(/skin/img/slide/scroll_down.png);
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-caption {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    padding: 0;
    min-height: 310px;
}
.carousel-caption img {
    margin-bottom: 40px;
}
.carousel-caption p {
    font-size: 19px;
    text-shadow: none;
    font-weight: 300;
    line-height: 2;
    margin: 0;
    margin-top: 30px;
}
.carousel-caption p span {
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
    line-height: 1.1;
    display: inline-block;
}
.carousel-caption p span:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 0.5;
    width: 1px;
    height: 100%;
    background: #fff;
}
.carousel-caption p span:last-child::after {
    display: none;
}
.carousel-caption h3 {
    font-size: 27px;
    margin-top: 50px;
}
/*main*/
/* .main-business01 {
    background: #f2f2f2;
    padding: 150px 0;
} */
.main-business02 {
    background: #141414;
    padding: 150px 0;
}
.main-business02 h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
    letter-spacing: 5px;
}
.main-business05 {
    background: #fff;
    padding: 100px 0;
}
.main-business05 h3 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 0 0 60px;
    font-weight: 600;
    letter-spacing: 5px;
}
.main-business02 .col-md-3 a {
    display: block;
    position: relative;
    background: #000;
}
.main-business02 a img {
    transition: all ease 0.3s;
}
.main-business02 .col-md-3 a p {
    padding: 25px 20px 10px;
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    opacity: 1;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    text-align: center;
}
.main-business02 .col-md-3 a:hover img {
    opacity: 0.6;
}
.main-business02 .col-md-12,
.main-business05 .col-md-12 {
    text-align: center;
}
.main-business02 .col-md-12 a,
.main-business03 .col-md-12 > a {
    display: inline-block;
    color: #fff;
    opacity: 0.4;
    font-size: 15px;
    border: 1px solid;
    padding: 18px 90px;
    margin-top: 80px;
    transition: all ease 0.3s;
}
.main-business05 .col-md-12 > a {
    margin-top: 60px;
}
.main-business02 .col-md-12 a:hover,
.main-business03 .col-md-12 > a:hover {
    opacity: 1;
}
.main-business04 {
    background: #282828;
    padding: 150px 0;
}
.main-business04 img {
    max-width: 45px;
    margin-top: 0;
    opacity: 0.4;
    transition: all ease 0.3s;
}

.main-business04 i {
    font-size: 45px;
    color: rgba(255, 255, 255, 0.4);
    transition: all ease 0.3s;
    text-align: center;
    display: block;
}
.main-business04 a {
    display: block;
    height: 260px;
    line-height: 260px;
    background: #141414;
    transition: all ease 0.3s;
    padding-top: 110px;
}
.main-business04 a:hover {
    background: #000;
    box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2);
}
.main-business04 a:hover img {
    opacity: 1;
}
.main-business04 a:hover i {
    color: rgba(255, 255, 255, 1);
}
.intro-boardbox-6 .page-header,
.intro-boardbox-7 .page-header {
    display: none;
}
.main-business03 {
    padding: 150px 0 150px;
    text-align: center;
    background: #141414;
}
.main-business03 h3 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin: 0 0 75px;
    font-weight: 500;
    letter-spacing: 5px;
}
.main-business05 .col-md-12 > a {
    font-size: 15px;
    border: 1px solid #141414;
    padding: 18px 90px;
    display: inline-block;
    margin-top: 40px;
    color: #141414;
    transition: all ease 0.3s;
}
.main-business05 .col-md-12 > a:hover {
    background: #141414;
    color: #fff;
}
.dh-front-blog > .col-md-4 {
    margin-bottom: 30px;
}

/*blogB*/

.bbs-blog2-index-layout .bbs-area {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    visibility: hidden;
    opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.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 15px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover .thumb-hidden a.btnRead {
    opacity: 0.6;
}
#portfolio .dhb-txt-box-type-b-text-layout {
    transition: 0.25s;
    opacity: 0;
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    /* padding: 0 !important; */
    height: 100%;
}
#portfolio .dhb-txt-box-type-b > .row:hover .dhb-txt-box-type-b-text-layout {
    opacity: 1;
}
#portfolio .dhb-txt-box-type-b-text-layout h4 strong a {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    /* padding: 30px; */
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 6.3em;
    line-height: 1.5;
}
#portfolio .dhb-txt-box-type-b-text-layout h4 strong a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    box-shadow: none;
    background: #000;
}
#portfolio .dhb-txt-box-type-b-text-layout h4 {
    margin: 0 auto;
    padding: 25px !important;
    font-weight: 500;
    /* text-align: center; */
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 strong a {
    font-size: 15px;
    font-weight: 500;
    /* text-align: center; */
}
.dhb-txt-box-type-b-text-layout h4 .label {
    vertical-align: text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}
.dhb-txt-box-type-b-text-layout h4 small {
    display: none;
}

.dh-margin-top {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #141414;
    background: #141414 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #ccc;
    border: 1px solid #ccc;
    color: #111;
}

.dh-board .label {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog > .col-md-4 > .thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
    display: none;
}
.dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 195px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}

.dh-front-blog > .col-md-4 > .thumbnail:hover a.blogthumb,
.dh-front-blog > .col-md-4 > .thumbnail:focus a.blogthumb {
    opacity: 0.6;
}
.dh-front-blog > .col-md-4 > .thumbnail .caption {
    padding: 0;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 2px 10px !important;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.dh-front-blog > .col-md-4 > .thumbnail > .caption h5 small {
    display: none;
}
@media (min-width: 768px) {
    .main-business03 .dh-front-blog > .col-md-4 {
        width: 25%;
    }
    .main-business05 .dh-front-blog > .col-md-4 {
        width: 50%;
    }
}
.main_bbs02 .dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    height: 280px;
}

.filter-items {
    padding: 0 15px;
    margin-bottom: 60px;
}
.filter-items a .filter-label {
    font-size: 15px;
    padding: 13px 40px;
    margin-right: 5px;
    color: #111;
    border: 1px solid #ddd;
    background: #fff;
}
.filter-items a.on .filter-label {
    color: #fff;
    background: #141414;
    border-color: #141414;
}
.main_bbs .dh-front-blog > .col-md-4 > .thumbnail .caption {
    background: transparent;
    color: #fff;
}
/*sub*/
.subTop {
    width: 100%;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.subTop .bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subTop01 {
    background-image: url(/skin/img/sub/subTop01.jpg);
}
.subTop02 {
    background-image: url(/skin/img/sub/subTop02.jpg);
}
.subTop03 {
    height: 400px;
}
.subTop03 .bg {
    height: 400px;
    filter: brightness(0.65);
    background-image: url(/skin/img/sub/subTop03n.jpg);
}
.subTop04 {
    height: 400px;
    background-image: url(/skin/img/sub/subTop04.jpg);
    background-position: top;
}
.subTop05 .bg {
    filter: brightness(0.5);
    background-image: url(/skin/img/sub/subTop05n.jpg);
}
.subTop .subTop_inner {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}
.subTop03 .subTop_inner,
.subTop04 .subTop_inner {
    top: 60%;
}
.subTop .subTop_inner h2 {
    font-size: 80px;
    color: #fff;
    letter-spacing: 0.04em;
}
.subTop .subTop_inner p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin-top: 30px;
    font-weight: 300;
    text-indent: 0.03em;
    text-transform: uppercase;
    opacity: 0.75;
}
/* .hankang_area01{background:#000;padding:120px 0} */
.hankang_area01 .hankang_area_box01 {
    background: url("/skin/img/sub/about_bg.jpg") no-repeat center / cover;
    padding: 120px 0;
}
.hankang_area01 .hankang_area_box01:last-child {
    background: url("/skin/img/sub/history_bg.jpg") no-repeat center / cover;
}
.hankang_area01 .sns-icon {
    display: inline;
    width: 24px;
    margin-right: 5px;
}
.subContent .con h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 60px;
}
/* .subContent .con h3.italic{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}
.subContent .con h3.italic img{
    opacity: .9 !important;
    mix-blend-mode: hard-light;
    height: 50px;
} */
/* .subContent .con h3:after{    content: '';
    display: block;
    width: 100px;
    height: 1px;
    margin: 15px 0 0;
    background: #FFF;} */
/* #hankang .hankang_area01 .con1 img {
    opacity: 0.6;
} */
#hankang .hankang_area01 ul li {
    font-size: 15px;
    /* color: rgba(255, 255, 255, 0.65); */
    color: #000;
    line-height: 2.3;
    word-break: keep-all;
    padding-left: 150px;
    position: relative;
    font-weight: 350;
}
#hankang .hankang_area01 ul li span {
    position: absolute;
    left: 0;
    top: 0;
    /* color:#fff; */
    color: #000;
    font-weight: 500;
}
#hankang .hankang_area01 ul li strong {
    font-weight: 600;
    margin-left: 30px;
    margin-right: 10px;
}
#hankang .hankang_area01 .col-md-5 img {
    max-width: 250px;
}
#hankang .hankang_area01 .clearfix {
    margin-bottom: 60px;
}

#hankang .hankang_area02 {
    padding: 120px 0;
    background: url(/skin/img/sub/hankang_area02_bg.png) no-repeat center / cover;
}
#hankang .hankang_area02 h4 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 60px;
}
#hankang .hankang_area02 p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    font-weight: 350;
    margin: 0 0 20px;
}
#hankang .hankang_area02 p > span {
    font-weight: bold;
    font-size: 17px;
}
#hankang .hankang_area02 p.greet {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
#hankang .hankang_area02 a {
    font-size: 15px;
    border: 1px solid #141414;
    padding: 18px 90px;
    display: inline-block;
    margin-top: 40px;
    color: #141414;
    transition: all ease 0.3s;
}
#hankang .hankang_area02 a:hover {
    background: #141414;
    color: #fff;
}
#hankang .con1 h3,
#business .con1 h3,
#contact .con h3 {
    color: #fff;
}
#hankang .hankang_area01 .con1 h3 {
    color: #000;
}

/*business*/
#business .con dl dt {
    font-size: 26px;
    /* color: #ddd; */
    font-weight: 500;
    letter-spacing: 0.034em;
    margin-bottom: 30px;
}
#business .con dl dt:after {
    content: "";
    width: 25px;
    height: 3px;
    /* background: #ddd; */
    background: #3d3d3d;
    display: block;
    margin-top: 5px;
}
#business .con dl dd {
    font-size: 16px;
    /* color: #aaa; */
    text-align: left;
    line-height: 1.5;
    margin-bottom: 7px;
}
#business .con .img_area {
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
}
#business .con .img_area:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url(/skin/img/sub/plus_icon_on.png) no-repeat center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: all ease 0.3s;
    transform: rotate(0);
    z-index: 100;
}
#business .con .img_area:hover::before {
    transform: rotate(45deg);
}
#business .con .img_area img {
    transition: all ease 0.3s;
}
#business .con .img_area img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
#business .con .img_area:hover img:last-child {
    opacity: 1;
}
#business .con .img_area:hover img:first-child {
    opacity: 0;
}
#business .con .col-md-6 a {
    display: inline-block;
    color: #fff;
    opacity: 0.4;
    font-size: 15px;
    border: 1px solid;
    padding: 18px 90px;
    margin-top: 40px;
    transition: all ease 0.3s;
}
#business .con .col-md-6 a:hover {
    opacity: 1;
}
#business .con {
    margin-bottom: 80px;
}
#business .con:last-child {
    margin-bottom: 0;
}

#business .col-md-6 dl dd strong {
    display: block;
    /* color: #ddd; */
    font-weight: 500;
    margin-bottom: 10px;
}

/*portfolio*/
#portfolio .subContent {
    padding: 120px 0;
    background-color: #fff;
}

/*contents*/
#contents .subContent {
    padding: 120px 0;
}
.bbs-blog2-index-layout #contents .dhb-txt-box-type-b {
    width: 50%;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .bbs-blog2-index-layout #contents .dhb-txt-box-type-b {
        width: 100%;
    }
}
#contents .dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 320px;
    max-height: 320px;
}
/*mail*/
#contact .con h3 {
    margin-bottom: 10px;
}
#contact .con1 p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    word-break: keep-all;
    position: relative;
    font-weight: 350;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
}
#business .subContent,
#contents .subContent,
#fortfolio .subContent {
    background: url(/skin/img/sub/history_bg.jpg) no-repeat center / cover;
}
.contact-mail-layout .bbs-area {
    padding: 0;
}

#mailForm {
    max-width: 1170px;
    padding: 0 0px;
    margin: 0 auto;
}

#mailForm > .form-group {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

#mailForm > .form-group:nth-of-type(1),
#mailForm > .form-group:nth-of-type(2) {
    width: 50%;
}

#mailForm .form-control {
    background: #f7f6fc;
    border: none;
    border-radius: 0;
}

#mailForm label,
#mailForm label[for="mail_agree"] {
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
    line-height: 1.8;
    color: #fff;
}
#mailForm label[for="mail_agree"] {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}
#mailForm input[type="submit"] {
    width: auto;
    float: right;
    margin: 0 15px 0 auto;
    font-weight: 300;
    background: rgba(0, 0, 0, 0);
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 18px 90px;
    margin-top: 40px;
    color: #fff;
    transition: all ease 0.3s;
}
#mailForm input[type="submit"]:hover {
    background: #fff;
    color: #141414;
}
.mail_btm {
    background: #000;
    padding-bottom: 120px;
    display: flex;
    padding: 0;
    margin: 0 0 120px;
}
.mail_btm iframe {
    flex: 1;
}
.mail_btm .contact-text {
    background-color: #282828;
    padding: 75px 50px;
    width: 30%;
}
.contact-text-item {
    overflow: hidden;
}
.mail_btm .contact-text h5 {
    margin: 10px 0 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

#contact .con1 .mail_btm .contact-text .contact-text-item p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ddd;
    line-height: 2;
    float: left;
    width: 90%;
}

.mail_btm .contact-text .contact-text-item .fa {
    float: left;
    width: 10%;
    margin: 5px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
}
.text-focus {
    color: #7a8fb9 !important;
}

.dh-view-box {
    margin-top: 40px;
}

.dh-view-info .pull-right {
    display: none;
}
.sns-box {
    display: none;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 15px 20px 40px !important;
}

.dh-view-box.dh-margin-topx2 {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #141414;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    margin: 0;
    padding: 15px 20px;
}
.dh-view-box > .row > .page-header {
    padding: 40px 15px 0;
    margin: 0 0 15px;
    border-top: 1px solid #141414;
    border-bottom: none;
    color: #222;
    background: #fff;
    text-align: center;
}
.dh-view-box > .row > .page-header h4 {
    line-height: 1;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}
.dh-view-box > .row > .dh-view-info {
    background: #ffffff;
    opacity: 0.6;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 0 0 40px;
}

/*2019-09-09*/
#myCarousel01 .carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/main/section2_bg1.jpg) no-repeat center / cover;
}
#myCarousel01 .carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/main/section2_bg2.jpg) no-repeat center / cover;
}
#myCarousel01 .carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/main/section2_bg3.jpg) no-repeat center / cover;
}
#myCarousel01 .carousel-inner .item:nth-of-type(4) {
    background: url(/skin/img/main/section2_bg4.jpg) no-repeat center / cover;
}
#myCarousel01 .carousel-inner .carousel-caption {
    left: 20%;
    transform: translateY(-50%);
    text-align: left;
    min-height: auto;
    padding: 75px 130px 75px 75px;
    background: rgba(38, 132, 234, 0.6);
    text-shadow: none;
}
#myCarousel01 .carousel-inner .carousel-caption h2 {
    margin: 0;
    font-size: 42px;
    position: relative;
}
#myCarousel01 .carousel-inner .carousel-caption h2:before {
    content: "";
    width: 80px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
}
#myCarousel01 .carousel-inner .carousel-caption h2 small {
    color: #fff;
    margin-left: 5px;
    font-weight: 300;
}
#myCarousel01 .carousel-inner .carousel-caption p {
    line-height: 1.75;
    letter-spacing: 0.034em;
}
#myCarousel01 .carousel-inner .carousel-caption p strong {
    margin-right: 3px;
    font-weight: 500;
    font-size: 21px;
}
#myCarousel01 .carousel-inner .carousel-caption > span {
    display: block;
    font-size: 20px;
    font-style: italic;
    margin-top: 10px;
    color: #dcd476;
}
#myCarousel01 .carousel-inner .carousel-caption a {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
}
#myCarousel01 .carousel-inner .carousel-caption a:hover {
    color: #d8d077;
}
#myCarousel01 .carousel-inner .carousel-caption a i {
    margin-left: 7px;
}
#myCarousel01 .carousel-inner .carousel-caption a span {
    margin-left: 10px;
    display: inline-block;
}
.carousel-indicators .active,
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    margin: 2px;
    border: none;
}
.carousel-indicators .active {
    background: #0058ff;
}

.main-business02 .col-md-12 p {
    font-size: 17px;
    text-shadow: none;
    font-weight: 300;
    line-height: 2;
    margin: 0;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}
.main-business02 .col-md-12 p span {
    margin-right: 14px;
    padding-right: 14px;
    position: relative;
    line-height: 1.1;
    display: inline-block;
}
.main-business02 .col-md-12 p span:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 0.5;
    width: 1px;
    height: 100%;
    background: #fff;
}
.main-business02 .col-md-12 p span:last-child::after {
    display: none;
}

.footer-right ul {
    overflow: hidden;
    margin-top: 45px;
}
.footer-right img {
    max-width: 45px;
    margin-top: 0;
    opacity: 0.4;
    transition: all ease 0.3s;
}
.footer-right i {
    font-size: 45px;
    color: rgba(255, 255, 255, 0.4);
    transition: all ease 0.3s;
    text-align: center;
    display: block;
}
.footer-right a {
    display: block;
    background: #141414;
    transition: all ease 0.3s;
}
.footer-right a:hover img {
    opacity: 1;
}
.footer-right a:hover i {
    color: rgba(255, 255, 255, 1);
}
.footer-right ul li {
    float: left;
    width: calc(100% / 4);
}
#hankang .hankang_area02 .hankang_area02_text {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

/*2019-09-11*/
#hankang .con1 ul {
    margin-top: 35px;
}
#hankang .con .col-md-6 dl {
    margin-top: 60px;
}
#hankang .con .col-md-6 dl dt {
    font-size: 30px;
    color: #aaa;
    letter-spacing: 0.034em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
#hankang .con .col-md-6 dl dd {
    font-size: 16px;
    color: #aaa;
    letter-spacing: -0.034em;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .intro_page_inner h3 {
        font-size: 30px;
    }
    .intro_page_inner p {
        font-size: 22px;
    }
    .carousel-caption img,
    .intro_page_inner img {
        max-width: 160px;
    }
    #myCarousel .carousel-caption,
    .intro_page_inner {
        left: 10%;
        right: 10%;
        transform: translateY(-50%);
    }
    #myCarousel .carousel-caption h3 {
        margin-top: 42px;
    }

    .navbar-inverse .navbar-toggle {
        margin-top: 17px;
    }

    #myCarousel01 .carousel-inner .item {
        height: 500px;
    }
    #myCarousel01 .carousel-inner .carousel-caption {
        padding: 50px;
        left: 5%;
    }
    #myCarousel01 .carousel-inner .carousel-caption h2 {
        font-size: 36px;
    }
    #myCarousel01 .carousel-inner .carousel-caption p {
        font-size: 18px;
        margin-top: 20px;
    }
    #myCarousel01 .carousel-inner .carousel-caption h2:before {
        left: -95px;
    }
    .main-business02,
    .main-business03 {
        padding: 100px 0;
    }
    .main-business02 .col-md-3 a {
        margin-bottom: 20px;
    }
    .main-business02 .col-md-12 a {
        margin-top: 50px;
    }

    .subTop .subTop_inner {
        left: 0;
        width: 100%;
        padding-inline: 15px;
    }
    .subTop .subTop_inner h2 {
        font-size: clamp(52px, 2vw, 54px);
    }
    .hankang_area01,
    #hankang .hankang_area02 {
        padding: 80px 0;
    }
    #hankang .hankang_area02 {
        background: url(/skin/img/sub/hankang_area02_bg.png) no-repeat center / cover;
    }
    #hankang .hankang_area02 h4 {
        margin: 0 0 30px;
    }
    .subTop .subTop_inner p {
        font-size: 18px;
    }

    .subTop03,
    .subTop04 {
        height: 300px;
    }
    .subTop03 .subTop_inner,
    .subTop04 .subTop_inner {
        width: 100%;
        left: 0;
        text-align: center;
    }
    .subTop03 .subTop_inner h2,
    .subTop04 .subTop_inner h2 {
        font-size: 60px;
    }
    .filter-items a {
        margin: 3px 2px;
        width: calc(100% / 3 - 4px);
        display: inline-block;
    }
    .filter-items a .filter-label {
        width: 100%;
        text-align: center;
        font-size: 13px;
        padding: 10px 0;
    }
    .dhb-txt-box-type-b-text-layout h4 {
        margin: 0 auto 20px;
        padding: 10px 2px !important;
    }

    #mailForm > .form-group:nth-of-type(1),
    #mailForm > .form-group:nth-of-type(2) {
        width: 100%;
    }
    .mail_btm {
        padding-bottom: 80px;
    }
    .mail_btm .contact-text {
        padding: 25px 30px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .footer-left a {
        display: none;
    }
    .footer-right ul {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
/* ==================[ fullpage ]================== */
.fp-section {
    overflow: hidden;
    position: relative;
    display: flex;
}
.fp-tableCell {
    position: relative;
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
}
.fp-scroll-overflow .fp-tableCell {
    justify-content: flex-start;
}
.fp-scrollable {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fp-scroller {
    overflow: hidden;
    height: 100%;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
.fp-tableCell:has(footer) {
    padding-block: 0;
}
:is(.fp-auto-height, .fp-auto-height .fp-tableCell) {
    overflow: unset;
    height: unset !important;
    padding-top: unset;
}
.fp-tableCell footer {
    width: 100%;
}
.fp-responsive .fp-section.footer {
    overflow: hidden;
}
.fp-right {
    position: fixed;
    z-index: 10000;
    transform: translateY(-50%);
    top: 59%;
    left: clamp(10px, 1.5vw, 60px);
}
.fp-right ul {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2vw, 15px);
    margin: 0;
    /* margin-top: 20px; */
    padding: 0;
}
.fp-right li {
    display: block;
}
.fp-right a {
    all: unset;
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.fp-right span {
    z-index: 1;
    display: block;
    width: clamp(8px, 1vw, 10px);
    border-radius: 50%;
    aspect-ratio: 1;
    background: rgba(200, 200, 200, 0.7);
    box-sizing: border-box !important;
    border: 1px solid rgba(200, 200, 200, 0.7);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.fp-right :is(a.active, li:hover) span {
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
}
.fp-right .fp-sr-only {
    display: none;
}
@media (min-height: 800px) {
    .fp-responsive :is(.fp-section) {
        height: auto !important;
    }
}
@media (max-height: 799.98px) or (max-width: 767.98px) {
    .fp-responsive :is(.fp-section:not(.fp-auto-height), .fp-section:not(.fp-auto-height) .fp-tableCell) {
        height: auto !important;
        padding-top: 0;
        min-height: 900px;
    }
    .fp-responsive :is(.pt-nav, .row-wrap .col) {
        padding-top: 0;
    }
}
/* 모바일 */
@media (max-width: 767.98px) {
    .fp-tableCell {
        align-items: flex-start;
    }
}
#fullpage :is(h1, p, li) {
    font-family: "Pretendard Variable", sans-serif;
}
#fullpage .footer_copy {
    width: 100%;
}
#fullpage .section .container {
    transform: translateZ(0);
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}
/* [min-lager / tablet] 태블릿, 992px 이상 ▲ */
@media (width >= 1499.98px) {
    #fullpage .section .container {
        width: 1500px;
    }
}
#fullpage .bg {
    transform: translateZ(0);
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: brightness(0.8);
}
#fullpage .bg > img {
    transform: translateZ(0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#fullpage .section.fp-completely .bg {
    animation: zoom-in 6s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards;
}
@keyframes zoom-in {
    from {
        scale: 1;
    }
    to {
        scale: 1.2;
    }
}

#fullpage .section:not(.main01) .bg {
    filter: brightness(0.5);
}
#fullpage .main-caption {
    position: relative;
    z-index: 100;
    color: #fff;
    width: 100%;
}
/* [max-x-lager / labtop] 노트북, 1200px 미만 ▼ */
@media (width <= 1199.98px) {
    #fullpage .main-caption {
        padding-inline: clamp(20px, 2vw, 40px);
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    #fullpage .main-caption {
        text-align: center;
    }
}
#fullpage .main-caption h1 {
    font-size: clamp(30px, 6vw, 52px);
    font-weight: 600;
    line-height: 1.3;
}
#fullpage .main-caption h1 > span {
    display: inline-block;
}
#fullpage .main-caption p {
    font-size: clamp(18px, 3.5vw, 32px);
}

.active .ani.delay-0 {
    animation-delay: 0.35s;
}

.active .ani.delay-1 {
    animation-delay: 0.6s;
}

.active .ani.delay-2 {
    animation-delay: 0.7s;
}

.active .ani.delay-3 {
    animation-delay: 1s;
}

.active .ani.delay-4 {
    animation-delay: 1.225s;
}

.active .ani.delay-5 {
    animation-delay: 1.3s;
}

.active .ani.delay-6 {
    animation-delay: 1.4s;
}

.active .ani.delay-7 {
    animation-delay: 1.5s;
}

.active .ani.delay-8 {
    animation-delay: 1.55s;
}

.active .ani.delay-9 {
    animation-delay: 1.65s;
}

.active .ani.delay-10 {
    animation-delay: 1.65s;
}

.active .ani.delay-11 {
    animation-delay: 1.7s;
}

.active .ani.delay-12 {
    animation-delay: 2.15s;
}

.ani {
    animation-duration: 1.175s;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.active .ani.fadeup {
    animation-name: fadeInUp;
}

.active .ani.fadein {
    animation-name: fadeIn;
}

.text_hide {
    position: relative;
    overflow: hidden;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#fullpage .main05 .title {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    align-self: flex-start;
    margin-bottom: auto;
    padding-block: 130px 30px;
}
#fullpage .main05 .title h1 {
    display: block;
    font-size: clamp(32px, 10vw, 64px);
    /* opacity: 0; */
    font-weight: 700;
    width: 100%;
}
#fullpage .main05 .container-fluid {
    width: 100%;
    margin-bottom: auto;
}
.part-wrap {
    margin-bottom: auto;
    margin-bottom: 40px;
}
.part-wrap .swiper-marquee + .swiper-marquee {
    margin-top: 15px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .part-wrap .swiper-marquee + .swiper-marquee {
        margin-top: 50px;
    }
}
.part-wrap .swiper-slide {
    text-align: center;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    /* padding: 0px 55px; */
}
.part-wrap .swiper-slide img {
    height: clamp(80px, 10vw, 150px);
}
.part-wrap .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.part-wrap .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

/* 2507 */
#quick #scrolltop {
    display: none;
    color: #333;
    border: 1px solid transparent;
    background: rgb(255 255 255 / 90%);
}
#quick #scrolltop div {
    display: flex;
    flex-direction: column;
}
#quick #scrolltop i {
    font-size: 15px;
}
#quick #scrolltop span.top {
    line-height: 1;
}
#quick #scrolltop span.top::before {
    content: "\e5d8";
    font-family: var(--gms) !important;
    color: inherit;
    font-variation-settings: var(--gms500_Out);
    font-size: 22px;
    line-height: 1;
}

/* #quick #scrolltop span.material-symbols-outlined {
    color: inherit;
    font-variation-settings: var(--gms500_Out);
    font-size: 22px;
} */

/* html:has(#lwbox) #quick {
    display: flex !important;
} */

#quick #scrolltop span.text {
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}

#quick {
    z-index: 1000;
    transition: 0.6s;
    position: fixed;
    bottom: 50px;
    right: 60px;
}

#quick ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#quick :is(a, button) {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #242424;
    color: #fff;
}
#quick :is(a, button) :is(i, img) {
    font-size: 20px;
    opacity: 0.8;
}
#quick a > span.text {
    display: none;
}

#quick img {
    width: 45%;
}

#quick span:is([class^="fa"], .material-symbols-outlined) {
    color: #fff;
}

#quick .kakao {
    padding-top: 2px;
    background-color: #ffe812;
}

#quick .youtube {
    /* padding-top: 3px; */
    /* padding-right: 1px; */
    padding-bottom: 3px;
    background-color: #ff0000;
    color: #fff;
    font-size: 24px;
}
#quick .youtube i::before {
    line-height: 0;
    font-weight: 400;
}
#quick .blog {
    padding-top: 3px;
    padding-right: 1px;
    /* background-color: #03cf5c; */
}

#quick .ntalk {
    background-color: #03cf5c;
}

#quick .ntalk img {
    width: 47%;
}

#quick .insta {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

#quick .insta span:is([class^="fa"], .material-symbols-outlined) {
    font-size: 32px;
}

#quick :is(.phone, .form)::before {
    font-family: var(--gms) !important;
    font-variation-settings: var(--gms600_Out);
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

#quick .form {
    background-color: #175ec1;
}
#quick .form::before {
    content: "\f88c";
}
/* #quick .form span:is([class^="fa"], .material-symbols-outlined) {
    font-size: 30px;
    font-variation-settings: var(--gms600_Out);
} */

#quick .phone {
    padding-bottom: 2px;
    /* background-color: #31a4ef; */
}
#quick .phone::before {
    /* content: "\e0b0"; */
}
/* #quick .phone span:is([class^="fa"], .material-symbols-outlined) {
    font-size: 30px;
    font-variation-settings: var(--gms600_Out);
} */

/* mobile footer*/
@media (max-width: 767px) {
    #scrolltop {
        width: 40px;
        height: 40px;
        right: 0px;
        bottom: 50px;
    }

    #scrolltop .inner :is(i, span) {
        font-size: 18px;
    }

    #quick {
        transition: none;
        width: 100%;
        transform: none;
        right: 0;
        bottom: 0;
    }

    #quick ul {
        max-width: 300px;
        margin-inline: auto;
        flex-direction: row;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        /* padding-bottom: 25px; */
        width: 100%;
    }

    #quick ul li {
        flex: 1;
    }

    #quick ul li:first-child {
        display: none !important;
    }

    #quick :is(a, button) {
        /* width: 60px; */
        width: 100%;
    }

    #site footer {
        padding-bottom: 120px;
    }

    .footer-login {
        margin-top: 15px;
        margin-left: 0;
    }

    #site footer li {
        display: block !important;
    }
}

.body-layout .q_number div h3 {
    margin-left: -25px;
    font-size: 18px;
    color: #000;
}
.body-layout .q_number div:nth-child(n + 2) {
    font-size: 16px;
    color: #888;
}
.body-layout .q_number div:nth-child(n + 3) {
    font-size: 16px;
    color: #000;
}
.body-layout .q_number input {
    margin: 10px 0 30px 0;
}
.body-layout .q_number input + small {
    /* position: absolute; */
    /* bottom: 5px; */
    font-size: 14px;
    display: block;
    margin-block: -25px 20px;
}
.body-layout .q_number textarea {
    margin: 5px 0 30px 0;
    height: 300px;
}
.body-layout .q_number div h3 {
    margin-left: 1px;
    font-size: 18px;
    /* margin-bottom: 5px; */
}
.body-layout .q_number h3 i {
    display: none;
}

#contents #mod_type_formForm {
    /* background-color: #f7f7f7; */
    /* padding: 30px; */
    margin-inline: -15px;
}

#contents #mod_type_formForm button {
    color: #fff;
    background-color: #222;
}

#mod_type_formForm .q_number_privacy {
    margin-top: 10px;
    padding: 0;
}
#mod_type_formForm .q_number_privacy label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-size: 18px;
}
#mod_type_formForm .q_number_privacy input {
    position: static;
    margin: 0;
}
#mod_type_formForm .q_number_privacy input[type="checkbox"] {
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #222;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

#mod_type_formForm .q_number_privacy input[type="checkbox"]:checked {
    background-color: #222;
}

#mod_type_formForm .q_number_privacy input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
}
