@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');

.content {padding-top: 120px; padding-bottom:72px;}
.stit {font-size:30px; font-weight:500; color:black; padding-bottom:10px; text-align: center;}
.hr {height:600px; margin-bottom:80px;}
div hr.type_1 {
    border: 0;
    height: 30px;
    background-image: url(../img/hr3.png);
    background-repeat: no-repeat;
    background-size:100%;
    text-align: center;
    padding-bottom:30px;
    margin-top:100px;
    }
  div hr.type_2 {
    border: 0;
    height: 30px;
    background-image: url(../img/hr4.png);
    background-repeat: no-repeat;
    background-size:100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom:100px;
    }
    div p.tit {font-size:20px;   line-height:35px; color:#777777; text-align: center; letter-spacing: -1.0px;     font-weight: 300; }
    div p.btit {font-size:28px;   line-height:45px; color:#161616; text-align: center; font-weight: 600; padding-bottom: 20px;}
    .stit {font-size:30px; font-weight:500; color:black; padding-bottom:50px; text-align: center;}
    #service {width:100%; margin:0 auto 200px; overflow:hidden;}
#service p.txtP { padding-bottom:20px; font-size:20px;  line-height:35px; }
#service .sub_txt01 { padding:0 10px;}
ul {line-height:27px;}

#service div.icoBox {overflow:hidden; margin:40px 0 0px 0;}
#service section { text-align:center; width: 100%; box-sizing:border-box; }
#service section.ico1 {margin-bottom:150px;}
#service section.ico1 .logo {width:60%;}
#service section.bar img {width: 10%; margin-bottom:150px;}
#service section.ico2 { margin-bottom:100px;}
#service div.txt {font-size:23px; padding-top:0px; padding-bottom:20px;}
#service div.stxt{ letter-spacing: 0px; text-align: center; font-size:27px; color:#000000;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#service {width:100%; }	
#service div.icoBox {padding:0 15px;}
}
@media (max-width: 768px) {
#service section {width:100%;  margin:2% 0%;}	
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

