@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Nanum+Myeongjo:wght@400;700;800&display=swap');

#site {
    font-family:  'Pretendard Variable',"notokr", sans-serif;
    padding-top: 94px;
    letter-spacing: -0.015em;
    color: #222;
}
@media (max-width: 767px) {
    #site {
        padding-top: 66px;
    }
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

p{margin: 0;}
a{text-decoration: none;}

#site > .container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #eb4d2f;
    --page-point-color-hover: #c4361b;
    --page-dark-color: #444;
    --page-dark-color-hover: #2f2f2f;
    --font-nm:
    'Nanum Myeongjo', 'notokr', sans-serif;
}

/* ------------ 접근성 ------------ */
.navbar .caret {
    display: none;
}
.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* ------------ 상단 메뉴 ------------ */
.navbar-inverse > .container{display: flex;}
.navbar-inverse > .container .navbar-header{flex: 1;}
.lang-wrap {
    padding: 35px 0;
    padding-left: 45px;
    display: flex;
    flex-wrap: wrap;
}
.lang-wrap > .lang-change-btn {
    border: 0;
    padding: 5px 8px;
    background: none;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    color: #6f6f6f;
    border: 1px solid #ddd;
}

.lang-wrap > .lang-change-btn.active {
    border-color: #eb4d2f;
    background: #eb4d2f;
    color: #fff;
}
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09);
    line-height: 1;
}
.navbar-inverse .navbar-brand {margin-top: 9px;}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 37px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
:lang(en) .navbar-inverse .navbar-nav > li > a{padding: 37px 20px;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 600;
    color: var(--page-point-color);
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

@media (max-width: 767px) {
    .lang-wrap{position: absolute;right: 65px;padding: 0;top: 23px;}
    .navbar-inverse > .container{display: block;}
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height: 100%;}
    
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 4px;
        height: 75%;
    }

    .navbar-inverse .navbar-nav > li > a,
    :lang(en) .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 17px;
        color: #333;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #000;
        border-radius: 0;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        overflow-x: hidden;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        background: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 15px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        background: transparent;
        transition: all 0.2s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background: var(--page-point-color);
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control {
    width: 9%;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

#mainCarousel .carousel-inner .item {
    height: calc(100vh - 96px);
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    bottom: 50%;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 65px;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
    border: none;
    margin: 0 1px!important;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.carousel-indicators li.active {
    background-color: #fff;
    background: #ff5939;
}

.carousel-caption {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    text-align: center;
    top: 30%;
    bottom: inherit;
    transform: translateY(-50%);
    text-align: center;
}
.carousel-caption h1 {
    font-size: 56px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 32px;
    font-family: var(--font-nm);
    letter-spacing: -0.02em;
}
.carousel-caption h1 span {
    font-size: 16px;
    display: block;
    font-family: 'Pretendard', 'notokr', sans-serif;
    letter-spacing: 2px;
    font-weight: 200;
    width: max-content;
    margin: 0 auto 20px;
    border-bottom: 1px solid rgba(255,255,255,0.55);
    border-top: 1px solid rgba(255,255,255,0.55);
    padding: 9px 12px;
}
.carousel-caption p {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.01em;
}
#slide_box{
    bottom: 16%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.menu_lists {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.menu_lists .menu_list {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.45);
    flex-direction: column;
    gap: 20px;
    display: flex;
    height: 220px;
    width: 220px;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
    transition: border 0.6s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(30px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.menu_lists .menu_list > span {
    font-size: 50px;
    font-weight: 250;
}
.menu_lists .menu_list i {
    font-size: 35px;
}
.menu_lists .menu_list p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0;
}
.menu_lists .menu_list::before {
    content: "";
    position: absolute;
    top: 0;
    left: -110px;
    width: 0;
    height: 100%;
    background-color: transparent;
    z-index: -1;
    transition: all 0.55s;
    transform: skewX(135deg);
}
.menu_lists .menu_list:hover::before {
    background: var(--page-point-color);
    width: 205%;
}
.menu_lists .menu_list:hover {
    border: 1px solid var(--page-point-color);
}
@media (max-width: 767px) {
    .menu_lists{display: grid;grid-template-columns: repeat(3, 1fr);}
    .menu_lists .menu_list{height: 120px;width: 120px;}
    .menu_lists .menu_list > span{font-size: 30px;}
    .menu_lists .menu_list p{font-size: 16px;}
    .menu_lists .menu_list::before{left: -60px;}
    #mainCarousel .carousel-inner .item {
        height: calc(100vh - 66px);
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 34px;
        line-height: 30px;
    }
    :lang(en) .carousel-caption h1{line-height: 44px;}
    #mainCarousel .carousel-caption p {
        font-size: 16px;
    }
    .carousel-caption h1 span{
        font-size: 13px;
        padding: 5px 12px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev{top: 30%;}
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{right: 80%;}
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{left: 80%;}
}
@media (max-width: 460px) {
    #slide_box{bottom: 10%;}
    :lang(en) #slide_box{bottom: 22%;}
    .menu_lists{display: grid;grid-template-columns: repeat(2, 1fr);}
    .carousel-caption {top: 25%;}
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev{top: 25%;}
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}
#site footer .footer-info {
    padding: 30px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 700;
    font-size: 13px;
    color: #ccc;
    margin-bottom: 3px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 21px;
}
#site footer .footer-info .logo > img {
    padding: 0 20px;
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.08em;
}
#site footer .footer-info ul .login-li {
    float: right;
}
#site footer .footer-info ul .login-li a {
    color: #fff;
    opacity: 0.6;
    border: 1px solid #aaa;
    padding: 7px 15px;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}
