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

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

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

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

a {
    text-decoration-line: none;
    color: #000;
}

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

.member_wrapper {
    padding-top: 170px;
}

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

.btn {
    transition: all 0.1s ease;
}

: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;
    line-height: 1.3;
}

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

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

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #29467c;
    --page-point-color-hover: #13284e;
    --icons: "material symbols outlined";
    --form-input-height: 50px;
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

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

/* 상단 로고*/
.navbar-brand {
    height: 100px;
    padding: 0;
    margin-left: 0 !important;
}

.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;
    filter: brightness(0) invert(1);
    transition: all 0.2s ease;
}

.navbar-inverse.on .navbar-brand img {
    /* filter: none; */
    transition: all 0.2s ease;
}

/* 상단 메뉴 */
@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 70px;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }
}

.navbar-inverse {
    background: transparent;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    /* padding-top: 20px; */
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.navbar-inverse.on {
    background: var(--page-point-color);
    border-color: transparent;
    /* border-bottom: 1px solid #e0e0e0; */
}

.navbar-header {}

.navbar-header+img {
    max-height: clamp(60px, 4vw, 80px);
    object-fit: contain;
}

.navbar-inverse .navbar-nav {}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {
    background: #fff;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: left;
    padding: 8px 12px;
    font-size: 17px;
    transition: all 0.1s ease;
    letter-spacing: -0.02em;
    color: #333;
    font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 50px 30px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-inverse .navbar-nav>li>a::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 35px;
    bottom: 35px;
    background: #fff;
    transition: all 0.45s ease;
}

.navbar-inverse .navbar-nav>li:hover>a::before {
    width: calc(100% - 35px - 35px);
}

.navbar-inverse.on .navbar-nav>li>a {
    /* color: #000; */
    transition: all 0.1s ease;
}

.navbar-inverse.on .navbar-nav>li>a::before {
    background: #fff;
}

.navbar-inverse.on .navbar-nav>li:hover>a {
    color: #aaa;
}

.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: #fff;
}

.navbar-inverse.on .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse.on .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse.on .navbar-nav .dropdown.open:hover .dropdown-toggle .navbar-inverse.on .navbar-nav>li>a:focus,
.navbar-inverse.on .navbar-nav>li>a:hover {
    color: #fff;
}

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

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

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

/* 슬라이드 글자*/
.carousel-caption {
    padding: 0;
    left: 15%;
    right: 15%;
    /* text-shadow: 1px 3px 15px rgba(0,0,0,0.2); */
    top: 52%;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.33;
}

.carousel-caption h1 img {
    margin: 0 auto 70px;
    background: #fff;
}

.carousel-caption h1::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 30px auto 31px;
    display: block;
}

.carousel-caption p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
    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 li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    margin: 0 6px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
}

.carousel-indicators {
    bottom: 60px;
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 120px 0;
}

.mainpage .main01 {
    padding: 120px 0 0;
    display: none;
}

.main01 .slogan {
    font-size: 58px;
    /* text-align: center; */
    font-weight: 700;
    color: var(--page-point-color);
}

.mainpage .main02 {
    /* background: #f5f5f5 url(/public/img/main/main02bg.jpg) no-repeat center / cover; */
    padding-bottom: 0;
}

.mainpage .main02 .container {
    width: 100%;
}

.mainpage .main02 .main-con {
    background: url('/public/img/main/main02-bg.jpg') no-repeat center / cover;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 90px 0;
    background: #f7f8f9;
    position: relative;
}

.mainpage .main02 .main-con::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/img/main/main02-bg-w.jpg) no-repeat center / cover;
    opacity: 0.4;
}

.main-tit {
    margin-bottom: 60px;
    text-align: center;
}

.main-tit::after {
    content: '';
    width: 2px;
    height: 50px;
    background: #333;
}

.main-tit h3 {
    font-size: clamp(25px, 5.01vw, 50px);
    margin-bottom: 10px;
    font-weight: 800;
    color: #111;
}

.main-tit p {
    font-size: clamp(15px, 1.81vw, 18px);
    letter-spacing: -0.02em;
}

p {}

.main03 .main-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 20px; */
}

