@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUITE@2/fonts/static/woff2/SUITE.css");

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 95px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: keep-all;
    line-height: 1.2;
}

a {
    text-decoration-line: none;
    color: inherit;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

/* 불필요 항목 삭제 */
.caret {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

#list_btn {
    display: none;
}

:root {
    --page-point-color: #eda420;
    --page-point-color-hover: #e28817;
    --snb-h: 60px;
    --input-h: 42px;
    --page-grey-color: #ddd;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.navbar-inverse + .container{
    width: 100%;
    padding: 0;
    margin: 0;
}
/* 상단 로고*/
.navbar-brand {
    padding: 12px 0;
    height: auto;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    /* height: 100%; */
    object-fit: contain;
}


/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.navbar-header {
    padding: 0;
}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 37px 40px;
    line-height: 20px;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    min-height: 600px;
    height: calc(100vh - 95px);
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.25); */
}

/* 슬라이드 글자*/
.carousel-caption {
    text-align: center;
    text-shadow: none;
    text-align: left;
    top: 80%;
    left: 18%;
    right: 18%;
}

.carousel-caption h1 {
    position: relative;
    line-height: 1.1;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.2;
    margin: 0 0 22px 0;
    letter-spacing: 0;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
    background: transparent !important;
    display: none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators {
    text-align: right;
    bottom: 115px;
    margin-right: -20px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 32px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 0 3px;
    border-radius: 100px;
    transition: all 0.1s ease;
}

.carousel-indicators li.active {
    background-color: #ffbe2c;
    border-color: #ffbe2c;
    box-shadow: none;
}

/* 메인 페이지 */
.btn-clk:hover {
    background: #fff;
    color: #000;
}

.main-service {
    padding: 151px 0 169px;

}

.main-h3 {
    text-align: left;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 70px;
    color: #222;
}

.main-service .service-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.main-service .service-wrap .service-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.main-service .service-wrap .service-box:hover span {
    background: var(--page-point-color);
}

.main-service .service-wrap .service-box:hover img {
    filter: brightness(0.6);
    transform: scale(1.15);
}

.main-service .service-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* filter: brightness(0.9); */
    transition: all 0.4s ease;
}

.btn-clk {
    position: relative;

}

.btn-clk .btn-box {
    position: absolute;
    width: 100%;
    padding: 40px 45px;
    bottom: 0;
    left: 0;
    content: "";
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-box.btn-clk p {
    font-size: 27px;
    font-weight: 650;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 17px rgba(0,0,0,0.5);
}

.service-box.btn-clk span {
    font-size: 27px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    --wght: 300;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(30px);
    transition: all 0.1s ease;
}

.main-h4 {
    font-size: 32px;
    letter-spacing: -0.01em;
    font-weight: 650;
    margin-bottom: 48px;
    color: #fff;
    line-height: 1.4;
}

.main-support {
    padding: 100px 0;
    background: url("/public/img/main/main-service-bg.jpg") center no-repeat;
    background-size: cover;
}

.support-wrap {
    display: flex;
    gap: 15px;
}

.support-wrap a {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 19px;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.support-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
}

.support-wrap span {
    font-size: 20px;
    --wght: 300;
}

/* 서브 페이지 */
.subpage-header {
    --background-image: url(/public/img/sub/sub-top0.jpg);
    position: relative;
    height: 380px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--background-image) no-repeat center / cover;
}

/* [id^=ab] .bg {
    background: var(--background-image-ab) no-repeat center / cover;
    background: #ddd;

} */

[id^=service0] .bg {
    /* background: var(--background-image-se) no-repeat center / cover; */
    /* background: #ddd; */
}

[id^=contact0] .bg {
    /* background: var(--background-image-co) no-repeat center / cover; */
    /* background: #ddd; */
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sub-h2 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 16px rgba(0,0,0,0.2);
    letter-spacing: 0;
    padding-top: 8px;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    /* margin-top: calc(var(--snb-h) * -1); */
    /* background: rgb(0 0 0 / 40%); */
    /* backdrop-filter: blur(30px); */
    border-bottom: 1px solid #e9e9e9;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.snb li {
    max-width: 190px;
    width: 100%;
    height: 66px;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #999;
    letter-spacing: -0.005em;
}

.snb a:hover {
    color: #212121;
}

