
/* 공통 */
.con_wrap { width:1300px; margin:0 auto; text-align: center; }
.s_tit { position:relative; line-height: 1; font-size: 42px; font-weight: 600; margin-bottom: 50px; }
.s_tit:before { content:""; display: block; width:30px; height:3px; background:#ae003a; margin:0 auto 20px; }
.s_tit.eng { font-size: 48px; font-family: 'Poppins', sans-serif; }
.s_tit.eng:before { margin:0 0 20px; }
.se_con { padding:80px 0 100px; }

.bar_tit { padding-left: 18px; position:relative; font-size:25px; font-weight: bold; color:#333; text-align: left;
    margin-bottom: 25px; }
.bar_tit:before { content:""; position:absolute; left:0; top:2px; width:3px; height:24px; background: #ae003a; }
.bar_tit span { font-weight: 300; }

.list_type1 { border:1px solid #ddd; padding:50px; text-align: left; }
.list_type1 li { display: flex; margin-bottom: 18px; }
.list_type1 li:last-child { margin-bottom: 0; }
.list_type1 h2 { font-size:16px; font-weight: bold; width:25px; height: 25px; line-height: 25px; background:#000; color:#fff; text-align: center; font-family: 'Poppins', sans-serif; position:relative; top:2px; }
.list_type1 p { font-size:16px; font-weight: 300; word-break: keep-all; margin-left: 20px; line-height: 28px; }

.list_type2 { display: flex; }
.list_type2 li { flex:1; padding:45px; margin-right: 28px; text-align: center; border:1px solid #ddd; background:#fff; }
.list_type2 li:last-child { margin-right: 0 !important; }
.list_type2 h2 { font-size:16px; width:100%; line-height: 35px; background:#000; color:#fff; text-align: center; border-radius: 17.5px;  margin:0 auto; }
.list_type2 h2 span { position:relative; }
.list_type2 h2 span:before { content:""; display: inline-block; width:1px; height: 15px; background:#fff; margin:0 15px; position:relative; top:1px; }
.list_type2 p { margin-top: 30px; font-size:16px; line-height: 29px; text-align: center; word-break: keep-all; }
.list_type2 .ico { display: block; margin:20px auto; }

.table_type1 { border-collapse: collapse; width:100%; border:1px solid #ddd; background:#fff; }
.table_type1 caption { display: none; }
.table_type1 thead th { background:#000; font-size:18px; color:#fff; border-top: 0; font-weight: normal; line-height: 60px; }
.table_type1 thead th ~ th { border-left: 1px solid rgba(255,255,255,.27); }
.table_type1 tbody tr { border-top: 1px solid #ddd; }
.table_type1 tbody tr.bg_g { background:#f9f9f9; }
.table_type1 tbody th { font-size:18px; color:#333; font-weight: 500; line-height: 29px; }
.table_type1 tbody th b { display: inline-block; width:30px; height: 25px; background:#000; color:#fff; line-height: 25px; text-align: center; margin-right: 18px; font-size:16px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.table_type1 tbody td { border-left: 1px solid #ddd; font-size:16px; color:#333; font-weight: 300; padding:20px 0; }

#bu2 { position:relative; overflow: hidden; line-height: 1; padding:30px 0 150px; }
/* #bu2 > div:nth-of-type(even) { background:#f7f7f7; } */

/* contents */
#bu2 .s_tit { padding-top: 30px; }
.bu2_con { padding-top: 50px; border-top: 1px solid #ddd; }
.bu2_con ul { display: flex; flex-wrap: wrap; }
.bu2_con ul li { margin-right: 27px; width: 304px; }
.bu2_con ul li:nth-child(4n) {margin-right: 0;}
.bu2_con ul li:nth-child(n+5) {margin-top: 50px;}
.bu2_con ul li .img { margin-bottom: 20px; background: #fff; height: 430px; }
.bu2_con ul li .img a { display: block; width:100%; height: 100%; position:relative; border:2px solid #858585; }
/* .bu2_con ul li .img a:after { content:""; position:absolute; left:0; top:0; right:0; bottom:0; border: 3px solid #ae003a;
transition: all .3s; opacity: 0; } */
.bu2_con ul li .img img { width: 100%; height: 100%; }

.bu2_con ul li h3 { font-size: 14px; font-weight: 300; color:#333; padding-left: 12px; position: relative;
     word-break: keep-all; text-align: left; }
.bu2_con ul li h3::before {display: block; content: "";  width: 3px; height: 3px; background: #ae003a;
position: absolute; top:50%; transform: translateY(-50%); left: 0; }

/* .bu2_con ul li:hover .img a:after { opacity: 1; } */
