@charset "utf-8";
/* ********************************************************************
 * name : ReDI
 * filename : content.csssearch
 * description : 서브 콘텐츠 css 
 * date : 2022-11-05
********************************************************************* */
:root {
    --main-color: #d7001c;
    --black-color: #000;
    --white-color: #fff;
}

.s-inner {
    max-width: 1280px;
    margin: 0 auto;
}
.s-tit {
    position: relative;
    font-size: 38px;
    color: #131313;
}
.s-tit:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--main-color);
    border-radius: 50%;
    margin: 5px 0 0 8px;
}

/* === 인사말 === */
.s1Con-1 {
    position: relative;
    color: #151515;
    margin: 3em 0;
}
.s1Con-1:after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--white-color);
    top: -3em;
    width: 100%;
    margin-top: -1px;
}
.s1Con-1 .sVis {
    background: url(./../images/content/s01_1.jpg) no-repeat center;
    width: 100%;
    height: 470px;
    background-size: cover;
}
.s1Con-1 .conBox {
    padding: 7em 0;
}
.s1Con-1 .conBox .titleBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.s1Con-1 .conBox .titleBox > li {
    font-size: 18px;
    width: 50%;
    line-height: 1.8;
}
.s1Con-1 .conBox .titleBox > li h2 {
    font-size: 42px;
    letter-spacing: -0.05em;
    font-weight: 400;
    line-height: 1.5;
}
.s1Con-1 .conBox .titleBox > li h2 span, .s1Con-1 h3.txtR span{
    color: var(--main-color);
}
.s1Con-1 p {
    font-size: 18px;
    text-align: justify;
    margin: 4em 0;
    line-height: 2.0;
    letter-spacing: -0.05em;
}
.s1Con-1 .txtR {
    font-size: 42px;
    text-align: right;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-bottom: 3em;
}
.s1Con-1 .imgTxt {
}
.s1Con-1 .imgTxt > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 7em 0;
}
.s1Con-1 .imgTxt > li div {
    width: calc(100% / 2 * 1);
    position: relative;
}
.s1Con-1 .imgTxt > li div:nth-child(2) {
    margin-left: 6%;
}
.s1Con-1 .imgTxt > li div img {
    border-radius: 30px;
}
.s1Con-1 .imgTxt h4 {
    margin: 35px 0 40px;
    font-size: 22px;
    color: var(--black-color);
}
.s1Con-1 .imgTxt h4 i {
    position: absolute;
    font-size: 70px;
    color: #e5e5e5;
    z-index: -1;
    top: -26px;
}
.s1Con-1 .imgTxt div span {
    font-size: 18px;
    color: #575757;
    display: block;
    line-height: 1.8;
}
.s1Con-1 .imgTxt .reverse {
    position: relative;
    height: 417px;
}
.s1Con-1 .imgTxt .reverse div:nth-child(1) {
    position: absolute;
    right: 0;
}
.s1Con-1 .imgTxt .reverse div:nth-child(2) {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 590px;
}
.s1Con-1 .sign {
    font-size: 18px;
    color: #151515;
    text-align: right;
    font-weight: 800;
    padding: 3em 0;
}
.s1Con-1 .sign em {
    display: block;
    font-weight: 700;
    margin: 10px 0 20px;
}
.s1Con-1 .sign span {
    font-size: 17px;
    font-weight: 500;
}
.s1Con-1 .sign span b {
    font-size: 28px;
    margin-left: 20px;
}

/* === 연혁 === */
.s1Con-3 {
    position: relative;
    color: #151515;
    margin: 3em 0;
}
.s1Con-3:after {
    content: '';
    position: absolute;
    border-top: 3px solid var(--white-color);
    top: -3em;
    width: 100%;
    margin-top: -1px;
}
.s1Con-3 .sVis {
    position: relative;
    text-align: center;
    height: 470px;
    width: 100%;
    overflow: hidden;
}
.s1Con-3 .sVis video {
    width: 100%;
    margin-top: -270px;
}
.s1Con-3 .sVis h2 {
    position: absolute;
    font-size: 250px;
    color: var(--white-color);
    z-index: 1;
    bottom: -110px;
    opacity: 0.2;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
}
.hisConBox {
    padding: 7em 0;
}
.hisConBox .s-tit span {
    color: var(--main-color);
}
.hisConBox .hisCon {
    color: #262626;
    margin: 3em 0 5em;
    border-top: 1px solid var(--black-color);
    padding-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.hisConBox .hisCon .year {
    font-size: 28px;
    width: 35%;
    margin-top: -6px;
}
.hisConBox .hisCon .month {
    width: 65%;
}
.hisConBox .hisCon .month dl {
    font-size: 19px;
    margin-bottom: 15px;
}
.hisConBox .hisCon .month dl dt {
    color: #262626;
    float: left;
    font-weight: 800;
    margin-top: 1px;
    width: 80px;
}
.hisConBox .hisCon .month dl dd {
    color: #3f3f3f;
    font-weight: 400;
    font-size: 18px;
    padding-left: 80px;
    margin-bottom: 10px;
}

/* === 오시는길 === */
.s1Con-4 {
    padding: 7em 0;
}
.s1Con-4 .maptxt {
}
.s1Con-4 .maptxt h2 {
    font-size: 42px;
    color: #131313;
}
.s1Con-4 .maptxt h2 span {
    color: var(--main-color);
}
.s1Con-4 .maptxt ul {
    display: flex;
    flex-direction: row;
    margin: 3em 0 4em;
}
.s1Con-4 .maptxt ul li {
    font-size: 20px;
    color: #1a1919;
    margin-right: 50px;
    font-weight: 500;
}
.s1Con-4 .maptxt ul li i {
    color: #464646;
    font-size: 24px;
    vertical-align: text-bottom;
    margin-right: 15px;
}
.s1Con-4 .mapBox {
    width: 100%
}
.s1Con-4 .mapBox .root_daum_roughmap {
    width: 100% !important;
}
.s1Con-4 .infoBox {
    margin: 4em 0 2em;
}
.s1Con-4 .infoBox h3 {
    font-size: 24px;
    color: #1a1919;
}
.s1Con-4 .infoBox .info {
    border-top: 1px solid var(--black-color);
    margin-top: 2em;
}
.s1Con-4 .infoBox .info h4 {
    font-size: 17px;
    color: #222;
    text-align: center;
    width: 180px;
    font-weight: 500;
}
.s1Con-4 .infoBox .info h4 i {
    font-size: 26px;
    background: #f3f3f3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    display: block;
    margin: 0 auto 15px;
    color: #424242;
}
.s1Con-4 .infoBox .info .list {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2em 0;
}
.s1Con-4 .infoBox .info .list ul {
    width: 80%;
}
.s1Con-4 .infoBox .info .list ul li span {
    color: #fff;
    padding: 0px 10px 2px;
    border-radius: 15px;
    margin-right: 5px;
}

.s1Con-4 .infoBox .info .subway ul li {
    display: inline-block;
    margin-right: 20px;
}
.s1Con-4 .infoBox .info .subway ul li span.f-mo {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    vertical-align: text-bottom;
}
.s1Con-4 .infoBox .info .bus ul li {
    position: relative;
    margin-bottom: 10px;
}
.s1Con-4 .infoBox .info .bus ul li:last-child {
    margin-bottom: 0
}
.s1Con-4 .infoBox .info .bus ul li div {
    display: inline-block;
}
.s1Con-4 .infoBox .info .bus ul li span {
    margin-right: 10px;
}
.s1Con-4 .infoBox .info .bus ul li a {
    position: relative;
    margin-right: 20px;
}
.s1Con-4 .infoBox .info .bus ul li a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #c1c1c1;
    bottom: 4px;
    margin-left: 10px;
}
.s1Con-4 .infoBox .info .bus ul li a:last-child:after {
    display: none;
}

