@charset "utf-8";

@font-face {
    font-family: "sp_light";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sp_regular";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sp_medium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sp_bold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: keep-all;
}

#site {
    padding-top: 100px;
    font-family: "sp_regular", sans-serif;
    font-size: 15px;
}

#site > .container {
    width: 100%;
    padding: 0;
}

/*=================================== reset =================================== */

img {
    flex-shrink: 0;
}

.img-box {
    position: relative;
}

.img-box.bordered {
    border: 1px solid #ccc;
    padding: 10px;
}

ol,
ul,
li,
dl {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    list-style-position: inside;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt dd,
th,
td,
li {
    position: relative;
    font-weight: normal;
    letter-spacing: -0.025em;
}

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

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
}

br {
    visibility: visible;
    opacity: 0;
}

b,
strong {
    font-family: "sp_bold", sans-serif;
}

/*=================================== common =================================== */
[class$="-dash"] {
    margin: 0;
    padding: 0;
}

[class$="-dash"] > *:not(dt) {
    position: relative;
    padding-left: 19px;
}

[class$="-dash"] > *:not(dt)::before {
    position: absolute;
    left: 0;
}

[class$="-dash"] > *:not(dt)::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9d9d9d;
    top: 10px;
    left: 5px;
}

.li-dash li + li {
    margin-top: 4px;
}

.li-box {
    padding: 25px;
    background: #f4f4f4;
}

/* =================================== navbar =================================== */

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

/* 상단 메뉴 */
.navbar-header,
.navbar > .container {
    display: flex;
}

.navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar > .container {
    justify-content: space-between;
}

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

.navbar-inverse {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
}

.navbar-inverse .navbar-right {
    margin-right: -30px !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

.navbar-brand::after {
    content: "㈜이투에스컨설팅";
    font-weight: 900;
    font-size: 23px;
    margin-left: 15px;
    white-space: nowrap;
    letter-spacing: -0.015em;
    color: #000;
    font-family: "sp_bold", sans-serif;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav > li > a {
    position: relative;
    z-index: 10;
    font-size: 18px;

    color: #111;
    font-family: "sp_medium", sans-serif;
    letter-spacing: -0.01em;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.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: #144acc;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: #fff;
}

/* dropdown-menu 메뉴 기본 */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    color: #333;
}

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover {
    background: rgba(0, 0, 0, 0);
    color: #144acc;
    font-family: "sp_medium", sans-serif;
}

@media (min-width: 768px) {
    /* pc nav 메뉴 */
    .navbar-inverse .navbar-nav > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        padding: 0px 30px;
    }

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, -12px);
        border-radius: 0;
        border: 0;

        padding: 20px 0;
        text-align: center;
        box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        position: relative;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 1;
        color: #333;
        display: inline-block;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a::before {
        content: "";
        width: 0;
        height: 1px;
        background: #144acc;
        position: absolute;
        left: 20px;
        bottom: 8px;
        transition: all 0.3s;
    }

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

@media (max-width: 767px) {
    #site {
        padding-top: 70px;
    }

    .navbar-brand::after {
        font-size: 15px;
        margin-left: 10px;
    }

    .navbar-header {
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        width: 100vw;
        padding: 0;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar > .container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 90px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

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

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

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

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

    /* menu */
    .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;
    }

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

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #f4f4f4;
    }

    /* 드롭다운 폰트 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    } */

    /* 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
        color: #fff;
        background: #2968d4;
    }
}

/* =================================== footer =================================== */

#site footer {
    margin-top: 0px;
    padding: 35px 0 50px;
    /* border-top: 1px solid #eaeaea; */
    background: #f9f9f9;
}

/* left logo */
.footer-wrap {
}

img.footer-logo {
    opacity: 0.4;
    margin-right: 35px;
    display: none;
}

/* default */
.footer-info {
    color: #707070;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    margin-top: 5px;
}

.footer-info li:not(.copyright) {
    display: inline;
    margin-right: 10px;
}

