@charset "utf-8";
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 108px;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

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

p,
.table {
    margin: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

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

:root {
    --page-point-color: #15a484;
    --page-point-color-hover: #0b8977;
    --font-m: "Montserrat", "Pretendard Variable", "notokr", sans-serif;
}

@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: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09);
}
.navbar-inverse .navbar-brand img {
    height: 70px;
    margin-top: 3px;
}

.navbar-inverse .navbar-brand {
    height: auto;
}
.navbar-inverse .navbar-right {
    margin-right: -35px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 44px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.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) {
    #site{padding-top: 67px;}
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 6px;
        height: 35px;
    }

    .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.8);
        -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;
        backdrop-filter: blur(10px);
    }
    .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.left,
.carousel-control.right {
    background-image: none;
    width: 10%;
}
.carousel-control:hover {
    opacity: 1;
}
.carousel-control.left span, 
.carousel-control.right > span{
    width: 60px;
    aspect-ratio: 1;
    height: auto;
    margin-top: -40px;
}
.carousel-control.left .glyphicon::before,
.carousel-control.right .glyphicon::before {
    content: "\e5cb";
    display: block;
    width: 50px;
    height: 50px;
    font-family: 'Material Symbols Outlined';
    text-shadow: none;
    font-size: 100px;
    font-weight: 200;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control.right .glyphicon::before {
    content: "\e5cc";
}
#mainCarousel .carousel-inner .item {
    /* height: 867px; */
    height: calc(100vh - 105px);
}
#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%);
    bottom: 75px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 0 3px;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
    border-radius: 50%;
    border: 1px solid #fff;
}
.carousel-indicators li.active {
    opacity: 1;
    background: #fff;
}

.carousel-caption {
    color: #fff;
    text-shadow: 4px 4px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    /* font-family: var(--font-m); */
    left: 15%;
    right: 15%;
}
.carousel-caption h1 {
    font-size: 63px;
    font-weight: 800;
    margin: 0px;
    margin-bottom: 28px;
    letter-spacing: 2px;
    font-family: 'GongGothicMedium';
}
.carousel-caption p {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.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: 280px;
    }
    .carousel-caption h1 {
        font-size: 21px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 15px;
    }
    .carousel-control {
        display: none;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #1f1f1f;
    color: #999;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 600;
    font-size: 14px;
    color: #ddd;
    margin-bottom: 6px;
    margin-top: 0px;
}
#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 40px;
    opacity: 0.4;
    margin-top: 0px;
    -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: #666;
    letter-spacing: 0;
}
#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 {
    height: 360px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat bottom center;
    background-size: cover;
}
[id^="business"] .sub_header {
    background: #333 url("/public/img/sub/sub_header02.jpg") no-repeat bottom center;
}
[id^="information"] .sub_header {
    background: #333 url("/public/img/sub/sub_header03.jpg") no-repeat bottom center;
}
[id^="inquiry"] .sub_header {
    background: #333 url("/public/img/sub/sub_header04.jpg") no-repeat bottom center;
}
.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.55); */
}
.sub_header h2 {
    font-size: 52px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
}

.sub_header p {
    display: none;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 150px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    margin-top: -64px;
}
#inquiry01 .sub_menu{
    display: none;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,0.8);
}
.sub_menu ul > li {
    text-align: center;
    flex: 1;
}
.sub_menu ul > li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: hsl(0deg 0% 100% / 20%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    padding: 7px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: 6px;
    left: 50%;
    width: 14px;
    height: 7px;
    position: absolute;
    border-top: 7px solid #12B994;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform: translateX(-50%);
    transition: 0.3s;
    opacity: 0;
}
.sub_menu ul > li.active > a::after{
    opacity: 1;
}
.sub_menu .nav li:hover a{
    background: rgba(255,255,255,0.3);
}
.sub_menu .nav li.active a {
    background-color: #fff !important;
    color: #222;
    font-weight: 600;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------  */
.content {
    padding: 100px 0 110px;
}
.content + .content {
    padding-top: 30px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding-bottom: 100px;
}
.content_box:last-child {
    padding-bottom: 0;
}
.page_tit {
    position: relative;
    margin: 120px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 40px;
    font-weight: 700;
    color: #222;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    margin-top: 0;
    font-weight: 700;
    font-size: clamp(23px, 3vw, 30px);
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}
.sub_tit h4 p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 18px;
    letter-spacing: -0.02em;
}

