.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 0;
}

.contains {
    margin: 0 auto;
    padding: 0 0px;
    max-width: 1400px;
}

.container {
    margin: 0 auto;
    padding: 0 0px;
    max-width: 1200px;
}

#subarea .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
    padding: 0;
}

.container>.row {
    margin: 0;
}

.top-menu {
    background-color: #f3f3f3;
}

.top-menu ul {
    display: flex;
    justify-content: flex-end;
    margin-right: -10px !important;
}

.top-menu ul a {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #747474;
    position: relative;
    padding: 5px 10px 5px 10px;
}

.top-menu ul li:last-child a {
    color: #0060aa;
}

.top-menu ul li a:hover {
    background-color: #0059a6;
    color: #fff;
}

.top-menu ul a::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 1px;
    height: 11px;
    background-color: #747474;
}

.top-menu ul li:first-child a::after {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: 100%;
}

.carousel-control-next .contains,
.carousel-control-prev .contains {
    width: 1548px;
    max-width: 100%;
    margin: 0;
}

.carousel-control-next .contains {
    text-align: right;
}

.carousel-control-prev .contains {
    text-align: left;
}

.adv_divs ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.adv_divs ul li {
    width: 50%;
    height: 50%;
}

.adv_divs ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 0;
}

.adv_divs ul li a:hover {
    color: #e7ca00;
    background-size: 110%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.adv_divs ul li:nth-child(1) a {
    background-image: url(about-bg_01.jpg);
}

.adv_divs ul li:nth-child(2) a {
    background-image: url(about-bg_02.jpg);
}

.adv_divs ul li:nth-child(3) a {
    background-image: url(about-bg_03.jpg);
}

.adv_divs ul li:nth-child(4) a {
    background-image: url(about-bg_04.jpg);
}

.adv-tit {
    background-color: #0059a6;
    padding: 70px 40px 0 60px !important;
    min-height: 588px;
}

.adv-tit h1 {
    font-family: 'Roboto' !important;
    font-size: 38px;
    letter-spacing: -0.04em;
}

.adv-tit h1 span {
    display: block;
    font-size: 17px;
    color: #8dbfea;
    font-weight: 100;
    letter-spacing: 0.33em;
    line-height: 1;
}

.adv-sub {
    margin-top: 100px;
}

.adv-sub h1 {
    color: #e7ca00;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.08em;
}

.adv-sub h2 {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -0.08em;
    margin-bottom: 24px !important;
}

.adv-sub a {
    font-size: 15px;
    font-weight: 300;
    color: #363636;
    border: 1px solid #898989;
    width: 170px;
    background-color: #eeeff3;
    position: relative;
    padding: 5px 40px;
}

.adv-sub a::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 40px;
    background: url(goto-more.png) center center no-repeat;
    width: 21px;
    height: 7px;
    transition: all 0.5s;
}

.adv-sub a:hover::after {
    right: 30px;
}


.slick-arrow {
    width: 34px;
    height: 64px;
}

.list_prev {
    background: url(prev-btn.png) center center no-repeat;
}

.list_next {
    background: url(next-btn.png) center center no-repeat;
}

.productlist-divs .container>.row {
    margin: 0 -20px;
}

.productlist-divs .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: 12px;
}

.productlist-divs .slick-dots li button {
    background-color: #afafaf !important;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    transition: all 0.5s;

}

.productlist-divs .slick-dots .slick-active button {
    background-color: #0059a6 !important;
    width: 47px;
}

.productlist a:hover h3 {
    color: #0059a6;
}

.productlist span {
    border: 1px solid #d4d4d4;
}

.mov_divs .row>div:nth-child(2) {
    padding-left: 55px;
}

.youtube-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.player {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
}

.mov_divs .row {
    align-items: center;
}

.mov_divs h2 {
    font-family: 'Roboto' !important;
    font-size: 46px;
    color: #fff;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.mov_divs h2 span {
    color: #e7c900 !important;
}

