@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap');

@font-family: 'Play', sans-serif;

/* ----------------------------------------------------------
 * 공통
---------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: 'Malgun Gothic','Play', dotum, sans-serif;
    background: #fff;
    color: #555;
    line-height: 27px
}

.m_text {
    font-family: 'Play', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Malgun Gothic', dotum, sans-serif
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

a {
    color: #555
}

a:hover {
    color: #ce7784;
    text-decoration: none
}

input[type=text],
input[type=password],
textarea {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px #dedede solid !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: 1px #dedede solid !important;
}

#hd_pop {
    max-width: 100% !important
}

/*익스하단스크롤방지*/

/* 게시판용 버튼 */
#bo_list i,
#bo_v i,
#bo_gall i {
    display: none
}

a.btn,
.btn {
    line-height: 35px;
    height: 35px;
    padding: 0 15px !important;
    text-align: center;
    border-radius: 3px;
    font-weight: normal;
    border: 0;
    font-size: 13px
}

a.btn_b01,
.btn_b01 {
    display: inline-block;
    background: #f4f4f4;
    color: #555;
    text-decoration: none;
    vertical-align: middle;
    border: 1px #dedede solid
}

.btn_b01:hover,
.btn_b01:hover {
    background: #f4f4f4
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: #3777a8;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
    background: #6890d4
}

a.btn_b02_big,
.btn_b02_big {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: center;
    background: #ff4e00;
    border-radius: 4px
}

a.btn_b02_big:hover,
.btn_b02_big:hover {
    background: red;
}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    padding: 0 10px !important;
    border: 1px solid #b9bdd3;
    color: #646982;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    background: #91d2da;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px #91d2da solid
}

.btn_admin:hover,
a.btn_admin:hover {
    background: #3777a8
}

a.btn_cancel {
    display: inline-block;
    border: 1px solid #dedede;
    background: #f4f4f4;
    color: #555;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    border: 1px solid #dedede;
    background: #f4f4f4;
    color: #555;
    vertical-align: top;
    text-decoration: none
}

.btn_submit {
    background: #f4f4f4;
    color: #555;
    border: 1px #dedede solid
}

.btn_submit:hover {
    background: #fff
}

/* 게시판 상단 */
.b_top_img img {
    max-width: 100%
}


.container {
    max-width: 1400px !important
}

/* 폰트색상 */
.red_01 {
    color: #b41616
}

.blue_01 {
    color: #00599c
}


/* 개인정보취급방침 */
.policy_area .privArea .textArea li {
    float: left
}

.policy_area table {
    width: 100%;
    margin-bottom: 10px;
}

.policy_area table th,
.policy_area table td {
    border: 1px solid #dedede;
    padding: 10px 15px;
    font-weight: normal
}

.policy_before {
    padding: 0 0 30px
}


/* ----------------------------------------------------------
 * 메인
---------------------------------------------------------- */

/* 간격 */
.main_gab_01 {
    padding-top: 80px;
    padding-bottom: 80px
}

.main_gab_01 .txt_40 {
    padding-bottom: 30px
}

.main_gab_02 {
    padding: 40px
}

.main_gab_03 {
    padding: 15px
}

.main_gab_04 {
    padding: 30px
}

/* 메인배너 */
#carousel11_indicator {
    max-width: 100%
}

#carousel11_indicator .carousel-inner img {
    width: 100%
}

#carousel11_indicator .carousel-inner {
    text-align: center;
    height: 100vh;
    background: url('../../contents/img/movie_bg.jpg') repeat center center;
    background-color: rgba(255, 255, 255, 1.0)
}

#carousel11_indicator .pattern-overlay_wrap {
    /*background:url('../../contents/img/dot_bg_02.png') repeat top left;*/
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 2
}

#carousel11_indicator .carousel-control-prev {
    left: 3%;
    z-index: 3;
    font-size: 72px;
}

#carousel11_indicator .carousel-control-next {
    right: 3%;
    z-index: 3;
    font-size: 72px
}

#carousel11_indicator .carousel-indicators {
    bottom: 3%
}

#carousel11_indicator .carousel-caption {
    top: 38vh;
    text-align: left
}

#carousel11_indicator .carousel-caption .txt_64 {
    font-size: 5.125rem;
    padding: 73px 0 0 0;
    color: #f5f5f5;
}

#carousel11_indicator .carousel-caption .txt_32 {
    font-size: 1.5rem
}

