/* css variable */
:root {
    --kr-font: 'SUIT', sans-serif;
    --font-black: #1b1b1b;
    --main-color: #13264F;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--kr-font);
}
legend {
    visibility: hidden;
}


/**** Default CSS ****/
#bo_v {
    width: 1200px;
}
#bo_v_title .bo_v_tit {
    font-size: 1em;
}
.top-line {
    display: none;
}
.fixed-top {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.fixed-top .container {
    padding: 0;
    margin: 0;
}
.navbar-brand {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.para-text {
    position: unset;
    transform: none;
    padding: 0;
}
.lat_list_one {
    background: transparent;
    border: none;
    margin: 0;
}
.parallax-window {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* height: 426px; */
    min-height: auto;
    background: none;
    padding: 40px 0;
}
.parallax-window > .container {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.parallax-window > .container > .row {
    width: 100%;
}
.parallax-window .row{
    margin: 0;
}
.parallax-window .board-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
}
.parallax-window .board-wrap .col-line-1px {
    position: absolute;
    top: 58px;
    width: 1px;
    height: 63%;
    background: #fff;
}
.parallax-window .board-box {
    /* border: 1px solid red; */
    padding: 0 20px;
    width: 50%;
}

.main-client-container {
    width: 100%;
    position: relative;
    padding-top: 80px;
}
.main-client-container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .1;
    top: 0;
}
.main-client-container .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}
.main-client-container .container .main_one_title {
    width: auto;
    position: absolute !important;
    left: 20px;
}
.main-client-container .container ul.client-wrap {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-client-container .container ul.client-wrap li.client-box {
    width: auto;
    height: 32px;
}
.main-client-container .container ul.client-wrap li.client-box:not(:last-child) {
    margin-right: 40px;
}
.main-client-container .container ul.client-wrap li.client-box img {
    width: auto;
    max-width: none;
    height: 100%;
}

.main_one_title {
    font-family: var(--kr-font) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -.8px !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 7px !important;
    padding: 0 !important;
}
.main_one_title::after {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #A5B9E3;
    position: absolute;
    left: -7px;
}
.lat_list_one ul {
    padding: 0;
    margin: 0;
}
.lat_list_one li {
    line-height: 1;
    padding: 0;
}
.one_more {
    top: -4px !important;
    right: 20px !important;
    color: #fff;
    line-height: 1;
    opacity: .4;
    transition: all .4s;
}
.one_more:hover {
    color: #fff;
    opacity: 1;
    transition: all .4s;
}
.one_more .fa.fa-plus {
    font-size: 18px !important;
}
.lat_list_one .lt_date {
    position: unset;
}

.row.main-board-title {
    margin-bottom: 40px;
}

li.borad-txt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li.borad-txt-box:not(:last-child) {
    margin-bottom: 14px;
}
.borad-num {
    font-family: var(--kr-font);
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.8px;
    color: #fff !important;
    display: none;
}
.borad-title {
    font-family: var(--kr-font);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.8px;
    color: #fff !important;
    transition: all .4s;
}
.borad-title:hover {
    opacity: .4;
    transition: all .4s;
}
.borad-date {
    font-family: var(--kr-font);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.8px;
    color: #fff !important;
}

.borad-main-title {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -.8px;
}
.dropdown-menu {
    top: 97%;
}
#bo_w {
    padding: 0 20px;
}
#bo_w #wr_password, #bo_w #wr_homepage {
    margin-left: 0px !important;
}
.bo_w_info.write_div {
    display: flex;
    flex-direction: column;
}
.btn_cke_sc {
    font-size: 14px;
    height: auto;
}
.file_wr.write_div .frm_file {
    font-size: 14px;
    font-family: var(--kr-font);
}
#bo_w {
    width: 1200px !important;
}
.carousel-caption {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    padding: 0;
    transform: translate(-50%, -50%);
}
.carousel-caption h3{
    font-size: 42px;
    font-weight: 800;
}
.bg-gray2 {
    padding: 40px 0;
}
.img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.about-img-box {
    height: 420px;
    background: linear-gradient(270deg, #97B458 -2.12%, #3A548D 100%);
}
.about-img-box img {
    max-width: none;
    width: auto;
    height: 100%;
}


.about-desc-title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: -.8px;
}