.main03 .slogan p {
    color: var(--page-point-color);
    font-weight: 700;
    font-size: 62px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.main03 .slogan span {
    display: block;
    margin-left: 90px;
    letter-spacing: inherit;
}

.main02-inner-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.main02 .inner {
    display: block;
    position: relative;
    overflow: hidden;
    /* border: 5px solid #fff; */
    transition: all 0.4s ease;
    box-shadow: 5px 14px 30px rgba(0, 0, 0, 0.15);
}

.main02 .inner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 2 2 / 50%);
    z-index: 1;
}

.main02 .inner img {
    width: 100%;
    height: 230px;
    background: #fff;
    object-fit: cover;
    transition: all 0.4s ease;
    /* opacity: 0; */
    /* filter: saturate(0.7) contrast(0.8); */
}

.main02 .inner:hover img {
    transform: scale(1.2);
    filter: none;
}

.main02 .inner .hover-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.5s ease;
    padding-top: 50px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.7);
}

.main02 .inner:hover .hover-txt {
    padding-top: 0;
}

.main02 .inner p {
    font-size: 24px;
    font-weight: 650;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.35;
}

.main02 .inner:hover p {}

.main02 .inner p.hover-p {
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    width: 160px;
    padding: 5px 20px 5px 25px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    text-shadow: none;
    color: #000;
}

.main02 .inner p.hover-p span {
    --wght: 300;
}

.main02 .inner:hover p.hover-p {
    opacity: 1;
}

.main03 .inner {
    text-align: center;
}

.main03-inner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.main03 .inner h5 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.main03 .inner .material-symbols-outlined {
    --wght: 200;
    font-size: 54px;
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: #f0f1f3;
    color: var(--page-point-color);
    /* box-shadow: 16px 30px 60px rgba(0,0,0,0.1); */
    transition: all 0.3s ease;
}

.main03 .inner h5+span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 55px;
    --wght: 400;
    margin-left: 15px;
}

.main03 .inner .link {}

.main03 .link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main03 .link:hover span.material-symbols-outlined {
    background: var(--page-point-color);
    color: #fff;
}

.main03 .link span {}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 500px;
    overflow: hidden;
    /* border-radius: 0 0 100px 100px; */
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg00.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

.subpage .breadcrumb {
    background: transparent;
    padding: 0;
    display: flex;
    gap: 0;
    align-items: center;
    margin-bottom: 20px;
}

.subpage .breadcrumb>li+li:before {
    padding: 0;
    color: #fff;
    content: "\e315";
    font-family: var(--icons);
    margin: 0 3px;
}

.subpage .breadcrumb li+li {
    color: #ddd;
    display: flex;
    align-items: center;
}

.subpage .breadcrumb li {
    font-size: 16px;
}

.subpage .breadcrumb li a {
    color: #fff;
}

.subpage .breadcrumb li a span {
    font-size: 20px;
    --wght: 200;
}

.subpage .breadcrumb li::before {
    padding: 0;
}

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

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    /* text-align: center; */
    font-weight: 700;
    color: #fff;
    font-size: 62px;
    letter-spacing: -0.015em;
}

.sub-wrap {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 70px;
}

/* [ subpage-navbar ] */
.snb {
    position: sticky;
    z-index: 10;
    border-bottom: 0;
    top: 110px;
    left: 0;
    max-height: 500px;
    display: none;
}

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

.snb li {
    /* flex: 0 1 25%; */
}

.snb li:first-child a {
    border-top: 1px solid #999;
}

.snb a {
    text-align: center;
    display: flex;
    font-size: 16px;
    color: #777;
    padding: 15px 10px;
    background: #f2f2f2;
    position: relative;
    border-bottom: 1px solid #999;
}

.snb a::after {
    position: absolute;
    content: "\e315";
    font-family: var(--icons);
    right: 15px;
    font-size: 20px;
    top: 11px;
    color: #777;
}

.snb li.active a::after {
    color: #fff;
}

.snb li.active a {
    color: #fff;
    background: var(--page-point-color);
}

.snb a:hover {
    background: var(--page-point-color);
    color: #fff;
}

.snb a:hover::after {
    color: #fff;
}

/* .snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
} */

.subpage-content {
    padding: 125px 0 150px;
}

[id^=service] .subpage-content section {
    display: grid;
    /* grid-template-columns: 270px 1fr; */
    /* gap: 80px; */
}

.subpage-content .con {}

.title-h3 {
    margin-bottom: 120px;
}

.title-h3 h3 {
    font-size: 44px;
    font-weight: 700;
    color: #111;
    position: relative;
    text-align: center;
}

