@charset "utf-8";
*{margin: 0; padding: 0; }
ul{list-style: none;}
a{text-decoration: none; color: #000;}

/* 메인 사진 */
.content{max-width: 100%; position: relative;}
.content img{
    width: 100%;
}

.content a .tel{
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    right: 5%; top: 20%;
    transform: translateX(-50%);
    display: flex;
}
.content a .tel img{
    width: 120px; height: 120px;
    border-radius: 50%;
    z-index: 3;
}
.content a .tel p{
    position: relative;
    left: 15px; top: 15%;
    font-size: 20px; color: #fff;
}



/* 회사 소개 */
.intro{
    width: 1200px; height: 470px;
    margin: 80px auto;
    position: relative;
}
.intro .intro-wrap h2{
    text-align: center;
    font-size: 24px;
}
.intro .intro-wrap > p{
    margin-top: 30px;
    text-align: center;
}
.intro .intro-wrap > p:nth-child(3){
    margin-top: 0;
}
.intro .intro-wrap > p:nth-child(4){
    margin-top: 0;
}
.intro .intro-wrap > p:nth-child(5){
    margin-top: 0;
}
.intro .intro-wrap .box{
    width: 1000px; margin: 50px auto;
    display: flex; position: relative;
}
.intro .intro-wrap .box .s{
    width: 250px; height: 250px;
    /* background-color: #708090; */
    background-color: silver;
    border-radius: 50%;
    opacity: 70%;
    position: absolute;
}
.intro .intro-wrap .box .s:nth-of-type(1){
    left: 37.5px;
}
.intro .intro-wrap .box .s:nth-of-type(2){
    left: 262.5px;
    background-color: gray;
}
.intro .intro-wrap .box .s:nth-of-type(3){
    right: 262.5px;
}
.intro .intro-wrap .box .s:nth-of-type(4){
    right: 37.5px;
    background-color: gray;
}
.intro .intro-wrap .box .s i{
    font-size: 40px; color: #fff;
    position: relative;
    left: 40.2%; top: 30%;
    opacity: 100%;
}
.intro .intro-wrap .box .s:nth-child(2) i{
    font-size: 40px; color: #fff;
    position: relative;
    left: 42.5%; top: 30%;
    opacity: 100%;
}
.intro .intro-wrap .box .s p{
    font-size: 40px; font-weight: bold;
    position: relative; color: #fff;
    left: 35%; top: 28%;
    opacity: 100%;
}



    .m_intro{
    width: 100%; margin-bottom: 130px;
    margin-top: 60px;
    display: none;
    }
    .m_intro .intro-wrap2{
        width: 300px; margin: 0 auto;
        text-align: center;
    }
    .m_intro .intro-wrap2 h2{
        margin-bottom: 30px;
    }
    .m_intro .intro-wrap2 .box{
        display: flex;
        flex-wrap: wrap;
        width: 300px; 
        margin-top: 40px;
        position: relative;
    }
    .m_intro .intro-wrap2 .box .s{
        width: 115px; height: 115px;
        /* background-color: #708090; */
        background-color: silver;
        opacity: 70%;
        margin: 0 auto;
    }
    .m_intro .intro-wrap2 .box .s:nth-of-type(even){
        margin-left: 30px;
    }
    .m_intro .intro-wrap2 .box .s:nth-of-type(3),
    .m_intro .intro-wrap2 .box .s:nth-of-type(4){
        transform: translateY(30px);
    }
    .m_intro .intro-wrap2 .box .s i{
        font-size: 20px; color: #fff;
        position: relative;
        top: 28%;
    }
    .m_intro .intro-wrap2 .box .s:nth-child(2) i{
        font-size: 20px; color: #fff;
        position: relative;
        top: 28%;
    }
    .m_intro .intro-wrap2 .box .s p{
        font-size: 24px; font-weight: bold;
        position: relative; color: #fff;
        top: 28%;
    }





/* AS */
.as{
    width: 100%;
    /* background-color: #708090; */
    background-color: silver;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.as .as-wrap{
    width: 500px; margin: 0 auto;
    height: 370px;
    position: relative;
}
.as-wrap h2{margin-bottom: 50px;}

.as-wrap .box2 .txt{
    display: flex; text-align-last: left;
    margin-left: 50px;
}
.as-wrap .box3 .txt{
    display: flex; text-align-last: left;
    margin-left: -25px;
}
.as-wrap .box2 .txt p,
.as-wrap .box3 .txt p{margin-left: 10px; margin-top: 2px;}
.as-wrap .box3{
    position: absolute;
    top: 125px;
    margin-top: 95px; margin-left: 76px;
}
.as-wrap .box2 .work:nth-of-type(2) .txt{
    margin-top: 40px;
}
.as-wrap .box3 .work:nth-of-type(2) .txt{
    margin-top: 20px;
}
.as-wrap .as-info > .line{
    width: 2px; height: 203px;
    position: absolute;
    left: 4%; top: 100px;
    background-color: #fff;
}
.as-wrap .box2 .work .c{
    width: 8px; height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 4%; top: 98px;
    transform: translateX(-2px);
}
.as-wrap .box2 .work:nth-of-type(1) .c{
    top: 165px;
}
.as-wrap .box3 .work .c{
    width: 8px; height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -24.5%; top: 13px;
    transform: translateX(-2px);
}
.as-wrap .box3 .work:nth-of-type(1) .c{
    top: 78.5px;
}
.as-wrap .box2 .work .line{
    width: 30px; height: 2px;
    background-color: #fff;
    position: absolute;
    left: 10.5%; top: 100px;
    transform: translateX(-30px);
}
.as-wrap .box2 .work:nth-of-type(1) .line{
    top: 167px;
}
.as-wrap .box3 .work .line{
    width: 30px; height: 2px;
    background-color: #fff;
    position: absolute;
    left: -23%; top: 15px;
    transform: translateX(-2px);
}
.as-wrap .box3 .work:nth-of-type(1) .line{
    top: 81px;
}

/* .as-wrap .box2 .txt,
.as-wrap .box3 .txt{display: flex; text-align-last: left;}
.as-wrap .box2 .txt p,
.as-wrap .box3 .txt p{margin-left: 10px; margin-top: 2px;}
.as-wrap .box3{
    position: absolute;
    right: 0; top: 125px;
}
.as-wrap .box2 .work:nth-of-type(2),
.as-wrap .box3 .work:nth-of-type(2){
    margin-top: 50px;
}
.as-wrap > .line{
    width: 2px; height: 110px;
    position: absolute;
    left: 50%; top: 105px;
    background-color: #fff;
}
.as-wrap .box2 .work .c{
    width: 6px; height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%; top: 103px;
    transform: translateX(-2px);
}
.as-wrap .box2 .work:nth-of-type(1) .c{
    top: 176px;
}
.as-wrap .box3 .work .c{
    width: 6px; height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -17.2%; top: 15px;
    transform: translateX(-2px);
}
.as-wrap .box3 .work:nth-of-type(1) .c{
    top: 86px;
}
.as-wrap .box2 .work .line{
    width: 30px; height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%; top: 105px;
    transform: translateX(-30px);
}
.as-wrap .box2 .work:nth-of-type(1) .line{
    top: 178px;
}
.as-wrap .box3 .work .line{
    width: 30px; height: 2px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -16%; top: 17px;
    transform: translateX(-2px);
}
.as-wrap .box3 .work:nth-of-type(1) .line{
    top: 87.3px;
} */


.m_as{
    width: 100%;
    background-color: silver;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    display: none;
}
.m_as .as-wrap2{
    width: 340px; margin: 0 auto;
    height: 400px;
    position: relative;
}
.as-wrap2 h2{margin-bottom: 50px;}
/* .as-wrap2 .box2, .as-wrap2 .box3{
    margin-left: 20px;
} */
.as-wrap2 .box2 .txt,
.as-wrap2 .box3 .txt{
    display: flex; text-align-last: left;
    margin-left: 20px;
}
.as-wrap2 .box2 .txt p,
.as-wrap2 .box3 .txt p{margin-left: 10px; margin-top: 2px;}
.as-wrap2 .box3{
    position: absolute;
    right: 0; top: 125px;
}
.as-wrap2 .box3{margin-top: 95px;}
.as-wrap2 .box2 .work:nth-of-type(2) .txt,
.as-wrap2 .box3 .work:nth-of-type(2) .txt{
    margin-top: 15px;
}
.as-wrap2 .as-info > .line{
    width: 2px; height: 203px;
    position: absolute;
    left: 4%; top: 100px;
    background-color: #fff;
}
.as-wrap2 .box2 .work .c{
    width: 6px; height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 4%; top: 98px;
    transform: translateX(-2px);
}
.as-wrap2 .box2 .work:nth-of-type(1) .c{
    top: 165px;
}
.as-wrap2 .box3 .work .c{
    width: 6px; height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -2%; top: 13px;
    transform: translateX(-2px);
}
.as-wrap2 .box3 .work:nth-of-type(1) .c{
    top: 78.5px;
}
.as-wrap2 .box2 .work .line{
    width: 30px; height: 2px;
    background-color: #fff;
    position: absolute;
    left: 13.5%; top: 100px;
    transform: translateX(-30px);
}
.as-wrap2 .box2 .work:nth-of-type(1) .line{
    top: 167px;
}
.as-wrap2 .box3 .work .line{
    width: 30px; height: 2px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -1%; top: 15px;
    transform: translateX(-2px);
}
.as-wrap2 .box3 .work:nth-of-type(1) .line{
    top: 80px;
}





.map{
    position: relative;
    margin-top: 130px;
    top: -30px;
}
.map .map-wrap{
    width: 800px;
    margin: 0 auto;
}
.map .txt{
    width: 800px;
    margin: 0 auto;
}
.map .txt p{
    margin-top: 20px;
    font-size: 14px;
    color: rgb(185, 185, 185);
}

.m_map{
    position: relative;
    margin-top: 80px; margin-bottom: 80px;
    display: none;
}
.m_map .map-wrap{
    width: 300px;
    margin: 0 auto;
}
.m_map .txt{
    width: 300px; margin: 0 auto;
}
.m_map .txt p{
    color: rgb(185, 185, 185);
}


@media screen and (min-width: 501px) and (max-width: 1200px){
    .content a .tel{
        top: 70%; transform: translateX(4%);
    }
    .content a .tel img{
        width: 80px; height: 80px;
        border-radius: 50%;
    }
    
    .intro{display: none;}
    .m_intro{display: block;}
    .as{display: none;}
    .m_as{display: block;}
    .map{display: none;}
    .m_map{display: block;}
}
@media screen and (min-width: 326px) and (max-width: 500px){
    .content a .tel{
        top: 60%; transform: translateX(2%);
    }
    .content a .tel img{
        width: 80px; height: 80px;
        border-radius: 50%;
    }

    .intro{display: none;}
    .m_intro{display: block;}
    .as{display: none;}
    .m_as{display: block;}
    .map{display: none;}
    .m_map{display: block;}
}
@media screen and (max-width: 325px){
    .content a .tel{
        top: 60%;
    }
    .content a .tel img{
        width: 80px; height: 80px;
        border-radius: 50%;
    }

    .intro{display: none;}
    .m_intro{display: block;}
    .as{display: none;}
    .m_as{display: block;}
    .map{display: none;}
    .m_map{display: block;}
}