@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: keep-all;
}

.en-font {
    font-family: 'GmarketSansBold';
}

#site {
    padding-top: 90px;
    font-family: 'notokr', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

ul {
    padding: 0;
}

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

.table_blog dd {
    padding: 10px 20px 20px;
}

.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    font-family: 'GmarketSansMedium';
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    align-items: center;
    padding: 35px 0 0;
    margin-left: 0 !important;
}

.navbar-brand img {
    width: 140px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding: 40px 30px 30px;
}

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

.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: #222;
}

#gnb_58 a img{
    top: 15px;
    height: 20px;
    position: absolute;
    transform: translateX(-50%);
    left: 49.5%;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

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

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

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

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

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: .25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: none;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

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


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

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

.carousel-indicators {
    width: 325px;
    text-align: left;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    bottom: 50px;
    /* padding-left: 78.5%; */
    left: auto;
    right: 0;
    margin-right: 80px;
}

.carousel-indicators li {

    width: 20px;
    height: 7px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    border-radius: 0;
    transition: ease-in-out .15s all;
}
.carousel-indicators li:nth-child(1n+2){
    margin-left: 5px;
}
.carousel-indicators li.active {
    width: 50px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    transform: translateY(-1px);
}

.carousel-caption {
    width: 100%;
    left: 0;
    padding-right: 80px;
    text-align: left;
    text-shadow: 0 0 7px rgba(0, 0, 0, .25);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.carousel-caption h1 {
    width: 325px;
    font-size: 38px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.25;
    font-family: 'GmarketSansBold';
}
/* .carousel .item:nth-child(4) .carousel-caption h1,
.carousel .item:nth-child(8) .carousel-caption h1{
    display:none;
} */
.carousel-caption h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    opacity: 0.7;
    margin: 30px 0 0;
}

/* .carousel-caption h1::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #fff;
} */

.carousel-caption p {
    width: 325px;
    font-weight: 400;
    font-size: 18px;
}
.carousel-inner .item{
    background-position: center 20% !important;
}
.carousel-inner .item::before {
    content: '';
    top: 0;
    right: 0;
    width: 475px;
    height: 100%;
    position: absolute;
    opacity: .9;
}

.carousel-inner .item:nth-child(1) {
    background-position: center 65% !important;
}

.carousel-inner .item:nth-child(1):before {
    background: #008479;
    /* background: linear-gradient(to left, #008479 45% , rgba(0,132,121,0)); */
}

.carousel-inner .item:nth-child(2):before {
    background: #b3474a;
}
.carousel-inner .item:nth-child(3):before {
    background: #5a3f9e;
}
.carousel-inner .item:nth-child(4):before {
    background: #404f68;
}
.carousel-inner .item:nth-child(5):before {
    background: #575151;
}
.carousel-inner .item:nth-child(5) h1{
    font-size: 26px;
    letter-spacing: -.5px;
}
.carousel-inner .item:nth-child(6):before {
    background: #236ecf;
}
.carousel-inner .item:nth-child(7):before {
    background: #4d493b;
}
.carousel-inner .item:nth-child(8):before {
    background: #004697;
}
.carousel-inner .item:nth-child(9):before {
    background: #2f27a3;
}
/* .carousel-inner .item:nth-child(1):before {
    background: linear-gradient(to left, #008479 30% , rgba(0,132,121,0));
}

.carousel-inner .item:nth-child(2):before {
    background: linear-gradient(to left, #b3474a 30% , rgba(179,71,74,0));
}
.carousel-inner .item:nth-child(3):before {
    background: linear-gradient(to left, #7b65b4 30% , rgba(107,82,170,0));
}
.carousel-inner .item:nth-child(4):before {
    background: linear-gradient(to left, #648ac7 30% , rgba(100,138,199,0));
}
.carousel-inner .item:nth-child(5):before {
    background: linear-gradient(to left, #6b6a6a 30% , rgba(196,106,121,0));
}
.carousel-inner .item:nth-child(6):before {
    background: linear-gradient(to left, #575151 30% , rgba(87,81,81,0));
}
.carousel-inner .item:nth-child(7):before {
    background: linear-gradient(to left, #377bd4 30% , rgba(55,123,212,0));
}
.carousel-inner .item:nth-child(8):before {
    background: linear-gradient(to left, #777777 30% , rgba(219,198,60,0));
}
.carousel-inner .item:nth-child(9):before {
    background: linear-gradient(to left, #253ead 30% ,rgba(37,62,173,0));
} */

