@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');
.disN{
	display:none;
}
.mainWrap{
    max-width: 1920px;
    margin:0 auto;
	position:relative;
}
.mainWrap .section .wrap{
    margin-top: 83px;
    height: calc(100% - 83px);
    position: relative;
}
.mainWrap .section.active .wrap{
}
@keyframes mainbgshow{
    0%{
        background-size: 150%;
    }
    100%{
        background-size: 100%;
    }
}
.mainWrap .section .content{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.m_open{
	position: absolute;
    right: 15px;
    top: 20px;
}

.m_open .tel{
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0px;
}
.m_open .open{
    color: #fff;
    font-weight: 500;
    background-color: #313234;
    padding: 7px 15px;
    font-size:16px;
    line-height: 100%;
	border-radius:15px;
}
.m_open .open .point{
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}
.m_open .open .type{
	font-weight: 400;
	margin-right:5px;
}
.mainWrap .text{
    color:#fff;
}
.mainWrap .text .title{
    font-size: 3vw;
    padding-left: 10%;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 1.5%;
}
.mainWrap .text .title_con{
    line-height: 100%;
    margin-bottom: 1%;
    letter-spacing: 15px;
    opacity: 0;
    display: inline-block;
    transition: 1s all;
    position: relative;
}
.mainWrap .active .text .title_con_01{
    transition: 1s 1s all;
    animation: text_title_con 2s 1s forwards;
}
.mainWrap .active .text .title_con_02{
    transition: 1s 1s all;
    animation: text_title_con 2s 2s forwards;
}
@keyframes text_title_con{
    0%{
        opacity: 0;
        letter-spacing: 15px;
    }
    50%{
        opacity: 1;
        letter-spacing: 15px;
    }
    100%{
        opacity: 1;
        letter-spacing: -1px;
    }
}
.mainWrap .text .explain{
    font-size: 1.1vw;
    padding-left: 3%;
    margin-left: 11%;
    padding-top: 10%;
    font-weight: 500;
    position: relative;
}
.mainWrap .text .explain::before{
    content:"";
    width:1px;
    height:0;
    position: absolute;
    left:0;
    top:0;
    background-color: #fff;
    opacity: 0;
    transition: 0.75s 2s all;
}
.mainWrap .active .text .explain::before{
    animation: text_explain_line 1s 2s forwards;
}
@keyframes text_explain_line{
    0%{
        opacity: 0;
        height:0;
    }
    100%{
        opacity: 1;
        height:100%;
    }
}
.mainWrap .text .explain_con{
    line-height: 100%;
    margin-bottom: 1.5%;
    opacity: 0;
}
.mainWrap .active .text .explain_con{
    animation: text_explain_con 1.25s 3s forwards;
}
@keyframes text_explain_con{
    0%{
        opacity: 0;
        transform:translateX(-10%);
    }
    100%{
        opacity: 1;
        transform:translateX(0);
    }
}

/*rightfix*/
.right_fix{
    position: absolute;
    right: 0;
    height: 100vh;
    background-color: rgba(1,1,1,0.7);
    top: 83px;
    z-index: 10;
}
.right_fix .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right_fix .btn{
    cursor: pointer;
    transition: 0.75s all;
}
.right_fix .btn:hover{
    filter: sepia(1);
    transition: 0.75s all;
}
.right_fix .content .btn{
    padding-bottom: 20px;
    border-bottom: 1px solid #595d60;
    padding-top: 20px;
}
.right_fix .content .btn:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/*navigation*/
#fp-nav.right {
    right: auto;
    left: 45px;
}

#fp-nav ul {
    background-color: #ffffff;
    padding: 8px 0;
    border-radius: 30px;
}

#fp-nav ul li,
#fp-nav ul li a.active span {
    width: 14px;
    height: 14px;
}

#fp-nav ul li a span {
    background: none;
    margin: 0;
    left: 0;
    top: 0;
}

#fp-nav ul li a.active span {}

#fp-nav ul li {
    padding-bottom: 15px;
    position: relative;
    box-sizing: content-box;
    margin-bottom: 15px;
}
#fp-nav ul li:nth-last-child(2){
    margin-bottom:0;
}

#fp-nav ul li:last-child {
    display: none;
}

#fp-nav ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    background-color: #5e5e5e;
    transform: translateX(-50%);
}

#fp-nav ul li:nth-last-child(2):after {
    display:none;
}

#fp-nav ul li a {
    width: 14px;
    font-size: 13px;
    color: #a7a7a7;
}

