/* header */
#header{
   
}

/* section */
section article{
    margin: 0;
    padding: 0;
}

/* main_slide */
section.main .main_slide{
    height: 100%;
}
section.main .main_slide ul{
    height: 100%;
    position: relative;
}
section.main .main_slide li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}
section.main .main_slide li.main1{
    background-image: url(/include/img/main01.png);
    display: block;
}

section.main .main_slide li.main2{
    background-image: url(/include/img/main02.png);
}

section.main .main_slide li.main3{
    background-image: url(/include/img/main03.png);
}

section.main .main_slide li.main4{
    background-image: url(/include/img/main04.png);
}

section.main .main_slide li .inner{
    position: relative;
    height: 100%;
}

section.main .main_slide li .txt_area{
    position: absolute;
    left: 0%;
    top: calc(40% + 20px);
    transform: translateY(-30%);
    opacity: 0;
    transition: all 1s;
}

section.main .main_slide li .txt_area.on{
    top: 40%;
    opacity: 1;
}
section.main .main_slide li.main1 .txt_area{
    left:60%;
}
section.main .main_slide li.main2 .txt_area{
    left:0;
}
section.main .main_slide li.main2 .txt_area h3 {
}
section.main .main_slide li.main2 .txt_area h3 strong {
}
section.main .main_slide li.main2 .txt_area h3 span{
    margin-top:20px;
    display:block;
    color:#1eb9ee;
}
section.main .main_slide li.main3 .txt_area{
    top:30%;
    left:3%;
}
section.main .main_slide li.main3 .txt_area h3 {
    color:#909cad;
    font-size:50px;
    font-weight:700;
}
section.main .main_slide li.main3 .txt_area h3 strong {
    color:#fff;
    margin-top:0;
}
section.main .main_slide li.main3 .txt_area p {
    color:#fff;
}

section.main .main_slide li .txt_area h3{
    color: #333;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 30px;
}

section.main .main_slide li .txt_area h3 strong{
    font-weight: 600;
	font-size: 65px;
	margin-top: 10px;
	display: block;
}

section.main .main_slide li .txt_area p{
	color: #333;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 70px;
	letter-spacing: 0px;
}

section.main .main_slide li .txt_area .main_more{
	display: block;
	width: 130px;
}

section.main .main_slide li .txt_area .main_more img{
	width: 100%;
}

section.main .main_dots{
    position: absolute;
    bottom: 50px;
    display: block;
    width: auto;
    /* right:10%; */
    left: 50%;
    transform: translateX(-50%);
}

section.main .main_dots span{
    display: inline-block;
    margin: 0 7px;
    background: transparent;
    /* border-radius: 50%; */
    width: 85px;
    height: 8px;
    /* border: 2px solid #fff; */
    cursor: pointer;
    outline: none;
    background: #dcdcdc;
    opacity: 0.4;
}

section.main .main_dots span.on{
    opacity: 1;
    background:#fff;
}

/* section2 */
.section2{
    background: #fff;
}

.section2 .tit{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.section2 .tit .line{
    display: block;
    width: 1px;
    height: 140px;
    background: #d8d8d8;
    margin: auto;
    opacity: 0;
}
.section2 .tit .circle{
    display: block;
    width: 15px;
    height: 15px;
    background: #6DC8F2;
    border-radius: 50%;
    margin: -5px auto 0;
    opacity: 0;
}

/* section3 */
.section3{
    background: url(/include/img/master_bg.png) no-repeat center / cover;
}

/* section4 */
.section4{
    background: #fff;
    position: relative;
}

.section4 .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section4 .inner>span{
    color: #333;
    text-align: center;
    font-size: 22px;
    display: block;
    font-weight: 100;
}

.section4 .inner>h2{
    color: #333;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 70px;
}

.section4 ul{
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.section4 ul li{
    display: block;
    float: left;
    width: calc(25% - 11.25px);
    margin-right: 15px;
}

.section4 ul li:last-child{
    margin-right: 0;
}

.section4 ul li img{
    width: 100%;
}

.section4 ul li p{
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    margin-top: 35px;
}


/* section6 */
.section6{
    background: #fff;
}
.section6,
.section6 .fp-tableCell{
    height: 350px !important;
}

/* 세로 네비게이션 */
#fp-nav{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 180px;
    margin-top: 0 !important;
}
#fp-nav ul li{
    margin: 15px 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: relative;
}
#fp-nav ul li a{
    display: block;
    text-indent: -9999px;
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    transition: all 0.3s;
    box-shadow: 1px 1px 2px rgba(0,0,0, 0.12);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#fp-nav ul li a.active{
    transform: translate(-50%,-50%) rotate(40deg);
    width: 3px;
    height: 14px;
    border-radius: 0;
}

