@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");

:root {
    --page-point-color: #7fb036;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    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 {
    margin-top: -30px;
    background: #f5f5f5;
    padding: 60px 15px;
}
.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: #666;
    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 #d3d3d3;
    height: 40px;
    color: #666;
    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: #80b036;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #80b036;
    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: #2a3d41;
}
.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: #666;
    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 > .container {
    width: 100%;
    padding: 0;
}
.navbar-inverse {
    background: #fff; /*배경 색*/
    border-color: #ddd; /*테두리 색*/
    padding: 0px 0px 0px 0px; /*내부 여백*/
    margin: 0px 0px 0px 0px; /*외부 여백*/
}
.navbar-header {
    float: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    line-height: 0;
}
.navbar-brand {
    margin: 21px auto !important;
    display: inline-block;
    float: none;
    padding: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    margin-top: 0;
    padding-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-collapse {
    float: none;
    text-align: center;
    line-height: 0;
}
.navbar-collapse .navbar-nav {
    float: none !important;
    display: inline-block;
    margin-right: 0;
}
.navbar-inverse .navbar-nav > li > a {
    background-color: rgba(0, 0, 0, 0);
    color: #222;
    font-size: 16px;
    padding: 18px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #80b036;
    background: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
} /* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 10px 0;
        border-color: #ddd;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    /* .navbar-inverse .navbar-nav .dropdown-menu > li {
		   border-bottom: 1px solid #e8e8e8;
	} */

    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        color: #666;
        padding: 9px 20px;
        font-size: 15px;
        line-height: 1;
        text-align: left;
        letter-spacing: -0.05em;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #80b036;
        /* 		text-decoration: underline; */
        background-color: #f8f8f8;
    }
}
@media (min-width: 768px) {
    .navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }
}

.menu_top {
    position: absolute;
    right: 20%;
    /* text-align: right; */
    /* z-index: 1000; */
    top: 10px;
    background: #ffffff;
    padding: 6px 0 0;
    /* background: #f6f6f6; */
}
.menu_top a {
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.02em;
    background: #fff;
    border-radius: 50px;
    margin-left: 5px;
    font-size: 13px;
}
.menu_top ul {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: right;
}
.menu_top ul li {
    display: inline-block;
}

.menu_top ul li button {
    background: #649c0e;
    box-shadow: none;
    color: #fff;
    padding: 4px 11px;
    letter-spacing: -0.02em;
    opacity: 0.8;
    border-radius: 50px;
    font-size: 12px;
    border: none;
}
.menu_top ul li button:hover {
    opacity: 1;
}
.menu_top ul li button.active {
    background: #005b23;
    opacity: 1;
    color: #ffffff;
    font-weight: 500;
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #333333;
    color: #fff;
    font-size: 13px;
    padding: 45px 0 35px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.footer_copy .text-center ul li {
    line-height: 1;
    margin-bottom: 7px;
    opacity: 0.45;
}
.footer_copy .text-center ul li span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #5c5c5c;
    line-height: 1;
    display: inline-block;
}
.footer_copy .text-center p {
    opacity: 0.2;
}
/* 하단 카피라이트 설정 끝*/
/*slide*/
.container_contents,
.sub-layout {
    padding-top: 175px;
}
.carousel-inner .item {
    width: 100%;
    height: 500px;
}
.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide02.png) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide1.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide2.jpg) no-repeat center / cover;
}
.carousel-inner .item:nth-of-type(4) {
    background: url(/skin/img/slide/slide3.jpg) no-repeat center / cover;
}
.carousel-caption {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption h2 {
    font-size: 72px;
    text-shadow: none;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0;
}
[lang="en-US"] .carousel-caption h2 {
    font-size: 64px;
}
.carousel-caption h2 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #eaf766;
    text-shadow: none;
    margin-bottom: 18px;
    letter-spacing: 0.2em;
}
.carousel-caption a {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 55px;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    text-shadow: none;
    transition: all ease 0.3s;
}
.carousel-caption a:hover {
    background: #fff;
    color: #222;
}
.carousel-inner .item:nth-of-type(3) .carousel-caption,
.carousel-inner .item:nth-of-type(4) .carousel-caption {
    left: 20%;
    right: auto;
    text-align: left;
}
.carousel-inner .item:nth-of-type(3) .carousel-caption h2,
.carousel-inner .item:nth-of-type(4) .carousel-caption h2 {
    color: #333;
}
.carousel-inner .item:nth-of-type(3) .carousel-caption h2 span,
.carousel-inner .item:nth-of-type(4) .carousel-caption h2 span {
    color: #7ba776;
}
.carousel-inner .item:nth-of-type(3) .carousel-caption a,
.carousel-inner .item:nth-of-type(4) .carousel-caption a {
    color: #333;
    border: 1px solid #333;
}
.glyphicon.glyphicon-chevron-right,
.glyphicon.glyphicon-chevron-left {
    display: none;
}
.right.carousel-control {
    background: url(/skin/img/slide/arrow_b_next.png) no-repeat center;
}
.left.carousel-control {
    background: url(/skin/img/slide/arrow_b_prev.png) no-repeat center;
}
/*main*/
.main-business01 {
    padding: 140px 0;
    background: url(/skin/img/main/main-business01_bg.jpg) no-repeat center / cover;
}
@media (min-width: 768px) {
    .main-business01 dl {
        margin: 20px 25px 50px;
    }
}
.main-business01 dl dt {
    font-size: 43px;
    font-weight: 400;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
    line-height: 1.2;
}
.main-business01 dl dd {
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.7;
}
.main-business01 a {
    display: inline-block;
    font-size: 14px;
    color: #7fb036;
    border: 2px solid #7fb036;
    padding: 10px 35px;
    margin-left: 25px;
    font-weight: 500;
    transition: all ease 0.3s;
}
.main-business01 a:hover {
    background: #7fb036;
    color: #fff;
}
.main-business02 {
    padding: 90px 0 100px;
    background: #f4f4f4;
}
.main-business02 h3 {
    font-size: 43px;
    font-weight: 400;
    letter-spacing: -0.034em;
    margin-top: 0;
    margin-bottom: 35px;
}
.owl-carousel .owl-prev {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav > div > i {
    font-size: 30px;
    background: #999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.owl-carousel .owl-next {
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}
.owl_box {
    max-width: 1140px;
    margin: 0 auto;
}
.main-business03 {
    padding: 80px 0 100px;
}
.main-business03 h4 {
    font-size: 21px;
    margin-top: 0;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}
.main-business03 h4 a {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.main-business03 h4 a img {
    margin-top: -4px;
    margin-left: 2px;
}
.main_busi03_inner {
    float: left;
    width: 50%;
}
.main_busi03_inner a {
    display: block;
    padding: 20px 20px;
    overflow: hidden;
    background: #f8f8f8;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    gap: 20px;
}
.main_busi03_inner a img {
    /* float: left; */
    /* margin-right: 15px; */
    margin: 0;
}
.main_busi03_inner a dl {
    /* float: left; */
    margin: 0;
}
.main_busi03_inner a dl dt {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    letter-spacing: -0.034em;
}
.main_busi03_inner a dl dd {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    letter-spacing: -0.034em;
}
.main_busi03_inner.left a {
    margin-right: 10px;
}
.main_busi03_inner.right a {
    margin-left: 10px;
}
.intro-boardbox-6 .page-header,
.intro-boardbox-9 .page-header {
    display: none;
}
.owl_box li {
    padding: 50px 15px 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #d3d3d3;
}
.owl_box li p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.02em;
}
.owl-carousel .owl-nav > div > i {
    display: none;
}

.owl-carousel .owl-nav > div {
    width: 60px;
    height: 90px;
    opacity: 0.25;
}

.owl-carousel .owl-nav > .owl-prev {
    background: #000 url("/skin/img/main/prev_icon.png") no-repeat center center;
    margin-left: -35px;
}

.owl-carousel .owl-nav > .owl-next {
    background: #000 url("/skin/img/main/next_icon.png") no-repeat center center;
    margin-right: -35px;
}

.owl-carousel .owl-nav > div:hover {
    opacity: 0.4;
}

/*main-bbs*/
/* ---------- 게시판 리스트 설정 ---------- */

.main_bbs .front-panel {
    padding: 0;
}

.intro-boardbox .front-panel > .panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.main_bbs .front-panel {
    padding: 0;
}

.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
    padding-left: 12px;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    padding: 7px 0;
}

