@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
    display: none;
}

html.no-js {
    display: block;
}

#site {
    font-family: "Poppins", "Pretendard Variable", 'notokr', sans-serif;
    padding-top: 100px;
    font-size: 18px;
    letter-spacing: -0.01em;
}

html[lang="ko"] * {
    word-break: keep-all;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: break-all;
}

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

a:focus,
a:hover {
    text-decoration-line: none;
    color: var(--page-point2-color-hover);
}

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

/* #job01_01 #wr_cate option{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.hover-a {
    position: absolute;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    text-shadow: none;
    border-radius: 5px;
}

.hover-a.on {
    display: block;
}

.nav-top {
    padding: 15px 10px;
}

.nav-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.nav-top button {
    background: #fff;
    border: 0;
}

.nav-top button span {
    text-align: center;
    display: block;
    font-size: 16px;
}

.nav-top button.active span {
    text-decoration: underline;
    font-weight: 600;
}

.li-lang {
    display: flex;
    align-items: center;
    margin-right: -5px;
    border-radius: 3px;
}

.li-lang .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 5px 3px 5px 8px;
    border: 1px solid #ddd;
    border-radius: 500px;
    height: 32px;
}

.li-lang .dropdown-toggle::before {
    all: unset;
    content: "\e894";
    font-family: var(--gms);
    line-height: 1;
    margin-right: 5px;
    font-size: 16px;
}

.li-lang .dropdown-toggle::after {
    all: unset;
    content: "\e5cf" !important;
    font-family: var(--gms);
    line-height: 1;
    margin-left: 3px;
    font-size: 20px;
}

.li-lang.open .li-lang .dropdown-toggle::after {
    content: "\e5ce" !important;
}

.li-lang .dropdown-toggle p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(12px, 1vw, 13px);
    font-weight: 500;
}

.li-lang.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    min-width: 118px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 17px;
    margin-top: 5px !important;
    opacity: 1;
    background-color: #fff;
    gap: 0;
}

.li-lang .lang-change-btn {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}

.li-lang .lang-change-btn.active+.lang-change-btn {
    border-top: 0;
}

.li-lang .lang-change-btn+.lang-change-btn {
    border-top: 1px solid #ccc;
}

.li-lang button[disabled] {
    display: none;
}

/* Paragraph */
: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-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    word-break: break-all;
}

html[lang="ko"] :is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    word-break: keep-all;
}

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

.caret {
    display: none;
}

#contact01 .slide-link {
    display: none;
}

#brochure01 .slide-link {
    display: none;
}

#contact01.subPage .carousel-caption {}

#list_btn {
    display: none;
}

.board_wrapper {
    margin: 0;
}

#search_kind option[value='wr_name'] {
    display: none;
}

:root {
    --page-point2-color: #d93d26;
    --page-point2-color-hover: #cf1c00;
    --page-point-color: #333;
    --page-point-color-hover: #000;
}

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

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

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
    overflow: hidden;
}

/* 상단 로고*/
.navbar-brand {
    padding: 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 {
    object-fit: contain;
    height: 100px;
}


/* 상단 메뉴 */
.link-wrap+.container {
    display: flex;
    justify-content: center;
}

.link-wrap {
    position: absolute;
    right: 60px;
    top: 50%;
    display: flex;
    gap: 5px;
    transform: translate(0, -50%);
}

.link-wrap>li>a {
    background: var(--page-point-color);
    border-radius: 20px;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 15px;
    min-width: 140px;
    text-align: center;
    color: #fff !important;
    position: relative;
    display: block;
}

.link-wrap>li:first-child>a {
    background: var(--page-point2-color) !important;
}

.link-wrap>li:first-child>a:hover {
    background: var(--page-point2-color) !important;
}

.link-wrap>li>a:hover {
    background: var(--page-point-color) !important;
}

.link-wrap .dropdown-menu {
    left: 0;
}

.link-wrap .dropdown-menu li {
    font-size: 15px;
}

.link-wrap .dropdown-menu li a {
    padding: 10px;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-header {
    padding: 5px 0;
}

.navbar-toggle {
    display: block;
    position: absolute;
    left: 40px;
    top: 25px;
    border: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: inherit;
}

.navbar-collapse {
    position: absolute;
    width: 300px;
    left: 0;
    top: 100px;
}

.navbar-collapse>ul {
    display: none;
}

.navbar-collapse.in>ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background: #fff;
    margin: 0;
}

.navbar-toggle .icon-bar {
    background: #333 !important;
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 6px;
}

.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
    transform: translate(15px, 9px) rotate(42deg);
    margin: 0 0 0 -15px;
    height: 4px;
    width: 34px;
}