.title-h3 h3::before {
    /* content: ''; */
    width: 80px;
    aspect-ratio: 1;
    border: 12px solid var(--page-point-color);
    position: absolute;
    left: 0;
    top: -25px;
    z-index: -1;
}

.title-h3 h3::after {
    content: '';
    width: 60px;
    aspect-ratio: 1;
    background: #fff;
    position: absolute;
    left: 25px;
    top: -4px;
    z-index: -1;
}

.intro-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.intro-wrap .text-box {}

.intro-wrap .text-box h5 {
    margin-bottom: 45px;
    color: var(--page-point-color);
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.intro-wrap .text-box p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #333;
}

.intro-wrap .text-box p+p {
    margin-top: 28px;
}

.intro-wrap .text-box p.name {
    margin-top: 45px;
    font-weight: 700;
    color: #333;
}

/* 서비스 */
.service-wrap {}

.service-wrap .ser-con {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    counter-increment: num;
}

.ser-con+.ser-con {
    margin-top: 150px;
}

.service-wrap .ser-con:nth-child(even) {
    flex-direction: row-reverse
}

.ser-con .img-box {
    width: 48%;
    height: 100%;
    aspect-ratio: 1;
}

.ser-con .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ser-con .ser-info {
    width: 52%;
}

.ser-con.alone .ser-info {
    width: 100%;
}

.ser-con .desc {
    margin-top: 25px;
    padding: 15px 20px;
    font-size: 15px;
    display: flex;
    line-height: 1.5;
    border: 2px solid #eee;
}

.ser-con .desc span {
    font-weight: 600;
    display: block;
    width: 100px;
    line-height: 1.5;
}

.ser-tit {
    margin-bottom: 40px;
}

.ser-tit h5 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -0.035em;
    color: #222;
    /* padding-right: 30px; */
}

.ser-tit h5::before {
    content: "0"counters(num, '.', decimal);
    display: block;
    width: fit-content;
    background: var(--page-point-color);
    color: #fff;
    font-size: 30px;
    padding: 6px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser-tit p {
    font-size: 20px;
    line-height: 1.65;
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 500;
    padding-right: 50px;
}

.dot-list {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-columns: repeat(2,1fr); */
    gap: 8px 15px;
}

.dot-list li {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    color: #101010;
    letter-spacing: -0.02em;
    font-size: 20px;
}

.dot-list>li::before {
    position: absolute;
    content: "";
    width: 4px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    /* border-radius: 50%; */
    left: 2px;
    top: 12px;
}

.box-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    border: 2px solid #eee;
}

.box-list li {
    position: relative;
    padding-left: 10px;
    padding-left: 15px;
    line-height: 1.5;
    /* color: #606060; */
    letter-spacing: -0.02em;
    font-size: 20px;
}

.box-list .bar-list {
    margin-bottom: 6px;
}

.box-list .bar-list li:first-child {
    font-weight: 600;
    margin: 6px 0 3px;
    padding-left: 19px;
}


.box-list .bar-list li:first-child::before {
    border-radius: 50%;
    border: 0;
    width: 4px;
    height: 4px;
    left: 0;
    top: 9px;
    content: '\e5e1';
    font-family: var(--icons);
    font-size: 12px;
    top: 1px;
    left: 3px;
    color: var(--page-point-color);
    font-weight: 900;
}

.box-list li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 600;
}

.box-list>li::before {
    position: absolute;
    content: "";
    width: 4px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    /* border-radius: 50%; */
    left: 2px;
    top: 12px;
}

.bar-list li {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    margin-top: 1px;
}

.bar-list>li::before {
    position: absolute;
    content: "-";
    left: 5px;
    top: -1px;
}

[id^=service0] .slick-initialized .slick-slide {}

[id^=service0] .slick-initialized .slick-slide.slick-active {}

/* 사업 실적 */
.resuit-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
}

.resuit-wrap h4 {
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-size: 24px;
    margin: 0 auto;
    padding: 65px 100px;
    background: #f4f4f4;
}

.resuit-wrap h4::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: 333;
    transform: translate(-50%, 0);
}

.resuit-con {
    /* display: flex; */
    /* gap: 50px; */
}

.resuit-con+.resuit-con {
    /* margin-top: 100px; */
}

.resuit-con.spec-con {
    /* grid-column: span 2; */
}

.resuit-con.alone .txt-box {
    width: 100%;
}