#information02 .sub_tit h4 p strong {
    color: #0e9778;
}

#information02 .sub_tit h4 {
    margin-bottom: 50px;
}

#information02 .sub_tit h4 p {
    margin-top: 25px;
}
.content_box h5 {
    line-height: 1.5em;
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px;
    letter-spacing: -0.02em;
}
.content_box h5 p {
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}
.content_box h5 .num {
    background: var(--page-point-color);
    color: #fff;
    aspect-ratio: 1;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.8em;
    margin-right: 12px;
    vertical-align: text-bottom;
    border-radius: 50%;
}
.category {
    margin-top: 50px;
}
.category .nav {
    display: flex;
    justify-content: center;
}
.category .nav li {
    flex: 1;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
}
.category .nav li.active {
    background: #f5f5f5;
}
.category .nav li.active a {
    color: #fff;
    background: #111;
}
.category .nav li a {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0 15px;
    color: #555;
    letter-spacing: -0.03em;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 15px;
    left: 1px;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #333;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 11px;
    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;
}
.table_style01 {
    font-size: clamp(15px, 2vw, 16px);
    width: 100%;
}
.table_style01 .tb_tit {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50pc;
    padding: 9px;
    line-height: 1;
}
.table_style01 table {
    border-top: 2px solid #888;
}
.table_style01 tr {
    border-bottom: 1px solid #ddd;
}
.table_style01 tr :is(th, td) {
    font-size: clamp(15px, 2vw, 16px);
    padding: 13px 15px !important;
    color: #555;
    font-weight: 400;
    border-left: 1px solid #ddd;
    text-align: center;
    vertical-align: middle !important;
}
.table_style01 tr :is(th, td):last-child {
    border-right: 1px solid #ddd;
}
.table_style01 tr th {
    font-weight: 600;
    color: #333;
}
.table_style01 thead tr th {
    background: #f9f9f9;
    font-size: clamp(15px, 2vw, 16px);
    border-bottom: 0;
    padding: 13px 15px !important;
}
.table_style01 tbody tr th {
    background: #fafafa;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
input + #list_btn {
    display: none;
}
.board_wrapper{margin-top: 0;}
@media (max-width: 767px) {
    .content {
        padding: 80px 0 90px;
    }
    .content + .content {
        padding-top: 30px;
    }
    .content:last-child {
        padding-bottom: 130px;
    }

    .page_tit{margin: 80px 0 0;}
    .page_tit h3 {
        font-size: 32px;
    }

    .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 ------------  */
.main_section {
    padding: 150px 0;
}
.main_page_tit h3 {
    margin: 0 0 80px;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #222;
}
#se02 {
    height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/main/se02_bg.jpg") no-repeat bottom center;
    background-size: cover;
}
#se02::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.55); */
}
#se02 p {
    color: #fff;
    font-size: 34px;
    z-index: 1;
    padding-bottom: 85px;
    letter-spacing: -0.025em;
    line-height: 1.55;
    font-weight: 500;
}
#se03 {
    padding-top: 0;
    margin-top: -110px;
}
#se03 .row {
    box-shadow: rgba(0, 0, 0, 0.1) 10px 20px 60px;
    margin: 0;
}
#se03 .col-md-6 {
    padding: 60px 100px;
    height: 278px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#se03 .col-md-6 .tit {
    display: flex;
    gap: 30px;
    align-items: center;
}

#se03 .col-md-6 .tit .material-symbols-outlined {
    width: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgb(0 0 0 / 5%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    --wght: 300;
}
#se03 .col-md-6:nth-child(1) {
    background: #fff;
}
#se03 .col-md-6:nth-child(2) {
    background: var(--page-point-color);
    color: #fff;
}