.video-section .pattern-overlay {
    background: url('../../contents/img/dot_bg_02.png_') repeat top left;
    height: 300px
}

.video-section .buttonBar {
    display: none
}

#carousel11_indicator .ani {
    -webkit-animation: heartBeat 100s 0s infinite linear alternate;
    -o-animation: heartBeat 100s 0s infinite linear alternate;
    animation: heartBeat 100s 0s infinite linear alternate
}

#carousel11_indicator .caro_banner {
    background: -webkit-linear-gradient(99deg, #2d9fd3 50%, transparent 50%);
    background: -o-linear-gradient(99deg, #2d9fd3 50%, transparent 50%);
    background: linear-gradient(-9deg, #2d9fd3 50%, transparent 50%);
    z-index: 100;
    bottom: 0;
    position: absolute;
    height: 300px;
    width: 100%
}

#carousel11_indicator .caro_banner .banner {
    width: 425px;
    height: 115px;
    float: right;
    margin-right: 120px;
    margin-top: 120px
}

#carousel11_indicator .movie {
    width: 100%
}


/*섹션2*/
#section2 {background:#fff url('../../contents/img/main_cont_01.jpg') repeat center center}
#section2 .container-fluid{text-align:center;color:#fff;height:100%}
#section2 .view_btn{background:rgba(255,255,255,.2);border:1px rgba(255,255,255,.3) solid;padding:10px 30px;display:inline-block;margin-top:40px}
#section2 .txt span{opacity:.5}
#section2 .txt_20{line-height:36px}
#section2 .txt_40{line-height:70px;padding-bottom:20px}




/*섹션2
#section2 {
    background: #fff url('../../contents/img/main_cont_01.jpg') repeat center center
}

#section2 .container-fluid {
    text-align: center;
    color: #fff;
    height: 100%
}

#section2 .left {
    background: rgba(255, 255, 255, .2);
    border-right: 1px rgba(255, 255, 255, .2) solid
}

#section2 .right {
    background: rgba(0, 0, 0, .3);
    border-left: 1px rgba(255, 255, 255, .4) solid
}

#section2 .center {
    background: rgba(255, 255, 255, .2);
    border-left: 1px rgba(255, 255, 255, .3) solid
}

#section2 .top {
    border-bottom: 1px rgba(255, 255, 255, .3) solid
}

#section2 .align-self-end {
    padding-bottom: 35%
}

#section2 img {
    opacity: .8;
    padding-bottom: 15px
}

#section2 .txt span {
    opacity: .5
}

#section2 .txt_20 {
    line-height: 36px
}

#section2 .txt_40 {
    line-height: 60px;
    padding-bottom: 20px
}
*/

/*섹션3*/
#section3 {
    background: #fff url('../../contents/img/main_cont_02_01.jpg') repeat center center
}

#section3 .container-fluid {
    text-align: left;
    color: #fff;
    height: 100%
}

#section3 .top {
    background: rgba(70, 140, 165, .7);
    padding-left: 20%
}

#section3 .bottom {
    background: rgba(65, 70, 100, .8);
    padding-left: 20%
}

#section3 .txt_20 {
    line-height: 36px
}

#section3 .txt_40 {
    line-height: 60px;
    padding-bottom: 20px
}

/*섹션4*/
#section4 {
    background: #fff url('../../contents/img/main_cont_03_14.jpg') repeat center center
}

#section4 .txt_40 {
    line-height: 60px;
    padding-bottom: 20px
}

#section4 .txt_20 {
    line-height: 36px
}

#section4 .box_01 {
    border: 2px rgba(255, 255, 255, .5) solid;
    line-height: 60px;
    height: 60px;
    color: #fff
}

#section4 .box_02 {
    background: #fae100;
    line-height: 60px;
    height: 60px;
    font-weight: bold
}

#section4 .box_03 {
    background: rgba(255, 255, 255, .5);
    line-height: 60px;
    height: 60px;
    color: #fff
}

/*섹션5*/
#section5 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #434d5c), color-stop(50%, #383838));
    background: -webkit-linear-gradient(left, #434d5c 50%, #383838 50%);
    background: -o-linear-gradient(left, #434d5c 50%, #383838 50%);
    background: linear-gradient(90deg, #434d5c 50%, #383838 50%);
    padding: 30px 0 0 0
}

#section5 .left a {
    color: rgba(255, 255, 255, .5)
}

#section5 .right {
    text-align: right;
    color: rgba(255, 255, 255, .5)
}

#section5 .right a {
    text-align: right;
    color: rgba(255, 255, 255, .4)
}