.mov_divs p {
    font-size: 20px !important;
    font-weight: 100;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1.2 !important;
}

.mov_divs .htitle {
    margin: 0 !important;
}

.broad-area {
    padding: 40px 50px;
}

.maingotobtn .gotobtnarea .row {
    height: 100%;
    align-items: center;
    justify-content: space-evenly
}

.maingotobtn .gotobtnarea a {
    position: relative;
    height: 100%;
}

.maingotobtn .gotobtnarea a p {
    font-size: 14px !important;
    font-weight: 300;
    color: #a5a5a5;
    margin: 0;
    text-transform: uppercase;
}

.maingotobtn .gotobtnarea a:hover h3,
.maingotobtn .gotobtnarea a:hover p {
    color: #0061ab;
}

.maingotobtn .gotobtnarea a:hover img {
    filter: invert(0.8);
}

.ft-top {
    background-color: #1c1c1c;
}

#footerarea>.container {
    padding: 45px 0;
}

#footerarea ul li:last-child span {
    color: #666666;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

#footerarea>.container>.row {
    align-items: center;
}

.noticeoutput tr td:nth-child(2) {
    white-space: nowrap;
}

.col-md-8.wow.fadeInUp.animated {
    padding: 0;
}




/*서브페이지*/
.paging {
    color: #0060aa !important;
}

.paging a:link {
    font-family: 'Noto Sans KR', 'Roboto', sans-serif !important;
}

.subtittxt {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.csinfo a {
    color: #0061aa;
}

.sign span {
    font-size: 1.3em;
    padding-left: 15px;
    color: #333;
    font-weight: 600;
    font-family: 'Roboto';
}

.subcontxt table {
    width: 100%;
}

.subcontxt table th {
    text-align: center;
}


.notice .col-md-9.offset-1 tr {
    border: none;
}

tbody th {
    font-weight: 400;
    font-size: 0.895em !important;
}

.company table td {
    padding-left: 20px;
}

.subcontxt table td {
    font-size: 0.895em !important;
}

.subcontxt table td li {
    line-height: 1.5 !important;
}

.ceo-img img {
    height: 100%
}

.subcontxt .cont-g {
    margin-top: 80px;
    border-top: 1px solid #eee;
    padding-top: 70px;
}

.subcontxt .company .cont-g {
    border: none;
    padding-top: 0;
    margin-top: 50px;
}

.cont-g .sqr {
    justify-content: space-between !important;
}

.cont-g .sqr>li {
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.cont-g .cir {
    justify-content: space-around !important;
}

.cont-g .cir>li {
    width: 200px !important;
    height: 200px !important;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(241, 245, 247, 0.9);
}

.cont-g .cir>li p {
    font-size: 1.2em !important;
    font-weight: 600;
}

.cont-g ul>li p {
    margin: 0 !important;
    line-height: 1.5 !important;
}

.cont-g>ul>li.col-lg-4 {
    flex: 0 0 29%;
}

.cont-g>ul>li h4 {
    color: #0060aa;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    transition: all 0.5s;
}

.cont-g>ul>li {
    transition: all 0.5s;
}

.cont-g>ul>li:hover {
    background-color: #0061aa;
    color: #fff;
}

.cont-g>ul>li:hover h4 {
    color: #e7ca00;
}

.list {
    text-transform: capitalize;
}

.txt-wrapper {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px !important;
    text-align: left;
    justify-content: center;
}

ul.list {
    text-align: center;
    display: inline-block;
}

ul.list li {
    text-align: left;
    list-style: disc !important;
    line-height: 1.5;
}

ul.list li span {
    display: block;
}

.txt-wrapper ul {
    margin: 0px 30px !important;
}

.subcontxt .company {
    position: relative;
    width: 100%;
}

.subcontxt .company::after {
    content: '';
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/m01_p03-01.jpg) center top no-repeat;
    opacity: 0.8;
    z-index: -1;
}

.subcontxt .company .cont-g>ul>li {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.com-spec table {
    border-top: 1px solid #ddd;
}

.com-spec table th {
    white-space: nowrap;
    padding: 5px 10px;
}

.notice .subcontxt table td,
.notice .subcontxt table td font,
.notice .subcontxt table td a,
.notice .news_title,
.board_bgcolor font,
td.board_bgcolor span {
    font-size: 15px !important;
    color: #666 !important;
    font-family: 'Noto Sans KR';
}

.notice .subcontxt table td {
    padding: 0;
}

.board td {
    border-color: #ddd !important;
}

#post_area p {
    font-family: 'Noto Sans KR' !important;
}

.board .board_desc {
    padding-left: 20px !important;
    max-width: 800px !important;
}

#post_area a {
    color: #222 !important;
    font-weight: 500;
}

