@charset "utf-8";

.fake{
    z-index: 1000;
    height: 100%;
    width: 100%;
    position: absolute;
}
.fake a{
    position: absolute;
    top: 92px;
    left: 22px;
    background: #fff;
    width: 72px;
}
.under{
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
}
*{
    margin:0 auto;
    padding:0;
    list-style:none;
    font-size:12px;
    font-family: 'Nanum Square','sans-serif'
}

a{
    text-decoration:none;
    display:block;
}

.flex-box{   
    display:-webkit-box; 
    display:-ms-flexbox;
    display:flex;
    /*display: block;*/
    -webkit-box-orient:horizontal;
    -ms-flex-direction:row;
    flex-direction:row;
}

.group{
    width:1200px;
    margin:0 auto;
    position:relative;
}

.group .logo>a{
    display:block;
}

#wrapper{
    width:100%;
    height:100%;
    position:relative;
   
}

header{
    order:1;
    width:100%;
    height:80px;
    position:fixed;
    z-index:20000;
    top:0;
    align-items:center;
    border-bottom: 1px solid #fff;
}

header .group{
    height: 80px;
    position: relative;
}


.logo{
    float: left;
    margin: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

nav{
    float: right;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

nav li{
    display:inline-block;
    padding-left:40px;
}

nav li a{
    font-size:16px;
    color:#fff;
    padding: 4px;
}

nav .menu{
    display: block;    
}

.hidden_menu{
    display: none;
    cursor: pointer;
    position: relative;
}

#fp-nav ul li a span, #menu-line, .fp-slidesNav ul li a span {
    background: #fff;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span{
    background: #466eff;
}


.fullpage-wrapper{
    order:2;
    width:100%;
    height:auto;
}


.opacity_bg{
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.5;
    position:absolute;
    top:0;
    z-index:1;
}

.visual_section{
    background-image:url('../img/visual_img.jpg');
    width:100%;
    height:1000px;
    background-size:cover;
    
}

.visual_section .group{
    height:auto;
    z-index:5;
}

/*
.text{
    z-index: 100;
    margin: 20px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
*/

.text{
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    margin-top: 380px;
    vertical-align: top;
    
}

.history_box{
    width: 49%;
    display: inline-block;
    margin-top:380px;
    padding: 0;
    padding: 26px;
    top: auto;
    bottom: -38px;
    box-sizing: border-box;
    background-color: #4481fe87;
    vertical-align:middle;
    height:auto;
}

.swiper-container{
    height:100%;
}


@media screen and (max-width: 768px){
    .text {
        display:block;
        margin-top:0;
        width:100%;
        height: 200px;
        padding-top: 110px;
    }
    .history_box{
        display:block;
        margin-top:0;
        width:100%;
        height: 204px;
    }
    .fake a{
        top:44px;
    }
    .copyright{
        position: absolute !important;
    }
}

.text p{
    color:#fff;
}

.text p:nth-child(1){
    font-size:40px;
    font-weight:600;
    padding-bottom:18px;
}

.title_text{
    font-size:42px;
    font-weight: 600;
    padding-bottom:20px;
}

.text p.sub_text{
    font-size:16px;
    line-height: 26px;
    margin-bottom:20px;
}
/*

.history_box{
    background-color: #4481fe87;
    padding: 45px;
    width: 500px;
    height: 300px;
    z-index: 100;
    box-sizing: border-box;
    margin:0;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
*/

.history_box p{
    color:#fff;
    font-size:28px;
    border-bottom:1px solid #fff;
    padding-bottom:10px;
    font-weight: 600;
}

.history_box ul{
    margin-top:20px;
}

.history_box li{
    color: #fff;
    font-size: 13px;
    position: absolute;
    width: 100%;
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.banner_wraper{
    height:140px;
    width:100%;
    position: relative;
    overflow: hidden;
}

.sub_title{
    font-size:18px !important;
    font-weight: 600;
}

/*service_section*/
.service_section{
    order:3;
    width:100%;
    background-color: #4481fe;
    box-sizing: border-box;
    overflow: hidden;
}

.service_section .group{
    height:100%;
    padding:0 50px;
    box-sizing: border-box;
}

.service_section .text{
    float:left;
}

h2.content_title{
    text-align: center;
    width:100%;
    margin-bottom: 20px;
    z-index: 20;
    position: absolute;
    top:180px;
}

h2.content_title p{
    color:#fff;
}



h2.content_title p:nth-child(1){
    font-size:42px;
    padding-bottom:10px;
}

h2.content_title p:nth-child(2){
    font-size:14px;
    font-weight:400;
}

.app_box {
    float: right;
    position: absolute;
    right: 60px;
    bottom: -120px;
    z-index: 3;
    opacity: 1;
}

.app_box{
    float:right;
}

.app_box img {
    width: 368px;
    height: 755px;
}

.service_section button{
    padding: 10px;
    border: none;
    border-radius:10px;
    width: 200px;
    height: 50px;
    cursor: pointer;
    background-color: #fff;
    margin-top:20px;
}

.service_section button i{
    font-size:16px;
    font-weight: 600;
    padding-right:8px;
    vertical-align: middle;
}

.service_section button span{
    color:#000;
    font-size:16px;
    font-weight: 600;
}


.about_section{
    order:4;
    width:100%;
    background-color:#fff;
    position: relative;
}

/*
.about_section h2.content_title{
    position: relative;
    top:0;
    margin-top:100px;
}
*/


.about_section .group{
    height:100%;
    box-sizing: border-box;
}

.about_section .content_title p{
    color:#000;
}

.about_circle{ 
    width:100%;
    height:auto;
    margin-top:300px;
    text-align: center;
    float:left;
}

.about_circle li{
    display: inline-block;
    width: 250px;
    height: 250px;
    padding: 100px;
    box-sizing: border-box;
    border-radius: 300px;
    position: relative;
    margin:0 20px;
}

.about_circle li span{
    color:#fff;
    font-size:32px;
    font-weight: 600;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.about_text{
    text-align: center;
    position: relative;
    height:auto;
    float:right;
    margin-top:30px;
    width:100%;
}

.about_text p{
    font-size: 18px;
    line-height: 26px;
}

.about_text p:nth-child(2){
    color: #142e8a;
    width: 60%;
    padding: 5px 0;
    margin-top:10px;
    font-weight: 600;
}

.about_circle li:nth-child(1){
    background-color:#6c9cff;
}

.about_circle li:nth-child(2){
    background-color:#7bf4f7;
}

.about_circle li:nth-child(3){
    background-color:#6c9cff;
}

.map_section{
    order:5;
    width:100%;
    height:auto;
    position: relative;
}


footer{
    position:relative;
    width: 100%;
    height:100%;
     background-color:#2d2d32;
}

footer .container{
    padding:30px 0;
}
.quicklinks{
    border-bottom:1px solid #4a4a4e;
    width:100%;
    height:auto;
}

.quicklinks ul li{
    display: inline-block;
    padding-right:30px;
    position: relative;
    margin:0;
    height:40px;
    line-height:40px;
}
.quicklinks ul li:after{
    content: "";
    background-color: #d2d2d2;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 13px;
    right: 15px;
}
.quicklinks ul li:last-child:after{
    content:none;
}
.quicklinks ul li a{
    color:#d2d2d2;
    font-size:12px;
    font-weight:600;
}
footer p{
    color:#8c8c8c;
    font-size:13px;
    line-height:22px;
    font-weight:600;
}

footer p span{
    color:#8c8c8c;
    text-decoration: none;
}
footer img{
    width:176px;
    height:24px;
}
footer h1{
    padding-right:30px;
}

.address{
    width:100%;
    height:auto;
    position: relative;
}

.address .flex-box{
    flex-flow: row wrap;
    -ms-flex-flow:row wrap;
    height: auto;
    align-items:baseline;
}
.address .foot_tit{
    color:#73a9d0;
    font-size:16px;
    font-weight:600;
    padding-bottom:10px;
}
.company{
    padding-right:30px;
    margin:0;
}

.name{
    margin:0;
}

.copyright{
    background-color:#27272b;
    width:100%;
    height:auto;
    z-index: 2;
    position: relative;
    bottom: 0;
}

.copyright p {
    margin: 0;
    float: right;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
}




input:focus{
    outline:none;
}

button:focus{
    outline:none;
}

select:focus{
    outline:none;
}

textarea:focus{
    outline:none;   
}

textarea{
    resize: none;
}

/*페이지번호*/
.page_num {
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin-top:30px;
}

.page_num .page_num_prev {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5 !important;
    border-left: 1px solid #ddd;
}

.page_num span {
    border: 1px solid #ddd;
    position: relative;
    padding: 11px 15px;
    font-size: 12px !important;
    color: #878787 !important;
    margin-left: 0;
    cursor: pointer;
    background-color: #fff;
}

.page_num .page_num_next {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #f5f5f5 !important;
    border-left: 0px;
}

/*overlay*/

#togle {
    z-index:10;
    width:32px;
    height:32px;
    top:5px;
    z-index:20;
    cursor:pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;transition: .5s ease-in-out;
}
#togle span {
    position:absolute;
    display:block;
    width:32px;
    height:3px;
    background:#fff;
    opacity:1;
    left:0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;transition: .25s ease-in-out;
}
#togle span:nth-child(1) {
    top:0px;
}
#togle span:nth-child(2) {
    top:10px;
}
#togle span:nth-child(3) {
    top:21px;
}
#togle.animate-icon span:nth-child(1) {
    top:18px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#togle.animate-icon span:nth-child(2) {
    opacity:0;
    left:-60px;
}
#togle.animate-icon span:nth-child(3) {
    top:18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*overlay*/
