/*SUB_01a*/
#SUB_01a {}

#SUB_01a .sub_contents {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_01a .sub_contents .greet_img {
    width: 100%;
    height: 360px;
    background-image: url(../img/sub/sub_01a_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#SUB_01a .SUBB .greet_img {
    width: 100%;
    height: 360px;
    background-image: url(../img/sub/sub_01B_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#SUB_01a .sub_contents .greet_img::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/sub/bg_dim.png);
    background-position: center;
    background-repeat: repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    opacity: 0.2;
}

#SUB_01a .sub_contents .greet_contents {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box {
    width: 660px;
    height: 370px;
    float: left;
    position: relative;
}
.icon_1 {
    color: #88c2ce;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border {
    position: absolute;
    width: 475px;
    height: 436px;
    background-image: url(../img/sub/greeting_border_box.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    top: -67px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 40px 35px;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > h2 {
    font-size: 2.625rem;
    color: #767676;
    font-weight: 100;
    line-height: 50px;
    letter-spacing: -1px;
    margin-top: 95px;
    margin-bottom: 40px;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > h2 > span {
    font-size: 2.75rem;
    font-weight: 600;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > h2 > span.color_blue {
    color: #000;
    border-top: 1px solid #767676;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > h2 > span.color_gray {
    color: #767676;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 23px;
    color: #444;
}

#SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > p > span {
    font-size: 1.125rem;
    font-weight: 500;
}

#SUB_01a .sub_contents .greet_contents .greet_txt {
    width: -webkit-calc(100% - 660px);
    width: calc(100% - 660px);
    height: auto;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
    float: left;
}

#SUB_01a .sub_contents .greet_contents .greet_txt > h3 {
    width: 100%;
    font-size: 1.188rem;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 24px;
    letter-spacing: -1px;
}

#SUB_01a .sub_contents .greet_contents .greet_txt .greet_sub_txt {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_01a .sub_contents .greet_contents .greet_txt .greet_sub_txt > li {
    font-size: 1rem;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 22px;
    letter-spacing: -.5px;
    word-break: keep-all;
}

#SUB_01a .sub_contents .greet_contents .greet_txt .greet_sub_txt > li:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 1281px) {
    #SUB_01a .sub_contents .greet_contents .greet_title_box {
        width: 570px;
    }

    #SUB_01a .sub_contents .greet_contents .greet_txt {
        padding-left: 0;
    }
}

@media all and (max-width: 1025px) {
    #SUB_01a .sub_contents .greet_contents .greet_title_box {
        width: 100%;
    }

    #SUB_01a .sub_contents .greet_contents .greet_txt {
        width: 100%;
    }

    #SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border {
        width: 100%;
        max-width: 475px;
    }
}

@media all and (max-width: 671px) {
    #SUB_01a .sub_contents .greet_img {
        height: 180px;
    }
}

@media all and (max-width: 481px) {
    #SUB_01a .sub_contents .greet_img {
        display: none;
    }

    #SUB_01a .sub_contents .greet_contents .greet_title_box {
        height: auto;
    }

    #SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    #SUB_01a .sub_contents .greet_contents .greet_title_box .greet_box_border > h2 {
        margin-top: 67px;
    }
}

/*SUB_01a end*/


/*SUB_01b*/

#SUB_01b .sub_contents {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../img/sub/his_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

#SUB_01b .sub_contents .his_wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
}

#SUB_01b .sub_contents .his_wrap::before {
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #eeeeee;
}

#SUB_01b .sub_contents .his_wrap .his_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

#SUB_01b .sub_contents .his_wrap .his_con:last-of-type {
    margin-bottom: 0;
}

#SUB_01b .sub_contents .his_wrap .his_con .his_box {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    position: relative;
}

#SUB_01b .sub_contents .his_wrap .lt_box_con .his_box {
    float: left;
    text-align: right;
    padding-right: 30px;
}

#SUB_01b .sub_contents .his_wrap .rt_box_con .his_box {
    float: right;
    text-align: left;
    padding-left: 30px;
}

#SUB_01b .sub_contents .his_wrap .lt_box_con .his_box::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #00346a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    right: -5px;
    top: 20px;
}

#SUB_01b .sub_contents .his_wrap .rt_box_con .his_box::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #00346a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 20px;
}

#SUB_01b .sub_contents .his_wrap .his_con .his_box > h2 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 2.8rem;
    letter-spacing: -1px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

#SUB_01b .sub_contents .his_wrap .his_con .his_box > h2.color_blue {
    color: #013469;
}

#SUB_01b .sub_contents .his_wrap .his_con .his_box > h2.color_green {
    color: #67ae22;
}

#SUB_01b .sub_contents .his_wrap .lt_box_con .his_box > h2 {
    padding-right: 10px;
}


#SUB_01b .sub_contents .his_wrap .rt_box_con .his_box > h2 {
    padding-left: 10px;
}

#SUB_01b .sub_contents .his_wrap .his_con .his_box > p {
    font-size: 0.813rem;
    line-height: normal;
    margin-bottom: 3px;
    color: #777;
    font-weight: 300;
}

