@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: 0px;
    letter-spacing: -0.015em;
    font-size: 16px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 67px;
    }
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
p,
.table {
    margin: 0;
    word-break: keep-all;
}
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: #0f1271;
}

/* ------------ 접근성 ------------ */
.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 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    transition: all 0.3s ease;
}
.navbar.navbar-inverse.on {
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.09);
    border-bottom: 0;
    background-color: #fff;
    margin: 0;
}
.navbar-right {
    margin-right: 0;
}
.navbar-inverse .navbar-brand img {
    height: 40px;
    margin-top: 12px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.navbar-inverse.on .navbar-brand img{filter: none;}
.navbar-inverse .navbar-nav > li > a {
    padding: 36px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
}
.navbar-inverse.on .navbar-nav > li > a {
    color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 500;
    color: var(--page-point-color);
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}
@media (max-width: 767px) {
    .navbar-inverse{background: #fff;}
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 0;
        height: 100%;
        filter: none;
    }
    .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: rgba(0, 0, 0, 0.75);
        border-radius: 0;
        border-top: 1px solid #ddd;
    }
    .navbar-inverse .navbar-right {
        margin: 0;
    }
    .navbar-inverse .navbar-right > li {
        border-bottom: 1px solid #e1e1e1;
    }
    .navbar-inverse .navbar-right > li:last-child {
        border: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: rgba(255, 255, 255, 0.65);}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background: transparent;
    }
    .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{padding: 0;}
    .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: 20px 0;
        background: rgba(0, 0, 0, 0.75);
        /* border-top: 3px solid var(--page-point-color); */
        -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: 6px 15px;
        text-align: center;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.65);
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
        transition: all 0.2s;
        font-weight: 500;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        background: transparent;
    }
}

/* ------------  슬라이드 ------------  */
.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: 100vh;
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
    margin: 0 5px 0 0;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px 0 0;
}
.carousel-caption {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    text-shadow: none;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 42px;
    font-weight: 400;
    margin: 0;
    transition: opacity 0.6s ease;
}
.carousel-caption p {
    font-size: 78px;
    font-weight: 700;
    letter-spacing: 0;
    transition: opacity 0.6s ease;
}
@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height:350px;
    }
    .carousel-caption {
        padding: 0;
        gap: 0;
    }
    .carousel-caption h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .carousel-caption h1 strong {
        font-size: 25px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 20px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
}
/* ------------ 팝업 ------------ */
.main_popup.main_popup_left.show{
    top: 150px;
    left: 200px;
}
.main_popup_contents{
    width: 400px;
    padding: 30px;
    display: flex;
    flex-flow: wrap;
    text-align: center;
}
.main_popup_contents .title{width: 100%;}

.main_popup_contents .title h3{    
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #0a3485;
}
.main_popup_contents .vacation{width: 100%;}
.main_popup_contents .vacation img{
    margin-top: 30px;
    width: 100px;
}
.main_popup_contents .vacation p{
	margin:0;
	font-size: 16px;
    color: #333;
}
.main_popup_contents .vacation p.data{
    padding: 10px 0;
    margin: 0 32px 20px 32px;
  	font-size:18px;
  	font-weight: 600;
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
  }

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #333;
    color: #ababab;
}
#site footer .footer-info {
    padding: 50px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 3px;
    letter-spacing: 0;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    line-height: 21px;
    letter-spacing: 0;
}
#site footer .footer-info .logo > img {
    opacity: 0.5;
    margin-top: -5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 0 0 60px;
}
#site footer .footer-info ul .copy {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}
#site footer .footer-info ul .login-li {
    float: right;
}
#site footer .footer-info ul .login-li 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-li a:hover {
    opacity: 0.9;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
        margin-right: 0;
    }
    #site footer .footer-info ul li:nth-child(4){margin-right: 5px;}
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 400px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat bottom center;
    background-size: cover;
}
.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
}
.sub_header h2 {
    font-size: 45px;
    line-height: 1;
    margin: 30px 0 0;
    text-align: center;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0px 0 0;
    }
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    background: transparent;
    margin-top: -58px;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    background: #173587;
}
.sub_menu ul > li {
    /* width: 200px; */
    flex: 1;
    text-align: center;
}
.sub_menu ul > li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #001251;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    width: 100%;
    padding: 4px 0;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0;
    line-height: 50px;
    text-decoration: none;
    background: transparent;
    display: inline-block;
    letter-spacing: 0.02em;
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: -2px;
    left: 50%;
    width: 100%;
    height: 2px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
    display: none;
}
.sub_menu ul > li.active > a::after,
.sub_menu ul > li:hover > a::after {
    bottom: -1px;
    background-color: var(--page-point-color);
}
.sub_menu .nav li.active a, .sub_menu .nav li a:hover, .sub_menu .nav li a:focus {
    color: var(--page-point-color);
    color: #fff;
    background: transparent;
    font-size: 18px;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ 공통 ------------ */
.content {
    padding: 70px 0 90px;
}
.content + .content {
    padding-top: 0px;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding: 30px 0 50px;
}
.content_box + .content_box {
    padding-top: 0px;
}
.page_tit {
    position: relative;
    margin: 100px 0 0;
    text-align: left;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 42px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.025em;
    text-align: center;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 20px;
}
.sub_tit::before {
    content: "";
    top: 5px;
    left: 0;
    position: absolute;
    width: 6px;
    height: 20px;
    background-color: var(--page-point-color);
    border-radius: 0;
    transform: skewX(325deg);
}
.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}
.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 17px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #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: 17px;
    line-height: 2em;
    position: relative;
    list-style: none;
}
.list-num > li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.list-num-basic > li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 7px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.board_wrapper{margin-top: 0;}

