@charset "utf-8";

@font-face {
    font-family: "Godo";
    font-style: normal;
    font-weight: 400;
    src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2") format("woff2"), url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff") format("woff");
}
@font-face {
    font-family: "Godo";
    font-style: normal;
    font-weight: 700;
    src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2") format("woff2"), url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff") format("woff");
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");
@font-face {
    font-family: "ChosunGs";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0041-005A, U+0061-007A;
}
@font-face {
    font-family: "BookkMyungjo-Bd";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

:root {
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}
/* material-symbols */
span.material-symbols-outlined {
    font-family: var(--gms) !important;
    overflow: hidden;
    display: inline-flex;
    line-height: 1;
    font-variation-settings: var(--gms-300-out), var(--gms-grad-zero);
    user-select: none;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 88px;
}
#site > .container {
    width: 100%;
    padding: 0;
}
/* [ FOUC START 2405 ] */
#site > *:not(#force__wrapper) {
    visibility: hidden;
}
#site.loaded > *:not(#force__wrapper) {
    visibility: visible;
}
/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Roboto", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
#mainPopup .main_popup {
    max-width: 660px;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
#mainPopup ol,
#mainPopup ol li,
.bbs-area ol,
.bbs-area ol li {
    list-style: auto;
}
#mainPopup ul,
#mainPopup ul li,
.bbs-area ul,
.bbs-area ul li {
    list-style: disc;
}

.nav-top {
    position: absolute;
    right: 50px;
    top: 25px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
    /* desktop */
}
@media (width >= 768px) {
    /* mobile */
    .nav-top {
        align-self: center;
        padding: 0;
    }
}
@media (width <= 767.98px) {
    .nav-top {
        position: absolute;
        top: 18px;
        right: 70px;
        z-index: 100;
        padding-top: 0;
    }
}
.li-login {
    display: flex;
    align-items: center;
}
.li-login li {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
}
.li-login li + li {
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px solid #ccc;
}
@media (width <= 767.98px) {
    .li-login {
        display: none !important;
    }
}
.li-lang {
    display: flex;
    align-items: center;
    margin-right: -5px;
    border-radius: 3px;
}
.li-lang .dropdown-toggle {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 5px 3px 5px 8px;
    border: 1px solid #ddd;
    border-radius: 500px;
    height: 32px;
    color: #222;
}
.li-lang .dropdown-toggle::before {
    all: unset;
    content: "\e894";
    font-family: var(--gms);
    line-height: 1;
    margin-right: 5px;
    font-size: 16px;
}
.li-lang .dropdown-toggle::after {
    all: unset;
    content: "\e5cf" !important;
    font-family: var(--gms);
    line-height: 1;
    margin-left: 3px;
    font-size: 20px;
}
.li-lang.open .li-lang .dropdown-toggle::after {
    content: "\e5ce" !important;
}
.li-lang .dropdown-toggle p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(12px, 1vw, 13px);
    font-weight: 500;
    margin-bottom: 0;
}
.li-lang.open .dropdown-menu {
    display: flex;
    flex-direction: column;
    min-width: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 17px;
    margin-top: 5px !important;
    opacity: 1;
    background-color: #fff;
    gap: 0;
}
.li-lang .lang-change-btn {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}
.li-lang .lang-change-btn.active + .lang-change-btn {
    border-top: 0;
}
.li-lang .lang-change-btn + .lang-change-btn {
    border-top: 1px solid #ccc;
}
.li-lang button[disabled] {
    display: none;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}
