@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

#site {
    font-family: 'Pretendard Variable', 'notokr', sans-serif;
    padding-top: 92px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 66px;
    }
}

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

#site > .container {
    width: 100%;
    padding: 0;
}

:root {
    --page-color: #00a3db;
}

/* ------------ 불필요 항목 삭제 ------------ */
.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: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin-bottom: 0;
    border: 0;
    box-shadow: 5px 0 3px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-brand img {
    height: 59px;
    margin-top: 2px;
}
.navbar-inverse .navbar-right {
    margin-right: -30px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 36px 40px 35px;
    color: #222;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus {
    font-size: 19px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background: transparent;
    font-weight: 500;
    color: #0084b1;
}

.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-color);
}

@media (max-width: 767px) {
    .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: 0;
        height: 100%;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 17px;
    }
    .navbar-nav .open .dropdown-menu{
        background-color: #000;
    }

    .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.6);
        -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);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background: var(--page-color);
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 248px);
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.1;
}
.carousel-control {
}
.carousel-indicators {
    bottom: 30px;
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    margin: 0 10px 0 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background-color: #fff;
    margin: 0 10px 0 0;
}
.carousel-caption {
    color: #fff;
}
.carousel-caption h1 {
    opacity: 0;
    transition: opacity 0.6s ease;
    position: relative;
    font-size: 90px;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.carousel-caption p {
    opacity: 0;
    transition: opacity 0.6s ease;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 27px;
    line-height: 1.65;
    font-weight: 300;
    letter-spacing: 0;
}
.item.active .carousel-caption h1,
.item.active .carousel-caption p {
    opacity: 1;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
    #mainCarousel .carousel-inner .item {
        /* height: 250px; */
    }
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 30px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 18px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}
#site footer .footer-info {
    padding: 40px 0 35px;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
#site footer .footer-info ul li:first-child {
    font-weight: 600;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 3px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    line-height: 21px;
}
#site footer .footer-info .logo > img {
    opacity: 0.5;
    margin-top: 3px;
    padding-right: 30px;
}
#site footer .footer-info .info {
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.08em;
    margin-top: 10px;
}
#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 .2s ease;
}
#site footer .footer-info ul .login-g:hover a{
    opacity: 0.9;
}

@media (max-width: 767px) {
    #site footer .footer-info ul {
        padding-top: 0px;
    }
    #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 0 20px;
    }
    #site footer .footer-info ul .login-g {
        display: block;
        margin-top: 20px;
        float: none;
    }
}

/* ------------ sub 메뉴 ------------ */
.sub_header {
    height: 280px;
    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(72, 156, 231, 0.15);
}
.sub_header h2 {
    font-size: 52px;
    line-height: 1;
    margin: 0;
    text-align: center;
    font-weight: 800;
    color: #0b5495;
    letter-spacing: 0;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub_menu {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #eee;
    background: #020f37;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    width: auto;
    gap: 100px;
}
.sub_menu ul > li {
    /* flex: 1; */
    text-align: center;
}
.sub_menu ul > li::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #e3e3e3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    padding: 6px 0;
    font-size: 17px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.02em;
    line-height: 50px;
    text-decoration: none;
    background: transparent;
}
.sub_menu ul > li > a:hover, .sub_menu ul > li > a:focus {
    background-color: transparent !important;
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: 16px;
    left: 50%;
    width: 0;
    height: 1px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
}
.sub_menu ul > li.active > a::after,
.sub_menu ul > li:hover > a::after {
    width: 100%;
    background-color: #95c6d7;
}
.sub_menu .nav li.active a,
.sub_menu .nav li:hover a {
    background-color: transparent !important;
    color: var(--page-color);
    color: #62d7ff;
}
@media (max-width: 767px) {
    .sub_header {
        height: 150px;
    }
    .sub_header h2 {
        font-size: 35px;
    }
    .sub_menu {
        margin-top: 15px;
        border-bottom: 0px;
        background: #fff;
    }
    .sub_menu ul {
        flex-wrap: wrap;
        gap: 0;
    }
    .sub_menu ul > li {
        flex: 1 1 48%;
        padding: 3px;
    }
    .sub_menu ul > li::after,
    .sub_menu ul > li > a::after {
        content: none;
    }
    .sub_menu ul > li > a {
        height: 42px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: inherit;
        transition: all 0.2s;
        border: 1px solid #ddd;
    }
    .sub_menu .nav li.active a,
    .sub_menu .nav li:hover a {
        color: var(--page-color);
        background: #020f37 !important;
    }
}

