@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 0px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 67px;
    }
}

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

p,
.table {
    margin: 0;
    letter-spacing: -0.034em;
    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: #e4b653;
}

/* ------------ 잡근성 ------------ */
.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: 45px;
    margin-top: 10px;
    -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 44px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}
.navbar-inverse.on .navbar-nav > li > a {
    color: #222;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    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: #c58600;
}
.navbar>.container .navbar-brand{
    z-index: 9;
    position: relative;
}
.navbar-inverse .navbar-collapse{position: relative;}
.link_icon{
    gap: 9px;
    position: absolute;
    right:-130px;
    top: 50%;
    transform: translateY(-50%);
}
.link_icon a{
    display: flex;
    align-items: center;
    color: #f00;
    font-weight: 800;
    gap: 4px;
    font-size: 17px;
    text-transform: uppercase;
}
.link_icon img{width: 30px;}
@media (max-width: 767px) {
    .navbar-inverse{background-color: #fff;}
    .navbar-inverse .navbar-brand {
        padding: 5px 15px;
        margin: 8px 0;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 6px;
        height: 75%;
        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: #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;
        padding-right: 0;
        max-height: 100%;
    }
    .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.7);
        -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);
        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: #c88c0d;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 867px;
    /* height: calc(100vh - 96px); */
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.carousel-indicators li {
    width: 60px;
    height: 5px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 7px 0 0;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 60px;
    height: 5px;
    margin: 0 7px 0 0;
    opacity: 1;
}

.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: center;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 40px;
}
.carousel-caption h1::after {
    content:'';
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    margin: 16px auto;
    opacity: 0.7;
}
.carousel-caption p {
    font-size: 46px;
    font-weight: 300;
    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: 400px;
    }
    .carousel-caption h1 {
        font-size: 14px;
        line-height: 10px;
        margin-bottom: 20px;
    }
    #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;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #212121;
    color: #ccc;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
}
#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: 14px;
    margin-right: 15px;
    line-height: 21px;
}
#site footer .footer-info .logo > img {
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    letter-spacing: 0.08em;
    margin-top: 10px;
}
#site footer .footer-info ul .login-li {
    display: block;
    margin: 15px 0 0;
}
#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;
    }
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
    #site footer .footer-info ul{padding: 0;}
      #site footer .footer-info ul .login-li{
        float: inherit;
        margin: 10px 0;
        display: block;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 420px;
    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: 48px;
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.sub_header .container {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 200px;
    }
    .sub_header h2 {
        font-size: 35px;
        margin: 0;
        line-height: 1.2;
    }
    .sub_header .container{width: 100%;top: 50%;}
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -60px;
}
.sub_menu ul {
    display: flex;
    justify-content: center;
}
.sub_menu ul > li {
    width: 25%;
    text-align: center;
}
.sub_menu ul > li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 60px;
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 0;
    transition: 0.2s;
}
.sub_menu ul > li > a::after {
    content: "";
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    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 {
    width: 100%;
    background-color: var(--page-point-color);
}
.sub_menu .nav li.active a,
.sub_menu .nav li:hover a {
    background-color: #fff !important;
    color: #c58600;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .sub_menu {
        display: none;
    }
}

/* ------------ main ------------  */
#se01 .inner {
    display: flex;
    gap: 90px;
    height: 400px;
    padding: 70px 0;
}
#se01 .left {
    flex: 1;
}

#se01 .right {
    flex: 1;
    display: flex;
    gap: 40px;
}
#se01 .right a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    color: #333;
}
#se01 .right a:hover {
    border: 2px solid var(--page-point-color);
    color: var(--page-point-color);
    transform: translateY(-10px);
}
#se01 .right a p {
    font-size: 22px;
    font-weight: 700;
}
#se01 .right a span {
    font-size: 50px;
    margin-top: 30px;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

/* ------------ 공통 ------------  */
.content {
    padding: 90px 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: 100px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 40px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.025em;
}
[id^="service0"] .content .inner {
    display: flex;
}

[id^="service0"] .content .inner .sub_tit {
    width: 30%;
}

[id^="service0"] .content .inner .sub_tit + * {
    width: 70%;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
    color: #333;
}
.sub_tit h4::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--page-point-color);
    right: -8px;
    top: 2px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
}
.content_box h5 {
    padding-left: 12px;
    line-height: 1.5em;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: var(--page-point-color);
    margin-top: 0;
}
.content_box h5::before {
    content: "";
    top: 13px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: var(--page-point-color);
    border-radius: 50%;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}