.dh-front-list2 h6 .label {
    background: rgba(0, 0, 0, 0);
    color: #7fb035 !important;
    padding: 0 !important;
    font-size: 12px !important;
    top: 6px;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #222;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.list-row-subject:before {
    content: "";
    /* color: #1d65a3; */
    font-weight: bold;
    margin-right: 11px;
    width: 4px;
    position: absolute;
    height: 4px;
    background: #999;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}
.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
}
.intro-boardbox-type-bbs .label-danger {
    top: 0;
}
/* //메인 페이지 설정 끝 */

/*sub*/
.subTop {
    width: 100%;
    height: 240px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}
.subTop h2 {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.subTop .bread {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(127, 176, 54, 0.88);
}
.subTop .bread .breadcrumb {
    margin: 0;
    color: #fff;
    text-align: right;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    padding: 12px 15px;
}
.subTop .bread .breadcrumb li {
    opacity: 0.6;
    font-weight: 400;
    font-size: 13px;
}
.subTop .bread .breadcrumb li.active {
    opacity: 0.9;
    color: #fff;
}
.subContent {
    padding: 80px 0 100px;
}
.subtitle {
    text-align: center;
    margin-bottom: 60px;
    /* border-bottom: 1px solid #ddd; */
}
.subtitle h3 {
    margin: 0;
    /* display: inline-block; */
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: 600;
    color: #222;
}
.subContent .con {
    margin-bottom: 60px;
}
.subContent .con:last-child {
    margin-bottom: 0;
}
.subContent p,
.subContent li,
.subContent dd {
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    color: #666;
}
.subContent .con h4 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}
/* 페이지 준비중 */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
    border-radius: 20px;
}
.maintenance span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 74px;
    margin-bottom: 20px;
}
.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;
}
.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
    padding-left: 16px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
}
/*table*/
.subContent .table.table-type03 {
    margin: 0 0 20px;
    border-top: 2px solid #333;
}
.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 14px 14px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
    text-align: center;
}
.subContent .table.table-type03 tr td {
    color: #666;
}

/*company*/
#company01 .con .greet {
    font-size: 28px;
    font-weight: 500;
    color: #80b036;
    margin: 0px 0 20px;
}
#company01 .con1 p {
    font-size: 16px;
    margin-bottom: 18px;
}
#company01 .con p.effect {
    font-weight: 500;
    color: #333;
    font-size: 17px;
}
#company01 .con1 .col-md-8 {
    padding-top: 30px;
    padding-left: 30px;
}
/*#company01 .con1 .col-md-4 img{    
     padding: 10px;
     box-shadow: 1px 1px 8px rgba(221,221,221,0.7); 
}*/
#company01 .con .sign {
    text-align: right;
    margin-top: 50px;
}

#company01 .con .sign p {
    font-size: 24px;
    color: #222;
    display: inline-block;
    margin: 0;
}
#company01 .con .sign img {
    max-width: 150px;
}

.history-table {
    border-top: 2px solid #80b036;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
    /* border-bottom: none!important; */
    padding: 20px !important;
}
.history-table.table-style tr th {
    position: relative;
    font-size: 28px;
    text-align: left;
    color: #3a4d5f;
    vertical-align: top !important;
    font-weight: 600;
}
.history-table.table-style tr {
    border-bottom: 1px solid #e0e0e0;
}
.history-table td ul {
    padding-top: 4px;
}
.history-table td ul li {
    font-size: 16px;
    margin: 4px 0;
}
/* 
#company04 .con2 img{    
padding: 0 60px; 
}*/
#company04 .con2 dl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
#company04 .con2 dl:last-child {
    border-bottom: none;
}
#company04 .con2 dl dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    position: relative;
    letter-spacing: -0.02em;
}
#company04 .con2 dl:first-child dd {
    position: relative;
    padding-left: 100px;
    margin-bottom: 8px;
}
#company04 .con2 dl dd strong {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #2b8c5e;
}
#company04 .con3 img {
    padding: 0 20px;
}
#company04 .con3 p {
    margin-top: 35px;
}
#company04 .con2 dd span {
    font-size: 16px;
    color: #444;
    margin-right: 8px;
}
#company04 .con4 .clearfix {
    margin-bottom: 30px;
}

/*product*/

[id^="product"] .con {
    max-width: 1080px;
    margin: 0px auto 60px;
}

.product .subContent h4 {
    background: #f6f6f6;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 0px -15px 20px;
}
.product .subContent h4:before {
    content: none;
}
.product .con .li-dash > li {
    margin-bottom: 3px;
}

.product .product_title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #80b036;
}
.product .product_title + p {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.034em;
    max-width: 800px;
    margin: 0 auto;
    color: #444;
}
.product .subContent .table tr td {
    font-size: 14px;
}

.product .con2 ul {
    margin-bottom: 30px;
}
.product .con2 ul li {
    font-size: 15px;
    margin-bottom: 5px;
}
.product .con dl dt {
    font-size: 20px;
    color: #333;
    /* margin-left: 18px; */
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.product .con dl dt:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 3px solid #80b036;
    border-radius: 3px;
}
.product .con2 dd span {
    font-weight: 600;
    margin-right: 10px;
    width: 100px;
    display: inline-block;
    margin-bottom: 5px;
}
.product .con img {
    padding: 30px;
}
.product .con h4 span {
    font-size: 20px;
    margin-left: 10px;
    letter-spacing: -0.034em;
    color: #666;
    font-weight: 400;
}

#product04 .con1,
#product06 .con1,
#product07 .con1 {
    margin-bottom: 30px;
}
#product05 .con2 p {
    font-size: 18px;
    text-align: center;
    background: #f7fdf1;
    padding: 150px 50px;
    line-height: 1.75;
    color: #444;
}
#product06 .con3 {
    max-width: 800px;
    margin: 0 auto;
}
#product06 .con3 img {
    padding: 0;
}
#product06 .con3 ul {
    margin-top: 130px;
}

#product07 .con table tr td img {
    padding: 0;
    width: 150px;
}
#product07 .con2 img {
    padding: 0 20px;
}
#product07 .con2 ul {
    background: #f7fdf1;
    padding: 50px;
    margin-bottom: 0;
    margin-top: 25px;
}
#product07 .con3 img {
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 10px;
}
#product07 .con3 p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
}
#product07 .con4 .col-md-4 img {
    margin-bottom: 10px;
    padding: 0;
}
/*Video*/
#publicity02 .dhb-txt-box {
    float: left;
    border: none;
    height: 250px;
    background: transparent;
}
.dh-vod-thumb .vod-play-btn img {
    border: none;
}
#publicity02 .dhb-txt-box > .dhb-txt-list {
    border: none;
}
#publicity02 .dhb-txt-box > .dhb-txt-list,
#publicity02 .dhb-txt-box > .dhb-txt-list .row > div {
    width: 100%;
    text-align: center;
}
#publicity02 .dhb-txt-box > .dhb-txt-list .row > div h5,
#publicity02 .dhb-txt-box > .text-right {
    display: none;
}
#publicity02 .dhb-txt-box > .dhb-txt-list h4 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#publicity02 .dh-margin-top:before {
    content: "";
    display: block;
    clear: both;
}
.dh-vod-thumb .dhb-thumb {
    display: none;
}
.dh-vod-thumb > .btnRead {
    display: block;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#publicity02 .dh-board {
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    #publicity02 .dhb-txt-box {
        width: 25%;
    }
    .dh-vod-thumb .dhb-thumb {
        display: none;
    }
    .dh-vod-thumb > .btnRead {
        display: block;
        height: 175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #publicity02 .dh-board {
        width: 100%;
        margin: 0;
    }
}
.dh-vod-thumb .vod-play-btn {
    position: absolute;
    left: 50%;
    background: url(/skin/img/vod-play-bg.png);
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
/*BBS*/
.dh-board > .table-hover {
    border-top: 2px solid #444;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.dh-board > .table-hover thead tr th {
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 15px !important;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.dh-board > .table-hover td {
    color: #666;
    font-weight: 400;
}

.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #ffffff;
}

.table-hover th,
.table-hover td {
    padding: 10px !important;
    border-right: none;
}
.dh-board > .table-hover td.subject {
    overflow: hidden;
    position: relative;
}
.dh-board > .table-hover td.subject strong {
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 650px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.dh-board > .table-hover td.subject a {
    color: #666;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #80b036;
    text-decoration: underline !important;
}
.dh-board > .table-hover td.subject small {
    display: none;
}
.dh-margin-top {
    display: inline-block;
    margin: 0;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}
.btnRead {
    font-weight: 500;
}
.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}
.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.dh-margin-top {
    margin-top: 20px;
}

.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 #ddd;
    background: #fff !important;
    font-weight: 600;
    color: #80b036 !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;
}