@media (min-width: 768px) {
    .col-sm-20,
    .col-md-20,
    .col-lg-20 {
        width: 20%;
        padding: 0 0px;
    }
    .col-sm-40,
    .col-md-40,
    .col-lg-40 {
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.11);
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 14px;
}
/* .navbar-header .navbar-brand::after{
    content: 'ISMR Co., Ltd.';
    font-family: 'Godo', sans-serif;
    color: #ec6500;
    vertical-align: middle;
    display: inline-block;
    font-size: 24px;
    margin-left: 10px;
    line-height: 1;
    margin-top: 3px;
    font-weight: 500;
} */
.navbar-header .navbar-brand img {
    margin-top: 2px;
    display: inline-block;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 34px 23px;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.023em;
}
[lang="en"] .nav.navbar-nav > li > a {
    font-size: 15px;
    padding-inline: 15px;
}
.nav.navbar-nav > li > a:after {
    content: "";
    display: block;
    width: 0px;
    height: 3px;
    background: #ec6500;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: #ec6500;
    background: none;
}
.nav.navbar-nav > li:hover > a:after {
    width: 50px;
}
.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.77);
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 12px 13px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.nav.navbar-nav li .dropdown-menu li:last-chlid {
    border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li:hover a {
    color: #fff;
    background: #ec6100;
}

@media (max-width: 767px) {
    #site {
        padding-top: 64px;
    }
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        margin: 23px 15px 23px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ec6507;
        width: 29px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
    }
    .navbar-inverse .navbar-brand:focus,
    .navbar-inverse .navbar-brand:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-left: 10px !important;
        height: auto;
        margin-top: 13px;
        width: 120px;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 20px 23px;
        font-size: 17px;
        color: #000;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {
        padding-top: 153px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        height: auto;
        width: 183px;
        float: none;
        margin: 14px auto 0 !important;
    }
    .navbar-nav.navbar-right {
        float: none !important;
        display: flex;
        margin-right: 0;
    }
    .nav.navbar-nav > li > a {
        padding: 34px 13px;
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {
    }
    .navbar-header .navbar-brand {
        width: 180px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 34px 14px;
        font-size: 15px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: 670px;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    text-align: left;
    right: auto;
    text-shadow: none;
    top: 24%;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: 1;
    letter-spacing: 0.023em;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 span[lang="en"] {
    font-family: "ChosunGs", serif;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 span[lang="ko"] {
    font-family: "ChosunGs", "BookkMyungjo-Bd";
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
#mainCarousel .carousel-inner .item .carousel-caption p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4;
}
#mainCarousel .carousel-control {
    display: none;
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border: 0;
    opacity: 0.6;
    background: #fff;
    margin: 0 5px;
}
#mainCarousel .carousel-indicators li.active {
    opacity: 1;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 380px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        text-align: left;
        left: 5px;
        right: 5px;
        text-shadow: none;
        top: 20%;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 3.6vw;
        font-weight: 600;
        margin: 0 0 30px;
        line-height: 1.2;
        font-family: "ChosunGs", serif;
        letter-spacing: 0.023em;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item {
        height: 450px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        top: 30%;
        left: 15px;
        right: 0;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 27px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item {
        height: 590px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        text-align: left;
        right: auto;
        text-shadow: none;
        top: 24%;
        left: 5%;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 33px;
        line-height: 1.2;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section {
    padding: 100px 0;
}
#main_wrapper > section.main-mid .row {
    margin: 0;
}
#main_wrapper > section.main-mid .row > .col-xs-6 {
    padding: 0;
}
.m_mid {
    display: block;
    position: relative;
}
.m_mid img {
    width: 100%;
}
.m_mid .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.55;
    transition: all 0.3s ease;
    background: #000;
}
.col-xs-12.col-sm-20:nth-child(1) .m_mid .wrapper {
    background: #bb5000;
}
.col-xs-12.col-sm-20:nth-child(3) .m_mid .wrapper {
    background: #bb5000;
}
.col-xs-12.col-sm-20:nth-child(5) .m_mid .wrapper {
    background: #bb5000;
}
.m_mid:hover .wrapper {
    opacity: 0.2;
}
.m_mid .caption {
    display: block;
    position: absolute;
    left: 17px;
    top: 27px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.34;
    right: 17px;
}

#main_wrapper > section.main-bottom {
    background: #f5f5f5;
    padding: 50px 0 55px;
}
.m_loca {
}
.col-xs-12.col-sm-6.left {
    width: 64%;
}