/* 공통  */
.se01 {
    padding-bottom: 100px;
}
.se01 .page_title {
    position: relative;
    margin: 100px 0 80px;
    text-align: center;
}
.se01 .page_title h3 {
    margin: 0 0 0;
    font-size: 42px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.025em;
}
section:last-child {
    padding-bottom: 150px;
}
.board_wrapper .text-center .btn.btn-secondary{display: none;}
@media (max-width: 767px) {
    .se01 .page_title{margin: 70px 0 60px;}
    .se01 .page_title h3 {
        font-size: 32px;
    }
    section:last-child {
        padding-bottom: 80px;
    }
}

/* ------------ about01 ------------ */
#about01 .img-area {
    height: 350px;
    z-index: 1;
    position: relative;
    background-position: center;
    background-image: url("/public/img/sub/about01_01.jpg");
}
#about01 .img-area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    z-index: 1;
    transition: all 0.2s ease-out;
}

#about01 .txt-area {display: flex;margin-top: 70px;gap: 10%;}
#about01 .txt-area > p {
    width: 30%;
    font-size: 54px;
    font-weight: 900;
    text-align: left;
    line-height: 1.25;
}

#about01 .txt-area .txt-box {
    width: 60%;
}
#about01 .txt-area .txt-box p {
    font-size: 20px;
    color: #333;
    letter-spacing: -0.015em;
    line-height: 1.65;
    font-weight: 400;
    word-break: keep-all;
}
#about01 .txt-area .txt-box p:first-child {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.56;
    margin-bottom: 15px;
    margin-top: 5px;
}
#about01 .txt-area p strong {
    color: var(--page-color);
    letter-spacing: 0;
}
@media (max-width: 767px) {
    #about01 .txt-area {
        display: block;
        margin-top: -230px;
        z-index: 2;
        position: relative;
    }
    #about01 .txt-area > p {
        width: 100%;
        font-size: 44px;
        text-align: center;
        margin-bottom: 180px;
        color: #fff;
    }
    
    #about01 .txt-area .txt-box {
        width: 100%;
        text-align: center;
    }
    #about01 .txt-area .txt-box p {
        font-size: 17px;
    }
    #about01 .txt-area .txt-box p:first-child {
        font-size: 26px;
    }
}

/* ------------ about02 ------------ */
#about02 .img-area {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-areas:
        "a b"
        "a c";
    height: 400px;
    padding-right: 30px;
    width: 40%;
}
#about02 .img-area div {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
#about02 .img-area div img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 0.2s ease-out;
}
#about02 .img-area p {
    z-index: 2;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.2;
    opacity: 1;
    position: absolute;
    margin: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#about02 .img-area div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease-out;
}

#about02 .img-area div:nth-child(1):hover::after,
#about02 .img-area div:nth-child(2):hover::after,
#about02 .img-area div:nth-child(3):hover::after {
    opacity: 0.9;
}
#about02 .img-area div:nth-child(1) {
    grid-area: b;
}
#about02 .img-area div:nth-child(2) {
    grid-area: a;
}
#about02 .img-area div:nth-child(3) {
    grid-area: c;
}

#about02 .img-area div:nth-child(1):hover p,
#about02 .img-area div:nth-child(2):hover p,
#about02 .img-area div:nth-child(3):hover p {
    opacity: 1;
}
#about02 .img-area div:nth-child(1):hover img,
#about02 .img-area div:nth-child(2):hover img,
#about02 .img-area div:nth-child(3):hover img {
    transform: scale(1.15);
}