.dh-board .label {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 13px;
    padding: 0.2em 0.4em 0.2em;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

button#btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

.dh-view-box {
    margin-top: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #444;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 16px 18px;
    background: #fff;
}

.dh-view-box > .row > .page-header > h4 {
    margin: 0;
    font-size: 20px;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    color: #888;
}

.dh-view-box > .row > .dh-view-info strong {
    color: #888 !important;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
    padding: 0 40px 0;
}
.dh-view-box .dh-attach h6 {
    margin: 0;
    padding: 0;
}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
    padding: 30px 40px 40px !important;
}

.dh-view-box + .row {
    margin-bottom: 70px;
}
.dh-view-box + .row > .col-md-12 {
    max-width: 1170px;
    margin: 0 auto 0;
    float: none;
    padding: 0 15px;
}
.dh-view-box + .row > .col-md-12 .page-header {
    border-bottom: none;
    margin: 40px 0 15px;
    padding-bottom: 0;
}
.dh-view-box + .row > .col-md-12 .page-header h4 {
    margin: 0;
    font-size: 18px;
}
.dh-comments {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.dh-comments div.panel-body {
    color: #666;
    font-size: 14px;
}
.dh-comments .panel-body em {
    color: #aaa;
    font-size: 13px;
}
.dh-comments .panel-body em + strong {
    font-size: 13px;
}
.dh-comments .btn-group {
    margin: 0;
}
#commentForm .form-control {
    border-radius: 0;
    box-shadow: none;
}
#commentForm .btn-default {
    max-width: 110px;
    margin: 10px 0 0;
    float: right;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    font-size: 14px;
}
#commentForm .btn-default:hover {
    border-color: #b3b3b3;
    background: #f6f6f6;
}
#company04 .con5 img {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
#company04 .con5 p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
#company04 .con5 .clearfix {
    margin-bottom: 40px;
}
#company04 .con5 p span {
    display: block;
    font-size: 15px;
    color: #555;
    margin-top: -4px;
    letter-spacing: -0.04em;
}

/*2019-08-27*/
.part .con dl dt {
    font-size: 20px;
    color: #333;
    /* margin-left: 18px; */
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.part .con dl dt:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 3px solid #80b036;
    border-radius: 3px;
}
#part01 .con1 .col-md-3 dl {
    border: 1px solid #ddd;
    padding: 20px;
    border-top: 2px solid #005b24;
}
#part01 .con1 .col-md-3 dl dt {
    padding: 0;
}
#part01 .con1 .col-md-3 dl dt:before {
    display: none;
}
#part01 .con1 .col-md-3 dl dd {
    letter-spacing: -0.06em;
}
#part01 .con1 .clearfix {
    margin-bottom: 40px;
}
#part01 .con2 .nav-tabs {
    margin-bottom: 60px;
}
#part01 .con2 .nav-tabs > li > a {
    padding: 10px 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
#part01 .con2 .nav-tabs > li.active > a {
    background: #fff;
    color: #005b23;
}
.part .con .clearfix {
    margin-bottom: 20px;
}
.part .con img {
    margin: 20px auto;
}
.part .con .table tbody td {
    text-align: center;
}

#part03 .con p.color_R {
    font-weight: 600;
    color: #c14a4a;
}
#part03 .con h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
#part03 .con h5:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 3px solid #80b036;
    border-radius: 3px;
}
#part03 .con3 dl dd p {
    background: #ecfafd;
    padding: 10px 30px;
    margin: 15px 0 30px;
    color: #333;
    font-weight: 500;
}
#part03 .con4 .part03_con3_inner {
    background: #f2f2f2;
    padding: 70px 20px 20px;
    position: relative;
    min-height: 375px;
    margin-bottom: 20px;
}
#part03 .con4 .part03_con3_inner p {
    padding: 10px 30px;
    background: #00a9cd;
    color: #fff;
    font-size: 17px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#part03 .con4 .part03_con3_inner li {
    margin-bottom: 5px;
}
#part03 .con4 .part03_con3_inner .img-width {
    max-width: 440px;
}
#part03 .con5 .table tr td ul li {
    text-align: left;
    color: #222;
}
#part03 .con5 .clearfix + .col-md-12 ul {
    background: #ecfafd;
    padding: 10px 30px;
    font-weight: 500;
}
#part03 .con5 .clearfix + .col-md-12 ul li {
    color: #333;
    font-weight: 500;
}
#part03 .con5 .table tr td:last-child {
    background: #d8eff4;
    color: #222;
}

/*en*/
#company04.en .con5 p {
    font-size: 15px;
}
#company04.en .con5 p span {
    margin-top: 0;
}
#company04.en .con2 dl:first-child dd {
    padding-left: 160px;
}
.product.en .con2 dd span {
    width: 130px;
}
#product05.en .con2 p {
    padding: 100px 50px;
    font-size: 17px;
    letter-spacing: -0.03em;
}
#product05.en .product_title + p {
    max-width: 870px;
}
#part03.en .con4 .part03_con3_inner {
    min-height: 440px;
}
.main-content.en .main_busi03_inner a {
    padding: 18px;
}
/*2019-08-09*/
@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 15px 15px;
        float: left;
        margin: 0 15px !important;
    }
    .navbar-inverse .navbar-brand img {
        width: 150px;
    }
    .container_contents,
    .sub-layout {
        padding-top: 94px;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
    }
    .main-business01 {
        padding: 100px 0;
    }
    .main-business01 .col-md-4 {
        text-align: center;
    }
    .main-business01 .col-md-4 dl {
        margin-top: 20px;
    }
    .main-business01 .col-md-4 a {
        margin-left: 0;
        margin-top: 30px;
    }
    .owl_box .owl-dots {
        text-align: center;
        overflow: hidden;
        margin-top: 20px;
    }
    .owl_box .owl-dot {
        width: 7px;
        height: 7px;
        background: #ccc;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
    }
    .owl_box .owl-dot.active {
        background: #888;
    }
    .main_busi03_inner.right a {
        margin-left: 0;
    }
    .main-business03 .col-md-6:first-child {
        overflow: hidden;
        margin-bottom: 60px;
    }
    .main_busi03_inner a img,
    .main_busi03_inner a dl dt {
        margin-bottom: 5px;
    }
    .navbar-inverse .navbar-toggle {
        margin-top: 30px;
        margin-right: 30px;
        border-color: #999;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background: #999;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: #cfdc28;
        border-color: #cfdc28;
    }
    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background: #fff;
    }
    .navbar-inverse .navbar-collapse {
        text-align: left;
    }
    .navbar-collapse .navbar-nav {
        display: block;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 30px 40px 15px;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        font-size: 15px;
        padding: 5px 40px;
    }
    #company04 .con2 img {
        margin-bottom: 20px;
    }
    .product .con h4 span {
        margin-left: 0;
        display: block;
        margin-top: 10px;
        font-size: 18px;
    }
    #product05 .con2 p {
        padding: 50px;
        font-size: 16px;
    }
    #product05 .con3 img {
        margin-bottom: 20px;
    }
    .product .product_title {
        font-size: 26px;
    }
    #product05 .con3 img,
    #product05 .con4 img,
    #product08 .con1 img {
        padding: 0;
    }
    .footer_copy .text-center img {
        margin-bottom: 15px;
    }
    .footer_copy .text-center ul li {
        line-height: 1.5;
    }
    .footer_copy .text-center ul li span {
        border-right: none;
        letter-spacing: -0.034em;
    }
}

/* new 202501 */