.subcontxt iframe {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.add-area dl {
    border-top: 1px solid #666;
    border-bottom: 1px solid #ddd;
    padding: 30px;
    margin-top: 5px;
}

.add-area dt {
    font-weight: 500;
    min-width: 90px;
    float: left;
    color: #333;
}

.add-area dd:last-child {
    margin: 0;
}



.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 50vh;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}


.swiper-slide {
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
    position: relative !important;
    cursor: pointer;
}


.mySwiper2 {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}


.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}


.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}


.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #666 !important;
}


.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 96, 170, 0.1);
}

.cont-spec a:visited {
    color: #666;
}

.cont-spec {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}

.cont-spec:last-child {
    padding-bottom: 0 !important;
}

.cont-spec table {
    border-top: 1px solid #0060aa;
    text-align: center;
}

.cont-spec table a {
    color: #0060aa;
}

.cont-spec table a img {
    margin-left: 15px;
}

.cont-spec h4 {
    margin-bottom: 10px !important;
}

.sub-nav {
    width: 100%;
    margin: 50px 0;
}

.sub-nav ul,
.nav-tabs {
    justify-content: space-between;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 10px !important;
}

.sub-nav a,
.nav-link,
.nav-tabs .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    padding: 10px 5px;
    font-weight: 600;
    display: block;
    letter-spacing: -0.05em;
    border: none !important;
}

.sub-nav .active a,
.nav-tabs .active.nav-link,
.nav-tabs .nav-link:hover,
.sub-nav a:hover {
    color: #0060aa !important;
    /*    border-bottom: 5px solid #0060aa!important;*/
}

