/* 폰트 */

@font-face {
    font-family: 'nsR';
    src: url('../../fonts/NanumSquareR.eot');
    src: url('../../fonts/NanumSquareR.woff') format('woff');
}

@font-face {
    font-family: 'nsB';
    src: url('../../fonts/NanumSquareB.eot');
    src: url('../../fonts/NanumSquareB.woff') format('woff');
}

@font-face {
    font-family: 'nsEB';
    src: url('../../fonts/NanumSquareEB.eot');
    src: url('../../fonts/NanumSquareEB.woff') format('woff');
}

@font-face {
    font-family: 'nkrL';
    src: url('../../fonts/NotoSansKR-Light.eot');
    src: url('../../fonts/NotoSansKR-Light.woff') format('woff');
}

@font-face {
    font-family: 'nkrR';
    src: url('../../fonts/NotoSansKR-Regular.eot');
    src: url('../../fonts/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family: 'nkrB';
    src: url('../../fonts/NotoSansKR-Bold.eot');
    src: url('../../fonts/NotoSansKR-Bold.woff') format('woff');
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
}
@keyframes progress {
    0% {
        stroke-dashoffset: 75;
        opacity: 1;
    }

    99% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

#swiper .swiper-pagination-bullet{
    width: auto!important;
    height: auto!important;
    background: transparent!important;
    opacity: 1!important;
}
#swiper .swiper-pagination-bullet--svg-animation {
    width: 26px!important;
    height: 26px!important;
    margin: 0 6px!important;
    display: inline-block;

  }
#swiper .swiper-pagination-bullet--svg-animation  svg {
      transform: rotate(-90deg);
    }

#swiper .swiper-pagination-bullet--svg-animation  .svg__circle-inner {
      stroke: #fff;
      fill: #fff;
    transition:  all .7s ease;
    }
#swiper .swiper-pagination-bullet-active .svg__circle {
      stroke: #fff;
      stroke-dasharray: 75;
      stroke-dashoffset: 0;
      animation: progress 5s ease-in-out 1 forwards;
}

#swiper .swiper-pagination-bullet-active .svg__circle-inner {
    fill: #fff
}

#swiper .swiper-pagination-bullet .svg__circle__bg {
    stroke: #fff;
    opacity: 0;
}

#swiper .swiper-pagination-bullet-active .svg__circle__bg {
    opacity: 0.4;
}



#swiper{
  width: 100%;
  height: 100vh;
}
#swiper .pagerWrap{
    position: absolute !important;
    text-align: left !important;
    bottom: 80px !important;
    height: 26px !important;
    width: 100% !important;
    max-width: 1600px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 22;
}

#swiper .pagerWrap .swiper-pagination{
    float: left;
    position: relative!important;
}

#swiper .pagerWrap .btns{
    float: left;
    margin-left: 18px;
}

#swiper .pagerWrap .btns button{
    font-size: 0px;
    background-color: transparent;
    display: block;
    width: 9px;
    height: 12px;
}

#swiper .pagerWrap .btns button.start{
    background: url('../../images/main/stop.png');
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    margin-top: 7px;
}

#swiper .pagerWrap .btns button.stop{
    background: url('../../images/main/play.png');
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    margin-top: 8px;
}

#swiper .pagerWrap .btns button.start.on,
#swiper .pagerWrap .btns button.stop.on{
    display: block;
}

#swiper .pagerWrap .btnBox{
    width: 62px;
    margin-left: 40px;
    overflow: hidden;
    float: left;
}


#swiper .pagerWrap .btnBox .swiper-button-prev{
    background: url(../../images/main/arrow_left.png) no-repeat center;
    position: inherit !important;
    right: auto;
    left: auto;
    background-position: center;
    width: 16px;
    height: 26px;
    margin: 0 auto;
    float: left;
}


#swiper .pagerWrap .btnBox .swiper-button-next{
    background: url(../../images/main/arrow_right.png) no-repeat center;
    position: inherit !important;
    right: auto;
    left: auto;
    background-position: center;
    width: 16px;
    height: 26px;
    margin: 0 auto 0px 30px;
    float: left;
}