#se03 .col-md-6:nth-child(2) .tit .material-symbols-outlined {
    background: rgba(0,0,0,0.12);
}
#se03 .col-md-6 p {
    font-size: 17px;
    margin-top: 12px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
#se03 h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.link_area a {
    padding: 10px 11px 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    color: #333;
    font-size: 15px;
    gap: 10px;
    transition: all 0.15s ease;
    letter-spacing: 0;
    font-weight: 500;
    background: #fff;
    /* border-radius: 100px; */
}

.link_area {
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.link_area a {
    flex: 1;
    text-align: center;
    max-width: 180px;
}
.link_area a span{
    --wght: 500;
    border-radius: 50%;
    opacity: 0.4;
}
#se03 .col-md-6:nth-child(2) .link_area a {
    background: var(--page-point-color);
    border: 1px solid #fff;
    color: #fff;
}
#se03 .col-md-6:nth-child(2) .link_area a:hover,.link_area a:hover{
    background: #333;
    color: #fff;
    border-color: #333;
}
.slick-dots {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.slick-dots li {
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.slick-dots li::after {
    content: "";
    bottom: -21px;
    left: 50%;
    width: 0;
    height: 2px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
}
.slick-dots li.slick-active::after {
    width: 100%;
    background-color: var(--page-point-color);
}
.slick-dots li.slick-active a {
    color: var(--page-point-color);
}
.slick-dots li a {
    font-size: 23px;
    font-weight: 500;
    color: #333;
}
.slick-dots li:hover a {
    color: var(--page-point-color);
}
#se04{
    background: #f7f7f7;
}
#se04_slide .slick-list{
    padding: 100px 60px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 10px 20px 60px;
}
#se04_slide .item {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 70px;
    align-items: center;
    padding-bottom: 0;
}
#se04_slide .item h5 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: var(--page-point-color);
    margin-bottom: 60px;
}
#se04_slide .item h5 p {
    font-size: 17px;
    font-weight: 400;
    margin: 30px 0 0;
    word-break: keep-all;
    line-height: 1.6;
    color: #333;
}
#se04_slide .item .img_area {
    overflow: hidden;
}
#se04_slide .item.slick-slide .img_area > div {
    -webkit-transition: transform 4000ms ease-in-out;
    -moz-transition: transform 4000ms ease-in-out;
    -o-transition: transform 4000ms ease-in-out;
    -ms-transition: transform 4000ms ease-in-out;
    transition: transform 4000ms ease-in-out;
    transform: scale(1.1);
}
#se04_slide .item.slick-active .img_area > div {
    transform: scale(1);
}
#se04_slide .item.slick-slide .img_area .lab_img div:nth-child(1) img{
    width: 300px;
}
#se04_slide .item.slick-slide .img_area .lab_img div:nth-child(2) img{
    margin-top: -160px;
    margin-left: 130px;
    width: 530px;
}
#se04_slide .item.slick-slide .img_area .twin_img{display: flex;}
.se04_slide_box {
    position: relative;
}
.slider_arrow {
    background: transparent;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 60px;
    bottom: 150px;
}
.slider_arrow span {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    justify-content: center;
    color: #999;
    border-radius: 50%;
    transition: all 0.3s;
}
.slider_arrow span:hover {
    color: #fff;
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}

/* ------------ about01 ------------  */
.greet {
    display: grid;
    grid-template-columns: 460px auto;
    padding: 0 50px;
    gap: 100px;
}

#about01 .con01::before {
    content: '';
    width: 800px;
    height: 590px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;
}

#about01 .con01 {
    position: relative;
}
.greet .txt_area p {
    font-size: 17px;
    margin-bottom: 25px;
    word-break: keep-all;
    line-height: 1.55;
    color: #333;
    letter-spacing: -0.03em;
}
.greet .txt_area p.emph {
    font-size: clamp(18px, 3vw, 33px);
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 40px;
    letter-spacing: -0.035em;
    color: #333;
    line-height: 1.4;
}

.greet .txt_area p.emph span {
    color: var(--page-point-color);
}
.greet .txt_area p.name {
    text-align: end;
    margin: 20px 0 0;
    font-weight: 700;
}