#overlay {
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
}
#overlay div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
    height:100vh;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
#overlay ul {
    position:fixed;
    list-style:none;
    width:100%;
    height:100%;
    margin:200px 0;
    padding:0;
    color:white;
    text-align:center;
}

#overlay ul li{
    margin:10px 0;
}
#overlay ul li a{
    font-size:28px;
    color:#fff;
    line-height:42px;
    font-family:'NanumGothic';
}

#header.bg{
    background:#000;
    border:none;
    -webkit-transition-duration: 0.3;
    transition-duration: 0.3s;
     height:80px;
} /*스크롤클래스*/




.side_menu{
    position: fixed;
    right:50px;
    top:50%;
    transform: translateY(-50%);
    z-index:200;
}

.side_menu p{
    position: absolute;
    right: 16px;
    top: 12px;
    color: #fff;
}

.side_menu p:nth-child(1){
    top: 12px;
}

.side_menu p:nth-child(3){
    top: 36px;
}

.side_menu p:nth-child(5){
    top: 60px;
}

.side_menu p:nth-child(7){
    top: 84px;
    width: 50px;
}

.side_menu.active > p{
    color:#4481fe !important;
}
.side_menu.active > button{
    background:#4481fe !important;
}

.side_menu button{
    display:block;
    font-size: 0;
    width:10px;
    height:10px;
    border-radius:20px;
    border:none;
    background-color:#fff;
    margin:14px 0;
    cursor:pointer;
}