.about-desc-txt {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.8px;
    font-weight: 300;
}
.about-desc-txt:not(:last-child) {
    margin-bottom: 14px;
}

.about-advantage-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-advantage-box{
    width: 49.2%;
    /* border: 1px solid red; */
    margin-bottom: 28px;
}
.about-advantage-box:nth-child(3){
    margin-bottom: 0;
}
.about-advantage-title{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.8px;
    margin-bottom: 12px;
    color: var(--font-black);
}
.about-advantage-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.8px;
    color: var(--font-black);
}
.about-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-container-title{
    font-size: 34px;
    font-weight: 700;
}

.board-title-wrap {
    margin-bottom: 30px;
    width: 1200px;
    margin-bottom: 14px;
}
.board-title-wrap h3 {
    font-size: 42px;
    font-weight: 100;
    color: var(--font-black);
    line-height: 1.16;
    letter-spacing: -.8px;
    text-align: left;
    margin: 0;
}









/**** DNC ****/
.logo {
    height: 32px;
}

.logo img {
    height: 100%;
}

.title-box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.title-box h2.title {
    font-family: var(--kr-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.8px;
    color: var(--font-black);
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 7px;
}
.title-box h2.title::after {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: var(--main-color);
    position: absolute;
    left: -7px;
}
.desc {
    font-family: var(--kr-font);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -.8px;
    text-align: left;
    color: var(--font-black);
}
p {
    margin: 0;
}
a.more-btn {
    font-family: var(--kr-font);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -.8px;
    line-height: 1;
    color: var(--font-black);
    opacity: .4;
    transition: all .4s;
}
a.more-btn:hover {
    opacity: 1;
    transition: all .4s;
}

.intro-container {
    padding: 80px 0;
}
/* intro-wrap */
.intro-wrap {
    /* border: 1px solid red; */
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intro-box {
    border: 1px solid #e6e6e6;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.intro-about-box {
    width: 214px;
}
.intro-about-box .title-box {
    margin-bottom: 40px;
}


.intro-business-box {
    align-items: flex-start;
    width: 265px;
}
.intro-business-box .intro-img-box {
    width: 100%;
    height: 70%;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.intro-business-box .intro-img-box img {
    width: auto;
    height: 100%;
}
.intro-business-box .title-box {
    margin-bottom: 20px;
}
.intro-business-box .title-box .title {}
.intro-business-box .title-box .more-btn {}
.intro-business-box .desc {
    line-height: 1.1;
}

footer {
    width: 100%;
    background: #2F2E32;
}
footer .container {
    /* border: 1px solid red; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 20px 30px;
}

footer .container .footer-txt-box {}
footer .container .footer-txt-box ul {
    margin: 0;
}
footer .container .footer-txt-box ul  li {
    line-height: 1;
}
footer .container .footer-txt-box ul  li:not(:last-child) {
    margin-bottom: 10px;
}
footer .container .footer-txt-box ul  li.footer-title {
    margin-bottom: 30px;
}
footer .container .footer-txt-box ul  li.footer-title  span {
    font-family: var(--kr-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.8px;
    color: #fff;
}
footer .container .footer-txt-box ul  li  span {
    font-family: var(--kr-font);
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
footer .container .footer-txt-box ul  li.footer-location{
    margin-bottom: 30px;
}
footer .container .footer-txt-box ul  li.footer-location  p{
    font-family: var(--kr-font);
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
footer .container .footer-txt-box ul  li  span.copyright{
    color: #fff;
}


footer .container .footer-txt-box.footer-contact ul  li {
    width: 210px;
    display: flex;
    justify-content: space-between;
}
footer .container .footer-txt-box ul  li  span.contact-name{}



/**** sub page css ****/
.sub-location-container {
}
.sub-location-container .map-txt-wrap {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 60px;
}
.sub-location-container .map-txt-wrap .map-box {
    width: 100%;
    margin-bottom: 40px;
}
.sub-location-container .map-txt-wrap .map-box #daumRoughmapContainer1695282969745 {
    width: 100%;
}
.sub-location-container .map-txt-wrap .txt-box {
    width: 100%;
}
.sub-location-container .map-txt-wrap .txt-box ul {}
.sub-location-container .map-txt-wrap .txt-box ul li {}
.sub-location-container .map-txt-wrap .txt-box ul li:not(:last-child) {
    margin-bottom: 14px;
}
.sub-location-container .map-txt-wrap .txt-box ul li.title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -.8px;
}
.sub-location-container .map-txt-wrap .txt-box ul li.desc {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.8px;
}
.sub-location-container .map-txt-wrap .txt-box ul li.adress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sub-location-container .map-txt-wrap .txt-box ul li.adress span {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -.8px;
}
.sub-location-container .map-txt-wrap .txt-box ul li.adress span i {
    color: var(--font-black);
    font-size: 18px;
    width: 32px;
}
.sub-location-container .map-txt-wrap .txt-box p {
    font-family: var(--kr-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.8px;
    color: #1b1b1b;
}


.sub-business-container {
    margin-bottom: 80px;
}
.sub-business-container p.highlight {
    margin-bottom: 14px;
    color: #97B458;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.8px;
}
.sub-business-container p.comment {
    text-align: center;
}
.sub-business-container .business-slide-wrap {
    /* border: 1px solid red; */
}
.sub-business-container .business-slide-wrap #business-slider {
}
.sub-business-container .business-slide-wrap #business-slider .swiper-wrapper {
}
.sub-business-container .business-slide-wrap #business-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.127%;
    height: 400px;
    /* border: 1px solid red; */
    transition: all .4s;
    position: relative;
    overflow: hidden;
}
.sub-business-container .business-slide-wrap #business-slider .swiper-wrapper .swiper-slide::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    transition: all .4s;
}
.sub-business-container .business-slide-wrap #business-slider .swiper-wrapper .swiper-slide-active::after {
    background: rgba(0, 0, 0, 0);
    transition: all .4s;
}
.sub-business-container .business-slide-wrap #business-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}
.sub-business-container .swiper-button-next,
.sub-business-container .swiper-button-prev {
    color: #fff;
}