/* ------------ about02 ------------  */
.vision_items {
    display: flex;
    gap: 25px;
}
.vision_item {
    flex: 1;
    text-align: center;
}
.vision_item .icon {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    background: #4ebf6d;
    color: #fff;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.125);
}
.vision_items > .vision_item:nth-child(2) .icon,
.vision_items > .vision_item:nth-child(2) .txt_area::after{
    background: #129f7f;
}
.vision_items > .vision_item:nth-child(3) .icon,
.vision_items > .vision_item:nth-child(3) .txt_area::after{
    background: #087b91;
}
.vision_items > .vision_item:nth-child(4) .icon,
.vision_items > .vision_item:nth-child(4) .txt_area::after{
    background: #0d528b;
}
.vision_item .material-symbols-outlined {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    --wght: 300;
}
.vision_item .tit {
    line-height: 1.3em;
    font-size: 21px;
    font-weight: 550;
    letter-spacing: -0.04em;
}
.vision_item .txt_area {
    font-size: 17px;
    padding: 70px 10px 0;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.65;
    word-break: keep-all;
    position: relative;
}

.vision_item .txt_area::before {
    content: '';
    width: 2px;
    height: 40px;
    border-left: 1px dotted #999;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
}

.vision_item .txt_area::after {
    content: '';
    width: 11px;
    aspect-ratio: 1;
    background: #4ebf6d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}

/* ------------ about03 ------------  */
.timeline {
    position: relative;
}
.timeline::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #d0d0d0;
    position: absolute;
    left: 50%;
    top: 0;
}
.timeline .timeline-list > li:first-child {
    padding-top: 20px;
}
.timeline .timeline-list li > div {
    padding-right: 100px;
    padding-bottom: 60px;
}
.timeline .timeline-list li > div.right_box {
    padding: 0;
    padding-left: 100px;
}
.timeline .timeline-list li ul li {
    padding-top: 15px;
    font-weight: 400;
    line-height: 1.55;
    font-size: 16px;
    position: relative;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    text-align: right;
    letter-spacing: -0.03em;
    color: #333;
}
.timeline .timeline-list li ul li p {
    flex: 1;
}
.timeline .timeline-list li .date {
    position: relative;
    line-height: 1;
    color: var(--page-point-color);
    font-weight: 700;
    text-align: right;
    font-size: 60px;
    padding: 0px 0 20px 0;
    margin: 0;
    letter-spacing: -0.02em;
}
.timeline .timeline-list li .date::after {
    z-index: 10;
    content: "";
    display: block;
    box-sizing: content-box;
    width: 12px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    position: absolute;
    border-radius: 50%;
    right: -50px;
    top: 22px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.timeline .timeline-list li .date::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 1px;
    right: -100px;
    top: 27px;
    border-top: 1px dotted #a0a0a0;
}
.timeline .timeline-list li > div.right_box .date::after {
    right: inherit;
    left: -50px;
}
.timeline .timeline-list li > div.right_box .date::before {
    right: inherit;
    left: -100px;
}
.timeline .timeline-list .right_box .date {
    text-align: left;
}
.timeline .timeline-list .right_box > ul > li {
    justify-content: flex-start;
    text-align: left;
}
.timeline .timeline-list ul > li strong {
    color: #333;
}

/* ------------ about05 ------------  */
.profile_items {
    display: flex;
    border-top: 1px solid #333;
    margin-top: 40px;
}
.profile_item {
    flex: 1;
    text-align: center;
    padding: 40px 15px;
    border: 1px solid #ddd;
    margin-right: -1px;
}
.profile_item .material-symbols-outlined {
    font-size: 40px;
    color: var(--page-point-color);
    --wght: 400;
    --fill: 1;
}
.profile_item p {
    font-size: 15px;
}
.profile_item .tit {
    margin: 20px 0 8px;
    font-size: 20px;
    font-weight: 600;
}
.profile_item p a {
    color: var(--page-point-color);
    letter-spacing: 0;
}

/* ------------ about06 ------------  */
#about06 .board_area{display: none;}