.s1Con-4 .infoBox .info .cor1 {
    background: #3356b4;
}
.s1Con-4 .infoBox .info .cor2 {
    background: #3cb44a;
}
.s1Con-4 .infoBox .info .cor3 {
    background: #914add;
}
.s1Con-4 .infoBox .info .cor4 {
    background: #09b4ea;
}
.s1Con-4 .infoBox .info .cor5 {
    background: #85d4d4;
    font-size: 13px;
}
.s1Con-4 .infoBox .info .cor6 {
    background: #3da8e9;
    font-size: 13px;
}
.s1Con-4 .infoBox .info .cor7 {
    background: #7182f5;
    font-size: 13px;
}
.s1Con-4 .infoBox .info .cor8 {
    background: #5fb73c;
    font-size: 13px;
}
.s1Con-4 .infoBox .info .cor9 {
    background: #dca324;
    font-size: 13px;
}
.s1Con-4 .infoBox .info .cor10 {
    background: #00aeab;
    font-size: 13px;
}
.s1Con-4 .infoBox .info .cor11 {
    background: #5fb73c;
    font-size: 13px;
}

/* === 프로젝트-리스트 === */
.s2Con-1 {
    padding: 6em 0;
}
.proBox {
}
.proBox .search {
    border-bottom: 1px solid #d9d9d9;
}
.proBox .search .title {
    font-size: 18px;
    color: var(--black-color);
    border-bottom: 2px solid var(--black-color);
    padding-bottom: 15px;
}
.proBox .search .title i {
    margin-left: 10px;
    transform: rotate(90deg);
    font-size: 22px;
    vertical-align: -1.5px;
}
.proBox .search .form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2em;
}
.proBox .search .form-group .row {
    width: 100%;
    margin-right: 1em;
}
.proBox .search .form-group .row:last-child {
    width: 50%;
    margin-right: 0;
}
.proBox .search .form-group .row .form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #6e707e;*/
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.proBox .search .form-group .row .form-control:focus {
    /*color: #6e707e;*/
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(78 115 223 / 25%);
}
.proBox .search .form-group .row .btn {
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    border-radius: 0.35rem;
    background: #394563;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.proBox .search .form-group .row .btn i {
    margin-right: 10px;
}
.proBox .search .form-group .row .btn:hover,
.proBox .search .form-group .row .btn:focus {
    background: var(--main-color);
    transition: all 0.5s ease;
}

.proBox .listBox {
    padding: 4em 0 0;
    border-bottom: 1px solid #c1c1c1;
}
.proBox .listBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1.5%;
    margin-right: -1.5%
}
.proBox .listBox ul li {
    width: calc(33.333% - 3%);
    margin: 0 1.5% 4em;
}
.proBox .listBox ul li a {
}
.proBox .listBox ul li.none {
    width: 100%;
    text-align: center
}
.proBox .listBox .imgBox {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(375 / 500 * 100%);
}
.proBox .listBox .imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.proBox .listBox ul li a:hover .imgBox img,
.proBox .listBox ul li a:focus .imgBox img {
    transform: scale(1.1);
}
.proBox .listBox .txtBox {
    margin: 2em 0 0;
}
.proBox .listBox .txtBox .title {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.proBox .listBox .txtBox .title span {
    font-size: 22px;
    color: #0b0b0b;
    font-weight: 500;
    min-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.proBox .listBox ul li a:hover .txtBox .title span,
.proBox .listBox ul li a:focus .txtBox .title span {
    color: var(--main-color);
    transition: all 0.5s ease;
}
.proBox .listBox .txtBox span {
    display: block;
    margin-bottom: 10px;
}
.proBox .listBox .txtBox span em {
    padding: 2px 0;
    width: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    margin-right: 18px;
    background: #3c3c3c;
    color: var(--white-color);
    font-size: 14px;
}
.proBox .listBox .txtBox .ing {
    color: var(--main-color);
}
.proBox .listBox .txtBox .ing em {
    color: var(--white-color);
}

/* === 프로젝트-뷰 === */
.proView {
}
.proView .pro-imgBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.proView .pro-imgBox .imgBox {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
/*
.proView .pro-imgBox .imgBox .img{width: 77%;height: 100%;}
.proView .pro-imgBox .imgBox .img img{width: 100%;height: calc(100% - 1em);margin-bottom: -1em;border-radius: 30px;}
*/
/*.proView .pro-imgBox .imgBox .img{position: relative;width: 100%;height: 0;padding-top: calc(375 / 500 * 70%)}*/
.proView .pro-imgBox .imgBox .img {
    position: relative;
    width: 100%;

}
.proView .pro-imgBox .imgBox .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    border-radius: 30px;
}

.proView .pro-imgBox .imgBox .list {
    width: 26%;
    padding-top: 1px
}
.proView .pro-imgBox .imgBox .list li {
    margin: 0 0 1em 1em;
}
.proView .pro-imgBox .imgBox .list li a {
}
.proView .pro-imgBox .imgBox .list li a img {
    width: 100%;
    border-radius: 15px;
}
.proView .pro-imgBox .txtBox {
    width: calc(50% - 3%);
    margin-left: 3%;
    color: #121212;
    position: relative;
}
.proView .pro-imgBox .txtBox h2 {
    font-size: 22px;
    margin-left: 70px;
    margin-top: 10px;
}
.proView .pro-imgBox .txtBox h2:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 17px;
    background: url(./../images/content/s02_1.png) no-repeat !important;
    -webkit-print-color-adjust: exact;
    left: 0;
    top: 22px;
}
.proView .pro-imgBox .txtBox ul {
    background-color: #f5f5f5 !important;
    -webkit-print-color-adjust: exact;
    margin-top: 20px;
    padding: 2em;
}
.proView .pro-imgBox .txtBox ul li {
    font-size: 16px;
    position: relative;
}
.proView .pro-imgBox .txtBox ul li h3 {
    display: inline-block;
    line-height: 2.6;
    margin-left: 10px;
    width: 80px;
}
.proView .pro-imgBox .txtBox ul li h3:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--main-color);
    left: 0;
    top: 20px;
}
.proView .pro-imgBox .txtBox ul li a {
}
.proView .pro-imgBox .txtBox ul li a i {
    font-size: 24px;
    vertical-align: sub;
    margin-right: 5px;
}
.proView .pro-detail {
    margin: 3em 0 4em;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 4em;
}
.proView .pro-detail h3 {
    font-size: 22px;
    color: #121212 !important;
    -webkit-print-color-adjust: exact;
    border-bottom: 2px solid #303030;
    position: relative;
    padding-bottom: 1em;
}
.proView .pro-detail h3:after {
    content: '';
    position: absolute;
    width: 108px;
    height: 2px;
    background: #dc112c;
    left: 0;
    bottom: -2px;
}
.proView .pro-detail .con {
    padding: 2.5em 0 0.5em;
    font-size: 17px;
}
.proView .pro-detail > a.btn {
    width: 228px;
    height: 53px;
    background: var(--main-color) !important;
    -webkit-print-color-adjust: exact;
    color: var(--white-color);
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 53px;
    margin: 0 auto;
    border-radius: 10px;
}