#section5 .right p {
    font-weight: bold
}

/*#section5 .right a {
    background: url('../../contents/img/menu_dot.png') no-repeat right center;
    padding-right: 10px
}*/

#section5 .gab {
    color: rgba(255, 255, 255, .1);
    padding: 0 15px
}

#section5 .copy {
    color: rgba(255, 255, 255, .3);
    line-height: 30px;
    padding: 30px 0
}

#section5 .copyright {
    text-align: center;
    padding: 20px 15px;
    color: rgba(255, 255, 255, .3);
    background: #000
}

/* ----------------------------------------------------------
 * 하단
---------------------------------------------------------- */

.copy_wrap {
    background: #383838;
    padding: 20px 0 20px 0;
    color: rgba(255, 255, 255, .3)
}

.copy_wrap span {
    line-height: 30px
}

.gab_5 {
    opacity: .3
}

.copy_menu_home {
    border-bottom: 1px #4c4e61 solid;
    padding: 20px 0;
    background: #383838;
    color: rgba(255, 255, 255, .3)
}

.copy_menu_home a {
    color: rgba(255, 255, 255, .3);
    font-weight: bold
}


/* ----------------------------------------------------------
 * 서브
---------------------------------------------------------- */

/* 상단공통 */
.sub_tit {
    text-align: center;
    height: 400px;
    margin-bottom: 180px;
    position: relative
}

.sub_tit_txt {
    position: absolute;
    top: 450px;
    width: 100%
}

.sub_tit_line {
    border-bottom: 2px #243558 solid;
    padding: 0 0 5px 0
}

.sub_tit_chach {
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    margin-top: 200px
}

/* 전체타이틀 */
.big_txt_01 {
    font-size: 38px;
    line-height: 56px;
    letter-spacing: -1.5px
}

.small_txt_01 {
    font-size: 22px;
    line-height: 34px
}

.small_txt_02 {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 15px
}


/* 테이블 */
.table-bordered {
    border: 0px solid #dee2e6
}

.table-bordered th {
    background: #e6eff1
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dee2e6;
    border-right: 0px solid #dee2e6;
    vertical-align: middle
}

.table-bordered th:first-child,
.table-bordered td:first-child {
    border-left: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 0px
}

.table-bordered .tit_01 {
    background: #f1f6f7;
    width: 12%;
    text-align: center
}

.table-bordered .tit_02 {
    font-weight: bold;
    background: #f7f7f7
}

.table-bordered .tit_03 {
    background: #b4c7e7;
    text-align: center;
    width: 10%
}

.table-bordered .tit_04 {
    background: #154366;
    padding: 15px;
    width: 40%
}

.table-bordered .tit_05 {
    background: #f7f3e3;
    text-align: center;
    width: 10%
}

.table td,
.table th {
    padding: .5rem .75rem
}


/* 지원및관리 */
.support i {
    background: #f3f3f3;
    border-radius: 50%;
    padding: 30px;
    border: 1px #dedede solid;
    font-size: 100px
}

.support .bg {
    background: #f9f9f9;
    padding: 30px;
    border: 1px #dedede solid
}

.support .gan {
    padding-top: 20px
}

.care {
    margin-top: 50px
}

.care i {
    font-size: 72px
}

.care .bg {
    background: #f9f9f9;
    padding: 30px;
    border: 1px #dedede solid
}

/* 직무소개 */
.duty {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ededed;
    padding: 80px 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.duty .duty_img {
    width: 30%;
    height: auto;
}

.duty .duty_img > img {
    max-width: 100%;
}

.duty .duty_txt {
    width: 70%;
    height: auto;
    padding-left: 50px;
}

.duty .duty_txt h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 2rem;
    color: #444;
    padding-bottom: 20px;
}

.duty .duty_txt h3 span {
    position: relative;
    font-weight: 600;
}

.duty .duty_txt h3 span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 102%;
    height: 20px;
    background: #ededed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.duty .duty_txt h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f64b0;
}

.duty .duty_txt p {
    font-size: 1.25rem;
    color: #686868;
    margin: 0;
    padding-left: 20px;
    word-break: keep-all;
    padding-bottom: 10px;
}

.duty:first-child {
    padding-top: 0;
}


@media only screen and (max-width:1441px) {
     .duty {
        padding: 80px 30px 50px;
    }
    
    .duty .duty_img {
        width: 20%;}
    
    .duty .duty_txt {
        width: 80%;}
}