.about_section .content_title{
    margin-bottom:20px !important;
}





/*반응형*/
@media screen and (max-width:1280px){
    .copyright .logo{
        display: none;
    }
    .copyright p{
        float: none;
        text-align: center;
        left: 0;
    }
    .group{
        width:85%;
    }
    
    .service_section .text{
        text-align: left;
        z-index: 100;
        position: relative;
    }
    
    .history_box p{
        font-size:22px;
    }
    
    .text p:nth-child(1){
        font-size:28px;
    }
    .title_text{
        font-size:27px;
    }
    h2.content_title p:nth-child(1){
        font-size:32px;
    }
    nav .menu{
        display:none;
    }
    .hidden_menu{
        display: block;
    }
    .list_question li:nth-child(1){
        display:none;
    }
    .address .flex-box{
        height:auto;
    }
    .company{
        padding-bottom: 30px;
    }
    
    
    .logo img{
        width:140px;
        height:auto;
        vertical-align: middle;
    }
    .copyright .container{
        flex-flow: column;
    }
    footer h1{
        padding-right:0;
        margin:10px 0 !important;
    }
    
    .side_menu{
        display: none;
    }
    .app_box{
        opacity: 0.3;
    }
    

}

@media screen and (max-width:768px){
    .app_box{
        opacity: 0.3;
    }
    .company .foot_tit{
        font-size:13px;
    }
    .company p{
        font-size:12px;
    }
    
    /*visual_section*/
    .about_text p{
        line-height: 24px;
    }
    
    
    h2.content_title{
        position: relative;
        top:auto;
        height:auto;
        padding-top:110px;
    }
    .quicklinks ul {
        flex-flow: wrap;
        margin: 5px 0;
    }
    .side_menu{
        display: none !important;
    }
    
    .banner_wraper{
        height:80px;
    }
    
    
    .about_section .content_title{
        margin-bottom:0px !important;
    }

    
    .about_circle li{
        width: 100%;
        height: auto;
        display:block;
        box-sizing: border-box;
        padding: 24px;
    }
    .about_text{
        margin-top:0;
    }
    .about_circle li span{
        font-size:12px;
    }
    .about_text p{
        font-size:12px;
    }
    .about_text p:nth-child(2){
        width:100%;
    }
    .about_circle{
        margin:5px 0;
        height:auto;
    }
    .app_box {
        right: auto;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        opacity: 0.3;
        position: relative;
    }
    .app_box img {
        width: 270px;
        height: 543px;
    }
    .service_section button {
        border: 2px solid #4481fe;
        position: relative;
        z-index: 100;
        margin-top:0;
    }
    .about_circle li{
        width: 100%;
        padding: 14px;
        margin: 5px auto;
    }
    .text p{
        text-align: center;
    }
    .service_section .text{
        text-align: center;
        width: 100%;
        margin: 0 auto;
        float:none;
        top:auto;
        padding-top:10px;
    }
    .service_section .group{
        height: 100%;
    }
    h2.content_title p:nth-child(2){
        font-size:12px;
        line-height: 20px;
    }
    .quicklinks ul li{
        padding-right:15px;
    }
    .quicklinks ul li:after{
        content:none;
    }
}