#site footer .footer-info ul .login-li a:hover {
    background: #fff;
    color: #222;
    opacity: 1;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
    #site footer .footer-info ul .login-li{
        float: inherit;
        display: block;
        margin: 15px 0 0 0;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 330px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat bottom center;
    background-size: cover;
}
.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}
.sub_header h2 {
    font-size: 44px;
    line-height: 1;
    margin: -20px 0 0;
    text-align: left;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.034em;
    font-family: var(--font-nm);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.sub_header .container {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcrumb {
    position: absolute;
    top: 15px;
    right: 0;
    background: none;
    padding: 0 15px 0 0;
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    display: none;
}
.breadcrumb > li {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1;
}
.breadcrumb > li i {
    font-size: 11px;
}
.breadcrumb > li.active {
    color: #ccc;
}
.breadcrumb > li + li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: -24px;
    display: block;
    font-size: 10px;
    padding: 1px 4px 0 7px;
    color: #999;
}
@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }
    .sub_header .container{width: 100%;}
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
        text-align: center;
    }
    .breadcrumb {
        display: none;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    margin-top: -49px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(20px);
}

#contact01 .sub_menu {
    display: none;
}
.sub_menu ul {
    display: flex;
    justify-content: left;
}
.sub_menu ul > li > a {
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 400;
    color: #bbb;
    letter-spacing: -0.02em;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    display: inline-block;
    transition: all 0.35s;
}

.sub_menu ul > li > a:hover {
    color:#fff;
    background: transparent;
}
.sub_menu ul > li > a::after {
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    background: transparent;
    transition: 0.35s;
}

.sub_menu ul > li.active > a::after {
    width: 100%;
    background: var(--page-point-color);
}
.sub_menu ul > li > a:hover::after {
    width: 100%;
    background-color: #e54930;
    z-index: -1;
}
.sub_menu .nav li.active a {
    background: var(--page-point-color);
    color: #222;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 767px) {
    .sub_menu {display: none;}
}

/* ------------ 공통 ------------ */
.content {
    padding: 80px 0 90px;
}
.content + .content {
    padding-top: 0px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding: 30px 0 50px;
}
.content_box + .content_box {
    padding-top: 0px;
}
.page_tit {
    position: relative;
    margin: 100px 0 0;
    text-align: left;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.page_tit h3 small{display: block;margin-top: 15px;line-height: 27px;}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}
.sub_tit::before {
    /* content: ""; */
    top: 5px;
    left: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid var(--page-point-color);
    border-radius: 50%;
}
.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}
.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #adadad;
    border-radius: 20px;
}
.list-num,
.list-num-basic {
    counter-reset: number 0;
}
.list-num > li,
.list-num-basic > li {
    padding-left: 32px;
    font-size: 17px;
    line-height: 2em;
    position: relative;
    list-style: none;
}
.list-num > li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.list-num-basic > li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 7px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.board_wrapper{margin-top: 0;}
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}
input + #list_btn {
    display: none;
}
@media (max-width: 767px) {
    .page_tit{margin: 70px 0 0;}
    .page_tit h3 {font-size: 32px;}
    .content_box{padding: 40px 0 40px;}
    .content {padding: 65px 0 70px;}
}