/* ------------ business01 ------------  */
.engin_area {
    text-align: center;
    position: relative;
    z-index: 1;
}

#business01 .con01 {
    background: url('/public/img/sub/business01.jpg') no-repeat center / cover;
    padding: 90px 0;
    margin-top: 80px;
    position: relative;
    filter: grayscale(0.2);
}

#business01 .con02 {
    padding: 100px 0 110px;
}

#business01 .con01::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.35;
}
.engin_area .tit {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: -0.034em;
}
.list_engin {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 0 0;
}
.list_engin li {
    font-size: 20px;
    color: #fff;
    flex: 1;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-weight: 600;
    border: 1px solid rgb(255 255 255 / 70%);
    background: rgba(0,0,0,0.3);
    letter-spacing: 0;
}
.process_items {
    display: flex;
}
.process_item {
    flex: 1;
    margin-right: -1px;
    position: relative;
}
.process_item::after {
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    color: #d1d1d1;
    font-size: 48px;
    top: 21px;
    position: absolute;
    right: -25px;
    font-weight: 600;
}

.process_item:last-child::after {
    content: none;
}
.process_item .material-symbols-outlined{
    color: #fff;
    font-size: 45px;
    background: #5EC665;
    padding: 15px;
    border-radius: 50%;
    width: 110px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    --wght: 300;
}
.process_items > .process_item:nth-child(2) .material-symbols-outlined {
    background: #25AD6E;
}
.process_items > .process_item:nth-child(3) .material-symbols-outlined {
    background: #15A484;
}
.process_items > .process_item:nth-child(4) .material-symbols-outlined {
    background: #2491A5;
}
.process_items > .process_item:nth-child(5) .material-symbols-outlined {
    background: #2E6A9A;
}
.process_items > .process_item:nth-child(6) .material-symbols-outlined {
    background: #36568F;
}
.process_items > .process_item:nth-child(7) .material-symbols-outlined {
    background: #384171;
}
.process_item p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.process_item p br {
    display: none;
}
.process_item .num {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
    border: 2px solid #eee;
    border-radius: 100px;
    width: fit-content;
    padding: 4px 15px;
}

.process_item .num::before {
    content: 'STEP';
    margin-right: 5px;
    font-size: 13px;
}

.bs_items.gr {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.bs_items.fl {
    display: flex;
    gap: 20px;
}
.lab_box .bs_item img{
    height: 210px;
}
.lab_box .bs_items,
.twin_box .bs_items{gap: 0;}
.lab_box .bs_items .bs_item:nth-child(2),
.lab_box .bs_items .bs_item:nth-child(3){margin-right: 20px;}

/* ------------ business02 ------------  */
.info_items.area_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
}
.info_items.area_3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
}
.info_items {
    display: grid;
}
.info_item p {
    text-align: center;
    margin: 15px 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}
.info_item img {
    border: 1px solid #ddd;
    margin: 0 auto;
}
.two_img {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.info_item .two_img {
    gap: 50px;
}

.two_img img {
    object-fit: cover;
}

/* ------------ business03 ------------  */
.prog_items.area_n {
    display: flex;
    gap: 50px;
}
.prog_item p {
    margin-top: 15px;
    font-size: 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.prog_item {
    position: relative;
}
.prog_item .two_img {
    gap: 15px;
}
.step_items {
    display: flex;
    gap: 40px;
}
.step_item {
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: center;
    flex: 1;
    padding: 30px;
    gap: 30px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.03);
    border-top: 1px solid #333;
}
.step_item .tit {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.arrow {
    background: var(--page-point-color);
    height: 3px;
    width: 80px;
    margin: 30px auto 0;
    position: relative;
    cursor: pointer;
    display: block;
}
.arrow::before,
.arrow::after {
    content: "";
    background: var(--page-point-color);
    position: absolute;
    height: 3px;
    width: 15px;
}
.arrow::before {
    right: -3px;
    bottom: -4px;
    transform: rotate(-45deg);
}
.arrow::after {
    right: -3px;
    top: -4px;
    transform: rotate(45deg);
}

/* ------------ form ------------ */
.board_wrapper .table.board_write_table {
    border-top: 1px solid #333;
}
.board_wrapper .table.board_write_table > :where(tbody, tfoot, thead) > tr > :where(th, td) {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 15px;
}
img#captcha {
    height: 40px;
    vertical-align: bottom;
}
img#captcha + br {
    display: none;
}
#wr_captcha {
    margin-top: 0 !important;
}
.checkbox, .radio {
    margin-top: 4px !important;
}
.checkbox.privacy_checkbox a {
    color: var(--page-point-color);
    text-decoration: underline;
}
.board_wrapper .text-center .btn.btn-lg {
    min-width: 180px;
    font-size: 16px;
}
.btn {
    font-weight: 500;
    transition: all 0.15s ease;
}

