@charset "utf-8";
/* 서브 */

/* 서브 : 태블릿 768픽셀 부터 1024픽셀까지*/
@media screen and (min-width: 768px) and (max-width: 1024px) {


}

/* 서브 : 모바일 767픽셀*/
@media screen and (max-width: 767px) {


}


/* 1.서브영역 : 태블릿 768픽셀 부터 1024픽셀까지*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* 1.서브영역 : 모바일 767픽셀*/
@media screen and (max-width: 767px) {

}


/* 서브 교육신청 바로가기 배너 */

.sub_contents .edu_link {
    overflow: hidden;
    position: relative;
    width: 240px;
    margin-top: 47px;
    padding: 10px;
    background: url("../images/common/edu_link_bg.gif") repeat;
}

.sub_contents .edu_link h3 {
    margin: 0;
    padding: 15px 15px 15px 55px;
    font-size: 20px;
    font-weight: 500;
    color: #01568c;
    background: #fff url("../images/common/edu_link_title_bg.png") no-repeat;
    background-position: 30px;
}

/*
.sub_contents .edu_link{ overflow: hidden; position: relative; width:260px; margin-top: 47px; padding: 10px;}
.sub_contents .edu_link h3{ margin:0; padding:0 0 0 30px; font-size:20px; font-weight:500; color:#01568c; background: url("../images/common/edu_link_title_bg.png") no-repeat; background-position:left; }
.sub_contents .edu_link .bg{ overflow: hidden; position: relative; background:url("../images/common/edu_link_bg.gif") repeat; width:260px; height:228px; margin-top:15px; }
 */
.sub_contents .edu_link ul {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 99;
    width: 198px;
    height: 193px;
    padding: 10px 23px 10px 23px;
    background: #fff;
}

.sub_contents .edu_link li {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ccc;
}

.sub_contents .edu_link li.end {
    border-bottom: none;
}

.sub_contents .edu_link li a {
    color: #666;
    font-size: 16px;
}

.sub_contents .edu_link li.icon01 {
    background: url("../images/common/edu_link_icon1.png") 0 center no-repeat;
    background-position: left;
    padding-left: 50px;
}

.sub_contents .edu_link li.icon02 {
    background: url("../images/common/edu_link_icon2.png") 0 center no-repeat;
    background-position: left;
    padding-left: 50px;
}

.sub_contents .edu_link li.icon02 a {
    font-size: 15px
}

.sub_contents .edu_link li.icon03 {
    background: url("../images/common/edu_link_icon3.png") 0 center no-repeat;
    background-position: left;
    padding-left: 50px;
}

.sub_contents .edu_link li a:hover {
    color: #01568c;
    cursor: pointer;
    font-weight: 500;
}


/* 서브 타이틀 및 페이지 */
.sub_contents h4.sub_title {
    overflow: hidden;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 24px 0;
    line-height: 1;
    background: url("../images/common/sub_title_bg.png") no-repeat;
    background-position: bottom;
}

.sub_contents .subpage {
    margin-top: 35px;
}

/* 서브 타이틀 및 페이지 : 태블릿 768픽셀 부터 1024픽셀까지*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sub_contents h4.sub_title {
        background-size: 100%;
        font-size: 25px; /*padding:0 0 22px 0;*/
    }

    .sub_contents .subpage {
        margin-top: 20px;
    }
}

/* 서브 타이틀 및 페이지 : 모바일 640픽셀*/
@media screen and (max-width: 767px) {
    .sub_contents h4.sub_title {
        background-size: 100%;
        font-size: 20px;
        font-weight: 500;
        padding: 0 0 15px 0; /*padding:0 0 22px 0;*/
    }

    .sub_contents .subpage {
        margin-top: 15px;
    }
}


strong {
    font-weight: bold !important;
}

.sub a {
    color: #555;
}

.sub-main-contents ul {
    margin-left: 14px;
}

.sub-main-contents ul li {
    font-size: 16px;
    line-height: 25px;
}

.sub-main-contents ul li > ul {
    margin-left: 20px;
    padding: 10px 0;
}

.sub-main-contents ul li ul > li {
    font-size: 15px;
}


