/*popup start*/
.popWrap {
    width: 400px;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    position: absolute;
    left: 70px;
    top: 120px;
    border: 1px solid #5cbb47;
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.popWrap .popHeader {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #5cbb47;
    color: #fff;
    border-bottom: 1px solid #5cbb47;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popWrap .popCon {
    height: auto;
}

.popWrap .popCon img {
    width: 100%;
}

.popWrap .popFooter {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-top: 1px solid #5cbb47;
    font-size: 0.875rem;
    color: #666;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.popWrap .popFooter input {
    margin-right: 5px;
}

.popWrap .popFooter input,
.popWrap .popFooter label {
    float: left;
    line-height: 30px;
    height: 30px;
}

/*popup end*/
/*fullpage start*/
#fullpage {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}

.fullsection {
    width: 100%;
    height: 100%;
    min-height: 900px;
    max-height: 1050px;
    float: left;
    position: relative;
}

.fullsection > .middle {
    padding-bottom: 100px;
}

.fullsection.etc {
    min-height: auto;
}

.quick {
    width: 1px;
    position: fixed;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.quick li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    color: transparent;
}

.quick li .dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    float: left;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 15px;
    position: relative;
}

.quick li.on {
}

.quick li.on .dot {
}

.quick li.on .dot:after {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 50%;
    top: -10.7px;
    right: 10.7px;
    position: relative;
    border: 4px solid #ffffff7a;
}

/* .quick li:nth-child(4).on {
  color: #5cbb47;
}
.quick li:nth-child(4).on .dot {
  border-color: #5cbb47;
}
.quick li:nth-child(4).on .dot:after {
  background: #5cbb47;
} */
.fullsection .inner {
    height: 100%;
}

.fullsection h2 {
    font-size: 3.125rem;
    margin-bottom: 30px;
}

.fullsection h2 + p {
    font-size: 1.275rem;
    margin-bottom: 60px;
    font-weight: 400;
}

.fullsection h3 {
    font-size: 1.875rem;
    font-family: "Noto Sans KR_M", sans-serif;
}
.fullsection h3.fs-50 {
    font-size: 50px;
}

.fullsection h3 + p {
    font-size: 18px;
    font-family: 'Noto Sans KR_L';
}
.fullsection h3 + p.fs-22 {
    font-size: 22px;
}
.fullsection h3 + p.pt-10 {
    padding-top: 12px;
}

/*fullpage end*/

/*home start*/
.fullsection.home {
    padding: 0;
    overflow: hidden;
}

.fullsection.home .swiper-container {
    transform: scale(1.25);
    animation: bg_scale 1s forwards;
    position: relative;
}

@keyframes bg_scale {
    from {
        transform: scale(1.25);
    }
    to {
        transform: scale(1);
    }
}

.fullsection.home .swiper-container,
.fullsection.home .swiper-wrapper {
    height: 100%;
}

.fullsection.home .swiper-slide {
    overflow: hidden;
}

.fullsection.home .swiper-slide div {
    width: 100%;
    height: 100%;
}

.fullsection.home .txtWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.fullsection.home .visualTxt {
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.fullsection.home .visualTxt img.mHidden {
    width: 450px;
    padding-right: 90px;
}

.fullsection.home .visualTxt p {
    padding-top: 20px;
    padding-right: 10px;
    position: relative;
    font-size: 32px;
}
.fullsection.home .visualTxt p.mainTxt {
    font-size: 65px;
    font-weight: 500;
    padding-top: 25px;
    padding-right: 120px;
    font-family: "Heebo medium", sans-serif;
}
.fullsection.home .visualTxt p.subTxt {
    padding-top: 0;
    padding-bottom: 26px;
    font-size: 52px;
    font-weight: 500;
    font-family: "Heebo medium", sans-serif;
    color: #bebebe;
}
.fullsection.home .visualTxt p.bottomTxt {
    text-align: right;
    font-weight: lighter;
    font-family: "Heebo light", sans-serif;
    padding-right: 0;
    padding-top: 25px;
}
.fullsection.home .visualTxt p.bottomTxt span {
    font-weight: 600;
    font-family: "Heebo regular", sans-serif;
}
.fullsection.home .visualTxt hr {
    margin-left: -100%;
    opacity: 0.6;
    border: none;
    border-top: 1px solid;
}
.fullsection.home .visualTxt p b {
    font-weight: lighter;
}

.fullsection.home .slideWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 86%;
    left: 0;
    z-index: 99;
}

.fullsection.home .slideWrap ul > li {
    float: left;
    margin-right: 10px;
}