.footer-info li.clearfix {
    display: block;
}

.footer-info li.copyright {
    display: block;
    margin-top: 15px;
    font-size: 11px;
    color: #aaa;
    letter-spacing: 1px;
}

/* scrolltop */
#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #144acc;
    border-radius: 50%;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

#scrolltop .inner i {
    font-size: 24px;
}

/* mobile footer*/
@media (max-width: 767px) {
    .footer-info {
        margin-top: 0px;
    }

    .footer-info li.clearfix {
        display: none !important;
    }

    .footer-info li {
        display: block !important;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li + li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }

    #scrolltop {
        right: 30px;
        bottom: 30px;
    }
}

/* no_content */
.maintenance {
    background: #f4f4f4;
    padding: 120px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    height: 500px;
}

/* caption */
.carousel-caption {
    top: 50%;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 3px;
    letter-spacing: 1px;
    font-family: "sp_regular", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    /* text-transform: uppercase; */
    font-weight: inherit;
}

.carousel-caption h1 b {
    font-family: "sp_bold", sans-serif;
    color: #fff;
    font-size: 22px;
}

.carousel-caption p b {
    color: #00cfff;
    font-weight: inherit;
}

.carousel-caption p {
    font-size: 50px;
    line-height: 1.38;

    letter-spacing: -0.0155em;
    font-family: "sp_bold", sans-serif;
}

.carousel-caption p .work {
    display: block;
    margin-top: 50px;
    display: flex;
    align-items: center;
    display: none;
}

.carousel-caption p .work span {
    display: inline-block;
    margin-right: 6px;
    padding: 7px 12px 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    width: 140px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-break: break-word;
    line-height: 2.5;
}

/* control */
.carousel-control {
    display: flex;
    align-items: center;
    opacity: 1;
    width: 10%;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
    justify-content: center;
}

.carousel-control.right {
    justify-content: flex-end;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left {
    justify-content: flex-start;
}

.carousel-control.left span {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    font-size: 28px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    background: transparent;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.glyphicon.glyphicon-chevron-right::before {
    content: "\f105";
}

.glyphicon.glyphicon-chevron-left::before {
    content: "\f104";
}

/* indicators */
.carousel-indicators {
    text-align: left;
    bottom: 50px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    margin: 0 3px;
}

.carousel-indicators li {
    /* border: 2px solid #fff; */
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
}

.carousel-caption {
    padding: 0;
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    top: 53%;
}

/* =================================== mainpage common =================================== */
/* section */
.mainpage h3 {
    margin: 0 0 35px 0;
    font-size: 36px;
    font-weight: 600;
    display: none;
}

.main-business {
    padding: 95px 0 80px;
}

.main-busi-wrap {
    display: flex;
}
/* [min-xx-lager / desktop] 데스크탑, 1400px 이상 ▲ */
@media (width >= 1550px) {
    .main-busi-wrap {
        margin: 0 -200px;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 1549.98px) {
    .main-business .container {
        width: 100%;
    }
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .main-busi-wrap {
        flex-direction: column;
    }
}
/* .main-busi-wrap>div {
    padding: 0 36px;
} */

.main-busi-wrap p {
    position: relative;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0;
    padding-bottom: 10px;
    font-size: 24px;
    color: #222;
    font-family: "sp_medium", sans-serif;
    letter-spacing: -0.01em;
}

.main-busi-wrap p::after {
    content: "more";
    border-radius: 50%;
    text-align: center;
    color: #144acc;
    font-size: 14px;
    letter-spacing: 0;
}

.main-busi-wrap p::before {
    content: "";
    width: 0;
    height: 1px;
    background: #144acc;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.42s;
}

@media (hover: hover) {
    .main-busi-wrap a:hover p::before {
        width: 100%;
    }
}

.main-busi-wrap .item .img-box {
    position: relative;
    overflow: hidden;
    transition: 0.35s;
}

.main-busi-wrap .item {
    display: block;
}

.main-busi-wrap .item {
    transition: 0.75s;
    display: flex;
    flex-direction: column-reverse;
}

.main-busi-wrap .item:hover .img-box {
    box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.25);
}

.main-busi-wrap .item img {
    transition: 0.25s;
}

.main-busi-wrap .item:hover img {
    opacity: 1;
}

/* =================================== subpage header =================================== */

/* default */
.subpage-header {
    position: relative;
    height: 265px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/public/img/sub/sub-top01.jpg);
}

/* background */

/* .subpage-header.visual01 {
    background-image: url(/public/img/sub/sub-top01.jpg);
} */

/* .subpage-header.visual02 {
    background-image: url(/public/img/sub/sub-top02.jpg);
} */

/* .subpage-header.visual03 {
    background-image: url(/public/img/sub/sub-top03.jpg);
} */

/* .subpage-header.visual04 {
    background-image: url(/public/img/sub/sub-top04.jpg);
} */

/* .subpage-header.visual05 {
    background-image: url(/public/img/sub/sub-top05.jpg);
} */

.subpage-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.45;
}