.table.table_default thead th {
    font-size: 17px;
    background: transparent;
}
.table.table_default tbody .subject a {
    font-size: 17px;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
}
.btn.btn-primary {
    background-color: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color);
}
input + #list_btn {
    display: none;
}
@media (max-width: 767px) {
    .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: 12px;
    }
    .board_wrapper .table .subject {
        width: 45%;
    }

    .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: 100px 0 120px;
    background: #f8f8f8;
}
.main_page_title h3 {
    margin: 0 0 60px;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.tech_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.tech_item {
    position: relative;
    overflow: hidden;
}
.tech_item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.tech_item:hover:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}
.tech_item .img_box {
    position: relative;
}
.tech_item .img_box img {
    transition: all 0.7s;
    transform: scale(1);
}
.tech_item:hover .img_box img {
    transform: scale(1.1) translateY(10px);
}
.tech_item .txt_con {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 80%;
    color: #fff;
    width: 100%;
    transform: translateX(-50%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    letter-spacing: 0;
}
.tech_item:hover .txt_con {
    top: 40%;
}
.tech_item:hover .txt_con a {
    opacity: 1;
}
.txt_con p {
    letter-spacing: 0;
    font-size: 26px;
    font-weight: 400;
}
.txt_con a {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    opacity: 0;
    transition: all 0.7s;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}
.txt_con a:hover {
    background: #fff;
    color: #333;
}

.se02 {
    background-color: #38424b;
    padding: 90px 0;
}
.se02 .row {
    display: flex;
    /* box-shadow: 8px 8px 30px 5px rgba(0, 0, 0, 0.3); */
    margin: 0;
}
.se02 .row > div{flex: 1;}
.se02 h3 {
    display: none;
}
.se02 .row .left{padding: 0;margin-right: 80px;}
.se02 .row .left .board_box_list{margin-bottom: 0 !important;color: #fff;padding: 0;}
.page-header{margin: 0 0 20px;border-bottom: 1px solid #999;}
.page-header i {font-size: 20px;}
div[class^="board_box_"] .page-header h4{font-size: 26px;font-weight: 500;margin-top: 0;}
div[class^="board_box_"] .page-header .pull-right {
    margin-top: 10px;
}
.type_list .info span.writer,
.type_list .info span.hits{display: none;}
.se02 .row .right {
    overflow: hidden;
    padding: 0;
    width: 450px;
    border-radius: 10px;
    box-shadow: 8px 8px 30px 5px rgba(0, 0, 0, 0.3);
}
.se02 .row .right div {
    padding: 30px 50px;
    background: url(/public/img/main/se02_right_bg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    transition: 0.3s;
    height: 100%;
    text-align: left;
}
.se02 .row .right div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.se02 .row .right p {
    font-size: 30px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    margin: 50px 0 0;
}
.se02 .row .right span {
    border: 1px solid #fff;
    position: relative;
    transition: 0.3s ease-out;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    transition: all 0.7s;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}
.se02 .row .right:hover span {
    /* transform: rotate(180deg); */
}
.se02 .row .right:hover div {
    transform: scale(1.05);
}

/* ------------ about01 ------------ */
.greet .img_area {
    padding-right: 90px;
}
.greet .txt_area .intro {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
}
.greet .txt_area p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.6;
}
.greet .txt_area .name {
    text-align: right;
    font-weight: 500;
}
.greet .emph01 {
    color: var(--page-point-color);
    font-weight: 600;
}
.greet .emph02 {
    text-decoration: underline;
}
.greet .emph03 {
    color: var(--page-point-color);
    font-weight: 600;
}
.list-history {
    background: #f7f7f7;
    padding: 30px;
}
.list-history li {
    font-size: 16px;
    position: relative;
    padding-left: 12px;
}
.history h4 {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-left: 7px;
    margin-bottom: 20px;
}

.history h4::before {
    content: "";
    top: 2px;
    left: 0;
    position: absolute;
    width: 2px;
    height: 16px;
    background: #333;
}

.history {
    margin-top: 50px;
}

.list-history li + li {
    margin-top: 3px;
}

.list-history li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    top: 10px;
    left: 0;
}
/* ------------ about02 ------------ */
.infra_img_area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
}
.infra_img_box p {
    font-size: 17px;
    font-weight: 600;
    padding: 15px;
    letter-spacing: 0;
    text-align: center;
}
.sub-slide-for-wrap img{
	width: 100%;
}
.sub-slide-for-wrap .item p{
    font-size: 18px;
    text-align: center;
    margin-top: -66px;
    padding: 20px 0;
    color: #fff;
    background: rgba(000, 000, 000, 0.5);
    font-weight: 500;
    z-index: 1;
    position: relative;
}
.sub-slide-nav-wrap {
    margin-top: 30px;
	padding:0 15px;
}
.sub-slide-nav-wrap .next-btn,
.sub-slide-nav-wrap .prev-btn {
    z-index: 5;
    border: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 35px;
    height: 101%;
    font-size: 20px;
    background: rgba(000, 000, 000, 0.5);
    color: #fff;
}
.sub-slide-nav-wrap .next-btn {
    right: 15px;
}
.sub-slide-nav-wrap .prev-btn {
    left: 15px;
}
.slick-slider button:hover{
	background:#173587;
}
.sub-slide-nav-wrap .slick-slide {
    opacity: .5;
    cursor: pointer;
    transition: 0.3s;
}
.sub-slide-nav-wrap .slick-slide:hover {
    opacity: 1;
}
.sub-slide-nav-wrap .slick-center {
    opacity: 1;
}

/* ------------ about03 ------------ */
.map .root_daum_roughmap{width: 100%;}
.map .detail {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.map .detail .tit {
    font-size: 18px;
    font-weight: 600;
}
.map .detail .info {
    display: flex;
    gap: 30px;
}
.map .detail p {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.map .detail p i {
    margin-right: 5px;
    color: #fff;
    padding: 8px;
    background: #2c82cf;
    border-radius: 50%;
    font-size: 12px;
}
.content_box h4{
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    flex-basis: 35%;
    position: relative;
    padding-left: 16px;
    color: var(--page-point-color);
}
.content_box h4::before {
    content: "";
    top: 3px;
    left: 0;
    position: absolute;
    width: 2px;
    height: 23px;
    background: #173587;
}
.content_box > div{    flex-basis: 100%;}
#about03 .content_box{
    display: flex;
    border-top: 1px solid #ddd;
    padding: 0;
    padding-top: 70px;
    margin-top: 70px;
}
#about03 .content_box p{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}
#about03 .content_box.time_map p{display: flex;margin-bottom: 15px;}
#about03 .content_box.time_map p span{
    width: 120px;
    margin-right: 10px;
    font-weight: 600;
    border-right: 2px solid #333;
}
#about03 .content_box.time_map strong{
    font-size: 18px;
    color: #0081cc;
    font-weight: 600;
    display: block;
    margin-top: 20px;
}
.location_item+.location_item{margin-top: 40px;}
.location_item li{
    font-size: 18px;
    line-height: 1.6;
}
#about03 .location_item .tit{
    font-size: 22px;
    font-weight: 700;
}
.location_item.bus li{
    font-size: 18px;
    line-height: 1.6;
    padding-left: 64px;
    position: relative;
}
.location_item.bus li+li{margin-top: 20px;}
.location_item.bus li strong{
    color: #fff;
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 500;
    left: 0;
    top: -4px;
    position: absolute;
}
.location_item.bus li:nth-child(1) strong{
    background: #9bb472;
}
.location_item.bus li:nth-child(2) strong{
    background: #52b8ee;
}
.location_item.bus li:nth-child(3) strong{
    background: #ff9c00;
}
.location_item.bus li:nth-child(4) strong{
    background: #131aad;
}
.location_item.bus li:nth-child(5) strong{
    background: #b9c000;
}
#about03 .img_area{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    background: #f7f7f7;
}
#about03 .img_area .img_box p{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}
#about03 .img_area .img_box:last-child p{
    margin-bottom: 0;
}