@media screen and (max-width: 1100px) {
    /* content */
    #content{
        padding-top: 0;
    }
    /* section1 */
    

    /* section3 */
    /* .section3{
        background: url(/include/img/master_bg_m.png) repeat center / 100% auto;
        background-size:cover;
        height:160vw !important;
    } */

    /* section4 */
    .section4 .inner>span{
        font-size: 20px;
    }

    .section4 .inner>h2{
        font-size: 35px;
    }

    .section4 ul li p{
        font-size:29px;
        margin-top: 20px;
    }

    .section4 .inner ul{
        width: 90%;
    }

    .section4 .inner ul li{
        width: 24%;
        margin-right: 1.33%;
    }

    .section4 .inner ul li:last-child{
        margin-right: 0;
    }

    

    
}

@media screen and (max-width: 640px){
    /* header */
    #header .m_btn_open{
        width: 30px;
        height: 20px;
    }

	/* quick */
	.quick_icon{
		bottom: -100%;
		transition: all 1s;
	}
	.quick_icon.on{
		bottom: 0;
	}

    /* section1 */
  
	section.main {
        height:135vw;
    }
    section.main .main_slide li .inner {
        display:none;
    }
    section.main .main_slide li.main1{
        background: url(/include/img/m_visual1.png) no-repeat center/cover;
    }
    section.main .main_slide li.main2{
        background: url(/include/img/m_visual2.png) no-repeat center/cover;
    }

    section.main .main_slide li.main3{
        background: url(/include/img/m_visual3.png) no-repeat center/contain;
    }

    section.main .main_slide li.main4{
        background: url(/include/img/m_visual4.png) no-repeat center/contain;
    }
    section.main .main_dots  {
        width:100%;
        bottom: 9vw;
        display:flex;
        justify-content:center;
    }
    section.main .main_dots span {
        width:11vw;
        margin:0 0.7vw;
    }
    

    /* section2 */
    .section2{
        height: 210vw !important;
    }

    .section2 .fp-tableCell{
        height: auto !important;
    }

    .section2 .tit{
        font-size: 20px;
        margin-bottom: 25px;
    }

    .section2 .tit .line{
        height: 50px;
    }

    .section2 .tit .circle{
        width: 10px;
        height: 10px;
    }

    .section2 .con1{
        padding-bottom: 50px;
    }

    .con1 li.quarter{
        width: 50%;
    }

    .section3 {
        background:url(/include/img/m_master.png) no-repeat center/cover;
        height:110vw !important;
    }
    .section3 div {
        display:none;
    }
    /* section4 */
    .section4 {
        height:175vw;
    }
    .section4 .inner>span{
        font-size: 16px;
    }

    .section4 .inner>h2{
        font-size: 26px;
        margin-bottom: 30px;
    }

    .section4 ul li p{
        font-size: 25px;
        margin-top: 15px;
    }

    .section4 .inner ul{
        width: 90%;
    }

    .section4 .inner ul li{
        width: 45%;
        margin-right: 10%;
    }

    .section4 .inner ul li:nth-child(1),
    .section4 .inner ul li:nth-child(2){
        margin-bottom: 30px;
    }

    .section4 .inner ul li:nth-child(2n){
        margin-right: 0;
    }

    #daumRoughmapContainer1624860298662 {
        display:none;
    }

}