@charset "UTF-8";

/* pc/pad min-width 설정*/

@media all and (min-width:801px) {
    .mainVisu {min-width: 1200px;}
    .mainVisu .swiper-slide .Bg {min-width: 1200px;}
    .mainSc2 {min-width: 1200px;}
}


/* 메인비주얼 */

.mainVisu {width: 100%;height: 644px;position: relative;overflow: hidden;}
.swiper-container-mainVisu {width: 100%; height: 644px; position: relative;}

.mainVisu .swiper-slide {width: 100%; height: 100%; position: relative;}
.mainVisu .swiper-slide .Bg {width: 100%;height: 100%;position: relative;z-index: 1;}
.mainVisu .swiper-slide .Cont {position: absolute;z-index: 2;width: 1200px;height: 100%;top: 180px;left: calc(50% - 600px);text-align: center;}
.mainVisu .swiper-slide .Cont h2 {color: #ffffff;font-size: 44px;font-weight: 600;margin-bottom: 10px;text-shadow: 0px 0px 20px rgba(0,0,0,0.5);}
.mainVisu .swiper-slide .Cont h3 {color: #ffffff;font-size: 30px;margin-bottom: 30px;text-shadow: 0px 0px 20px rgba(0,0,0,0.5);}
.mainVisu .swiper-slide .Cont p.txt {color: #ffffff;font-size: 18px;font-weight: 300;line-height: 28px;text-shadow: 0px 0px 20px rgba(0,0,0,0.5);}

.mainVisu .swiper-slide.one .Bg {background: url(../img/mainVisu1.jpg)no-repeat center; background-size: cover;}
.mainVisu .swiper-slide.two .Bg {background: url(../img/mainVisu2.jpg)no-repeat center; background-size: cover;}
.mainVisu .swiper-slide.three .Bg {background: url(../img/mainVisu3.jpg)no-repeat center; background-size: cover;}


/* 메인페이지 섹션 공통 */
.sc_wrap {width: 1200px; height: auto; margin: 0 auto; position: relative;}
.sc_wrap:after {content: ""; display: block; clear: both;}

/* 메인페이지 섹션별 css */
.mainSc1 {width: 100%; height: auto; padding: 80px 0; position: relative;}
.mainSc1 .sc1 {display: block; width: 100%; height: auto;}
.mainSc1 .sc1:after {content: ""; display: block; clear: both;}
.mainSc1 .sc1 li {display: block; width: calc(33.33% - 10px); margin-left: 15px; float: left; position: relative}
.mainSc1 .sc1 li:first-child {margin-left: 0;}
.mainSc1 .sc1 li .nameBox {width: 100%;height: auto;margin: 15px 0 18px;position: relative;background: url(../img/btn_mainArrow.png)no-repeat 312px center;}
.mainSc1 .sc1 li .nameBox:after {content: ""; display: block; clear: both;}
.mainSc1 .sc1 li .nameBox h4 { font-size: 20px; color: #263140; float: left; font-weight: 600; display: inline-block;}
.mainSc1 .sc1 li .nameBox span {margin-left: 13px;float: left;font-weight: 300;font-size: 18px;color: #263140;position: absolute;bottom: 0;}
.mainSc1 .sc1 li .imgBox {width: 382px;height: 219px;overflow: hidden; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.mainSc1 .sc1 li>a {width: 382px; height: 219px; overflow: hidden; display: block; margin-bottom: 40px;}
.mainSc1 .sc1 li a .imgBox:hover {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1);transform: scale(1.1);}

.mainSc1 .sc1 li .imgBox.img1 {background: url(../img/mainSc1_img1.png)no-repeat center; background-size: cover;}
.mainSc1 .sc1 li .imgBox.img2 {background: url(../img/mainSc1_img2.png)no-repeat center; background-size: cover;}
.mainSc1 .sc1 li .imgBox.img3 {background: url(../img/mainSc1_img3.png)no-repeat center; background-size: cover;}

.mainSc1 .sc1 li .btnBox a {width: 195px;height: auto;padding: 13px 30px;border: 1px solid #34c2b9;color: #34c2b9;font-size: 15px;font-weight: 400;margin: 0 auto;display: block;background: url(../img/btn_mainArrow.png)no-repeat 143px center; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.mainSc1 .sc1 li .btnBox a:hover {color: #ffffff; background:#34c2b9 url(../img/btn_mainArrow_w.png)no-repeat 143px center;}

.mainSc2 {padding: 80px 0;background: #f1f1f1;width: 100%;}
.mainSc2 .titBox h3 {font-size: 36px;font-weight: 700;margin-bottom: 10px;}
.mainSc2 .titBox p.subtit {font-size: 18px; color: #6a5c5c;}
.mainSc2 .titBox {margin-bottom: 60px; text-align: center; width: 100%; height: auto;}
.mainSc2 .contBox {width: 100%; height: auto;}
.mainSc2 .contBox .sc2_wrapper {width: 100%; }
.mainSc2 .contBox .sc2_wrapper:after {content: ""; display: block; clear: both;}
.mainSc2 .contBox .sc2_box {width: 228px; height: auto; float: left; margin-left: 15px; text-align: center;}
.mainSc2 .contBox .sc2_box:first-child {margin-left: 0;}
.mainSc2 .contBox .sc2_box .iconBox{width: 228px;height: 174px;background: #ffffff;border: 1px solid #dddddd;padding: 45px 0 0 0;}
.mainSc2 .contBox .sc2_box .iconBox p.iconName {font-size: 17px;margin-top: 18px;font-weight: 600;}
.mainSc2 .contBox .sc2_box .txtBox {padding: 20px 0; font-size: 15px; color: #555555;}
.mainSc2 .contBox .moreBtn a {width: 180px;height: auto;display: block;margin: 50px auto 0;border-radius: 33px;color: #ffffff;padding: 18px 36px;background: #34c2b9 url(../img/btn_mainArrow2.png)no-repeat 145px center;font-size: 15px; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.mainSc2 .contBox .moreBtn a:hover {background: #1f959f url(../img/btn_mainArrow2.png)no-repeat 145px center;}

.mainSc3 {padding: 60px 0;}
.mainSc3:after {clear: both; content: ""; display: block;}
.mainSc3 .newsNnotice {width: 570px; height: 294px; float: left;}
.mainSc3 .quickView {width: 589px; margin-left: 41px; height: auto; float: left;}
.mainSc3 .quickView:after {display: block; content: ""; clear: both;}
.mainSc3 .quickView>div {border: 14px solid #ecf3f6;text-align: center;position: relative; position: relative}
.mainSc3 .quickView>div>a {width: 100%; height: 100%; padding-top: 54px; display: block;}
.mainSc3 .inquiry .icon {width: 83px;height: 66px;background: url(../img/mainSc3_icon1.png)no-repeat center;margin: 0 auto;}
.mainSc3 .recruit .icon {width: 92px;height: 52px;background: url(../img/mainSc3_icon2.png)no-repeat center;margin: 0 auto;}
.mainSc3 .recruit a {padding-top: 61px;}
.mainSc3 .quickView a .txt {
    position: absolute;
    top: 118px;
    left: calc(50% - 123px);
    width: 246px;
}
.mainSc3 .quickView a .txt .name {font-size: 21px;font-weight: 600;margin-top: 15px;}
.mainSc3 .quickView a .txt .cont {font-size: 14px;color: #666666;margin-top: 5px;}
.mainSc3 .inquiry {width: 274px; height: 294px; float: left}
.mainSc3 .recruit {width: 274px; height: 294px; margin-left: 41px; float: left}
.mainSc3 .newsNnotice .titBox {width: 100%;height: auto;padding-top: 4px;}
.mainSc3 .newsNnotice .titBox:after {content: ""; display: block; clear: both;}
.mainSc3 .newsNnotice .titBox .name {font-size: 21px;font-weight: 600;float: left;margin-left: 15px;}
.mainSc3 .newsNnotice .titBox a.plusBtn {float: right;width: 20px;height: 19px;background: url(../img/btn_mainMore.png)no-repeat center;display: block;margin-right: 5px;margin-top: 6px;}
.mainSc3 .newsNnotice .latestBox {width: 100%;height: auto;padding: 28px 0 0 15px;}
.mainSc3 .recruit a:after {width: 197px;height: 165px;display: block;content: "";position: absolute;top: -54px;right: -2px;background: url(../img/mainSc3_leaf.png)no-repeat center;z-index: 2;}


/* 메인비주얼&메인섹션 모바일 설정 */

@media all and (max-width:800px) {
    .mainVisu {height: 280px;}
    .swiper-container-mainVisu-mobile {width: 100%;height: 280px;position: relative;}
    .mainVisu .swiper-slide .Cont {width: 100%;height: 100%;top: 0;left: 0;text-align: left;display: table-cell;vertical-align: middle;padding-left: 5%;padding-top: 22%;}
    .mainVisu .swiper-slide .Cont h2 {font-size: 23px;margin-bottom: 15px;}
    .mainVisu .swiper-slide .Cont h3 {font-size: 17px;line-height: 24px;font-weight: 400;margin-bottom: 21px;}
    .mainVisu .swiper-slide .Cont p.txt {font-size: 14px;line-height: 26px;}
    
    .sc_wrap {width: 100%; height: auto; padding: 0 20px;}
    
    .mainSc1 {padding: 25px 0;}
    .mainSc1 .sc1 li {width: 100%;margin-left: 0;margin-bottom: 15px;height: auto;}
    .mainSc1 .sc1 li a {width: 100%;height: auto;margin-bottom: 0;}
    .mainSc1 .sc1 li a .imgBox {width: 100%; height: 120px;}
    .mainSc1 .sc1 li .nameBox {background: transparent;}
    .mainSc1 .sc1 li .nameBox a.btnMore_mb {position: absolute;bottom: 0;right: 0;display: block;width: 33%;height: auto;border: 1px solid #34c2b9;color: #34c2b9;border-radius: 9px;padding: 10px 0 10px 0;text-align: center;font-size: 14px;min-width: 110px;}
    .mainSc1 .sc1 li .nameBox h4 {float: none;display: block;}
    .mainSc1 .sc1 li .nameBox span {float: none; position: relative; margin-left: 0; font-size: 15px;}
    
    .mainSc2 {padding: 30px 0;}
    .mainSc2 .titBox {margin-bottom: 20px;}
    .mainSc2 .titBox h3 {font-size: 23px;}
    .mainSc2 .titBox p.subtit {font-size: 14px;}
    .mainSc2 .contBox .sc2_box {width: 100%; height: auto; margin:0 0 20px 0;}
    .mainSc2 .contBox .sc2_box .iconBox {width: 100%;padding: 20px;display: table;height: 100%;}
    .mainSc2 .contBox .sc2_box .iconBox:after {content: ""; display: block; clear: both;}
    .mainSc2 .contBox .sc2_box .iconBox .icon {width: 25%;display: table-cell;vertical-align: middle;}
    .mainSc2 .contBox .sc2_box .iconBox img {}
    .mainSc2 .contBox .sc2_box .iconBox .txtbox_mb {width:75%;text-align: left;padding-left: 15px;display: table-cell;vertical-align: middle;}
    .mainSc2 .contBox .sc2_box .iconBox p.iconName {margin-top: 0;}
    .mainSc2 .contBox .sc2_box .iconBox p.iconName2 {word-break: keep-all;}
    .mainSc2 .contBox .moreBtn a {font-size: 15px;width: 55%;padding: 15px;text-align: center;background: #34c2b9;margin: 0 auto;}
    .mainSc2 .contBox .moreBtn a:hover {background: #34c2b9;}
    
    .mainSc3 {padding: 25px 0;}
    .mainSc3 .newsNnotice {width: 100%; float: none; margin:0 0 20px 0;}
    .mainSc3 .newsNnotice .titbox .name {margin-left: 0;}
    .mainSc3 .newsNnotice .latestbox {padding: 15px 0 0 0;}
    .mainSc3 .quickView {width: 100%; float: none; margin:0 0 20px 0;}
    .mainSc3 .quickView>div {width: 100%; float: none; margin: 0 0 20px 0; height: auto;}
    .mainSc3 .quickView>div>a {padding: 20px 0; display: table;}
    .mainSc3 .quickView>div>a .icon {display: table-cell;vertical-align: middle;width: 40%;margin: 0;}
    .mainSc3 .quickView>div>a .txt {display: table-cell;vertical-align: middle;width: 60%;top: 0;position: relative;text-align: left;left: 0;padding-left: 6px;}
    .mainSc3 .quickView>div>a .txt .name {margin-top: 0;font-size: 19px;}
    .mainSc3 .quickView>div>a .txt .cont {font-size: 13px;}
    .mainSc3 .quickView .recruit a:after {display: none;}
}