@media only screen and (max-width:1231px) {
    .duty {
        padding: 80px 30px 50px;
    }
}

@media only screen and (max-width:1025px) {
    .duty {
        padding: 80px 30px 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .duty .duty_img {
        width: 100%;
        height: auto;
        padding-left: 0px;
    }


    .duty .duty_txt {
        width: 100%;
        padding-top: 33px;
        padding-left: 0px;
    }
}

@media only screen and (max-width:801px) {

    .duty .duty_txt h3 {
        font-size: 26px;
    }


    .duty .duty_txt h4 {
        font-size: 22px;
    }

    .duty .duty_txt p {
        font-size: 16px;
    }

}


/* 직무소개 끝 */
/* R&D */
.duty_01 {
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.duty_01 .duty_img {
    width: 30%;
    height: auto;
}

.duty_01 .duty_img > img {
    max-width: 100%;
}

.duty_01 .duty_txt {
    width: 70%;
    height: auto;
    padding-left: 50px;
}

.duty_01 .duty_txt h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 2rem;
    color: #444;
    padding-bottom: 20px;
}

.duty_01 .duty_txt h3 span {
    position: relative;
    font-weight: 600;
}

.duty_01 .duty_txt h3 span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 102%;
    height: 20px;
    background: #ededed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.duty_01 .duty_txt h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f64b0;
}

.duty_01 .duty_txt p {
    font-size: 1.25rem;
    color: #686868;
    margin: 0;
    padding-left: 20px;
    word-break: keep-all;
    padding-bottom: 10px;
}

.duty_01:first-child {
    padding-top: 0;
}


@media only screen and (max-width:1441px) {
     .duty_01 {
        padding: 80px 30px 50px;
    }
    
    .duty_01 .duty_img {
        width: 20%;}
    
    .duty_01 .duty_txt {
        width: 80%;}
}

@media only screen and (max-width:1231px) {
    .duty_01 {
        padding: 80px 30px 50px;
    }
}

@media only screen and (max-width:1025px) {
    .duty_01 {
        padding: 80px 30px 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .duty_01 .duty_img {
        width: 100%;
        height: auto;
        padding-left: 0px;
    }


    .duty_01 .duty_txt {
        width: 100%;
        padding-top: 33px;
        padding-left: 0px;
    }
}

@media only screen and (max-width:801px) {

    .duty_01 .duty_txt h3 {
        font-size: 26px;
    }


    .duty_01 .duty_txt h4 {
        font-size: 22px;
    }

    .duty_01 .duty_txt p {
        font-size: 16px;
    }

}


/* R&D 끝 */

/* ----------------------------------------------------------
 * 반응형처리
---------------------------------------------------------- */

@media only screen and (max-width:992px) {


    /* 전체타이틀 */
    .big_txt_01 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -1.5px
    }

    .small_txt_01 {
        font-size: 18px;
        line-height: 30px
    }

    .small_txt_02 {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px
    }

    .max_img {
        padding-bottom: 20px
    }


    /* 텍스트 */
    .txt_24 {
        font-size: 20px
    }


    /* 게시판 */
    #bo_list {
        padding-bottom: 10px
    }

    /* ----------------------------------------------------------
 * 상단
---------------------------------------------------------- */

    /* 메인배너 */
    #carousel11_indicator .carousel-inner img {
        width: 250%
    }

    #carousel11_indicator .carousel-inner {
        height: 60vh
    }

    #carousel11_indicator .carousel-caption {
        top: 25vh;
        right: 7%;
        left: 7%
    }

    #carousel11_indicator .carousel-caption .txt_64 {
        font-size: 1.75rem;
        line-height: 40px;
        padding-top: 5px
    }

    #carousel11_indicator .carousel-caption .txt_32 {
        font-size: 1.525rem
    }

    #carousel11_indicator .carousel-caption br {
        display: block
    }

    #carousel11_indicator .carousel-indicators {
        bottom: 3%
    }

    #carousel11_indicator .carousel-control-prev {
        display: none
    }

    #carousel11_indicator .carousel-control-next {
        display: none
    }

    #carousel11_indicator .caro_banner {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #2d9fd3), color-stop(50%, transparent));
        background: -webkit-linear-gradient(bottom, #2d9fd3 50%, transparent 50%);
        background: -o-linear-gradient(bottom, #2d9fd3 50%, transparent 50%);
        background: linear-gradient(0deg, #2d9fd3 50%, transparent 50%);
        z-index: 100;
        bottom: 0;
        position: absolute;
        height: 300px;
        width: 100%
    }

    #carousel11_indicator .caro_banner .banner {
        width: 425px;
        height: 115px;
        margin-top: 170px;
        margin-right: 15px
    }

    #carousel11_indicator .ani {
        -webkit-animation: heartBeat 100s 0s infinite linear alternate;
        -o-animation: heartBeat 100s 0s infinite linear alternate;
        animation: heartBeat 100s 0s infinite linear alternate
    }

    #carousel11_indicator .movie {
        width: 250%
    }


    /* 공통간격 */
    .main_gab_01 {
        padding-top: 10px;
        padding-bottom: 0px
    }

    .main_gab_01 .txt_40 {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .main_gab_02 {
        padding: 0px
    }

    .main_gab_03 {
        padding: 5px
    }

    .main_gab_04 {
        padding: 0px
    }


    /*섹션1*/
    #section1 .txt_64,
    #section1 .txt_32 {
        text-align: center
    }