.sub-factory-container {
    /* border: 1px solid red; */
    margin-bottom: 80px;
}

.sub-factory-container .factory-table-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sub-factory-container .factory-table-box table {
    border-collapse : collapse;
    border: 1px solid #dbdbdb;
    width: 49.5%;
}

.sub-factory-container .factory-table-box table tr {}
.sub-factory-container .factory-table-box table tr:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
}
.sub-factory-container .factory-table-box table tr th {
    text-align: center;
}
.sub-factory-container .factory-table-box table tr td {
    text-align: center;
    color: var(--font-black);
    font-size: 14px;
    padding: 6px 0;
}
.sub-factory-container .factory-table-box table tr.table-name{
    background: var(--font-black);
}
.sub-factory-container .factory-table-box table tr.table-name th{
    background: none;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 6px 0;
}
.sub-factory-container .factory-table-box table tr.table-title td{
    color: var(--font-black);
    font-weight: 600;
    font-size: 16px;
}





/**** daeyoung responsive css ****/
@media ( max-width: 1279px ) {}
@media ( max-width: 767px ) {}
@media ( max-width: 450px ) {
    .m-mb-unset {
        margin-bottom: unset !important;
    }






    .intro-container {
        padding: 40px 14px 80px;
    }
    .intro-container .intro-box:not(:last-child) {
        margin-bottom: 20px;
    }
    .intro-about-box {
        width: 100%;
    }
    .intro-about-box .title-box {
        margin-bottom: 20px;
    }
    .intro-wrap {
        flex-direction: column;
        justify-content: center;
        height: auto;
    }
    .intro-business-box .intro-img-box {
        height: auto;
    }
    .intro-business-box .intro-img-box img {
        width: 100%;
        height: auto;
    }
    a.more-btn {
        opacity: .8;
    }
    .intro-business-box{
        width: 100%;
    }
    .parallax-window .board-wrap {
        flex-direction: column;
    }
    .parallax-window .board-box {
        width: 100%;
    }
    .parallax-window .board-box:not(:last-child) {
        margin-bottom: 60px;
    }
    .parallax-window .board-wrap .col-line-1px {
        display: none;
    }
    .row.main-board-title {
        margin-bottom: 28px;
    }
    .borad-title {
        width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .borad-num{
        display: inline-block;
        width: 76px;
        text-align: left;
        white-space: nowrap;
    }
    .borad-date {
        white-space: nowrap;
        display: inline-block;
        width: 76px;
        text-align: right;
    }

    .one_more {
        opacity: 1;
    }

    .main-client-container {
        padding: 40px 20px 0;
    }
    .main-client-container .container {
        flex-direction: column;
    }
    .main-client-container .container .main_one_title {
        position: relative !important;
        left: auto;
        width: 100%;
        margin-bottom: 24px !important;
    }
    .main-client-container .container ul.client-wrap {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .main-client-container .container ul.client-wrap li.client-box {
        height: 22px;
    }
    .main-client-container .container ul.client-wrap li.client-box:not(:last-child) {
        margin: 0;
    }




    /**** header ****/
    .logo {
        height: 20px;
    }
    .logo img{
        vertical-align: baseline;
    }
    .fixed-top {
    }
    .fixed-top .container {
        padding: 14px 20px;
    }
    
    .navbar-dark .navbar-toggler-icon {
        background: url('../img/nav_hamburger.svg') no-repeat center center / contain !important;
        width: 24px;
        height: 16px;
    }
    button:focus {
        outline: none;
    }
    .navbar-toggler {
        background: none;
        padding: 0;
        font-size: inherit;
        border: none;
        border-radius: 0;
    }
    .ety-main {
        margin-bottom: 48px !important;
    }
    .navbar-nav li {
        padding: 5px 0;
    }
    .navbar-nav .nav-link {
        font-family: var(--kr-font);
        color: #1b1b1b;
        line-height: 1;
    }
    .navbar-collapse {
        padding-top: 24px;
    }
    .dropdown-item {
        font-family: var(--kr-font);
        font-size: 14px !important;
    }


    /**** footer ****/
    footer .container {
        flex-direction: column;
    }
    footer .container .footer-txt-box ul li.footer-title {
        margin-bottom: 24px;
    }
    footer .container .footer-txt-box ul li.footer-location {
        margin-bottom: 6px;
    }
    footer .container .footer-txt-box:not(:last-child) {
        margin-bottom: 40px;
    }
    footer .container .footer-txt-box {
        width: 100%;
    }
    footer .container .footer-txt-box ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    footer .container .footer-txt-box ul li.footer-title span {
        width: 100%;
        text-align: center;
    }
    footer .container .footer-txt-box.footer-contact ul li {
        width: 200px;
    }
    footer .container .footer-txt-box ul li span.contact-name {
        display: inline-block;
        margin-right: 12px;
    }
    footer .container .footer-txt-box ul li span.copyright {
        opacity: .4;
    }


    /**** sub page resposive css ****/
    .sub-location-container .map-txt-wrap {
        flex-direction: column;
    }
    .sub-location-container .map-txt-wrap .txt-box {
        width: 100%;
        margin-bottom: 14px;
    }
    .sub-location-container .map-txt-wrap .txt-box p{
        font-size: 14px;
    }
    .sub-location-container .map-txt-wrap .map-box {
        width: 100%;
    }

    .sub-business-container .business-slide-wrap #business-slider .swiper-wrapper .swiper-slide {
        height: 280px;
    }
    .sub-business-container .business-slide-wrap #business-slider .swiper-wrapper .swiper-slide img {
        width: auto;
        height: 100%;
    }

    .sub-factory-container .factory-table-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sub-factory-container .factory-table-box table {
        width: 100%;
    }
    .sub-factory-container .factory-table-box table:not(:last-child) {
        margin-bottom: 20px;
    }
    
    #fboardlist {
        width: 100%;
        padding: 0 20px;
    }
    #bo_list .td_num2 {
        width: auto !important;
    }
    #bo_list .td_inquiry_status {
        width: auto !important;
    }
    .tbl_head01 td {
        padding: 8px 0 !important;
    }
    .tbl_head01 thead th {
        font-size: 14px !important;
    }
    .sv_member {
        font-size: 14px !important;
    }
    #bo_list .td_num {
        width: auto !important;
    }
    .td_num2.pc_view {
        font-size: 14px !important;
    }
    #bo_list .td_datetime {
        width: auto !important;
        font-size: 14px !important;
        padding: 0 6px !important;
        min-width: 50px !important;
    }
    .tbl_head01 table td{
        padding: 0 4px !important;
        font-size: 14px !important;
        letter-spacing: -.8px;
        width: auto !important;
    }
    .borad-main-title {
        font-size: 24px;
        font-weight: 600;
    }
    #bo_w {
        padding: 0 20px;
    }
    #bo_w .bo_w_tit #btn_autosave {
        font-size: 14px;
        font-family: var(--kr-font);
    }
    #bo_w .bo_w_flie .frm_file {
        font-size: 14px;
        margin-top: 0px;
        font-family: var(--kr-font) !important;
    }
    #bo_w .bo_v_option li label {
        font-family: var(--kr-font) !important;
        font-size: 14px !important;
    }
    #bo_w #wr_password,
    #bo_w #wr_homepage {
        margin-left: 0 !important;
    }

    #bo_v_info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 14px 10px;
    }
    #bo_v_top .bo_v_com {
        margin: 0;
    }
    #bo_v_info .profile_info {
        margin: 0 0 12px 0;
    }
    #bo_v_info .profile_info .profile_info_ct > strong {
        font-size: 14px;
    }
    #bo_v_info .profile_info .profile_info_ct span.sv_guest {
        font-size: 16px;
    }
    #bo_v_title .bo_v_tit {
        font-size: 24px;
    }
    .carousel-caption h3 {
        font-size: 24px;
    }
    .about-advantage-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .about-advantage-box {
        width: 100%;
    }
    .about-advantage-box:nth-child(3){
        margin-bottom: 28px;
    }
    .img-box {
        height: auto;
    }
    .about-desc-title {
        font-size: 18px;
        font-weight: 500;
    }
    .about-desc-txt {
        font-size: 14px;
        word-break: keep-all;
        line-height: 1.5;
    }
    .sub-location-container .map-txt-wrap .txt-box ul li.desc {
        font-size: 14px;
    }
    .sub-location-container .map-txt-wrap .txt-box ul li.adress span {
        font-size: 14px;
    }
    .sub-location-container .map-txt-wrap .txt-box ul li.adress span i {
        font-size: 14px;
    }
    .business-container-title {
        font-size: 28px;
        font-weight: 600;
    }
    .sub-business-container p.highlight {
        font-size: 22px;
        font-weight: 500;
    }
    .board-title-wrap {
        width: 100%;
        padding: 0 20px;
    }
    .board-title-wrap h3 {
        font-size: 34px;
    }
    .borad-num {
        display: none;
    }
    .borad-title {
        text-align: left;
    }
    .about-img-box img {
        width: 100%;
        height: auto;
    }
}