@charset "uft-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
p{
    word-break: keep-all;
}
#tourBar{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 26px;
    /* background: #6D9C78; */
    /* background: linear-gradient(90deg, rgba(109, 156, 120, 0) 0%, #6D9C78 100%); */
    background: linear-gradient(90deg, rgba(109, 156, 120, 0) 0%, #43614a 100%);
    z-index: 111;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 27px;
}
#tourBar .name{
    width: 240px;
}
#intro{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
}
#introBg{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: url(../images/intro/intro_bg.png) no-repeat center center/cover; */
    overflow: hidden;
}
#introBg img{
    height: 100vh;
    object-fit: cover;
}
#line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: stroke 10s ;
    /* width: 1920px; */
    max-width: 1920px;
    width: 100%;
}
@keyframes stroke {
	0%   {
		stroke-dashoffset: -25%;
		stroke-dasharray: 0 50%;
		fill: rgba(72,138,204,0);
		stroke: rgb(255, 255, 255);
		stroke-width: 2;
	}
	70%  {
		fill: rgba(72,138,204,0);
		stroke: rgb(255, 255, 255);
	}
	80%  {
		fill: rgba(72,138,204,0);
		stroke: rgb(255, 255, 255);
	}
	100% {
		stroke-dashoffset: 25%;
		stroke-dasharray: 50% 0;
		stroke: rgba(54,95,160,0);
		stroke-width: 0;
	}
}
#intro .heading{
    position: absolute;
    top: 17.132%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    width: 100%;
}
#intro .heading p{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}
#intro .heading p b{
    font-weight: 700;
 }
#intro .heading p.tit{
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    word-break: keep-all;
    line-height: 1.08;
}
#intro .heading p.tit b{
    font-weight: 500;
}
#introBtn{
    position: absolute;
    bottom: 14.509%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #f5f5f5;
    background-color: #427b4fd7;
    border-radius: 100px;
    padding: 20px 24px;
    width: 180px;
    cursor: pointer;
    pointer-events: none;
    transition: 1s all;
    opacity: 0;
    /* visibility: hidden; */
}
#introBtn.active{
    opacity: 1;
    pointer-events:auto;
    /* visibility: visible; */
    transition: 0.5s all;
}
#introBtn .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
#introBtn:hover{
    width: 220px;
    background-color: #74aa81;
}
#introBtn p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
#introBtn .icon{
    width: 24px;
}
#introBtn .num{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
}

#guide{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
    /* backdrop-filter: blur(4px); */
    display: none;
}
#guide .inner{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#guide .heading p.tit{
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
#guide .heading p.tit b{
    font-weight: 700;
}
#guide .heading p.sub{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 30px auto 60px;
}
#guideBtn{
    position: absolute;
    bottom: 14.509%;
    left: 50%;
    transform: translateX(-50%);
    margin: 60px auto 0;
    border: 1px solid #f5f5f5;
    background-color: #427b4fd7;
    border-radius: 100px;
    padding: 20px 24px;
    width: 180px;
    cursor: pointer;
    transition: 0.5s all;
}
#guideBtn p{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#guideBtn:hover{
    width: 220px;
    background-color: #74aa81;
}
#guide .control_img .conts{
    display: flex;
    justify-content: center;
    margin-left: 25px;
}
#guide .control_img .conts .images{
    width: 76px;
    margin-right: 90px;
}
#guide .control_img .conts .images:last-child{
    width: 106px;
    margin-right: 0;
}
#guide .guide_txt{
    width: 340px;
    position: absolute;
    bottom: 3px;
    left: 5px;
    z-index: 111;
}
#guide .guide_txt_2{
    opacity: 0;
    z-index: -1;
    position: absolute;
}

@media (max-width:1024px) {

    #intro .heading p.tit{
        font-size: 32px;
    }
    #intro .heading p{
        font-size: 20px;
    }
    #guide .heading p.tit{
        font-size: 32px;
    }
    #line{
        display: none;
    }
}
@media (max-width:768px) {
    #tourBar{
        background: linear-gradient(90deg, rgba(109, 156, 120, 0) 0%, #43614a 53%);
    }
    #tourBar .name{
        width: 180px;
    }
    #intro .heading{
        top: 13.132%;
    }
    #intro{

    }
    #introBtn{
        width: 150px;
        padding: 14px 20px;
        bottom: 29.509%;
    }
    #introBtn:hover{
        width: 150px;
        background: #427b4fd7;
    }
    #introBtn p{
        font-size: 15px;
    }
    #intro .heading p.tit{
        font-size: 26px;
        margin-bottom: 12px;
    }
    #intro .heading p{
        font-size: 16px;
    }
    #guide .heading p.tit{
        font-size: 26px;
    }
    #guide .heading{
        position: absolute;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    #guideBtn{
        width: 150px;
        padding: 14px 20px;
        bottom: 29.509%;
    }
    #guideBtn:hover{
        width: 150px;
        background: #427b4fd7;
    }
    #guideBtn p{
        font-size: 15px;
    }
    #guide .control_img{
        display: none;
    }
    #guide .guide_txt{
        width: 70%;
        left: 48px;
        bottom: 9%;
        opacity: 0;
        transition: 0.5s all;
    }
    #guide .guide_txt.active{
        opacity: 1;
    }
    #guide .guide_txt_2{
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        width: 35%;
        transition: 0.5s all;
        z-index: 111;
    }
    #guide .guide_txt_2.active{
        opacity: 1;
    }
}
@media (max-width:500px) {}
@media (max-width:425px) {}
@media (max-width:375px) {}
@media (max-width:320px) {}