/* ------------ 준비중 ------------ */
.ing_area {
    margin-top: 0;
    text-align: center;
    background: #f5f5f5;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ing_area i {
    margin-bottom: 20px;
    line-height: 1;
    color: #999999;
    font-size: 60px;
}
.ing_area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.034em;
    color: #555;
}
.ing_area p {
    color: #888;
    margin: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

@media (max-width: 767px) {
    .main_section {
        padding: 90px 0;
    }
    #se04_slide .slick-list{padding: 120px 30px 30px;}
    #se04_slide .item{gap: 0;grid-template-columns: 1fr;padding-bottom: 0;}
    #se04_slide .item h5{font-size: 33px;}
    .slider_arrow{
        left: 30px;
        bottom: initial;
        top: 40px;
    }
    .process_items{gap: 50px;flex-direction: column;}
    .process_item::after{
        top: initial;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        right: inherit;
    }
    #se02{    height: 320px;}
    #se02 p{font-size: 22px;padding: 0 15px 70px;}
    #se03 .col-md-6{
        gap: 30px;
        padding: 40px;
        height: 100%;
    }
    .link_area{
        flex-direction: column;
    }
    .link_area a{max-width: 100%;}
    
    .greet{
        grid-template-columns: 1fr;
        padding: 0;
        gap: 0px;
    }
    #about01 .con01::before{
        content: none;
    }

    .timeline::before{left: 0;}
    .timeline-list > li+li{margin-top: 30px;}
    .timeline .timeline-list li .date{
        font-size: 44px;
        text-align: left;
    }
    .timeline .timeline-list li > div,
    .timeline .timeline-list li > div.right_box
    {padding: 0 15px 0 55px;}
    .timeline .timeline-list li .date::after,
    .timeline .timeline-list li > div.right_box .date::after{
        right: initial;
        left: -44px;
        top: 16px;
    }
    .timeline .timeline-list li .date::before{content: none;}
    .timeline .timeline-list li ul li span{text-align: left;}
    .timeline .timeline-list li ul li,
    .timeline .timeline-list .right_box > ul > li{gap: 15px;}
    .timeline .timeline-list li ul li{flex-direction: row-reverse;}
    .timeline .timeline-list .right_box > ul > li{flex-direction: row;}
    .timeline .timeline-list li ul li p{text-align: left;}

    .profile_items{flex-direction: column;}

    /* 사업영역 */
    .bs_items.gr{    grid-template-columns: repeat(2, 1fr);}
    .bs_items.fl{    flex-direction: column;}
    .lab_box .bs_items .bs_item:nth-child(2),
    .lab_box .bs_items .bs_item:nth-child(3){margin-right: 0;margin-bottom: 20px;}
    .lab_box .bs_item img{height: initial;width: 100%;}

    .info_items.area_2{    grid-template-columns: repeat(1, 1fr);}
    .two_img{flex-direction: column;}
    .sub_tit h4 p{font-size: 18px;}
    .step_items{gap: 40px;flex-direction: column;}
    .step_item{    grid-template-columns: 1fr;}
    .arrow{    width: 30px;transform: rotate(90deg);}
    .info_items.area_3{grid-template-columns: repeat(1, 1fr);}
}
@media (max-width: 480px) {
    .bs_items.gr{grid-template-columns: repeat(1, 1fr);}
}