@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap");

@font-face {
    font-family: SCDream;
    src: url("/public/font/SCDream/SCDream3.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream3.woff") format("woff"), url("/public/font/SCDream/SCDream3.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: SCDream;
    src: url("/public/font/SCDream/SCDream4.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream4.woff") format("woff"), url("/public/font/SCDream/SCDream4.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SCDream;
    src: url("/public/font/SCDream/SCDream5.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream5.woff") format("woff"), url("/public/font/SCDream/SCDream5.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: SCDream;
    src: url("/public/font/SCDream/SCDream6.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream6.woff") format("woff"), url("/public/font/SCDream/SCDream6.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: SCDream;
    src: url("/public/font/SCDream/SCDream7.eot?#iefix") format("embedded-opentype"), url("/public/font/SCDream/SCDream7.woff") format("woff"), url("/public/font/SCDream/SCDream7.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

#site {
    padding-top: 0px;
    font-size: 16px;
    font-family: SCDream, notokr, sans-serif;
    color: #111;
    letter-spacing: -0.034em;
}
a,
button {
    transition: all 0.15s ease-in-out 0s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #b7000b;
    border-color: #b7000b;
    font-family: notokr;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #b7000b;
    border-color: #b7000b;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
td,
dt,
dd,
figcaption {
    word-break: keep-all;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}

.fp-warning,
.fp-watermark,
.fp-watermark a {
    display: none;
}

#fp-nav.fp-right {
    padding: 10px 0px;
    background: rgb(6 30 78 / 86%);
    border-radius: 50px;
}

#fp-nav.fp-right ul li a span {
    background: #fff;
}

#fp-nav.fp-right ul li:last-child {
    display: none;
}

.red-1 {
    color: #bb0000;
}

.red-2 {
    color: #ff0000;
}

.u_line {
    text-decoration: underline;
}

.wrap-prepare-page {
    width: 100%;
    display: inline-block;
    margin: 0px auto;
    padding: 15px;
    background-color: #f9f9f9;
}

.prepare-page {
    padding: 70px;
    text-align: center;
    font-family: notokr;
}

.prepare-page > .exclamation {
    position: relative;
    margin: 0px auto;
    line-height: 1em;
    border-radius: 100%;
    padding-top: 30px;
}

.prepare-page > .exclamation::before {
    content: "\f06a";
    top: 0px;
    font-size: 69px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #b7000b;
}

.prepare-page > h4 {
    margin: 35px 0px 20px;
    font-size: 25px;
    font-weight: 300;
    color: #454545;
    letter-spacing: -0.055em;
}

.prepare-page > h4 strong {
    font-weight: 500;
}

.prepare-page > p {
    margin: 0px;
    font-size: 17px;
    color: #787878;
    line-height: 1.4em;
}

.navbar .caret {
    display: none;
}

.navbar-inverse {
    background: #fff;
    /* background: rgba(255, 255, 255, 0.85); */
    position: fixed;
    margin-bottom: 0px;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px;
}

#navbar-bg {
    height: 0;
    top: 80px;
    right: 0;
    left: 0;
    position: fixed;
    background: #f8f8f8;
    transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
}

.navbar-inverse .navbar-brand img {
    margin-top: 7px;
    width: clamp(100px, 15vw, 195px);
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 400;
    color: #222222;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #b7000b;
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        border: 0px;
        padding: 15px 0px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333333;
        transition: all 0.15s ease-in-out 0s;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #b7000b;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #b7000b;
    }
    .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-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0px);
        border-radius: 0px;
        border: none;
        margin-top: 15px;
        padding: 0px;
        background: transparent;
        box-shadow: none;
        /* background: rgba(0, 0, 0, 0.85); */
        /* box-shadow: rgba(0, 0, 0, 0.125) 0px 4px 8px; */
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        z-index: 1030;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 10px 15px;
        /* padding: 12px 15px; */
        color: #111;
        /* color: rgb(255, 255, 255); */
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #b7000b;
        background: transparent;
        /* background: #b7000b; */
    }
}
@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .navbar-inverse .navbar-brand img {
        margin-top: 0;
    }
}
.carousel-control {
    text-shadow: rgba(0, 0, 0, 0.125) 0px 2px 6px;
    transition: all 0.15s ease-in-out 0s;
}

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

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

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgb(255 255 255 / 50%);
    margin: 0px 2px;
    border-radius: 20px;
    transition: all 0.15s ease-in-out 0s;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin: 0px 2px;
    border-width: 2px;
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 2px 6px;
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: none;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

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

#site footer {
    font-family: notokr, sans-serif;
}

#site footer {
    width: 100%;
    margin-top: 0px;
    background-color: #333333;
    color: #cccccc;
}

#site footer .footer-info {
    padding: 45px 0px;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 22px;
    letter-spacing: 0;
    color: #e1e1e1;
}

#site footer .footer-info ul li.copy {
    color: #999;
    margin-top: 3px;
}

#mainCarousel .carousel-indicators {
    top: 61%;
    left: 20%;
    bottom: auto;
    width: auto;
    margin-left: 0;
    transform: translateY(-50%);
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
}
#mainCarousel .carousel-caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 20%;
    transform: translateY(0px);
    left: 20%;
    padding: 0;
    text-align: left;
}
#mainCarousel i {
    top: 8px;
    left: -50px;
    position: absolute;
    padding-top: 6px;
    font-weight: 700;
    font-style: normal;
    font-family: "Quicksand", sans-serif;
    color: #fff;
    letter-spacing: 8px;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: left top;
    white-space: nowrap;
}

#mainCarousel i::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 60%);
    top: -7px;
}
#mainCarousel i span {
    color: #0049ff;
}
#mainCarousel .carousel-caption h1 {
    /* margin: -50px 0 0; */
    font-size: clamp(20px, 3vw, 25px);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.6em;
}
#mainCarousel .carousel-caption h1 .name {
    display: inline-block;
    padding: 10px 0 0 5px;
    font-size: 32px;
    font-weight: 600;
}
#mainCarousel .carousel-caption a.btn {
    margin-top: 20px;
    padding: 10px 27px;
    font-size: 14px;
    border: 1px solid #fff;
}
#mainCarousel .carousel-caption a.btn:hover,
#mainCarousel .carousel-caption a.btn:focus {
    color: #000;
    background: #fff;
}
#mainCarousel .text {
    right: 80px;
    bottom: 80px;
    position: absolute;
    display: inline-block;
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: -0.05em;
}
#mainCarousel .text .en {
    font-size: clamp(18px, 3vw, 32px);
    font-family: "Nanum Myeongjo", serif;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
    #mainCarousel .carousel-caption {
        top: 17%;
        /* right: 5%; */
        width: 100%;
        left: 55px;
        scale: 0.75;
        transform-origin: left top;
    }
    #mainCarousel i {
        left: -30px;
        font-size: 14px;
    }
    #mainCarousel .carousel-caption h1 {
        /* font-size: 25px; */
    }
    #mainCarousel .carousel-caption h1 .name {
        display: block;
        padding-left: 0;
    }
    #mainCarousel .carousel-caption h1 br {
        display: none;
    }
    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
    #mainCarousel .text {
        width: 100%;
        left: 5%;
        right: 5%;
        font-size: 20px;
    }
    #mainCarousel .carousel-indicators {
        top: 57.5%;
        left: 53px;
    }
}