/* ------------ about04 ------------ */
.time{
    width: 660px;
    text-align: center;
    margin: 0 auto;
}
.time > p{
    font-size: 18px;
    color: #0081cc;
    font-weight: 600;
}
.time > p:nth-child(2){
    margin-top: 40px;
}
.time ul li{display: flex;
    font-size: 20px;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid var(--page-point-color);}
.time ul li p{flex-basis: 100%;}
.time ul li p:first-child{
    padding: 15px;
    background: #173587;
    color: #fff;
    flex-basis: 30%;
}

/* ------------ disease01 ------------ */
[id^='disease'] h4{
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-left: 7px;
    margin-bottom: 20px;
    margin-top: 20px;
}
[id^='disease'] h4::before{
    content: "";
    top: 2px;
    left: 0;
    position: absolute;
    width: 2px;
    height: 16px;
    background: #333;
}
.disease_box p {
    background: #f7f7f7;
    padding: 20px;
    font-size: 15px;
}
#disease01 .disease_item:first-child .img_area img {
    border: 1px solid #ddd;
}
#disease01 .disease_items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px 50px;
}
#disease02 .disease_items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 50px;
}
#disease03 .disease_items,
#disease04 .disease_items{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 100px 50px;
}
#disease01 .disease_item.item_l{
    grid-column: 3 span;
}
#disease02 .disease_item.item_l{
    grid-column: 2 span;
}
#disease03 .disease_item.img_row .detail,
#disease04 .disease_item.img_row .detail,
#disease01 .disease_item.img_row .detail{
    flex-direction: row;
}
#disease01 .disease_item.img_row .detail .img_area{width: 170%;border: 1px solid #ddd;}
#disease03 .disease_item.img_row .detail .img_area,
#disease04 .disease_item.img_row .detail .img_area{
    width: 90%;
}
#disease04 .img03 .img_area{
    display: flex;
    gap: 10px;
}
#disease04 .img03 .img_area .img_box:first-child{    flex-basis: 13%;}
.disease_item .detail {
    display: flex;
    flex-direction: column;
    gap: 50px 80px;
    align-items: center;
    font-size: 17px;
}
.disease_item .tit {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}
.disease_item .detail:has(.img_l) {
    flex-direction: column;
}
.disease_item .txt_area {
    line-height: 1.6;
    word-break: keep-all;
}