.carousel-control {
    display: none;
}


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

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

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 60px 0;
    background-color: #3f4145;
    color: #c8c8c8;
}

.footer-row {
    display: flex;
    align-items: flex-start;
}

.footer-logo img {
    width: 120px;
    opacity: .8;
}

.footer-info {
    line-height: 1.75;
    margin: 0;
}

.footer-info ul li {
    font-weight: 300;
}

.footer-info span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    padding-right: 13px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    opacity: 0.2;
    margin-bottom: -2px;
}

/* .footer-info li span:last-child::after{
    display: none;
} */
.copyright {
    opacity: .5;
    /* color: #dddddd; */
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
}


/* 메인 페이지 */
#main_wrapper{
    margin-top: -90px;
}
#mainCarousel .carousel-inner .item {
    height: 100vh;
}

/* 메인 포트폴리오 */
.main-portfolio,
.main-portfolio .board_box_blog2 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0 !important;
}

.main-portfolio .page-header {
    display: none;
}

.main-portfolio .top {
    border: 1px solid #ddd;
}

.main-portfolio .top:hover {
    border: 1px solid #50c1b8;
}

.main-portfolio .board_box_blog2 .row {
    margin-left: -15px;
    margin-right: -15px;
}

.main-portfolio .board_box_blog2 .title {
    margin-left: 0;
}

.main-portfolio .board_box_blog2 .title a {
    font-weight: 700;
    font-size: 16px !important;
}

.main-portfolio .board_box_blog2 .row>div[class^="col-"] {
    padding: 0;
}

.main-portfolio .board_box_blog2 .inner {
    border: 0;
    padding: 0 10px 30px;
}

.main-portfolio .board_box_blog2 .thumb {
    height: 215px !important;
}

.main-portfolio .inner .bottom {
    padding: 0 !important;
    margin-top: 10px;
}

.others-category {
    padding-right: 55px;
}

.others-category a {
    font-size: 15px;
    padding: 12px 20px 11px;
    color: #666;
    border: 2px solid #ededed;
    letter-spacing: -0.034em;
    min-width: 90px;
    text-align: center;
    background: transparent;
    font-weight: 500;
    margin-right: 3px;
    font-family: 'GmarketSansMedium';
    line-height: 1em;
    margin-top: 10px;
}

.others-category a:hover,
.others-category a:focus {
    border: 2px solid #7ed4cd;
    color: #1ca79d;
    background: transparent;
}

/* 메인 중간배너 */
.middle-banner.mid-01 {
    height: 300px;
}

.middle-banner.mid-01 {
    background: url(/public/img/main/middle-banner01.jpg) no-repeat top;
}

.middle-banner.mid-02 {
    background: url(/public/img/main/middle-banner02.jpg) no-repeat top;
    height: 240px;
}

.mb-title h3+p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 30px 0 0;
}

.mb-title-wrap {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(22, 31, 48, 0.5);
}

.mb-title-wrap .mb-title {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mb-title h3::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    bottom: 0;
    background: #fff;
    margin-bottom: -15px;
    opacity: 0.7;
}

.mb-title h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 43px;
}

.mb-title p {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

.mid-02 p {
    position: relative;
}

/* 메인 더보기 버튼 */
.more-btn {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    transition: .25s;
    padding: 14px 20px 11px 20px;
    background: #50c1b8;
    color: white;
    border-radius: 50px;
    letter-spacing: 0.034em;
}

.more-btn:focus {
    color: #fff;
}

.more-btn:hover {
    transition: .25s;
    text-decoration: none;
    color: #fff;
    background: #f16c70;
}

.more-btn .fas {
    margin-left: 5px;
    transform: rotate(-45deg);
}

/* 메인 콘텐츠 타이틀 */
.con-title {
    margin-bottom: 50px;
}

.con-title h3 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #172644;
    font-weight: 700;
    line-height: 1.35em;
}

.con-title>p::before,
.con-title h3::before,
.con-title h3::after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    top: 0;
}

.pf-con h3 {
    font-size: 36px;
}

.pf-con h3+p {
    font-size: 17px;
    letter-spacing: -0.034em;
    margin-bottom: 50px;
}

.ceo-con .ceo-dl dt {
    font-size: 32px;
    border: 0;
}

.ceo-con .ceo-dl dd {
    font-size: 16px;
    padding: 2px 0 2px 12px;
    letter-spacing: -0.034em;
    position: relative;
    font-weight: 500;
}

.ceo-con .ceo-dl dd::before {
    content: '';
    display: block;
    width: 6px;
    height: 3px;
    background: #666;
    position: absolute;
    left: 0;
    top: 11px;
}