.subpage-header .sub-title {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.subpage-header .sub-title h2 {
    margin: 5px 0 0;
    font-size: 52px;
    color: #fff;
    font-family: "sp_bold", sans-serif;
    letter-spacing: 0;
}

.breadcrumb {
    position: absolute;
    top: 20px;
    right: 0;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: "sp_light", sans-serif;
}

.breadcrumb > li {
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb > li.active {
    color: #fff;
}

.breadcrumb > li + li:before {
    content: "\f054";
    padding: 0 8px 0 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
}

/* Link */
.subpage .link {
    background: #000060;
}
.subpage .link ul {
    display: flex;
}
.subpage .link ul > li {
    flex: 1 1 0%;
    text-align: center;
}
.subpage .link ul > li > a {
    position: relative;
    padding: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.04em;
    line-height: 54px;
    text-decoration: none;
}
.subpage .link ul > li > a::after {
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 18px;
    position: absolute;
    background: #fff;
    transform: translateY(-50%);
    opacity: 0.25;
}
.subpage .link ul > li:last-child > a::after {
    content: none;
}
.subpage .link ul > li.active > a {
    color: #000060;
    font-weight: 600;
    background: #fff;
}
.subpage .link ul > li:not(.active) > a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

/* =================================== snb =================================== */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ccc;
}

.snb ul,
.snb li > a {
    display: flex;
}

.snb ul {
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 1;
}

.snb li > a {
    align-items: center;
    width: 100%;
    height: 55px;
    background: #222;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.snb li.active a {
    position: relative;
    background: #fff;
    font-weight: 700;
    color: #222;
}

/* =================================== subpage section, title =================================== */
.subpage-content section {
    padding: 90px 0 130px;
}

.subpage-content section > .row + .row {
    margin-top: 75px;
}

.subpage-content .col-sm-12:not(.wrap-title) + .col-sm-12 {
    margin-top: 40px;
}

.subpage-content .wrap-title {
    margin-bottom: 30px;
}

.subpage-content section > h3 {
    margin: 0 0 70px 0;
    font-size: 44px;
    color: #111;
    font-family: "sp_bold", sans-serif;
}

.subpage-content .item h4 {
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 500;
    color: #111;
}

.subpage-content .item h5 {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 24px;
    color: #333;
}

.subpage-content .item h6 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 20px;
}

.subpage-content p {
    font-size: 16px;
    line-height: 1.45;
    color: #444;
}

.subpage-content p + p {
    margin-top: 15px;
}

.subpage-content p + div {
    margin-top: 30px;
}

/* =================================== subpage content =================================== */
/* 01 */
.greet-wrap p.top {
    color: #144acc;
    font-size: 32px;
    line-height: 1.5;
    font-family: "sp_bold", sans-serif;
    letter-spacing: -0.01em;
}

.greet-wrap p.top::before {
    content: "";
    background: #72e5ff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -10px;
}