.title-lv-1 {
    margin: 0 0 90px;
    font-size: 38px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.03em;
    line-height: 1;
    text-align: center;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 30px;
    padding-left: 17px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #222;
}
.title-lv-2::before {
    content: "";
    top: 1px;
    left: 0;
    width: 6px;
    height: 13px;
    position: absolute;
    background: #00b2b7;
    box-shadow: 0 13px 0 #2b62b5;
}
.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
}
.list-dash > li {
    padding-left: 13px;
    font-size: 15px;
}
.onepass #section7 .list-dash > li {
    font-size: 16px;
}
.list-dash > li + li {
    margin-top: 2px;
}
.list-dash > li::before {
    content: "-";
    top: 0;
    left: 0;
    position: absolute;
}
.list-chk > li {
    padding-left: 20px;
    font-size: 15px;
}
.list-chk > li + li {
    margin-top: 4px;
}
.list-chk > li::before {
    content: "\e5ca";
    top: -4px;
    left: 0;
    position: absolute;
    font-family: "Material Symbols Outlined";
    color: #333;
    font-size: 19px;
    font-weight: 600;
}
.list-style-1 > li {
    padding-left: 10px;
}
.list-style-1 > li {
    padding-left: 11px;
    font-size: 16px;
    margin-bottom: 3px;
}
.list-style-1 > li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 0;
}

table.tb-default {
    margin-bottom: 0;
}
table.tb-default > thead > tr > th,
table.tb-default > thead > tr > td,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
table.tb-style-1 {
    border-top: 1px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 12px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    background: #f8f8f8;
}
/* 특허 및 인증서 (페이지) */
.box-certifi {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 60px;
}
.box-certifi + .box-certifi {
    margin-top: 30px;
}
.box-certifi .tit {
    margin: 0;
    /* padding-top: 15px; */
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45em;
    /* border-top: 2px solid #333; */
    color: #333;
    position: relative;
}
.box-certifi .tit::before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    background: #999;
    height: 1px;
    right: -16px;
    top: 14px;
}

.box-certifi .tit::after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 5px solid #cbd8e4;
    background: #2b62b5;
    right: -32px;
    top: 6px;
}
.box-certifi .images {
    display: flex;
    gap: 10px;
}
.box-certifi .images img {
    border: 1px solid #eee;
}
.box-certifi-2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px 10px;
}
.box-certifi-2 figure figcaption {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
}
.box-certifi-2 figure img {
    width: 100%;
    height: 240px;
    border: 1px solid #eee;
}

/* 오시는길 (페이지) */
.box-contact .info {
    position: relative;
}
.box-contact .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 51px;
    margin-top: 20px;
}
.box-contact .info ul > li {
    display: flex;
    align-items: center;
    padding-left: 31px;
    font-weight: 400;
    font-size: 19px;
    color: #111;
    letter-spacing: 0;
}
.box-contact .info ul > li .tit {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #999;
}
.box-contact .info ul > li.addr {
    left: 0;
    position: absolute;
    letter-spacing: -0.03em;
}
.box-contact .info ul > li::before {
    content: "";
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL" 1;
    color: #fff;
    text-align: center;
    background: var(--page-point-color);
    border-radius: 30px;
}
.box-contact .info ul > li.addr::before {
    content: "\e0c8";
    font-size: 25px;
    color: var(--page-point-color);
    background: transparent;
}
.box-contact .info ul > li.tel::before {
    content: "\e0b0";
}
.box-contact .info ul > li.fax::before {
    content: "\ef42";
}

/* 원패스 (페이지) */
/* 공통 스타일 */
.onepass .color-red {
    color: #f42c5c;
    font-weight: 600;
}
.onepass .color-blue {
    color: #1864ab;
}
.onepass #section6 .sec-top {
    text-align: center;
}
.onepass section {
    padding-block: 90px 120px;
}
.onepass .sec-tit {
    display: inline-block;
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 38px;
    background: linear-gradient(to right, #00b2b7, #194a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em;
}
.onepass .sec-tit-2 {
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 38px;
    color: #111;
    letter-spacing: -0.05em;
}
.onepass .sec-tit-2 .sm {
    display: block;
    padding: 0 0 10px 3px;
    font-size: 50%;
    font-weight: 400;
    color: #777;
    letter-spacing: -0.02em;
}
.onepass .sec-tit-sub {
    letter-spacing: -0.05em;
}
.onepass .desc {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 1.48em;
    font-weight: 300;
    color: #000;
}
.onepass #section4 .desc {
    font-size: 23px;
}
.onepass .desc strong {
    font-weight: 600;
}
.onepass .subContent {
    padding-bottom: 0;
}

/* Section 1 */
.onepass #section1 {
    padding-top: 0;
}
.onepass #section1 .row1 img {
    max-width: 180px;
}
.onepass #section1 .row1 .tit {
    margin: 30px 0 30px;
    font-size: 38px;
    font-weight: 600;
    color: #111;
    text-align: center;
}
.onepass #section1 .row1 .company {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.onepass #section1 .row1 .company span {
    min-width: 220px;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #222;
    border-radius: 50px;
}

/* Section 2 */
.onepass #section2 {
    background: #f1f6f9;
}
.onepass #section2 .sec-top {
    text-align: center;
}
.onepass #section2 .sec-top .sec-tit-sub {
    margin: 0 0 0;
    font-size: 25px;
    font-weight: 300;
    color: #000;
}
.onepass #section2 .sec-top p {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}
.onepass #section2 .box {
    margin-top: 60px;
    display: flex;
}
.onepass #section2 .box > .item1 {
    flex-basis: 42%;
}
.onepass #section2 .box > .item2 {
    flex-basis: 58%;
}
.onepass #section2 .box .block {
    position: relative;
    padding: 35px;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.onepass #section2 .box .block + .block {
    margin-top: 10px;
}
.onepass #section2 .box .block p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42em;
}
.onepass #section2 .box .block.inner p {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: -10px;
    line-height: 1;
}
.onepass #section2 .box .block p strong {
    font-size: 20px;
    font-weight: inherit;
    font-weight: 700;
    display: block;
    margin-top: 3px;
}
.onepass #section2 .box .block .logo {
    top: 35px;
    right: 30px;
    width: 90px;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    background: #fff;
}
.onepass #section2 .box .block .logo img {
    max-height: 50px;
}
.onepass #section2 .box .block ul {
    display: flex;
    justify-content: center;
    gap: 4px;
}
.onepass #section2 .box .block ul > li {
    flex: 1 1 0;
    padding: 11px 4px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 1em;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
}
.onepass #section2 .box .block.inner ul > li {
    background: #fff;
}
.onepass #section2 .box .block.inner {
    margin-top: 42px;
    padding: 65px 20px 20px;
    background: #f5f5f5;
    border: 0;
    border-radius: 5px;
}
.onepass #section2 .box .block.inner ul {
    flex-direction: column;
}
.onepass #section2 .box .block.inner .logo {
    right: 11px;
    top: 13px;
    width: 70px;
    background: transparent;
}
.onepass #section2 .list-history {
    position: relative;
    padding-top: 5px;
    padding-left: 50px;
}
.onepass #section2 .list-history::before {
    content: "";
    width: 1px;
    height: 110%;
    left: calc(30% + 4px);
    position: absolute;
    background: #9999;
    border-top: 10px solid #fff;
}
.onepass #section2 .list-history::after {
    content: "";
    left: calc(24% + 9px);
    bottom: -97px;
    width: 70px;
    height: 70px;
    position: absolute;
    background: url(/public/img/sub/onepass/section2_02.png) no-repeat center / cover;
}
.onepass #section2 .list-history > li {
    display: flex;
    gap: 20px;
}
.onepass #section2 .list-history > li + li {
    margin-top: 28px;
}
.onepass #section2 .list-history .period {
    flex-basis: 25%;
    position: relative;
    margin: 0;
    padding-top: 3px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #0e66b9;
    letter-spacing: -0.02em;
}
.onepass #section2 .list-history .period::after {
    content: "";
    top: 8px;
    right: -14px;
    width: 17px;
    height: 17px;
    position: absolute;
    background: #0e66b9;
    border-radius: 50%;
    border: 5px solid #cbd8e4;
}
.onepass #section2 .list-history .detail {
    flex-basis: 75%;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 15px;
}
.onepass #section2 .list-history .detail ul li {
    padding-left: 10px;
    text-align: left;
}
.onepass #section2 .list-history .detail ul li + li {
    margin-top: 3px;
}
.onepass #section2 .list-history .detail ul li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #222;
}
.onepass #section2 .list-history .detail ul li .sm {
    font-size: 80%;
}
.onepass #section2 .list-history .detail .logo {
    top: 5px;
    right: 0;
    width: 80px;
    position: absolute;
}
.onepass #section2 .list-history .detail .logo img {
    max-width: 77px;
    max-height: 60px;
}