.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(-42deg) translate(19px, 5px);
    margin: 0 0 0 -18px;
    height: 4px;
    width: 34px;
}

.navbar-right {}

.navbar-right>li {
    background: #fff;
}

.navbar-right>li:hover {
    background: #eee;
}

.navbar-inverse .navbar-nav.navbar-right {}

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

.navbar-inverse .navbar-nav.navbar-right .dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    transform: translate(0);
    right: 0;
}

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

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

.navbar-inverse .navbar-nav.navbar-right>li>a {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 30px 50px;
}


.navbar-inverse .navbar-nav.navbar-right .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav.navbar-right .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav.navbar-right .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav.navbar-right>li>a:focus,
.navbar-inverse .navbar-nav.navbar-right>li>a:hover {
    color: #fff;
    background: var(--page-point2-color);
}

.navbar-inverse .navbar-nav.navbar-right .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav.navbar-right .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav.navbar-right .dropdown.open:hover .dropdown-toggle {}

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

#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 {
    top: 50%;
    left: 12%;
    text-align: left;
    width: 88%;
}

.carousel-caption h1 {
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    margin: 0 0 60px 0;
    text-shadow: none;
}

.carousel-control {
    width: 10%;
    /* display: none; */
}

.carousel-caption h1 .spec {
    display: inline-block;
    margin-left: 5%;
    color: #fe941b;
}

.carousel-caption p {}

.carousel-caption .slide-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    max-width: 380px;
    width: 100%;
}

.slide-link .dropdown-menu {
    width: 100%;
    text-align: center;
    text-shadow: none;
    font-size: 17px;
}

.slide-link .dropdown-menu li {}

.slide-link .dropdown-menu li a {
    padding: 10px;
}

.carousel-caption .slide-link>li>a {
    display: block;
    line-height: normal;
    padding: 15px 0;
    text-align: center;
    font-size: 28px;
    border-radius: 40px;
    text-shadow: none;
    font-weight: 500;
    border: 3px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: border 0.4s;
}

.carousel-caption .slide-link>li>a:hover {
    border-color: var(--page-point2-color);
}

.carousel-caption .slide-link>li>a::before {
    background: var(--page-point2-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.4s ease;
    width: 150%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(36deg);
}

.carousel-caption .slide-link>li>a:hover::before {
    height: 350%;
    left: 50%;
}

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

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}

.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 3px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

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

.con {
    padding: 120px 0 70px;
}

.mainPage .con02>.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.con+.con {}

.con .con-tit {
    margin-bottom: 70px;
}

.con .con-tit .tit-h3 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    color: #111;
}

.mainPage .con {
    padding-top: 150px;
}

.con:last-child {
    padding-bottom: 180px;
}

.mainPage .con01 .con-tit {
    margin-bottom: 60px;
}

.mainPage .con01 .con-tit .tit-h3 {
    font-size: 52px;
    line-height: 1.4;
}

.mainPage .con01 .inner {
    text-align: center;
}

.con .inner .text-wrap {
    margin: 0 0 40px 0;
}

.con .text-wrap .text-desc {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.8;
}

.con .contact-link {}

.con .contact-link .link-desc {
    font-size: 24px;
    font-weight: 300;
    padding: 0 50px;
}

.con .contact-link span {
    display: block;
    margin: 50px 0 60px;
    font-size: 40px;
    color: var(--page-point2-color);
    font-weight: 800;
    letter-spacing: -0.02em;
    /* text-decoration: underline; */
}

.con .contact-link a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 50px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    border: 3px solid #333;
    background: #333;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: all 0.3s;
    color: #fff;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.con .contact-link a:hover {
    background: var(--page-point2-color);
    color: #fff;
    border-color: var(--page-point2-color);
}

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

.con .wrap .img-wrap {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}

.wrap .img-wrap img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.wrap .img-wrap .img-tit {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #111;
}

