@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=Roboto:wght@300;400;500;700;900&display=swap');

#site {
    font-family: "Roboto", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0;
    color: #333;
}
@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: #108755;
    --page-point-color-hover: #0a5f3b;
}

/* ------------ 접근성 ------------ */
.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 {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.04);
}
.navbar.navbar-inverse.on {
    border-bottom: 0;
    background-color: #fff;
}
.navbar-inverse .navbar-brand{padding-top: 25px;}
.navbar-inverse .navbar-brand h1 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}
.navbar-inverse .navbar-brand h1 small{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
}
.navbar.navbar-inverse.on .navbar-brand h1{color: #111;}
.navbar.navbar-inverse.on .navbar-brand h1 small{color: #777;}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.01em;
}
.navbar-inverse.on .navbar-nav > li > a {
    color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 500;
    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) {
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 6px;
        height: 75%;
    }
    .navbar-inverse .navbar-nav > li{padding: 0;}
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a::before{content: none;}
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-right{
        margin-bottom: 0;
    }
    .navbar-inverse .navbar-right>li{border-bottom: 1px solid #e1e1e1;}
    .navbar-inverse .navbar-right>li:last-child{border: 0;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color: var(--page-point-color);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav #gnb_59 .dropdown-menu > li > a:hover::before,
    .navbar-inverse .navbar-nav #gnb_59 .dropdown-menu > li > a:focus::before {
        background: var(--page-point-color);
    }

    .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;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height: 100%;}
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        border-radius: 0;
        overflow: hidden;
        margin-top: -10px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 8px 15px;
        text-align: center;
        font-size: 15px;
        color: #444;
        background: transparent;
        transition: all 0.2s;
        letter-spacing: -0.02em;
        border-radius: 0;
        font-weight: 500;
    }
    .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.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: 850px;
    /* height: calc(100vh - 96px); */
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    bottom: 17%;
    text-align: left;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 7px 0 0;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li:last-child{margin-right: 0;}
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 0 7px 0 0;
    opacity: 1;
}

.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: left;
    top: 52%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 40px;
}
.carousel-caption p {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.025em;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 300px;
    }
    .carousel-caption {
        padding: 0px;
        top: 45%;
    }
    .carousel-caption h1 {
        font-size: 11px;
        line-height: 30px;
        margin-bottom: 0;
    }
    #mainCarousel .carousel-caption p {
        font-size: 17px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 50px;
        width: 70%;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #888;
    letter-spacing: -0.015em;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info p{
    font-size: 24px;
    font-weight: 700;
}
#site footer .footer-info p small{
    display: block;
    font-size: 12px;
    font-weight: 500;
}
#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: 18px;
}
#site footer .footer-info .info {
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 10px;
}
@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 .info{padding: 20px 15px 0;}
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 400px;
    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.45);
}
.sub_header h2 {
    font-size: 44px;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.sub_header .container {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }
    .sub_header h2 {
        font-size: 32px;
        margin: 0;
        line-height: 1.2;
    }
    .sub_header .container{top: 50%;}
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    margin-top: -31px;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.125);
}
.sub_menu ul > li {
    flex: 1;
    text-align: center;
}

.sub_menu ul > li + li {
    border-left: 1px solid #f3f3f3;
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    padding: 7px 0;
    font-size: 17px;
    line-height: 50px;
    text-decoration: none;
    background: #fff;
    font-weight: 400;
    color: #333;
    transition: .3s;
    letter-spacing: -0.02em;
}
.sub_menu .nav li.active a,
.sub_menu .nav li:hover a {
    color: #fff;
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 준비중 ------------  */
.ing_p .txt-area {
    padding: 62px 25px;
    margin-top: 0;
    background: #f6f6f6;
    text-align: center;
}
.ing_p .txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: #dddddd;
    font-size: 62px;
}
.ing_p .txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #444;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.ing_p .txt-area p {
    color: #707070;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.015em;
}

/* ------------ main ------------  */
.main_section {
    padding: 110px 0 120px;
}
.main_page_title h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.main_section .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.se01 .btn_link a {
    padding-left: 10px;
    width: 190px;
    height: 50px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 1px solid;
    background: var(--page-point-color);
    transition: all 0.3s ease;
}