.fullsection.home .slideWrap ul > li:last-child {
    margin-left: 15px;
}

.fullsection.home .inner .swiper_play_btn {
    position: relative;
    opacity: 0.75;
    top: -5px;
    left: 5px;
    /*position: absolute;*/
    /*z-index: 99;*/
    /*opacity: 0.75;*/
    /*top: 86%;*/
    /*left: 0;*/
    /*margin-top: 0px;*/
    /*margin-left: 120px;*/
    /*cursor: pointer;*/
}
.fullsection.home .scroll {
    height: 90px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    z-index: 90;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    background-image: url(../img/main/icon_scroll_bottom.png);
    background-repeat: no-repeat;
    background-position: center 58px;
    animation-duration: .8s;
    animation-name: effectScroll;
    animation-iteration-count: infinite;
}

.fullsection.home .scroll img {
    width: 15px;
    position: absolute;
    left: 40%;
}

.fullsection.home .scroll .img1 {
    top: 25px;
    opacity: 1;
}

.fullsection.home .scroll .img2 {
    top: 55px;
    opacity: 1;
    animation: effectScroll 0.8s;
    animation-iteration-count: infinite;
    animation-direction: inherit;
}

@keyframes effectScroll {
    0% {
        background-position-y: 58px;
    }
    68% {
        background-position-y: 68px;
    }
    0% {
        background-position-y: 58px;
    }

}

/*home end*/
/*vision start*/
.fullsection.vision {
    background: url("../img/main/bg_vision.png") no-repeat center / cover;
    color: #000;
}

.fullsection.vision .recruitWrap {
    color: #fff;
}

.fullsection.vision .middle {
    padding-top: 220px;
}

.fullsection.vision .title {
    padding-top: 60px;
    color: #ffffff;
}

.fullsection.vision .title p {
    padding-top: 15px;
}

.fullsection.vision .dp_flex {
    display: flex;
}

.fullsection.vision .dp_flex_column {
    flex-direction: column;
}