#fp-nav ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: #3b4045;
    color: #fff;
    border-radius: 30px;
    border-radius: 30px;
    padding: 0;
}
#fp-nav ul li a.active:before {
	color: #fff;
	background-color: #af1858;
}


.mainWrap .section_main{
    position: relative;
}
.mainWrap .section_main .bg{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    transform: scale(1.2);
    transition: 1s all;
}
.mainWrap .section_main.active .bg{
    /* opacity: 1;
    transform: scale(1);
    transition: 2s 2s all; */
}
.mainWrap .section_main.section .bg{
    background: url(../images/mainVisual_bg.jpg) center center / cover no-repeat;
    animation: section_main_bg 2s 2s forwards;
}
@keyframes section_main_bg{
    0%{
        opacity: 0;
        transform: scale(1.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.mainWrap .section_main .content{
}
.mainWrap .section_main .text{
    position: absolute;
    right:10%;
    top:5%;
}
.mainWrap .section_main .text .con{
    opacity: 0;
    transition: 0.75s all;
}
.mainWrap .section_main.active .text .con01{
    animation: fadeInUp 1s 1.5s forwards;
}
.mainWrap .section_main.active .text .con02{
    animation: fadeInRight 1s 1.5s forwards;
}

.mainWrap .section_develop{
    position: relative;
}
.mainWrap .section_develop .wrap::before{
    content:"";
    width:0;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background-color: rgba(1,1,1,0.25);
    z-index: 2;
}
.mainWrap .section_develop.active .wrap::before{
    transition: 1s 1s;
    width:100%;
}
.mainWrap .section_develop .bg{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: 1s all;
    z-index: 1;
}
.mainWrap .section_develop.active .bg{
    animation: section_develop_bg 3s cubic-bezier(.68,-0.55,.27,1.55) forwards;
}
.mainWrap .section_develop.section .bg{
    background: url(../images/main_develop_bg.jpg?v=1) center center / cover no-repeat;
    transform: scale(1);
}
@keyframes section_develop_bg{
    0%{
        opacity: 0;
        transform: scale(1.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.mainWrap .section_develop .text{
    position: absolute;
    left: 25%;
    top:10%;
    z-index: 2;
    width: 40%;
    opacity: 0;
}
.mainWrap .section_develop.active .text{
    animation: fadeInRight 1s 1s forwards;
}
.mainWrap .section_develop .slogan{
    opacity: 0;
    transition: 0.75s all;
}
.mainWrap .section_develop.active .slogan{
    animation: fadeIn 1s 1s forwards;
}

.mainWrap .section_develop .line{
    position: absolute;
    top: 3%;
    width: 58%;
    z-index: 2;
    left: -15%;
}
.mainWrap .section_develop .line ._path {
    fill:transparent;
    stroke: #fff;
    stroke-width:1;
    stroke-dasharray:6126.62939453125;
    stroke-dashoffset: 6126.62939453125;
}
.mainWrap .section_develop.active .line ._path{
    animation: dash_develop 4s 1s linear forwards;
}
@keyframes dash_develop {
    to {
        stroke-dashoffset: 3063.314697265625;
    }
}

.mainWrap .section_place{
    position: relative;
}
.mainWrap .section_place .wrap::before{
    content:"";
    width:0;
    height:100%;
    position: absolute;
    right:0;
    top:0;
    background-color: rgba(1,1,1,0.25);
    z-index: 2;
}
.mainWrap .section_place.active .wrap::before{
    transition: 1s 1s;
    width:100%;
}
.mainWrap .section_place .bg{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: 1s all;
    z-index: 1;
}
.mainWrap .section_place.active .bg{
    animation: fadeIn 2s forwards;
}
.mainWrap .section_place.section .bg{
    background: url(../images/main_place_bg.jpg?v=1) center center / cover no-repeat;
}
@keyframes section_place_bg{
    0%{
        opacity: 0;
        transform: scale(1.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.mainWrap .section_place .text{
    position: absolute;
    right: 3%;
    top: 25%;
    z-index: 3;
    width: 40%;
    opacity: 0;
}
.mainWrap .section_place.active .text{
    animation: fadeInUp 1s 1s forwards;
}
.mainWrap .section_place .slogan{
    opacity: 0;
    transition: 0.75s all;
}
.mainWrap .section_place.active .slogan{
    animation: fadeIn 1s 1s forwards;
}
.mainWrap .section_place .image{
    width: 70%;
    position: relative;
    z-index: 2;
    height: 90%;
    background: url(/teaser/images/main_place_img.jpg?v=1) center center / cover no-repeat;
    opacity: 0;
}
.mainWrap .section_place.active .image{
    animation: fadeInLeft 2s 1s forwards;
}

.mainWrap .section_place .line{
    position: absolute;
    top: 50%;
    width: 8%;
    z-index: 2;
    right: 8%;
}
.mainWrap .section_place .line ._path {
    fill:transparent;
    stroke: #fff;
    stroke-width:1;
    stroke-dasharray:1876.0291748046875;
    stroke-dashoffset: 1876.0291748046875;
}
.mainWrap .section_place.active .line ._path{
    animation: dash_place 4s 1s linear forwards;
}
@keyframes dash_place {
    to {
        stroke-dashoffset: 938.0145874023435;
    }
}

.mainWrap .section_nature{
    position: relative;
}
.mainWrap .section_nature .wrap::before{
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background-color: rgba(1,1,1,0.25);
    z-index: 2;
}
.mainWrap .section_nature.active .wrap::before{
    transition: 1s 1s;
    width:0;
}
.mainWrap .section_nature .bg{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: 1s all;
    z-index: 1;
}
.mainWrap .section_nature.active .bg{
    animation: section_nature_bg 3s forwards;
}
.mainWrap .section_nature.section .bg{
    background: url(../images/main_nature_bg.jpg?v=1) center center / cover no-repeat;
}
@keyframes section_nature_bg{
    0%{
        opacity: 0;
        transform: scale(1.5);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.mainWrap .section_nature .text{
    position: absolute;
    left: 20%;
    top: 20%;
    z-index: 2;
    width: 40%;
    opacity: 0;
}
.mainWrap .section_nature.active .text{
    animation:fadeInLeft 1s 1s forwards;
}
.mainWrap .section_nature .slogan{
    opacity: 0;
    transition: 0.75s all;
}
.mainWrap .section_nature.active .slogan{
    animation: fadeIn 1s 1s forwards;
}

.mainWrap .section_nature .line{
    position: absolute;
    top: 27%;
    width: 17%;
    z-index: 2;
    left: 5%;
}
.mainWrap .section_nature .line ._path {
    fill:transparent;
    stroke: #fff;
    stroke-width:1;
    stroke-dasharray:2408.255126953125;
    stroke-dashoffset: 2408.255126953125;
}
.mainWrap .section_nature.active .line ._path{
    animation: dash_nature 4s 1s linear forwards;
}
@keyframes dash_nature {
    to {
        stroke-dashoffset: 1204.127563476563;
    }
}

.mainWrap .section_vision{
    position: relative;
}
.mainWrap .section_vision .wrap::before{
    content:"";
    width:0;
    height:100%;
    position: absolute;
    right:0;
    top:0;
    background-color: rgba(1,1,1,0.25);
    z-index: 2;
}
.mainWrap .section_vision.active .wrap::before{
    transition: 1s 1s;
    width:100%;
}
.mainWrap .section_vision .content:before{
    content: "";
    width: 350px;
    height: 73px;
    position: absolute;
    bottom: 5%;
    right: 8%;
    background: url(/teaser/images/main_vision_logo.png) center center / cover no-repeat;
    z-index: 2;
}
.mainWrap .section_vision .bg{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    transition: 1s all;
    z-index: 1;
}
.mainWrap .section_vision.active .bg{
    animation: fadeIn 2s forwards;
}
.mainWrap .section_vision.section .bg{
    background-color: #2a3d55;
}
@keyframes section_vision_bg{
    0%{
        opacity: 0;
        transform: scale(1.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
.mainWrap .section_vision .text{
    position: absolute;
    right: 3%;
    top: 25%;
    z-index: 3;
    width: 40%;
}
.mainWrap .section_vision .slogan{
    opacity: 0;
    transition: 0.75s all;
}
.mainWrap .section_vision.active .slogan{
    animation: fadeIn 1s 1s forwards;
}
.mainWrap .section_vision .image{
    width: 70%;
    position: relative;
    z-index: 2;
    height: 90%;
    background: url(/teaser/images/main_vision_img.jpg?v=1) center center / cover no-repeat;
    /* opacity: 0; */
    box-shadow: 9px 20px 20px 1px #000;
    border: 1px solid #fff;
    border-left: 0;
    filter: grayscale(1);
}
.mainWrap .section_vision.active .image{
    animation: section_vision_image 2s 2s forwards;
}
@keyframes section_vision_image{
    0%{
        filter: grayscale(1);
    }
    100%{
        filter: grayscale(0);
    }
}



/*scroldown*/
.main_scrolldown{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
}
.main_scrolldown .chevron {
  position: relative;
  width: 28px;
  height: 3px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.main_scrolldown .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.main_scrolldown .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.main_scrolldown .chevron:before,
.main_scrolldown .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #af1858;
}

.main_scrolldown .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.main_scrolldown .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
/*pageinfo*/
.pagingInfo {
    color: #777777;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    width: auto;
    text-align: center;
}
/*loader*/
body{
	overflow-x:hidden;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000; /* Ã¬ÂÂ´ ÃªÂ°â€™Ã¬Å“Â¼Ã«Â¡Å“ Ã«Â Ë†Ã¬ÂÂ´Ã¬â€“Â´Ã¬ÂËœ Ã¬Å“â€žÃ¬Â¹ËœÃ«Â¥Â¼ Ã¬Â¡Â°Ã¬Â â€¢Ã­â€¢Â©Ã«â€¹Ë†Ã«â€¹Â¤. */
	}
.loading img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

/*response*/
@media(min-width:1921px){
    .mainWrap .text .title{
        font-size: 60px;
    }
    .mainWrap .text .explain{
        font-size: 22px;
    }
}
@media (max-width:1080px){
    .mainWrap img{
        width:100%;
    }
    .mainWrap .section .wrap{
        margin-top: 80px;
        height:calc(100vh - 80px);
    }
    .right_fix{
        display: none;
    }
    #fp-nav.right{
        left:auto;
        right:15px;
    }
    .mainWrap .text .title{
        font-size: 8vw;
    }
    .mainWrap .text .explain{
        font-size: 3.4vw;
        padding-top:15%;
        padding-left: 5%;
    }

    .mainWrap .text .title_con{
        letter-spacing: -1px;
        margin-bottom: 2.5%;
    }
    .mainWrap .text .explain_con{
        margin-bottom: 5%;
    }
    .mainWrap .active .text .title_con_01{
        animation: fadeIn 2s 1s forwards;
    }
    .mainWrap .active .text .title_con_02{
        animation: fadeIn 2s 1.5s forwards;
    }

    .mainWrap .section_main.section .bg{
        background: url(../images/mainVisual_bg_m.jpg) center center / cover no-repeat;
    }
    .mainWrap .section_main .text{
        width: 65%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
		top:12.5%;
    }

    .mainWrap .section_develop.section .bg{
        background-position-x: 30%;
    }
    .mainWrap .section_develop .text{
        width:60%;
    }
    .mainWrap .section_develop.active .text{
        animation: fadeInLeft 1s 1s forwards;
    }
    .mainWrap .section_develop .slogan{
        width: 65%;
        margin-bottom: 2.5%;
    }
    .mainWrap .section_develop .line{
        top: 15%;
        width: 190%;
        left: -90%;
    }

    .mainWrap .section_place .content{
        align-items: flex-end;
    }
    .mainWrap .section_place .wrap::before{
        background-color: rgba(1,1,1,0.75);
    }
    .mainWrap .section_place .text{
        width: 75%;
        right: 8%;
        top: 5%;
    }
    .mainWrap .section_place .slogan{
        width: 40%;
        margin-bottom: 2.5%;
    }
    .mainWrap .section_place .line{
        top: auto;
        width: 20%;
        bottom: -25%;
        right: 5%;
    }
    .mainWrap .section_place .image{
        margin-bottom: 5%;
        height: 70%;
        width: 75%;
        background: url(../images/main_place_img_m.jpg) center center / cover no-repeat;
    }

    .mainWrap .section_nature.section .bg {
        background: url(../images/main_nature_bg_m.jpg?v=1) center center / cover no-repeat;
    }
    .mainWrap .section_nature .text{
        width: 75%;
        left: 50%;
        top: 5%;
        transform: translateX(-50%);
        opacity: 1;
    }
    .mainWrap .section_nature.active .text{
        animation: none;
    }
    .mainWrap .section_nature .slogan{
        width: 70%;
        margin-bottom: 2.5%;
    }
    .mainWrap .section_nature .line{
        top: 40%;
        width: 55%;
        bottom: auto;
        left: 5%;
    }
    .mainWrap .section_nature .line ._path{
        stroke-width: 2;
    }

    .mainWrap .section_vision .content{
        align-items: flex-end;
    }
    .mainWrap .section_vision .text{
        width: 75%;
        right: 10%;
        top: 5%;
    }
    .mainWrap .section_vision .slogan{
        width: 50%;
        margin-bottom: 2.5%;
    }
    .mainWrap .section_vision .image{
        margin-bottom: 5%;
        height: 70%;
        width: 75%;
        background: url(../images/main_vision_img_m.jpg?v=1) center center / cover no-repeat;
    }

}