/*220830 min-height 추가 시작*/
.mainVisual{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 940px;
}
/*220830 min-height 추가 끝*/

.mainVisual .swiper-slide{
    position: relative;
}

.mainVisual .swiper-slide img{
	display: block;
	min-height: 100vh;
}


/* 230102 캡션 스타일 수정 시작 */
.mainVisual .caption{
    position: absolute;
    width: 100%;
    max-width: 1240px;
    padding-right: 360px;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.mainVisual .caption .minTitle{
    font-family: 'nsR';
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    display: block;
    letter-spacing: 0.05em;
}

.mainVisual .caption .bigTitle {
    font-family: 'nsR';
    font-size: 100px;
    color: #fff;
    line-height: 100px;
    font-weight: 700;
    letter-spacing: 0.025em;
    display: block;
    margin-top: 24px;
}

.mainVisual .caption .info{
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    line-height: 1;
    color: #fff;
    margin-bottom: 70px;
}


.mainVisual .caption a{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    line-height: 34px;
    font-family: 'nsR';
    background: url('../../images/main/ico_more.png') right center no-repeat;
    padding-right: 35px;
}
/* 230102 캡션 스타일 수정 끝 */

/*220830 로고 추가 시작*/
.mainVisual .capImg{
    width: 302px;
    height: 302px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 9px 0px 21px rgba(0,0,0,0.8);
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(0%);
    opacity: 0;
    transition: all 2s ease;transition-delay: 1s;
}


.mainVisual .capImg img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*220830 로고 추가 끝*/



/* 비쥬얼 텍스트 애니메이션 */

.mainVisual .caption .minTitle{
    transform: translateY(120px);
    opacity: 0;
    transition: all 2s ease;
    transition-delay: .2s;
}

.mainVisual .caption .bigTitle{
    transform: translateY(120px);
    opacity: 0;
    transition: all 2s ease;transition-delay: .5s;
}

.mainVisual .caption .info{
    transform: translateY(120px);
    opacity: 0;
    transition: all 2s ease;transition-delay: .5s;
}

.mainVisual .caption a{
    transform: translateY(120px);
    opacity: 0;
    transition: all 2s ease;
    transition-delay: .5s;
    display: block;
    max-width: 100px;
}


.mainVisual .swiper-slide.swiper-slide-active .caption .minTitle,
.mainVisual .swiper-slide.swiper-slide-active .caption .bigTitle,
.mainVisual .swiper-slide.swiper-slide-active .caption .info,
.mainVisual .swiper-slide.swiper-slide-active .caption a {
    transform: translateY(0px);
    opacity: 1;
}

/*220830 로고 애니메이션 시작*/
.mainVisual .swiper-slide.swiper-slide-active .capImg{
    transform: translateY(-50%);
    opacity: 1;
}
/*220830 로고 애니메이션 끝*/

.container{
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    justify-content: space-around;
    align-items: baseline;
    padding: 85px 0px;
    overflow: hidden;
}

.container.invest .left{
    float: left;
    width: 500px;
}

.container.invest .investNum:nth-child(n+2){
    margin-left: 16.7%;
}

.container.invest .left .title{
    font-size: 70px;
    line-height:  1;
    font-family: 'nsR';
    font-weight: 700;
    display: block;
    color: #222;
}

.container.invest .left .minTitle {
    font-size: 18px;
    line-height: 1;
    font-family: "nsR";
    display: block;
    font-weight: 400;
    margin-top: 20px;
    letter-spacing: -0.025em;
}

.container.invest .right{
    width: calc( 100% - 700px );
    float: left;
    display: flex;
    margin-left: 12.5%;
    margin-top: 5px;
}


.container.invest .right .investNum:nth-child(1)::after,
.container.invest .right .investNum:nth-child(2)::after{
    position: absolute;
    content: " ";
    width: 1px;
    height: 106px;
    background-color: #c7c7c7;
    right: 0px;
    top: 0px;
}

.container.invest .right .investTitle{
    font-size: 22px;
    font-family: "korM";
    color: #222;
    display: block;
    margin-top: 1px;
}

.container.invest .right .investWrap .numBig{
    color: #222;
    display: block;
    overflow: hidden;
    letter-spacing: -0.025em;
    min-width: 160px;
}

.container.invest .right .investWrap .numBig span{
    display: block;
    float: left;
}

.container.invest .right .investWrap .numBig span.bold{
    font-size: 65px;
    font-family: 'nsEB';
}

.container.invest .right .investWrap .numBig span.reg {
    font-size: 40px;
    font-family: 'nsR';
    margin-top: 19px;
}


.container.invest .right .investWrap .investWrap img{
    max-width: 100%;
}



/* 달력 영역 */
.container.calendar{
    width: 100%;
    height: 655px;
    background-color: #212121;
    max-width: inherit;
    display: block;
    background-image: url('../../images/main/mark_l.png'), url('../../images/main/mark_c.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 107px 655px, top right;
    padding: 70px 0px 90px;
}

.container.calendar .wrap{
    margin: 0 auto;
    width: 100%;
}

.container.calendar .calWrap{
    margin: 0 auto;
    width: 68.3%;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 0px;
    z-index: 22;
}

.container.calendar .calWrap .sec_cal{
    display: flex;
    margin-bottom: 65px;
    align-items: center;
}

.container.calendar .calWrap #year{
    display: none;
}

.container.calendar .calWrap #month{
    border: none;
    background-color: transparent;
    font-family: 'nsR';
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background: url(../../images/common/selarrow.png) right no-repeat transparent;
}