.con .strength-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.strength-wrap .strength {
    display: flex;
    flex-direction: column;
    padding: 50px;
    gap: 20px;
    background: #66c6df;
    border-radius: 10px;
}

.strength-wrap .strength:nth-child(2) {
    background: #e36660;
}

.strength-wrap .strength:nth-child(3) {
    background: #f59767;
}

.strength-wrap .strength:nth-child(4) {
    background: #78b17c;
}

.strength-wrap .strength:nth-child(5) {
    background: #a4d39c;
}

.strength-wrap .strength:nth-child(6) {
    background: #d3b435;
}

.strength-wrap .strength .st-tit {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.strength-wrap .strength span {
    font-size: 20px;
    display: block;
}

.con .certi-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.certi-wrap .certi {}

.certi-wrap .certi img {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.certi-wrap .certi .cert-tit {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 0 15px;
}

.certi-under {
    display: flex;
    flex-direction: column;
    gap: 65px;
    padding-top: 100px;
}

.certi-under .text {}

.certi-under .text h5 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.certi-under .text.vision h5 {
    color: #ff6600;
}

.certi-under .text.mission h5 {
    color: #3b7d23;
}

.certi-under .text.values h5 {
    color: #00b0f0;
}

.certi-under .text p {
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
}

.certi-under ul {
    margin-top: 10px;
}

.certi-under ul li {
    font-size: 18px;
    padding-left: 25px;
}

.values ul {}

.values ul li {
    position: relative;
}

.values ul li::before {
    left: 12px;
    top: 10px;
    position: absolute;
    content: "";
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #555;
}

.dot-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.dot-list li {
    font-size: 28px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
}

.dot-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #333;
}

/* 서브 페이지 */
.subpage {}

.subPage .carousel-caption {}

.subPage .slide.autoplay {
    overflow: hidden;
}

.work-img {
    filter: brightness(0.65);
}

.subPage .slide.autoplay img {
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 100px);
    /* height: 650px; */
}

.subPage .con {}

.subPage .con .inner {}

.con .promises {}

.con .inner .inner-tit {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-align: center;
    color: var(--page-point2-color);
    letter-spacing: -0.02em;
}

.promises .promi-text {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.promises .promi-text .promi-tit {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.promises .promi-text .promi-tit li {
    font-size: 24px;
    font-weight: 700;
    padding: 25px 30px 25px 120px;
    background: #f4f4f4;
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 70px;
    gap: 2px;
}

.promises .promi-text .promi-tit li .num {
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    position: absolute;
    left: 30px;
    width: 60px;
    text-align: center;
    padding-top: 9px;
    font-size: 30px;
    box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
    color: var(--page-point2-color);
}

.promises .promi-text .promi-tit li .desc {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.promises .promi-text .promi-desc {}

.promises .promi-text .promi-desc li {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 1.6;
}

.promises .promi-text .promi-desc:nth-child(2) li:last-child {
    color: var(--page-point2-color);
    font-size: 20px;
    text-decoration: underline;
    font-weight: 600;
}

#contact01 .con .con-tit .tit-h3 {}

#contact01 .con01 {}

#contact01 .con02 {
    padding-top: 50px;
}

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

.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 16px;
}

.checkbox,
.radio {
    font-size: 16px;
}

.text-muted {
    font-size: 16px;
    padding-top: 7px;
}

#contact01 #write_btn {
    background: var(--page-point2-color);
    min-width: 350px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
}

.video-pdf-wrap .bro-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    color: #777;
}

.video-pdf-wrap .pdf-wrap a {
    border: 3px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    padding: 30px;
    font-weight: 500;
    flex-direction: column;
    gap: 20px;
}

.pdf-wrap a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.video-pdf-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.video-wrap .video {}

.video-wrap .video iframe {
    height: 300px;
}

/* 게시판 커스텀 */
[id^=job0] table thead {
    /* display: none; */
}

[id^=job0] table thead th.writer {
    display: none;
}

[id^=job0] .cate_col {
    width: 35%;
}

[id^=job0] .subject_col {
    width: 30%;
}

[id^=job0] .writer_col {
    width: 0;
}

[id^=job0] .regdate_col {
    width: 18%;
}

[id^=job0] .header_wrap {
    display: none;
}

[id^=job0] .board_data_view {
    border-top: 0;
}