#section_a684ec {
    padding: 20px 0px;
}

#section_b53b3a {
    min-height: 400px;
}

#section_b53b3a .container {
    width: 100%;
    padding: 0px;
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0px !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

@media (min-width: 767px) {
    #section_a684ec div[class^="board_box_"] {
        width: 50%;
    }
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0px;
    margin-bottom: 0px;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0px;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 100px;
}

.mainPage h2 {
    margin: 0 0 80px;
    /* margin: 70px 0px 40px; */
    font-size: 44px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
}

.mainPage #section1 {
    display: block;
}

/* .mainPage #section2 {
  color: #ffffff;
  position: relative;
}

.mainPage #section2::after {
  content: "";
  background: url("/public/img/main/main02.jpg") center no-repeat;
  top: 0px;
  right: 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mainPage #section2 .container {
  padding-right: 300px;
}

.mainPage #section2 h3 {
  margin: 0px 0px 70px;
  font-size: 27px;
  line-height: 1.45em;
  position: relative;
  font-family: notokr;
}
.mainPage h3::before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background: rgb(255 255 255 / 39%);
    left: 0;
    top: 108px;
}
.mainPage #section2 p {
  font-weight: 300;
  line-height: 1.65em;
  font-size: 18px;
  letter-spacing: -0.04em;
  font-family: notokr;
}

.mainPage #section2 p:nth-of-type(2) {
  margin: 20px 0px 0px;
  font-size: 17px;
  font-weight: 500;
  font-family: notokr;
}

.mainPage #section2 a.btn {
  margin-top: 60px;
  padding: 10px 32px;
  font-size: 15px;
  border: 1px solid rgb(255 255 255 / 32%);
  border-radius: 50px;
  font-family: notokr;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.mainPage #section2 a.btn:hover {
  color: #13265c;
  background: #ffffff;
} */

.mainPage #section3 {
    background: #f5f5f5;
}

.mainPage .biz-field {
    margin: 0 -10px;
}
.mainPage .biz-field > div {
    padding: 0 10px;
}
.mainPage .biz-field a {
    text-align: center;
    text-decoration: none;
}
.mainPage .biz-field .w_img {
    position: relative;
    background: #000;
    overflow: hidden;
}
.mainPage .biz-field .w_img::before,
.mainPage .biz-field .w_img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    transition: all 0.4s;
    z-index: 100;
}
.mainPage .biz-field .w_img::before {
    top: 0;
    left: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
}
.mainPage .biz-field .w_img::after {
    right: 0;
    bottom: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.mainPage .biz-field .w_img img {
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.mainPage .biz-field .w_img i {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
    background: #09215e;
    opacity: 0;
}
.mainPage .biz-field .tit {
    margin: clamp(20px, 5vw, 40px) 0 0;
    font-size: clamp(18px, 3vw, 23px);
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.045em;
    color: #000;
    z-index: 1;
}
/* [hover] PC 환경에서만 :hover 효과 적용  */
@media (hover: hover) {
    .mainPage .biz-field a:hover h3 {
        color: #09215e;
    }
    .mainPage .biz-field a:hover .w_img::before,
    .mainPage .biz-field a:hover .w_img::after {
        width: 100%;
        height: 100%;
        border-color: #fff;
    }
    .mainPage .biz-field a:hover .w_img i {
        opacity: 1;
    }
    .mainPage .biz-field a:hover .w_img img {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .mainPage .biz-field {
        /* padding-block: 50px; */
        padding-bottom: 30px;
        max-width: 350px;
        margin-inline: auto;
    }
    .mainPage .biz-field > div {
        margin-bottom: 40px;
    }
}
/* .mainPage #section3 {
  color: #ffffff;
  text-align: center;
}

.mainPage #section3::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  position: absolute;
  background: url("/public/img/main/section3_bg1.jpg") center center / cover no-repeat #333333;
}

.mainPage #section3::after {
  content: "";
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  position: absolute;
  background: url("/public/img/main/section3_bg2.jpg") center center / cover no-repeat #333333;
}

.mainPage #section3 .container {
  position: relative;
  z-index: 100;
} */

.mainPage .wrap-biz .left > .inner {
    float: left;
}

.mainPage .wrap-biz .right > .inner {
    float: right;
}

.mainPage ul.list-biz > li {
    display: inline-block;
}

.mainPage ul.list-biz > li a {
    width: 200px;
    height: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    font-size: 20px;
    text-decoration: none;
    background: rgba(183, 0, 11, 0.55);
    font-family: notokr;
}

.mainPage ul.list-biz > li a:hover {
    transform: translateY(-15px);
    background: #b7000b;
}

.mainPage #section4 {
    background: #f5f5f5;
}
.mainPage #section4 h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.mainPage .wrap-board > .left {
    padding-right: 15px;
}

.mainPage .wrap-board > .right {
    padding-left: 15px;
}

.mainPage .wrap-board .tit {
    position: relative;
}

.mainPage .wrap-board .tit .pull-right {
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 8px 10px;
    color: #09215e;
    line-height: 1em;
    border: 1px solid #09215e;
}

.mainPage .wrap-board .tit .pull-right:hover {
    color: #ffffff;
    background: #09215e;
    border-color: #09215e;
}

.mainPage .wrap-board .board_box_list {
    padding: 30px 30px 25px;
    background: #ffffff;
    border-top: 1px solid #000000;
    font-family: notokr;
}

.mainPage .wrap-board div[class^="board_box_"] .page-header {
    display: none;
}

.mainPage .wrap-board .board_box_list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.mainPage .wrap-board .board_box_list li .info {
    font-size: 15px;
}

.subPage #section_top {
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
    background: url("/public/img/sub/bg_sub_top1.jpg") center center / cover no-repeat #333333;
}

.subPage #section_top::before {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000000;
    opacity: 0.5;
}

.subPage.about_us #section_top::before {
    opacity: 0.4;
}

.subPage.business_area #section_top {
    background-image: url("/public/img/sub/bg_sub_top2.jpg");
}

.subPage.business_results #section_top {
    background-image: url("/public/img/sub/bg_sub_top3.jpg");
}

.subPage.board #section_top {
    background-image: url("/public/img/sub/bg_sub_top4.jpg");
}

.subPage #section_top > .container {
    position: relative;
}

.subPage #section_top .en {
    font-size: 19px;
    font-family: SCDream, notokr, serif;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.subPage #section_top h1 {
    margin: 0px 0px 60px;
    font-size: 65px;
    font-weight: 500;
}

.subPage #section_top .nav-sub {
    display: flex;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    list-style-type: none;
}