@media (min-width: 992px) {
    .sub {
    }

    .sub .sub-top-title {
        height: 300px;
        width: 100%;
        text-align: center;
        background: url(../images/sub/sub_img.jpg) no-repeat center center;
        padding-top: 85px;
        color: #fff;
    }

    .sub .sub-top-title h3 {
        font-size: 44px;
        font-weight: bold;
        font-family: "NanumSquareRound";
        margin-bottom: 30px;
    }

    .sub .sub-top-title p {
        font-size: 20px;
        text-align: center;
    }

    .sub-menu {
    }

    .sub-menu-wrap {
        width: 100%;
        margin-top: 32px;
        /*height:60px;*/
        /*padding:8px 20px 8px 0;*/
        /*margin-top:-30px;*/
        /*background:#1F5AB2; border-radius:30px 0;*/
    }

    .sub-menus {
        display: flex;
        flex-wrap: wrap;
    }

    .sub-menus > li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(25% - 2px);
        border: 1px solid gray;
        padding: 16px 0;
        margin: 0px 1px 2px 1px;
        text-align: center;
    }

    .sub-menus > li > a {
        font-size: 16px;
    }

    .sub-menus > li:hover {
        background: #0E3460;
    }

    .sub-menus > li:hover > a {
        color: #FFFFFF;
    }

    .sub-menus .active {
        background: #0E3460;
    }

    .sub-menus .active > a {
        color: #FFFFFF;
    }

    .sub-menu-wrap .sub-menu {
    }

    .sub-menu-wrap .sub-menu li {
        position: relative;
        z-index: 90;
        float: left;
        height: 44px;
        width: calc(33.333% - 27px);
        background: url(../images/sub/menu_line.png) no-repeat left top;
        padding-left: 25px;
        padding-right: 20px;
        letter-spacing: -1.5px;
        font-size: 14px;
    }

    .sub-menu-wrap .sub-menu li a {
        color: #fff;
        display: block;
        height: 44px;
        padding-top: 13px;
        padding-right: 24px;
    }

    .sub-menu-wrap .sub-menu li a .down-open {
        position: absolute;
        text-align: center;
        display: inline-block;
        top: 13px;
        right: 20px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .sub-menu-wrap .sub-menu li a .down-open img {
        width: 9px;
        height: 5px;
        display: inline-block;
        margin-top: -5px;
    }

    .sub-menu-wrap .sub-menu li a:hover {
    }

    .sub-menu-wrap .sub-menu li.active {
    }

    .sub-menu-wrap .sub-menu li.active a {
    }

    .sub-menu-wrap .sub-menu li.home {
        text-align: center;
        padding: 8px 0 0;
        width: 81px;
        background: none;
    }

    .sub-menu-wrap .sub-menu li.home a {
        color: #fff;
        padding-right: 0px;
        padding-top: 4px;
    }


    .sub-menu-wrap .sub-menu li ul {
        display: none;
        padding: 25px;
        position: absolute;
        top: 50px;
        left: 0px;
        background: #164894;
        width: 100%;
    }

    .sub-menu-wrap .sub-menu li ul li {
        position: relative;
        border-right: 0px;
        float: none;
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;
        height: auto;
        background: none;
        margin-bottom: 10px;
        font-size: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sub-menu-wrap .sub-menu li ul li:before {
        content: '-';
        display: inline-block;
        position: Absolute;
        left: 0px;
        top: 0px;
        color: #fff;
    }

    .sub-menu-wrap .sub-menu li ul li a {
        color: #fff;
        display: inline-block;
        padding: 0px;
        height: auto;
    }

    .sub-menu-wrap .sub-menu li ul li a:hover {
        color: #fff;
    }

    .sub-menu-wrap .sub-menu li ul li a.active {
        color: #fff;
        text-decoration: underline;
    }

    .subpage {
        margin-bottom: 100px;
        width: 100%;
    }

    .subpage .top-title {
        font-size: 40px;
        color: #111;
        font-family: "NanumSquareRound";
        font-weight: bold;
        text-align: center;
        padding-top: 72px;
        padding-bottom: 62px;
    }

    .subpage .sinmungo-btn {
        position: relative;
        z-index: 10;
        float: right;
        margin-top: -105px;
    }

    .gallery-list-wrap {
    }

    .gallery-list-wrap .row {
        margin: 0 -5px;
    }

    .subpage .row .list:nth-child(3n+2) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .gallery-list-wrap .row .list {
        width: calc(25% - 20px);
        margin: 0 10px 20px;
    }

    .gallery-list-wrap .row .list .img {
        background: #f0f3fa;
    }

    .subpage .board-container .board-search-wrap form .search-container input {
        width: 100% !important;
    }


    .subpage .table-list tr th {
        background: #fafafa;
        text-align: center;
        padding: 20px 0;
    }

    .subpage .table-view tr th, .table-form tr th {
        background: #fafafa;
        text-align: center;
        padding: 14px 0;
    }

    .subpage .table-view tr td, .table-form tr td {
        padding: 15px;
        border-top: 1px solid #dddddd;
        text-align: left;
    }

    .subpage .table-list tr td {
        padding: 15px 0;
        border-top: 1px solid #dddddd;
        text-align: center;
    }

    .subpage .table-bordered {
        border: 0px;
        border-top: 1px solid #ddd;
    }

    .subpage .table-bordered > thead > tr > th, .subpage .table-bordered > tbody > tr > th, .subpage .table-bordered > tbody > tr > td {
        font-size: 14px;
        color: #000;
        border: 0px;
        border-bottom: 1px solid #ddd;
    }

    .subpage .table-list tr td.title {
        text-align: left;
    }

    .board-info .pull-right {
        float: none !important;
    }

    .board-btn-div {
        margin-top: 30px;
    }

    .pagination {
        display: block;
    }

    /* 인사말 */
    .greeting .greeting-top {
        width: 100%;
        padding: 50px 100px;
        margin-bottom: 40px;
        background-image: url(../images/sub/top_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .greeting .greeting-top .small-txt {
        color: #FEFEFE;
        font-size: 20px;
        text-align: center;
    }

    .greeting .greeting-top .txt {
        padding: 35px;
        background: #fff;
        color: #496DAA;
        font-size: 30px;
        text-align: center;

    }

    .greeting .greeting-img {
        position: relative;
        float: right;
        margin-left: 100px;
    }

    .greeting .greeting-img:before {
        content: '';
        position: absolute;
        bottom: -8px;
        right: -8px;
        width: 100%;
        height: 100%;
        background-color: #8170B7;
        z-index: -1;
    }

    .greeting .greeting-txt {
        color: #555555;
        font-size: 18px;
        line-height: 200%;
    }

    .greeting .greeting-txt .blue-txt {
        color: #01568C;
        font-size: 20px;
    }

    .greeting .sign {
        text-align: right;
        font-size: 18px;
    }

    .greeting .sign img {
        margin-left: 10px;
    }

    /* .greeting .greeting-img {
		width: 1000px;
		margin: 0 auto;
		margin-top: 50px;
	} */
    /*비전*/
    .vision {
        float: left;
        width: 100%;
    }

    .vision .vision-tit {
        float: left;
        width: 100%;
    }

    .vision .vision-tit p {
        float: left;
        padding-bottom: 10px;
        color: #111111;
        font-size: 24px;
        text-align: center;
        border-bottom: 3px solid #4473C5;
    }

    .vision .vision-tit p.tit1 {
        width: 15%;
        margin-right: 1%;
    }

    .vision .vision-tit p.tit2 {
        width: 84%;
    }

    .vision .vision-list {
        float: left;
        width: 100%;
        padding-top: 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .vision .vision-list .tit {
        float: left;
        width: 15%;
        height: 70px;
        padding-top: 22px;
        margin-right: 1%;
        background: #4473C5;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }

    .vision .vision-list .tit2 {
        float: left;
        width: 28%;
        height: 70px;
        padding-top: 22px;
        margin-right: 1%;
        border-left: 3px solid #4473C5;
        color: #3A6BBF;
        font-size: 18px;
        text-align: center;
    }

    .vision .vision-list .txt {
        float: left;
        width: 55%;
        height: 70px;
        padding-left: 60px;
        border-left: 3px solid #4473C5;
        color: #444;
        font-size: 16px;
    }

    /* CI */
    .img-line {
        border: 1px solid #E8E8E8;
        padding: 50px;
        text-align: center;
    }

    .ci-line {
        display: block;
        margin: 50px 0;
        border-bottom: 1px dotted #c2c2c2;
    }

    .ci-btn {
        text-align: center;
    }

    .ci-btn .button_basic01 {
        background: #fff;
        color: #1a6797;
        text-align: center;
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 15px;
        border: 1px solid #1a6797;
        border-radius: 4px;
        cursor: pointer;
    }

    /* 경영 추진체계 */
    .vision-con {
        padding-top: 70px;
        margin-top: 30px;
        text-align: center;
        background-image: url(../images/sub/img_arrow.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    .vision-con .round-tit {
        margin: 0 auto;
        display: inline-block;
        padding: 7px 40px;
        font-size: 24px;
        color: #fff;
        border-radius: 25px;
        background-color: #1E3970;
    }

    .vision-con ul {
        margin-top: 40px;
    }

    .vision-con ul li {
        margin: 0 15px;
        display: inline-block;
        width: 30%;
        border: 1px solid #0E6EB8;
    }

    .vision-con ul li .tit {
        width: 100%;
        margin: 0;
        padding: 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #065795;
        background-color: #F0F6FB;
    }

    .vision-con ul li .txt {
        margin: 0 20px;
        padding: 25px 0 25px 50px;
        font-size: 16px;
        line-height: 200%;
        border-top: 1px solid #0E6EB8;
    }

    .vision-con2 ul li {
        width: 40%;
        margin-bottom: 30px;
    }

    /* 행동강령 */
    .code-con .top-tit {
        padding: 35px 0;
        margin-bottom: 15px;
        font-size: 24px;
        color: #111;
        text-align: center;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

    .code-con .text-right {
        font-size: 15px;
    }

    .code-con h3 {
        margin-bottom: 20px;
        font-size: 20px;
        color: #111;
    }

    .code-con p {
        font-size: 16px;
        color: #555;
        line-height: 180%;
    }

    .code-con p strong {
        font-weight: bold;
        color: #111;
    }

    /* 제주 온라인학습 */
    .online-con .online-box {
        position: relative;
        padding: 40px 50px;
        margin-bottom: 30px;
        margin-right: 3%;
        float: left;
        width: 48.5%;
        height: 300px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .online-con .online-box:nth-child(even) {
        margin-right: 0;
    }

    .online-con .online-box .tit {
        margin-bottom: 25px;
        font-size: 26px;
        color: #111;
        font-weight: bold;
    }

    .online-con .online-box .txt {
        color: #555;
        font-size: 16px;
    }

    .online-con .online-box .link {
        margin: 50px 0 0 0;
    }

    .online-con .online-box .link a {
        padding: 15px;
        display: block;
        width: 100%;
        text-align: center;
        color: #555;
        font-size: 16px;
        background-color: #ECEDF2;
    }

    .online-con .online-box .img {
        position: absolute;
        top: 50px;
        right: 60px;
    }

    /* 추진전략 */
    .strategy {
        float: left;
        width: 100%;
    }

    .strategy .strategy-tit {
        float: left;
        width: 100%;
    }

    .strategy .strategy-tit p {
        float: left;
        padding-bottom: 10px;
        color: #111111;
        font-size: 24px;
        text-align: center;
        border-bottom: 3px solid #4473C5;
    }

    .strategy .strategy-tit p.tit1 {
        width: 25%;
        margin-right: 5%;
    }

    .strategy .strategy-tit p.tit2 {
        width: 70%;
    }

    .strategy .strategy-list {
        float: left;
        width: 100%;
    }

    .strategy .strategy-list .tit {
        float: left;
        width: 25%;
        height: 70px;
        padding-top: 22px;
        margin: 0 0 10px 0;
        background-color: #4473C5;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }

    .strategy .strategy-list ul {
        position: relative;
        float: left;
        width: 70%;
        height: 70px;
        margin-left: 5%;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

    .strategy .strategy-list ul:before {
        content: '';
        width: 20px;
        height: 40px;
        position: absolute;
        top: 14px;
        left: -40px;
        background-image: url(../images/sub/img_arrow2.png);
        background-position: 2.5% center;
        background-repeat: no-repeat;

    }

    .strategy .strategy-list ul li {
        position: relative;
        float: left;
        width: 33.333%;
        padding-top: 22px;
        text-align: center;
        font-size: 16px;
        color: #444;
    }

    .strategy .strategy-list ul li + li:before {
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        height: 40px;
        border-right: 1px solid #ccc;

    }

    /* 고객서비스헌장 */
    .charter-con {
        width: 100%;
        padding: 160px 80px 60px 80px;
        border: 14px solid #F5F5F5;
        background-image: url(../images/sub/label.png);
        background-position: center 80px;
        background-repeat: no-repeat;
    }

    .charter-con .tit {
        text-align: center;
        color: #111;
        font-size: 46px;
        font-weight: bold;
        font-family: "NanumSquareRound";
    }

    .charter-con .tit span {
        font-size: 20px;
        color: #555;
        font-weight: normal;
    }

    .charter-con .txt {
        padding: 10px 0;
        font-size: 16px;
        color: #555;
        text-align: center;
        line-height: 200%;
    }

    .charter-con .box {
        float: left;
        width: 100%;
        padding: 55px 80px;
        margin-top: 20px;
        font-size: 16px;
        color: #555;
        border-radius: 20px;
        line-height: 220%;
        background-color: #F5F9FF;
    }

    .charter-con .box .num {
        float: left;
        width: 8%;
        font-size: 18px;
        color: #1F5AB2;
    }

    .charter-con .box .text {
        float: left;
        width: 92%;
    }

    .charter-con .sign {
        clear: both;
        padding-top: 60px;
        margin: 0;
        font-size: 18px;
        color: #111;
        text-align: center;
    }

    /* JILES 사회적가치 */
    .title-box {
        float: left;
        position: relative;
        width: 100%;
        padding: 75px 65px 50px 65px;
        margin-top: 100px;
        word-break: keep-all;
        font-size: 16px;
        background-color: #F7F7F7;
    }

    .title-box .round-tit {
        position: absolute;
        top: -25px;
        left: calc(50% - 200px);
        width: 400px;
        height: 50px;
        padding-top: 7px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        border-radius: 25px;
        background-color: #1E3970;
    }

    .title-box .tb-list {
        float: left;
        width: 24.2%;
        margin-right: 1%;
    }

    .title-box .tb-list:last-child {
        margin-right: 0;
    }

    .title-box .tb-list .tit {
        float: left;
        width: 100%;
        height: 70px;
        padding-top: 21px;
        margin: 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-color: #3D76BB;
    }

    .title-box .tb-list04 .tit {
        padding-top: 8px;
    }

    .title-box .tb-list ul {
        float: left;
        width: 100%;
        padding: 0 20px;
        margin-top: 10px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .title-box .tb-list ul li {
        float: left;
        width: 100%;
        height: 100px;
        padding-top: 22px;
        text-align: center;
        font-size: 16px;
        color: #444;
        line-height: 180%;
        border-bottom: 1px dashed #ccc;
    }

    .title-box .tb-list ul li:last-child {
        border: none;
    }

    .title-box .blue-txt {
        color: #1F5AB2;
        font-size: 18px;
        font-weight: bold;
    }

    .title-box strong {
        font-weight: bold;
    }

    .title-box .table-responsive table thead th {
        padding: 15px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background-color: #3D76BB;
        border-bottom: 3px solid #C9E1FF;
        border-left: 1px solid #C9E1FF;
    }

    .title-box .table-responsive table thead th:first-child {
        border-left: none;
    }

    .title-box .table-responsive table tbody th {
        padding: 15px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background-color: #3D76BB;
        border-bottom: 2px solid #C9E1FF;
        border-left: 1px solid #C9E1FF;
    }

    .title-box .table-responsive table tbody th:first-child {
        border-left: none;
    }

    .title-box .table-responsive table tbody td {
        padding: 15px;
        color: #555;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background-color: #fff;
        border-top: 1px solid #C9E1FF;
        border-left: 1px solid #C9E1FF;
    }

    .title-box .table-responsive table tbody td:first-child {
        border-left: none;
    }


    /* 지역상생발전 */
    .img-con .img-group {
        float: left;
        width: 100%;
    }

    .img-con .img-group img {
        float: left;
        width: 33%;
        margin-right: 0.5%;
    }

    .img-con .img-group img:last-child {
        margin-right: 0;
    }

    .img-con .txt-bg {
        clear: both;
        padding: 40px 0 60px;
        margin: 0;
        text-align: center;
        color: #333;
        font-size: 17px;
        line-height: 200%;
        background-image: url(../images/sub/img_line.png);
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .img-con .round-txt {
        float: left;
        width: 100%;
        padding-left: calc(50% - 495px);
        padding-top: 30px;
    }

    .img-con .round-txt p {
        float: left;
        width: 350px;
        height: 100px;
        padding-top: 35px;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -30px;
        text-align: center;
        color: #1F5AB2;
        font-size: 18px;
        border-radius: 50px;
        border: 1px solid #1F5AB2;
        background-color: #fff;
    }

    /* 신문고 */
    .sinmungo-box {
        padding: 50px 90px 50px 250px;
        margin-bottom: 50px;
        font-size: 17px;
        color: #333;
        line-height: 180%;
        border: 1px dashed #ccc;
        background-image: url(../images/sub/cs_ic01.png);
        background-repeat: no-repeat;
        background-position: 80px center;
    }

    .sinmungo-txt {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

    .sinmungo-txt .tit {
        float: left;
        width: 20%;
        padding-right: 30px;
        font-size: 20px;
        color: #1F5AB2;
    }

    .sinmungo-txt .txt {
        float: left;
        width: 80%;
        margin: 0;
    }

    .sinmungo-txt .txt li {
        position: relative;
        padding-bottom: 10px;
        padding-left: 20px;
        font-size: 16px;
        color: #555;
        line-height: 180%;
    }

    .sinmungo-txt .txt li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 0;
        width: 8px;
        height: 3px;
        background-color: #bbb;
    }

    .sinmungo-step {
        clear: both;
        display: flex;
        text-align: center;
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 50px;
        border-top: 1px solid #ddd;
    }

    .sinmungo-step p {
        position: relative;
        width: 200px;
        height: 200px;
        padding-top: 120px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        color: #111;
        border-radius: 30px 30px 0 30px;
        background-color: #EBEFF5;
        background-repeat: no-repeat;
        background-position: center 50px;
    }

    .sinmungo-step p + p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 90px;
        left: -50%;
        width: 15px;
        height: 24px;
        background-image: url(../images/sub/cs_arrow.png);
    }

    .sinmungo-step p.step1 {
        background-image: url(../images/sub/cs_ic02.png);
    }

    .sinmungo-step p.step2 {
        background-image: url(../images/sub/cs_ic03.png);
    }

    .sinmungo-step p.step3 {
        background-image: url(../images/sub/cs_ic04.png);
    }

    .sinmungo-step p.step4 {
        background-image: url(../images/sub/cs_ic05.png);
    }

    .sinmungo-step.step-num4 p + p:before {
        left: -28%;
    }

    /* 지정기부금단체 운영 */
    .operation-con .con-link {
        float: left;
        width: 100%;
        margin-bottom: 100px;
        padding: 25px 50px 15px;
        background-color: #F5F5F5;
    }

    .operation-con .con-link li:nth-child(-n+3) {
        float: left;
        width: 18%;
        margin-bottom: 10px;
    }

    .operation-con .con-link li:nth-child(n+4) {
        float: left;
        width: 20%;
        margin-bottom: 10px;
    }

    .operation-con .con-link li:last-child {
        margin-right: 0;
    }

    .operation-con .con-link li a {
        padding-right: 20px;
        color: #1F5AB2;
        font-size: 18px;
        background-image: url(../images/sub/tab_arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .operation-con .ope-section {
        clear: both;
        position: relative;
        margin-bottom: 60px;
    }

    .operation-con .ope-section .img {
        width: 100%;
        height: 200px;
        background-position: center;
    }

    .operation-con .ope-section .ope-tit {
        position: absolute;
        top: 160px;
        left: 8px;
        width: 170px;
        height: 160px;
        padding: 25px 0 0 0;
        margin: 0;
        color: #fff;
        font-weight: bold;
        font-family: "NanumSquareRound";
        font-size: 24px;
        text-align: center;
        line-height: 140%;
        letter-spacing: -1.2px;
        border-radius: 40px 0 0 0;
        background-image: none;
    }

    .operation-con .ope-section .ope-tit span {
        display: inline-block;
        font-size: 28px;
        padding-bottom: 10px;
    }

    .operation-con .ope-section .tit-orange {
        background-color: #FF8351;
    }

    .operation-con .ope-section .tit-green {
        background-color: #52B9A6;
    }

    .operation-con .ope-section .tit-blue {
        background-color: #3D76BB;
    }

    .operation-con .ope-section .txt-box {
        width: 80%;
        margin-top: 25px;
        margin-left: 20%;
    }

    .operation-con .ope-section .txt-box .tit {
        padding-bottom: 5px;
        color: #111;
        font-weight: bold;
        font-family: "NanumSquareRound";
        font-size: 24px;
    }

    .operation-con .ope-section .txt-box .txt {
        padding: 20px 40px;
        border: 1px dashed #ccc;
        font-size: 16px;
        color: #111;
    }

    .operation-con .ope-section .txt-box p {
        margin-bottom: 10px;
        line-height: 180%;
    }

    .operation-con .ope-section ul li {
        position: relative;
        padding-bottom: 5px;
        padding-left: 20px;
        font-size: 15px;
        color: #555;
        line-height: 180%;
    }

    .operation-con .ope-section ul li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 0;
        width: 8px;
        height: 3px;
        background-color: #bbb;
    }

    .operation-con .ope-section ul li strong {
        font-size: 16px;
        color: #111;
        font-weight: bold;
    }

    .operation-con .ope-section .round-step {
        display: flex;
    }

    .operation-con .ope-section .round-step p {
        position: relative;
        width: 23%;
        padding-top: 25px;
        margin: 0 1%;
        height: 110px;
        font-size: 17px;
        color: #222;
        line-height: 160%;
        text-align: center;
        border: 1px solid #3D76BB;
        border-radius: 55px;
    }

    .operation-con .ope-section .round-step p:nth-child(even) {
        border: 1px solid #959595;
    }

    .operation-con .ope-section .round-step p + p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 48px;
        left: -20px;
        width: 16px;
        height: 10px;
        background-color: none;
        background-image: url(../images/sub/step_arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .operation-con .ope-section .round-step p span {
        font-size: 16px;
        color: #555;
    }

    /* 단계 콘텐츠 */
    .step-con {
        clear: both;
        display: flex;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0 30px;
    }

    .step-con p {
        position: relative;
        width: 20%;
        height: 100px;
        padding-top: 37px;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        color: #111;
        border-radius: 30px 30px 0 30px;
        background-color: #EBEFF5;
        background-repeat: no-repeat;
        background-position: center 50px;
    }

    .step-con p + p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 44px;
        left: -15%;
        width: 15px;
        height: 24px;
        background-image: url(../images/sub/cs_arrow.png);
    }


}

@media (min-width: 992px) and (max-width: 1199px) {

    .gallery-list-wrap .row .list {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px;
    }

    /* 비전 */
    .vision .vision-list .tit2 {
        width: 35%;
    }

    .vision .vision-list .txt {
        width: 48%;
    }

    /* 경영 추진체계 */
    .vision-con ul li {
        width: 28%;
    }

    .vision-con ul li .txt {
        padding: 25px 0;
    }

    .vision-con2 ul li {
        width: 40%;
    }

    /* JILES 사회적가치 */
    .title-box .tb-list02 .tit {
        padding-top: 8px;
    }

    /* 신문고게시판 */
    .sinmungo-step p + p:before {
        left: -33%;
    }

    .sinmungo-step.step-num4 p + p:before {
        left: -14%;
    }

    /* 지정기부금단체 운영 */
    .operation-con .con-link li {
        margin-right: 40px;
    }

    .operation-con .ope-section .txt-box {
        width: 75%;
        margin-left: 25%;
    }

}


@media (max-width: 991px) {
    .sub .sub-top-title {
        height: 120px;
        width: 100%;
        text-align: center;
        background: url(../images/sub/sub_img.jpg) no-repeat center center;
        background-size: cover;
        padding-top: 25px;
        color: #fff;
    }

    .sub .sub-top-title h3 {
        font-size: 24px;
        font-weight: bold;
        font-family: "NanumSquareRound";
        margin-bottom: 10px;
    }

    .sub .sub-top-title p {
        font-size: 14px;
        text-align: center;
    }


    .sub_contents {
        padding: 0 15px;
    }

    .sub-menu {
    }

    .sub-menu-wrap {
        width: 100%;
        padding: 8px 10px 8px 0;
        margin-top: -30px;
        background: #1F5AB2;
        border-radius: 30px 0;
        overflow: hidden;
    }

    .sub-menu-wrap .sub-menus {
    }

    .sub-menu-wrap .sub-menus li {
        position: relative;
        z-index: 90;
        float: left;
        height: 44px;
        width: 50%;
        background: url(../images/sub/menu_line.png) no-repeat left top;
        padding-left: 17px;
        padding-right: 12px;
        letter-spacing: -1.5px;
        font-size: 14px;
    }

    .sub-menu-wrap .sub-menus li:nth-of-type(2) {
        display: none;
    }

    .sub-menu-wrap .sub-menus li:nth-of-type(3) {
        background: none;
    }

    .sub-menu-wrap .sub-menus li a {
        color: #fff;
        display: table-cell;
        height: 44px;
        padding-right: 20px;
        width: 1000px;
        vertical-align: middle;
    }

    .sub-menu-wrap .sub-menus li a .down-open {
        position: absolute;
        text-align: center;
        display: inline-block;
        top: 13px;
        right: 12px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .sub-menu-wrap .sub-menus li a .down-open img {
        width: 9px;
        height: 5px;
        display: inline-block;
        margin-top: -5px;
    }

    .sub-menu-wrap .sub-menus li a:hover {
    }

    .sub-menu-wrap .sub-menus li.active {
    }

    .sub-menu-wrap .sub-menus li.active a {
    }

    .sub-menu-wrap .sub-menus li.home {
        display: none;
    }

    .sub-menu-wrap .sub-menus li.home a {
        color: #fff;
    }

    .sub-menu-wrap .sub-menus li ul {
        display: none;
        padding: 15px;
        position: absolute;
        top: 50px;
        left: 0px;
        background: #164894;
        width: 100%;
    }

    .sub-menu-wrap .sub-menus li ul li {
        position: relative;
        border-right: 0px;
        float: none;
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;
        height: auto;
        background: none;
        margin-bottom: 10px;
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sub-menu-wrap .sub-menus li ul li:before {
        content: '-';
        display: inline-block;
        position: Absolute;
        left: 0px;
        top: 0px;
        color: #fff;
    }

    .sub-menu-wrap .sub-menus li ul li a {
        color: #fff;
        display: inline-block;
        padding: 0px;
        height: auto;
        width: 100%;
    }

    .sub-menu-wrap .sub-menus li ul li a:hover {
        color: #fff;
    }

    .sub-menu-wrap .sub-menus li ul li a.active {
        color: #fff;
        text-decoration: underline;
    }

    .subpage {
        margin-bottom: 50px;
        width: 100%;
    }

    .subpage .top-title {
        font-size: 24px;
        color: #111;
        font-family: "NanumSquareRound";
        font-weight: bold;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .subpage .sinmungo-btn {
        margin-top: -30px;
        text-align: center;
    }

    .gallery-list-wrap .row {
        margin: 0 -5px;
    }

    .subpage .row .list:nth-child(3n+2) {
        margin-left: 10px;
        margin-right: 10px;
    }

    .gallery-list-wrap .row .list {
        width: calc(50% - 20px);
        margin: 0 10px 20px !important;
    }

    .gallery-list-wrap .row .list .img {
        background: #f0f3fa;
    }

    .subpage .table-list tr th {
        background: #fafafa;
        text-align: center;
        padding: 20px 0;
    }

    .subpage .table-view tr th, .table-form tr th {
        background: #fafafa;
        text-align: center;
        padding: 14px 0;
    }

    .subpage .table-view tr td, .table-form tr td {
        padding: 15px;
        border-top: 1px solid #dddddd;
        text-align: left;
    }

    .subpage .table-list tr td {
        padding: 15px 0;
        border-top: 1px solid #dddddd;
        text-align: center;
    }

    .board-info .pull-right {
        float: none !important;
    }

    .board-btn-div {
        margin-top: 30px;
    }

    .pagination {
        display: block;
    }

    .subpage .board-container .board-search-wrap form .search-container input {
        width: 100% !important;
    }


    /* 인사말 */
    .greeting .greeting-top {
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 30px;
        background-image: url(../images/sub/top_img.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .greeting .greeting-top .small-txt {
        color: #FEFEFE;
        font-size: 16px;
        text-align: center;
    }

    .greeting .greeting-top .txt {
        padding: 10px;
        background: #fff;
        color: #496DAA;
        font-size: 20px;
        text-align: center;

    }

    .greeting .greeting-img {
        position: relative;
        float: right;
        width: 85px;
        margin: 0 0 0 65px;
    }

    .greeting .greeting-img img {
        width: 100%;
    }

    .greeting .greeting-img:before {
        content: '';
        position: absolute;
        bottom: -5px;
        right: -5px;
        width: 100%;
        height: 100%;
        background-color: #8170B7;
        z-index: -1;
    }

    .greeting .greeting-txt {
        color: #555555;
        font-size: 18px;
        line-height: 160%;
        word-break: keep-all;
    }

    .greeting .greeting-txt .blue-txt {
        color: #01568C;
        font-size: 16px;
    }

    .greeting .sign {
        text-align: right;
        font-size: 18px;
    }

    .greeting .sign img {
        margin-left: 10px;
    }

    /* .greeting .greeting-img {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	} */
    /*비전*/
    .vision {
        float: left;
        width: 100%;
        padding-top: 30px;
    }

    .vision .vision-tit {
        display: none;
    }

    .vision .vision-list {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #CCCCCC;
    }

    .vision .vision-list p {
        margin: 0;
    }

    .vision .vision-list .tit {
        float: left;
        width: 100%;
        padding: 10px;
        background: #4473C5;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .vision .vision-list .tit2 {
        float: left;
        width: 100%;
        padding: 10px;
        color: #3A6BBF;
        font-size: 16px;
        text-align: center;
    }

    .vision .vision-list .txt {
        float: left;
        width: 100%;
        padding: 10px;
        border-top: 3px solid #4473C5;
        color: #444;
        font-size: 14px;
    }

    /* CI */
    .img-line {
        border: 1px solid #E8E8E8;
        padding: 30px;
        text-align: center;
    }

    .ci-line {
        display: block;
        margin: 30px 0;
        border-bottom: 1px dotted #c2c2c2;
    }

    .ci-btn {
        text-align: center;
    }

    .ci-btn .button_basic01 {
        background: #fff;
        color: #1a6797;
        text-align: center;
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 15px;
        border: 1px solid #1a6797;
        border-radius: 4px;
        cursor: pointer;
    }

    /* 인권경영 추진체계 */
    .vision-con {
        padding-top: 60px;
        margin-top: 30px;
        text-align: center;
        background-image: url(../images/sub/img_arrow.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    .vision-con .round-tit {
        margin: 0 auto;
        display: inline-block;
        padding: 7px 20px;
        font-size: 18px;
        color: #fff;
        border-radius: 25px;
        background-color: #1E3970;
    }

    .vision-con ul {
        margin-top: 20px;
    }

    .vision-con ul li {
        margin: 5px 0;
        display: inline-block;
        width: 100%;
        border: 1px solid #0E6EB8;
    }

    .vision-con ul li .tit {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #065795;
        background-color: #F0F6FB;
    }

    .vision-con ul li .txt {
        margin: 0 10px;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 200%;
        border-top: 1px solid #0E6EB8;
    }

    /* 행동강령 */
    .code-con .top-tit {
        padding: 20px 0;
        margin-bottom: 15px;
        font-size: 18px;
        color: #111;
        text-align: center;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

    .code-con .text-right {
        font-size: 15px;
    }

    .code-con h3 {
        margin-bottom: 10px;
        font-size: 20px;
        color: #111;
    }

    .code-con p {
        font-size: 16px;
        color: #555;
        line-height: 180%;
    }

    .code-con p strong {
        font-weight: bold;
        color: #111;
    }

    /* 제주 온라인학습 */
    .online-con .online-box {
        position: relative;
        padding: 20px 30px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .online-con .online-box .tit {
        margin-bottom: 15px;
        font-size: 20px;
        color: #111;
        font-weight: bold;
    }

    .online-con .online-box .txt {
        color: #555;
        font-size: 16px;
    }

    .online-con .online-box .link {
        margin: 20px 0 0 0;
    }

    .online-con .online-box .link a {
        padding: 10px;
        display: block;
        width: 100%;
        text-align: center;
        color: #555;
        font-size: 16px;
        background-color: #ECEDF2;
    }

    .online-con .online-box .img {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .online-con .online-box .img img {
        width: 70px;
    }

    /* 추진전략 */
    .strategy .strategy-tit {
        display: none;
    }

    .strategy .strategy-list {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .strategy .strategy-list p {
        margin: 0;
    }

    .strategy .strategy-list .tit {
        float: left;
        width: 100%;
        padding: 10px;
        background: #4473C5;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .strategy .strategy-list ul {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 10px 40px;
        border: 1px solid #ccc;
    }

    .strategy .strategy-list ul:before {
        content: '';
        position: absolute;
        top: -40px;
        left: 44%;
        width: 40px;
        height: 40px;
        transform: rotate(90deg);
        background-image: url(../images/sub/img_arrow2.png);
        background-position: center;
        background-repeat: no-repeat;

    }

    .strategy .strategy-list ul li {
        position: relative;
        float: left;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        color: #444;
        border-bottom: 1px solid #ccc;
    }

    .strategy .strategy-list ul li:last-child {
        border: none;
    }

    /* 고객서비스헌장 */
    .charter-con {
        width: 100%;
        padding: 60px 20px 30px 20px;
        border: 7px solid #F5F5F5;
        background-image: url(../images/sub/label.png);
        background-position: center 30px;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .charter-con .tit {
        text-align: center;
        color: #111;
        font-size: 26px;
        font-weight: bold;
        font-family: "NanumSquareRound";
    }

    .charter-con .tit span {
        font-size: 16px;
        color: #555;
        font-weight: normal;
    }

    .charter-con .txt {
        padding: 10px 0;
        font-size: 16px;
        color: #555;
        text-align: center;
        line-height: 160%;
    }

    .charter-con .box {
        float: left;
        width: 100%;
        padding: 30px 30px 20px;
        margin-top: 10px;
        font-size: 16px;
        color: #555;
        border-radius: 10px;
        line-height: 180%;
        background-color: #F5F9FF;
    }

    .charter-con .box .num {
        float: left;
        width: 100%;
        font-size: 18px;
        color: #1F5AB2;
    }

    .charter-con .box .text {
        float: left;
        width: 100%;
        padding-bottom: 10px;
    }

    .charter-con .sign {
        clear: both;
        padding-top: 30px;
        margin: 0;
        font-size: 16px;
        color: #111;
        text-align: center;
    }

    /* JILES 사회적가치 */
    .title-box {
        float: left;
        position: relative;
        width: 100%;
        padding: 60px 20px 10px 20px;
        margin-top: 40px;
        word-break: keep-all;
        font-size: 16px;
        background-color: #F7F7F7;
    }

    .title-box .round-tit {
        position: absolute;
        top: -25px;
        left: 10%;
        width: 80%;
        height: 50px;
        padding-top: 10px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border-radius: 25px;
        background-color: #1E3970;
    }

    .title-box .tb-list {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .title-box .tb-list .tit {
        float: left;
        width: 100%;
        padding: 10px;
        margin: 0;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #3D76BB;
    }

    .title-box .tb-list ul {
        float: left;
        width: 100%;
        padding: 0 20px;
        margin-top: 5px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .title-box .tb-list ul li {
        float: left;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        color: #444;
        line-height: 180%;
        border-bottom: 1px dashed #ccc;
    }

    .title-box .tb-list ul li:last-child {
        border: none;
    }

    .title-box .blue-txt {
        color: #1F5AB2;
        font-size: 18px;
        font-weight: bold;
    }

    .title-box strong {
        font-weight: bold;
    }

    .title-box .table-responsive table thead th {
        padding: 15px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background-color: #3D76BB;
        border-bottom: 3px solid #C9E1FF;
        border-left: 1px solid #C9E1FF;
    }

    .title-box .table-responsive table thead th:first-child {
        border-left: none;
    }

    .title-box .table-responsive table tbody th {
        padding: 15px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background-color: #3D76BB;
        border-bottom: 2px solid #C9E1FF;
        border-left: 1px solid #C9E1FF;

    }

    .title-box .table-responsive table tbody th:first-child {
        border-left: none;
    }

    .title-box .table-responsive table tbody td {
        padding: 15px;
        color: #555;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        background-color: #fff;
        border-top: 1px solid #C9E1FF;
        border-left: 1px solid #C9E1FF;
    }

    .title-box .table-responsive table tbody td:first-child {
        border-left: none;
    }


    /* 지역상생발전 */
    .img-con .img-group {
        float: left;
        width: 100%;
    }

    .img-con .img-group img {
        float: left;
        width: 33%;
        margin-right: 0.5%;
    }

    .img-con .img-group img:last-child {
        margin-right: 0;
    }

    .img-con .txt-bg {
        clear: both;
        padding: 10px 0 60px;
        margin: 0;
        text-align: center;
        color: #333;
        font-size: 17px;
        line-height: 200%;
        background-image: url(../images/sub/img_line.png);
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .img-con .round-txt {
        float: left;
        width: 100%;
        padding-top: 20px;
    }

    .img-con .round-txt p {
        float: left;
        width: 100%;
        padding: 30px 0;
        margin-bottom: 2px;
        text-align: center;
        color: #1F5AB2;
        font-size: 18px;
        border-radius: 50px;
        border: 1px solid #1F5AB2;
        background-color: #fff;
    }

    /* 신문고 */
    .sinmungo-box {
        padding: 20px;
        margin-bottom: 30px;
        font-size: 16px;
        color: #333;
        line-height: 180%;
        border: 1px dashed #ccc;
    }

    .sinmungo-txt {
        margin-bottom: 30px;
    }

    .sinmungo-txt .tit {
        font-size: 18px;
        color: #1F5AB2;
    }

    .sinmungo-txt .txt li {
        position: relative;
        padding-bottom: 5px;
        padding-left: 20px;
        font-size: 16px;
        color: #555;
        line-height: 180%;
    }

    .sinmungo-txt .txt li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 0;
        width: 8px;
        height: 3px;
        background-color: #bbb;
    }

    .sinmungo-step {
        clear: both;
        padding-top: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
    }

    .sinmungo-step p {
        position: relative;
        width: 100%;
        padding: 30px 20px 30px 100px;
        margin-bottom: 40px;
        font-size: 16px;
        color: #111;
        border-radius: 30px 30px 0 30px;
        background-color: #EBEFF5;
        background-repeat: no-repeat;
        background-position: 30px center;
    }

    .sinmungo-step p + p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -30px;
        left: 50%;
        width: 15px;
        height: 24px;
        transform: rotate(90deg);
        background-image: url(../images/sub/cs_arrow.png);
    }

    .sinmungo-step p.step1 {
        background-image: url(../images/sub/cs_ic02.png);
    }

    .sinmungo-step p.step2 {
        background-image: url(../images/sub/cs_ic03.png);
    }

    .sinmungo-step p.step3 {
        background-image: url(../images/sub/cs_ic04.png);
    }

    .sinmungo-step p.step4 {
        background-image: url(../images/sub/cs_ic05.png);
    }

    /* 지정기부금단체 운영 */
    .operation-con .con-link {
        margin-bottom: 30px;
        padding: 20px;
        background-color: #F5F5F5;
    }

    .operation-con .con-link li {
        padding-bottom: 5px;
    }

    .operation-con .con-link li a {
        padding-right: 20px;
        color: #1F5AB2;
        font-size: 16px;
        background-image: url(../images/sub/tab_arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .operation-con .ope-section {
        position: relative;
        margin-bottom: 30px;
    }

    .operation-con .ope-section .img {
        width: 100%;
        height: 120px;
        margin: 0 0 50px 0;
        background-position: center;
    }

    .operation-con .ope-section .ope-tit {
        position: absolute;
        top: 90px;
        left: 0;
        width: 75%;
        padding: 15px;
        margin: 0 0 15px 0;
        color: #fff;
        font-weight: bold;
        font-family: "NanumSquareRound";
        font-size: 20px;
        letter-spacing: -1.2px;
        border-radius: 0 30px 0 0;
        background-image: none;
    }

    .operation-con .ope-section .ope-tit br {
        display: none;
    }

    .operation-con .ope-section .ope-tit span {
        display: inline-block;
        font-size: 22px;
        padding-right: 10px;
    }

    .operation-con .ope-section .tit-orange {
        background-color: #FF8351;
    }

    .operation-con .ope-section .tit-green {
        background-color: #52B9A6;
    }

    .operation-con .ope-section .tit-blue {
        background-color: #3D76BB;
    }

    .operation-con .ope-section .txt-box {
        width: 100%;
        margin-top: 10px;
    }

    .operation-con .ope-section .txt-box .tit {
        color: #111;
        font-weight: bold;
        font-family: "NanumSquareRound";
        font-size: 18px;
    }

    .operation-con .ope-section .txt-box .txt {
        padding: 10px 20px;
        border: 1px dashed #ccc;
        font-size: 16px;
        color: #111;
    }

    .operation-con .ope-section .txt-box p {
        margin-bottom: 10px;
        line-height: 160%;
    }

    .operation-con .ope-section ul li {
        position: relative;
        padding-left: 20px;
        font-size: 15px;
        color: #555;
        line-height: 160%;
    }

    .operation-con .ope-section ul li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 0;
        width: 8px;
        height: 3px;
        background-color: #bbb;
    }

    .operation-con .ope-section ul li strong {
        font-size: 16px;
        color: #111;
        font-weight: bold;
    }

    .operation-con .ope-section .round-step {
    }

    .operation-con .ope-section .round-step p {
        position: relative;
        width: 100%;
        padding: 10px;
        margin: 0 0 30px 0;
        font-size: 17px;
        color: #222;
        line-height: 160%;
        text-align: center;
        border: 1px solid #3D76BB;
        border-radius: 55px;
    }

    .operation-con .ope-section .round-step p:nth-child(even) {
        border: 1px solid #959595;
    }

    .operation-con .ope-section .round-step p + p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -19px;
        left: 50%;
        width: 16px;
        height: 10px;
        background-color: none;
        background-image: url(../images/sub/step_arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        transform: rotate(90deg);
    }

    .operation-con .ope-section .round-step p span {
        font-size: 16px;
        color: #555;
    }


    /* 단계 콘텐츠 */
    .step-con {
        clear: both;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .step-con p {
        position: relative;
        width: 100%;
        padding: 20px;
        margin-bottom: 40px;
        font-size: 16px;
        text-align: center;
        color: #111;
        border-radius: 30px 30px 0 30px;
        background-color: #EBEFF5;
        background-repeat: no-repeat;
        background-position: 30px center;
    }

    .step-con p + p:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: -30px;
        left: 50%;
        width: 15px;
        height: 24px;
        transform: rotate(90deg);
        background-image: url(../images/sub/cs_arrow.png);
    }


}

/*연혁*/
.history {
    overflow: hidden;
    margin: 0 auto;
}

.history h4.mgt {
    margin-top: 30px !important;
}

.history h4.mgb {
    margin-bottom: 30px;
}

.history .box_dotline {
    padding-bottom: 50px !important;
}

.history dl {
    overflow: hidden;
    display: block;
}

.history dl dt {
    position: relative;
    top: 7px;
    right: -6px;
    display: block;
    float: left;
    width: 110px;
    height: 35px;
    background: url("/files/board/abb87e09-7613-4deb-b78f-7df825627808.png") no-repeat right top;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.history dl dt.top {
    position: relative;
    top: -1px;
    right: -6px;
    display: block;
    float: left;
    width: 110px;
    height: 34px;
    background: url("/files/board/036ae526-330e-4113-87c7-2482abc0f396.png") no-repeat right top !important;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.history dl dt.bottom {
    position: relative;
    top: -1px;
    right: -6px;
    display: block;
    float: left;
    width: 110px;
    height: 34px;
    background: url("/files/board/6f3db718-3468-474a-aabe-e7538a09e5f5.png") no-repeat right top !important;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.history dl dd {
    float: left;
    width: 728px;
    padding-bottom: 30px;
    padding-left: 35px;
    font-size: 15px;
    border-left: 1px solid #d2d2d2;
    color: #333;
}

.history dl dd.end {
    padding-bottom: 0;
}

.history dl dd ul {
    padding-bottom: 10px;
}

.history dl dd ul.end {
    padding-bottom: 0;
}

.history dl dd ul li {
    position: relative;
    overflow: hidden;
    clear: both;
    padding-bottom: 6px;
    font-size: 16px;
}

.history dl dd ul li strong {
    display: block;
    float: left;
    width: 60px;
    font-size: 16px;
    margin-right: 0px;
}

.history dl dd ul li span {
    display: block;
    float: left;
    width: 653px;
    background: url("../../images/sub/01/history_list_bullet.gif") no-repeat left 11px;
    padding-left: 15px;
}

.history dl dd ul li.end {
    padding-bottom: 0;
}

/* 연혁 : 태블릿 768픽셀 부터 1024픽셀까지*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .history {
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto; /*padding:0 20px;*/
    }

    .history dl dt.bottom {
        background: url("/files/board/6f3db718-3468-474a-aabe-e7538a09e5f5.png") no-repeat right 9px !important;
    }

    .history dl dd {
        width: 78%;
    }

    .history dl dd ul li span {
        width: 85%;
    }
}

/* 연혁 : 모바일 767픽셀*/
@media screen and (max-width: 767px) {
    .history {
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto; /*padding:0 20px;*/
    }

    .history h4.mgt {
        margin-top: 35px !important;
    }

    .history h4.mgb {
        margin-bottom: 20px;
    }

    .history .box_dotline {
        padding-bottom: 35px !important;
    }

    .history dl dd {
        width: 78%;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .history dl dd {
        width: 68%;
    }

    .history dl dt {
        width: 20%;
        font-size: 20px;
        background: url("/files/board/abb87e09-7613-4deb-b78f-7df825627808.png") no-repeat right 10px;
        top: -3px;
    }

    .history dl dt.top {
        width: 20%;
        font-size: 20px;
    }

    .history dl dt.bottom {
        width: 20%;
        height: 80px;
        font-size: 20px;
        background: url("/files/board/e3d7911d-a6f9-42ef-8cc9-953cf236c1a6.png") no-repeat right 10px !important;
    }

    .history dl dd ul li span {
        width: 90%;
        padding-left: 10px;
    }
}

/*주요사업*/
.major_business ul {
    display: flex;
    flex-wrap: wrap;
}

.major_business ul li {
    position: relative;
    width: 32%;
    height: 150px;
    margin: 0 2% 25px 0;
}

.major_business ul li:nth-of-type(3n) {
    margin-right: 0;
}

.major_business ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 0 20px;
    text-align: center;
    word-break: keep-all;
}

.major_business ul li strong {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 64px;
    color: #d6d6d6;
}

.major_business ul li:nth-of-type(2n) {
    background: #fafafa;
}

.major_business ul li a:hover {
    border: 1px solid #a3c2d6;
    color: #01568c;
}

@media all and (max-width: 991px) {
    .major_business ul li {
        width: 100%;
        height: 100px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .major_business ul li a {
        padding: 0;
        font-size: 16px;
    }

    .major_business ul li strong {
        font-size: 40px;
        top: 5px;
    }
}

/* 직원현황 */
@media all and (min-width: 1024px) {
    .organization {
        overflow: hidden;
        margin: 0 auto;
        word-break: keep-all;
    }
}

/* Tablet Device  - iPad*/
@media all and (max-width: 768px) {
    .organization {
        overflow: hidden;
        width: 700px;
        margin: 0 auto;
        word-break: keep-all;
    }
}

/* phone Device - Galaxy S5 */
@media all and (max-width: 640px) {
    .organization {
        overflow: hidden;
        width: 360px;
        margin: 0 auto;
        word-break: keep-all;
    }
}

/* phone Device - iphone X*/
@media all and (max-width: 375px) {
    .organization {
        overflow: hidden;
        width: 320px;
        margin: 0 auto;
        word-break: keep-all;
    }
}

/* phone Device - iphone 5/SE */
@media all and (max-width: 320px) {
    .organization {
        overflow: hidden;
        width: 280px;
        margin: 0 auto;
        word-break: keep-all;
    }
}

.organization .box_dotline {
    padding-bottom: 50px !important;
    overflow-x: auto;
}

.organization h4.mgt {
    margin-top: 50px !important;
}

.organization table ul li {
    background: url("/files/board/97e6e3ab-0f21-4359-8915-b51e9f8e49aa.png") 0 13px no-repeat;
    padding-left: 14px;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 30px;
}

.organization table ul li ul > li {
    background: url("/files/board/511eafee-f852-4652-a719-bb4ed807ed43.gif") 0 13px no-repeat;
    padding-left: 14px;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 23px;
    font-size: 15px;
}


/* 오시는길 */
@media all and (min-width: 1024px) {
    .subpage .location {
        overflow: hidden;
        margin: 0 auto; /*height:1000px;*/
    }
}


/* Tablet Device */
@media all and (max-width: 768px) {
    .subpage .location {
        overflow: hidden;
        width: 700px;
        margin: 0 auto; /*height:1000px;*/
    }
}

/* phone Device */
@media all and (max-width: 640px) {
    .subpage .location {
        overflow: hidden;
        width: 360px;
        margin: 0 auto; /*height:1000px;*/
    }
}

/* phone Device */
@media all and (max-width: 375px) {
    .subpage .location {
        overflow: hidden;
        width: 320px;
        margin: 0 auto; /*height:1000px;*/
    }
}

/* phone Device */
@media all and (max-width: 320px) {
    .subpage .location {
        overflow: hidden;
        width: 280px;
        margin: 0 auto; /*height:1000px;*/
    }
}

.subpage .location .place {
    width: 100%;
    height: 360px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-bottom: 23px;
    text-align: center;
}

a[target="_blank"]:not([title]), form[target="_blank"]:not([title]), form[target="_blank"][title=""] {
    border: none;
}

a[target="_blank"]:not([title]):after, form[target="_blank"]:not([title]):after, form[target="_blank"][title=""]:after {
    content: none;
}

/*인권경영규정*/
.policy {
    overflow: hidden;
    width: 890px;
    margin: 0 auto;
}

.policy p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.policy ul {
    margin-left: 14px;
}

.policy ul li {
    font-size: 16px;
    line-height: 25px;
}

.policy ul li > ul {
    margin-left: 20px;
    padding: 10px 0;
}

.policy ul li ul > li {
    font-size: 15px;
}

/* 비전-3.정관 및 조례 : 태블릿 768픽셀 부터 1024픽셀까지*/
@media screen and (max-width: 1024px) {
    .policy {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .policy {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

/* 비전-3.정관 및 조례 : 모바일 767픽셀*/
@media screen and (max-width: 767px) {
    .policy {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .policy .con-date p {
        font-size: 10px;
    }

    .policy .tab_basic > li {
        font-size: 13px !important;
        height: 70px;
    }

    .policy .tab_basic li > a {
        line-height: 18px;
        height: 70px;
        vertical-align: middle;
    }

    .policy ul {
        margin: 0;
    }

    .policy ul li > ul {
        margin-left: 0;
    }
}

#adminTool {
    clear: both;
}


/* 업무협약 게시판 */
@media (min-width: 992px) {


    .mou-list {
    }

    .mou-list .list {
        border-bottom: 1px solid #f0f0f8;
        padding: 45px 0;
        height: 290px;
        clear: both;
    }

    .mou-list .list:after {
        clear: both;
        display: table;
        content: '';
    }

    .mou-list .list .num {
        float: left;
        width: 205px;
        height: 285px;
    }

    .mou-list .list .num span {
        display: table-cell;
        vertical-align: middle;
        width: 1000px;
        height: 200px;
        text-align: center;
        color: #231E5C;
        font-size: 46px;
        font-weight: bold;
    }

    .mou-list .list .num span b {
        display: inline-block;
        padding-top: 10px;
        position: relative;
    }

    .mou-list .list .num span b:before {
        border-top: 1px solid #231E5C;
        width: 26px;
        height: 1px;
        position: absolute;
        content: '';
        top: 0px;
        left: 50%;
        margin-left: -13px;
    }

    .mou-list .list .con {
        width: calc(100% - 435px);
        float: left;
    }

    .mou-list .list .con .title {
        height: 65px;
        margin-bottom: 15px;
        color: #231E5C;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
    }

    .mou-list .list .con ul {
        margin-bottom: 20px;
    }

    .mou-list .list .con ul li {
        font-size: 15px;
        color: #333;
        font-weight: 500;
    }

    .mou-list .list .con ul li strong {
        font-weight: 500;
        color: #231E5C;
    }

    .mou-list .list .con .more {
    }

    .mou-list .list .con .more a {
        display: inline-block;
        width: 120px;
        height: 38px;
        background: #000000;
        text-align: center;
        color: #fff;
        font-size: 15px;
        padding-top: 8px;
        font-weight: 500;
    }

    .mou-list .list .date {
        float: left;
        width: 230px;
        border-left: 1px solid #E2E2F2;
        height: 100%;
        text-align: center;
        padding-top: 90px;
        font-size: 15px;
        color: #333;
        background: url(../images/sub/ico_conclusion.svg) no-repeat center 30px;
        background-size: 36px 36px;
    }

    .mou-list .list .date span {
        display: block;
    }

    .mou-list .list .date strong {
        display: block;
        font-size: 18px;
        color: #231E5C;
        font-weight: bold;
    }


    /*mou뷰*/
    .mou-view {
    }

    .mou-view h2 {
        text-align: center;
        padding-left: 0px;
        font-size: 26px;
        color: #333;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .mou-view .top {
        margin-bottom: 70px;
    }

    .mou-view .top .img-wrap {
        background: #F0F0F0;
        padding: 50px 160px;
        position: relative;
    }

    .mou-view .top .img-wrap .big-img {
        width: 640px;
        min-height: 408px;
        float: left;
        margin-right: 10px;
    }

    .mou-view .top .img-wrap .big-img img {
        width: 640px;
        height: 408px;
    }

    .mou-view .top .img-wrap .small-img {
        width: 200px;
        float: left;
    }

    .mou-view .top .img-wrap .small-img li {
        width: 200px;
        height: 128px;
        position: relative;
        cursor: pointer;
    }

    .mou-view .top .img-wrap .small-img li:after {
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        content: '';
        background: rgba(255, 255, 255, 0.4);
    }

    .mou-view .top .img-wrap .small-img li.active-slide:after {
        background: none;
        width: 0px;
        height: 0px;
    }

    .mou-view .top .img-wrap .small-img li img {
        width: 200px;
        height: 128px;
    }

    .mou-view .top .img-wrap .mou-view-btn a {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 38px 62px;
        background-color: #F0F0F0 !important;
        border: none;
        width: 38px;
        height: 62px;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -31px;
        text-indent: -9999px;
    }

    .mou-view .top .img-wrap .mou-view-btn .btn-prev a {
        left: 50px;
        background-image: url(../images/sub/slide_arrow_l.png);
    }

    .mou-view .top .img-wrap .mou-view-btn .btn-next a {
        right: 50px;
        background-image: url(../images/sub/slide_arrow_r.png);
    }

    .mou-view .top .text-wrap {
        margin-top: 5px;
        background: #F0F0F0;
    }

    .mou-view .top .text-wrap li {
        float: left;
        width: 50%;
        padding: 10px 15px;
        color: #333;
        font-size: 15px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .mou-view .top .text-wrap li strong {
        font-weight: normal;
        color: #231E5C;
        font-weight: bold;
    }

    .mou-view .top .text-wrap li a {
        text-decoration: underline;
        margin-right: 3px;
    }

    .mou-view .top .text-wrap li:nth-of-type(2n+1) {
        clear: both;
    }

    .mou-view .bottom {
    }

    .mou-view .bottom h3 {
        margin-bottom: 30px;
        display: inline-block;
        width: 120px;
        height: 36px;
        background: #091152;
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
        border-radius: 20px;
    }

    .mou-view .bottom p {
        margin-bottom: 20px;
        color: #333;
        line-height: 1.6;
    }


}


/*mou리스트*/
.mou-year {
    position: relative;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 100px;
    margin-bottom: 20px;
}

.mou-year ul li {
    margin-right: 75px;
}

.mou-year ul li a {
    font-size: 24px;
    font-weight: bold;
    color: #888;
}

.mou-year ul li a.active {
    color: #333;
}

.mou-year .mou-year-btn a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #D4D4D4;
    text-indent: -9999px;
    border-radius: 100%;
}

.mou-year .mou-year-btn .btn-prev a {
    left: 0px;
    background-image: url(../images/sub/hot_left_arrow.svg);
}

.mou-year .mou-year-btn .btn-next a {
    right: 0px;
    background-image: url(../images/sub/hot_right_arrow.svg);
}


@media (min-width: 992px) and (max-width: 1199px) {

    /*mou뷰*/
    .mou-view h2 {
        font-size: 22px;
    }

    .mou-view .top .img-wrap {
        padding: 50px 50px;
    }

    .mou-view .top .img-wrap .big-img {
        width: 620px;
    }

    .mou-view .top .img-wrap .big-img img {
        width: 620px;
    }

    .mou-view .top .img-wrap .mou-view-btn .btn-prev a {
        left: 5px;
    }

    .mou-view .top .img-wrap .mou-view-btn .btn-next a {
        right: 5px;
    }


}


@media (max-width: 991px) {

    /*mou리스트*/
    .mou-year {
        padding: 15px 50px;
    }

    .mou-year ul li {
        margin-right: 35px;
    }

    .mou-year ul li a {
        font-size: 16px;
    }

    .mou-list {
    }

    .mou-list .list {
        border-bottom: 1px solid #f0f0f8;
        padding: 20px 0;
        position: relative;
    }

    .mou-list .list:after {
        clear: both;
        display: table;
        content: '';
    }

    .mou-list .list .num {
        text-align: center;
        margin-bottom: 20px;
    }

    .mou-list .list .num span {
    }

    .mou-list .list .num span b {
        display: inline-block;
        color: #231E5C;
        font-size: 24px;
        font-weight: bold;
        padding-top: 5px;
        position: relative;
    }

    .mou-list .list .num span b:before {
        border-top: 1px solid #231E5C;
        width: 12px;
        height: 1px;
        position: absolute;
        content: '';
        top: 0px;
        left: 50%;
        margin-left: -6px;
    }

    .mou-list .list .con {
    }

    .mou-list .list .con .title {
        height: 45px;
        margin-bottom: 60px;
        color: #231E5C;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }

    .mou-list .list .con ul {
    }

    .mou-list .list .con ul li {
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }

    .mou-list .list .con ul li strong {
        font-weight: 500;
        color: #231E5C;
    }

    .mou-list .list .con .more {
    }

    .mou-list .list .con .more a {
        display: inline-block;
        position: absolute;
        right: 0px;
        bottom: 10px;
        width: 90px;
        height: 30px;
        background: #000000;
        text-align: center;
        color: #fff;
        font-size: 14px;
        padding-top: 4px;
        font-weight: 500;
    }

    .mou-list .list .date {
        position: absolute;
        top: 145px;
        left: 0px;
        padding-left: 30px;
        font-size: 14px;
        color: #333;
        background: url(../images/sub/ico_conclusion.svg) no-repeat left center;
        background-size: 20px 20px;
    }

    .mou-list .list .date span {
        display: inline-block;
        margin-right: 5px;
    }

    .mou-list .list .date strong {
        font-size: 14px;
        color: #231E5C;
        font-weight: bold;
    }


    /*mou뷰*/
    .mou-view {
    }

    .mou-view h2 {
        text-align: center;
        padding-left: 0px;
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .mou-view .top {
        margin-bottom: 35px;
    }

    .mou-view .top .img-wrap {
        background: #F0F0F0;
        padding: 30px;
        position: relative;
    }

    .mou-view .top .img-wrap .big-img {
        width: 100%;
    }

    .mou-view .top .img-wrap .big-img img {
        max-width: 100%;
        max-height: 408px;
    }

    .mou-view .top .img-wrap .small-img {
        display: none !important;
    }

    .mou-view .top .img-wrap .mou-view-btn a {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px 29px;
        background-color: #F0F0F0 !important;
        border: none;
        width: 18px;
        height: 29px;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        text-indent: -9999px;
    }

    .mou-view .top .img-wrap .mou-view-btn .btn-prev a {
        left: 5px;
        background-image: url(../images/sub/slide_arrow_l.png);
    }

    .mou-view .top .img-wrap .mou-view-btn .btn-next a {
        right: 5px;
        background-image: url(../images/sub/slide_arrow_r.png);
    }

    .mou-view .top .text-wrap {
        margin-top: 5px;
        background: #F0F0F0;
    }

    .mou-view .top .text-wrap li {
        padding: 10px 15px;
        color: #333;
        font-size: 14px;
        border-bottom: 1px solid #fff;
    }

    .mou-view .top .text-wrap li strong {
        font-weight: normal;
        color: #231E5C;
    }

    .mou-view .top .text-wrap li a {
        text-decoration: underline;
        margin-right: 3px;
    }

    .mou-view .bottom {
    }

    .mou-view .bottom h3 {
        display: block;
        width: 92px;
        height: 30px;
        background: #091152;
        text-align: center;
        margin: 0 auto 20px;
        color: #fff;
        font-size: 14px;
        padding-top: 8px;
        border-radius: 20px;
    }

    .mou-view .bottom p {
        margin-bottom: 15px;
        color: #333;
        line-height: 1.6;
    }


}

/* 소식지 */
.ebook-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ebook-con .ebook-list {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px 30px 15px 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #EFF5FA;
}

.ebook-con .ebook-list:nth-of-type(3n) {
    margin-right: 0;
}

.ebook-con .ebook-list .tit {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.ebook-con .ebook-list .img {
    text-align: center;
}

.ebook-con .ebook-list .img img {
    max-height: 452px;
}

.ebook-con .ebook-list .btn-groups {
    display: inline-flex;
    width: 100%;
}

.ebook-con .ebook-list .btn-groups a {
    display: block;
    width: 50%;
    padding: 8px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
}

.ebook-con .ebook-list .btn-groups a:hover {
    color: #4473C5;
    border: 1px solid #4473C5;
}

@media (max-width: 991px) {
    .ebook-con .ebook-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 20px 10px 20px;
    }
}


.agreement ul.step_list {
    margin-left: 0px;
}


/* 미션비전 */
.vision-wrap * {
    word-break: keep-all;
}
.vision-wrap .vision-group {
    display: flex;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group {
        flex-direction: column;
        align-items: center;
    }
}
.vision-wrap .vision-group .v-title {
    width: 122px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    border-top: 2px solid #0051AE;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-title {
        margin-bottom: 20px;
        text-align: center;
    }
}
.vision-wrap .vision-group .v-con {
    display: flex;
    width: calc( 100% - 122px );
    padding-left: 35px;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con {
        width: 100%;
        padding-left: 0;
    }
}
.vision-wrap .vision-group .v-con .round-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    color: #004B7B;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    background-color: #E3FBFE;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .round-box {
        padding: 0 20px;
        font-size: 20px;
    }
}
.vision-wrap .vision-group .v-con .round-box2 {
    color: #111111;
    background-color: #EDEDED;
}
.vision-wrap .vision-group .v-con .img-list {
    width: 100%;
    display: flex;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .img-list {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.vision-wrap .vision-group .v-con .img-list li {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-right: 20px;
    height: 150px;
    color: #004B7B;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .img-list li {
        width: 29%;
        height: 120px;
        margin-bottom: 15px;
        font-size: 14px;
    }
}
.vision-wrap .vision-group .v-con .img-list li:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .img-list li:nth-of-type(3) {
        margin-right: 0;
    }
}
.vision-wrap .vision-group .v-con .img-list li img {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .img-list li img {
        width: 60px;
    }
}
.vision-wrap .vision-group .v-con .round-list {
    width: 100%;
    display: flex;
}
.vision-wrap .vision-group .v-con .round-list li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-left: -4%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .round-list li {
        font-size: 14px;
        padding: 0 30px;
    }
}
.vision-wrap .vision-group .v-con .round-list li.list-1 {
    background-color: rgba(211, 90, 34, .8);
    margin-left: 0;
}
.vision-wrap .vision-group .v-con .round-list li.list-2 {
    background-color: rgba(41, 142, 5, .8);
}
.vision-wrap .vision-group .v-con .round-list li.list-3 {
    background-color: rgba(0, 75, 123, .8);
}
.vision-wrap .vision-group .v-con .box-list {
    display: flex;
    width: 100%;
}
.vision-wrap .vision-group .v-con .box-list li {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: 100px;
    margin-right: 25px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list li {
        height: 130px;
        margin-right: 15px;
    }
}
.vision-wrap .vision-group .v-con .box-list li:last-child {
    margin-right: 0;
}
.vision-wrap .vision-group .v-con .box-list li .b-tit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 19px 19px 0 0;
    background-color: #333;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list li .b-tit {
        height: 50%;
        padding: 0 15px;
        font-size: 14px;
    }
}
.vision-wrap .vision-group .v-con .box-list li .b-txt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #111;
    font-size: 20px;
    text-align: center;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list li .b-txt {
        height: 50%;
        padding: 0 15px;
        font-size: 14px;
    }
}
.vision-wrap .vision-group .v-con .box-list2 {
    display: flex;
    width: 100%;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list2 {
        flex-direction: column;
    }
}
.vision-wrap .vision-group .v-con .box-list2 li {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-right: 18px;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list2 li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.vision-wrap .vision-group .v-con .box-list2 li:last-child {
    margin-right: 0;
}
.vision-wrap .vision-group .v-con .box-list2 li .b-tit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 85px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px 20px 0 0;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list2 li .b-tit {
        height: 58px;
        font-size: 16px;
    }
}
.vision-wrap .vision-group .v-con .box-list2 li .b-list {
    height: calc(100% - 85px);
    padding: 20px 20px 8px 20px;
    border-radius: 0 0 20px 20px;
}
@media (max-width: 991px) {
    .vision-wrap .vision-group .v-con .box-list2 li .b-list {
        height: auto;
    }
}
.vision-wrap .vision-group .v-con .box-list2 li .b-list p {
    position: relative;
    margin: 0;
    padding-left: 8px;
    padding-bottom: 12px;
    color: #111;
    font-size: 14px;
}
.vision-wrap .vision-group .v-con .box-list2 li .b-list p::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #111;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-1 .b-tit {
    background-color: #3C9411;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-1 .b-list {
    border: 2px solid #BDCEB5;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-2 .b-tit {
    background-color: #368466;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-2 .b-list {
    border: 2px solid #BACBC5;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-3 .b-tit {
    background-color: #006B7B;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-3 .b-list {
    border: 2px solid #A6C8CD;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-4 .b-tit {
    background-color: #004B7B;
}
.vision-wrap .vision-group .v-con .box-list2 li.list-4 .b-list {
    border: 2px solid #A6B4BD;
}