.txt-box {
    width: 100%;
}

.txt-box h5 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--page-point-color);
    position: relative;
    /* padding-left: 20px; */
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.resuit-con .txt-box h5::before {
    /* content: ""; */
    position: absolute;
    left: 0px;
    top: 5px;
    width: 6px;
    height: 26px;
    z-index: -1;
    background: var(--page-point-color);
}

.txt-box h5::after {
    position: absolute;
    /* content: "\e5ca"; */
    left: 3px;
    top: -2px;
    font-size: 32px;
    /* color: #0f50cb; */
    z-index: -1;
    font-family: var(--icons);
    --wght: 600;
}

.resuit-con .img-box {
    display: none;
}

.resuit-con .img-box img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    background: #eee;
}

.resuit-con .dot-list {
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}

.txt-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    counter-reset: int 0;
    margin-top: 30px;
}

.txt-sub {
    padding: 25px;
    background: #f4f4f4;
}

.txt-sub p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-left: 33px;
    position: relative;
    letter-spacing: -0.03em;
}

.txt-sub p::before {
    counter-increment: int 1;
    content: "("counter(int)")";
    content: counter(int);
    position: absolute;
    left: 0;
    top: 1px;
    background: var(--page-point-color);
    color: #fff;
    /* border-radius: 50%; */
    aspect-ratio: 1;
    width: 26px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
}

.txt-sub p .dot-list {}

.txt-sub p .dot-list li {}

.txt-sub p .dot-list li::before {}

/* ---------- 견적문의 ---------- */
.form-control {
    height: var(--form-input-height);
    border-color: #e0e0e0;
}

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

#captcha+br {
    display: none;
}

.checkbox.privacy_checkbox span {
    font-size: 18px;
}

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

.checkbox.privacy_checkbox {
    margin-top: 0 !important;
    height: var(--form-input-height);
    border: 1px solid #e0e0e0;
    padding: 11px 14px;
}

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

#inquriy01 .bbs-area {
    width: 900px;
    margin: -60px auto 0;
}

button#write_btn {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 180px;
}

.board_wrapper .text-center {
    margin-top: 70px;
}

#inquriy01 .select-p {
    font-size: 18px;
    letter-spacing: -0.02em;
    margin-bottom: 35px;
    margin-top: 0;
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}

#inquriy01 .form-p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

#inquriy01 .form-p+.form-p {
    margin-bottom: 56px;
}

#inquriy01 .board_write_table {
    border-bottom: none;
}

#inquriy01 .board_write_table tbody {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
    padding-top: 50px;
    /* background: #f2f2f2; */
}

#inquriy01 .board_write_table tr {
    display: flex !important;
    flex-direction: column;
}

#inquriy01 .board_write_table tr th {
    background: transparent;
    padding: 0 0 15px !important;
    width: fit-content !important;
    font-weight: 600;
    color: #000;
}

#inquriy01 .board_write_table tr th .required_text {
    color: red;
    right: -13px;
    top: 0;
}

#inquriy01 .board_write_table tr th span {}

#inquriy01 .board_write_table tr td {
    padding: 0;
}

#inquriy01 .board_write_table tr td textarea {
    min-height: 150px !important;
    font-size: 18px;
}

#inquriy01 .board_write_table tr td input {
    width: 100%;
    height: var(--form-input-height);
    font-size: 16px;
    color: #333;
    padding: 11px 14px;
}

#inquriy01 .board_write_table tr td input:placeholder {
    color: #aaa;
}

#inquriy01 .board_write_table tr td,
#inquriy01 .board_write_table tr th {
    border: 0;
    font-size: 17px;
}

#inquriy01 .checkbox-inline {
    margin: 0 !important;
    letter-spacing: -0.025em;
}

#inquriy01 .checkbox-inline span {
    letter-spacing: -0.02em;
    font-weight: 450;
    font-size: 18px;
}

#inquriy01 #item_4,
#inquriy01 #item_5,
#inquriy01 #item_6,
#inquriy01 #item_7,
#inquriy01 #item_8,
#inquriy01 #item_9,
#inquriy01 #item_10,
#inquriy01 #item_11,
#inquriy01 #item_12 {
    grid-column: span 2;
}