.subPage #section_top .nav-sub > li {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.subPage #section_top .nav-sub > li a {
    position: relative;
    display: inline-block;
    padding: 16px 30px;
    font-size: 21px;
    /* font-size: 17px; */
    text-decoration: none;
    line-height: 1em;
    border-top: 1px solid transparent;
    font-weight: 300;
}

.subPage #section_top .nav-sub > li a::before,
.subPage #section_top .nav-sub > li a::after {
    content: "";
    left: 0px;
    width: 100%;
    position: absolute;
    border-top: 2px solid transparent;
    transition: all 0.15s ease-in-out 0s;
}

.subPage #section_top .nav-sub > li a::before {
    top: -2px;
}

.subPage #section_top .nav-sub > li a::after {
    bottom: -1px;
}

.subPage #section_top .nav-sub > li a:hover {
    background: #fff;
    color: #c00000;
    font-weight: 400;
}

.subPage #section_top .nav-sub > li a:hover::before,
.subPage #section_top .nav-sub > li a:hover::after {
    border-color: #c94a4a;
}

.scroll-down {
    bottom: 0px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 999;
}

.scroll-down a {
    display: inline-block;
    padding: 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 0.9;
}

.scroll-down a:hover {
    opacity: 1;
}

.scroll-down i {
    display: block;
    line-height: 0em;
}

.scroll-down i:nth-of-type(1) {
    font-size: 35px;
}

.scroll-down i:nth-of-type(2) {
    font-size: 25px;
}

.scroll-down span {
    display: inline-block;
    margin: 10px 0px 15px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 4px;
}

.title-lv-1 {
    position: relative;
    margin: 0px 0px 90px;
    font-size: 44px;
    font-weight: 600;
    color: #111111;
    line-height: 1;
    text-align: center;
}

#section1 .title-lv-1 {
    margin: 100px 0px 60px;
}
.subPage.business_area #section1 .title-lv-1 {
    margin: 20px 0 40px;
}
#section4 .title-lv-1 {
    margin: 40px 0px 80px;
}
#section2 .title-lv-1 {
    margin-top: 30px;
    margin-bottom: 60px;
}
#section3 .title-lv-1 {
    margin: 80px 0 70px;
}

.title-lv-2 {
    position: relative;
    margin: 0px 0px 30px;
    font-size: 30px;
    font-weight: 600;
    color: #111111;
    line-height: 1;
}

.list-default {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.list-default > li {
    position: relative;
    margin-bottom: 2px;
}

.list-dash > li {
    padding-left: 11px;
}

.list-dash > li + li {
    margin-top: 5px;
}

.list-dash > li::before {
    content: "-";
    left: 0px;
    position: absolute;
}

.list-circle {
    list-style-type: circle;
}

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

.list-disc > li {
    padding-left: 10px;
}

.list-disc > li + li {
    margin-top: 5px;
}

.list-disc > li::before {
    content: "";
    top: 9px;
    left: 0px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #454545;
    border-radius: 30px;
}

.list-chk > li {
    padding-left: 22px;
    font-size: 16px;
    font-weight: 400;
}

.list-chk > li + li {
    margin-top: 8px;
}

.list-chk > li::before {
    content: "\f00c";
    left: 2px;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #222;
    font-size: 15px;
}

.list-no {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    /* margin-bottom: 40px; */
    padding: 30px 30px 20px;
    background: #fff;
    border: 3px solid #dddddd;
    border-radius: 8px;
}
.list-no > li {
    flex-basis: 50%;
    margin: 0 0 10px;
    padding-left: 30px;
    font-size: 15px;
}
.list-no > li .no {
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 13px;
    font-weight: 800;
    color: #264595;
    background: #eee;
}

/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .list-no > li {
        flex: 100%;
    }
}

table.tb-default {
    margin-bottom: 0px;
    border: none;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 16px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

table.tb-default > thead > tr > th {
    text-align: center;
}

table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th,
table.tb-style-1 > tbody > tr > td {
    padding: 18px;
    font-size: 15px;
    background: #fff;
}

table.tb-style-1 > thead > tr > th {
    padding: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.034em;
    background: #264595;
    font-size: 16px;
    border-color: rgb(255 255 255 / 44%);
}

table.tb-style-2 > tbody > tr > th,
table.tb-style-2 > tbody > tr > td {
    padding: 18px;
    font-size: 15px;
    background: #fff;
}

table.tb-style-2 > tbody > tr > th {
    padding: 12px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.02em;
    background: #666666;
}

table.tb-style-3 {
    border-top: 1px solid #333333;
    font-family: notokr;
}

table.tb-style-3 > thead > tr > th,
table.tb-style-3 > tbody > tr > th,
table.tb-style-3 > tbody > tr > td {
    padding: 10px;
    font-size: 14px;
}

table.tb-style-3 > thead > tr > th {
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    background: #eeeeee;
}

table.tb-style-3 > tbody > tr > th {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #fffdf0;
}

table.tb-style-3 > tbody > tr > td {
    padding: 10px 20px;
}

table.tb-condensed > thead > tr > th,
table.tb-condensed > tbody > tr > th,
table.tb-condensed > tbody > tr > td {
    padding: 12px;
    font-size: 14px;
    background: #ffffff;
}

table.tb-condensed > tbody > tr > th,
table.tb-condensed > tbody > tr > td {
    text-align: center;
}

table.tb-condensed > thead > tr > th {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.034em;
    background: #264595;
}

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

.space-bottom {
    margin-bottom: 80px;
}

.subPage .section.fp-overflow {
    padding-top: 150px;
}

.subPage .section > .container {
    position: relative;
}

.subPage.about_us #section1 {
    background: url("/public/img/sub/about_us_bg01.jpg") 100% 50% / 50% 100% no-repeat #ffffff;
}

.subPage.about_us #section1 .text {
    padding: 0px 130px;
    /* padding: 0px 160px; */
}

.subPage.about_us #section1 p {
    font-size: 16px;
    line-height: 1.65em;
    font-family: "notokr";
    letter-spacing: -0.035em;
    margin-bottom: 13px;
    color: #666;
    text-align: justify;
}

.subPage.about_us #section1 h2 + p {
    margin-bottom: 23px;
    font-size: 21px;
    color: #333;
    letter-spacing: -0.04em;
}

.subPage.about_us #section1 p em {
    font-style: normal;
    color: #09215e;
    text-decoration: underline;
}

.subPage.about_us #section1 p .name {
    font-weight: 600;
    color: #b7000b;
}

.subPage.about_us #section2 {
    background: #f5f5f5;
}