.greet-wrap p {
    font-size: 18px;
    line-height: 1.6;

    margin: 0;
}

.greet-wrap p + p {
    margin-top: 30px;
}

.greet-wrap .text {
    padding-right: 70px;
}

/* map */
/* map-kakao */
.root_daum_roughmap,
.root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 450px;
    padding: 0 !important;
}

.map-kakao .root_daum_roughmap .map_border {
    display: none !important;
}

/* map-google */
.map-google iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -5px;
}

.map-wrap .info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.map-wrap .info ul {
    flex-basis: 40%;
    margin-top: 5px;
}

.map-wrap .info li {
    font-size: 18px;
    color: #444;
    letter-spacing: 0;
}

.map-wrap .info li strong {
    display: inline-block;
    width: 95px;
    vertical-align: middle;
    margin-right: 13px;
    color: #144acc;
    padding: 0px 0 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}

.map-wrap .info li strong::before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    background: #72e5ff;
    border-radius: 50%;
}

.map-wrap .info li strong i {
    font-size: 26px;
    display: inline-block;
    margin-right: 11px;
    vertical-align: bottom;
}

.map-wrap .info li + li {
    margin-top: 14px;
}

.map-wrap h5 {
    font-size: 26px;
    margin: 0;
    padding: 6px 0 0 0;
    color: #222;
    flex-basis: 50%;
    line-height: 1.25;
    font-family: "sp_medium", sans-serif;
}

/* 사업실적 */
ul.list-result > li {
    display: flex;
}
ul.list-result > li + li {
    margin-top: 30px;
}
ul.list-result > li h5 {
    flex-basis: 22%;
    margin: 0;
    padding: 30px 20px 0;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid #3d3ddd;
}
ul.list-result > li p {
    flex-basis: 78%;
    margin: 0;
    padding: 30px 30px 0;
    border-top: 1px solid #ccc;
}

/* 02 */
#business01 section {
    padding-top: 110px;
}

#business01 .busi-wrap + .busi-wrap {
    margin-top: 85px;
}

.busi-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

.busi-wrap > div {
    padding: 0;
}

.busi-wrap .img-box {
    overflow: hidden;
}

.busi-wrap h4 {
    position: relative;
    color: #222;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: "sp_bold", sans-serif;
}

.busi-wrap li {
    font-size: 16px;
    color: #444;
}

.busi-wrap span.num {
    line-height: 1;
    color: #144acc;
    font-size: 85px;
    font-family: "sp_bold", sans-serif;
    position: absolute;
    left: 0;
    top: -13px;
}

.busi-wrap .left .text {
    padding-left: 135px;
    padding-top: 0;
    position: relative;
}

/* 03 */

/* 04 */

/* 05 */

/* table */
.sub-table-wrap {
    margin-top: 30px;
}

.sub-table-wrap:first-child {
    margin-top: 0;
}

.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    vertical-align: middle;
}

.sub-table-wrap .table-style thead th {
    border-bottom: 0;
}

.sub-table-wrap .table-style tbody th {
    background: #efefef;
}

/* =================================== board, bbs =================================== */
/* .bbs-area h4 {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    color: #222;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

.bbs-area h4.title {
    text-align: center;
} */

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.bbs-area .search_wrap > * + * {
    margin-left: 5px;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn + .btn {
    min-width: 200px;
}

.btn.btn-primary {
    background-color: #144acc;
    border: 1px solid #144acc;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #04319d;
    color: #fff;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper h1 {
    margin-top: 0;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}

.table_blog2 dd .inner {
    border: none;
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}

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

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
    color: #777 !important;
}

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

/* wrapper */
.board_wrapper {
    margin: 0 !important;
}

.board_wrapper i::after,
.board_wrapper i::before {
    font-family: "Font Awesome 5 Free";
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 7px 5px;
}