.snb li.active a {
    font-weight: 600;
    color: #222;
}

.snb li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    background: transparent;
    transition: all 0.5s ease;
    height: 3px;
    z-index: -1;
}

.snb li a:hover::after {
    width: 100%;
    background: var(--page-point-color);
}

.snb li.active a::after {
    width: 100%;
    background: var(--page-point-color);
}

.subpage-content section {
    padding: 110px 0 120px;
}

[id^=service0] .subpage-content section {
    /* padding-top: 0; */
}

[id^=service0] .sub-h3 {
    /* display: none; */
}

.sub-h3 {margin: 0 0 90px;font-size: 42px;font-weight: 700;color: #111;letter-spacing: 0;line-height: 1;text-align: center;}

.subpage-content .con {
    margin-bottom: 110px;

}

.subpage-content .con:last-child {
    margin-bottom: 0;
}

.container.banner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.sub-h4 {
    font-size: 28px;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
    margin: 30px 0 40px;
    letter-spacing: -0.02em;
}

.greet-wrap .sub-h4 {color: #afafad;font-size: 35px;font-weight: 700;line-height: 1.3;letter-spacing: -0.01em;}

.greet-wrap .sub-h4::after {
    content: '';
    width: 100px;
    height: 2px;
    background: teal;
}

.greet-wrap .sub-h4 span {
    color: #df9c36;
}

.greet-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
}

.greet-wrap .text-box {
    /* padding-left: 40px; */
    padding-right: 80px;
}

.greet-wrap .text-box p {}

.text-box p {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.6;
    letter-spacing: -0.034em;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {
    background: #eee;
    height: 100%;
}

/* ab02 */
.group-wrap {}

.group-wrap img {
    margin: 0 auto;
    margin-bottom: 55px;
    grid-column: 1 / span 2;
}

.group-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.group-wrap h5 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    /* padding-left: 20px; */
    letter-spacing: -0.025em;
}

.group-wrap h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: 25px;
    /* border-radius: 0; */
    /* background:  var(--page-point-color); */
}

.group {
    padding: 45px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: start;
    border: 5px solid #eee;
    box-shadow: 5px 5px 10px #f8f8f8;
    border-radius: 10px;
}

.group-wrap ul {
    display: flex;
    flex-flow: column;
    gap: 13px;
}

.group-wrap ul li {
    font-size: 15px;
    line-height: 1;
}

.group-wrap ul li span {
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 700;
    margin-right: 10px;
    width: 60px;
    color: #c97d19;
}
/* service */
#bbsArea .inner{
    border: 0;
}
#bbsArea .inner .bottom{
    padding: 15px 0 0 0;
}
/* service01 */
.spec {}

.spec02 {font-weight: 500;color: #b56600;}

.spec03 {}

.sea-wrap .text-box h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: -0.025em;
}

.sea-wrap .text-box br {
    /* display: none; */
}

.sea-wrap .text-box p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.034em;
}

.sea-banner {
    background: url("/public/img/sub/se01_banner.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    /* margin-right: 250px; */
}

.sea-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    z-index: 1;
}

#service02 .sea-banner,
#service02_en .sea-banner {
    background: url("/public/img/sub/se02_banner.jpg") center no-repeat;
}

#service03 .sea-banner,
#service03_en .sea-banner {
    background: url("/public/img/sub/se03_banner.jpg") center no-repeat;
}

#service04 .sea-banner,
#service04_en .sea-banner {
    background: url("/public/img/sub/se04_banner.jpg") center no-repeat;
}

#service04 .subpage-content section {
    /* padding-bottom: 0; */
}

#service05 .sea-banner,
#service05_en .sea-banner {
    background: url("/public/img/sub/se05_banner.jpg") center no-repeat;
}

#service06 .sea-banner,
#service06_en .sea-banner {
    background: url("/public/img/sub/se06_banner.jpg") center no-repeat;
}

.sea-banner br {
    /* display: none; */
}

.sea-banner p {
    padding: 110px 0;
    color: #fff;
    line-height: 1.6;
    font-size: 32px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    text-align: center;
    letter-spacing: -0.01em;
}

.sea-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

.sea-wrap .img-box {
    background: #eee;
    aspect-ratio: 1;
}