/* .wrap-history {
  position: relative;
}

.wrap-history::before {
  content: "";
  top: 15px;
  left: 50%;
  height: 97%;
  position: absolute;
  border-left: 1px solid #e3e3e3;
}

.wrap-history ul>li {
  width: 50%;
  margin: 0px 0px 0px 50%;
  padding: 0px 0px 0px 80px;
}

.wrap-history ul>li+li {
  margin-top: 10px;
}

.wrap-history ul>li:nth-child(2n) {
  margin: 0px;
  padding: 0px 80px 0px 0px;
  text-align: right;
}

.wrap-history ul>li::before {
  content: "";
  top: 20px;
  left: 0px;
  width: 60px;
  position: absolute;
  border-top: 1px solid #e3e3e3;
}

.wrap-history ul>li:nth-child(2n)::before {
  right: 0px;
  left: auto;
}

.wrap-history ul>li .year {
  position: relative;
  margin: 0px 0px 10px;
  font-size: 27px;
  font-weight: 700;
  color: #09215e;
}

.wrap-history ul>li .year::before,
.wrap-history ul>li .year::after {
  content: "";
  position: absolute;
}

.wrap-history ul>li .year::before {
  top: 10px;
  left: -89px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 10px solid #f9e5e6;
  border-radius: 50%;
}

.wrap-history ul>li .year::after {
  top: 16px;
  left: -83px;
  width: 8px;
  height: 8px;
  background: #b7000b;
  border-radius: 50%;
}

.wrap-history ul>li:nth-child(2n) .year::before {
  right: -91px;
  left: auto;
}

.wrap-history ul>li:nth-child(2n) .year::after {
  right: -85px;
  left: auto;
}

.wrap-history ul>li .detail {
  position: relative;
  padding-left: 35px;
}

.wrap-history ul>li:nth-child(2n) .detail {
  padding-right: 35px;
  padding-left: 0px;
}

.wrap-history ul>li .detail+.detail {
  margin-top: 3px;
}

.wrap-history ul>li .detail .month {
  top: 1px;
  left: 0px;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.wrap-history ul>li:nth-child(2n) .detail .month {
  right: 0px;
  left: auto;
}

.wrap-history ul>li .detail p {
  margin-bottom: 0px;
  font-size: 17px;
  font-family: notokr;
  color: #4e4e4e;
}

.subPage.about_us #section4 {
  background: #f5f5f5;
}

.box-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.box-info>.item {
  flex: 1 1 0px;
  padding: 0px 15px;
}

.box-info>.item .inner {
  height: 100%;
}

.box-info>.item .tit {
  margin: 0px;
  padding: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background: #526aa3;
  text-align: center;
  font-family: notokr;
}

.box-info>.item2 .tit {
  background: #1d438b;
}

.box-info>.item3 .tit {
  background: #002060;
}

.box-info>.item ul {
  height: calc(100% - 60px);
  padding: 30px;
  background: #ffffff;
  border-bottom: 2px solid #526aa3;
}

.box-info>.item2 ul {
  border-bottom-color: #1d438b;
}

.box-info>.item3 ul {
  border-bottom-color: #002060;
}

.box-info>.item ul>li {
  margin: 12px 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  font-family: notokr;
  font-size: 16px;
}

.box-info>.item1 ul li {
  padding-left: 75px;
  font-size: 15px;
}

.box-info>.item1 .tit-sub {
  top: 1px;
  left: 0px;
  position: absolute;
  min-width: 54px;
  font-weight: 600;
  text-align: center;
}

.box-info>.item1 .tit-sub::after {
  content: "";
  top: 2px;
  right: -10px;
  height: 14px;
  position: absolute;
  border-right: 1px solid #cccccc;
} */

.subPage.about_us #section5 .title-lv-1 {
    margin-bottom: 50px;
}

.box-contact {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 170px;
    text-align: center;
}

.wrap-way {
    margin-bottom: 60px;
    margin-left: 22%;
}
.way {
    display: flex;
    text-align: left;
    align-items: flex-start;
}
.way + .way {
    margin-top: 25px;
}
.way .icon {
    width: clamp(40px, 5vw, 75px);
    flex-shrink: 0;
    aspect-ratio: 1;
    /* height: 75px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #fff;
    background: #09215e;
    border-radius: 100%;
}
.way .icon span {
    font-size: clamp(30px, 3vw, 50px);
}
.way .detail {
    /* width: calc(65% - 80px); */
}
.way .detail .tit {
    margin: 10px 0 15px;
    font-size: 19px;
    font-weight: 600;
    color: #09215e;
    letter-spacing: -0.04em;
}
.way .bus {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    /* gap: 10px; */
}
.way .bus .inner{
    display: grid;
    grid-template-columns: minmax(0,3fr) minmax(0,9fr);
}
@media (max-width: 767.98px) {
    .way .bus .inner{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.way .bus .inner p{
    margin-bottom: 0;
}
.way .bus .inner + .inner{
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 13px;
}
.way .bus ul li {
    display: inline-block;
    padding-left: 50px;
}
.way .bus ul li + li {
    /* margin-left: 15px; */
}
.way .bus span {
    left: 0;
    position: absolute;
    padding: 2px 8px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.034em;
    background: #333;
    border-radius: 2px;
}
.way .bus span.normal {
    background: #009278;
}
.way .bus span.green {
    background: #59bd39;
}
.way .bus span.blue {
    background: #3671b5;
}
.way ul {
    display: flex;
    gap: 20px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
    .wrap-way {
        margin: 0;
        padding: 20px;
        padding-bottom: 70px;
    }
    .way .bus {
        flex-direction: column;
    }
    #site .way .inner ul {
        flex-direction: column;
        margin-bottom: 0;
        gap: 10px;
    }
}
/* .box-contact ul {
  margin-bottom: 50px;
}

.box-contact ul>li {
  display: inline-block;
  font-size: 18px;
  line-height: 2em;
}

.box-contact ul>li+li {
  margin-left: 20px;
}

.box-contact ul>li.addr {
  padding-left: 24px;
  font-size: 21px;
  font-weight: 500;
}

.box-contact ul>li i {
  top: 10px;
  left: 0px;
  position: absolute;
  color: #b7000b;
}

.box-contact ul>li .tit {
  padding-right: 5px;
  font-size: 0.95em;
  font-weight: 700;
  color: #b7000b;
}

.box-contact ul>li .tit::after {
  content: ".";
} */

.subPage.business_area .inner-section {
    height: 80px;
}

.subPage.business_area .box-text {
    padding: 45px;
    background: #f9f9f9;
    font-family: notokr;
}

.subPage.business_area .box-text h4 {
    margin: 0px 0px 20px;
    font-size: 20px;
    font-weight: 600;
}
.subPage.business_area .box-text ul + h4,
.subPage.business_area .box-text ol + h4 {
    margin-top: 30px;
}
.subPage.business_area .box-text ul {
    margin-bottom: 10px;
}
.subPage.business_area .box-text ul:first-child {
    padding: 0 10px;
}
.subPage.business_area .table-responsive {
    margin-bottom: 40px;
}

.subPage.business_area .box-text ul:last-child,
.subPage.business_area .table-responsive:last-child {
    margin-bottom: 0px;
}

.subPage.business_area strong {
    font-weight: 500;
}

.subPage.business_area .row-inner + .row-inner {
    margin-top: 50px;
}

.subPage.business_area .row-inner > .left {
    padding-right: 22px;
}

.subPage.business_area .row-inner > .right {
    padding-left: 22px;
}

.subPage.business_area #section1 table > tbody > tr > th {
    width: 190px;
    text-align: center;
}
.subPage.business_area #section1 .row3 table > tbody > tr > th {
    border-bottom: 1px solid #8c8c8c;
    font-size: 16px;
}
.subPage.business_area #section1 {
    padding-bottom: 100px;
}