/* ------------ cure01 ------------ */
#cure01 .cure_img .img_box:first-child{
    grid-column: 3 span;
}
.cure_txt {
    font-size: 19px;
    font-weight: 500;
    word-break: keep-all;
    margin-bottom: 60px;
    line-height: 1.6;
    letter-spacing: 0;
}
.effect {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.effect .tit {
    background: #2c82cf;
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    color: #fff;
    width: 180px;
    line-height: 54px;
    text-align: center;
    /* border-radius: 5px; */
    /* box-shadow: 0px 2px 6px 0.3px rgba(3, 15, 89, 0.3); */
    position: relative;
}
.effect .txt_area {
    font-size: 17px;
    background: #f5f5f5;
    word-break: keep-all;
    line-height: 1.6em;
    color: #433700;
    padding: 25px 30px;
}
.cure_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* background: #f7f7f7; */
    text-align: center;
    gap: 60px 30px;
}
.cure_img03{
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.cure_img .img_box p,
.cure_img03 .img_box p {
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
}
.cure_img03 .img_box:last-child{width: 43.2%;}

/* ------------ cure02 ------------ */
#cure02 .effect .tit{line-height: 81px;}
#cure02 .cure_img{
    display: flex;
}
#cure02 .cure_img .img_box:first-child{
    /* flex-basis: 98%; */
    flex-basis: 116%;
}