.col-xs-12.col-sm-6.right {
    width: 36%;
}
.m_loca h4 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #ec6507;
}
.m_loca h4:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin: 20px 0;
    display: none;
}
.m_loca .li_mloca {
    padding: 13px 23px;
    background: #fff;
    border-radius: 5px;
}
.m_loca .li_mloca li {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    padding: 6px 0;
}
/* .m_loca .li_mloca li:nth-child(1) {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 500;
    padding-left: 21px;
    position: relative;
} */
/* .m_loca .li_mloca li:nth-child(1)::before {
    content: '\f3c5';
    display: block;
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    font-weight: 600;
    color: #333;
    top: -1px;
} */
.m_loca .li_mloca li span {
    font-weight: 500;
    display: inline-block;
    width: 66px;
    color: #ec6300;
}
.m_loca .link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: block;
    border-radius: 2px;
    text-align: right;
    margin-left: 550px;
    position: absolute;
    margin-top: 0;
    border: 1px solid #ddd;
    padding: 5px 22px;
    display: none;
}
.m_loca .link:hover {
    /* background-color: #ec6500; */
    /* color: #fff; */
    /* border-color: #ec6500; */
    /* text-decoration: none; */
}

.m_notice {
}
.m_notice .board_box_list {
    padding: 0;
    margin-bottom: 0 !important;
}
.m_notice .page-header {
    padding: 0;
    margin: 0;
    border: 0;
}
.m_notice .page-header h4 {
    margin: 0;
    font-size: 25px;
    border-bottom: 1px solid #999;
    height: 38px;
    margin-bottom: 11px;
}

.m_notice .page-header h4:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    /* background: #000; */
    margin: 20px 0;
}
.m_notice .page-header a {
}
#main_wrapper .fa-plus:before {
    content: "\f067";
    position: absolute;
    top: 6px;
    right: 0px;
}
.m_notice ul {
    margin: 0;
    margin-top: 14px;
}
.m_notice ul li {
    font-size: 17px;
    font-weight: 400;
    color: #444;
    padding: 3px 0 2px;
}
.m_notice ul li .info {
    font-size: 15px;
}
.m_notice ul li .info .writer,
.m_notice ul li .info .hits {
    display: none;
}
.m_notice ul li a {
    display: block;
}
.m_notice ul li a:hover {
    color: #ec6500;
}
@media (max-width: 767px) {
    .m_mid {
        display: block;
        position: relative;
        height: 300px;
        overflow: hidden;
    }
    .m_mid img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .col-xs-12.col-sm-6.left {
        width: 100%;
    }
    .col-xs-12.col-sm-6.right {
        padding-top: 60px;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .m_mid .caption {
        display: block;
        position: absolute;
        left: 10px;
        top: 27px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.34;
        right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .m_mid .caption {
        display: block;
        position: absolute;
        left: 17px;
        top: 27px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.34;
        right: 17px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 250px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 0;
    position: absolute;
    /* left: 50%; */
    top: 36%;
    /* transform: translate(-50%, -50%); */
}

.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    bottom: 87px;
    left: 15px;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active {
    color: #fff;
    opacity: 0.8;
}

.subMenu {
    background: #f5f5f5;
}
.subMenu .nav {
    display: flex;
}
.subMenu .nav > li {
    flex: 1;
    margin: 0;
}
/* [id^="about"] .subMenu .nav > li {
    width: 50%;
}
[id^="business"] .subMenu .nav > li {
    width: 20%;
}
[id^="news"] .subMenu .nav > li {
    width: 50%;
} */
[id^="business"] .subMenu .nav > li > a {
    height: 67px;
}
.subMenu .nav > li > a {
    border-radius: 0;
    color: #ababab;
    background: none;
    font-size: 16px;
    padding: 12px 15px;
    text-align: center;
    height: 60px;
    position: relative;
    z-index: 0;
    font-weight: 500;
}
.subMenu .nav > li > a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 19px;
    background: #ddd;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.subMenu .nav > li:nth-child(1) > a::before {
    content: none;
}
.subMenu .nav > li > a > span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    line-height: 1.4;
}
.subMenu .nav > li.active > a {
    background: #ec6100;
    color: #fff;
    z-index: 1;
}

.subContent {
}
.subContent_title {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    margin: 90px 0 85px;
    position: relative;
}
.subContent .content {
    padding-bottom: 120px;
}
#business01 .subContent .content {
    padding-bottom: 90px;
}
.subContent .content h4 {
}
.subContent .content h4::before {
    content: "";
}