.homepage_section {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 100px;
}
.temp_img {
    width: 90%;
    margin: 10px auto;
    box-shadow: 2px 3px 6px rgb(0,0,0,.4);
}
.temp_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.homepage_text {
    font-size: 16px;
}

.homepage_btn {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage_btn button {
    width: 200px;
    height: 50px;
    margin: 0;
    margin-top: 50px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.homepage_btn button.act {
    background-color: #000;
    color: #fff;
}
.homepage_btn button:nth-child(1){
    border-right: none;
}

.homepage_section.swiper-container {
    height: 650px;
}


@media screen and (max-width:1399px) {
    .homepage_section{
        width: 100%;
        grid-template-columns: repeat(3,1fr);
        row-gap: 10px;
        margin: 0 auto;
    }
}

@media screen and (max-width:840px) {
    .homepage_section{
        width: 100%;
        grid-template-columns: repeat(2,1fr);
        margin: 0 auto;
        overflow-y: scroll;
    }
}

@media screen and (max-width:540px) {
    .homepage_section{
        width: 100%;
        /* grid-template-columns: repeat(1,1fr); */
        display: block;
        margin: 0 auto;
        overflow: hidden;
    }
    .homepage_btn {
        height: 150px;
    }
    .homepage_btn button{
        margin-top: 90px;
    }
    .temp_img {
        width: 70%;
    }
    .homepage_section.swiper-container {
        height: 100%;
    }
}

@font-face{
    font-family: 'Nanum Square';
    src:url(../font/NanumSquareR.ttf) format('truetype'),
    url(../font/NanumSquareR.otf) format('opentype');
}


