@charset "utf-8";

#content {padding:20px 10px 50px;}

#content .titleBox {display: flex; justify-content: space-between; border-bottom:10px solid #d7743b;}
#content .titleBox p:first-child {padding-top:20px; padding-right:20px; width:65%; font-size:0.9rem; line-height: 26px;}
#content .titleBox p:last-child {width:35%; text-align: center;}
#content .titleBox p img {width:100%; max-width:190px;}

#content .process {margin-top:50px; padding:20px; background-color: #eee; border-radius: 10px;}
#content .process ul {margin-left:30px;}
#content .process ul li {padding:5px 0;}

#content ul.gubunBox {margin:50px 0; list-style:none; display: flex; justify-content: space-between;}
#content ul.gubunBox li {width:30%;}
#content ul.gubunBox li h3 {margin-bottom:20px; font-size:20px; font-weight: normal; text-align:center;}
#content ul.gubunBox li p {text-align: center;}
#content ul.gubunBox li img {width:80%; max-width: 120px; text-align:center;}
#content ul.gubunBox li p.txt {margin:15px 0; height:40px; text-align:center;}

#content ul.gubunBox li p a {padding:10px; color:#fff; background:#3499a5; border-radius:5px;}
#content ul.gubunBox li p a:hover {background:#3db5c2;}
#content ul.gubunBox li p a i {margin-right:5px; font-size:14px;}