#inquriy01 #item_5 td,
#inquriy01 #item_6 td,
#inquriy01 #item_7 td,
#inquriy01 #item_8 td,
#inquriy01 #item_9 td,
#inquriy01 #item_10 td {
    display: flex !important;
    flex-flow: wrap;
    gap: 10px 22px;
    padding: 17px 20px !important;
    font-size: 15px;
    background: #f4f4f4;
}

#inquriy01 .text-muted {
    font-size: 13px;
    margin-top: 10px !important;
}

.custom_checkbox:checked+span::before {
    color: var(--page-point-color);
}

.custom_checkbox:checked+span {
    font-weight: 600 !important;
    color: #111;
}


/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #19212c;
    color: rgb(255 255 255 / 40%);
}

@media (min-width: 1500px) {
    #site footer .container {
        width: 1500px;
    }
}

#site footer .container {}

#site footer .footer-wrap {
    display: grid;
    padding: 55px 0;
    gap: 0px;
    grid-template-columns: 1fr 0.5fr 1fr;
    gap: 20px;
    position: relative;
    justify-content: space-between;
}

#site footer .footer-logo {
    margin-bottom: 25px;
    display: none;
}

.footer-logo img {
    height: 81px;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    gap: 1px 0;
    position: relative;
    align-items: center;
}

.footer-info li {
    font-size: 16px;
    padding-bottom: 1px;
    font-weight: 500;
    margin-right: 20px;
    color: #e0e0e0;
}

.footer-info li.call {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.footer-info li a {
    color: #ffffff;
}

.footer-info li:first-child {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}

.footer-info li span {
    font-weight: 600;
    margin-right: 3px;
}

.footer-info li.copy {
    margin-top: 20px;
    font-size: 14px;
    color: rgb(255 255 255 / 20%);
    font-weight: 500;
}

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

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

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
}

.footer-family {
    position: absolute;
    right: 0;
    top: 55px;
}

.footer-link {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

footer .login {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

footer .login a {
    padding: 5px 10px;
    background: #fff;
    font-size: 12px;
}

footer .login a:hover {
    background: #777;
    color: #fff;
}

.service-info-wrap h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 46px;
    padding-bottom: 10px;
    position: relative;
}

.service-info-wrap h5::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 130px;
    background: #fff;
    height: 1px;
}

.footer-link.service-info {
    display: flex;
    flex-flow: wrap;
    gap: 12px 4px;
    align-items: flex-start;
}

.footer-link.service-info li {}

.bottom-list li {}

.bottom-list li a {}

.footer-link li {}

.footer-link li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-right: 6px;
    position: relative;
}

.footer-link li a::after {
    content: "";
    right: 0;
    top: 2px;
    width: 1px;
    height: 80%;
    position: absolute;
    background: #fff;
}

/* .footer-link li:nth-child(4) a::after,
.footer-link li:nth-child(7) a::after,
.footer-link li:nth-child(8) a::after,
.footer-link li:nth-child(9) a::after{
    display: none;
} */
.footer-info li a::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #fff;
    transition: all 0.5s ease;
}

.footer-info li a:hover::before {
    width: 100%;
}

.footer-link li a::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #fff;
    transition: all 0.5s ease;
}

.bottom-menu {}

.bottom-menu .footer-link {}

.bottom-list li a::after {
    display: none !important;
}

.bottom-list .footer-link li {}

.bottom-list .footer-link li a {}

.bottom-menu.service-info-wrap h5 {}

.footer-link li a:hover::before {
    width: 100%;
}

.footer-link li a:hover {}

.footer-family .family-site>button {
    display: flex;
    background: #fff;
    position: relative;
    font-size: 14px;
    border-radius: 3px;
    width: fit-content;
    padding: 5px 10px 5px 15px;
    color: #000;
    font-weight: 500;
    align-items: center;
    gap: 15px;
    border: 0;
    min-width: 180px;
    justify-content: space-between;
}

.footer-family .family-site>button {
    outline: 0 !important;
    background: #fff;
}

.footer-family .family-site.open button {
    background: #fff;
}

.footer-family .family-site>button:hover {
    background: #fff;
}

.family-site .dropdown-menu {
    display: none;
    position: absolute;
    top: 41px;
    left: -1px;
}

.family-site.open .dropdown-menu {
    display: block;
    border: 1px solid #3333;
    border-top: none;
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 0 0 4px 4px;
}

.family-site .dropdown-menu li {
    line-height: 1;
    border-top: 0;
}

.family-site .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 6px 15px;
    background: #ddd;
    color: #000;
}