/* === 조직도 === */
.s3Con-1 {
    padding: 5em 0;
}
.orgMap {
    position: relative;
    text-align: center;
    width: 900px;
    height: 545px;
    margin: 0 auto;
    font-size: 20px;
}
.orgMap .org1 {
    position: relative;
}
.orgMap .org1:after {
    width: 1px;
    height: 485px;
    background: #d8001c;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 1px;
    z-index: -1;
}
.orgMap .org1:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d8001c;
    border: 3px solid #fbbec6;
    border-radius: 50%;
    bottom: -246px;
    left: 50%;
    margin-left: -4.5px;
    z-index: 1;
}
.orgMap .org1 > li {
    width: 245px;
    height: 68px;
    background: #d8001c;
    color: #fff;
    line-height: 68px;
    border-radius: 13px 0;
    margin: 0 auto 20px;
}
.orgMap .org1 > li a {
    background: #b60006;
    color: #fff;
    width: 245px;
    height: 68px;
    display: block;
    border-radius: 13px 0;
}
.orgMap .org2 {
    position: absolute;
    right: 0;
}
.orgMap .org2 > li {
    margin-bottom: 30px;
}
.orgMap .org2 > li a {
    width: 245px;
    height: 68px;
    border: 2px solid #d8001c;
    line-height: 68px;
    display: block;
}
.orgMap .org2 .line1:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #d8001c;
    position: absolute;
    top: 34px;
    left: -200px;
    z-index: -1;
}
.orgMap .org2 .line1:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d8001c;
    border: 3px solid #fbbec6;
    border-radius: 50%;
    top: 29px;
    left: 0;
    margin-left: -4.5px;
}
.orgMap .org2 .line2:after {
    content: "";
    width: 1px;
    height: 32px;
    background: #d8001c;
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: -1;
    margin-left: -1px;
}
.orgMap .org2 .line2:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #d8001c;
    border: 3px solid #fbbec6;
    border-radius: 50%;
    top: 98px;
    left: 50%;
    margin-left: -5.5px;
}
.orgMap .org3 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 240px;
}
.orgMap .org3:after {
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    margin-top: -1px;
}
.orgMap .org3 > li {
    width: 245px;
    height: 68px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    color: #232323;
    line-height: 68px;
}

.orgBox {
    margin: 7em 0 3em;
}
.orgBox .orgCon {
    border-top: 1px solid var(--black-color);
    margin-top: 2em;
    padding: 3em 0 0;
}
.orgBox .orgCon .con {
    display: flex;
    flex-direction: row;
}
.orgBox .orgCon .con li {
    border: 1px solid #eaeaea;
    background: var(--white-color);
    width: calc(100% / 3 * 1);
    margin: -1px 0 0 -1px;
    padding: 35px 30px;
    max-width: calc(33.333% - 60px) !important;
}
.orgBox .orgCon .con li:nth-child(odd) {
    background: #f9f9f9;
}
.orgBox .orgCon .con li h4 {
    font-size: 18px;
    color: #131313;
}
.orgBox .orgCon .con li h4 i {
    font-size: 24px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.orgBox .orgCon .con li h4 em {
    font-size: 14px;
    font-weight: 400;
}
.orgBox .orgCon .con .txt {
    font-size: 16px;
    color: #131313;
    margin-top: 15px;
}
.orgBox .orgCon .con .txt span {
    display: block;
}

.orgBox .orgCon .bg-reverse li {
    background: #f9f9f9;
}
.orgBox .orgCon .bg-reverse li:nth-child(odd) {
    background: var(--white-color);
}

/* === 수석자문관 === */
.s3Con-2 {
    padding-bottom: 5em;
}
.adviser1 {
    border-top: 1px solid var(--black-color);
    margin-top: 2em;
}
.adviser1 > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4em;
    margin-top: 4em;
}
.adviser1 > ul > li {
    width: calc(100% / 2 * 1);
}
.adviser1 > ul > li:last-child {
    margin-left: 3%;
}
.adviser1 .topBox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.adviser1 .topBox .img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    border: 1px solid #eaeaea;
}
.adviser1 .topBox .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.adviser1 .topBox .txt {
}
.adviser1 .topBox .txt h4 {
    font-size: 22px;
    color: #131313;
    margin-bottom: 15px;
}
.adviser1 .topBox .txt h4 em {
    font-size: 17px;
    font-weight: 400;
}
.adviser1 .topBox .txt strong {
    font-size: 17px;
    color: #31445c;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.adviser1 .topBox .txt span {
    font-size: 17px;
    color: #565656;
}
.adviser1 .fooBox {
    margin-top: 30px;
}
.adviser1 .fooBox .con {
    background: #f2f6fb;
    padding: 30px 40px 20px;
    border-radius: 8px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
.adviser1 .fooBox .con h5 {
    font-size: 18px;
    color: #131313;
    width: 20%;
}
.adviser1 .fooBox .con > ul {
    width: 80%;
}
.adviser1 .fooBox .con > ul li {
    position: relative;
    font-size: 16px;
    color: #686868;
    margin: 0 0 10px 20px;
}
.adviser1 .fooBox .con > ul li:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    /*background: #3c759d;*/
    background: var(--main-color);
    left: -20px;
    top: 11px;
}

/* === 자문위원 === */
.s3Con-3 {
    padding-bottom: 5em;
}
.adviser2 {
    border-top: 1px solid var(--black-color);
    margin-top: 2em;
}
.adviser2 > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.adviser2 > ul > li {
    width: calc(100% / 4 * 1);
    background: var(--white-color);
    text-align: center;
    padding: 4em 0;
}
.adviser2 > ul > li:nth-child(odd) {
    background: #f5f5f5;
}
.adviser2 .bg-reverse li {
    background: #f5f5f5;
}
.adviser2 .bg-reverse li:nth-child(odd) {
    background: var(--white-color);
}
.adviser2 .img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    border: 1px solid #bdbdbd;
    margin: 0 auto;
}
.adviser2 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.adviser2 > ul > li h4 {
    font-size: 22px;
    color: #131313;
    margin: 15px 0 20px;
}
.adviser2 > ul > li h4 em {
    font-size: 17px;
    font-weight: 400;
}
.adviser2 .txt {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 2em;
    padding: 15px 0;
}
.adviser2 .txt strong {
    font-size: 17px;
    color: #31445c;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.adviser2 .txt span {
    font-size: 16px;
    color: #565656;
}