[id^=job0] .board_data_view .contents_wrap {
    padding: 0 0 100px;
}

[id^=job0] .table.table_default tr td {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

[id^=job0] .table.table_default tbody .subject {
    text-align: center;
    /* width: 80%; */
}

[id^=job0] .table.table_default tr th,
.table.table_default tr td {
    font-size: 18px;
    padding: 25px 15px;
}

[id^=job0] .link-button>a {
    padding: 12px 0;
    background: var(--page-point2-color);
    display: block;
    /* width: fit-content; */
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.034em;
    font-weight: 500;
}

[id^=job0] .link-button>a:hover,
[id^=job0] .link-button>a:focus {
    background: var(--page-point2-color-hover);
}

[id^=job0] .category_wrap {
    margin-bottom: 30px;
    display: none;
}

/* [id^=job0] td.regdate{
    display: none;
} */
[id^=job0] td.writer {
    display: none;
}

/* [id^=job0] .regdate_col{
    width: 0;
} */
/* .table.table_default tbody .subject a{
    width: 100%;
    word-spacing:30px
} */
.search_wrap {
    margin-bottom: 0;
}

.board-basic {}

.board-basic .basic-tit {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 35px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    letter-spacing: -0.02em;
}

.board-basic .board-text {}

.board-basic .board-text .text-type {}

.board-text ul {
    padding-bottom: 30px;
}

.board-text ul li:first-child {
    padding: 0;
    font-size: 22px;
    font-weight: 700;
}

.board-text ul li {
    padding-left: 20px;
    line-height: 1.7;
}

.board-text ul li::before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 2px;
    top: 14px;
}

.board-text ul li:first-child::before {
    display: none;
}

.board-text .text-type p {
    font-size: 24px;
    font-weight: 600;
}

.board-text .text-type p.email {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    background: var(--page-point2-color);
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: 600;
    display: table;
}

.board-text .text-type p.online {
    color: var(--page-point2-color);
    margin-top: 50px;
    letter-spacing: -0.02em;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    color: #999;
    border-top: 1px solid #ccc;
}

#site footer .footer-wrap {
    display: grid;
    padding: 60px 0;
    gap: 30px 40px;
    grid-template-columns: 1fr 0.4fr;
}

.footer-info {
    grid-row: 1 / span 2;
}

.footer-info img {
    object-fit: contain;
    height: 100px;
}

.footer-info ul {
    padding: 30px 0 0;
}

.footer-info ul li {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.footer-info li span {
    font-weight: 500;
    width: 50px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #555;
}

.footer-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    margin-top: 30px;
}

.footer-link>li {
    position: relative;
}

.footer-link>li:nth-child(2) {}

.footer-link>li .add-link {
    display: none;
    position: absolute;
    content: "";
    top: 0;
    width: 120%;
    padding: 10px 5px;
    top: 50%;
    left: calc(-50% - 22px);
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
    color: #333;
    z-index: 5;
    background: #fff;
}

.footer-link>li.open .add-link {
    display: block;
}

.footer-link>li>a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    margin: 0 0 0 20px;
    height: fit-content;
    width: 160px;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid var(--page-point-color);
    color: var(--page-point-color);
}

.add-link li {
    font-size: 14px;
    line-height: 1;
}

.add-link li a {
    padding: 10px 0;
    display: block;
}

.footer-link>li>a:hover {
    background: var(--page-point-color);
    color: #fff;
    border-color: var(--page-point-color);
}

.sns-link {
    display: flex;
    justify-content: right;
    gap: 10px;
    align-items: center;
}

.sns-link a {
    display: block;
}

.sns-link a img {
    width: 34px;
    aspect-ratio: 1;
    object-fit: contain;
}

/* 반응형 */
@media (min-width: 1280px) {

    .container,
    .navbar-inverse>.container,
    footer .container {
        /* max-width: 100%; */
        /* width: 100%; */
        /* padding: 0 100px; */
    }
}