#about02 .txt-area {
    width: 60%;
    padding-left: 60px;
}
#about02 .txt-area .greet p {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    margin: 0 0 25px;
    letter-spacing: -0.04em;
}

#about02 .txt-area .greet p.intro {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.4em;
    margin-bottom: 30px;
    margin-top: 20px;
}
#about02 .txt-area .greet p.intro strong {
    color: var(--page-color);
    letter-spacing: 0;
}

#about02 .txt-area .greet p.name-txt {
    font-weight: 700;
    margin: 0;
    text-align: right;
}
@media (max-width: 767px) {
    #about02 .img-area {
        height: 320px;
        width: 100%;    
        padding-right: 15px;
    }
    #about02 .txt-area {
        padding-left: 15px;
        padding-top: 22px;width: 100%;
    }
    #about02 .txt-area .greet p {
        font-size: 15px;
    }
    #about02 .txt-area .greet p.intro {
        font-size: 26px;
    }
}

/* ------------ about03 ------------ */
#about03 .img-area {width: 45%;padding: 0 40px;}
.timeline {
    position: relative;
    width: 55%;
}
.timeline::before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    background: #f3f3f3;
    position: absolute;
    left: 62px;
    top: 0;
}
.timeline .timeline-item:first-child {
    padding-top: 30px;
}
.timeline .timeline-item {
    padding-left: 110px;
    padding-right: 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.timeline .row:last-child .timeline-item {
    margin-bottom: 10px;
}
.timeline .timeline-item h5 {
    margin: 0 0 5px;
    color: #fff;
    color: var(--page-color);
    font-size: 36px;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 500;
    text-align: left;
    width: 120px;
}
.timeline .timeline-item h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    right: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00a7ff;
    border: 3px solid #fff;
}
.timeline .timeline-list {
    margin: 0;
    padding: 0;
    text-align: left;
}
.timeline .timeline-list li {
    font-size: 20px;
    padding: 5px 0;
    position: relative;
    letter-spacing: -0.03em;
    font-weight: 500;
}
@media (max-width: 767px) {
    #about03 .img-area {
        width: 100%;    
        padding: 0 15px;
    }
    .timeline {
        width: 100%;
    }
    .timeline::before {
        height: 90%;
        left: 25px;
        top: 20px;
    }
    .timeline .timeline-item:first-child {
        padding-top: 40px;
    }
    .timeline .timeline-item {
        padding-left: 25px;
    }
    .timeline .timeline-item h5{font-size: 30px;}
    .timeline .timeline-item h5,
    .timeline .timeline-list {
        text-align: center;
    }
    .timeline .timeline-item h5::after {
        left: -12px;
        width: 16px;
        height: 16px;
    }
    .timeline .timeline-list li{font-size: 17px;}
}