.se01 .btn_link a:hover {
    background: var(--page-point-color-hover);
}
.btn_link a span {
    margin-left: 10px;
    width: 0;
    overflow: hidden;
    transition: 0.4s;
}
.btn_link a:hover span {
    width: 20px;
}
.se01_items {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.se01_items .se01_item {
    flex: 1;
}
.se01_items .se01_item .img_area img {
    width: 100%;
}
.se01_items .se01_item p {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: -0.015em;
}
.se01_items .se01_item .img_area {
    margin: 10px auto;
    overflow: hidden;
    position: relative;
}
.se01_items .se01_item .img_area::before,
.se01_items .se01_item .img_area::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}
.se01_items .se01_item .img_area::before {
    bottom: 5%;
    left: 5%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.se01_items .se01_item .img_area::after {
    top: 5%;
    right: 5%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.se01_items .se01_item .img_area:hover::before,
.se01_items .se01_item .img_area:hover::after {
    width: 90%;
    height: 90%;
    opacity: 1;
}
.se01_items .se01_item .img_area img {
    transform: scale(1);
    transition: all 0.5s;
}
.se01_items .se01_item .img_area:hover img {
    transform: scale(1.2);
}
.se02 {
    background: url('/public/img/main/se02-bg.jpg') no-repeat center / cover;
    padding: 70px 0 40px;
}
.se02 div[class^="board_box_"] .page-header h4{
    font-size: 24px;
    margin: 0;
}
.se02 .page-header{border-bottom: 2px solid #555;padding-bottom: 10px;margin: 0 0 20px;}

.se02 .type_list li {
    font-size: 16px;
}
.se02 .type_list .info span.writer,
.se02 .type_list .info span.hits{display: none;}
.board01 .board_box_list{padding-left: 0;}
.board02 .board_box_list{padding-right: 0;}
div[class^="board_box_"] .page-header .pull-right {
    font-size: 15px;
    padding-top: 5px;
    padding-right: 5px;
}
.board_box_custom .type_list a {
    pointer-events: all;
}
@media (max-width: 767px) {
    .main_section{padding: 80px 0 90px;}
    .main_page_title h3{font-size: 34px;}
    .se01 .btn_link a{width: 160px;height: 45px;font-size: 13px;}
    .se01_items{display: grid;grid-template-columns: repeat(2,1fr);}
    .se01_items .se01_item p{font-size: 18px;}
    div[class^="board_box_"]{padding: 0;}
}
@media (max-width: 400px) {
    .se01_items{grid-template-columns: repeat(1,1fr);}
}

/* ------------ 공통 ------------  */
.content {
    padding: 80px 0 100px;
}
.content + .content {
    padding-top: 50px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding-bottom: 70px;
}
.content_box:first-child {
    padding-top: 0;
}
.content_box:last-child {
    padding-bottom: 0;
}
.page_tit {
    position: relative;
    margin: 95px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.015em;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 19px;
    letter-spacing: -0.025em;
}
.sub_tit::before {
    content: "";
    width: 6px;
    height: 21px;
    background-color: #19af70;
    left: 0;
    position: absolute;
    top: 3px;
    border-radius: 3px;
}
.list-dot > li {
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    letter-spacing: -0.015em;
}

.list-dot > li + li {
    margin-top: 3px;
}
.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: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}
.list-num,
.list-num-basic {
    counter-reset: number 0;
}
.list-num > li,
.list-num-basic > li {
    padding-left: 32px;
    font-size: 18px;
    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;
}
.table.table_default thead th {
    background: #fafafa;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px;
}
.table.table_default tr td {
    color: #888;
}
.table.table_default tbody .subject {
    font-size: 16px;
    letter-spacing: -0.015em;
    color: #333;
}
.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap .title {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 25px;
}
.category_wrap ul {
    display: flex;
    justify-content: center;
    gap: 7px;
}
.category_wrap li a {
    border: 1px solid #ddd;
    padding: 12px 25px;
    font-weight: 500;
    transition: all 0.25s ease;
    color: #777;
    border-radius: 60px;
}
.category_wrap li.on :where(a, a:hover, a:focus) {
    border-color: var(--page-point-color);
    color: var(--page-point-color);
    font-weight: 700;
}
.category_wrap li + li {
    margin: 0;
}
.category_wrap li a:hover {
    border-color: #aaa;
    color: #777;
}
.category_wrap {
    margin-bottom: 40px;
}
.table_custom :where(thead, tbody) .wr_id {
    flex: 0 0 var(--wr_id);
}
:where(.table_video, .table_blog2, .table_pd) .inner:hover {
    border-color: var(--page-point-color);
}
@media (max-width: 767px) {
    .page_tit{margin: 80px 0 0;}
    .page_tit h3 {font-size: 32px;}
    .sub_tit h4{font-size: 24px;}
    .content{padding: 70px 0 90px;}
    .content:last-child{padding-bottom: 100px;}

    .search_wrap .btn-mag{margin-bottom: 10px;width: 100%;}

    .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: 12px;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }
    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }
    .table.table_custom{display: grid;}
    .board_wrapper .table  colgroup,
    .board_wrapper .table :where(thead, tbody) .num,
    .board_wrapper .table :where(thead, tbody) .hits,
    .board_wrapper .table :where(thead, tbody) .wr_id,
    .board_wrapper .table :where(thead, tbody) .wr_name,
    .board_wrapper .table :where(thead, tbody) .wr_regdate {
        display: none;
    }

    .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;
    }
}
@media (max-width: 400px) {
    #board_data_blog2, #board_data_video{display: grid;grid-template-columns: repeat(1,1fr);}
    #board_data_blog2 .col-xs-6,
    #board_data_video .col-xs-6{width: 100%;}
}