.container.calendar .calWrap #month option{
    color: #222;
    font-size: 20px;
    font-weight: 500;
}

.container.calendar .calWrap .dayWrap{
    float: left;
    margin-left: 45px;
    padding-left: 44px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.container.calendar .calWrap .dayWrap div{
    float: left;
}

.container.calendar .calWrap .dayWrap div.dayPrev{
    margin-right: 40px;
    cursor: pointer;
}

.container.calendar .calWrap .dayWrap div.dayNext {
    margin-left: 40px;
    cursor: pointer;
}


.container.calendar .calWrap .dayWrap div#day,
.container.calendar .calWrap .dayWrap div#day div{
    float: none;
}

.container.calendar .calWrap .dayWrap div#day div{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin: 0px 13px;
}


/* 220805  수정 */
.container.calendar .calWrap .dayWrap div#day div.current{
    background-color: #cd0a5d;
}

.container.calendar .calWrap .dayWrap div img{
    display: block;
}

/* 220805 수정 */
.container.calendar .calWrap .dayWrap::before{
    content: " ";
    width: 1px;
    height: 48px;
    background-color: rgba(255,255,255,0.34);
    display: block;
    position: absolute;
    top: 1px;
    left: 0px;
}

.container.calendar .calWrap .dayBox{
    overflow: hidden;
    width: 60%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.container.calendar .calWrap .dayBox::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}


.container.calendar .calWrap #day{
   white-space: nowrap;
   transition: all ease 750ms;
   position: relative;
}

/* 220805  수정 */
.container.calendar .calWrap #day div{
    font-family: 'nsR';
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0px 15px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
}

.container.calendar .wrap .calText{
    font-size: 70px;
    line-height:  1;
    font-family: 'nsR';
    font-weight: 700;
    display: block;
    color: #fff;
    position: absolute;
    width: 100%;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
}

.container.calendar .wrap .title{
    display: block;
    width: 1600px;
    float: left;
}

/* 220824 수정 */
.container.calendar .swiper-slide{
    width: 475px!important;
    cursor: pointer;
}

.container.calendar .swiper-slide .box.colorCyan{
    background-color: #0ab8cd;
}