.sub-nav .active {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year01 .per-nav1 li:nth-child(1) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year01 .per-nav1 li:nth-child(1) a {
    color: #0060aa !important;
}

.sub-nav.year02 .per-nav1 li:nth-child(2) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year02 .per-nav1 li:nth-child(2) a {
    color: #0060aa !important;
}

.sub-nav.year03 .per-nav1 li:nth-child(3) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year03 .per-nav1 li:nth-child(3) a {
    color: #0060aa !important;
}

.sub-nav.year04 .per-nav1 li:nth-child(4) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year04 .per-nav1 li:nth-child(4) a {
    color: #0060aa !important;
}

.sub-nav.year05 .per-nav1 li:nth-child(5) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year05 .per-nav1 li:nth-child(5) a {
    color: #0060aa !important;
}

.sub-nav.year06 .per-nav1 li:nth-child(6) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year06 .per-nav1 li:nth-child(6) a {
    color: #0060aa !important;
}

.sub-nav.year07 .per-nav1 li:nth-child(7) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year07 .per-nav1 li:nth-child(7) a {
    color: #0060aa !important;
}

.sub-nav.year08 .per-nav1 li:nth-child(8) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year08 .per-nav1 li:nth-child(8) a {
    color: #0060aa !important;
}

.sub-nav.year09 .per-nav1 li:nth-child(9) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year09 .per-nav1 li:nth-child(9) a {
    color: #0060aa !important;
}

.sub-nav.year10 .per-nav1 li:nth-child(10) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year10 .per-nav1 li:nth-child(10) a {
    color: #0060aa !important;
}

.sub-nav.year11 .per-nav1 li:nth-child(11) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year11 .per-nav1 li:nth-child(11) a {
    color: #0060aa !important;
}

.sub-nav.year12 .per-nav1 li:nth-child(12) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year12 .per-nav1 li:nth-child(12) a {
    color: #0060aa !important;
}


.sub-nav.year13 .per-nav2 li:nth-child(1) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year13 .per-nav2 li:nth-child(1) a {
    color: #0060aa !important;
}

.sub-nav.year14 .per-nav2 li:nth-child(2) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year14 .per-nav2 li:nth-child(2) a {
    color: #0060aa !important;
}

.sub-nav.year15 .per-nav2 li:nth-child(3) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year15 .per-nav2 li:nth-child(3) a {
    color: #0060aa !important;
}

.sub-nav.year16 .per-nav2 li:nth-child(4) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year16 .per-nav2 li:nth-child(4) a {
    color: #0060aa !important;
}

.sub-nav.year17 .per-nav2 li:nth-child(5) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year17 .per-nav2 li:nth-child(5) a {
    color: #0060aa !important;
}

.sub-nav.year18 .per-nav2 li:nth-child(6) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year18 .per-nav2 li:nth-child(6) a {
    color: #0060aa !important;
}

.sub-nav.year19 .per-nav2 li:nth-child(7) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year19 .per-nav2 li:nth-child(7) a {
    color: #0060aa !important;
}

.sub-nav.year20 .per-nav2 li:nth-child(8) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year20 .per-nav2 li:nth-child(8) a {
    color: #0060aa !important;
}

.sub-nav.year21 .per-nav2 li:nth-child(9) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year21 .per-nav2 li:nth-child(9) a {
    color: #0060aa !important;
}

.sub-nav.year22 .per-nav2 li:nth-child(10) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year22 .per-nav2 li:nth-child(10) a {
    color: #0060aa !important;
}

.sub-nav.year23 .per-nav2 li:nth-child(11) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year23 .per-nav2 li:nth-child(11) a {
    color: #0060aa !important;
}

.sub-nav.year24 .per-nav2 li:nth-child(12) {
    border-bottom: 5px solid #0060aa !important;
}

.sub-nav.year24 .per-nav2 li:nth-child(12) a {
    color: #0060aa !important;
}

.qalist td.bbsnewf5 {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.gallery_subject {
    display: block;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

td#line1 {
    display: none;
}

.notice .subcontxt table td .mailform1 a {
    color: #fff !important;
}

.subcontxt .seLayout iframe {
    box-shadow: none;
}

input[name="captcha_code"] {
    border: 1px solid #ddd !important;
}

.btn-area .bbsnewf5 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-area .bbsnewf5 a {
    margin-left: 10px;
}

td.board_admin_bgcolor table {
    width: auto;
}

.formmail_border {
    font-size: 15px !important;
}

.subcontxt h5 {
    font-size: 1.1em;
    margin-bottom: 15px !important;
}

.cont-area {
    margin-bottom: 50px;
}

.cont-area:last-child {
    margin-bottom: 0px;
}



.product-sub.justify-content-center a {
    padding: 10px 20px;
    margin: 0 10px;
}

.cont-spec .img-wrapper {
    margin-bottom: 30px;
}

td.formmail_title_bgcolor font {
    white-space: nowrap;
}





/*반응형*/

@media (max-width: 1400px) {
    .contains {
        max-width: 100%;
    }

    .top-menu ul {
        margin: 0 !important;
    }

    .productlist-divs .container>.row {
        margin: 0 !important;
    }

    #listpage .list_prev {
        left: -20px !important;
    }

    #listpage .list_next {
        right: -20px !important;
    }

    a.top {
        right: 1% !important;
        bottom: 1% !important;
    }
}