/* ------------ company01 ------------ */
.greet .img_area {
    padding-right: 75px;
}
.greet .txt_area .intro {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    color: var(--page-point-color);
    width: 80%;
    word-break: keep-all;
    line-height: 1.45;
    letter-spacing: -0.03em;
}
.greet .txt_area .middle{text-align: justify;}
.greet .txt_area .high {
    font-size: 18px;
    font-weight: 550;
    color: #333;
    letter-spacing: -0.02em;
}
.greet .txt_area p {
    margin: 0 0 30px;
    font-size: 16px;
    margin-bottom: 27px;
    line-height: 1.65;
    color: #666;
    word-break: keep-all;
}
.greet .txt_area .name {
    text-align: right;
    font-weight: 600;
    color: #333;
}

.greet .txt_area .name b {
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 700;
    display: inline-block;
}

/* ------------ company02 ------------ */
.history_items {
    position: relative;
}
.history_items::before {
    content: "";
    left: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 10px;
    border-left: 1px solid #c1c1c1;
    margin-left: 10px;
    margin-top: 6px;
    border-bottom: 40px solid #fff;
}
.history_items .history_item {
    display: flex;
    /* gap: 50px; */
    align-items: center;
    margin-bottom: 45px;
}
.history_item .history_d {
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    flex-basis: 20%;
    position: relative;
    font-family: var(--font-nm);
    color: #b5b5b5;
    font-style: italic;
    letter-spacing: -0.02em;
    padding-left: 60px;
}

.history_item .history_d::after {
    content: '';
    width: 36px;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: -1;
    /* background: #ccc; */
}
.history_item .history_d::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    aspect-ratio: 1;
    background: #fb5f41;
    /* border: 4px solid #ffcfc5; */
    left: 5px;
    top: 18px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.history_item .txt_area ul li {
    position: relative;
    font-size: 17px;
    color: #333;
    padding-left: 14px;
}

.history_item .txt_area ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #444;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.history_item .txt_area {
    padding-left: 55px;
}
.customer_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.customer_list li {
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 30px;
}
.customer_list li img {
    max-height: 35px;
}
.customer_txt_list{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
    padding: 30px;
    gap: 10px 20px;
}
.customer_txt_list li{font-size: 17px;}
.customer_txt_list .green{color: #008000;}
.customer_txt_list .blue,.customer_txt_list .blue a{color: #0000ff;}
.customer_txt_list .italic{font-style: italic;}
.customer_txt_list .bold{font-weight: 600;}

/* ------------ about ------------ */
.detail_items {
    display: flex;
    gap: 40px;
}
.detail_items .detail_item {
    flex: 1;
    padding: 40px;
    background: #f8f8f8;
}
.detail_item .tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: -0.025em;
}
.list_ab > li {
    font-size: 16px;
    padding-left: 15px;
    line-height: 1.5em;
    margin-bottom: 8px;
    position: relative;
}
:lang(en) .list_ab > li{font-size: 15px;}
.list_ab > li::before {
    content: "";
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: #f55e41;
    transform: rotate(45deg);
}
.list_ab .list-dash {
    margin: 5px 0 12px;
}
.list_ab .list-dash > li {
    font-size: 15px;
    color: #707070;
}

/* ------------ business01 ------------ */
.bs_img{margin-bottom: 20px;}
.list_bs > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #222;
    transform: rotate(45deg);
}
.list_bs > li {
    font-size: 17px;
    font-weight: 500;
    padding-left: 12px;
    line-height: 1.5em;
    margin-bottom: 10px;
    position: relative;
}
.list_bs > li:last-child {
    margin-bottom: 0;
}
.list_bs .list-dash {
    padding: 20px;
    background: #f7f7f7;
    margin-top: 10px;
}
.list_bs .list-dash > li {
    font-weight: 400;
}

/* ------------ contact01 ------------ */
.info_items {
    margin-top: 20px;
    border-top: 1px solid #333;
    color: #666;
}
.info_items .info_item {
    border-top: 1px solid #eee;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 13px;
}
.info_item span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #333;
}

.info_item > span {
    min-width: 120px;
}