/* ------------ company01 ------------  */
.greet .img_area {
    padding-right: 61px;
}
.greet .txt_area .intro {
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: -0.01em;
    width: 90%;
    word-break: keep-all;
    line-height: 1.6;
}
.greet .txt_box {
    margin: 0 0 40px;
    font-size: 18px;
    margin-bottom: 27px;
    line-height: 1.6;
}
.greet .txt_box .emph {
    font-weight: 700;
    color: #0c7b4c;
    font-size: 19px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.greet .txt_box .list-dot li {
    font-size: 17px;
    letter-spacing: -0.015em;
    padding-left: 16px;
    margin-bottom: 2px;
}
.greet .txt_box .list-dot li::before {
    width: 6px;
    height: 6px;
    background: #8dcdbc;
}

/* ------------ company02 ------------  */
.history_items .history_item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
}
.history_items .history_item:last-child {
    margin-bottom: 0;
}
.history_items {
    position: relative;
    border-top: 2px solid #333;
    padding-top: 15px;
}
.history_items .history_item .txt_area {
    flex: 1;
}
.history_items .history_item .txt_area ul li {
    font-size: 17px;
    padding-top: 2px;
    letter-spacing: -0.025em;
}
.history_y {
    flex: 0 1 30%;
}
.history_y .year {
    font-size: 22px;
    font-weight: 500;
    color: var(--page-point-color);
    letter-spacing: -0.015em;
}

/* ------------ company03 ------------  */
.location .detail {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 2px solid #333;
}
.location .detail p {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 14px;
    margin-bottom: 14px;
    letter-spacing: -0.015em;
    line-height: 1;
}
.location .detail span {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
    gap: 10px;
    flex-basis: 15%;
    letter-spacing: 0;
    line-height: 1;
}
.location .detail span i {
    background: var(--page-point-color);
    position: relative;
    color: #fff;
    padding: 12px;
    font-size: 12px;
    border-radius: 50%;
}
.location .detail span i::before {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

/* ------------ bs01 ------------  */
.bs_items .bs_item {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #e3e3e3;
}
.bs_items .bs_item .img_area {
    flex: 1;
}
.bs_items .bs_item .detail {
    flex: 1;
    padding-left: 60px;
}
.bs_items .bs_item .detail .tit {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.025em;
}
.bs_items .bs_item .detail .tit span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: #35c185;
    font-style: italic;
}
.bs_items .bs_item .detail .list-dot> li::before {
    width: 4px;
    height: 4px;
}


@media (max-width: 767px) {
    .greet .img_area{padding-right: 15px;}
    .greet .txt_area .intro{font-size: 20px;margin: 30px 0;width: 100%;}

    .history_items .history_item{flex-direction: column;}
    .history_y .year{font-size: 20px;}

    .location .detail p{align-items: flex-start;gap: 10px;flex-direction: column;}

    .bs_items .bs_item{align-items: flex-start;flex-direction: column;}
    .bs_items .bs_item .detail{margin-bottom: 10px;padding-left: 0;}
    .bs_items .bs_item .detail .tit{font-size: 20px;margin: 15px 0;}
}