/* ------------ cure04 ------------ */
#cure04 .cure_items {
    margin-bottom: 40px;
}
.cure_item + .cure_item {
    margin-top: 30px;
    padding-top: 30px;
    /* border-top: 1px dashed #ddd; */
}
.cure_item .tit {
    color: var(--page-point-color);
    font-size: 28px;
    font-weight: 700;
}
#cure03 .img_box {
    margin-bottom: 50px;
}
#cure04 .cure_item:last-child .tit {
    font-size: 19px;
    font-weight: 600;
    color: #333;
}
.cure_item .txt_area {
    font-size: 17px;
    margin-top: 15px;
    background: #f8f8f8;
    padding: 25px;
    line-height: 1.6;
    word-break: keep-all;
}
@media (max-width: 767px) {
    .main_page_title h3{font-size: 34px;}
    .main_section{padding: 80px 0 100px;}
    .page_tit h3{font-size: 34px;}
    .page_tit{margin: 80px 0 0;}

    .tech_item .txt_con{top: 70%;}
    .tech_item:hover .txt_con{top: 30%;}

    .se02 .row{flex-direction: column;}
    .se02 .row .left{margin: 0 0 40px;}
    .se02 .row .right{width: 100%;}
    .se02 .row .right p{margin: 0;font-size: 25px;}
    .se02 .row .right span{font-size: 14px;}

    #site footer .logo{padding-left: 0;}
    #site footer .footer-info .info{padding: 0 15px;text-align: center;}
    #site footer .footer-info ul .login-li{float: none;margin-top: 10px;display: block;}

    /* about01 */
    .greet .img_area{padding-right: 15px;padding-bottom: 20px;}
    .greet .txt_area p{font-size: 17px;word-break: break-all;}
    .greet .txt_area .intro{font-size: 25px;}

    /* about04 */
    .time{width: 100%;}
    .time ul li{flex-direction: column;gap: 0;align-items: normal;font-size: 17px;}
    .time ul li p{padding: 10px;}

    /* about02 */
    .sub-slide-for-wrap .item p{font-size: 16px; padding: 10px 0;}

    /* about03 */
    .map .detail{flex-direction: column;gap: 20px;}
    .map .detail .info{flex-direction: column;gap: 10px;}
    .map .detail .tit, .map .detail p{font-size: 18px;}
    #about03 .content_box{flex-direction: column;gap: 30px;}
    #about03 .content_box.time_map p{flex-direction: column;margin-bottom: 25px;}
    #about03 .content_box.time_map p span{
        width: 100%;
        border: 0;
        border-bottom: 2px solid #333;
        margin: 0 0 10px;
    }
    #about03 .img_area .img_box p{font-size: 16px;}

    /* disease */
    #disease01 .disease_items, #disease02 .disease_items{grid-template-columns: repeat(1, 1fr);}
    #disease01 .disease_item.item_l,#disease02 .disease_item.item_l{grid-column: 1 span;}
    #disease03 .disease_item.img_row .detail, #disease04 .disease_item.img_row .detail, #disease01 .disease_item.img_row .detail,
    #disease04 .img03 .img_area{flex-direction: column;}
    #disease01 .disease_item.img_row .detail .img_area, #disease03 .disease_item.img_row .detail .img_area, #disease04 .disease_item.img_row .detail .img_area
    {width: 100%;}

    /* cure */
    .effect{flex-direction: column;}
    .cure_item .txt_area{padding: 15px; font-size: 16px;}
    .cure_item .tit{font-size: 26px;}
    .effect .txt_area,.cure_txt,.cure_item .txt_area, .disease_item .txt_area, .disease_item .txt_area p{word-break: break-all;}
    .cure_item .tit{text-align: center;}
    .effect .tit,#cure02 .effect .tit{
        width: 100%;
        line-height: 40px;
        padding: 10px;
        font-size: 18px;
    }
    .cure_img03{flex-direction: column;}
    .cure_img03 .img_box:last-child{width: 100%;}
    #cure02 .cure_img{display: grid;grid-template-columns: repeat(2, 1fr);}
    #cure02 .cure_img .img_box:first-child{grid-column: 2 span;}
    .cure_txt, #cure04 .cure_item:last-child .tit{font-size: 17px;}
    .cure_img{grid-template-columns: repeat(2, 1fr);}
    .cure_img .img_box p, .cure_img03 .img_box p{font-size: 16px;}

    /* 비급여 */
    #community02_view .du{flex-direction: column;}
    #community02_view .du table{width: 100% !important;}
}
@media (max-width: 580px) {
    .tech_items{grid-template-columns:repeat(1, 1fr);}
}