.container.calendar .swiper-slide .box.colorPurple{
    background-color: #7d0acd;
}

.container.calendar .swiper-slide .box.colorRed{
    background-color: #cd0a5d;
}

/* 220824 수정 */
.container.calendar .swiper-slide .box{
    border-radius: 0px 40px 40px 40px;
    padding: 40px 40px 75px 40px;
    position: relative;
    margin-right: 50px;
}


.container.calendar .swiper-slide .box .states{
    font-size: 16px;
    font-family: 'nsB';
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 12px;
    transform: skew(-0.1deg);
}


.container.calendar .swiper-slide .box .calTitle{
    font-size: 28px;
    font-family: 'nsB';
    color: #fff;
    display: block;
    line-height: 38px;
    padding-top: 23px;
}


.container.calendar .swiper-slide .box .dday{
    position: absolute;
    width: 67px;
    height: 67px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 67px;
    top: 20px;
    right: 20px;
    text-align: center;
    line-height: 67px;
    font-family: 'nsR';
    font-weight: 700;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.1);
}

.container.calendar .swiper-slide .box.colorCyan .dday{
    color: #0ab8cd;
}

.container.calendar .swiper-slide .box.colorPurple .dday {
    color: #7d0acd;
}

.container.calendar .swiper-slide .box.colorRed .dday{
    color: #cd0a5d;
}



.container.calendar .swiper-slide .box .cal-info{
    margin-top: 30px;
}

.container.calendar .swiper-slide .box .cal-info .line{
    display: block;
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
}

.container.calendar .swiper-slide .box .cal-info .place{
    display: block;
    margin-top: 22px;
    font-family: 'nsB';
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transform: skew(-0.1deg);
}

.container.calendar .swiper-slide .box .cal-info .period{
    display: block;
    margin-top: 19px;
    font-family: 'nsB';
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transform: skew(-0.1deg);
}

.container.calendar .swiper-slide .box .apply {
    font-size: 18px;
    font-family: 'nsB';
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    display: block;
    transform: skew(-0.1deg);
    position: absolute;
    bottom: 38px;
    right: 38px;
    opacity: 0;
    transition: all .3s ease;
}

.container.calendar .swiper-slide{
    margin-top: 30px;
    transition: all .3s ease;
}

.container.calendar .swiper-slide:hover {
    margin-top: 0px;
}


.container.calendar .swiper-slide:hover .box .apply{
    opacity: 1;
}


.container.calendar .btnBox{
    margin-top: 30px;
}

.container.calendar .calendar-button-prev{
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    background: url('../../images/main/calendar_left.jpg') no-repeat;
    cursor: pointer;
}

.container.calendar .calendar-button-next{
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    background: url('../../images/main/calendar_right.jpg') no-repeat;
    cursor: pointer;
    margin-left: 20px;
}



/* 멘트영역 */

.container.ment{
    max-width: inherit;
    height: 789px;
    padding: 0px;
    position: relative;
    display: flex;
    background-color: #fff;
}

.container.ment .foundation{
    background: url('../../images/main/construct.jpg') no-repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    margin: 175px auto 0px;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    background-color: #fbf9f6;
}

.container.ment.scroll .foundation{
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}


.container.ment p{
    font-size: 70px;
    line-height: 90px;
    font-family: 'nsR';
    color: #212121;
    display: block;
    text-align: center;
    letter-spacing: -0.025em;
}

.container.ment .mentWrap{
    position: absolute;
    width: 100%;
    top: calc( 50% - 135px );
}

.container.ment p.bold{
    font-weight: 700;
}

.container.ment p.light{
    font-weight: 300;
}


/* 포트폴리오 */

.container.port{
    padding: 0px;
    max-width: inherit;
    position: relative;
    text-align: center;
}

.container.port .markLine .mark{
    position: absolute;
    z-index: -1;
}

.container.port .markLine .mark1{
    left: 56px;
    top: 565px;
}

.container.port .markLine .mark2 {
    top: 44px;
    right: 43px;
}