.subPage.business_area #section1 .box-text ul {
    padding-left: 30px;
}

.subPage.business_area #section1 table .sm {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 0.85em;
    font-weight: 500;
    color: #f59f00;
    letter-spacing: -0.02em;
}

.subPage.business_area #section2 {
    padding-bottom: 100px;
}

.subPage.business_area #section2 .row1 .inner1 ul {
    padding-left: 38px;
}

.subPage.business_area #section2 .row1 .inner1 .table-responsive {
    margin-top: 25px;
}

.subPage.business_area #section2 .row1 .inner2 table > thead > tr > th {
    width: 43%;
    border-color: rgb(255 255 255 / 44%);
}

.subPage.business_area #section2 .row1 .inner2 table > thead > tr > th:first-child {
    width: 14%;
}

.subPage.business_area #section2 .row1 .inner2 p {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 15px;
}

.subPage.business_area #section2 .row1 .inner3 ol + h4 {
    margin-top: 35px;
}

.subPage.business_area .table-notice {
    margin-top: -25px;
    font-size: 15px;
}

ol.list-procedure > li {
    display: flex;
    align-items: center;
}

ol.list-procedure > li + li {
    margin-top: 50px;
}

ol.list-procedure > li + li::before {
    content: "\f31a";
    top: -70px;
    left: 10%;
    position: absolute;
    font-size: 60px;
    font-family: Phosphor;
    color: #1971c2;
}

ol.list-procedure > li:nth-child(2)::before {
    color: #228be6;
}

ol.list-procedure > li .tit {
    flex-basis: 25%;
    margin: 0px;
    padding: 51px 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #1971c2;
    border-radius: 8px;
    font-weight: 600;
}

ol.list-procedure > li:nth-child(1) .tit {
    background: #4dabf7;
}

ol.list-procedure > li:nth-child(2) .tit {
    background: #228be6;
}

ol.list-procedure > li ul {
    flex-basis: calc(75% - 30px);
    margin-left: 30px;
    padding: 30px 15px 22px 30px;
    font-size: 15px;
    background: #ffffff;
    border: 3px solid #dddddd;
    border-radius: 8px;
}

ol.list-procedure > li ul li {
    float: left;
    width: 33.3%;
    margin: 0px 0px 10px;
    font-size: 16px;
}

ul.list-equipment {
    display: flex;
    flex-wrap: wrap;
}

ul.list-equipment > li {
    flex-basis: calc(14.2857%);
}

ul.list-equipment > li .inner {
    text-align: center;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-image: initial;
    border-top: 1px solid #cccccc;
    border-left: none;
    margin-bottom: 14px;
}

ul.list-equipment > li:nth-child(7n + 1) .inner {
    border-left: 1px solid #cccccc;
}

ul.list-equipment > li:nth-child(-n + 7) .inner {
    border-top: 1px solid #cccccc;
}

ul.list-equipment > li .tit {
    margin: 0px;
    padding: 12px 0px;
    font-size: 14px;
    font-weight: 500;
    background: #e0e0e0;
}