#about01 .greeting {
    width: 980px;
    /*     margin: -180px auto 0; */
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 80px 80px 50px;
}
#about01 .greeting p {
    font-size: 18px;
    /* text-align: center; */
    font-weight: 300;
    color: #000;
    margin: 0 0 32px;
    line-height: 1.6;
}
#about01 .greeting p.ceo {
    font-size: 18px;
    font-weight: 600;
    /* color: #ec6300; */
    margin: 60px 0 0;
}
#about01 .greeting p.ceo b {
    font-size: 19px;
    display: block;
    color: #000;
}

#about02 .con1 .intro {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    color: #ec6100;
}
#about02 .con1 .value {
    padding-top: 45px;
    border-top: 1px solid #ddd;
}
#about02 .con1 .value p {
    font-size: 17px;
    margin-bottom: 25px;
}
#about02 .con1 .value .value_box {
    margin-bottom: 45px;
}
#about02 .con1 .value .value_box:after {
    content: "";
    display: table;
    clear: both;
}
#about02 .con1 .value .value_box .tit {
    float: left;
    margin-bottom: 0;
    width: 190px;
    margin-right: 80px;
    font-size: 21px;
    font-weight: 600;
    line-height: 56px;
    position: relative;
}
#about02 .con1 .value .value_box .tit:before {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background: #aaa;
    position: absolute;
    top: 28px;
    right: -80px;
}
#about02 .con1 .value .value_box .tit:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #ec6500;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: -85px;
}
#about02 .con1 .value .value_box .des {
    float: left;
    margin-bottom: 0;
    width: calc(100% - 270px);
    padding: 15px 15px 15px 45px;
    border: 1px solid #ffc08f;
    border-radius: 15px;
}

#about03 .location_logo {
    margin: 50px 0 15px;
    /* padding: 0 0 15px; */
    /* border-bottom: 1px solid #ddd; */
    display: inline-block;
    float: left;
    padding-right: 100px;
}
#about03 .location_logo img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 63px;
}
#about03 .location_logo .logo_txt {
    font-family: "Godo", sans-serif;
    color: #ec6100;
    vertical-align: middle;
    font-size: 20px;
    display: inline-block;
}

.li_location {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    position: relative;
}
.li_location::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 276px;
    background: #ddd;
    left: 325px;
    top: 10px;
}
.li_location > li {
    font-size: 18px;
    padding: 7px 0;
    color: #000;
    line-height: 1.3;
    display: inline-block;
    margin: 0 15px;
}
.li_location > li a {
    color: #000;
    text-decoration: underline;
}
.li_location > li a:hover {
    color: #eb5a00;
}
.li_location > li:nth-child(1) {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #555;
    line-height: 1.45;
}
.li_location > li:nth-child(2) {
    margin-left: 0;
}
.li_location > li > span {
    color: #ed6f11;
    display: inline-block;
    width: 57px;
    font-weight: 600;
}

.dl_traffic {
    padding: 20px 28px;
    margin: 30px 0 0 357px;
    background: #fbf7f4;
    border-radius: 5px;
}
.dl_traffic dt {
    color: #f06f11;
    font-size: 17px;
    margin-bottom: 10px;
}
.dl_traffic dd {
    padding-left: 13px;
    font-size: 15px;
    margin-top: 6px;
    position: relative;
}
.dl_traffic dd:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 0;
}