/* === 비전과 미션 === */
.s4Con-1 {
    margin: 5em 0;
}
.s4Con-1 .title {
    text-align: center;
    position: relative;
}
.s4Con-1 .title h2 {
    font-size: 212px;
    color: #f1f1f1;
    position: absolute;
    left: 50%;
    margin-left: -488px;
    top: 0;
    line-height: 1;
    letter-spacing: -0.04em;
    z-index: -1
}
.s4Con-1 .title p {
    font-size: 48px;
    color: #1f1f1f;
    font-weight: 900;
    padding-top: 58px;
    display: block;
}
.s4Con-1 .conBox {
    padding: 7em 0 0;
}
ul.strategy {
    border-top: 1px solid var(--black-color);
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 5em 0 7em;
}
ul.strategy li {
    margin: 0 5%;
    text-align: center;
}
ul.strategy li strong {
    font-size: 22px;
    color: #151515;
    display: block;
    margin: 20px 0 5px;
}
ul.strategy li em {
    font-size: 17px;
    color: #898989;
}
ul.strategy li span {
    display: block;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    margin: 0 auto;
}
ul.strategy .i1 {
    background: url(./../images/content/s04_2.png) no-repeat center #f8f8f8;
}
ul.strategy .i2 {
    background: url(./../images/content/s04_3.png) no-repeat center #f8f8f8;
}
ul.strategy .i3 {
    background: url(./../images/content/s04_4.png) no-repeat center #f8f8f8;
}
ul.strategy .i4 {
    background: url(./../images/content/s04_5.png) no-repeat center #f8f8f8;
}

.mindBox {
    border-top: 1px solid var(--black-color);
    margin-top: 2em;
    padding: 3em 0;
}
ul.mind {
    display: flex;
    margin-left: -1em;
    margin-right: -1.5em;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.mind li {
    position: relative;
    color: var(--black-color);
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    height: 247px;
    width: calc(33% - 2em);
    margin: 0 1em 2em;
}
ul.mind li:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 60px;
    top: 40px;
    right: 40px;
}
ul.mind li:hover {
    border: 1px solid #fff;
    transition: all 0.5s ease;
}
ul.mind li:hover:after {
    display: none;
}
ul.mind li:before {
    opacity: 0;
}
ul.mind li:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 10;
    z-index: -1;
    border-radius: 18px;
    background-size: cover !important;
}
ul.mind .txt {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
ul.mind li h4 {
    font-size: 24px;
    color: #8f8f8f;
}
ul.mind li h4 strong {
    display: block;
    font-size: 28px;
    color: #2a2828;
}
ul.mind li span {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
}
ul.mind li:hover {
    position: relative;
    color: var(--white-color);
}
ul.mind li:hover h4 {
    color: var(--white-color);
}
ul.mind li:hover h4 strong {
    color: var(--white-color);
}

ul.mind .m1:after {
    background: url(./../images/content/s04_6icon.png) no-repeat right;
}
ul.mind .m1:hover:before {
    background: url(./../images/content/s04_6.jpg) no-repeat center;
}
ul.mind .m2:after {
    background: url(./../images/content/s04_7icon.png) no-repeat right;
}
ul.mind .m2:hover:before {
    background: url(./../images/content/s04_7.jpg) no-repeat center;
}
ul.mind .m3:after {
    background: url(./../images/content/s04_8icon.png) no-repeat right;
}
ul.mind .m3:hover:before {
    background: url(./../images/content/s04_8.jpg) no-repeat center;
}
ul.mind .m4:after {
    background: url(./../images/content/s04_9icon.png) no-repeat right;
}
ul.mind .m4:hover:before {
    background: url(./../images/content/s04_9.jpg) no-repeat center;
}
ul.mind .m5:after {
    background: url(./../images/content/s04_10icon.png) no-repeat right;
}
ul.mind .m5:hover:before {
    background: url(./../images/content/s04_10.jpg) no-repeat center;
}

/* === 페이지네이션 === */
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 5em 0 0;
}
.pagination a {
    margin: 0 18px;
    font-size: 16px;
}
.pagination a:hover {
    color: var(--black-color);
    transition: all 0.5s ease;
}
.pagination .current {
    width: 41px;
    height: 41px;
    background: var(--main-color);
    border-radius: 50%;
    color: var(--white-color);
    text-align: center;
    line-height: 41px;
}
.pagination .paging-arrow {
    width: 38px;
    height: 38px;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 1.9;
    font-size: 22px;
    border-radius: 50%;
    color: #838383;
}
.pagination .paging-arrow:hover {
    border: 1px solid #9d9d9d;
}

/* === 상세버튼 === */
.btn-Box {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}
.btn-Box a {
    font-size: 15px;
    color: var(--black-color);
    border: 1px solid #d4d4d4;
    width: 150px;
    text-align: center;
    margin-left: 10px;
    padding: 10px;
}
.btn-Box a:hover {
    opacity: 0.8;
}
.btn-Box a i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
}
.btn-Box .list {
    background: #474747 !important;
    -webkit-print-color-adjust: exact;
    color: var(--white-color);
    border: 0;
}

/* === 글보기 === */
.prev-next-box {
    border-top: 1px solid #e3e3e3;
    margin: 4em 0 0;
}
.prev-next-box ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 1.5em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.prev-next-box ul li span,
.prev-next-box ul li span a {
    color: #707070;
    font-size: 17px;
    font-weight: 300;
}
.prev-next-box ul li span a:hover {
    color: var(--black-color);
}
.prev-next-box .page {
    font-weight: 400;
    color: var(--black-color);
    width: 155px;
}
.prev-next-box .page i {
    margin: 0 20px 0 40px;
    border-right: 1px solid #c5c5c5;
    padding-right: 20px;
    vertical-align: text-bottom;
}

/* === 탭버튼 === */
.tabBtn {
    margin: 5em 0 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1.2em;
    margin-right: -1.2em;
}
.tabBtn a {
    background: #f1f1f1;
    color: #575353;
    font-size: 18px;
    width: 15%;
    text-align: center;
    height: 53px;
    line-height: 53px;
    border-radius: 50px;
    margin: 0 0.5em 1em;
    border: 1px solid #e7e7e7;
}
.tabBtn1 a {
    font-size: 17px;
    width: 13%;
}
.tabBtn a:hover {
    background: var(--main-color);
    color: var(--white-color);
}
.tabBtn .on:hover {
    background: #424242;
}
.tabBtn .on {
    background: var(--main-color);
    color: var(--white-color);
}