.fullsection.vision .recruitWrap .box1 {
    background: url(../img/main/Group_2.png) no-repeat center / cover;
    min-height: 295px;
    padding: 40px 50px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background-size: 100% 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fullsection.vision .recruitWrap .box1:hover {
    background-size: 110% 110%;
}
.fullsection.vision .recruitWrap .box2:hover {
    background-size: 110% 110%;
}
.fullsection.vision .recruitWrap .box3:hover {
    background-size: 110% 110%;
}

.fullsection.vision .recruitWrap .box2 {
    background: url("../img/main/Group_1.png") no-repeat center;
    min-height: 295px;
    padding: 40px 50px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fullsection.vision .recruitWrap .box3 {
    background: url(../img/main/Group_3.png) no-repeat center;
    min-height: 589px;
    padding: 51px 50px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
}

.fullsection.vision .recruitWrap .pt_30 {
    padding-top: 50px;
}

.fullsection.vision .recruitWrap .wrap_box {
    width: 630px;
}

.fullsection.vision .recruitWrap .wrap_box h3 {
    font-weight: 100;
}

.fullsection.vision .recruitWrap .arrowWrap {
    width: 135px;
}
.fullsection.vision .recruitWrap a {
    width: 135px;
    border: 1px solid #fff;
    padding: 5px 14px;
    height: 50px;
    line-height: 38px;
    font-size: 16px;
    background: url("../img/common/icon_arrow_right_white.png") no-repeat 100px 18px;
}

.fullsection.vision .recruitWrap .arrowWrap:hover {
    background-color: #fff;
    color: #000;
}
.fullsection.vision .recruitWrap .arrowWrap:hover a{
    background: url("../img/common/icon_arrow_right.png") no-repeat 100px 18px;
}

/*vision end*/
/*business start*/
.fullsection.business {
    color: #fff;
    transition: 0.5s;
}

.fullsection.business .titWrap {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0px;
}

.fullsection.business .businessCon {
    height: 100%;
}

.fullsection.business .businessCon > li {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    /*border-left: 1px solid rgba(255, 255, 255, 0.3);*/
}

.fullsection.business .businessCon > li .layer {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.fullsection.business .businessCon > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fullsection.business .businessCon > li .box {
    width: 100%;
    height: 145px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 38%;
}

.fullsection.business .businessCon > li .box > img {
    margin-bottom: 20px;
}

.fullsection.business .businessCon > li .box > h3:not(:first-child) {
    margin-bottom: 25px;
}
.fullsection.business .businessCon > li .box > h3.mb-0 {
    margin-bottom: 0;
}
.fullsection.business .businessCon > li .box > h3.thin {
    font-size: 25px;
    font-weight: 100 !important;
    font-family: 'Noto Sans KR_L';
}
.fullsection.business .businessCon > li .box > h3.fs-42 {
    font-size: 42px;
}

.fullsection.business .businessCon > li .box > p {
    font-family: "Noto Sans KR_L", sans-serif;
    margin-bottom: 25px;
}

.fullsection.business .businessCon > li .box .btnWrap .btn {
    border: 1px solid #fff;
    font-size: 1.125rem;
    width: 180px;
    padding: 0 10px;
    text-align: left;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
/*.fullsection.business .businessCon > li .box .btnWrap .btn:hover {*/
/*  background-color: #fff;*/
/*  color: #000;*/
/*}*/

.fullsection.business .businessCon > li .box .btnWrap li img {
    margin-left: 15px;
}

.fullsection.business .businessCon > li .box .btntype1 li {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 0;
}

.fullsection.business .businessCon > li .box .btntype2 li {
    width: 50%;
    height: auto;
    float: left;
    padding: 5px;
}

.fullsection.business .businessCon > li .box .btntype2 li:nth-child(odd) .btn {
    float: right;
}

.fullsection.business .businessCon > li .box .btntype2 li:nth-child(even) .btn {
    float: left;
}
.fullsection.business .businessCon > li .box a {
    background: url("../img/common/icon_arrow_right_white.png") no-repeat 136px 18px;
}

.fullsection.business .businessCon > li .box .btn:hover {
    background-color: #ffffff;
    color: #000;
}
.fullsection.business .businessCon > li .box .btn:hover a {
    background: url("../img/common/icon_arrow_right.png") no-repeat 136px 18px;
}

/*business end*/
/*news start*/
.fullsection.news {
    /*background: url("../img/main/bg_main04.jpg") no-repeat center / cover;*/
    background-color: #ededed;
    position: relative;
}
.fullsection.news .middle .inner {
    display: flex;
}

.fullsection.news h2 {
    margin: 0 0 10px;
    padding-top: 0;
    font-weight: 700;
}

.fullsection.news h2 + p {
    margin: 0 0 40px;
}

.fullsection.news .left {
    width: 300px;
    top: 0;
}

.fullsection.news .swiper-container {
    width: 65vw;
    height: auto;
}

.fullsection.news .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.fullsection.news .swiper-slide .imgWrap {
    height: 340px;
}

.fullsection.news .swiper-slide .txtWrap {
    text-align: left;
    background: #fff;
    padding: 35px 20px;
}

.fullsection.news .swiper-slide .txtWrap .tit {
    font-size: 20px;
    padding: 0 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.fullsection.news .swiper-slide .txtWrap .date {
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
    color: #bfbfbf;
}

.fullsection.news .swiper-button-next,
.fullsection.news .swiper-button-prev {
    width: 0;
    height: 0;
    overflow: hidden;
}

.fullsection.news .btnSlider {
    margin-top: 165px;
}

.fullsection.news .btnSlider li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    background-color: #fff !important;
    border-radius: 50%;
}

.fullsection.news .btnSlider li:first-child {
    background: url("../img/main/icon_prev.png") no-repeat center;
    opacity: 0.75;
}

.fullsection.news .btnSlider li:last-child {
    background: url("../img/main/icon_next.png") no-repeat center;
    margin-left: 5px;
    opacity: 0.75;
}

.fullsection.news .arrowWrap {
    width: 135px;
    border: 1px solid #000;
    padding: 5px 14px;
    height: 50px;
    line-height: 38px;
    font-size: 16px;
}
.fullsection.news .arrowWrap a {
    height: 11px;
    width: 55px;
    background: url("../img/common/icon_arrow_right.png") no-repeat right;
}

.fullsection.news .arrowWrap:hover {
    border: 1px solid #9b9b9b;
    color: #fff;
    background-color: #9b9b9b;
}

.fullsection.news .arrowWrap:hover a{
    background: url("../img/common/icon_arrow_right_white.png") no-repeat right;
}

/*news end*/
/*etc start*/
.fullsection.etc {
    height: auto;
    margin-bottom: 100px;
}

.etcWrap li {
    width: 33.3333%;
    height: 420px;
    text-align: center;
    float: left;
    font-size: 2.25rem;
    color: rgba(255, 255, 255, 0.66);
    position: relative;
    overflow: hidden;
}

.etcWrap li a {
    position: relative;
    z-index: 2;
}

.etcWrap li .bgWrap {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.etcWrap li:hover .bgWrap {
    transform: scale(1.08);
    transition: 0.5s;
}

/*etc end*/