.container.port .markLine .mark3 {
    top: 643px;
    right: -18px;
}


.container.port .portWrap{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0px 90px;
}

.container.port .title{
    font-size: 70px;
    line-height: 1;
    font-family: 'nsR';
    font-weight: 700;
    display: block;
    color: #000;
    margin-bottom: 60px;
    text-align: left;
}

.container.port ul li{
    display: block;
    float: left;
    width: 290px;
    height: 290px;
    margin-bottom: 30px;
    margin-left: 36px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.container.port ul li .gsapBox{
    width: 288px;
    height: 288px;
    border: 1px solid #ddd;
    transform: translateY(60%);
    overflow: hidden;
    opacity: 0;
}

.container.port ul li:nth-child(1){
    transition-delay: 0.1s;
}
.container.port ul li:nth-child(2){
    transition-delay: 0.2s;
}
.container.port ul li:nth-child(3) {
    transition-delay: 0.3s;
}
.container.port ul li:nth-child(4) {
    transition-delay: 0.4s;
}
.container.port ul li:nth-child(5) {
    transition-delay: 0.5s;
}
.container.port ul li:nth-child(6) {
    transition-delay: 0.6s;
}
.container.port ul li:nth-child(7) {
    transition-delay: 0.7s;
}
.container.port ul li:nth-child(8) {
    transition-delay: 0.8s;
}
.container.port ul li:nth-child(9){
    transition-delay: 0.9s;
}

.container.port ul li:nth-child(10) {
    transition-delay: 1s;
}

.container.port ul li:nth-child(5n+1){
    margin-left: 0px;
}



.container.port ul li:hover .hoverBox{
    opacity: 1;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.31);
}



.container.port ul li .hoverBox{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
}