.sea-wrap .img-box img {
    /* height: 350px; */
    margin: 0 auto;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-list li {
    font-size: 17px;
    position: relative;
    padding-left: 15px;
}

.service-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #b5b5b5;
}

.service-list li span {
    display: block;
    margin-bottom: 10px;
    display: none;
}

/* contact01 */
.map-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
}

.map-wrap .map-box {}

.map-wrap .map-box {}

.map-wrap .map-info {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    padding: 45px 70px 60px;
    border: 5px solid #eee;
    margin-top: 15px;
    box-shadow: 5px 5px 10px #f8f8f8;
    border-radius: 10px
}

.map-wrap .map-info h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    grid-row: 1 / span 2;
    letter-spacing: 0;
    color: #d56e03;
    line-height: 1;
}

.map-wrap .map-info p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 17px;
    margin-top: 5px;
}

.map-wrap .map-info ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 35px;
}

.map-wrap .map-info li {
    font-size: 15px;
}

.map-wrap .map-info li span {
    font-weight: 700;
    margin-right: 10px;
}

.map-wrap .map-info li spna {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

/* form */
.board_wrapper .table.board_write_table tbody tr th {
    background: #f8f8f8;
    font-size: 15px;
    font-weight: 600;
}

.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
}

#captcha {
    height: var(--input-h);
    vertical-align: bottom;
}

#captcha+br {
    display: none;
}

#wr_captcha {
    margin-top: 0 !important;
}

input.form-control {
    height: var(--input-h);
}
.board_wrapper .table.board_write_table :where(.input-group, .form-control) {
    width: 350px;
}

.text-muted.form-caption {
    display: none;
}

.board_wrapper .table.board_write_table tbody tr :where(th, td) {
    padding: 15px;
}

.form-control {
    font-size: 15px;
}

.checkbox, .radio {
    margin-top: 5px !important;
    color: #444;
}

.checkbox.privacy_checkbox a {
    text-decoration: underline;
}

.btn {
    font-size: 15px;
    transition: all 0.1s ease;
}

.btn.btn-lg:not(#login_btn) {
    font-size: 17px;
    width: 180px;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #222;
    color: #999;
}

#site footer .footer-wrap {
    display: grid;
    padding: 45px 0;
    grid-template-columns: 0.3fr 1fr;
}

#site footer .footer-logo {}

.footer-logo img {
    opacity: 0.85;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li {
    font-size: 13px;
    margin-right: 18px;
    margin-bottom: 2px;
    color: #a5a5a5;
}

.footer-info li:first-child {
    color: #ddd;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-info li.copy {
    margin-top: 9px;
    font-size: 12px;
    color: #6f6f6f;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #414141;
    color: #666;
}

.footer-info li.login a:hover {
    background: #444;
    color: #ccc;
}

.footer-info li.clear-fix {
    width: 100%;
}
/* 다국어 버튼 */
.lang-wrap {
    display: flex;
    gap: 15px;
}

.lang-wrap .lang-change-btn {
    all: unset;
    color: #aaa;
    position: relative;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    min-width: 24px;
    text-align: center;
}

.lang-wrap .lang-change-btn::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #ddd;
    position: absolute;
    right: -8px;
    top: 1px;
}

.lang-wrap .lang-change-btn:last-child::after {
    display: none;
}

.lang-change-btn.active {
    font-weight: 700;
    color: var(--page-point-color);
    cursor: default;
}
/* 반응형 */
@media (min-width: 768px) {
    .navbar-inverse .navbar-collapse {
        display: flex !important;
        align-items: center;
        gap: 30px;
        position: relative;
        justify-content: end;
    }
    .navbar-inverse .navbar-collapse::before,
    .navbar-inverse .navbar-collapse::after{
        display: none;
    }
}
@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-inner .item {
        height: 250px;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 24px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .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>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        background: rgba(0, 0, 0, 0.73);
        backdrop-filter: blur(10px);
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        top: 85%;
        border-radius: 0;
        border: 0;
        padding: 15px 0;
        box-shadow: 0 10px 20px 0 rgba(6, 12, 23, .16);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        min-width: 160px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 8px 10px;
        color: #eee;
        text-align: center;
        font-size: 14.5px;
        transition: all 0.1s ease;
        letter-spacing: 0.2px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        color: #ffbd45;
        font-weight: 600;
        background: transparent;
    }
}