@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }

    #listpage .list_prev {
        left: 0px !important;
    }

    #listpage .list_next {
        right: 0px !important;
    }

    .adv_divs {
        background-size: cover;
    }

    .adv-sub {
        text-align: center;
    }

    .adv-sub a {
        text-align: left;
    }

    .adv_divs .row,
    .mov_divs .row,
    #footerarea .row {
        width: 96%;
        margin: 0 auto !important;
    }

    .adv-tit {
        padding: 80px 40px !important;
        min-height: 1px;
    }

    .adv_divs p {
        font-size: 1.2em !important;
    }

    .adv_divs br,
    .mov_divs p br {
        display: none !important;
    }

    .mov_divs h2 {
        font-size: 2.7em;
    }

    .mov_divs p {
        font-size: 1.2em !important;
    }

    .noticeoutput tr td:nth-child(2) {
        white-space: nowrap;
        max-width: 300px;
        text-overflow: ellipsis;
    }

    .maingotobtn .gotobtnarea {
        padding: 0px 15px !important;
    }

    .maingotobtn .gotobtnarea li {
        max-width: 33.33%;
    }

    .cont-g>ul>li.col-lg-4 {
        flex: 0 0 33.33%;
    }

    .sub-nav a {
        font-size: 0.985em;
    }

}





@media (max-width: 820px) {
    .row {
        flex-wrap: wrap;
    }

    .slide_txtarea {
        text-align: center !important;
    }

    .adv_divs>.container>.row>div,
    .mdivpadding .row>div,
    .maingotobtn>.container>.row>div,
    #footerarea>.container>.row>div {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .adv_divs ul li a {
        padding: 80px 0;
    }

    .mov_divs .row>div:nth-child(2) {
        padding: 0;
        margin: 30px 0 0;
    }

    .player {
        top: 0;
        left: 0;
    }

    .maingotobtn {
        max-width: 90%;
    }

    .maingotobtn .gotobtnarea .row {
        justify-content: space-evenly;
    }

    .maingotobtn .gotobtnarea {
        padding: 20px 15px !important;
        border-top: none;
        border-left: 1px #ddd solid;
    }

    #footerarea .row {
        justify-content: center;
    }

    #footerarea .ft-top a {
        padding: 10px 15px;
    }

    #footerarea>.container {
        padding: 30px 0;
    }

    #footerarea .ft-top a {
        font-size: 1em;
    }

    .productlist a h3 {
        font-size: 1.2em !important;
    }

    .htitle p {
        font-size: 1em !important;
    }

    .productlist-divs {
        padding: 50px 0;
    }

    .htitle {
        margin: 0 auto 30px;
    }

    .adv-sub a::after {
        top: 15px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        width: 100%;
        flex: auto;
        max-width: 100%;
        padding: 0 2%;
    }

    .offset-1 {
        margin-left: 0;
    }

    .submn a {
        display: inline-block;
        padding: 0 10px;
        border: 1px solid #ddd;
    }

    .submn ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 25px 0px 10px !important;
    }

    .submn ul li {
        margin: 2px 5px !important;
        width: auto !important;
    }

    .col-md-3.ceo-img {
        text-align: center;
    }

    .webzine_type2 .obj_name {
        width: auto;
        padding: 0;
    }

    #post_area img {
        max-width: 100%;
    }

    .adv-tit.col-md-4.wow.fadeInUp.animated {
        padding: 50px 20px;
    }

}