ul.list-equipment > li .image {
    padding: 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

ul.list-equipment > li img {
    height: 110px;
}

ul.list-equipment > li .work {
    width: 100%;
    min-height: 26px;
    display: inline-block;
    padding: 6px 0px;
    font-size: 14px;
}

ul.list-safety-plan {
    width: 100%;
    display: inline-block;
}

ul.list-safety-plan > li {
    float: left;
    width: 33.3%;
    display: inline-block;
    text-align: center;
}
ul.list-safety-plan > li:last-child {
    width: 29%;
}
ul.list-safety-plan > li .inner {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #09215e;
    text-decoration: none;
}
ul.list-safety-plan > li .inner::before {
    content: "";
    display: block;
    position: absolute;
    left: -38px;
    width: 17px;
    height: 1px;
    background: #acacac;
    top: 45%;
    transform: rotate(305deg);
}
ul.list-safety-plan > li:last-child .inner::before {
    left: -38px;
}
ul.list-safety-plan > li:first-child .inner::before {
    display: none;
}
.subPage.business_area .box-safety-management {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 10px auto 40px;
}

.subPage.business_area .box-safety-management > .tit {
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 28px;
    color: #222;
    background: #ffffff;
    border-radius: 100%;
    border: 6px solid #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px;
    transform: translate(-50%, -50%);
    z-index: 100;
    letter-spacing: -0.045em;
}

.subPage.business_area .box-safety-management > .item {
    flex-basis: 50%;
    position: relative;
    padding: 7px;
}

.subPage.business_area .box-safety-management > .item .inner {
    height: 200px;
    padding: 30px;
    background: #ffffff;
    border: 5px solid #eeeeee;
    border-radius: 15px;
}

.subPage.business_area .box-safety-management > .item1 .inner {
    padding-top: 25px;
    border-color: #d2e5f7;
}

.subPage.business_area .box-safety-management > .item3 .inner,
.subPage.business_area .box-safety-management > .item4 .inner {
    padding-top: 30px;
}

.subPage.business_area .box-safety-management > .item2 .inner {
    padding-top: 30px;
    padding-left: 130px;
    border-color: #fcdbdb;
}

.subPage.business_area .box-safety-management > .item3 .inner {
    border-color: #fcdbdb;
}

.subPage.business_area .box-safety-management > .item4 .inner {
    padding-left: 130px;
    border-color: #d2e5f7;
}

.subPage.business_area .box-safety-management > .item .inner .tit-sub {
    margin: 0px 0px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #166bb7;
    letter-spacing: -0.035em;
}

.subPage.business_area .box-safety-management > .item2 .inner .tit-sub {
    color: #d62929;
}

.subPage.business_area .box-safety-management > .item3 .inner .tit-sub {
    color: #d62929;
}

.subPage.business_area .box-safety-management > .item4 .inner .tit-sub {
    color: #166bb7;
}

.subPage.business_area .box-safety-management > .item .inner ul > li {
    font-weight: 400;
    letter-spacing: -0.04em;
}

.wrap-figure {
    display: flex;
    flex-wrap: wrap;
}

.wrap-figure figure {
    flex-basis: 25%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-image: initial;
    border-left: none;
}

.wrap-figure figure:first-child {
    border-left: 1px solid #cccccc;
}

.wrap-figure figure figcaption {
    padding: 13px;
    font-weight: 500;
    text-align: center;
    background: #e0e0e0;
    border-bottom: 1px solid #cccccc;
}

.wrap-figure figure .image {
    padding: 15px;
    background: #ffffff;
}

/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (max-width: 767.98px) {
  .wrap-figure{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.subPage.business_area .list-chk > li strong {
    color: #0e4bc6;
}

.box-inquiry {
    display: flex;
    justify-content: right;
}

.box-inquiry .inner {
    display: inline-block;
    padding: 32px 35px;
    background: #ffffff;
    border: 1px solid #aacce9;
    position: relative;
}
.box-inquiry .inner::before {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 41px solid transparent;
    border-left: 41px solid #e0effb;
    transform: rotate(90deg);
    right: 0;
    top: 0;
}
.box-inquiry .inner::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 41px solid transparent;
    border-left: 41px solid #e0effb;
    transform: rotate(-90deg);
    left: 0;
    bottom: 0;
}
.box-inquiry .tit {
    margin: 0px 0px 15px;
    font-size: 18px;
    font-weight: 600;
}

.box-inquiry ul > li {
    display: inline-block;
    padding-left: 0;
    line-height: 1.6em;
}

.box-inquiry ul > li + li {
    margin-left: 10px;
}

.wrap-result {
    margin: 50px 0px;
}

.wrap-result .tit {
    margin: 0px 0px 20px;
    font-size: 19px;
    font-weight: 600;
    color: #09215e;
    font-family: notokr;
    letter-spacing: -0.035em;
}

.table-result {
    border-top: 1px solid #333333;
    font-family: notokr;
}

.table-result .inner .block {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.table-result .inner .block > span {
    border-right: 1px solid #e5e5e5;
}

.table-result:not(.column-6) .inner .block > span:nth-child(5n + 1) {
    border-left: 1px solid #e5e5e5;
}

.table-result .r-heading .block > span {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    background: #eeeeee;
}

.table-result .r-body .block > span {
    flex-basis: 20%;
    padding: 12px;
    font-size: 15px;
    color: #444444;
    border-bottom: 1px solid #e5e5e5;
}
.table-result .r-body .block > span.fit {
    flex: 1;
}
.subPage.business_results #section2 {
    padding-bottom: 100px;
}

.subPage.board .title-lv-1 {
    margin: 60px 0px;
}

.board_wrapper,
.calendar_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

.search_wrap {
    margin-bottom: 0px;
    font-family: notokr;
}

.board_wrapper .table.table_default {
    border-top: 1px solid #333333;
    font-family: notokr;
}

.table.table_default tr th,
.table.table_default tr td {
    padding: 14px 15px;
    font-size: 15px;
    border-color: #e6e6e6;
    letter-spacing: -0.03em;
}

.table.table_default tr td {
    color: #727272;
}

.table.table_default tr td.subject {
    color: #333333;
    position: relative;
}

.board_wrapper .table.table_default thead th {
    font-weight: 500;
    background: #f5f5f5;
    border-color: #e6e6e6;
}

.table.table_default tbody .subject .badge {
    top: 13px;
    padding: 5px 7px 3px;
    position: absolute;
    font-weight: 400;
    line-height: 1.3em;
    background: #b7000b;
    border-radius: 2px;
}

.table.table_default tbody .subject a {
    font-size: 16px;
}

.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}

.table.table_default tbody .subject span > .badge + a {
    padding-left: 63px;
}

.board_data_view {
    border-top: 1px solid #999999;
}

.board_data_view .header_wrap {
    padding: 35px 10px;
    border-bottom: 1px solid #dddddd;
}
.board_wrapper .option_wrap .btn {
    font-family: notokr;
}
.board_data_view .header_wrap .title {
    font-size: 25px;
    font-weight: 600;
}
.board_data_view .contents_wrap .contents_inner p {
    font-family: notokr;
}
.board_data_view .header_wrap .info {
    margin-top: 20px;
    font-family: notokr;
}
.board_wrapper .reply_wrap h4 {
    font-family: notokr;
    font-size: 16px;
}
#reply_list span {
    font-size: 16px !important;
    font-family: notokr;
}
.board_data_view .header_wrap .info span {
    font-size: 14px;
    letter-spacing: 0px;
}
#reply_write {
    margin-bottom: 120px;
}
.board_data_view .header_wrap .info span strong {
    font-weight: 500;
    margin-right: 3px;
    color: #333333;
}

.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #09215e;
}

.pagination_wrap ul li.box a {
    border: none;
}

.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #09215e;
}

.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    border-right-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-top: 0px;
    border-bottom: 1px solid #dddddd;
}

.board_wrapper .table.board_write_table {
    border-top: 1px solid #333333;
    font-family: notokr;
}
.board_wrapper .text-center .btn.btn-lg {
    min-width: 165px;
    font-family: notokr;
    font-size: 15px;
    font-weight: 500;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 190px;
    font-weight: 500;
    color: #222222;
    background: #f5f5f5;
}

.board_wrapper .table.board_write_table tbody tr th > span:nth-child(1) {
    color: #ff0000;
    margin-right: 3px;
}

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

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 3px 5px;
}
#board_write_form #File_add {
    padding: 9px 11px;
}
.form-control {
    letter-spacing: -0.03em;
    font-size: 15px;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #08358d;
    color: #08358d;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #08358d;
    color: #fff;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}

.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
    margin-top: 10px !important;
}

.board_wrapper .table.board_write_table .checkbox a {
    font-weight: 500;
    color: #0a79cb;
    text-decoration: underline;
}

.form-control:not([readonly]):focus {
    border-color: #555555;
}

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