@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: 500px;
    }

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

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

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

    .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 (max-width:1199px) {
    .nav-top {
        right: unset;
        left: 100px;
    }
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-inverse .navbar-nav.navbar-right .dropdown-menu {
        min-width: 100%;
        background: #fff;
        /* left: 50%; */
        /* right: auto; */
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav.navbar-right .dropdown-menu>li>a {
        padding: 11px 10px;
        color: #333;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.01em;
    }

    .navbar-inverse .navbar-nav.navbar-right .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav.navbar-right .dropdown-menu>li>a:hover {
        background: var(--page-point2-color);
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: 0;
        float: left !important;
    }

}

@media (max-width: 992px) {
    .navbar-inverse .navbar-nav.navbar-right>li>a {
        padding: 45px 15px;
    }
}

@media (max-width: 991px) {
    .nav-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .dropdown-menu {
        min-width: 100%;
    }

    .link-wrap>li>a {
        padding: 5px 0;
        margin: 0;
        font-size: 14px;
        min-width: 100px;
    }

    .wrap .img-wrap img {
        height: 350px;
    }

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

    .dot-list li::before {
        top: 10px;
        width: 5px;
        aspect-ratio: 1;
    }

    .certi-under .text h5 {
        font-size: clamp(28px, 4.8vw, 48px);
    }

    .certi-under .text p {
        font-size: clamp(19px, 2.5vw, 25px);
        margin-top: 10px;
    }

    .certi-under ul li {
        font-size: 16px;
    }

    .values ul li::before {
        left: 12px;
        top: 8px;
    }

    .video-pdf-wrap .bro-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .subPage .slide.autoplay img {
        height: 500px;
    }

    .promises .promi-text .promi-desc li {
        font-size: clamp(17px, 2.2vw, 22px);
    }

    .promises .promi-text .promi-desc:nth-child(2) li:last-child {
        font-size: clamp(15px, 1.8vw, 18px);
    }

    .promises .promi-text .promi-tit {
        gap: 15px;
    }

    .promises .promi-text .promi-tit li .num {
        left: 42px;
        width: 50px;
        padding-top: 9px;
        font-size: 26px;
    }

    .promises .promi-text .promi-tit li {
        font-size: 22px;
    }

    .con .inner .inner-tit {
        font-size: clamp(24px, 3.2vw, 32px);
        margin: 0 0 20px 0;
    }

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg) translate(15px, 12px);
        margin: 0 0 0 -18px;
        height: 3px;
        width: 20px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: translate(17px, 10px) rotate(45deg);
        margin: 0 0 0 -15px;
        height: 3px;
        width: 20px;
    }

    .link-wrap {
        right: 0px;
    }

    .link-wrap a {
        padding: 10px 0;
        font-size: 11px;
        min-width: 110px;
    }

    .navbar-toggle .icon-bar {
        width: 20px;
        height: 3px;
        margin-bottom: 2px;
    }

    .navbar-toggle {
        left: 5px;
    }

    .carousel-caption h1 {
        font-size: clamp(45px, 6vw, 60px);
        margin: 0 0 40px 0;
    }

    .carousel-caption .slide-link {
        max-width: 290px;
    }

    .carousel-caption .slide-link>li>a {
        font-size: 24px;
        padding: 8px 0;
    }

    .mainPage .con01 .con-tit .tit-h3 {
        font-size: clamp(25px, 5.2vw, 52px);
    }

    .con .text-wrap .text-desc {
        font-size: clamp(18px, 2.6vw, 26px);
    }

    .con .contact-link .link-desc {
        font-size: clamp(17px, 2.4vw, 24px);
    }

    .con .contact-link span {
        margin: 30px 0 40px;
        font-size: clamp(23px, 4vw, 40px);
    }

    .con .contact-link a {
        max-width: 220px;
        padding: 10px 0;
        font-size: 18px;
    }

    .con .wrap {
        gap: 50px 25px;
    }

    .wrap .img-wrap .img-tit {
        font-size: 25px;
    }

    .strength-wrap .strength .st-tit {
        font-size: clamp(19px, 2.6vw, 26px);
    }

    .strength-wrap .strength span {
        font-size: 16px;
    }

    .strength-wrap .strength {
        padding: 30px;
        gap: 15px;
    }

    .con .certi-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .con .con-tit .tit-h3 {
        font-size: clamp(28px, 4.8vw, 48px);
    }
}