/* ------------ about04 ------------ */
.map:first-child {
    margin-bottom: 70px;
    padding-bottom: 30px;
}
.map h5 {
    margin: 0;
    font-size: 27px;
    font-weight: 600;
    padding-left: 22px;
}
.map h5::before {
    content: '';
    display: block;
    width: 10px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 4px;
    top: 13px;
}
.map-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    position: relative;
}
.map-info {margin: 0;padding: 0;}
.map-info .address {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
.map-info .address span.material-symbols-outlined {
    transform: translateY(5px);
    font-size: 25px;
}
@media (max-width: 767px) {
    .map:first-child {
        margin-bottom: 70px;
        padding-bottom: 30px;
    }
    .map h5 {
        font-size: 20px;
    }
    .map-box {
        display: block;
    }
    .map-info {margin-top: 20px;}
    .map-info .address {
        font-size: 16px;
        text-align: left;
        display: flex;
    }
    .map-info .address span.material-symbols-outlined {
        transform: translateY(0px);
        font-size: 20px;
    }
    .map-info .address span:nth-child(2) {
        margin-left: 4px;
    }
}

/* ------------ project01 ------------ */
.project01_01 .img-area {
    padding: 100px 0;
}
.project01_01 .col-md-8 img {
    height: 70px;
}
.project01_01 .row {
}
.project01_01 .img-area img{
    width: 100%;
}
.project01_01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    padding-top: 35px;
    position: relative;
    gap: 20px 15px;
}
.project01_01 ul::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 50%;
    width: 1px;
    height: 40px;
    background-color: #ccc;
    display: none;
}
.project01_01 ul > li {
    width: 30%;
}
.project01_01 ul > li:last-child {
    padding-bottom: 0;
}
.project01_01 ul > li p {
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    background: #43a9cb;
    color: #fff;
    margin-bottom: 5px;
}
.project01_01 ul > li ol {
    padding: 20px 0;
    border: 1px solid #ddd;
    min-height: 132px;
}
.project01_01 ul > li ol li {
    margin: 0 10px 0 22px;
    color: #666;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}
.project01_01 ul > li ol li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    margin-right: 7px;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .project01_01 .img-area {
        padding: 0px 40px 00px 40px;
    }
    .project01_01 .col-md-8 img {
        margin-top: 80px;
    }
    .project01_01 ul {
        gap: 20px 5px;
    }
    .project01_01 ul::after {
        content: none;
    }
    .project01_01 ul > li {
        width: 170px;
    }
    .project01_01 ul > li ol li {
        margin: 0 7px 0 17px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/* ------------ project02 ------------ */
.sub-tit {
    margin: 0;
    padding-bottom: 42px;
    font-size: 26px;
    font-weight: 700;
}
#project02 .sub-tit {
    display: none;
}
#project02 .se02 {
    background: #ecf4f7;
    padding-top: 110px;
}
.process01 > .row {
    margin: 0 -10px;
}
.process01-item {
    padding: 0 10px;
}
.process01-item .img-area img {
    border-radius: 20px;
}

.process01-item .txt-area {
    text-align: center;
    padding: 30px 20px 0;
}
.process01-item .txt-area p {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
}
.process01-item .txt-area ol {
    padding: 0;
    margin: 0;
}
.process01-item .txt-area ol li {
    font-size: 17px;
    color: #333;
    line-height: 1.4em;
    margin: 4px 0px;
}

.process02 .txt-area {
    margin-bottom: 70px;
}
.process02 .txt-area p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.034em;
    margin: 0;
    text-align: center;
    color: #00327f;
}
.process02 .txt-area p:first-child {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
}
.process02-item {
    position: relative;
}
.process02-item::after {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 32px;
    color: #777;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}
.process02-item:last-child:after {
    display: none;
}
.process02-item p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    position: relative;
    padding: 9px 0;
    text-align: center;
    background: #222;
    color: #fff;
    letter-spacing: 0.02em;
}
.process02-item p b {
    font-size: 17px;
    margin-right: 10px;
    color: var(--page-color);
}
@media (max-width: 767px) {
    .process01-item {
        padding: 0 10px;
        padding-bottom: 50px;
    }
    .process02-item::after {
        content: "\f078";
        top: inherit;
        right: 48%;
        transform: inherit;
    }
    .process01-item .txt-area p {
        font-size: 25px;
    }
    .process01-item .txt-area ol li {
        font-size: 15px;
    }
    
    .process02 .txt-area {
        margin-bottom: 70px;
    }
    .process02 .txt-area p {
        font-size: 18px;
    }
    .process02 .txt-area p:first-child {
        font-size: 34px;
    }
    .process02-item {
        padding-bottom:50px;
    }

}

/* ------------ project03 ------------ */
.project-items .project-item {
    display: flex;
    margin-top: 60px;
}

#project03 .project-items .img-area img {height: 360px;}

#project03 .project-items .txt-area {
    padding-left: 120px;
    padding-bottom: 0;
    flex: 1;
    margin-top: 140px;
}
#project03 .project-items .txt-area h5 {
    font-size: 31px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 35px;
    letter-spacing: -0.02em;
    position: relative;
}
#project03 .project-items .txt-area h5::before {
    content: '';
    display: block;
    width: 75px;
    height: 1px;
    background: #999;
    position: absolute;
    left: -121px;
    bottom: 18px;
}
#project03 .project-list {
    padding: 0;
    margin: 0;
}
#project03 .project-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 6px;
    background: #45bae2;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