/* Section 3 */
.onepass #section3 .box-client {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-top: 30px;
}
.onepass #section3 .box-client .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ddd;
}
.onepass #section3 .box-client img {
    max-width: 90px;
    max-height: 35px;
}

/* Section 4 */
.onepass #section4 {
    background: #f1f6f9;
}
.onepass #section4 .sec-tit-btm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}
.onepass #section4 .sec-tit-btm .images {
    display: flex;
    gap: 15px;
}
.onepass #section4 .sec-tit-btm .images img {
    height: 200px;
}
.onepass #section4 .sec-tit-btm figure {
    position: relative;
}
.onepass #section4 .sec-tit-btm figure figcaption {
    top: 50%;
    left: 15px;
    position: absolute;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35em;
    transform: translateY(-50%);
}
.onepass #section4 .box-service-1 {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 15px;
    margin-top: 30px;
}
.onepass #section4 .box-service-1 .tit {
    margin: 0 0 15px;
    padding: 14px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #1864ab;
    border-radius: 7px;
}
.onepass #section4 .box-service-1 > .item2 .tit {
    color: #fff;
    background: #00b2b7;
}
.onepass #section4 .box-service-1 ul {
    display: flex;
    gap: 5px;
}
.onepass #section4 .box-service-1 ul > li {
    padding: 15px 5px 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #1864ab;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.onepass #section4 .box-service-1 ul > li img {
    margin-top: 12px;
    border: 3px solid #fff;
    border-radius: 3px;
}
.onepass #section4 .box-service-1 > .item2 ul > li {
    color: #fff;
    background: #00b2b7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.onepass #section4 .box-service-btm {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 25px;
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    background-image: url(/public/img/sub/section4_sv.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.onepass #section4 .box-service-btm img {
    max-height: 85px;
}
.onepass #section4 .box-service-btm p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.onepass #section4 .box-service-btm p::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 85px;
    background: #ccc;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
}
.onepass #section4 .box-service-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
}
.onepass #section4 .box-service-2 .tit {
    margin: 0;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #1864ab;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.onepass #section4 .box-service-2 > .item .detail {
    height: calc(100% - 50px);
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
}
.onepass #section4 .box-service-2 > .item .detail > p {
    line-height: 1.42;
    font-size: 15px;
}
.onepass #section4 .box-service-2 > .item.wide .detail {
    height: auto;
}
.onepass #section4 .box-service-2 .tit-sub {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
}
.onepass #section4 .box-service-2 ul + .tit-sub,
.onepass #section4 .box-service-2 p + .tit-sub {
    margin-top: 30px;
}
.onepass #section4 .box-service-2 .images {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.onepass #section4 .box-service-2 .images img {
    height: 235px;
}
.onepass #section4 .box-service-2 > .item.wide {
    grid-column: span 2;
    margin-top: 30px;
}
.onepass #section4 .list-icon > li {
    padding-left: 75px;
}
.onepass #section4 .list-icon > li + li {
    margin-top: 30px;
}
.onepass #section4 .list-icon > li .icon {
    top: 0;
    left: 0;
    position: absolute;
}
.onepass #section4 .list-icon > li .icon img {
    margin: 0;
    width: 56px;
}
.onepass #section4 .list-icon > li .tit-sub {
    margin: 0 0 8px;
    font-size: 18px;
}
.onepass #section4 .list-icon > li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3em;
}
.onepass #section4 .box-service-2 > .item2 .bottom {
    position: relative;
    margin-top: 50px;
    padding-right: 135px;
}
.onepass #section4 .box-service-2 > .item2 .bottom h6 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #999;
}
.onepass #section4 .box-service-2 > .item2 .bottom ul li {
    padding-left: 10px;
    font-size: 15px;
}
.onepass #section4 .box-service-2 > .item2 .bottom ul li + li {
    margin-top: 3px;
}
.onepass #section4 .box-service-2 > .item2 .bottom ul li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #555;
}
.onepass #section4 .box-service-2 > .item2 .bottom img {
    top: 0;
    right: 0;
    height: 80px;
    position: absolute;
}
.onepass #section4 .box-service-2 > .item5 .detail {
    padding: 0;
}
.onepass #section4 .box-service-2 > .item5 .desc {
    margin-top: 30px;
    font-size: 27px !important;
    line-height: 1.4em;
    text-align: center;
}
.onepass #section4 .box-service-2 .list-prod {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.onepass #section4 .box-service-2 .list-prod > li + li {
    border-left: 1px solid #ddd;
}
.onepass #section4 .box-service-2 .list-prod > li .tit-sub {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 1.45em;
    text-align: center;
    background: #f5f5f5;
    /* background: linear-gradient(90deg, rgba(0,178,183,1) 0%, rgba(25,74,156,1) 100%); */
}
.onepass #section4 .box-service-2 .list-prod > li .w_img {
    padding: 20px;
}
.onepass #section4 .box-service-2 > .item6 .bottom {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    margin-top: 30px;
}
.onepass #section4 .box-service-2 > .item6 .bottom figure {
    max-width: 333px;
    margin: 0 auto;
}
.onepass #section4 .box-service-2 > .item6 .bottom figure img {
    width: 280px;
}
.onepass #section4 .box-service-2 > .item6 .bottom figure figcaption {
    position: relative;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
}
.onepass #section4 .box-service-2 > .item6 .bottom figure figcaption::before {
    content: "*";
    top: 0;
    left: 0;
    position: absolute;
}
.onepass #section4 .box-service-2 > .item7 .top {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.onepass #section4 .box-service-2 > .item7 .tit-sub {
    font-size: 20px;
}
.onepass #section4 .box-service-2 > .item7 .tit-sub .sm {
    font-size: 14px;
    font-weight: 500;
}
.onepass #section4 .box-service-2 > .item7 .bottom {
    margin-top: 30px;
}
.onepass #section4 .box-service-2 > .item7 .bottom figure {
    padding: 15px;
    border: 2px solid #eee;
}
.onepass #section4 .box-service-2 > .item7 .bottom figure + figure {
    margin-top: 10px;
}
.onepass #section4 .box-service-2 > .item7 .bottom figure figcaption {
    font-weight: 600;
}

/* Section 5 */
.onepass #section5 .sec-middle .tit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1em;
    letter-spacing: -0.03em;
}
.onepass #section5 .sec-middle .tit .detail {
    padding-left: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    border-left: 1px solid #999;
    color: #333;
    letter-spacing: -0.03em;
}
.onepass #section5 .sec-middle p {
    margin: 25px 0 0;
    padding: 30px;
    font-size: 20px;
    color: #222;
    line-height: 1.45em;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;
    /* background: linear-gradient(90deg, #00b2b7 0%, #00a3a7 100%); */
}
.onepass #section5 .sec-middle p strong {
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: -0.035em;
}
.onepass #section5 .sec-middle p strong span {
    font-weight: 300;
}
.onepass #section5 .box-prod {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    height: 410px;
}
.onepass #section5 .box-prod .tit {
    margin: 0;
    padding: 14px 18px;
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    background: #00b2b7;
    /* border-radius: 0 30px 0 0; */
    text-align: center;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.onepass #section5 .box-prod img {
    border-radius: 0;
    border: 1px solid #ddd;
}
.onepass #section5 .box-prod > .item2 .w_img {
    height: calc(100% - 130px);
    padding: 28px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.onepass #section5 .box-prod > .item2 .w_img img {
    height: 100%;
    border: 0 !important;
}
.onepass #section5 .list-prod-spec > li {
    padding-left: 100px;
    font-size: 17px;
    font-weight: 500;
}
.onepass #section5 .list-prod-spec > li + li {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed #ccc;
}
.onepass #section5 .list-prod-spec > li .tit {
    top: 13px;
    left: 0;
    min-width: 80px;
    position: absolute;
    margin: 0;
    padding: 6px;
    font-size: 15px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #333;
    border-radius: 4px;
}
.onepass #section5 .list-prod-spec > li:first-child .tit {
    top: -2px;
}
.onepass #section5 .list-prod-spec > li p {
    margin: 0;
    font-weight: 400;
}
.onepass #section5 .box-prod-2 .tit {
    margin: 0;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #00b2b7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.onepass #section5 .box-prod-2 .detail {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
}
.onepass #section5 .box-prod-2 .detail p.lg {
    position: relative;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
}
/* .onepass #section5 .box-prod-2 .detail p.lg::before {
  content: '';
  top: 5px;
  left: 0;
  width: 4px;
  height: 16px;
  position: absolute;
  background: #1864ab;
  border-radius: 2px;
} */
.onepass #section5 .box-prod-2 .detail .images {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.onepass #section5 .row2 .box-prod-2 .detail .images .w_img:nth-child(1) {
    flex-basis: 42%;
}
.onepass #section5 .row2 .box-prod-2 .detail .images .w_img:nth-child(2) {
    flex-basis: 58%;
}
.onepass #section5 .box-prod-2 .detail .images .w_img img {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}
.onepass #section5 .box-prod-2 .detail ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 7px;
}
.onepass #section5 .box-prod-2 .detail ul li {
    padding-left: 87px;
    font-size: 15px;
    font-weight: 400;
}
.onepass #section5 .box-prod-2 .detail ul li + li::before {
    content: "";
    top: 50%;
    left: -17px;
    height: 100%;
    position: absolute;
    border-left: 1px solid #ccc;
    transform: translateY(-50%);
}
.onepass #section5 .box-prod-2 .detail ul li .tit-sub {
    top: 0;
    left: 0;
    min-width: 72px;
    position: absolute;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 1em;
    text-align: center;
    background: #555;
    border-radius: 3px;
    font-weight: 500;
}

