@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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-jp-dynamic-subset.min.css");

#site {
    font-family: "Pretendard JP Variable", "Pretendard Variable", "notokr", sans-serif;
    padding-top: 96px;
    letter-spacing: -0.025em;
}
@media (min-width: 1441px) {
    #site {
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    #site {
        padding-top: 68px;
    }
}

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

p {
    margin: 0;
}
a,
a:hover {
    text-decoration: none;
}
#site > .container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #225f73;
    --page-point-color-hover: #164251;

    --nav-width: 268px;
    
}

@media (min-width: 1280px) {
    .container {
        width: 1230px;
    }
}

/* ------------ 항목 삭제 ------------ */
.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 {
    background: #193d49;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09);
}
.navbar-brand {
    height: auto;
    padding: 10px 15px;
}
.navbar-inverse .navbar-brand img {
    height: 76px;
    margin-top: 0;
    filter: grayscale(1) brightness(20);
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 25px;
    font-size: 18px;
    font-weight: 250;
    color: #fff;
    letter-spacing: 0;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    bottom: 30px;
    background: #fff;
    opacity: 0;
    transition: all 0.3s;
}
.navbar-inverse .navbar-nav > li:hover > a::before {
    width: calc(100% - 50px);
    opacity: 1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 500;
    color: #fff;
}
.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: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 0;
        height: 42px;
    }

    .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: #fff;
    }
    .navbar-inverse .navbar-nav > li > a::before{
        content: none;
    }
    .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: #fff;
        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: #fff;
    }
    .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: 0;
        -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;
        background: rgb(25 61 73 / 80%);
        backdrop-filter: blur(10px);
        min-width: 180px;
        padding: 10px 10px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 15px;
        font-size: 15px;
        color: #fff;
        /* color: #222; */
        background: transparent;
        transition: all 0.3s;
        line-height: 1.45;
        font-weight: 400;
    }
    .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);
        background: none;
        transform: translate(10px, 0);
        font-weight: 500;
    }
}

/* ------------  슬라이드 ------------  */
.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: 867px;
    /* height: calc(100vh - 96px); */
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 60px;
    height: 5px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 7px 0 0;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 60px;
    height: 5px;
    margin: 0 7px 0 0;
    opacity: 1;
}

.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: left;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 48px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 60px;
    position: relative;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}
.carousel-caption a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 70px;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    width: 170px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 500;
    text-shadow: none;
    z-index: 1;
    transition: border 0.4s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.carousel-caption a:hover {
    border: 1px solid var(--page-point-color);
}
.carousel-caption a::before {
    background: var(--page-point-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.5s ease;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.carousel-caption a:hover::before {
    height: 380%;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 470px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .carousel-caption h1 {
        font-size: 14px;
        line-height: 30px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #111;
    color: #999;
    font-weight: 300;
}
#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: 500;
    font-size: 13px;
    color: #bbb;
    margin-bottom: 3px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    margin: 0 8px;
    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;
    text-align: center;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.05em;
}
#site footer .footer-info ul .login-g {
    float: right;
}
#site footer .footer-info ul .login-g a {
    color: #fff;
    opacity: 0.4;
    border: 1px solid #aaa;
    padding: 5px 15px;
    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}
#site footer .footer-info ul .login-g:hover a {
    opacity: 0.9;
}
@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;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    position: relative;
}
.sub_header .bg {
    display: block;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url('/public/img/sub/sub_header.jpg') no-repeat center / cover;
    opacity: 0.8;
}
.sub_header h2 {
    font-size: 52px;
    line-height: 1;
    margin: 0;
    text-align: left;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.055em;
}
.sub_header h2 small{
    font-size: 13px;
    letter-spacing: 3px;
    color: #4b4b4b;
    font-weight: 300;
    margin-bottom: 15px;
    padding-left: 18px;
    line-height: 1;
    vertical-align: bottom;
}
.sub_header .container {margin-top: 80px;}
@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }
    .sub_header .bg{
        height: 90px;
        background: url(/public/img/sub/sub_header.jpg) no-repeat center / cover;
    }
    .sub_header .container{
        margin-top: 60px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
    .sub_header h2 small{
        font-size: 12px;
        display: block;
        padding: 10px 0;
    }
}