#SUB_01b .sub_contents .his_wrap .his_con .his_box > p:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 481px) {
    #SUB_01b .sub_contents .his_wrap::before {
        left: 20px;
    }

    #SUB_01b .sub_contents .his_wrap .lt_box_con .his_box,
    #SUB_01b .sub_contents .his_wrap .rt_box_con .his_box {
        float: none;
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-left: 50px;
    }

    #SUB_01b .sub_contents .his_wrap .his_con .his_box > h2 {
        padding: 0;
    }

    #SUB_01b .sub_contents .his_wrap .lt_box_con .his_box::before,
    #SUB_01b .sub_contents .his_wrap .rt_box_con .his_box::before {
        left: 15px;
    }
}

/*SUB_01b end*/

/*SUB_01c*/
#SUB_01c {}


#SUB_01c .sub_contents {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_01c .sub_contents .organ_table_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_01c .sub_contents .organ_table_con .organ_table_box {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_01c .sub_contents .organ_table_con .organ_table_box > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

/*SUB_01c end*/


/*SUB_시스템인증*/
#board_certi .table_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#board_certi .table_con .table_box {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 3px solid #010344;
}

#board_certi .table_con .table_box th {
    background: #f7f7f7;
    text-align: center;
    color: #242424;
    font-weight: 400;
    font-size: 1rem;
    padding: 25px 0;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

#board_certi .table_con .table_box th:last-of-type {
    border-right: 0;
}

#board_certi .table_con .table_box td {
    font-size: 0.9rem;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    color: #666;
    font-weight: 300;
}

#board_certi .table_con .table_box td .gall_img {
    width: 100px;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    text-align: center;
    border-bottom: 0;
}

#board_certi .table_con .table_box td .gall_img .board_check {
    position: absolute;
    top: 0;
    z-index: 99;
}

#board_certi .table_con .table_box td .gall_img > a {
    display: block;
    width: 80px;
    height: auto;
    position: relative;
    margin: 0 auto;
}

#board_certi .table_con .table_box td .gall_img img {
    width: auto;
    max-width: 80px;
    vertical-align: middle;
}

#board_certi .table_con .table_box td .board_subject {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    height: 111px;
    float: left;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #444;
    position: relative;
}

#board_certi .table_con .table_box td .board_subject > a {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: -1px;
    display: inline-block;
    color: #444;
    position: relative;
    line-height: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#board_certi .table_con .table_box td.board_content {
    padding: 15px 20px;
    text-align: left;
}

/*SUB_시스템인증 end*/


/*SUB_1d*/
#SUB_01d {}

#SUB_01d .sub_contents {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_01d .sub_contents .maps_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_01d .sub_contents .maps_con .maps_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 200px;
}

#SUB_01d .sub_contents .maps_con .maps_box:last-of-type {
    margin-bottom: 0;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_title {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_title > h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin-bottom: 10px;
    color: #444;
    position: relative;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_title > h3::before {
    content: '';
    width: 15px;
    height: 3px;
    background-color: #010344;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_title > p {
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 23px;
    color: #666;
    word-break: keep-all;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_title > p > span {
    font-size: 0.938rem;
    color: #010344;
    font-weight: 500;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_ob {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn > .maps_rt_con {
    width: auto;
    height: auto;
    float: right;
    position: relative;
    overflow: hidden;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn > .maps_rt_con > .maps_btn_box {
    width: auto;
    height: auto;
    margin-right: 15px;
    float: left;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn > .maps_rt_con > .maps_btn_box:last-of-type {
    margin-right: 0;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn > .maps_rt_con > .maps_btn_box > a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn > .maps_rt_con > .maps_btn_box > a > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

#SUB_01d .sub_contents .maps_con .maps_box .maps_btn > .maps_rt_con > .maps_btn_box > a:hover {
    border: 1px solid #010344;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #010344;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box {
    width: 100%;
    height: auto;
    position: relative;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li > .loca_th {
    float: left;
    width: 162px;
    height: 50px;
    overflow: hidden;
    background-color: #f7f7f7;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 15px;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li > .loca_th > span {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-color: #7d7d7d;
    text-align: center;
    border-radius: 5px;
    line-height: 28px;
    border: 1px solid #9a9a9a;
    color: #fff;
    float: left;
    position: relative;
    top: 11px;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li > .loca_th > p {
    width: auto;
    float: left;
    font-size: 1rem;
    line-height: 50px;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li > .loca_td {
    width: -webkit-calc(100% - 162px);
    width: calc(100% - 162px);
    height: 50px;
    float: left;
    padding: 0 15px;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li > .loca_td > p {
    line-height: 49px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #777;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li.loca_table_3 {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li.loca_table_3 .loca_th {
    border-left: 1px solid #d1d1d1;
}

#SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li.loca_table_3:first-of-type .loca_th {
    border-left: 0;
}

@media all and (max-width: 1025px) {
    #SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li.loca_table_3 {
        width: 100%;
    }
    
    #SUB_01d .sub_contents .maps_con .maps_box .location_table_con .location_table_box > li.loca_table_3 .loca_th{
        border-left: 0;
    }
}

@media all and (max-width: 481px) {
    #SUB_01d .sub_contents .maps_con .maps_box .maps_ob {
        height: 300px;
    }
}

/*SUB_1d end*/