.vi-list p::before,
.con-title p::before {
    z-index: 1;
    background: #f16c70;
    width: 100px;
}

.vi-list h3::before,
.con-title h3::before {
    z-index: 2;
    background: #99cb4b;
    width: 66px;
}

.vi-list h3::after,
.con-title h3::after {
    z-index: 3;
    background: #50c1b8;
    width: 33px;
}

.ab-logo>img {
    margin: 20px 0 60px;
    width: 320px;
}

.ab-logo p {
    letter-spacing: -0.034em;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 20px;
}

.ab-logo p strong {
    color: #e65b60;
}

.pf-con,
.ab-con,
.vi-con {
    margin-top: 100px;
    margin-bottom: 110px;
}

/* 메인 회사소개 */
.section02 {
    background: #eeeeee;
}

/* .com-logo-wrap{
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;

} */
.m-title h3 {
    text-align: center;
    font-size: 36px;
    margin: 0 0 30px;
}

.m-title p {
    font-size: 17px;
    text-align: center;
    letter-spacing: -0.034em;
    margin-bottom: 40px;
}

.com-logo-wrap>div {
    margin: 0;
    width: 30%;
}

.com-logo-wrap {
    margin-top: 60px;
}

.com-logo-wrap .com-logo {
    padding: 20px 52px;
    background: #FFF;
    border: 1px solid #ddd;
    height: 110px;
}

.com-logo-wrap .com-logo img {
    height: 65px;
}

/* 메인 회사소개 상품정보 */
.main-section .ab-con>div:last-child {
    margin-top: 50px;
    text-align: center;
}

.ab-con>div:last-child .cs-con {
    font-size: 16px;
    padding: 13px;
}

.pd-con {
    display: block;
    position: relative;
    overflow: hidden;
}

.pd-con h3 {
    transition: .25s;
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    font-weight: 300;
    padding: 19px;
    background: rgba(23, 38, 68, 0.5);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    color: #fff;
    margin: 0;
    letter-spacing: 0;
    font-family: 'GmarketSansMedium';
}

.pd-con:hover h3 {
    transition: .25s;
    color: #222;
    background: transparent;
    /* opacity: 0; */
}

.pd-con img {
    transition: .25s;
    transform: scale(1.075);
}

.pd-con:hover img {
    transition: .5s;
    transform: scale(1.125);
}

.product-list {
    padding: 0 10px;
}

.pd-clear {
    margin-bottom: 20px;
}

/* 메인 비전 */

/* 메인 고객지원 */
.cs-con {
    background: #fff;
    color: #1d9e94;
    width: 180px;
    text-align: center;
    height: 54px;
    line-height: 2;
    font-size: 17px;
    border: 0;
    padding: 11px;
}

.cs-con:hover {
    background: #50c1b8;
    color: #fff;
    text-decoration: none;
    font-family: 'GmarketSansMedium';
    border: 0;
}

/* ========================= */
/* 서브공통 */
.pageheader {
    overflow: hidden;
    background: url(/public/img/sub/sub-top02.jpg) no-repeat bottom;
    height: 200px;
}

.pageheader-bg {
    width: 100%;
    height: 200px;
    position: absolute;
    background: #172644;
    opacity: 0;
}

.subheader-wrap {
    position: relative;
    height: 100%;
    display: flex;
}

.subheader-wrap h2 {
    color: #fff;
    font-size: 28px;
    margin-top: 40px;
    align-self: center;
    font-family: 'GmarketSansMedium';
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 11px;
    color: #ddd;
    letter-spacing: 0.02em;
}

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

.subpage-content {
    padding: 80px 0;
}

.subpage-content .category_wrap {
    margin-bottom: 50px;
    margin-top: -20px;
}

.subpage-content .category_wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.subpage-content .category_wrap li {
    min-width: 120px;
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 0;
    /* flex-grow: 1; */
    flex-basis: 0;
}

.category_wrap ul li:nth-child(3) {
    min-width: 150px;
}

.category_wrap ul li a {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 10px 12px;
    color: #666;
    border: 2px solid #ededed;
    letter-spacing: -0.035em;
    /* min-width: 120px; */
    text-align: center;
    border-radius: 50px;
    font-family: 'GmarketSansMedium';
}

.category_wrap ul li.on a {
    font-weight: 500;
    background: #50c1b8;
    color: #fff;
    border-color: #4ec2b9;
}
.category_wrap ul li a:hover {
    text-decoration: none;
    border: 2px solid #7ed4cd;
    color: #1ca79d;
    font-weight: 500;
}