.info_item > span::after, .info_item 
 > ul > li > span::after {
    content: '';
    width: 2px;
    height: 13px;
    background: #ddd;
    position: absolute;
    right: 0;
}
.info_item span i {
    position: relative;
    color: var(--page-point-color);
    padding: 10px;
    font-size: 13px;
    border-radius: 50%;
    margin-right: 10px;
}
.info_item span i::before {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.info_item ul {
    display: flex;
    gap: 70px;
}
.info_item ul li {
    display: flex;
    align-items: center;
    gap: 13px;
}

.info_item ul li > span {
    min-width: 120px;
}

/* ------------ news01 ------------ */
.news_item .img_area {
    padding-right: 40px;
}
.news_item .txt_area .e_txt {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.news_item .txt_area p {
    margin: 0 0 30px;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.58;
}
:lang(en) .news_item .txt_area p {text-align: justify;}
.news_item .link a {
    display: inline-block;
    border: 1px solid var(--page-point-color);
    padding: 10px 20px;
    float: right;
    transition: all 0.3s;
    color: #e14224;
    font-size: 16px;
}
.news_item .link a:hover {
    background: var(--page-point-color);
}
.news_item .link a:hover {
    color: #fff;
}
.news_item .link a {
    text-decoration: none;
    font-weight: 600;
}
.news_item .link a span {
    margin-left: 10px;
}

/* ---------- board ---------- */
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th, 
.table.table_default tr td {
    border-color: #e3e3e3;
    padding: 16px 15px;
    font-size: 16px;
}
.table.table_default tr td {
    color: #808080;
}

.table.table_default thead tr th {
    background: #fafafa;
    color: #222;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #222;
    letter-spacing: -0.02em;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc
}
.board_data_view .header_wrap {
    text-align: left;
    padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;
}
.board_data_view .header_wrap .info {
    margin-top: 20px;
}
.board_data_view .header_wrap .title {
    letter-spacing: -0.035em;
    font-size: 24px;
}
.board_data_view .contents_wrap {
    padding: 40px 0;
}
.board_data_view .contents_inner {
    font-size: 16px;
    line-height: 1.65;
}
@media (max-width: 767px) {
    /* ------------ company01 ------------  */
    .greet .img_area{padding: 0 15px;}
    .greet .txt_area .intro{font-size: 21px;width: 100%;}
    .greet .txt_area p{word-break: break-all;}

    /* ------------ company02 ------------  */
    .history_items .history_item{flex-direction: column;gap: 15px;align-items: flex-start;}
    .history_item .history_d{font-size: 33px;}
    .customer_txt_list{padding: 20px;}
    .customer_txt_list li{font-size: 14px;}

    /* ------------ about01 ------------  */
    .detail_items{flex-direction: column;}
    .detail_items .detail_item{padding: 25px;}
    .detail_item .tit{font-size: 22px;}

    /* ------------ news01 ------------  */
    .news_item .img_area{padding: 0 15px 30px;}

    /* ------------ contact01 ------------  */
    .info_items .info_item{font-size: 15px;}
    .info_item ul{flex-direction: column;gap: 12px;}

    /* member */
    #captcha{position: relative;transform: inherit;width: 120px;height: 40px;}
    #site .member_wrapper #join_form tr td input#wr_captcha{margin: 0 !important;transform: initial;}
    #site .member_wrapper #join_form tr td input:not(#mb_mailing){width: 100% !important;}
    #site .member_wrapper #join_form tr td{
        display: flex !important;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 5px;
    }
    #site .member_wrapper div.text-center {
        margin-top: 0 !important;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    /* form */
    #form_contact01 #item_captcha td{gap: 5px;display: flex !important;}
    .board_wrapper .table.board_write_table tbody tr :where(th, td){padding: 14px 0;}
    #item_captcha #wr_captcha{width: 100%;}
    
    /* board */
    .board_data_view .header_wrap{text-align: center;padding: 30px 0;}
    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {width: 100%;}
    .table.table_default tbody .subject a {font-size: 15px;}
    .board_wrapper .table .subject {width: 45%;}
    .board_write_table #captcha {margin-bottom: 10px;height: inherit;}
    .member_wrapper {padding-top: 100px;padding-bottom: 200px;}
    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .member_wrapper .login_extra ul li + li::before {content: none;}
}