/* Section 6 */
.onepass #section6 {
    background: #f1f6f9;
}
.onepass #section6 .sec-tit-sub {
    margin: 0 0 30px;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    background: linear-gradient(to right, #00b2b7, #194a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.055em;
}
.onepass #section6 .sec-tit-sub .sm {
    display: block;
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 400;
}
.onepass #section6 .box-differ {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.onepass #section6 .box-differ .tit {
    margin: 0 0 25px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #1864ab;
    line-height: 1em;
    text-align: center;
    background: #fff;
    border-radius: 3px;
}
.onepass #section6 .box-differ > .item2 .tit {
    color: #048b8e;
}
.onepass #section6 .box-differ > .item {
    position: relative;
    padding: 25px;
    padding-bottom: 85px;
    background: #cedbeb;
    border-radius: 6px;
}
.onepass #section6 .box-differ > .item2 {
    background: #cde8e8;
}
.onepass #section6 .box-differ .tit-sub {
    position: relative;
    margin: 0;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 600;
}
.onepass #section6 .box-differ .tit-sub .no {
    content: "";
    top: -3px;
    left: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    padding-top: 2px;
    color: #fff;
    text-align: center;
    background: #1f497d;
    border-radius: 0 5px;
}
.onepass #section6 .box-differ > .item2 .tit-sub .no {
    color: #fff;
    background: #048b8e;
}
.onepass #section6 .box-differ .block + .block {
    margin-top: 25px;
}
.onepass #section6 .box-differ > .item2 .list-chk > li::before {
    color: #048b8e;
}
.onepass #section6 .box-differ .list-chk {
    margin: 10px 0 14px;
    padding-left: 40px;
}
.onepass #section6 .box-differ .bottom {
    padding: 15px;
    background: #fff;
    border-radius: 3px;
}
.onepass #section6 .box-differ .bottom .inner p {
    font-size: 13px;
    line-height: 1.35em;
    margin-bottom: 00;
    word-break: break-all;
}
.onepass #section6 .box-differ .bottom .inner p.color-blue {
    font-size: 14px;
    line-height: 1.35em;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}
.onepass #section6 .box-differ > .item1 .bottom .inner {
    display: flex;
    gap: 15px;
}
.onepass #section6 .box-differ > .item1 .bottom .inner + .inner {
    align-items: end;
    margin-top: 15px;
}
.onepass #section6 .box-differ > .item1 .bottom .inner .image {
    flex-basis: 215px;
}
.onepass #section6 .box-differ > .item1 .bottom .inner .text {
    flex-basis: calc(100% - 215px);
}
.onepass #section6 .box-differ > .item1 .bottom .inner + .inner p:first-child {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 0;
    font-weight: 400;
}
.onepass #section6 .box-differ > .item1 .bottom .inner .ref {
    color: #999;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 5px;
}
.onepass #section6 .box-differ > .item2 .bottom .image img {
    float: right;
}
.onepass #section6 .box-differ .word {
    left: 50%;
    bottom: 6px;
    width: 100%;
    position: absolute;
    font-size: 50px;
    color: #b8d8d8;
    letter-spacing: 0.29em;
    text-align: center;
    transform: translateX(-50%);
    padding-left: 12px;
    font-weight: 900;
}
.onepass #section6 .box-differ .item1 .word {
    color: #bccde3;
}
/* Section 7 */
.onepass #section7 .tit {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    position: relative;
    padding-left: 12px;
}
.onepass #section7 .tit::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 21px;
    background: #333;
    left: 0;
    top: 2px;
}
.onepass #section7 .row:not(.row3) img {
    padding: 30px;
    border: 1px solid #ddd;
}
.onepass #section7 .row:not(.row3) ul {
    margin-bottom: 20px;
}
.onepass #section7 .tmap {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 60px;
    position: relative;
    margin-top: 50px;
}
.onepass #section7 .tmap .left {
    padding: 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.onepass #section7 .tmap .left .tit {
    margin: -57px 0 30px;
    padding: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: 7px;
}
.onepass #section7 .tmap .left .tit::before {
    display: none;
}
.onepass #section7 .tmap .left .inner {
    display: flex;
    gap: 30px;
}
.onepass #section7 .tmap .left figure figcaption {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}
.onepass #section7 .tmap .left figure img {
    border: 1px solid #ddd;
}
.onepass #section7 .tmap .right {
    top: 50%;
    right: 0;
    position: absolute;
    text-align: center;
    transform: translateY(-50%);
}
.onepass #section7 .tmap .right::before {
    content: "\ea50";
    top: 50%;
    left: -133px;
    position: absolute;
    font-family: "Material Symbols Outlined";
    color: #ccc;
    font-size: 90px;
    font-weight: 700;
    transform: translateY(-50%);
}
.onepass #section7 .tmap .right p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: #666;
}
.onepass #section7 .tmap .right p strong {
    font-size: 140%;
    color: #ff0000;
}
.onepass #section7 .tmap .right p.sm {
    font-size: 18px;
    font-weight: 400;
}

/* Section 8 */
.onepass #section8 {
    background: #f1f6f9;
}
.onepass #section8 .row img {
    border-radius: 10px;
}
.onepass #section8 p.lg {
    margin: 83px 0 0;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    letter-spacing: -0.025em;
}
.onepass #section8 p.lg::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 6px solid #cae2ff;
    background: #1864ab;
    border-radius: 50%;
    left: 2px;
    top: -35px;
}
.onepass #section8 p.lg::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 48px;
    background: #333;
    top: -83px;
    left: 11px;
}
.onepass #section8 p.lg em {
    font-size: 130%;
    font-style: normal;
    color: #1864ab;
    font-weight: 600;
}
.onepass #section8 p.lg strong {
    font-weight: 600;
}

/* Section 9 */
.onepass #section9 .box-intro {
    position: relative;
    padding: 60px;
    padding-top: 80px;
    color: #fff;
    text-align: center;
    background: #0089cf url(/public/img/sub/onepass/section9_bg.jpg) no-repeat center / cover;
    border-radius: 10px;
}
.onepass #section9 .box-intro .tit {
    position: relative;
    display: inline-block;
    margin: 0 0 22px;
    font-size: 35px;
    font-weight: 600;
}
.onepass #section9 .box-intro .tit::before {
    content: "ONE PASS CLEAN";
    top: -24px;
    right: 39px;
    position: absolute;
    font-size: 110%;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0.2;
}
.onepass #section9 .box-intro .tit + p {
    font-size: 18px;
    font-weight: 400;
    color: #f5fafd;
}
.onepass #section9 .box-intro .feature {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 35px;
    align-items: center;
}
.onepass #section9 .box-intro .feature > .item {
    padding: 35px 33px;
    color: #333;
    background: #fff;
    border-radius: 0 25px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.3);
}
.onepass #section9 .box-intro .feature > .item p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3em;
    word-break: break-all;
}
.onepass #section9 .list-location {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}
.onepass #section9 .list-location > li {
    flex: 1 1 0;
    font-size: 16px;
    line-height: 1.4em;
    text-align: center;
}
.onepass #section9 .list-location > li + li::before {
    content: "";
    top: 50%;
    left: -16px;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ddd;
    transform: translateY(-50%);
}
.onepass #section9 .list-location > li .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: #1f497d;
    border-radius: 30px;
}
.onepass #section9 .list-location > li .icon > * {
    font-size: 30px;
    color: #fff;
}
.onepass #section9 .list-location > li strong {
    display: block;
    font-weight: 600;
}