.category_wrap ul li.on a:hover {
    color: #fff;
}

/* 회사소개 서브 */
#about01 .subpage-content {
    padding: 0;
}

#about01 .ab-con {
    display: flex;
    align-items: flex-start;
}

#bout01 .subpage-content {
    padding: 0;
}

/* #about01 .com-logo-wrap{
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#about01 .com-logo-wrap .com-logo{
    padding: 20px 60px;
} */
#about01 .com-logo-wrap p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.ceo-con>div {
    padding-right: 60px;
}

.ceo-con dd {
    font-size: 15px;
    padding: 2px 0;
}

.ceo-con dl:last-child {
    margin-bottom: 0;
}

.ceo-con dt {
    font-size: 16px;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 5px;
    letter-spacing: -0.034em;
}

.ceo-con dl {
    margin-bottom: 40px;
    font-size: 15px;
}

.ceo-con .dl-space {
    display: flex;
    justify-content: center;
    height: 230px;
}

.ceo-con .dl-space::before {
    content: '';
    width: 1px;
    height: 100%;
    /* background: #ddd; */
    /* position: absolute; */
}

.vi-wrap {
    background: #f3f3f3;
}

.vi-con .con-title {
    margin-bottom: 75px;
}

.vi-list h3 {
    line-height: 1.4;
    font-size: 34px;
    letter-spacing: -0.02em;
}

.vi-list h3::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #999;
    margin: 25px 0 35px;
}

.vi-list p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    letter-spacing: -0.034em;
}

.vi-list .far,
.vi-list .fas {
    font-size: 36px;
    text-align: center;
    width: 70px;
    height: 70px;
    display: inline-block;
    color: #50c6bd;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 50%;
    padding: 18px;
}

.vi-title {
    margin-top: 10px;
    padding-right: 50px;
}

.ceo-wrap {
    padding: 100px 15px 120px;
}





/* 포트폴리오 서브 */
.table_blog2 {
    margin: 0 -10px;
}

#board_data_blog2>dd {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

#portfolio01 .table_blog2 dd .inner .top a .thumb {
    height: 220px;
}

#portfolio01 .table_blog2 dd .inner:hover {
    border: 1px solid #4ec2b9;
}



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

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

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

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

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

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

#portfolio01 .table_blog2 dd .inner:hover .bottom .title a {
    color: #098e83;
    text-decoration: underline !important;
}

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

.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_video dd .inner .bottom .title a,
.table_blog2 dd .inner .bottom .title a {
    font-size: 16px;
    letter-spacing: -0.034em;
    font-weight: 500;
}

.badge {
    font-weight: 400;
    padding: 5px 5px 3px;
    border-radius: 1px;
    font-family: 'GmarketSansMedium';
    font-size: 11px;
    letter-spacing: 0.02em;
    background: #f16c70;
}

.table_video dd .inner .bottom,
.table_blog2 dd .inner .bottom {
    padding: 15px 8px 12px;
}

.table_video dd .inner .bottom .info span,
.table_blog2 dd .inner .bottom .info span {
    font-size: 13px;
}

.search_wrap {
    margin-bottom: 50px;
}


/* 모바일최적화 */