[id^="business"] p {
    font-size: 18px;
    color: #111;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.6;
}
[id^="business"] .col-sm-6 p {
    padding-left: 50px;
}
#business01 .col-sm-6 p {
    padding-left: 0;
}
#business05 .inner p {
    font-weight: 400;
    font-size: 17px;
}
.img-wrap p {
    width: 524px;
    display: inline-block;
    padding-left: 60px;
}
[id^="business"] .intro {
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 15px;
    text-align: center;
    line-height: 1.6;
    padding: 0 60px;
}
#business01 .intro {
    margin-bottom: 60px;
}
[id^="business"] .intro + .img-wrap {
    margin-top: 65px;
    margin-bottom: 60px;
}
[id^="business"] img {
    margin-bottom: 38px;
}
#business04 img {
    margin-bottom: 38px;
}
/* #business04 .col-sm-6:nth-child(1) {width: 50%;}
#business04 .col-sm-6:nth-child(2) {width: 50%;margin-top: 56px;position: relative;} */
#business02 .col-sm-6:nth-child(2) p {
    margin-top: 56px;
    position: relative;
}
/* #business04 .col-sm-6:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #b9b9b9;
    left: 64px;
    top: -22px;
}
#business02 .col-sm-6:nth-child(2) p::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #b9b9b9;
    left: 48px;
    top: -22px;
} */
#business02 .inner .row {
    border-radius: 5px;
    /* display: inline-block; */
    /* float: right; */
    /* width: 50%; */
}
#business02 .inner .row img {
    margin-bottom: 10px !important;
}
#business02 .inner .row .col-sm-6 {
    /* display: contents; */
    /* padding: 0 4px; */
}
#business02 .intro,
#business04 .intro {
    margin-bottom: 50px;
}
[id^="business"] .caption {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    color: #f37020;
}
#business05 .inner .col-sm-6:nth-child(2) {
    margin-top: 120px;
    position: relative;
}
#business05 .inner:nth-child(2) .col-sm-6:nth-child(2) {
    margin-top: 56px;
}
#business05 .inner:nth-child(5) .col-sm-6:nth-child(2) {
    margin-top: 32px;
}
#business05 .inner:nth-child(5) .col-sm-6:nth-child(2) p a {
    color: #eb6407;
}
#business05 .inner:nth-child(5) .col-sm-6:nth-child(2) .internatioal-logo {
    margin-top: 30px;
    margin-left: 34px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    justify-content: center;
}
#business05 .inner:nth-child(5) .col-sm-6:nth-child(2) .internatioal-logo img {
    margin: 0;
}
#business05 .inner:nth-child(5) .col-sm-6:nth-child(2) .internatioal-logo > .col-xs-6:nth-child(1) {
    padding-right: 30px;
}
#business05 .inner:nth-child(5) .col-sm-6:nth-child(2) .internatioal-logo > .col-xs-6:nth-child(2) {
    padding-left: 30px;
}
#business05 .inner .col-sm-6:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #b9b9b9;
    left: 64px;
    top: -22px;
}

.li_dot {
    margin: 0 0 40px;
    padding: 0;
    background: #f5f5f5;
    padding: 23px 28px;
}
.li_dot > li {
    position: relative;
    font-size: 16px;
    color: #343434;
    padding-left: 16px;
    margin: 7px 0;
    line-height: 1.55;
}
.li_dot > li span {
    font-weight: 500;
}
.li_dot > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ec6500;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
#business02 .li_dot {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #ec6500;
    /* width: 49%; */
    /* display: inline-block; */
}
#business02 .li_dot > li::before {
    width: 7px;
    height: 7px;
    top: 9px;
}
#business05 .li_dot {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #ec6500;
}
[id^="business"] .inner {
    /* padding-top: 60px; */
    margin-top: 100px;
    /* border-top: 1px dashed #ddd; */
}
[id^="business"] .inner h5 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1;
    /*     padding-left: 11px; */
    color: #ec6500;
    position: relative;
}
/* [id^="business"] .inner h5::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 21px;
    background: #ec6500;
    left: 0;
    top: 2px;
} */
.dl_biz {
    border: 1px solid #ddd;
    padding: 30px 32px;
    min-height: 319px;
    border-top: 1px solid #ec6500;
    margin-bottom: 0;
}
.dl_biz dt {
    color: #222;
    font-size: 18px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 0;
}
.dl_biz dd {
    position: relative;
    font-size: 15px;
    padding-left: 14px;
    margin-top: 5px;
}
.dl_biz dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #ec6500;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}
#business04 .inner .row {
    padding: 0 8px;
}
#business04 .inner .row .col-sm-4 {
    padding: 0 6px;
}