/* ------------ 서브 메뉴 ------------ */


/* ------------ 공통 ------------ */
.content {
    padding: 100px 0 130px;
}
.content + .content {
    padding-top: 0px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding: 0px 0 60px;
}
.content_box:last-child {
    padding-bottom: 0;
}
.page_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 0;
    align-items: center;
}
.page_tit h2 {
    margin: 0;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.025em;
}
.sub_tit {
    position: relative;
}
.sub_tit h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
}
.sub_tit::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: var(--page-point-color);
    left: 0;
    position: absolute;
    top: 3px;
}
.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: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 11px;
    left: 1px;
    width: 3px;
    height: 3px;
    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 */
.btn {
    transition: all 0.2s
}
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: var(--page-point-color-hover);
}
input + #list_btn {
    display: none;
}


#site .table.table_default {
    border-top: 1px solid #111;
}
#site .table.table_default tr th, 
#site .table.table_default tr td {
    border-top: none;
    border-bottom: 1px solid #eaeaea;
}
#site .table.table_default tr td {
    color: #888;
    font-size: 14px;
}
#site .table.table_default thead th {
    background: #fff;
    border-color: #ccc;
}
.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table_default tbody .subject a:hover {
    text-decoration: underline;
    color: #000;
}

#site .board_data_view {
    border-top: 1px  solid #111;
}

#site .board_data_view .header_wrap {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#site .board_data_view .header_wrap .title {
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #111;
}

#site .board_data_view .contents_wrap {
    padding: 50px 0;
}

#site .board_data_view .contents_inner {
    font-size: 16px;
}

.board_wrapper{margin-top: 0;}
@media (max-width: 767px) {
    .page_tit h3 {
        font-size: 32px;
    }
    .content{padding: 70px 0 100px;}
    .content:last-child {
        padding-bottom: 120px;
    }
    .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;
    }
}
/* ------------ main ------------ */
.video-section{position: relative; display: flex;}
.video-section video {
    height: 100vh;
    object-fit: fill;
}
.video-section .carousel-caption{
    padding: 0;
    transform: inherit;
    top: inherit;
    right: inherit;
    bottom: 10.8%;
    left: 6.5%;
}
.video-section .carousel-caption h1{
    margin: 0;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.06em;
    text-shadow: 3px 3px 20px rgba(0,0,0,0.8);
}
.video-section .carousel-caption h1 span{
    /* color: #54c1e4; */
    font-size: 68px;
    font-weight: 600;
}
.brand_name{display: none;}

/* ------------ about01 ------------ */
.greet .img_area {
    padding-left: 90px;
    margin-top: 134px;
}
.greet .txt_area p{font-size: 16px;text-align: justify;line-height: 1.65;}
.greet .txt_area p+p{margin-top: 28px;}
.greet .txt_area p.emph{
    font-size: 24px;
    margin-top: 50px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-align: left;
    color: #898989;
    }
.greet .txt_area p.emph strong{
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
    color: #1c576b;
    letter-spacing: -0.05em;
    }
.greet .txt_area p.name{
    margin-top: 60px;
    width: 160px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    margin-left: auto;
}


/* ------------ business01 ------------ */
.bs_items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.bs_item{position: relative;cursor: pointer;}
.bs_item::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.bs_item .overlay_box{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(12 124 161 / 78%);
    transition: all 0.3s ease;
    /* z-index: 90; */
    transition: 0.3s;
    opacity: 0;
    backdrop-filter: blur(10px);
}
.bs_item .overlay_box p{
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    /* text-align: center; */
    font-size: 16px;
    width: 100%;
    padding: 30px 30px 0;
    word-break: keep-all;
    line-height: 1.65;
}
.bs_item .overlay_box p.txt_m{font-size: 13px;padding-top: 60px;}
.bs_item:hover .overlay_box{opacity: 1;}
.bs_item:hover > p{/* opacity: 0; */}
.bs_item > p{
    color: #fff;
    /* transform: translate(-50%, -50%); */
    position: absolute;
    left: 30px;
    top: 40px;
    font-size: 26px;
    font-weight: 600;
    opacity: 1;
    transition: all .3s;
    letter-spacing: -0.55px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.35);
    z-index: 3;
}