.board_wrapper .table.board_write_table .files + .sumChk {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.board_wrapper .table.board_write_table tbody tr th {
    font-size: 16px;
    font-family: "sp_medium", sans-serif;
    background: #f8f8f8;
}

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

.board_wrapper .table.board_write_table > tbody > tr > td,
.board_wrapper .table.board_write_table > tbody > tr > th,
.board_wrapper .table.board_write_table > tfoot > tr > td,
.board_wrapper .table.board_write_table > tfoot > tr > th,
.board_wrapper .table.board_write_table > thead > tr > td,
.board_wrapper .table.board_write_table > thead > tr > th {
    border-color: #e3e3e3;
}

.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: 0;
    margin-bottom: 0;
}

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

.board_box_blog2 .inner .bottom .title {
    font-size: 25px;
    letter-spacing: -0.02em;
}

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

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

.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.board_data_view .contents_wrap p {
    /* font-size: 17px; */
}

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

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

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox + span a {
    color: #144acc;
    text-decoration: underline;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

.main_popup {
    border: 0;
}

.main_popup_contents {
    padding: 0;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* recruit 220503*/
.recruit-wrap {
    margin: 0;
}
.recruit-wrap .left {
    padding: 30px 30px 0;
    border-top: 1px solid #3d3ddd;
}
.recruit-wrap .right {
    padding: 30px 30px 0;
    border-top: 1px solid #ccc;
}
.recruit-wrap h5 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.recruit-wrap .li-dot {
}
.recruit-wrap .li-dot > li {
    font-size: 19px;
    padding-left: 13px;
    position: relative;
    color: #666;
}
.recruit-wrap .li-dot > li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #a4d7ef;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

/* popup 221209 */
#main_popup_1 {
    margin-top: 30px;
}
#main_popup_1 .main_popup_contents {
    padding: 30px;
    text-align: center;
}
#main_popup_1 .main_popup_contents .en {
    font-weight: 600;
    color: #144acc;
    text-decoration: underline;
}
#main_popup_1 .main_popup_contents h4 {
    margin: 24px 0 15px;
    font-size: 24px;
    font-weight: 600;
}
#main_popup_1 .main_popup_contents a.btn {
    width: 160px;
    margin-top: 24px;
    padding: 12px 0;
    color: #fff;
    background: #144acc;
}
#main_popup_1 .main_popup_contents a.btn::after {
    content: "\f061";
    margin-left: 10px;
    font-family: "Line Awesome Free";
    font-weight: 900;
}
#main_popup_1 .main_popup_contents a.btn:hover {
    background: #04319d;
}

