/* 공통 */
.sub_con {width: 1340px; margin:0 auto; min-width: 1340px;}
.sub_table {border-collapse: collapse; width: 100%; border-top:3px solid #675846;}
.sub_table th {width: 200px; background: #f7f7f7; text-align: center;font-size:18px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif;
border-bottom: 1px solid #eee; padding:30px 0; line-height: 30px;}
.sub_table td {background: #fff; border-bottom: 1px solid #eee; padding:30px 60px; font-size:16px; font-weight: 300; color:#666; line-height: 30px; }
.sub_table td span {color:#bf6a04;}
.sub_table td ul li {padding-left:15px; position: relative; }
.sub_table td ul li::before {content: ''; display: block; width:5px; height: 5px; background: #675846; position: absolute; left:0; top:12px; }
.sub_table td ul li b {font-weight: 500;}
.sub_title {font-size:30px; font-weight: 700; color:#333;  font-family: 'NanumSquare',sans-serif; display: flex; align-items: flex-start;}
.sub_title::before {content: ''; display: block; width: 18px; height: 18px; background: #fff; border:4px solid #5a4e40; margin-right: 15px; border-radius: 50%; position: relative;
top:14px;}
.sub_p {font-size:16px; font-weight: 300; color:#666; letter-spacing: -.5px;}
/* sub_title2 */
.sub_title2 {font-size:22px; font-weight: 700; color:#333;  font-family: 'NanumSquare',sans-serif;}
/* .sub_title2::before { content: ''; display: block; width: 35px; height: 2px; background: #a59684; margin: 0 0 20px } */
/* bullet_list */
.bullet_list {width: 100%;}
.bullet_list li {padding-left:15px; position: relative; font-size:16px; font-weight: 300; color:#666; line-height: 30px; margin-bottom: 10px;}
.bullet_list li:last-child {margin-bottom: 0;}
.bullet_list li::before {content: ''; display: block; width:5px; height: 5px; background: #675846; position: absolute; left:0; top:12px;}
.bullet_list li span {color:#bf6a04; font-weight: 400;}


/*Content CSS*/
#business4 {padding:60px 0 150px; }
#business4 > .section {margin-bottom: 70px; padding-bottom: 70px; border-bottom: 1px solid #eee; }
#business4 > .section:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: 0;  }
#business4 .sub_table th {width: 240px;}
#business4  h1 {font-size:26px; font-weight: 600; color:#333; line-height:50px; font-family: 'NanumSquare',sans-serif; text-align: center; margin-top:60px;}

/* sec1 */
#b4_sec1 .sub_table {margin-top:50px; }

/* sec2 */
#b4_sec2 .sub_title {margin-bottom: 40px;}
#b4_sec2 .article_wr > .article {margin-bottom:60px;}
#b4_sec2 .article_wr > .article:last-child {margin-bottom: 0;}
#b4_sec2 .sub_table {margin-top:30px; }
#b4_sec2 .sub_table td {padding:20px 30px;}
#b4_sec2 .sub_table td i {margin-right: 12px; font-size:25px; position: relative; top:4px;}
#b4_sec2 .sub_table tr:nth-child(even) td {background-color: #f7f7f7;}
#b4_sec2 .bullet_list {margin-top:30px; }

/* sec3*/
#b4_sec3 .list {display: flex; text-align: center; margin-top:60px; padding:0 20px;}
#b4_sec3 .list li {position: relative; margin-right: 160px;}
#b4_sec3 .list li .arrow {position: absolute; right: -95px; top:72px;}
#b4_sec3 .list li:last-child {margin-right: 0; }
#b4_sec3 .list li .icon {display: flex; align-items: center; justify-content: center ; width: 200px; height: 200px; border-radius: 50%; background-color: #fff;
box-shadow: 0 0 8px 0 rgba(103, 88, 70, 0.15);}
#b4_sec3 .list li h2 {    font-size: 20px; font-weight: 700; color: #333; font-family: 'NanumSquare',sans-serif; margin-top: 40px;}
#b4_sec3 .list li p {    font-size: 16px; font-weight: 300; color: #a19f9b; line-height: 26px; letter-spacing: -.4px; margin-top: 10px;}
#b4_sec3 .list li .icon img {transition: transform 500ms;}
#b4_sec3 .list li:hover .icon img {transform: rotateY(180deg);}


/* b4_sec4 */
#b4_sec4 ul {width: 100%; margin-top:40px;}
#b4_sec4 ul li {padding:20px 10px; border-bottom: 1px solid #eee; display: flex; align-items: flex-start;}
#b4_sec4 ul li:first-child {border-top:3px solid #5a4e40;}
#b4_sec4 ul li:nth-child(even) {background: #f7f7f7;}
#b4_sec4 ul li > b {font-size: 18px; font-weight: 800; width: 40px; height: 40px; line-height: 40px; background: #cbc8c1; text-align: center; color:#fff; margin-right: 20px;
font-family: 'NanumSquare',sans-serif;  border-radius: 50%;}
#b4_sec4 ul li:nth-child(even) b { background: #675846;}
#b4_sec4 ul li p {font-size:16px; font-weight: 300; color:#666; letter-spacing: -.5px; line-height: 30px;position: relative; top:3px;}
#b4_sec4 ul li p > span {color:#999; font-size:15px;}
#b4_sec4 ul li p .red {color:red;}
#b4_sec4 ul li p b{ font-weight: 500; color:#bf6a04; }
#b4_sec4 h2 {font-size:16px; font-weight: 400; color:#666; margin-top:20px;  color:#bf6a04;}







@media screen and (max-width:1340px) {

}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:640px) {

}

@media screen and (max-width:480px) {


}

@media screen and (max-width:320px) {
}