.list-num,
.list-num-basic {
    counter-reset: number 0;
}
.list-num > li,
.list-num-basic > li {
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.5em;
    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: 2px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.btn.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;
}
.board_wrapper {
    margin-top: 0;
}
@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: 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_se01 .service_items .service_item a:hover .overlay_box {
    opacity: 1;
}
.overlay_box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.34);
    transition: all 0.3s ease;
    z-index: 90;
    transition: 0.3s;
    opacity: 0;
}
.overlay_box span {
    color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    font-size: 50px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    padding: 25px 0 0;
}
.main_page_title h3 {
    margin: 0 0 90px;
    font-size: 41px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.main_se01 {
    padding: 120px 0;
}
.main_se01 .material-symbols-outlined {
    font-variation-settings: "FILL" 0;
}
.main_se01 .service_items .service_item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}
.main_se01 .service_items .service_item a img {
    transform: scale(1);
    transition: 0.5s ease;
}
.main_se01 .service_items .service_item a:hover img {
    transform: scale(1.1);
}
.main_se01 .service_items .service_item p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.main_se02 {
    padding: 80px 0;
    background: #333 url("/public/img/main/main_se02_bg.jpg") no-repeat bottom center;
    background-size: cover;
    position: relative;
}
.main_se02::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.45);
}
.main_se02 .support {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.main_se02 .main_page_tit {
    flex: 1;
}
.main_se02 .main_page_tit h3 {
    text-align: left;
    margin: 0;
    font-size: 38px;
    color: #fff;
}
.main_se02 .main_page_tit p {
    font-size: 16px;
    color: #fff;
}
.main_se02 .btn_link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main_se02 .btn_link a {
    transition: all 0.2s;
    flex: 1;
    padding: 15px 40px;
    gap: 10px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.main_se02 .btn_link a span {
    transition: all 0.2s;
    padding-right: 0px;
}
.main_se02 .btn_link a:hover {
    background: var(--page-point-color);
    border: 1px solid var(--page-point-color);
}

/* ------------ about01 ------------  */
.greet .img_area {
    padding-right: 75px;
}
.greet .txt_area .intro {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.4;
}
.greet .txt_area p {
    margin: 0 0 30px;
    font-size: 17px;
    margin-bottom: 27px;
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}
.greet .txt_area .name {
    text-align: right;
    font-weight: 500;
}

/* ------------ about02 ------------  */
.member_item + .member_item {
    margin-top: 100px;
}
.member_item .img_area img {
    border: 1px solid #ddd;
}
.member_item .txt_area > .tit {
    font-size: 24px;
    font-weight: 700;
}
.member_item .txt_area > .tit span {
    display: inline-block;
    padding-right: 7px;
    color: #b28736;
}
.member_item .txt_area > .tit small {
    display: block;
    font-size: 15px;
}
.member_item .txt_area .main_profile {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 30px;
}
.member_item .txt_area .main_profile li {
    font-size: 17px;
    position: relative;
    padding-left: 17px;
}
.main_profile li::before {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #666;
    position: absolute;
    top: 11px;
    left: 0;
}
.member_item .txt_area .profile_items {
    margin-top: 30px;
}
.member_item .txt_area .profile_item + .profile_item {
    margin-top: 20px;
}
.member_item .txt_area .profile_item {
    display: flex;
    border-top: 1px solid #ddd;
    gap: 50px;
}
.member_item .txt_area .profile_item .tit {
    font-weight: 500;
    font-size: 18px;
    width: 90px;
    border-top: 1px solid #000;
    padding-top: 10px;
}
.member_item .txt_area .profile_item ul {
    flex: 1;
    padding-top: 10px;
}
.member_item .txt_area .profile_item ul li {
    font-size: 16px;
    padding: 2px 0;
}

/* ------------ about03 ------------  */
.cert_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.cert_item {
    border: 1px solid #ddd;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

/* ------------ about04 ------------  */
.map {
    display: flex;
    gap: 70px;
    align-items: flex-end;
}

.map iframe {
    height: 500px;
}

.info_items {
    width: 520px;
}
.info_items .info_item {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.info_item span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #333;
}
.info_item > span {
    min-width: 100px;
}
.info_item > span::after,
.info_item > ul > li > span::after {
    content: "";
    height: 13px;
    background: #ddd;
    position: absolute;
    right: 0;
}
.info_item span i {
    position: relative;
    color: #ffffff;
    padding: 10px;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 6px;
}
.info_item span i::before {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 49%;
    position: absolute;
    background: #c0954d;
    aspect-ratio: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
.info_item ul {
    display: flex;
    gap: 70px;
}
.info_item ul li {
    display: flex;
    align-items: center;
    gap: 13px;
}
.info_item ul li > span {
    min-width: 120px;
}

/* ------------ service ------------  */
[id^="service0"] .content {
    padding-bottom: 60px;
}
[id^="service0"] .content:last-child {
    padding-bottom: 150px;
}
.step_items {
    gap: 20px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.step_item {
    position: relative;
    display: flex;
    border: 1px solid #d2a74c;
    padding: 0 20px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    letter-spacing: -0.034em;
    text-align: center;
    word-break: keep-all;
    font-weight: 500;
    height: 70px;
    line-height: 1.3;
    color: #a97500;
}
.step_item::before {
    font-family: "Material Symbols Outlined";
    content: "\e5cc";
    position: absolute;
    right: -31px;
    top: 50%;
    font-size: 27px;
    transform: translateY(-50%);
    color: #333;
}
.step_item:last-child:before {
    content: none;
}
.info_txt p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
span.emph {
    font-weight: 600;
}
.list_select {
    background: #f7f7f7;
    padding: 30px;
    text-align: justify;
}
.list_select li {
    font-size: 16px;
    word-break: break-all;
}
.list_select li:first-child {
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}
.list_select li p {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
}
.list_select li::before {
    top: 4px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-weight: 600;
}
.detail_txt {
    /* padding: 30px; */
    padding: 20px 30px;
    font-size: 16px;
    background: #f7f7f7;
    text-align: justify;
}
.detail_txt p {
    line-height: 1.5;
    word-break: break-all;
}
.detail_txt p + p {
    margin-top: 20px;
}
/* service04 */
.detail_txt ol.list-num-basic > li {font-size: 16px;}
#service04 .info_txt p {
    font-size: 16px;
}
#service04 .info_txt ol +  p {
}
.info_txt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#inquiry01 .sub_menu {
    display: none;
}
#inquiry01 .sub_header .container {
    top: 62%;
}

@media (max-width: 767px) {
    /* main */
    .main_page_title h3{font-size: 37px;}
    .main_se01 {padding: 90px 0;}
    .main_se01 .service_item{margin-bottom: 20px;}
    .main_se01 .service_items .service_item p{font-size: 18px;}
    .overlay_box span {
        width: 70px;
        height: 70px;
        font-size: 30px;
        padding: 20px 0 0;
    }
    .main_se02 .support{flex-direction: column;}
    .main_se02 .btn_link a{margin-top: 30px; font-size: 18px;padding: 10px 40px;}

    /* 공통 */
    .page_tit h3 {font-size: 35px;}
    .page_tit{margin: 80px 0 0;}
    .content {padding: 80px 0 100px;}
    [id^="service0"] .content .inner {flex-direction: column;}
    [id^="service0"] .content .inner .sub_tit,
    [id^="service0"] .content .inner .sub_tit + * {width: 100%;}
    .step_items{grid-template-columns: repeat(2, 1fr);padding-right: 20px;}

    /* about01 */
    .greet .img_area {padding-right: 15px;margin-bottom: 30px;}
    .greet .txt_area .intro{font-size: 20px;}
    .greet .txt_area p { font-size: 16px;}

    /* about02 */
    .member_item .txt_area .profile_item {flex-direction: column;gap: 10px;}
    .member_item .txt_area .profile_item ul li{font-size:15px;}
    .member_item .txt_area .main_profile{padding: 20px;}
    .member_item .txt_area .main_profile li{font-size:16px;}

    /* about03 */
    .cert_items {grid-template-columns: repeat(2, 1fr);}

    /* about04 */
    .map{    flex-direction: column;}
    .info_items {width: 100%;}

    /* service */
    .info_txt p {font-size: 17px;}
    .list_select{padding: 25px;}
    .list_select li{font-size:14px;}
    .list_select li:first-child{margin-bottom: 20px;padding-bottom: 20px;}
    .detail_txt ol.list-num-basic > li,.detail_txt{font-size:15px;}

    /* service04 */
    #service04 .con03 .detail_txt .list-num-basic li{word-break: break-all;}

    #inquiry01 .sub_header .container{top: 50%;}
}