/* Section 10 */
.onepass #section10 {
    background: #f1f6f9;
}
.onepass #section10 .sec-middle .tit {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1em;
    letter-spacing: -0.03em;
}
.onepass #section10 .sec-middle .tit .detail {
    padding-left: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    border-left: 1px solid #999;
    color: #333;
    letter-spacing: -0.03em;
}
.onepass #section10 .box-service-into {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}
.onepass #section10 .box-service-into .tit-sub {
    margin: 0;
    padding: 14px 15px;
    font-size: 16px;
    color: #fff;
    line-height: 1em;
    background: #1864ab;
    font-weight: 600;
}
.onepass #section10 .box-service-into img {
    border-radius: 0 30px 0 0;
}
.onepass #section10 .box-service-into p {
    margin: 0;
    padding: 15px;
    font-size: 15px;
    line-height: 1.4em;
    background: #fff;
}

/* 상품게시판 */
/* =================================== 상품 게시판 =================================== */
/* 상품게시판 상세페이지 */
.board_pd_view {
    position: relative;
}

.board_pd_view .pd_top_wrap {
    margin-bottom: 100px;
}

.board_pd_view .pd_top_wrap .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.board_pd_view .pd_top_wrap .row::before,
.board_pd_view .pd_top_wrap .row::after {
    content: none;
}

.board_pd_view .pd_top_wrap :where(.pd_col_lft, .pd_col_rgt) {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .board_pd_view .pd_top_wrap .row {
        gap: 40px;
    }

    .board_pd_view .pd_top_wrap .pd_col_rgt {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .board_pd_view .pd_top_wrap .row {
        gap: 60px;
    }

    .board_pd_view .pd_top_wrap :where(.pd_col_lft, .pd_col_rgt) {
        width: 100%;
        overflow: hidden;
    }

    .board_pd_view .pd_top_wrap .pd_col_rgt {
        width: inherit;
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .board_pd_view .pd_top_wrap .row {
        gap: 90px;
    }
}

@media (max-width: 767px) {
    .board_pd_view .pd_top_wrap .row {
        gap: 40px;
    }

    .board_pd_view .pd_top_wrap {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .board_pd_view .pd_top_wrap .row {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* 상품게시판 상세페이지 메인이미지 */
.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_main .thumb, .pd_img_sub .thumb) {
    aspect-ratio: 1/1;
}

.board_pd_view .pd_img_main {
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    margin: 0;
}

/* 상품게시판 상세페이지 메인이미지 슬라이드 */
.board_pd_view .pd_img_main :where(.next-btn, .prev-btn) {
    z-index: 1010;
    position: absolute;
    top: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 50px;
    height: 100%;
    padding: 0;
}

.board_pd_view .pd_img_main .next-btn {
    right: 0px;
}

.board_pd_view .pd_img_main .prev-btn {
    left: 0px;
}

.board_pd_view .pd_img_main :where(.next-btn, .prev-btn)::before {
    transition: opacity 0.3s;
    opacity: 0.35;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    aspect-ratio: 1/1;
    width: 30px;
    border-radius: 50%;
    background: #000;
}

.board_pd_view .pd_img_main :where(.next-btn, .prev-btn):hover::before {
    opacity: 1;
}

.board_pd_view .pd_img_main .next-btn::before {
    content: "\f105";
}

.board_pd_view .pd_img_main .prev-btn::before {
    content: "\f104";
}

.board_pd_view .pd_slider_wrap .pd_img_sub {
    min-height: 82px;
    margin-top: 25px;
    border: none;
}

.board_pd_view .pd_slider_wrap .pd_img_sub > [class^="pd_thumb"] {
    display: none;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-list {
    padding: 0 !important;
}

.board_pd_view .pd_slider_wrap :where(.pd_img_main) .slick-track {
    display: flex;
}

.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .slick-slide {
    width: inherit !important;
    background: #f7f7f7;
}

.board_pd_view .pd_slider_wrap .pd_img_main :where(.slick-list, .slick-track) {
    height: 100% !important;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-slide .thumb {
    transition: 0.075s;
    border: 1px solid transparent;
    width: 100%;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-track {
    width: inherit !important;
    transform: none !important;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 6), min-content));
    margin: 0 -2px;
    row-gap: 4px;
}

.board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .thumb {
    display: block;
    margin: 0;
    padding: 0;
    position: static;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-slide {
    padding: 0 2px;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .thumb {
    cursor: pointer;
    opacity: 0.35;
}

.board_pd_view .pd_slider_wrap .pd_img_sub .slick-current .thumb,
.board_pd_view .pd_slider_wrap .pd_img_sub .slick-slide:where(:hover) .thumb {
    opacity: 1;
    border-color: #ccc;
}

@media (max-width: 767px) {
    .board_pd_view .pd_img_main {
        margin-bottom: 0;
        border: 0;
    }

    .board_pd_view .pd_slider_wrap .pd_img_sub {
        margin-top: 15px;
        min-height: auto;
    }

    .board_pd_view .pd_top_wrap .pd_slider_wrap {
        margin: 0 -15px;
    }
}

.board_pd_view .pd_img_main .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex !important;
    justify-content: center;
    gap: 0 10px;
    width: auto;
    padding: 7px 12px;
    border-radius: 50px;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.35);
}

.board_pd_view .pd_img_main .slick-dots li {
    opacity: 0.65;
    width: auto;
    height: auto;
    margin: 0;
}

.board_pd_view .pd_img_main .slick-dots li.slick-active {
    opacity: 1;
}

.board_pd_view .pd_img_main .slick-dots li button {
    width: 8px;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
}

.board_pd_view .pd_img_main .slick-dots li button:before {
    content: none;
}

@media (min-width: 768px) {
    .board_pd_view .pd_img_main .slick-dots {
        display: none !important;
    }
}

/* 상품게시판 상세페이지 상품 제목 */
.board_pd_view .pd_info_wrap {
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.board_pd_view .pd_title_wrap {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333;
}

.board_pd_view .pd_title_wrap .badge {
    font-size: 13px;
    padding: 7px 10px 6px;
}

.board_pd_view .pd_title_wrap .title {
    font-size: 32px;
    margin: 0;
    letter-spacing: -0.034em;
    line-height: 4rem;
    word-break: break-all;
}

.board_pd_view .pd_title_wrap .badge + .title {
    margin-top: 15px;
}

.board_pd_view .pd_title_wrap .info {
    display: none !important;
}

.board_pd_view .pd_title_wrap .info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    padding-left: 3px;
    font-size: 13px;
    color: #888;
    margin-top: 20px;
}

.board_pd_view .pd_title_wrap .info strong {
    margin-right: 5px;
}

.board_pd_view .pd_preview_wrap {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 max(250px, 0px);
    padding-right: 15px;
    margin-right: 2px;
    margin-bottom: 25px;
    /* -moz- */
    scrollbar-width: thin;
}

.board_pd_view .pd_preview_wrap #pd_preview_text {
    margin: 0;
    font-size: 16px;
    line-height: 2.45rem;
    white-space: pre-line;
    word-break: break-all;
}

.board_pd_view .pd_preview_wrap #pd_preview_text * {
    margin: 0;
    padding: 0;
}

.board_pd_view .pd_preview_wrap #pd_preview_text :where(div, section, embed, iframe, img, video, table) {
    max-width: 100%;
    height: auto;
}

.board_pd_view .pd_preview_wrap #pd_preview_text :where(iframe, video) {
    aspect-ratio: 16/9;
}

.board_pd_view .pd_preview_wrap #pd_preview_text :where(table) {
    width: 100%;
}

.board_pd_view .none_button .pd_preview_wrap {
    margin-bottom: 3px;
}