/* ------------ profile01 ------------ */
.member_item{display: grid;grid-template-columns: 240px 1fr;gap: 80px;}

.member_item .img_area {
    position: relative;
}

.member_item .img_area::before {
    content: '';
    width: 70px;
    aspect-ratio: 1;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    background: linear-gradient(to right bottom, #9cdef3 0%, #ffffff 80%);
}
.member_item+.member_item{
    margin-top: 160px;
}

.member_item .txt_area .member_tit{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
    letter-spacing: 0px;
    color: #232;
    display: inline-block;
    border-bottom: 1px solid #cfcfcf;
    }
.member_item .txt_area .member_tit small{
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #757575;
    }
.member_item .txt_area .info .box .tit{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    }
.member_item .txt_area .info .box .detail{font-size: 16px;line-height: 1.65;/* color: #666; */text-align: justify; word-break: keep-all; }

.member_item .txt_area .info .box .detail li {
    font-size: 15px;
    color: #6f6f6f;
}

.member_item .txt_area .info .box .detail li + li {
    margin-top: 2px;
}
.member_item .txt_area .info .box +.box{margin-top: 40px;}

/* ------------ location01 ------------ */
.map + .map{margin-top: 120px;}
.map .detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.map .detail .tit {
    font-size: 20px;
    font-weight: 400;
}
.map .detail .info {
    display: flex;
    gap: 30px;
}
.map .detail p {
    font-size: 16px;
}
.map .detail p i {
    margin-right: 12px;
    color: #3297b9;
    /* border-radius: 50%; */
    font-size: 12px;
    background: linear-gradient(to right bottom, #9cdef3 0%, #f7f7f7 80%);
    padding: 8px;
}
.map .detail p b {
    display: inline-block;
    margin-right: 12px;
}
.trans_items{
    margin-top: 30px;
    display: flex;
}
.trans_item{
    flex: 1;
}
.trans_item:first-child{
    border-right: 1px solid #dddd;
    padding-right: 40px;
}
.trans_item:last-child{
    margin-left: 40px;
}
.trans_item .tit{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.trans_item .list_method.line li{
    padding-left: 60px;
}
.trans_item .list_method.line li.line02{
    padding-left: 150px;
}
.trans_item .list_method.line li.line02 strong:last-child{
    left: 60px;
    background: #dfa307;
}
.trans_item .list_method li{
    position: relative;
    padding-left: 80px;
    font-size: 16px;
    line-height: 1.6;
}
.trans_item .list_method li  + li{margin-top: 15px;}
.trans_item .list_method li strong{
    color: #fff;
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 500;
    left: 0;
    top: -4px;
    position: absolute;
}
.trans_item .list_method.line li:nth-child(1) strong{background: #00a144;}
.trans_item .list_method.line li:nth-child(2) strong{background: #a49e88;}
.trans_item .list_method li:nth-child(1) strong{background: #131aad;}
.trans_item .list_method li:nth-child(2) strong{background: #b9c000;}
.trans_item .list_method li:nth-child(3) strong{background: #9bb472;}

/* pc */
@media (min-width: 1441px) {
    .navbar-inverse{width: var(--nav-width);height:100%;position:fixed;margin-bottom:0;padding: 0;background: #193d49;transform: translate3d(0, 0, 0);}
    .navbar-inverse > .container{/* top: 20px; */width:100%;height: 100%;position:relative;padding:0}
    .navbar-inverse .navbar-header{width:100%;text-align:center;padding-top: 80px;}
    .navbar-inverse .navbar-brand{float:none;height:auto;display:inline-block;margin: 0 !important;padding: 0;width: 130px;}
    .navbar-inverse .navbar-brand img{height: 100%;filter: brightness(20) grayscale(1);}
    .navbar-inverse .navbar-collapse{width:100%;max-height:none;display:inline-block !important;}
    .navbar-inverse .navbar-right{
    float: none !important;
    position: relative;
    margin-right: 0 !important;
    text-align: center;
    margin-top: 115px;
}
    .navbar-inverse .navbar-nav > li{float:none;margin:0}
    .navbar-inverse .navbar-nav > li > a{color: #fff;padding: 13px 0px;display: inline-block;}
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
    .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 {
        color: #fff;
        font-weight: 500;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        bottom: 10px;
    }
    .navbar-inverse .navbar-nav > li:hover > a::before {
        width: 100%;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        top: 0px;
        left: auto;
        right: -210px;
        position: fixed !important;
        height: 100vh;
        width: 210px;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 10px 30px;
        border: none;
        border-radius: 0;
        box-shadow: 8px 0 12px  rgba(0,0,0,0.15);
        z-index: 1000;
        display: none;
        background: rgb(25 61 73 / 80%);
        /* background: rgba(255,255,255,0.65); */
        transform: none;
        backdrop-filter: blur(10px);
        /* position: absolute; */
        /* transform: translate3d(0, 0, 0); */
        text-align: left;
    }
    .navbar-inverse .navbar-nav li.open .dropdown-menu {
        display: flex;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        font-size: 15px;
        /* color: #fff; */
        position: relative;
    }

.navbar-inverse .navbar-nav .dropdown-menu>li>a::before {
    content: '';
    width: 6px;
    height: 3px;
    /* border-left: 4px solid #fff;
    border-top: 4px  solid transparent;
    border-bottom: 4px  solid transparent;
    border-right: 4px solid transparent;
    */
    position: absolute;
    left: 0;
    top: 18px;
    background: #54c1e4;
}

.navbar-inverse .navbar-nav .dropdown-menu>li+li > a {}
    .navbar-inverse .navbar-nav > li > a:hover::after,
    .navbar-inverse .navbar-nav > li > a:focus::after,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
        color: #326d81;
    }

    #site footer{
        float: right;
        width: calc(100% - var(--nav-width));
    }
    #site > main,
    #site .subPage,
    #site .join_wrapper,
    #site .login_wrapper,
    #site .agreement_container .member_wrapper,
    #site .mypage_container .member_wrapper,
    #site .privacy_container .member_wrapper,
    #site #find_idpw{
        float:right;
        width: calc(100% - var(--nav-width));
        min-height:100vh;
    }

    .brand_name{display: block;color: rgba(255,255,255,0.6);margin-top: 70px;text-align: center;font-size: 13px;font-weight: 300;line-height: 1.45;position: absolute;left: 50%;bottom: 60px;transform: translateX(-50%);letter-spacing: 0;}
    .brand_name small{display: block;position: relative;font-size: 12px;margin-top: 8px;letter-spacing: 0;font-weight: 200;opacity: 0.6;}
    .brand_name small::before{
        /* content: ""; */
        width: 10px;
        height: 1px;
        position: absolute;
        left: 47%;
        top: -10px;
        transform: translateX(50%);
        background: #fff9;
    }
}

@media (max-width: 767px) {
    .video-section video{object-fit: cover;}
    .video-section .carousel-caption h1{font-size: 22px;}
    .video-section .carousel-caption h1 span{font-size: 35px;}

    .greet .txt_area p.emph{font-size: 18px;}
    .greet .txt_area p.emph strong{font-size: 25px;}
    .greet .txt_area p.name {margin-top: 40px;}
    .greet .img_area {padding-left: 15px;margin-top: 80px;}

    .bs_items{grid-template-columns: repeat(1, 1fr);}
    .bs_item > p{font-size: 24px;}
    .bs_item .overlay_box p{font-size: 15px;}

    .member_item {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .member_item .txt_area .member_tit{font-size: 35px;}
    .member_item .txt_area .member_tit small{font-size: 17px;}
    .member_item .txt_area .info .box ul.detail{text-align: inherit;word-break: inherit;}

    .map .detail{
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .map .detail .tit {font-size: 18px;}
    .map .detail .info {gap: 10px;flex-direction: column;}
    .trans_items {flex-direction: column;}
    .trans_item:first-child {
        padding: 0;
        padding-bottom: 25px;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .trans_item .list_method li {font-size: 15px;}
    .trans_item .list_method.line li.line02 {padding-left: 145px;}
    .trans_item .list_method.line li.line02 strong:last-child{left: 55px;}
    .trans_item:last-child{margin-left: 0;margin-top: 25px;}
}
@media (max-width: 400px) {
    .bs_item .overlay_box p.txt_m{font-size: 10px;}
}