@media (max-width: 767px) {
    /* ëª¨ë°”ì¼ ìµœì í™” */
    #site {
        font-size: 15px;
    }
    p {
        line-height: 1.5em;
    }
    .prepare-page {
        padding: 20px;
    }
    .prepare-page > .exclamation::before {
        font-size: 55px;
    }
    .prepare-page > h4 {
        margin: 25px 0 10px;
        font-size: 22px;
    }
    .prepare-page > p {
        font-size: 15px;
    }

    .navbar-inverse .navbar-brand img {
        height: 30px;
        width: auto;
        margin-top: 0;
    }
    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-inverse .navbar-nav > .open {
        background-color: #f6f6f6;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 15px;
        font-size: 17px;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #b7000b;
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
        color: #fff !important;
        background: #b7000b;
    }
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret {
        border-top-color: #fff;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
        padding: 5px 25px;
        font-size: 15px;
        color: #111;
    }
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus {
        font-weight: 600;
        color: #111;
    }

    .scroll-down {
        top: 300px;
        bottom: auto;
    }
    .scroll-down a {
        padding: 0;
    }
    .scroll-down i:nth-of-type(1) {
        display: none;
    }
    .scroll-down span {
        margin: 0 0 5px;
        font-size: 10px;
        font-weight: 500;
    }
    .scroll-down i:nth-of-type(2) {
        font-size: 15px;
    }
    .mainPage h2 {
        margin: 60px 0 35px;
        font-size: 34px;
    }

    .mainPage #section2 .container {
        padding-right: 15px;
        padding-bottom: 60px;
    }
    .mainPage #section2 h3 {
        margin: 0 0 40px;
        font-size: 21px;
    }
    .mainPage h3::before {
        width: 35px;
    }
    .mainPage #section2 p {
        font-size: 16px;
    }
    .mainPage #section2 p:nth-of-type(2) {
        margin: 15px 0 0;
        font-size: 15px;
    }
    .mainPage #section2 a.btn {
        margin-top: 40px;
        font-size: 14px;
    }
    /* .mainPage #section3{position:relative}
  .mainPage #section3::before{width:100%;height:50%}
  .mainPage #section3::after{top:auto;bottom:0;width:100%;height:50%} */
    .mainPage .wrap-biz .left > .inner {
        float: none;
    }
    .mainPage h2 {
        margin: 80px 0 40px;
        font-size: 30px;
    }
    .mainPage ul.list-biz {
        width: 100%;
        display: inline-block;
        margin: 0 -5px 60px;
    }
    .mainPage ul.list-biz > li {
        float: left;
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0;
    }
    .mainPage ul.list-biz > li a {
        width: 100%;
        height: 160px;
        font-size: 18px;
    }
    .mainPage .wrap-board .board-area {
        width: 100%;
        display: inline-block;
    }
    .mainPage #section4 {
        padding-bottom: 60px;
    }
    .mainPage #section4 h2 {
        font-size: 27px;
    }
    .mainPage .wrap-board .tit .pull-right {
        padding: 6px 8px;
    }
    .mainPage .wrap-board .board_box_list {
        margin-bottom: 0 !important;
        padding: 20px 20px 15px;
    }
    .board_box_list .info span.writer,
    .board_box_list .info span.hits {
        display: none;
    }
    .box-contact {
        padding-top: 0;
    }
    .box-contact ul {
        margin-bottom: 35px;
    }
    .box-contact ul > li {
        font-size: 14px;
        line-height: 1.6em;
    }
    .box-contact ul > li.addr {
        margin-bottom: 11px;
        padding-left: 0;
        font-size: 18px;
    }
    .box-contact ul > li i {
        position: static;
    }
    .box-contact iframe {
        height: 320px;
    }

    #site footer .footer-info {
        padding: 30px 0;
    }
    #site footer .footer-info ul li {
        font-size: 12px;
        line-height: 18px;
    }

    .subPage #section_top {
        padding: 130px 0 150px;
    }
    .subPage #section_top .en {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .subPage #section_top h1 {
        margin: 0 0 25px;
        font-size: 42px;
    }
    .subPage #section_top .nav-sub > li a {
        padding: 12px;
        font-size: 14px;
    }
    .subPage #section_top .scroll-down {
        top: auto;
        bottom: 10px;
    }
    .subPage .section:not(#section_top):not(#section-footer) {
        padding: 90px 0;
    }
    .title-lv-1 {
        margin: 0 0 50px !important;
        font-size: 32px;
    }
    .title-lv-2 {
        margin: 0 0 25px;
        font-size: 22px;
        line-height: 1.3;
    }
    .list-disc > li + li {
        margin-top: 0;
    }
    .list-chk > li {
        padding-left: 20px;
        font-size: 15px;
    }
    table.tb-default > thead > tr > th,
    table.tb-default > tbody > tr > th,
    table.tb-default > tbody > tr > td {
        padding: 12px;
    }
    table.tb-style-1 > thead > tr > th,
    table.tb-style-1 > tbody > tr > th,
    table.tb-style-1 > tbody > tr > td {
        padding: 14px;
        font-size: 14px;
    }
    table.tb-style-1 > thead > tr > th {
        padding: 10px;
        font-size: 15px;
    }
    table.tb-style-2 > tbody > tr > th,
    table.tb-style-2 > tbody > tr > td {
        padding: 14px;
        font-size: 14px;
    }
    table.tb-style-2 > tbody > tr > th {
        padding: 8px;
    }
    table.tb-style-3 > thead > tr > th {
        padding: 10px;
        font-size: 15px;
    }
    table.tb-condensed > thead > tr > th,
    table.tb-condensed > tbody > tr > th,
    table.tb-condensed > tbody > tr > td {
        padding: 10px;
        font-size: 13px;
    }
    table.tb-condensed > thead > tr > th {
        padding: 8px;
    }
    .space-bottom {
        margin-bottom: 0px;
    }

    .subPage.about_us #section1 {
        padding-bottom: 375px !important;
        background-size: 100%;
        background-position: 50% 100%;
    }
    .subPage.about_us #section1 .text {
        padding: 0 15px 20px;
    }
    .subPage.about_us #section1 p {
        font-size: 16px;
        line-height: 1.55em;
    }
    .wrap-history::before {
        left: 0;
    }
    .wrap-history ul > li {
        width: 100%;
        margin: 0;
        padding: 0 0 0 20px;
    }
    .wrap-history ul > li::before {
        top: 15px;
        width: 20px;
    }
    .wrap-history ul > li:nth-child(even)::before {
        right: auto;
        left: 0;
    }
    .wrap-history ul > li + li {
        margin-top: 30px !important;
    }
    .wrap-history ul > li:nth-child(2n) {
        padding: 0 0 0 20px;
        text-align: left;
    }
    .wrap-history ul > li .year::before {
        top: 7px;
        left: -28px;
        width: 16px;
        height: 16px;
        border-width: 8px;
    }
    .wrap-history ul > li:nth-child(2n) .year::before {
        right: auto;
        left: -28px;
    }
    .wrap-history ul > li .year::after {
        top: 12px;
        left: -23px;
        width: 6px;
        height: 6px;
    }
    .wrap-history ul > li:nth-child(2n) .year::after {
        right: auto;
        left: -23px;
    }
    .wrap-history ul > li .detail {
        padding-left: 25px;
    }
    .wrap-history ul > li:nth-child(2n) .detail {
        padding-right: 0;
        padding-left: 25px;
    }
    .wrap-history ul > li .detail .month {
        top: 0;
        font-size: 15px;
    }
    .wrap-history ul > li:nth-child(2n) .detail .month {
        right: auto;
        left: 0;
    }
    .wrap-history ul > li .detail p {
        font-size: 15px;
    }
    .box-info > .item + .item {
        margin-top: 10px;
    }
    .box-info > .item .tit {
        padding: 14px;
        font-size: 16px;
    }
    .box-info > .item ul {
        padding: 10px 15px 25px;
    }
    .box-info > .item ul > li {
        font-size: 15px;
    }
    .subPage.about_us #section5 {
        padding-bottom: 0 !important;
    }
    .subPage.business_area .box-text {
        padding: 20px;
    }
    .subPage.business_area .box-text h4 {
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 1.3;
    }
    .subPage.business_area .row-inner + .row-inner {
        margin-top: 35px;
    }
    .subPage.business_area .row-inner > .left {
        padding-right: 15px;
    }
    .subPage.business_area .row-inner > .right {
        padding: 30px 15px 0;
    }
    .subPage.business_area .table-responsive {
        margin-bottom: 30px;
    }
    .subPage.business_area .table-notice {
        margin-top: -15px;
        font-size: 14px;
    }
    .subPage.business_area #section1 .box-text ul {
        padding-left: 0;
    }
    .subPage.business_area #section1 .box-text td ul {
        padding-left: 20px;
    }
    .subPage.business_area #section1 .row3 table > tbody > tr > th {
        padding: 8px 15px;
        font-size: 15px;
    }
    .subPage.business_area #section2 .row1 .inner1 ul {
        padding-left: 0;
    }
    .subPage.business_area #section2 .row1 .inner2 p {
        font-size: 15px;
        padding: 0;
    }
    ol.list-procedure > li {
        flex-direction: column;
    }
    ol.list-procedure > li .tit {
        width: 100%;
        margin: 0 0 15px;
        padding: 20px;
        font-size: 17px;
    }
    ol.list-procedure > li ul {
        margin-left: 0;
        padding: 20px 15px 15px 30px;
    }
    ol.list-procedure > li ul li {
        width: 100%;
        margin: 0 0 5px;
        font-size: 15px;
    }
    ol.list-procedure > li + li::before {
        top: -62px;
        left: 50%;
        font-size: 50px;
        transform: translateX(-50%);
    }
    ul.list-equipment > li {
        flex-basis: 50%;
    }
    ul.list-equipment > li .inner {
        margin-bottom: 7px;
    }
    ul.list-equipment > li:nth-child(odd) .inner {
        border-left: 1px solid #ccc !important;
    }
    ul.list-equipment > li:nth-child(7n + 1) .inner {
        border-left: none;
    }
    ul.list-equipment > li .tit {
        padding: 10px 0;
        font-size: 13px;
    }
    ul.list-equipment > li .work {
        min-height: 23px;
        padding: 5px 0;
        font-size: 13px;
    }
    ul.list-safety-plan > li {
        width: 100% !important;
    }
    ul.list-safety-plan > li + li {
        margin-top: 20px;
    }
    ul.list-safety-plan > li .inner {
        font-size: 17px;
    }
    ul.list-safety-plan > li .inner::before {
        top: -12px;
        left: 50% !important;
        transform: rotate(305deg) translateY(-50%);
    }
    .subPage.business_area .box-text ul:first-child {
        padding: 0;
    }
    .subPage.business_area .box-safety-management > .tit {
        top: 0;
        width: 100%;
        height: 62px;
        position: static;
        font-size: 22px;
        border-width: 5px;
        border-radius: 30px;
        transform: none;
    }
    .subPage.business_area .box-safety-management > .item {
        flex-basis: 100%;
        padding: 5px 0;
    }
    .subPage.business_area .box-safety-management > .item .inner {
        height: auto;
        padding: 20px;
        border-width: 4px;
        border-color: #fcdbdb !important;
    }
    .subPage.business_area .box-safety-management > .item:nth-child(even) .inner {
        border-color: #d2e5f7 !important;
    }
    .subPage.business_area .box-safety-management > .item .inner .tit-sub {
        margin: 0 0 12px;
        font-size: 17px;
    }
    .subPage.business_area .wrap-images .col + .col {
        margin-top: 15px;
    }
    .wrap-figure figure {
        flex-basis: 50%;
        border-bottom: none;
    }
    .wrap-figure figure:nth-child(odd) {
        border-left: 1px solid #cccccc;
    }
    .wrap-figure figure:nth-child(n + 3) {
        border-bottom: 1px solid #cccccc;
    }
    .wrap-figure figure figcaption {
        padding: 10px;
    }
    .box-inquiry .inner {
        padding: 25px 25px 20px 35px;
    }
    .box-inquiry .tit {
        margin: 0 0 12px;
        font-size: 16px;
    }
    .box-inquiry ul > li {
        font-size: 14px;
    }
    .subPage.business_area #section2,
    .subPage.business_results #section2 {
        /* padding-top: 10px !important; */
        background-color: #f7f7f7;
    }
    .wrap-result {
        margin: 40px 0;
    }
    .table-result .r-heading .block > span {
        padding: 12px;
    }
    .table-result .r-body .block > span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 50%;
        height: 52px;
        padding: 8px 4px;
        font-size: 12px;
        word-break: keep-all;
    }
    .table-result .r-body .block > span.empty {
        display: none;
    }
    .table-result .inner .block > span:nth-child(odd) {
        border-left: 1px solid #e5e5e5 !important;
    }
    .table-result.column-6 .inner .block > span {
        border-left: 1px solid #e5e5e5;
    }
    .table-result.column-6 .r-body .block > span {
        flex-basis: 100%;
    }
    .table-result:not(.column-6) .inner .block > span:nth-child(5n + 1) {
        border-left: none;
    }
    .table-result.table-result-2 .block > span {
        height: auto;
        padding: 14px 14px 14px 100px;
        justify-content: left;
        position: relative;
    }
    .table-result.table-result-2 .block > span.period {
        font-size: 14px;
        font-weight: 500;
        background: #eee;
        border-top: 1px solid #333;
    }
    .table-result.table-result-2 .block > span .tit-sub {
        left: 15px;
        position: absolute;
        font-weight: 600;
    }

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table .subject {
        width: 55%;
    }
    .board_wrapper .table .writer {
        width: 20%;
    }
    .board_wrapper .table .regdate {
        width: 25%;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .table.table_default tbody .subject .badge {
        font-size: 10px;
        top: 9px;
    }
    .table.table_default tr td.subject a {
        font-size: 13px;
    }
    .table.table_default tbody .subject span > .badge + a {
        padding-left: 55px;
    }
    .board_data_view .header_wrap {
        padding: 25px 8px;
    }
    .board_data_view .header_wrap .title {
        font-size: 22px;
    }
    .board_data_view .header_wrap .info {
        margin-top: 12px;
    }
    .board_data_view .header_wrap .info span {
        font-size: 11px;
    }
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg {
        width: 100%;
        margin: 0;
        padding: 9px;
    }
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn {
        margin-top: 20px;
    }
    .member_wrapper {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    #reply_write {
        margin-bottom: 0;
    }
    .board_wrapper .text-center {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .mainPage .section:not(.fp-overflow),
    .subPage .section:not(.fp-overflow) {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #mainCarousel .carousel-caption {
        right: 15%;
        left: 15%;
    }
    #mainCarousel .carousel-indicators {
        left: 15%;
    }
    .table-result.column-6 .inner .block > span:nth-child(3n + 1) {
        border-left: 1px solid #e5e5e5;
    }
    .table-result.column-6 .r-heading .block > span {
        width: 40%;
    }
    .table-result.column-6 .r-heading .block > span.period {
        width: 20%;
    }
    .table-result.column-6 .r-heading .block > span.inner2 {
        display: none;
    }
    .table-result.column-6 .r-body .block > span {
        flex-basis: 40%;
    }
    .table-result.column-6 .r-body .block > span.period {
        flex-basis: 20%;
    }
}
@media (min-width: 1200px) {
    .table-result.column-6 .inner .block > span:first-child {
        border-left: 1px solid #e5e5e5;
    }
    .table-result.column-6 .r-heading .block > span {
        width: 19%;
    }
    .table-result.column-6 .r-heading .block > span.period {
        width: 12%;
    }
    .table-result.column-6 .r-body .block > span {
        flex-basis: 19%;
    }
    .table-result.column-6 .r-body .block > span.period {
        flex-basis: 12%;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1300px;
    }
}
