
/*서브-ABOUT-ABOUT*/
#sec-company .col-md-7{
    padding-left: 5%;
}

#sec-company .col-md-7 h2{
    color: #222;
    font-size: 28px;
    margin-bottom: 30px;
}

#sec-company .col-md-7 p{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8em;
}

/*서브-ABOUT-오시는길*/

#sec-location .row{
    margin-bottom: 30px;
}

.location-btn a{
    transition: 0.3s all;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 20%);
}

.location-btn a:hover {
    border: 1px solid #e9002c;
}


/*서브-ABOUT-Work With us*/
.formmail{
    border-top: 2px solid #222;
    width: 100%;
}

.formmail > tbody > tr td{
    padding: 15px 10px;
    font-size: 16px;
}


/* 서브-SERVICE-Oure Service */

.service-intro{
    display: flex;
    justify-content: center;
    text-align: center;
}

.service-intro h2{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9002c;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.service-intro h2::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    background: rgb(0 0 0 / 1%);
    border: 1px solid #ccc;
}

.service-intro h2::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(233 0 44 / 5%);
    border-radius: 50%;
    animation:1.5s infinite serviceCircle;
}

@keyframes serviceCircle{
    0%{
        width: 100%;
        height: 100%;
    }

    100%{
        width: 140%;
        height: 140%;
    }
}


.service-des{
    margin-top: 80px;
}


.service-des h2{
    text-align: center;
    color: #222;
    font-weight: 500;
    font-size: 28px;
}


.service-des01{
    padding: 80px 0;
    background: #f7f7f7;
}

.service-des01-list ul{
    margin-top: 50px;
    display: flex;
    column-gap: 30px;
}

.service-des01-list ul li{
    width: 22%;
    flex-grow: 1;
    position: relative;
}

.service-des01-list ul li:not(:first-child)::after{
    content: '\F231';
    font-family: bootstrap-icons;
    display: block;
    position: absolute;
    color: #222;
    font-size: 24px;
    right: 100%;
    top: 30%;
}

.service-des01-list ul li h3{
    font-size: 22px;
    color: #222;
    margin-top: 30px;
}


.service-des-more{
    margin-top: 30px;
}

.service-des-more .col-md-4{
    margin: 20px 10px 0;
    padding-top: 20px;
    border-top: 2px solid #222;
    color: #222;
    flex: 1 1 30%;
}

.service-des-more .col-md-4 h3{
    font-size: 22px;
    color: #222;
    margin: 30px auto 20px;
}


/* 서브-갤러리 */

#sec-gallery ul{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}



#sec-gallery ul li{
    width: 30%;
    flex-grow: 1;
    transition: 0.3s all;
}


#sec-gallery ul li:hover{
    opacity: 0.7;
}

/* 서브-CoWork왕홍 */

#sec-cowork ul{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

#sec-cowork ul li{
    width: 18%;
    flex-grow: 1;
    margin-bottom: 20px;
    transition: 0.3s all;
}

#sec-cowork ul li:hover{
    opacity: 0.7;
}


.glist3t > tbody > tr > td{
    display: inline-block;
    padding: 10px;
}