.container.port ul li .hoverBox .hbWrap{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.container.port ul li .hoverBox span,
.container.port ul li .hoverBox a{
    color: #fff;
    display: inline-block;
    font-family: 'nsR';
    transform: skew(-0.1deg);
}

.container.port ul li .hoverBox span{
    font-size: 18px;
    line-height: 30px;
}

.container.port ul li .hoverBox a{
    font-size: 16px;
    padding-left: 22px;
    background: url('../../images/main/home.png') no-repeat;
    background-position: left center;
    margin-top: 60px;
}

.container.port ul li .imgBox{
    width: calc( 100% - 2px );
    height: calc(100% - 2px);
    position: relative;
}

.container.port ul li .imgBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.container.port a.view{
    display: inline-block;
    margin: 20px auto 0px auto;
    font-family: 'nsR';
    font-size: 18px;
    text-decoration: underline;
    text-underline-position: under;
    color: #222;
    font-weight: 600;
}


.container.process{
    width: 100%;
    background-color: #fff;
    max-width: inherit;
    display: block;
    padding: 70px 0px 190px;
    position: relative;
}

.container.process .markLine .mark {
    position: absolute;
}

.container.process .markLine .mark1 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.container.process .markLine .mark1 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.container.process .title {
    font-size: 70px;
    line-height: 1;
    font-family: 'nsR';
    font-weight: 700;
    display: block;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    color: #222222;
}

.container.process .proTop {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.container.process .proTop .topBox{
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.container.process .proTop .topBox::after{
    content: " ";
    display: block;
    position: absolute;
    width: 40px;
    height: 20px;
    background: url(../../images/main/process_arrow.svg) center / 40px 20px no-repeat;
    top: calc(50% - 10px);
    left: 168px;
}

.container.process .proTop .topBox:last-child::after{
    display: none;
}

.container.process .proTop .horiLine{
    position: relative;
}


.container.process .proTop .topBox .offBox{
    padding-top: 44px;
    position: relative;
}

.container.process .proTop .topBox .offBox .back-col{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #d9d9d9;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
}

.container.process .proTop .topBox.on .offBox .back-col,
.container.process .proTop .topBox:hover .offBox .back-col{
    width: 28px;
    height: 28px;
    background-color: #ff8cbe;
}

.container.process .proTop .topBox span{
    display: block;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: 'nsB';
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    text-align: left;
}

.container.process .proTop .topBox:hover span,
.container.process .proTop .topBox.on span{
    color: #E4007D;
}

.container.process .proTop .topBox img{
    height: 50px;
    display: block;
}


.container.process .proTop .topWrap .imgBox{
    position: relative;
    height: 95px;
}


.container.process .proTop .topWrap{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 85px;
    display: flex;
    justify-content: space-between;
    padding-right: 200px;
}

.container.process .proTop .topWrap::before{
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    display: block;
    position: absolute;
    left: 0;
}

.container.process .conBox{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}


.container.process .conBox .cont{
    display: none;
}

/* 220824 수정 */
.container.process .conBox .cont.on{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.container.process .conBox .tabbox{
    border-radius: 0px 30px 0px 30px;
    border: 1px solid #525150;
    width: 370px;
    height: 240px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    padding-top: 30px;
    padding-left: 32px;
    float: left;
    background-color: #fff;
    border: 1px solid #E4007D;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.container.process .conBox .cont.on .tabbox{
    opacity: 1;
}


.container.process .conBox .tabbox .tabTitle{
    font-size: 18px;
    font-family: 'nsB';
    color: #E4007D;
    letter-spacing: -0.025em;
    display: block;
    line-height: 1.5;
}


.container.process .conBox .tabbox .tabCont span{
    font-size: 16px;
    font-family: 'nsB';
    color: #555;
    display: block;
    text-indent: -12px;
    padding-left: 12px;
    display: block;
    line-height: 1.8;
    transform: rotate(-0.03deg);
}





/*
.container.process .proTop .topBox:nth-child(2) img{
    height: 89px;
}

.container.process .proTop .topBox:nth-child(3) img {
    height: 83px;
}

.container.process .proTop .topBox:nth-child(4) img {
    height: 83px;
}

.container.process .proTop .topBox:nth-child(5) img {
    height: 87px;
}

.container.process .proTop .topBox:nth-child(6) img {
    height: 91px;
}

.container.process .proTop .topBox:nth-child(7) img {
    height: 88px;
}


.container.process .proTop .topBox:nth-child(8) img {
    height: 91px;
} */






.container.program{
    position: relative;
    max-width: inherit;
}

.container.program .title {
    font-size: 70px;
    line-height: 1;
    font-family: 'nsR';
    font-weight: 700;
    display: block;
    color: #222;
    margin:  0 151px;
    width: 100%;
}


.container.program .slick-slide{
    width: 388px;
    padding-bottom: 10px;
}

.container.program .slick-slide img{
    display: block;
    width: 100%;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.31);
}

.container.program .slick-list {
    margin: 0px -35px;
}

.container.program .slick-slide{
    margin: 0px 35px;
}

.container.program .content{
    margin-left: 151px;
    margin-top: 45px;
}

.container.program .handler{
    margin-right: 151px;
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.container.program .handler .prev{
    background: url('../../images/main/slick-prev.png') no-repeat;
    width: 11px;
    height: 20px;
    float: left;
    margin-right: 55px;
    cursor: pointer;
}

.container.program .handler .start,
.container.program .handler .last{
    font-family: 'nsR';
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    display: block;
    float: left;
}

.container.program .handler .next {
    background: url('../../images/main/slick-next.png') no-repeat;
    width: 11px;
    height: 20px;
    float: left;
    margin-left: 55px;
    cursor: pointer;
}


.progress {
  display: block;
  width: calc( 100% - 200px );
  height: 2px;
  float: left;
  margin: 0px 15px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: all .4s ease-in-out;
}

.container.program .more{
    text-align: center;
    margin-top: 40px;
}

.container.program a.view {
    display: inline-block;
    font-family: 'nsR';
    font-size: 18px;
    text-decoration: underline;
    text-underline-position: under;
    color: #222;
    font-weight: 600;

}


.container.flink{
    padding: 50px 0px 40px;
    border-top: 1px solid #d6d6d6;
    width: 100%;
    margin: 0;
    max-width: inherit;
}

/* 220824 수정 */
.container.flink .f_link{
    width: 1600px;
    margin: 0 auto;
}

/* 220824 추가 */
.container.flink .f_link .swiper-wrapper{
    align-items: center;
}


.container.flink .f_link li {
    width: auto
}

.container.flink .f_link li a{
    display: block;
}

.container.flink .f_link li a img{
    display: block;
}



@media screen and (max-width: 1630px) {

    .mainVisual .caption {
        position: absolute;
        width: 100%;
        min-width: 1200px;
        top: 50%;
        bottom: unset;
        left: 5%;
        transform: translateY(-50%);
    }

    .mainVisual .caption .bigTitle{
        font-size: 55px;
        line-height: 70px;
    }

    .container.calendar .wrap .calText{
        position: absolute;
        width: 100%;
        min-width: 1200px;
        left: calc( 50% + 40px );
    }

    .mainVisual .caption .info{
        margin-bottom: 40px;
    }
    .container{
        width: calc( 100% - 80px );
        padding-left: 40px;
        padding-right: 40px;
        min-width: 1200px;
    }

    .container.calendar{
        width: calc(100% - 80px);
        padding-left: 40px;
        padding-right: 40px;
        min-width: 1200px;
        position: relative;
    }

    .container.invest .right{
        margin-left: 10%;
    }

    .container.invest .investNum:nth-child(n+2){
        margin-left: 13%;
    }


    .container.calendar .calWrap .dayBox{
        width: 44%;
    }


    .container.process,
    .container.port{
        width: calc( 100% - 80px );
        padding-left: 40px;
        padding-right: 40px;
        min-width: unset;
    }

    .container.ment{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        min-width: unset;
    }
    .container.ment p{
        font-size: 50px;
    }

    .container.port ul li{
        width: calc( 20% - 30.8px );
        height: auto;
    }

    .container.port ul li .dim{
        position: relative;
        padding-bottom: 100%;
        float: left;
        display: block;
    }

    .container.port ul li .imgBox{
        position: absolute;
    }

    .container.process .conBox .cont.on{
        gap: 30px;
    }

    .container.process .conBox .tabbox{
        margin-left: 35px;
        width: calc(20% - 45px);
        padding-left: 15px;
    }
    .container.process .conBox .tabbox {
        width: 270px;
        height: 180px;
        padding: 20px 10px 0px 20px;
        gap: 10px;
        margin: 0;
    }

    .container.process .proTop .topWrap{
        max-width: 1120px;
        padding-right: 100px;
        margin-bottom: 40px;
    }

    .container.process .proTop .topBox span{
        font-size: 22px;
        width: 220px;
    }

    .container.process .conBox .tabbox .tabTitle {
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    .container.process .conBox .tabbox .tabCont span {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: -0.5px;
    }

    .container.process .conBox .tabbox:nth-child(5n+1){
        margin-left: 0px;
    }

    .container.process .conBox .tabbox:nth-child(n+6){
        margin-top: 35px;
    }

    .container.process .markLine .mark1 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        left: unset;
        right: 0;
    }

    .container.port ul li .gsapBox {
        width: 100%;
        height: auto;
    }

    .container.process .markLine .mark1 img {
        display: block;
        width: unset;
        height: unset;
        object-fit: cover;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .container.program{
        width: calc( 100% - 40px );
        padding-left: 40px;
        padding-right: 0;
        min-width: 1200px;
    }

    .container.program .content,
    .container.program .title{
        margin-left: 0px;
    }

    .container.program .handler{
        margin-right: 40px;
    }


    .container.flink .f_link {
        margin: 0px 40px;
    }

    .container.calendar .wrap .calText,
    .container.process .title,
    .container.port .title,
    .container.program .title{font-size: 60px; min-width: unset;}

}