/* === 게시판 검색 === */
.searchBox {
    background: #f7f7f7;
    padding: 3em 2em 4em;
    border-radius: 12px;
}
.searchBox .board_search {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.searchBox .board_search .row {
    margin: 0 10px;
    position: relative;
}
.searchBox .board_search .row .select,
.searchBox .board_search .row .input {
    border: 0;
    background: #f7f7f7;
    font-size: 18px;
    width: 150px;
    border-bottom: 2px solid #222;
    padding: 10px;
    color: #000;
}
.searchBox .board_search .row .input {
    width: 300px;
    font-weight: 300;
}
.searchBox .board_search .row .input:focus {
    outline: none;
}
.searchBox .board_search .row .bs-btn {
    font-size: 26px;
    background: #f7f7f7;
    vertical-align: middle;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 6px;
}

/* === 게시판 목록 === */
.bbsWrap {
    padding-bottom: 5em;
}
.bbsWrap1 {
    padding: 6em 0;
}
.boardType {
    margin: 3em 0;
}
.boardType .boardList {
    width: 100%;
}
.boardType .boardList thead {
    border-top: 2px solid #141414;
    border-bottom: 1px solid #e3e6f0;
}
.boardType .boardList thead tr th {
    padding: 2em 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.boardType .boardList tbody tr {
    border-bottom: 1px solid #e3e6f0;
}
.boardType .boardList tbody tr:hover, .boardType .boardList tbody tr.noticeFlag {
    background: #fbfbfb;
}
.boardType .boardList tbody tr.noticeFlag {
    background: #f1f1f1;
}
.boardType .boardList tbody tr td {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 1.5em 0;
}
.boardType .boardList tbody tr td a {
    display: flex;
    align-items: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.boardType .boardList td[data-table="date"] i {
    display: none;
}
.boardType .boardList td[data-table="subject"] {
    text-align: left;
}
.boardType .boardList td[data-table="subject"] .category {
    margin-bottom: 10px;
}
.boardType .boardList td[data-table="subject"] span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: #a1a1a1;
}
.boardType .boardList td[data-table="subject"] span em {
    font-size: 13px;
    padding: 3px 5px;
    margin-right: 10px;
}
.boardType .boardList td[data-table="progress"] span {
    background: #cdcdcd;
    color: #fff;
    width: 100px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
}
.boardType .boardList .none td {
    padding: 3em 0;
    font-weight: 300;
}

.labelBox em {
    text-align: center;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    position: relative;
    min-width: 50px;
    background: #363636;
    font-size: 14px;
    border-radius: 15px;
    margin-right: 3px;
    padding: 5px 10px;
}
.labelBox em.news, .labelBox em.n1 {
    background: #007aff;
}
.labelBox em.-label1, .labelBox em.label84 {
    background: #42995c;
}
.labelBox em.-label2, .labelBox em.label83 {
    background: #fd007f;
}
.labelBox em.-label3, .labelBox em.label4 {
    background: #399ab7;
}
.labelBox em.-label4, .labelBox em.label53 {
    background: #8f3eb1;
}
.labelBox em.-label5, .labelBox em.label5 {
    background: #235995;
}
.labelBox em.-label6, .labelBox em.label6 {
    background: #6c7b8d;
}
.labelBox em.-label7, .labelBox em.label80 {
    background: #532706;
}
.labelBox em.-label8, .labelBox em.label48 {
    background: #054a40;
}
.labelBox em.ing {
    background: var(--main-color);
}
.labelBox span.ing {
    background: #e54747 !important;
}

/* === 게시판 뷰 === */
.boardView {
    background: #fff;
    border-top: 2px solid #141414;
}
.boardView .viewTop {
    padding: 1.5rem;
    border-bottom: 1px solid #e3e6f0
}
.boardView .viewTop h2 {
    font-size: 22px;
    display: inline-block;
}
.boardView .viewTop h2 em {
    vertical-align: 3px;
}
.boardView .viewTop span {
    font-size: 15px;
    color: #9f9f9f;
    margin-top: 10px;
    display: block;
}
.boardView .data {
    border-bottom: 1px solid #e3e6f0;
    padding: 1rem 0;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.boardView .data span {
    color: #000;
    font-weight: 600;
    border-right: 1px solid #e3e6f0;
    width: 150px;
    margin-right: 1rem;
    text-align: center
}
.boardView .file {
    border-bottom: 1px solid #e3e6f0;
    padding: 1rem 0;
    border-bottom: 1px solid #e3e6f0;
    font-size: 17px;
    display: flex;
    align-items: center;
}
.boardView .file .file-info li a {
    line-height: 1.8;
}
.boardView .file span {
    color: #000;
    font-weight: 600;
    border-right: 1px solid #e3e6f0;
    width: 150px;
    margin-right: 1rem;
    text-align: center
}
.boardView .file a i {
    margin-right: 6px;
    color: #4a4a4a;
}
.boardView .con {
    /*font-weight: 300;*/
    padding: 2rem 1.5rem;
    font-size: 17px;
    line-height: 2rem;
    border-bottom: 1px solid #e3e6f0;
    margin-bottom: 3em;
}
.boardView .con p {
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
.boardView .con a {
    text-decoration: underline !important;
}

/* === 이메일무단수집거부 === */
.etcBox {
    padding: 5em 0
}
.email {
    font-size: 17px;
    margin: 3em 0 0
}
.email h3 {
    margin: 35px 0 5px;
    font-weight: bold;
}
.email .tbox {
    background: #fbfbfb;
    padding: 10px 15px;
    margin: 20px 0 40px;
    border: 1px dashed #dadada;
    border-radius: 16px;
}
.email .tbox p {
    color: #757575;
    margin: 10px 0;
}

/*
===============================================
animation
===============================================
*/

/*
===============================================
반응형 css
===============================================
*/

@media all and (max-width: 1600px) {
    .s-inner {
        max-width: 100%;
    }

    .s-inner,
    .sub_menu ul {
        margin: 0 3%;
    }

    .sub_menu {
        margin-left: 0
    }

    .s1Con-1 .imgTxt > li div:nth-child(2) {
        margin-left: 4%;
    }

    .s1Con-3 .sVis video {
        margin-top: 0;
    }

    .s2Con-1 {
        padding: 4em 0;
    }

    .proView .pro-detail {
        padding-top: 3rem;
    }
}

@media all and (max-width: 1300px) {
    .s1Con-1 .conBox .titleBox {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .s1Con-1 .conBox .titleBox > li {
        width: 100%;
    }

    .s1Con-1 .conBox .titleBox > li:nth-child(2) {
        margin-top: 3em;
        text-align: justify;
    }

    .s1Con-1 .conBox .titleBox > li:nth-child(2) br {
        display: none;
    }

    .s1Con-1 p {
        line-height: 1.8;
        margin: 2em 0;
    }

    .s1Con-1 .imgTxt > li div img {
        width: 100%;
    }

    .s1Con-1 .imgTxt .reverse div:nth-child(2) {
        width: 45%;
    }

    .s1Con-1 .imgTxt > li div:nth-child(2) {
        margin-left: 4%;
    }

    .proView .pro-detail {
        padding-top: 0;
    }
}

@media all and (max-width: 1200px) {
    .hisConBox .hisCon .year {
        width: 30%;
    }

    .hisConBox .hisCon .month {
        width: 70%;
    }

    .s1Con-4 {
        padding: 4em 0;
    }

    .s1Con-4 .maptxt h2 {
        font-size: 32px;
    }

    .s1Con-4 .maptxt ul {
        flex-direction: column;
        margin: 2em 0 2em;
    }

    .s1Con-4 .maptxt ul li {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .s1Con-4 .maptxt ul li i {
        font-size: 19px;
        color: #000;
    }

    .s1Con-4 .infoBox .info .list {
        flex-direction: column;
        align-items: flex-start;
    }

    .s1Con-4 .infoBox .info .list ul {
        width: 100%;
        padding: 0 20px;
    }

    .s1Con-4 .infoBox .info h4 {
        text-align: left;
        width: 100%;
        margin-left: 20px;
    }

    .s1Con-4 .infoBox .info h4 i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        margin: 0 20px 20px 0;
    }

    .orgMap {
        margin: 0 auto 5em;
    }

    .orgBox {
        margin: 4em 0 3em;
    }

    .adviser2 > ul > li {
        width: calc(100% / 2 * 1);
    }

    .adviser2 > ul > li:nth-child(odd),
    .adviser2 .bg-reverse li:nth-child(odd),
    .adviser2 .bg-reverse li {
        background: #fff;
    }

    .adviser2 > ul > li:nth-child(1),
    .adviser2 > ul > li:nth-child(4),
    .adviser2 .bg-reverse li:nth-child(1),
    .adviser2 .bg-reverse li:nth-child(4) {
        background: #f5f5f5;
    }

    .proBox .listBox .txtBox .title span {
        font-size: 20px;
    }

    .proBox .listBox .txtBox .title {
        padding-bottom: 0;
    }

    .pagination {
        margin: 4em 0 0;
    }

    .tabBtn a {
        width: 20%;
    }

    .tabBtn1 a {
        font-size: 17px;
        margin: 0 0.3em 0.5em;
        padding: 0 5px;
        height: 45px;
        line-height: 45px;
        width: 30%;
    }

    .bbsWrap1 {
        padding: 4em 0;
    }
}

@media all and (max-width: 1024px) {
    .s1Con-1 .conBox {
        padding: 5em 0;
    }

    .s1Con-1 .conBox .titleBox > li h2,
    .s1Con-1 .txtR {
        font-size: 34px;
    }

    .s1Con-1 .conBox .titleBox > li:nth-child(2),
    .s1Con-1 p {
        font-size: 16px;
    }

    .s1Con-1 .txtR {
        text-align: left;
        margin: 2em 0;
    }

    .s1Con-1 .imgTxt h4 {
        margin: 30px 0 20px;
        font-size: 18px;
    }

    .s1Con-1 .imgTxt div span {
        font-size: 16px;
    }

    .s1Con-1 .imgTxt > li {
        margin: 5em 0;
    }

    .s1Con-1 .imgTxt .reverse {
        height: 360px;
    }

    .s1Con-1 .sign span b {
        font-size: 26px;
    }

    .hisConBox .hisCon {
        display: flex;
        flex-direction: column;
    }

    .hisConBox .hisCon .year {
        width: 100%;
        margin: 0 0 20px;
    }

    .hisConBox .hisCon .month {
        width: 100%;
    }

    .s1Con-4 .infoBox .info .subway ul li {
        margin-bottom: 10px;
    }

    .s1Con-4 .infoBox .info .bus .road {
        display: flex;
        flex-direction: row;
    }

    .s1Con-4 .infoBox .info .cor7 {
        display: block;
        width: 30px;
        height: 19px;
    }

    .s1Con-4 .infoBox .info .bus ul li div {
        margin: 0 20px 0 3px;
        width: 100%;
    }

    .orgMap .org2 > li a {
        background: #fff;
    }

    .adviser1 {
        padding-top: 3em;
    }

    .adviser1 > ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .adviser1 > ul {
        padding-bottom: 0;
        border-bottom: 0;
        margin-top: 0;
    }

    .adviser1 > ul > li {
        width: 100%;
        margin-bottom: 4em;
    }

    .adviser1 > ul > li:last-child {
        margin-left: 0;
    }

    .s3Con-2 {
        padding-bottom: 0;
    }

    .s4Con-1 .title h2 {
        left: 3%;
        margin-left: 0;
    }

    ul.strategy {
        padding: 3em 0;
    }

    ul.mind .txt {
        left: 25px;
    }

    ul.mind li:after {
        right: 25px;
    }
}

@media all and (max-width: 960px) {
    .orgMap {
        width: 100%;
        height: 100%;
        font-size: 17px;
    }

    .orgMap .org1:before {
        bottom: -226px;
    }

    .orgMap .org1:after {
        height: 465px;
    }

    .orgMap .org2 {
        right: 50%;
        transform: translateX(50%);
    }

    .orgMap .org2 .line1:after,
    .orgMap .org2 .line1:before,
    .orgMap .org2 .line2:after,
    .orgMap .org2 .line2:before {
        display: none;
    }

    .orgMap .org2 > li {
        margin-bottom: 20px;
    }

    .orgMap .org3 {
        margin-top: 220px;
    }

    .orgMap .org1 > li,
    .orgMap .org1 > li a,
    .orgMap .org2 > li a,
    .orgMap .org3 > li {
        width: 220px;
        height: 55px;
        line-height: 55px;
    }

    .orgMap .org3 > li:nth-child(2) {
        margin: 0 3%;
    }

    .orgBox .orgCon .con li {
        padding: 25px 20px;
        max-width: calc(33.333% - 40px) !important;
    }

    .proBox .search .form-group .row:last-child {
        width: 80%;
    }

    .proBox .search .form-group {
        padding: 2em 0;
    }

    .proBox .search .form-group {
        flex-direction: row;
        align-items: flex-start;
        padding: 2em 0 2em 1em;
        flex-wrap: wrap;
    }

    .proBox .search .form-group .row {
        width: 47%;
        margin-bottom: 10px;
    }

    .proBox .search .form-group .row:last-child {
        width: 96%;
        margin-left: -1em;
        margin-bottom: 0;
    }

    .proBox .listBox ul li {
        width: calc(50% - 3%);
    }

    .proBox .listBox .txtBox {
        margin: 1.5em 0 0;
    }

    .proBox .listBox .txtBox .title span {
        font-size: 18px;
        min-height: 58px;
    }

    .proBox .listBox .txtBox .title {
        margin-bottom: 1.5em;
    }

    .pagination {
        margin: 3em 0 1em;
    }

    .proView .pro-imgBox {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .proView .pro-imgBox .imgBox {
        width: 100%;
        align-items: flex-start;
    }

    .proView .pro-imgBox .txtBox {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .proView .pro-imgBox .imgBox .img img {
        position: relative;
    }
}

@media all and (max-width: 820px) {
    .s-tit {
        font-size: 28px;
    }

    .s-tit:after {
        width: 8px;
        height: 8px;
    }

    .s1Con-1 .sVis,
    .s1Con-3 .sVis {
        height: 300px;
    }

    .s1Con-1 .imgTxt > li {
        display: flex;
        flex-direction: column;
        margin: 3em 0;
    }

    .s1Con-1 .imgTxt > li div {
        width: 100%;
    }

    .s1Con-1 .imgTxt > li div:nth-child(2) {
        margin-left: 0;
        margin-top: 2em;
    }

    .s1Con-1 .imgTxt .reverse {
        height: auto;
        position: initial;
    }

    .s1Con-1 .imgTxt .reverse div:nth-child(1) {
        position: inherit;
    }

    .s1Con-1 .imgTxt .reverse div:nth-child(2) {
        position: relative;
        width: 100%;
    }

    .s1Con-3 .sVis h2 {
        font-size: 165px;
        bottom: -65px;
    }

    .hisConBox {
        padding: 4em 0 0;
    }

    .hisConBox .hisCon {
        margin: 2em 0;
        padding-top: 1em;
    }

    .orgMap {
        font-size: 17px;
    }

    .orgMap .org1:after {
        height: 465px;
    }

    .orgMap .org1 > li,
    .orgMap .org1 > li a,
    .orgMap .org2 > li,
    .orgMap .org3 > li {
        width: 220px;
        height: 55px;
        line-height: 55px;
    }

    .orgMap .org3 > li:nth-child(2) {
        margin: 0 3%;
    }

    .s4Con-1 {
        margin: 3em 0;
    }

    .s4Con-1 .title p {
        font-size: 35px;
    }

    .s4Con-1 .title h2 {
        font-size: 155px;
    }

    ul.strategy {
        flex-wrap: wrap;
    }

    ul.strategy li {
        margin: 0;
        flex: 1 1;
    }

    ul.mind li h4 {
        font-size: 20px;
    }

    ul.mind li h4 strong {
        font-size: 24px;
    }

    ul.mind li:after {
        width: 50px;
        height: 43px;
        background-size: 100% !important;
    }

    ul.mind li {
        height: 230px;
        width: calc(33% - 1em);
        margin: 0 0.5em 1em;
    }
}

@media all and (max-width: 768px) {
    .tabBtn1 {
        margin-left: 0;
        margin-right: 0;
    }

    .searchBox {
        padding: 2em 0 3em;
    }

    .searchBox .board_search .row .select,
    .searchBox .board_search .row .input {
        font-size: 15px;
        width: 100px;
    }

    .searchBox .board_search .row .input {
        width: 300px;
    }

    .searchBox .board_search .row .bs-btn {
        font-size: 24px;
    }

    .boardType {
        border-top: 2px solid #141414;
    }

    .boardType .boardList colgroup,
    .boardType .boardList thead,
    .boardType .boardList td[data-table="number"],
    .boardType .boardList td[data-table="hits"] {
        display: none;
    }

    .boardType .boardList tbody tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .boardType .boardList tbody tr td {
        font-size: 16px;
        padding: 20px 10px;
    }

    .boardType .boardList td[data-table="subject"] {
        padding: 20px 10px 0;
    }

    .boardType .boardList tbody tr td em {
        font-size: 13px;
        border-radius: 15px;
        margin-right: 10px;
        padding: 5px 10px;
    }

    .boardType .boardList .none {
        align-items: center;
    }

    .boardType .boardList .none td {
        padding: 2em 0;
    }

    .boardType .boardList td[data-table="date"] {
        color: #959595;
    }

    .boardType .boardList td[data-table="date"] i {
        display: block;
        display: inline-block;
        color: #8f8f8f;
        margin-right: 7px;
        vertical-align: -2px;
    }
    .boardType .boardList td[data-table="progress"].career {
        padding: 14px 0;
    }
    .boardType .boardList td[data-table="progress"].career span {
        display: none;
    }
}

@media all and (max-width: 700px) {
    .s4Con-1 .title p {
        font-size: 28px;
    }

    .s4Con-1 .title h2 {
        font-size: 130px;
    }

    .s4Con-1 .conBox {
        padding: 5em 0 0;
    }

    ul.mind li {
        width: calc(49% - 1em);
    }

    .etcBox {
        padding: 3em 0
    }

    .email {
        font-size: 16px;
        margin: 2em 0 0
    }
}

@media all and (max-width: 640px) {
    .s-inner,
    .sub_menu ul {
        margin: 0 5%;
    }

    .s1Con-1 .sVis,
    .s1Con-3 .sVis {
        height: 280px;
    }

    .s1Con-1 .conBox {
        padding: 3em 0;
    }

    .s1Con-1 .conBox .titleBox > li h2,
    .s1Con-1 .txtR {
        font-size: 30px;
    }

    .s1Con-1 .conBox .titleBox > li:nth-child(2) {
        margin-top: 2em;
    }

    .s1Con-1 .sign {
        font-size: 16px;
        font-weight: 500;
        padding: 1em 0;
    }

    .s1Con-1 .sign span b {
        font-size: 23px;
        margin-left: 15px;
    }

    .s1Con-3 .sVis h2 {
        font-size: 90px;
        bottom: 0;
    }

    .hisConBox .hisCon .month dl dt {
        width: 40px;
    }

    .hisConBox .hisCon .month dl dd {
        font-weight: 400;
        font-size: 16px;
        padding-left: 40px;
        margin-top: 5px;
    }

    .hisConBox {
        padding: 3em 0 0;
    }

    .s1Con-4 .mapBox,
    .s1Con-4 .mapBox .root_daum_roughmap,
    .root_daum_roughmap .wrap_map {
        height: 250px !important;
    }

    .orgBox .orgCon .con {
        flex-direction: column;
    }

    .orgBox .orgCon .con li {
        max-width: calc(100% - 40px) !important;
        width: 100%;
        text-align: center;
    }

    .adviser2 > ul > li {
        width: 100%;
    }

    .adviser2 > ul > li:nth-child(odd),
    .adviser2 .bg-reverse li:nth-child(odd) {
        background: #f5f5f5;
    }

    .adviser2 .bg-reverse li {
        background: #fff;
    }

    .adviser2 > ul > li:nth-child(1),
    .adviser2 .bg-reverse li:nth-child(1) {
        background: #f5f5f5;
    }

    .adviser2 > ul > li:nth-child(4),
    .adviser2 .bg-reverse li:nth-child(4) {
        background: #fff;
    }

    .adviser2 > ul > li {
        padding: 3em 0;
    }

    .s2Con-1 {
        padding: 3em 0;
    }

    .proView .pro-imgBox .imgBox .img img {
        border-radius: 15px;
    }

    .proView .pro-imgBox .imgBox .list li {
        margin: 0 0 0.5em 0.5em;
    }

    .proView .pro-imgBox .imgBox .list li a img {
        border-radius: 5px;
    }

    .proView .pro-imgBox .txtBox h2 {
        font-size: 20px;
    }

    .proView .pro-imgBox .txtBox ul li h3 {
        width: 60px;
    }

    .proBox .search .form-group .row {
        width: 46%;
    }

    .proView .pro-imgBox .txtBox ul {
        padding: 1em 2em;
    }

    .btn-Box {
        justify-content: center;
        align-items: center;
        margin-left: -10px;
    }

    .prev-next-box .page {
        width: 130px;
    }

    .prev-next-box .page i {
        margin: 0 20px 0 15px;
    }

    .prev-next-box ul li span,
    .prev-next-box ul li span a {
        font-size: 16px;
    }

    .prev-next-box .tit {
        width: 70%;
    }

    .tabBtn {
        margin: 3em 0 1em;
    }

    .tabBtn a {
        width: 40%;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .tabBtn1 a {
        width: 29%;
    }

    .boardType .boardList td[data-table="subject"] {
        padding: 20px 0 0;
    }

    .boardType .boardList tbody tr td {
        padding: 20px 0;
    }

    .boardType .boardList td[data-table="progress"] span {
        width: 80px;
        font-size: 15px;
        padding: 5px;
    }

    .boardType .boardList tbody tr td a {
        font-weight: 500;
    }

    .boardView .viewTop {
        padding: 1.5rem 0;
    }

    .boardView .file {
        padding: 1rem 0;
    }

    .boardView .con {
        padding: 2rem 0;
    }

    .boardView .con {
        margin-bottom: 2em;
    }

    .boardView .con,
    .boardView .data span {
        width: auto;
    }

    .boardView .file {
        font-size: 16px;
    }

    .boardView .file span {
        font-weight: 500; /*padding-left: 26px;*/;
        display: none;
    }

    .boardView .file .file-info {
        display: block;
    }
}

@media all and (max-width: 550px) {
    .s1Con-1 {
        margin: 2em 0;
    }

    .s1Con-1:after {
        top: -2em;
    }

    .s1Con-1 .conBox .titleBox > li h2 {
        font-size: 26px;
    }

    .s1Con-1 .txtR {
        font-size: 25px;
        letter-spacing: -0.05em;
    }

    .s1Con-1 .txtR br {
        display: none;
    }

    .s1Con-3 .sVis {
        height: 238px;
    }

    .s1Con-3 .sVis h2 {
        bottom: -35px;
    }

    .s1Con-4 .maptxt h2 {
        font-size: 24px;
    }

    .s1Con-4 .maptxt ul li {
        font-size: 15px;
        margin-left: 20px;
        margin-right: 0
    }

    .s1Con-4 .maptxt ul li i {
        font-size: 17px;
        margin-left: -20px;
    }

    .s1Con-4 .maptxt .xi-map {
        display: none;
    }

    .s1Con-4 .maptxt ul li span {
        margin-left: -20px;
        display: block;
    }

    .s1Con-4 .infoBox .info h4 {
        margin-left: 0;
    }

    .s1Con-4 .infoBox .info .list ul {
        padding: 0;
    }

    .s1Con-4 .infoBox .info .bus ul li div {
        margin: -2px 0 0 3px;
    }

    .orgBox .orgCon .con li {
        text-align: left;
    }

    .orgBox {
        margin: 4em 0 0;
    }

    .adviser1 .topBox .img {
        margin-right: 20px;
    }

    .adviser1 .topBox .txt strong,
    .adviser1 .topBox .txt span {
        font-size: 16px;
    }

    .adviser1 .fooBox .con {
        padding: 20px 20px 10px;
    }

    .adviser1 .fooBox .con h5 {
        font-size: 16px;
        width: 25%;
    }

    .adviser1 .fooBox .con > ul {
        width: 75%;
    }

    .adviser1 .fooBox .con > ul li {
        font-size: 14px;
        margin: 0 0 10px 10px;
    }

    .adviser1 .fooBox .con > ul li:after {
        left: -10px;
    }

    .proBox .listBox ul li {
        width: calc(100% - 3%);
        margin: 0 1.5% 3em;
    }

    .proBox .listBox {
        padding: 3em 0 0;
    }

    .proBox .listBox .txtBox .title span {
        min-height: auto;
        margin-bottom: 20px;
    }

    .proBox .search .form-group .row {
        width: 45%;
    }

    .proView .pro-detail {
        margin: 2em 0;
        padding-bottom: 3em;
    }

    .btn-Box a {
        margin-bottom: 10px;
    }

    .btn-Box a:last-child {
        width: 200px;
    }

    .prev-next-box {
        margin: 2em 0 1em;
    }

    .prev-next-box ul li {
        padding: 1em;
    }

    .boardView .data {
        font-size: 16px;
    }

    .tabBtn1 a {
        width: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        padding: 5px 17px;
        border-radius: 15px;
        font-size: 15px;
    }

    .searchBox .board_search .row {
        margin: 0 5px;
    }

    .searchBox .board_search .row .select,
    .searchBox .board_search .row .input {
        padding: 10px 0;
        width: 100px;
    }

    .searchBox .board_search .row .input {
        width: 180px;
        padding-right: 15px;
    }

    .searchBox .board_search .row .bs-btn {
        font-size: 20px;
        padding: 0;
        top: 7px;
    }

    .s4Con-1 .title p {
        font-size: 24px;
        padding-top: 40px;
    }

    .s4Con-1 .title h2 {
        font-size: 100px;
    }

    .s4Con-1 .conBox {
        padding: 5em 0 0;
    }

    ul.mind li {
        width: calc(49% - 1em);
    }

    ul.strategy li span {
        width: 110px;
        height: 110px;
    }

    ul.strategy li strong {
        font-size: 18px;
    }

    ul.strategy li em {
        font-size: 12px;
    }

    ul.strategy li {
        margin: 0 6% 5%;
    }

    ul.mind {
        margin-left: 0;
        margin-right: 0;
    }

    ul.mind li {
        height: 190px;
        width: 100%;
        margin: 0 0 1em;
    }
}

@media all and (max-width: 450px) {
    .btn-Box a {
        padding: 10px 5px;
    }

    .boardView .data {
        font-size: 14px;
    }
}

@media all and (max-width: 430px) {
    .proBox .search .form-group .row {
        width: 44%;
    }

    .pagination a {
        margin: 0 10px;
    }

    .prev-next-box .page {
        width: 115px;
    }

    .prev-next-box .page i {
        margin: 0 0 0 15px;
    }

    .prev-next-box ul li span,
    .prev-next-box ul li span a {
        font-size: 14px;
    }

    .searchBox .board_search .row .select {
        width: 60px;
    }

    .searchBox .board_search .row .input {
        width: 160px;
    }

    .btn-Box a:last-child {
        width: 280px;
    }

    .boardView .data {
        font-size: 13px;
    }
}

@media print {
    body {
        width: 210mm;
        height: 297mm;
        margin: auto auto;
    }

    .prev-next-box,
    .btn-Box,
    .proView .pro-detail > a.btn {
        display: none
    }
}