@media screen and (max-width: 1024px){
  .main {padding-top: 100px;}
  
  .cont01 {padding: 50px 20px;}
  .cont01_wrap h2 {font-size: 40px; margin-bottom: 30px;}
  .cont01_wrap ul li .cont01_text {padding: 40px 0 0 20px;}
  .cont01_wrap ul li .cont01_text h3 {font-size: 26px; margin-bottom: 20px;}
  .cont01_wrap ul li .cont01_text p {font-size: 16px;}
  
  .cont02 {padding: 50px 20px 90px;}
  .cont02_wrap .cont02_box .cont02_text h2 {font-size: 38px; margin-bottom: 20px;}
  .cont02_wrap .cont02_box .cont02_text p {font-size: 18px; line-height: 30px; margin-bottom: 45px;}
  .cont02_wrap .cont02_box .cont02_text a {font-size: 15px; padding: 10px 25px;}
  .cont02_wrap .cont02_num li h3 {font-size: 46px; line-height: 46px;}
  .cont02_wrap .cont02_num li span {font-size: 20px;}
  
  .cont03 {padding: 50px 20px;}
  .cont03_wrap .cont03_text {width: 80%;}
  .cont03_wrap .cont03_text .c3_h2 {line-height: 38px;}
  .cont03_wrap .cont03_text .c3_h2 h2 {font-size: 38px;}
  .cont03_wrap .cont03_text .c3_p {padding-top: 0;}
  .cont03_wrap .cont03_text .c3_p p {font-size: 20px;}
  .cont03_wrap .cont03_link {width: 20%;}
  
  .cont04 {padding: 50px 20px;}
  .cont04_wrap ul li {width: 50%; padding: 20px;}
  
  .sub01 .s1_c1_img img {width: 100%;}
  
  .certifi-item {width: 33.33%;}
  
  .sub06 .sub06_box .sub06_text {margin-bottom: 30px;}
  .sub06 .sub06_box .sub06_text h2 {font-size: 26px;}
  .sub06 .sub06_box .sub06_text p {font-size: 17px; line-height: 30px;}
  .sub06 .sub06_box .sub06_img h3 {font-size: 26px;}
  .sub06 .sub06_box .sub06_img ul li {padding: 15px 14%;}
  
}

@media screen and (max-width: 768px){
  .main .main_wrap {height: 550px;}
  .main_wrap .main_text h2 {font-size: 36px; margin-bottom: 15px;}
  .main_wrap .main_text p {font-size: 30px;}
  
  .cont01_wrap ul li {width: 50%; margin-bottom: 30px;}
  
  .cont02_wrap .cont02_box .cont02_text {width: 100%;}
  .cont02_wrap .cont02_box .cont02_text h2 {font-size: 34px; margin-bottom: 30px;}
  .cont02_wrap .cont02_box .cont02_text p {width: 100%; font-size: 17px;}
  .cont02_wrap .cont02_box .cont02_img {display: none;}
  .cont02_wrap .cont02_num li h3 {font-size: 40px; line-height: 40px; margin-bottom: 10px;}
  
  .cont03_wrap .cont03_text {width: 100%; text-align: center;}
  .cont03_wrap .cont03_text .c3_h2 {width: 100%; margin-bottom: 20px;}
  .cont03_wrap .cont03_text .c3_p {width: 100%; margin-bottom: 30px;}
  .cont03_wrap .cont03_text .c3_p p {padding-left: 0;}
  .cont03_wrap .cont03_link {width: 100%; text-align: center;}
  
  .cont04_wrap ul li {width: 100%; padding: 10px 0;}
  
  .sub01 .s1_c1 {padding: 0;}
  .sub01 .s1_c1_img {margin-bottom: 40px;}
  .sub01 .s1_c1 .s1_c1_text h2 {font-size: 24px; line-height: 30px;}
  .sub01 .s1_c1 .s1_c1_text p {font-size: 16px; line-height: 22px;}
  .sub01 .s1_c1 .s1_c1_text p:last-child {font-size: 22px;}
  
  .sub01 .s1_c2 {margin-top: 50px;}
  .sub01 .s1_c2 .s1_c2_table .s1_c2_img {display: none;}
  .sub01 .s1_c2 .s1_c2_table table {width: 100%;}
  
  .sub02 .sub02_box {width: 50%;}
  .sub02 .sub02_box a h2 {font-size: 17px;}
  
  .certifi-item {width: 50%;}
  .tab_nav li {width: 22%;}
  
  .sub06 .sub06_box .sub06_img ul li {padding: 15px 10%;}
  
  #sec-company .col-md-7 h2{
    margin-top: 20px;
  }

  .service-des01-list ul{
    flex-wrap: wrap;
    column-gap: 10px;
  }
  
  .service-des01-list ul li{
    width: 25%;
  }

  .service-des01-list ul li:not(:first-child)::after{
    display: none;
  }

  #sec-cowork ul li{
    width: 45%;
  }

}