.family-site .dropdown-menu li:hover a {
    color: #000;
    text-decoration: underline;
    background: #fff;
}

.footer-family .family-site.open button {
    background: #fff !important;
    color: #000 !important;
}

/* 반응형 */

@media (max-width: 767px) {
    .navbar-header+img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .carousel-control {
        font-size: 14px;
    }

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

    #mainCarousel .carousel-caption p {}

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        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: #fff;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        background: rgba(0, 0, 0, 0.4);
    }

    .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 {
        min-width: 100%;
        left: 50%;
        right: auto;
        background: transparent;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 1px solid #e0e0e0;
        padding: 15px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 4px 6px 12px rgba(0, 0, 0, .125);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        /* animation-name: fadeIn; */
        background: #fff;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
        font-weight: 500;
        color: #111;
        text-decoration: underline;
        text-underline-position: under;
    }
}

@media (max-width:1199px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 18px;
        padding: 50px 20px;
    }

    .main03 .slogan p {
        font-size: 45px;
    }

    .main03 .slogan span {
        margin-left: 28px;
    }
}

@media (max-width:991px) {
    .navbar-header+img {
        height: 20px;
    }

    .footer-family {
        position: absolute;
        right: 0;
        top: 55px;
    }

    #site footer .footer-wrap {
        padding: 55px 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .main03 .main-con {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .navbar-brand {
        height: 58px;
    }

    .navbar-inverse .navbar-brand img {}

    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 32px 12px;
    }

    .carousel-caption h1 {
        font-size: clamp(25px, 5.51vw, 55px);
    }

    .carousel-caption p {
        font-size: clamp(18px, 3.01vw, 30px);
    }

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

    .mainpage section {
        padding: 85px 0;
    }

    .main02-inner-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 100%;
        margin: 0 auto;
    }

    .subpage-header {
        height: 350px;
    }

    .subpage-title h2 {
        font-size: clamp(35px, 6.21vw, 62px);
    }

    .subpage .breadcrumb {
        margin-bottom: 5px;
    }

    .intro-wrap {
        grid-template-columns: 1fr;
        gap: 100px;
    }

    .intro-wrap .img-box {
        order: 2;
    }

    .intro-wrap .img-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .title-h3 {
        margin-bottom: 50px;
    }

    .title-h3 h3 {
        font-size: clamp(30px, 4.41vw, 44px);
    }

    .service-wrap .ser-con {
        flex-direction: column-reverse;
        gap: 25px;
        align-items: center;
    }

    .ser-con .ser-info {
        width: 100%;
    }

    .ser-con .img-box {
        width: 100%;
        aspect-ratio: unset;
    }

    .ser-con .img-box img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        object-position: center;
    }

    .service-wrap .ser-con:nth-child(even) {
        flex-direction: column-reverse;
    }

    .ser-con+.ser-con {
        margin-top: 85px;
    }

    .ser-tit h5::before {
        font-size: 20px;
        margin: 0px 0 8px;
    }

    .ser-tit h5 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .ser-tit p {
        font-size: 18px;
        padding-right: 0;
    }

    .ser-tit {
        margin-bottom: 25px;
    }

    .dot-list li {
        padding-left: 15px;
        font-size: 17px;
    }

    .dot-list>li::before {
        top: 9px;
    }

    .box-list li {
        font-size: 18px;
    }

    .bar-list li {
        font-size: 15px;
    }

    .box-list>li::before {
        width: 4px;
        top: 10px;
    }

    .box-list>li::before {
        width: 4px;
        top: 8px;
    }

    #inquriy01 .bbs-area {
        width: 100%;
        margin: 0 auto 0;
    }

    .resuit-wrap h4 {
        font-size: 20px;
        padding: 35px 35px;
    }
}