/*섹션2*/
#section2 .container-fluid{text-align:center;color:#fff;height:100%;padding:50px 30px}
#section2 .view_btn{background:rgba(255,255,255,.2);border:1px rgba(255,255,255,.3) solid;padding:5px 15px;display:inline-block;margin-top:20px}
#section2 .txt span{opacity:.5}
#section2 .txt_20{line-height:24px;font-size:15px}
#section2 .txt_40{line-height:36px;padding-bottom:20px;;font-size:24px}

    /*섹션2*
    #section2 {
       background-size:cover;
        background: #254168
    }

    #section2 .col-sm-3 {
        width: 50%;
        color: rgba(255, 255, 255, .5);
        padding: 40px 10px
    }

    #section2 .col_bg {
        background: rgba(255, 255, 255, .2)
    }

    #section2 img {
        max-width: 25%;
        padding-bottom: 5px
    }*/

    /*섹션3*/
    #section3 .col-sm-6 {
        width: 50%;
        color: rgba(255, 255, 255, 1);
        padding: 60px 10px;
        font-family: 'Malgun Gothic'
    }

    #section3 {
        -webkit-background-size: cover;
        background-size: cover
    }

    #section3 .txt_26 {
        line-height: 40px
    }

    #section3 .col_bg {
        background: rgba(65, 70, 100, .8)
    }

    /*섹션4*/
    #section4 {
        -webkit-background-size: cover;
        background-size: cover;
        text-align: center
    }

    #section4 .txt_26 {
        line-height: 30px;
        padding: 20px 0;
        font-size: 22px
    }

    /*섹션5*/
    #section5 {
        display: none
    }



    /* ----------------------------------------------------------
 * 하단
---------------------------------------------------------- */
    .copy_wrap {
        padding: 15px 0 0 0
    }

    .copy_wrap span {
        width: 100%;
        display: block;
        line-height: 26px
    }

    .copy_wrap .gan {
        display: none
    }


    .m_copyright {
        text-align: center;
        padding: 20px 15px;
        color: rgba(255, 255, 255, .3);
        background: #000
    }

    /* ----------------------------------------------------------
 * 서브
---------------------------------------------------------- */

    /* 상단공통 */

    .sub_tit {
        text-align: center;
        height: 300px;
        margin-bottom: 100px;
    }

    .sub_tit_txt {
        position: absolute;
        top: 330px;
        width: 100%
    }

    .sub_tit_txt .txt_34 {
        font-size: 1.500rem
    }

    .sub_tit_line {
        border-bottom: 2px #243558 solid;
        padding: 0 0 5px 0
    }

    .sub_tit_chach {
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        margin-top: 160px;
        padding: 0 30px;
        line-height: 36px
    }

    /* 테이블 */
    .table-bordered {
        border: 1px solid #dee2e6;
        width: 100%
    }

    .table-bordered th {
        background: #e6eff1
    }

    .table-bordered th,
    .table-bordered td {
        padding: .5rem .75rem
    }

    .table_sub_01 {
        border-radius: 0px;
        min-height: 30px;
        margin-bottom: 5px
    }

    .table_sub_02 {
        padding: 15px;
        margin-bottom: 5px
    }

    /* 지원및관리 */
    .support .bg {
        padding: 20px;
        margin-bottom: 5px
    }

    .support .gan {
        padding-top: 0px
    }

    .care {
        margin-top: 0px
    }

    .care .bg {
        padding: 20px;
        margin-bottom: 5px
    }

}


/* 미미 css*/