@media screen and (max-width: 570px){
  .cont01_wrap ul li {width: 100%;}
  .cont01_wrap ul li .cont01_text {height: inherit; padding: 30px;}
  .cont01_wrap ul li .cont01_text p {width: 100%;}
  .cont01_wrap ul li .cont01_img {width: 100%;}
  
  .sub06 .sub06_box .sub06_img ul li {padding: 15px 5%;}
  
  .glist3t > tbody > tr > td{
    width: 100%;
  }

  #sec-company .col-md-7 h2{
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .add-area dt{
    float: unset;
  }

  .add-area dt, .add-area dd{
    font-size: 1.1rem;
  }

  .add-area dd{
    margin-bottom: 10px;
  }

  .location-btn{
    margin: 10px 0;
  }

  .location-btn a{
    padding: 10px;
  }

  .formmail > tbody > tr td{
    padding: 5px;
  }

  input.formmail_border[name="phone_no1"], input.formmail_border[name="phone_no2"], input.formmail_border[name="phone_no3"]{
    width: 28.5% ;
  }

  .service-intro h2{
    font-size: 1.5em;
    width: 200px;
    height: 200px;
  }

  .service-des h2{
    font-size: 1.6em;
    padding: 0 20px;
  }

  .service-des01-list ul li h3{
    font-size: 18px;
  }

  .service-des01-list ul{
    row-gap: 20px;
  }

  .service-des-more .col-md-4{
    padding: 10px;
  }

  .service-des-more .col-md-4 h3{
    margin: 20px auto;
    font-size: 20px;
  }

  .service-des-more .col-md-4  p{
    font-size: 15px;
  }

}

@media screen and (max-width: 450px){
  .main .main_wrap {height: 450px;}
  .main_wrap .main_text {padding: 0 10%;}
  .main_wrap .main_text h2 {font-size: 42px;}
  .main_wrap .main_text p {font-size: 24px;}
  
  .cont02 .cont02_wrap h2 {font-size: 20px; word-break: keep-all;}
  .cont02_wrap .cont02_text h2 span {font-size: 17px; word-break: keep-all;}
  .cont02_wrap .cont02_text a {font-size: 14px; padding: 5px 10px;}
  .cont02_wrap .cont02_num li {width: 50px; padding-bottom: 30px;}
  
  .cont04_wrap ul li .cont04_box {height: 180px; padding: 30px 0 0 20px;}
  .cont04_wrap ul li .cont04_box a img {width: 25%; padding-top: 15px;}
  .cont04_wrap ul li .cont04_box a .cont04_text {padding-left: 15px;}
  .cont04_wrap ul li .cont04_box a .cont04_text h3 {font-size: 21px;}
  .cont04_wrap ul li .cont04_box a .cont04_text p {font-size: 15px; line-height: 20px;}
  .cont04_wrap ul li .cont04_box .cont04_textbox h2 {font-size: 21px;}
  .cont04_wrap ul li .cont04_box .cont04_textbox a {font-size: 15px;}
  .cont04_wrap ul li .cont04_box .cont04_textbox a span {font-size: 20px;}
  .cont04_wrap ul li .cont04_box .cont04_textbox p {font-size: 15px;}
  .cont04_wrap ul li .cont04_box .cont04_textbox p span {font-size: 20px;}
  
  .sub01 .s1_c1 .s1_c1_text h2 {font-size: 20px; line-height: 24px;}
  .sub01 .s1_c1 .s1_c1_text p {font-size: 15px;}
  .sub01 .s1_c1 .s1_c1_text p:last-child {font-size: 18px;}
  
  .sub02 .sub02_box {width: 100%;}
  
  .certifi-item {width: 100%;}
  .tab_nav li {width: 40%;}
  
  .sub06 .sub06_box .sub06_img ul li {padding: 5px; height: 210px;}
  
}

@media screen and (max-width: 375px){
  .sub-cont {padding: 25px 0;}
  
  .sub06 .sub06_box .sub06_img ul li {width: 100%; padding: 5px 20%;}
  
}