#project03 .project-list li {
    margin-bottom: 12px;
    line-height: 1;
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
@media (max-width: 991px) {
    .project-items .project-item {
        flex-direction: column;
    }
    #project03 .project-items .img-area {
        width: 100%;
    }
    #project03 .project-items .img-area img {
        width: 100%;
        height: 100%;
    }
    #project03 .project-items .txt-area {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    #project03 .project-items .txt-area {
        margin-top: 30px;
    }
    #project03 .project-items .txt-area h5 {
        font-size: 26px;
    }
    #project03 .project-items .txt-area h5::before {
        content: none;
    }
    #project03 .project-list {
        padding: 0;
        margin: 0;
    }
    #project03 .project-list li {
        font-size: 16px;
    }
}

.vision-items {
    border-top: 1px solid #333;
}
.vision-items .vision-item {
    margin: 0;
    display: flex;
    padding: 55px 0;
    border-top: 1px solid #ddd;
}
.vision-items .vision-item:first-child {
    border: 0;
}

.vision-item .vision-tit {
    width: 25%;
}
.vision-item .vision-tit p {
    font-weight: 600;
    margin: 5px 0 0;
}
.vision-item .vision-tit h5 {
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.034em;
    font-weight: 600;
}
.vision-item .vision-tit h5 img {
    width: 130px;
}
.vision-item .clearfix {
    margin-bottom: 40px;
}

#project03 .vision-items .txt-area {
    width: 75%;
}
#project03 .vision-items .txt-area strong {
    color: var(--page-color);
}
#project03 .vision-items .txt-area .txt-sub-tit {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 500;
}
#project03 .vision-items .txt-area ul,
#project03 .vision-items .txt-area ol {
    padding: 0;
}
#project03 .vision-items .txt-area ul li {
    font-size: 15px;
    color: #666;
    line-height: 1.4em;
    margin: 5px 0px;
    position: relative;
    padding-left: 20px;
}
#project03 .vision-items .txt-area ul li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    color: #555;
}
@media (max-width: 767px) {
    .vision-items .vision-item {
        flex-direction: column;
        border-top: 1px solid #333;
    }
      .vision-item .clearfix {
        margin-bottom: 0;
    }
    .vision-item .vision-tit {
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding-bottom: 60px;
        margin-bottom: 50px;
    }
    .vision-item .txt-area .col-md-4:not(.col-md-4:last-child) {
        margin-bottom: 40px;
    }
}

/* ------------ recruit01, support01 ------------*/
#recruit01 .se01 .page_title,
#support01 .se01 .page_title {
    margin: 100px 0 0 0;
}

/* ------------ board style ------------*/
.table.table_default tbody .subject a {
    font-size: 17px;
}
.table.table_default thead th {
    font-size: 17px;
    background: transparent;
}
.table.table_default tr td {
    padding: 17px 15px;
}
.table.table_default tbody tr th:nth-child(1) {
    font-weight: 400;
}
.board_wrapper {
    margin-top: 80px;
}
.contents_inner p {
    font-size: 16px;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    font-weight: 600;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 40px 15px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 16px;
}
.checkbox label {
    font-size: 16px;
}
.search_wrap {
    margin-bottom: 50px;
}

#list_container {
    margin-bottom: 0;
    min-height: 50vh !important;
}
.alert-info {
    border: 0;
    background: #f5f5f5;
    border-radius: 0;
    padding: 25px 25px;
    margin-bottom: 40px;
}
.alert-info ul li {
    color: #333;
    letter-spacing: -0.034em;
    line-height: 1.8em;
    font-size: 15px;
    position: relative;
}
.alert-info ul {
    padding-left: 25px;
}
.alert-info ul li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    #recruit01 .se01 .page_title,
    #support01 .se01 .page_title {
        margin: 60px 0 0 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;
    }
    .table.table_default tbody .subject a{font-size: 12px;}
    .board_wrapper .table .subject{
        width: 45%;
    }
}