@media (max-width: 680px) {
    .row {
        margin: 0;
    }

    #listpage {
        display: none;
    }

    .slide_txtarea h3 {
        font-size: 1.2em !important;
    }

    .adv_divs {
        padding: 60px 0;
    }

    .adv_divs ul li a {
        font-size: 1.5em;
    }

    .adv-tit h1 {
        font-size: 2em;
    }

    .adv-tit h1 span {
        font-size: 0.5em;
    }

    .adv-sub {
        margin-top: 50px;
    }

    .adv_divs p {
        font-size: 1em !important;
        margin: 10px 0 0;
    }

    .adv-sub h1 {
        font-size: 1.8em;
        line-height: 1.5 !important;
    }

    .adv-sub h2 {
        font-size: 1.2em;
        margin-bottom: 15px !important;
    }

    .mov_divs h2 {
        font-size: 2em;
        line-height: 1.5 !important;
    }

    .mov_divs p {
        font-size: 1em !important;
    }

    .maingotobtn .mnoticearea h3 {
        padding-left: 10px;
        font-size: 1.5em;
    }

    .broad-area {
        padding: 20px 10px;
    }

    .noticeoutput tr td,
    .noticeoutput tr td a {
        font-size: 12px !important;
    }

    .noticeoutput tr td:nth-child(2) {
        max-width: 200px;
    }

    .maingotobtn .gotobtnarea a p {
        font-size: 1em !important;
    }

    #footerarea ul li {
        line-height: 1.5;
    }

    #footerarea ul span {
        font-size: 0.895em;
    }

    #footerarea>.container {
        padding: 30px 0;
    }

    .maingotobtn .gotobtnarea li {
        padding: 0 10px;
    }

    .notice .subcontxt table td,
    .notice .subcontxt table td font,
    .notice .subcontxt table td a,
    .notice .news_title,
    .board_bgcolor font,
    td.board_bgcolor span,
    .formmail_border,
    p.pbrnone,
    th,
    td,
    li,
    p,
    dt,
    dd {
        font-size: 14px !important;
    }

    .qalist td.bbsnewf5 {
        max-width: 180px;
    }

    .submn a {
        font-size: 0.825em;
    }

    .submn ul li {
        margin: 2px !important;
    }

    .bbsnewf5 .bbsnewf5 {
        width: auto;
    }

    .sign span {
        font-size: 1.1em;
    }

    .subcontxt table td,
    .subcontxt table th {
        padding: 5px;
    }

    .cont-g>ul>li.col-lg-4 {
        flex: 0 0 90%;
        margin: 10px auto;
    }

    .subcontxt .company::after {
        background-size: contain;
    }

    .cont-g .cir li {
        margin: 15px;
    }

    .txt-wrapper.row {
        justify-content: start;
    }

    .txt-wrapper.row ul.list {
        display: block;
    }

    .cont-g .sqr>li {
        padding: 10px 15px;
    }

    .subcontxt .cont-g {
        margin-top: 30px;
        padding-top: 30px;
    }

    .add-area dt {
        display: block;
        float: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        opacity: 0;
    }

    .submn a {
        line-height: 3;
    }

    .performance tr td:first-child {
        white-space: nowrap;
    }

    .glist3t img {
        height: auto !important;
    }

    .webzine_type2 dd,
    .webzine_type2 .obj_value {
        height: auto !important;
    }

    .webzine_type2 td span {
        display: block !important;
        width: 100% !important;
    }

    .newslist .webzine_type2 .obj_name {
        border-right: none !important;
    }


    .sub-nav {
        margin: 0px 0 30px;
    }

    .sub-nav ul {
        justify-content: flex-start;
        border: none !important;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .sub-nav a {
        padding: 2px;
        border: 1px solid #ddd !important;
    }

    #subarea .subcontxt .sub-nav ul.row.per-nav1 li,
    #subarea .subcontxt .sub-nav ul.row.per-nav2 li {
        padding: 2px 2px 0px 2px;
        width: 16.66%;
        border-bottom: none !important;
        border-color: transparent !important;
    }

    table.performance td {
        width: 100%;
        display: block;
        padding: 0px 20px;
        line-height: 1.5 !important;
    }

    table.performance td:first-child {
        margin-top: 10px !important;
    }

    table.performance td:last-child {
        margin-bottom: 10px !important;
    }


    #subtitbg p {
        font-size: 0.8em !important;
    }






}

/* 추가 */