#technology .inner h5 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1;
    /*     padding-left: 11px; */
    color: #ec6500;
    position: relative;
}
/* #technology .inner h5::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 21px;
    background: #ec6500;
    left: 0;
    top: 2px;
} */
#technology p {
    font-size: 18px;
    color: #111;
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.6;
}
#technology p.source {
    padding-left: 0;
    font-size: 14px;
    font-style: italic;
}
#technology .intro {
    margin: 10px 0 15px;
}
#technology .intro p {
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 25px;
    text-align: center;
    line-height: 1.6;
    padding: 0 60px;
}
#technology p.caption {
    text-align: center;
    font-weight: 600;
    padding: 3px 0;
    margin: 0;
    width: auto;
    display: block;
}
#technology .img-wrap {
    margin-bottom: 50px;
}
#technology .inner:nth-child(3) .img-wrap {
    width: 560px;
    margin: 0 auto 50px;
}
#technology .list-wrap {
    margin: 50px 0 60px;
}
#technology .li_dot > li {
    font-size: 15px;
}
/* #technology .li_dot > li::before {
    height: 1px;
    background: #333;
} */
#technology .caption {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 0;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    color: #f37020;
}
#technology .col-sm-6 img {
    max-height: 417px;
}
.board_wrapper {
    margin: 0 0 80px;
    /* margin: 0 0 120px; */
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 16px;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    color: #939393;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
}
.board_wrapper .text-center {
    margin-top: 40px;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 120px;
    /* margin-top: -60px; */
}
.search_wrap .btn {
    padding-left: 20px;
    padding-right: 20px;
}
.btn.btn-primary {
    background-color: #ec6500;
    border: 1px solid #ec6500;
    color: #fff;
}
.btn.btn-primary:hover {
    background: #ec6500;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #d74234;
    color: #d74234;
}
.checkbox a {
    color: #d5620c;
    text-decoration: underline;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #d74234;
    color: #fff;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: #ec6500;
}
.pagination_wrap li.active :where(a, a:hover, a:focus) {
    color: #ec6100;
}
.pagination_wrap li.box:where(:hover, :focus) a {
    border-color: #ec6100;
    color: #ec6100;
}
.reply_wrap {
    display: none;
}
@media (max-width: 767px) {
    .subHeader {
        height: 140px;
    }
    .subHeader .container h2 {
        font-size: 29px;
    }
    .subHeader .container .breadcrumb > li > a,
    .subHeader .container .breadcrumb > li.active {
        color: #fff;
        opacity: 0.8;
        font-size: 11px;
    }
    .subMenu {
        display: none;
    }
    .subContent_title {
        font-size: 29px;
        margin: 40px 0 45px;
    }
    .img-wrap p {
        width: auto;
    }
    #about01 .greeting {
        width: auto;
        /* margin: -180px auto 0; */
        margin: 0 auto;
        background: #fff;
        position: relative;
        padding: 30px 15px 50px;
    }
    #about02 .con1 .intro {
        font-size: 3.2vw;
    }
    #about02 .con1 .value .value_box .tit,
    #about02 .con1 .value .value_box .des {
        width: 100%;
    }
    #about02 .con1 .value .value_box .tit {
    }
    #about02 .con1 .value .value_box .tit::before {
        display: none;
    }
    #about02 .con1 .value .value_box .tit::after {
        display: none;
    }
    #about02 .con1 .value .value_box .des {
        padding: 15px 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    [id^="business"] .intro,
    #technology .intro p {
        margin-bottom: 60px;
        padding: 0;
        font-size: 18px;
    }
    .dl_biz {
        border: 1px solid #ddd;
        padding: 24px 20px;
        min-height: 319px;
        border-top: 1px solid #ec6500;
        margin-bottom: 30px;
    }
    #business05 .inner .col-sm-6:nth-child(2)::before {
        left: 15px;
    }
    [id^="business"] .col-sm-6 p {
        padding-left: 0;
    }
    #business05 .inner .col-sm-6:nth-child(2) {
        margin-top: 0;
        position: relative;
    }
    #technology .inner:nth-child(3) .img-wrap {
        width: auto;
        margin: 0 auto 50px;
    }
    #technology .inner:nth-child(3) .img-wrap img {
        width: 100%;
    }
    #technology p.source {
        padding-left: 0;
        font-size: 14px;
        font-style: italic;
        width: 100%;
    }
    #about03 .location_logo {
        display: block;
        float: none;
        padding-right: 0;
    }
    #about03 .location_logo .logo_txt {
        font-family: "Godo", sans-serif;
        color: #ec6100;
        vertical-align: middle;
        font-size: 16px;
        display: inline-block;
    }
    .li_location > li:nth-child(1) {
        display: block;
        margin: 0;
        font-size: 14px;
        color: #555;
        line-height: 1.45;
    }

    .li_location > li {
        font-size: 14px;
        padding: 7px 0;
        color: #000;
        line-height: 1.3;
        display: block;
        margin: 0;
    }
    .li_location::before {
        content: "";
        display: none;
    }
    .dl_traffic {
        margin: 30px 0 0 0px;
    }
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits,
    .table.table_default tr .writer {
        display: none;
    }
    .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%;
    }
    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .subMenu {
        display: none;
    }
    #about01 .greeting {
        width: auto;
        padding: 80px 0px 50px;
    }
    #about02 .con1 .intro {
        font-size: 25px;
    }
    [id^="business"] .intro {
        font-size: 21px;
        font-weight: 300;
        margin: 10px 0 15px;
        text-align: center;
        line-height: 1.6;
        padding: 0 60px;
    }
    .dl_biz {
        border: 1px solid #ddd;
        padding: 14px 15px;
        min-height: 330px;
        border-top: 1px solid #ec6500;
        margin-bottom: 0;
    }
    .dl_biz dt {
        color: #222;
        font-size: 14px;
        margin-bottom: 13px;
        position: relative;
        padding-left: 0;
        letter-spacing: -0.073em;
    }
    .dl_biz dd {
        position: relative;
        font-size: 12px;
        padding-left: 14px;
        margin-top: 5px;
    }
    .dl_biz dd::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #ec6500;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        left: 0;
    }
    #technology .intro p {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 25px;
        text-align: center;
        line-height: 1.6;
        padding: 0 60px;
    }
    #about03 .location_logo {
        margin: 50px 0 15px;
        /* padding: 0 0 15px; */
        /* border-bottom: 1px solid #ddd; */
        display: inline-block;
        float: none;
        padding-right: 100px;
    }
    .li_location {
        padding: 0;
        margin: 0;
        margin-top: 0;
        position: relative;
    }
    .li_location::before {
        display: none;
    }
    .dl_traffic {
        padding: 20px 28px;
        margin: 30px 0 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dl_biz {
        border: 1px solid #ddd;
        padding: 10px 13px;
        min-height: 319px;
        border-top: 1px solid #ec6500;
        margin-bottom: 0;
    }
    .dl_biz dt {
        color: #222;
        font-size: 16px;
        margin-bottom: 13px;
        position: relative;
        padding-left: 0;
    }
    .dl_biz dd {
        position: relative;
        font-size: 14px;
        padding-left: 14px;
        margin-top: 5px;
    }
    .li_location > li {
        font-size: 14px;
    }
    .li_location > li:nth-child(1) {
        display: block;
        margin: 0;
        font-size: 16px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 45px 0;
    background: #333;
    color: #d5d5d5;
}
footer .footer-logo {
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
}
footer .footer-text {
    font-size: 15px;
}
footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
footer .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    font-size: 15px;
    color: #cbcbcb;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 13px;
    margin-top: 7px;
    color: #8f8f8f;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 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;
}