/* chorome, edge, safari */
.board_pd_view .pd_preview_wrap::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    background: #ddd;
    border-radius: 50px;
}

.board_pd_view .pd_preview_wrap::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 50px;
}

.board_pd_view .pd_preview_wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
}

.board_pd_view .pd_preview_wrap::-webkit-scrollbar:vertical {
    width: 5px;
}

.board_pd_view .pd_preview_wrap::-webkit-scrollbar:horizontal {
    height: 12px;
}

/* 상품게시판 상세페이지 버튼 */
.board_pd_view .pd_btn_wrap {
    padding-top: 25px;
    border-top: 1px solid #ddd;
    margin-top: auto;
}

.board_pd_view .pd_btn_wrap ul {
    --pd_btn_gap: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--pd_btn_gap);
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] {
    flex-grow: 1;
    flex-basis: 0;
    min-height: 60px;
}

.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background: #333;
    color: #fff;
    white-space: normal;
}

.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a span {
    text-align: center;
}

.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a:where(:hover, :focus) {
    background: #111;
}

/* 상품게시판 상세페이지 탭 */
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li {
    flex: 1 25%;
    width: 0px;
}

.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li + li {
    margin-left: -1px;
}

.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0px 20px;
    border: 1px solid #ddd;
    border-bottom-color: #888;
    border-radius: 0;
    color: #888;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li a span {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li.active a {
    z-index: 5;
    border-color: #888;
    border-bottom-color: transparent;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

/* .board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li.active:only-child { display: none; } */
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li:not(.active) a:where(:hover, :focus) {
    background: #f7f7f7;
}

.board_pd_view .contents_wrap {
    padding: 80px 0px;
    border-bottom: 1px solid #ccc;
}

.board_pd_view .contents_wrap img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .pd_view_wrapper {
        margin-top: 0;
    }

    .board_pd_view {
        display: flex;
        flex-direction: column;
    }

    .board_pd_view .pd_title_wrap {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .board_pd_view .option_wrap:not(.mobile) {
        order: 3;
    }

    .board_pd_view .option_wrap:not(.mobile) .move_btn_wrap {
        display: none !important;
    }

    .board_pd_view .option_wrap.mobile {
        order: 1;
        z-index: 2000;
        position: sticky;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 45px;
        margin: 0 -15px 0px;
        padding: 0 15px;
        border: 0;
        color: #666;
        background-color: #f7f7f7;
    }

    .board_pd_view .option_wrap.mobile .list_btn_wrap {
        position: static;
    }

    .board_pd_view .option_wrap.mobile .list_btn_wrap a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: transparent;
        height: 100%;
        padding: 0;
        background-color: transparent;
        border: 0;
    }

    .board_pd_view .option_wrap.mobile .list_btn_wrap a::before {
        content: "\f060";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #666;
        line-height: 0;
    }

    .board_pd_view .option_wrap.mobile .btn_wrap {
        display: flex;
        gap: 0 10px;
        flex-direction: row-reverse;
        align-items: center;
    }

    .board_pd_view .option_wrap.mobile .btn_wrap .btn {
        display: inline-flex;
        align-items: center;
        color: inherit;
        border: 0;
        padding: 0;
        height: 100%;
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline;
        line-height: 1;
    }

    .board_pd_view .option_wrap.mobile .btn_wrap .btn:where(:focus, :hover) {
        background: inherit;
        border: 0;
    }

    .board_pd_view .option_wrap.mobile .btn + .btn {
        margin-left: 0px;
    }

    .board_pd_view .option_wrap.mobile .move_btn_wrap {
        display: flex !important;
        gap: 0 15px;
        padding: 0;
        margin: 0;
    }

    .board_pd_view .option_wrap.mobile .move_btn_wrap li {
        list-style: none;
    }

    .board_pd_view .option_wrap.mobile .move_btn_wrap button {
        padding: 0;
        background-color: transparent;
        color: inherit;
        border-radius: 0;
        border: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
    }

    .board_pd_view .option_wrap.mobile .move_btn_wrap button:where(:hover, :focus, :active) {
        color: #0c60b4;
        font-weight: 700;
    }

    .board_pd_view .pd_top_wrap {
        order: 2;
    }

    .board_pd_view .pd_bottom_wrap {
        order: 3;
    }

    .board_pd_view .reply_wrap {
        order: 4;
    }

    .board_pd_view .pd_preview_wrap #pd_preview_text {
        line-height: 2rem;
        font-size: 15px;
    }

    .board_pd_view .pd_title_wrap .title {
        font-size: 24px;
        line-height: 3.5rem;
        font-weight: 600;
    }

    .board_pd_view .pd_preview_wrap {
        flex: auto;
        max-height: 200px;
    }

    .board_pd_view .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .thumb {
        width: 100% !important;
    }

    .board_pd_view .pd_btn_wrap li.pd_btn_item {
        flex: 1 49%;
    }

    .board_pd_view .tab-content > .tab-pane {
        display: block;
    }

    .board_pd_view .tab-content > .tab-pane + .tab-pane {
        margin-top: 70px;
    }

    .board_pd_view .contents_wrap {
        padding: 0;
        border: 0;
    }

    .board_pd_view .contents_wrap .pd_tabs_tp_title {
        border-bottom: 1px solid #ccc;
        margin: 0 0 30px;
        padding: 0px 0px 15px;
        font-size: 20px;
        font-weight: 600;
    }

    .board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] {
        flex-grow: 0;
        flex-basis: calc((100% - var(--pd_btn_gap) * 1) / 2);
        min-height: 55px;
    }

    .board_pd_view .pd_btn_wrap li[class^="pd_btn_item"]:only-child {
        flex-grow: 1;
        min-height: 60px;
    }
}
.board_pd_view .pd_title_wrap {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.board_pd_view .pd_title_wrap .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 3.5rem;
    word-break: break-word;
}
.board_pd_view .pd_preview_wrap #pd_preview_text .prod-des {
    margin-bottom: 15px;
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}
.board_pd_view .pd_preview_wrap #pd_preview_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.board_pd_view .pd_preview_wrap #pd_preview_text p + ul,
.board_pd_view .pd_preview_wrap #pd_preview_text h5 + ul {
    margin-top: -15px;
}
.board_pd_view .pd_preview_wrap #pd_preview_text ul {
    line-height: 0.4em;
}
.board_pd_view .pd_preview_wrap #pd_preview_text ul > li {
    position: relative;
    padding-left: 16px;
    line-height: 1.4em;
    color: #555;
}
.board_pd_view .pd_preview_wrap #pd_preview_text ul > li::before {
    content: "";
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #666;
    border-radius: 30px;
}

.board_pd_view .pd_img_main {
    border: 1px solid #ddd;
}

/* 버튼 */
.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] {
    min-height: 55px;
}
.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a {
    background: var(--page-point-color);
    border-radius: 4px;
    font-weight: 500;
}
.board_pd_view .pd_btn_wrap li[class^="pd_btn_item"] a:hover {
    background: var(--page-point-color-hover);
}
/* 상품 설명 탭 */
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li a {
    background: #f7f7f7;
    height: 55px;
    border: 1px solid #fff;
    border-bottom: 1px solid #888;
}
.board_pd_view .pd_tabs_nav_wrap ul.nav-tabs li.active a {
    background: #fff;
    font-weight: 500;
    border: 1px solid #888;
    border-bottom: 1px solid #fff;
}
.board_pd_view .pd_top_wrap {
    margin-bottom: 130px;
}
.board_pd_view .contents_wrap h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}
.board_pd_view .contents_wrap p + h5,
.board_pd_view .contents_wrap ul + h5,
.board_pd_view .contents_wrap ol + h5 {
    margin-top: 35px;
}
.board_pd_view .pd_slider_wrap .pd_img_main .slick-slide {
    background: #fff;
}
.board_pd_view .pd_slider_wrap .pd_img_sub .slick-current .thumb {
    background: #fff;
}

/* 제품소개 공통 스타일 */
.board_pd_view .link ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
}

/* 250502 */
.privacy-wrap {
    margin-block: 150px;
}
.privacy-wrap h1 {
    text-align: center;
    margin-bottom: 60px;
}

.privacy_checkbox{
    text-align: right;
    /* margin-bottom: 30px; */
    padding-bottom: 20px;
    display: block;
}