/* =================================== mobile =================================== */
/* mainpage */
@media (max-width: 1024px) {
    .carousel-caption {
        left: 10%;
        right: 10%;
        top: 50%;
    }
}
@media (max-width: 767px) {
    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 400px;
        background-position: 61%;
    }

    #mainCarousel .carousel-inner .item::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.35;
    }

    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
    }

    .carousel-caption h1 {
        font-size: 2.7vw;
    }
    .carousel-caption h1 b {
        font-size: 3.3vw;
    }
    .carousel-caption p {
        font-size: 5.5vw;
    }

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

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

    .mainpage section {
        padding: 50px 0 60px;
        /* background: #eee; */
    }

    .mainpage h2 {
        font-size: 32px;
    }

    .main-busi-wrap {
        margin: 0;
    }

    .main-busi-wrap > div {
        padding: 0 20px;
    }

    .main-busi-wrap > div + div {
        margin-top: 40px;
    }

    .main-busi-wrap p {
        font-size: 22px;
    }
    .main-busi-wrap .item img {
        width: 100%;
    }

    .main-busi-wrap a p::before {
        width: 100%;
        opacity: 0.25;
    }
}
@media (max-width: 767px) {
    .snb {
        margin-top: 15px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        margin: 0;
        flex: auto;
        width: 100%;
    }

    .snb li + li {
        margin-top: 5px;
    }

    .snb li > a {
        background: #eee;
        font-size: 16px;
        height: 50px;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .subpage .link {
        margin-top: 15px;
        background: transparent;
    }
    .subpage .link ul {
        flex-wrap: wrap;
    }
    .subpage .link ul > li {
        flex-basis: 100%;
    }
    .subpage .link ul > li + li {
        margin-top: 5px;
    }
    .subpage .link ul > li > a {
        font-size: 15px;
        color: #333;
        line-height: 38px;
        border: 1px solid #ddd;
    }
    .subpage .link ul > li > a::after {
        display: none;
    }
    .subpage .link ul > li.active > a {
        font-weight: 500;
        color: #fff;
        background: #000060;
        border-color: #000060;
    }

    .subpage-header {
        height: 200px;
    }

    .subpage-header .sub-title {
        justify-content: center;
    }

    .subpage-header .sub-title h2 {
        margin-top: 20px !important;
        text-align: center;
        font-size: 40px;
    }

    .subpage-content section {
        padding: 60px 0 !important;
    }

    .subpage-content section > h3 {
        font-size: 30px;
        margin-bottom: 35px;
        /* text-align: center; */
    }

    .greet-wrap .text {
        /* text-align: center; */
        padding: 0;
    }

    .greet-wrap p {
        font-size: 16px;
        text-align: left !important;
    }

    .greet-wrap p + p {
        margin-top: 20px;
    }

    .greet-wrap p.top {
        display: inline-block;
        font-size: 4.5vw;
    }

    /* .greet-wrap p.top::before{
        left: 15px;
    } */

    .greet-wrap .right {
        margin-top: 60px;
    }

    .greet-wrap .right img {
        margin: 0 auto;
    }

    .map-wrap .info {
        flex-wrap: wrap;
    }

    .map-wrap .info > * {
        width: 100%;
        flex-basis: inherit !important;
    }

    .map-wrap .info > ul {
        margin-top: 30px;
    }

    ul.list-result > li {
        display: block;
    }
    ul.list-result > li + li {
        margin-top: 20px;
    }
    ul.list-result > li h5 {
        padding: 20px;
    }
    ul.list-result > li p {
        padding: 20px;
    }

    .busi-wrap {
        flex-direction: column-reverse;
    }

    .busi-wrap span.num {
        font-size: 60px;
        top: -3px;
    }

    .busi-wrap .left .text {
        padding-left: 100px;
        margin-left: 20px;
    }

    .busi-wrap .left {
        width: 100%;
        margin-top: 30px;
    }

    .busi-wrap h4 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .map-wrap h5 {
        font-size: 22px;
    }

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

    .map-wrap .info li strong i {
        font-size: 20px;
    }

    .root_daum_roughmap,
    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }
}

/* bbs, etc */
@media (max-width: 767px) {
    .member_wrapper {
        padding: 70px 15px;
    }

    .privacy_body {
        padding: 0 30px;
    }

    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .search_wrap > * + * {
        margin-left: 0;
    }

    .board_wrapper div.text-center {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .board_wrapper .text-center .btn.btn-lg {
        padding: 0;
        height: 50px;
    }

    .board_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn + .btn {
        flex: 1;
        min-width: inherit;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .table.table_responsive tbody tr th {
        padding: 15px !important;
    }

    .main_popup_contents {
        padding: 10px;
    }
}

/* bbs-reset */
.board_data_view .contents_wrap p {
    font-size: inherit;
}

.board_data_view .contents_wrap li,
.board_data_view .contents_wrap dl {
    margin: inherit;
    padding: inherit;
    list-style-position: inside !important;
}

.board_data_view .contents_wrap ul li {
    list-style-type: disc !important;
}

.board_data_view .contents_wrap ol li {
    list-style-type: decimal !important;
}

@media (max-width: 500px) {
    .carousel-caption h1 {
        font-size: 3.5vw;
    }
    .carousel-caption h1 b {
        font-size: 4vw;
    }
    .carousel-caption p {
        font-size: 6.5vw;
    }
    .greet-wrap p.top {
        font-size: 6.5vw;
    }
}
/* subpage */