.member_wrapper {
    max-width: 1170px;
}

/* 24-07-23 */
.prof-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    /* max-width: 1200px; */
    margin-inline: auto;
}
.prof-wrap .profile {
    position: relative;
    /* position: sticky; */
    /* top: calc(var(--navbar-height) + 30px); */
    flex: 0 0 auto;
    max-width: clamp(200px, 40vw, 400px);
    width: 100%;
    /* height: 400px; */
}
.prof-wrap .profile .img-box {
    aspect-ratio: 4/5;
    /* margin-right: 150px; */
    border-radius: 20px;
    overflow: hidden;
}

.prof-wrap .name {
    /* margin-block: clamp(20px, 3vw, 30px) clamp(40px, 3vw, 70px); */
}
.prof-wrap .name span {
    font-size: 20px;
    font-weight: 500;
    color: #ec6500;
}
.prof-wrap .name h4 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #222;
}
.prof-wrap .name .exp {
    margin-top: 30px;
}
.prof-wrap .name p {
    margin-top: clamp(20px, 5vw, 30px);
    font-size: clamp(16px, 3vw, 18px);
    line-height: 1.8;
    letter-spacing: -0.02em;
    font-weight: 500;
}
.prof-wrap .detail h5 {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: clamp(30px, 10vw, 40px);
}
.prof-wrap .detail h6 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.prof-wrap .detail * + h6 {
    margin-top: 30px;
}
.prof-wrap .detail :is(p, li) {
    font-size: clamp(15px, 2vw, 15px);
    font-weight: 400;
}
.prof-wrap .detail ol {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}
.prof-wrap .detail ol > li {
    position: relative;
    padding-left: 0.7em;
    line-height: 1.6;
}
.prof-wrap .detail ol > li:has(b) {
    display: flex;
    gap: 30px;
}
.prof-wrap .detail ol > li b {
    /* min-width: 60px; */
    /* flex-shrink: 0; */
    /* font-weight: 500; */
    /* padding-right: 20px; */
}
.prof-wrap .detail ol > li b.month {
    min-width: 75px;
}
.prof-wrap .detail ol:has(.range) > li b {
    min-width: 120px;
}
.prof-wrap .detail ol > li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 0.3em;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ec6500;
}
.prof-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.prof-wrap + .prof-wrap {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #ccc;
}
.prof-wrap .info ul {
    padding-inline: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.prof-wrap .info li.email {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.025em;
}
.prof-wrap .info li.email::before {
    color: #ec6500;
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 17px;
}
.prof-wrap .info li.contact a {
    background-color: #ec6500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding-inline: 20px;
    color: #fff;
    border-radius: 9999px;
    text-decoration: none !important;
    white-space: nowrap;
}
.prof-wrap .info li.contact a::before {
    content: "문의하기";
}
[lang="en"] .prof-wrap .info li.contact a::before {
    content: "Contact Us";
}
.prof-wrap .info li.contact a:hover {
    background-color: #c95e0c;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .prof-wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .prof-wrap .detail ol > li:has(b) {
        flex-direction: column;
        gap: 3px;
    }
}

/* [max-small / portrait phones] 모바일, 576px 미만 ▼  */
@media (width <= 575.98px) {
    .prof-wrap .profile {
        width: 100%;
        max-width: unset;
    }
}

:is(.site body, thead td) div {
    object-fit: cover !important;
}

#site .bbs-area #form_contact01 #item_1 td {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 7px 15px;
}
.bbs-area #form_contact01 #item_1 td label {
    margin: 0 !important;
}
/* .bbs-area .contents_inner [lang] {
    display: block !important;
} */
