@charset "utf-8";

.data-form{
    position:fixed;
    top:0;
    z-index:1100;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
}
.data-form .cs-tt{
    background: url('/images/cs_img.png') no-repeat;
    background-size:25%;
    background-position: center left;
    width: 250px;
    height:100px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    font-family: 'Nanum Gothic', sans-serif;
    padding:22px 0 0 80px;
    color: #ffffff;
}
.data-form .cs-tt span{font-size: 14px; color:#ffffff;font-weight: 100;}

.data-form select{height: 30px;line-height: 30px; border:0; padding-left:5px;display: inline-block;}
.data-form input[name="name"],
.data-form input[name="phone"]{
    height: 30px; 
    line-height: 30px;
    border:0; 
    padding-left: 10px;

}
.data-form input:focus,
.data-form select:focus{outline: none;}
.data-form input:-webkit-autofill{ -webkit-box-shadow:0 0 0 30px #ffffff inset; }
.data-form .btn-submit{
    height: 31px;
    padding: 0 40px;
    vertical-align: middle;
    background-color:#c92c09 ;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor:pointer;
}




.kakao_chat{
    position: fixed;
    bottom: 50px;
    right:100px;
    z-index: 1000;
}
section{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.intro{
    width: 100%;
    background-image: url('/images/intro_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color:#fff;
}
.intro h1{font-weight: 700;}
.text_ad{color:#333}
.business{background-color: #f3f3f3;}
.business ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.business h2{font-weight: 700;}
.intro_2{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url('/images/back_01_3000.jpg');
    background-repeat: no-repeat;
    color:#fff;
}
.intro_2 h3, 
.intro_2 h4,
.sale h3,
.inquiry h3,
.inquiry .check,
footer,
.inquiry li:nth-child(5),
.business h3{font-family: 'Nanum Gothic', sans-serif;font-weight: 100;}

.sale{
    background-color: #3c3c3c;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.sale .pic_area{
    display: flex;
    flex-direction:row;
    justify-content: center;
    flex-wrap: wrap;
}
.sale button{
    margin: 0 auto;
    color:#fff; 
    text-align: center;
    background-color:#3c3c3c;
    
}


/*문의하기*/
.inquiry{
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}
.inquiry input[type="text"],
.inquiry input[type="number"]
{
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius:3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    color:#666666;
}
.inquiry select,
.inquiry textarea{
    border: 1px solid #dddddd;
    background-color: #fff;
    border-radius:3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    color:#666666;
    margin:0 auto;
}
.inquiry select{
    background: url('/images/arrow.png') no-repeat 95% 50% #ffffff;
}
.inquiry select option {
    background: fff;
    color: #333;
    padding:1rem;
}
.inquiry button{
    background-color: #000;
    color: #fff;
    border-radius:3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    margin:0 auto;
    font-size: 1.1rem;
}


/*모바일*/
@media screen and (min-width:320px) and (max-width:767px) {
    
.data-form{
    height: 150px;
    padding: 40px 10px;
    
}
.data-form .cs-tt{
 display: none;
}

.data-form select{
    width: 80px;
    height: 50px;
    line-height: 50px; 
    border:0; 
    padding-left:5px;
    display: inline-block;
}
.data-form input[name="name"],
.data-form input[name="phone"]{
    width:130px;
    height: 50px; 
    line-height: 50px;
    border:0; 
    padding-left: 10px;

}
.data-form .btn-submit{
    height: 40px;
    width: 100%;
    margin-top: 10px;
}





    .kakao_chat{
        position: fixed;
        bottom: 20px;
        right:-60px;
        z-index: 1000;
    }
    .kakao_chat img{width:50%;height: 50%;}
    /*intro*/
    .intro {
        height: 380px;
        background-image: url('/images/intro_back.jpg');
        background-position: center;
        margin-top: 140px;
    }
    .intro span{display: none;}
    .intro h1{font-size: 1.8rem;padding-top: 0.2rem;}
    .intro h2{padding-top: 6rem;font-size: 1rem;}
    .intro h3{font-size: 1rem;padding-top: 5rem;}

    /*사업내용*/
    .business{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 3rem 1rem;
    }
    .business h2{font-size: 1.5rem; line-height: 1.8rem;padding:0 0 0.5rem 0;}
    .business h3{font-size: 1rem; letter-spacing: -0.1rem;}
    .business ul li{
        display: flex;
        flex-direction: column;
        padding-top: 170px;
        width: 47%;
        height: 260px;
        margin-bottom: 1.2rem;
     }
    .business ul li:nth-child(3) {height: 283px;}
    .business ul li:nth-child(1){ background: url('/images/mbusi_01.jpg') no-repeat;background-size:100% 160px;}
    .business ul li:nth-child(2){ background: url('/images/mbusi_02.jpg') no-repeat;background-size:100% 160px;}
    .business ul li:nth-child(3){ background: url('/images/mbusi_03.jpg') no-repeat;background-size:100% 160px;}
    .business ul li:nth-child(4){ background: url('/images/mbusi_04.jpg') no-repeat;background-size:100% 160px;}
    .business ul li:nth-child(5){ background: url('/images/mbusi_05.jpg') no-repeat;background-size:100% 160px;}
    .business ul li:nth-child(1),
    .business ul li:nth-child(3){ margin-right: 1rem;}

    /*text 영역*/
    .text_ad{padding: 3rem 2rem;}
    .text_ad h2{font-size: 2rem;padding: 1em 0;}
  

    .intro_2, .sale{padding: 3rem 1rem;}
    .intro_2 h2{font-size: 2rem; line-height: 2.5rem;}
    .intro_2 h3{font-size:1rem; padding-top: 2rem;}
    .intro_2 h4{display: none;}


    .sale h2{font-size: 1.5rem;}
    .sale h3{font-size:1rem; padding-top:1rem;}
    .sale .pic_area img{
        width:45%;
        display: flex;
        flex-direction:row;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 1rem;
    }
    .sale .pic_area img:nth-child(1), 
    .sale .pic_area img:nth-child(3) {margin-right: 1rem;}
    .sale button{
        width:85%;
        padding: 0.5rem 0;
        margin-top:1rem;
        font-size: 1rem;
        border:4px solid #03c75a; 
    }

    .inquiry {padding: 2rem 0;}
    .inquiry h2{font-size:2rem;margin-bottom: 2rem;}
    .inquiry h3{font-size:0.6rem;color:#999999; letter-spacing: 0.35rem;line-height:2rem;}
    .inquiry ul{
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .inquiry input[type="text"],
    .inquiry input[type="number"]{
        width: 45%;
        padding:1rem;
        font-size:1rem;
    }
    .inquiry input:nth-child(1){margin-right:0.5rem;}
    .inquiry select,
    .inquiry textarea{
        width:92%;
        margin-top:0.5rem;
        padding:1rem;
        font-size:1rem;
    }
    .inquiry button{
        width: 90%;
        padding: 1rem;
        margin:1.5rem auto 0;
        font-size: 1rem;
    }

    footer {
        padding: 2rem 1rem;
    }
    footer ul{
        display: flex;
        flex-direction: column;
    }
    footer img{
        width: 25%;
        margin: 0 auto 1rem;
    }
    footer li{wiborder: 1px solid #000;}
    footer li:nth-child(3){font-size:0.8rem;}
}


/*pc*/
@media screen and (min-width:1024px){

    /*intro*/
    .intro {
        width: 100%;
        height: 1260px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        padding-top: 340px;
        box-sizing: border-box;
        background-image: url('/images/intro_back_web.jpg');
        background-position:center;
    }
    .intro h1{
        line-height: 150px;
        font-size: 6rem;
    }
    .intro h2{font-size:2.2rem;}
    .intro h3{
        font-size: 1.9rem;
        line-height: 3rem;
        padding-top: 300px;
    }

    .text_ad{padding:8rem 0;}
    .text_ad h2{font-size: 4rem;padding:1.5em 0;}
    .text_ad h3{font-size: 1.8rem;}
    .text_ad h4{font-size: 1.2rem; line-height: 30px;}
    .text_ad h4 span,
    .intro_2 h3 span,
    .sale h3 span,
    .business span{display: block;}

    .business{
        display: flex;
        flex-direction: row;
        padding: 3rem 0; 
        justify-content: center;
    }
    .business ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .business ul li{
        display: flex;
        flex-direction: column;
        text-align: left;
        width:45%;
    }

    .business ul li h2{padding-bottom:0.8rem;}
    .business ul li:nth-child(1){
        height: 650px;
        background: url('/images/busi_01.png') no-repeat;
        background-size: 95% 650px;
        background-position: center 0;
        position: relative;
    }
    .business ul li span.busi1{
        width:620px;
        padding: 2rem 0 2rem 3.1rem;
        background-color: rgba(28,35, 45, 0.6);
        color: #fff;
        position: absolute;
        top:14%;
        left:20%;
    }
    .business ul li:nth-child(2){ 
        height: 550px;
        justify-content: flex-end;
        background: url('/images/busi_02.png') no-repeat;
        background-size: 95% 546px;
        background-position: right 0;
    }
    .business ul li:nth-child(2) h2,
    .business ul li:nth-child(2) h3{margin-left: 75px;}

    .business ul li:nth-child(3){ 
        height: 670px;
        background: url('/images/busi_03.png') no-repeat;
        background-size: 95% 670px;
        background-position: center 0;
    }
    .business ul li:nth-child(3) .text_area{
        width: 98%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 20px;
    }
    .business ul li:nth-child(3) .text_area h2{margin-right: 50px;}
    .business ul li:nth-child(3) .text_area h3{margin-right: 34px;}

    .business ul li:nth-child(4){ 
        height: 530px;
        justify-content: flex-end; 
        background: url('/images/busi_04.png') no-repeat;
        background-size:95% 530px;
        background-position: right 0;
        text-align: left;
    }
    .business ul li:nth-child(4) h2,
    .business ul li:nth-child(4) h3{margin-left: 100px;}

    .business ul li:nth-child(5){ 
        height: 400px;
        width: 90%;
        float: right;
        display: flex;
        flex-direction: column;
        background: url('/images/busi_05.png') no-repeat;
        background-size:60% 400px;
        background-position: right 0;
        text-align: left;
    }
    .business ul li:nth-child(5) span.tt_area{
        display: flex;
        flex-direction: column;
        width: 300px;
        text-align: right;
        margin: 80px 0 0 500px;
    }

    .business ul li:nth-child(3),
    .business ul li:nth-child(4),
    .business ul li:nth-child(5){margin-top: 5rem;}

    .intro_2{
        height: 750px;
        justify-content: center;
    }
    .intro_2 h2,
    .sale h2{
        font-size: 2.5rem;
        line-height: 3.2rem;
    }
    .intro_2 h4{
        font-size: 0.6rem;
        color: #cccccc;
        line-height: 6rem;
        letter-spacing: 2.5rem;
    }
    .intro_2 h3,
    .sale h3{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .sale {
        padding:7rem 0;
        justify-content: center;
    }
    .sale h3{padding-top: 1.2rem;}
    .sale .pic_area{margin: 3rem 0;}
    .sale .pic_area img{
        width: 18%;
        margin-right: 1rem;
    }
    .sale .pic_area img:nth-child(4){margin-right: 0;}
    .sale button{
        width:18%;
        padding: 1.2rem 0;
        font-size: 1.2rem;
        border:6px solid #03c75a; 
    }

    footer{
        display: flex;
        flex-direction: row;
        padding: 2rem 0;
        justify-content: center;
    }
    footer img{
        width:4%;
        margin-right: 2rem;
    }
    footer ul{
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    footer ul li:nth-child(3){font-size: 0.8rem;}
    
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)
@media all and (min-width:768px) and (max-width:1023px)*/