@media (max-width:767px) {
    #site {
        padding-top: 50px;
    }
    #main_wrapper{
        margin-top: 0px;
    }
    #gnb_58 a img {
        top: 45%;
        transform: translateY(-50%);
        left: 19%;
    }

    .navbar-nav {
        margin: 0px -15px;
    }

    .navbar-brand {
        padding: 15px 18px 0;
    }

    .navbar-brand img {
        width: 120px;
    }

    .navbar-inverse .navbar-nav>li {
        border-top: 1px solid #ddd;
    }

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

    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-inner .item{
        background-position: 27% 110% !important;
        background-size: 245%;
    }
    /* .item:nth-child(6) .carousel-caption h1{
        font-size: 24px;
    } */
    .carousel-inner .item:nth-child(5) h1{
        font-size: 23px;
        line-height: 1.5;
    }
    .carousel-indicators {
        display: flex;
        width: 80%;
        flex-wrap: nowrap;
        bottom: 25px;
        padding-left: 0;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        justify-content: space-between;
    }

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

    .carousel-indicators li.active {
        width: 20%;
        height: 7px;
        background-color: #fff;
        margin: 3px 3px;
        border-radius: 0px;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
        transform: translateY(0px);
    }

    .carousel-caption {
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0;
        right: auto;
        left: auto;
        text-align: center;
    }

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

    .carousel-caption h1::after {
        display: block;
        height: 2px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-caption p {
        width: 80%;
        font-weight: 300;
        margin-top: 0px;
        font-size: 16px;
    }

    .carousel-inner .item::before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 16%;
        opacity: .95;
        
    }
    .carousel-inner .item::after{
        content: '';
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 84%;
        opacity: .35;
        background: #000 !important;
    }
    .carousel-inner .item:nth-child(1) {
        background-position: center center;
    }
    .con-title{
        margin-bottom: 25px;
        padding: 0;
    }
    .m-title{
        padding: 0;
    }
    .m-title h3{
        font-size: 28px;
    }
    .mb-title h3{
        font-size: 23px;
    }
    .mb-title h3+p,
    .pf-con h3+p,
    .m-title p{
        text-align: center;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .middle-banner.mid-01{
        height: 250px;
    }
    .pf-con, .ab-con, .vi-con{
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .ab-con{
        margin-right: 0px;
    margin-left: 0px;
    }
    .pf-con{
        margin-right: 0px;
    margin-left: 0px;
    }
     .con-title h3 {
        margin-top: 0;
        text-align: center;
        padding-top: 25px;
        font-size: 28px;
    }

    .pf-con .con-title > .more-btn{
        width: 100%;
        text-align: center;
    }
    .con-title>p::before, .con-title h3::before, .con-title h3::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .con-title>h3::before{
        left: 45.2%;
    }
    .con-title h3::after{
        left: 40.4%;
    }
    .product-list{
        border: 2px solid #eeeeee;
        padding: 0;
        /* margin-bottom: 15px; */
    }
    .others-category{
        margin-bottom: 50px;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    .others-category .more-btn{
        flex-grow: 1;
        flex-basis: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .board_box_blog2 > .row > .col-xs-6{
        width: 50%;
    }
    .main-portfolio .board_box_blog2 .row{
        margin: 0;
    }
    .main-portfolio .board_box_blog2 .inner{
        padding: 0;
        margin-bottom: 15px;
        border: 2px solid #fff;
    }
    .main-portfolio .board_box_blog2 .thumb{
        height: 170px !important;
    }
    .mb-title p{
        font-size: 24px;
    }
    .subheader-wrap{
        justify-content: center;
    }
    .subheader-wrap h2{
        margin-top: 20px;
    }
    #about01 .ab-con{
        flex-direction: column;
    }

    .ab-logo{
        padding: 0;
    }
    .ab-logo p{
        text-align: center;
    }
    .ab-logo>img{
        width: auto;
        padding: 0 25px;
        margin: 0px 0 50px;
    }
    .vi-title{
        padding: 0;
    }
    .vi-list{
        margin-bottom: 25px;
        text-align: center;
    }
    .vi-list h3::after{
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .ceo-con>div{
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .ceo-con .ceo-dl dd{
        padding: 2px 0;
    }
    .ceo-con dl{
        margin-bottom: 25px;
    }
    .ceo-con dl:last-child{
        margin-bottom: 25px;
    }
    .ceo-con .ceo-dl dd::before{
        display: none;
    }

    .com-logo-wrap>div{
        width: 50%;
    }
    .com-logo-wrap{
        margin: 50px 0 0 0;
    }
    .com-logo-wrap .com-logo{
        padding: 10px 25px;
        height: auto;
    }
    .vi-con .con-title{
        margin-bottom: 25px;
    }
    .vi-list h3{
        position: relative;
    }
    .subpage-content .category_wrap ul{
        justify-content: center;
    }
    .subpage-content .category_wrap li{
        
        min-width: auto;
        flex-grow: 1;
        flex-basis: auto;
        margin-bottom: 10px;
    }
    .subpage-content .category_wrap li a{
        padding: 12px 20px 11px;
    }
    .subpage-content .category_wrap li:first-child{
        width: 100%;
    }
    .subpage-content .category_wrap li:last-child{
        flex-grow: 0;
    }
    #board_data_blog2>dd{
        width: 50%;
    }
    #portfolio01 .table_blog2 dd .inner .top a .thumb{
        height: 160px;
    }
    .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{
        width: 250px;
    }


    .footer-row{
        flex-direction: column;
    }
    .footer-row li{
        word-break: keep-all;
    }
    .footer-logo img{
        margin-bottom: 15px;
    }
    .footer-info span{
        display: block;
        margin-right: 10px;
    }
    .footer-info span::after{
        display: none;
    }
}

/* 강제 배치된 메뉴 아이콘 제거 */
#gnb_58 a img {
    display: none !important;
}