@media (max-width:767px) {
    .resuit-wrap {
        gap: 50px;
    }

    #inquriy01 .board_write_table tbody {
        gap: 25px 30px;
    }

    #inquriy01 .board_write_table tr td,
    #inquriy01 .board_write_table tr th {
        border: 0;
        padding-bottom: 5px !important;
        font-size: 15px;
    }

    #inquriy01 .checkbox-inline span {
        font-size: 15px;
    }

    #inquriy01 #item_5 td,
    #inquriy01 #item_6 td,
    #inquriy01 #item_7 td,
    #inquriy01 #item_8 td,
    #inquriy01 #item_9 td,
    #inquriy01 #item_10 td {
        display: flex !important;
        flex-flow: wrap;
        gap: 5px 12px;
        padding: 10px 15px !important;
        font-size: 13px;
        background: #f4f4f4;
    }

    .box-list li {
        font-size: 16px;
    }

    .subpage-content {
        padding: 80px 0 100px;
    }

    .intro-wrap {
        gap: 60px;
    }

    .intro-wrap .text-box p.name {
        margin-top: 20px;
    }

    .intro-wrap .text-box p+p {
        margin-top: 20px;
    }

    .intro-wrap .text-box p {
        font-size: 16px;
    }

    .intro-wrap .text-box h5 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .family-site .dropdown-menu li a {
        padding: 5px 12px;
        font-size: 13px;
    }

    .footer-family .family-site>button {
        font-size: 13px;
        padding: 5px 10px 5px 15px;
        min-width: 155px;
    }

    .footer-info li {
        font-size: 14px;
        margin-right: 13px;
    }

    .footer-info li:first-child {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

    .navbar-inverse {
        padding: 15px 0;
    }

    .navbar-brand {
        height: 36px;
        margin-left: 10px !important;
        margin-bottom: 0;
    }

    #site footer .footer-wrap {
        padding: 55px 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #site footer .footer-wrap .footer-left {
        order: 2;
    }

    .service-info-wrap h5 {
        margin-bottom: 25px;
    }

    .footer-info li.copy {
        font-size: 12px;
        margin-top: 10px;
    }

    .footer-link li a {
        color: #fff;
        font-size: 14px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        padding: 15px 15px;
    }

    .navbar-inverse .navbar-nav>li>a::before {
        left: 15px;
        bottom: 0;
        display: none;
    }

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

    .checkbox.privacy_checkbox span {
        font-size: 15px;
    }

    .txt-box h5 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .visible-md {
        display: block !important;
    }
}

@media (max-width:576px) {
    .visible-xs {
        display: block !important;
    }

    .txt-sub {
        padding: 15px;
        background: #f4f4f4;
    }

    .txt-sub p::before {
        width: 20px;
        font-size: 13px;
    }

    .txt-sub p {
        font-size: 18px;
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
        letter-spacing: -0.03em;
    }

    .resuit-wrap h4 {
        font-size: 18px;
        padding: 25px 15px;
    }

    #inquriy01 .form-p+.form-p {
        margin-bottom: 30px;
    }

    #inquriy01 .form-p {
        font-size: 15px;
    }

    #inquriy01 .board_write_table tbody {
        display: flex !important;
        flex-direction: column;
        gap: 30px !important;
    }

    .intro-wrap .img-box img {
        height: 200px;
    }

    .title-h3 {
        margin-bottom: 25px;
    }

    .subpage-header {
        height: 250px;
    }

    .main03-inner-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .footer-info li:first-child {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-info li {
        font-size: 12px;
        margin-right: 6px;
    }

    .service-info-wrap h5 {
        margin-bottom: 15px;
    }

    .service-info-wrap h5 {
        font-size: 18px;
    }

    .footer-link li a {
        color: #fff;
        font-size: 13px;
    }

    .footer-family .family-site>button {
        font-size: 13px;
        padding: 2px 10px 2px 10px;
        min-width: 135px;
    }

    .footer-family {
        top: 10px;
    }

    .main02-inner-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .family-site .dropdown-menu {
        top: 33px;
    }

    .main03 .slogan p {
        font-size: 30px;
    }

    .main-tit {
        margin-bottom: 35px;
        text-align: center;
    }

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

    .ser-tit h5 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .ser-tit p {
        font-size: 16px;
    }

    .ser-tit h5::before {
        font-size: 14px;
        margin: 0px 0 5px;
    }

    .dot-list li {
        padding-left: 13px;
        font-size: 15px;
    }

    .dot-list>li::before {
        top: 8px;
    }

    .ser-con .img-box img {
        height: 250px;
    }

    .ser-con+.ser-con {
        margin-top: 55px;
    }

    .ser-tit {
        margin-bottom: 15px;
    }

    .dot-list {
        gap: 5px 15px;
    }

    .carousel-caption h1 img {
        margin: 0 auto 15px;
        height: 80px;
    }

    .carousel-caption h1 img {
        margin: 0 auto 15px;
        height: 40px;
    }
}