@media (max-width:767px) {
    .footer-info img {
        height: 50px;
    }
    #site {
        padding-top: 70px;
    }

    .link-wrap {
        right: 40px;
    }

    .link-wrap li:first-child {
        margin-bottom: 5px;
    }

    .con .wrap {
        gap: 75px 25px;
    }

    .con .wrap .img-wrap {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .navbar-nav.slide-link .open .dropdown-menu>li>a {
        line-height: 1;
    }

    .link-wrap {
        display: none;
    }

    .navbar-nav.slide-link .open .dropdown-menu {
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 12px;
        background: #fff;
    }

    .carousel-caption h1 {
        font-size: 32px;
    }

    .carousel-caption .slide-link {
        max-width: 200px;
    }

    .carousel-caption .slide-link>li>a {
        font-size: 18px;
        padding: 8px 0;
    }

    .link-wrap a {
        padding: 10px 10px;
        font-size: 9px;
        min-width: 80px;
    }

    .navbar-inverse .navbar-brand img {
        object-fit: contain;
        height: 50px;
    }
}

@media (max-width:576px) {
    .nav-top {
        right: unset;
        left: 0px !important;
        top: 3px;
    }

    .link-wrap {
        right: 15px;
    }

    .link-wrap>li>a {
        padding: 5px 5px;
        margin: 0;
        font-size: 11px;
        min-width: 70px;
    }

    .nav-top {
        right: unset;
        left: 31px;
        grid-template-columns: 1fr;
    }

    .mainPage .con {
        padding-top: 40px;
    }

    .dot-list {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .footer-link>li>a {
        margin: 0 5px 0 0;
    }

    .add-link li {
        font-size: 10px;
        line-height: 1;
    }

    .footer-link>li.open .add-link {
        display: block;
        width: fit-content;
    }

    .footer-link>li .add-link {
        left: unset;
        right: calc(-50% - -12px);
        transform: translate(50%, -50%);
    }

    .board_wrapper#job01_01 {
        overflow-x: scroll;
    }

    .table.table_default {
        table-layout: unset;
    }

    [id^=job0] .link-button>a {
        padding: 8px 10px;
        font-size: 11px;
    }

    [id^=job0] .table.table_default tr th,
    .table.table_default tr td {
        font-size: 11px;
        padding: 15px 5px;
    }

    [id^=job0] .table.table_default tr td {
        font-size: 12px;
    }

    .custom_checkbox+span {
        font-size: 13px;
    }

    .text-muted {
        font-size: 13px;
    }

    #contact01 #write_btn {
        background: var(--page-point2-color);
        min-width: 250px;
        font-size: 16px;
        padding: 8px 0;
    }

    .board_wrapper .table.board_write_table :where(.input-group.input-group-big, .form-control.form-control-big) {
        width: 280px;
    }

    .board_wrapper .table.board_write_table tbody tr th {
        font-size: 14px;
    }

    .video-pdf-wrap .pdf-wrap a {
        height: 300px;
        width: 290px;
        margin: 0 auto;
        font-size: 15px;
    }

    .video-pdf-wrap .bro-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .navbar-nav.navbar-right .open .dropdown-menu>li>a {
        line-height: 20px;
        font-size: 10px;
    }

    .promises .promi-text .promi-tit li .num {
        left: 13px;
        width: 30px;
        height: 30px;
        padding-top: 3px;
        font-size: 18px;
    }

    .promises .promi-text .promi-tit li {
        font-size: 15px;
        padding: 10px 10px 10px 50px;
    }

    .promises .promi-text .promi-tit li .desc {
        font-size: 13px;
    }

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

    .navbar-collapse {
        top: 80px;
        width: 200px;
    }

    .carousel-caption h1 {
        font-size: 25px;
    }

    .link-wrap {
        flex-direction: column;
        display: none;
    }

    .wrap .img-wrap .img-tit {
        /* font-size: 11px; */
    }

    .link-wrap a {
        padding: 5px 10px;
    }

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

    .con .strength-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .con .certi-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .certi-wrap .certi img {
        height: 380px;
        margin: 0 auto;
    }

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

    .footer-info {
        grid-row: span 1;
        grid-column: span 2;
    }

    .footer-link {
        align-items: flex-start;
    }

    .footer-info ul li {
        font-size: 14px;
    }

    .sns-link a img {
        width: 25px;
        aspect-ratio: 1;
        object-fit: contain;
    }

    .sns-link {
        align-items: first baseline;
    }
}