/*
.anime {
    opacity: 1 !important;
    transform: none !important;
}
*/

/*--------------------------------------------

SERVICE

---------------------------------------------*/

#srv .content{
    max-width: none;
    width:100%;
}



/*-------------------

SERVICE

----------------------*/
#srv .srv {
    padding-top: 274px;
    padding-bottom: 180px;
}

#srv .sec_title {
    padding-bottom: 90px;
}

#srv .srv_title {
    text-align: center;
    font-size: 30px;
}


#srv .srv_col {
    width: 100%;
/*
    max-width: 740px;
    margin: 0 auto;
*/
    padding-bottom: 80px;
}


#srv .srv_doc{
    width: 63%;
}

#srv .srv_col_title {
    color: #1082d8;
    font-size: 20px;
}


#srv .srv_image {
    width: 83%;
    max-width: 930px;
    margin: 0 auto;
    padding-bottom: 80px;
}

#srv .srv_col_desc{
	font-size: 12px;
	
}

/*-------------------

SERVICE 3 COL

----------------------*/

#srv .srv_3_col {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 160px;
}

#srv .srv_3_col li {
    width: 30%;
    max-width: 360px;
    border: 1px solid #707070;
    padding: 50px 40px 40px;
    box-sizing: border-box;
}

#srv .srv_3_col_title{
	font-size: 20px;
    font-weight: 300;
	padding-bottom: 18px;
}

#srv .srv_desc{
    font-size: 13px;
    padding-bottom: 60px;
}


/*-------------------

HELM

----------------------*/

#srv .helm{
	
}

#srv .helm_in {
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#srv .helm_in .srv_col_image {
    max-width: 220px;
    margin: 0 auto;
}



@media only screen and (max-width: 1440px){

        

}




/* ==============================================================================================

LAPTOP, DESKTOP (992px~1330px)

==============================================================================================*/
@media only screen and (max-width: 1330px){




}



/*==============================================================================================

TABLETS (850px~991px)

==============================================================================================*/
@media only screen and (max-width: 991px){



    

  
    

}




/*==============================================================================================

MOBILE ( ~850px)

==============================================================================================*/
@media only screen and (max-width:850px){

    

    
  
/* --------- SECTION --------- */

#srv .srv {
    padding-bottom: 100px;
}
	
#srv .sec_title {
    padding-bottom: 70px;
}

#srv .srv_title {
    font-size: 20px;
}
    
#srv .srv_col {
    display: block;
    width: 100%;
    padding-bottom: 50px;
}
	
#srv .srv_col_image {
    margin: 0 auto;
    padding-bottom: 40px;
}
	
	
#srv .srv_image {
    width: 100%;
}
	
#srv .srv_doc {
    width: 100%;
}
	
	
/* --------- SERVICE 3 COL --------- */

#srv .srv_3_col {
    display: block;
    margin-bottom: 120px;
}

#srv .srv_3_col li {
    width: 100%;
    margin-bottom: 30px;
}
	
	
	
/* --------- HELM --------- */

#srv .helm{
	
}

#srv .helm_in {
    display: block;
}

#srv .helm_in .srv_col_image {
    max-width: 190px;
}
	

	
	

}




