/* 공통 */
.con_bg {width: 100%; background: url('../img/dot_bg.jpg'); padding: 80px 0;}

.sub_con {width: 1300px; margin:0 auto; position: relative;}
.sub_title {text-align: center;}
.sub_title h2 {    font-size: 14px; font-weight: 400; color: #0867ae; letter-spacing: 7px; font-family: 'Montserrat'; margin-bottom: 15px; text-transform: uppercase;}
.sub_title h1 {    font-size: 35px; font-weight: 400; color: #333; font-family: 'NanumSquare',sans-serif; line-height: 55px;}
.sub_title h1 b {font-weight: 800;}
.apos_head {display: inline-block; position: relative; text-align: center; }
.apos_head h1 {font-size:30px; font-weight: 400; color:#333; font-family: 'NanumSquare',sans-serif;}
.apos_head h1 span {font-weight: 800; color:#0867ae;}
.apos_head > img {position: absolute; top:-20px;}
.apos_head > img.apos1 {left:-75px;}
.apos_head > img.apos2 {right:-75px;}
.sub_p {font-size:15px; font-weight: 300; color:#666; letter-spacing: -.5px; line-height: 30px; word-break: keep-all;}
.sub_list {text-align: left;}
.sub_list li {font-size:14px; font-weight: 300; color:#666; letter-spacing: -.5px; margin-bottom: 10px; display: flex; align-items: flex-start;}
.sub_list li:last-child {margin-bottom: 0;}
.sub_list li::before {content: ''; display: block; width: 3px; height: 3px; background: #0867ae; margin-right: 8px; position: relative; top:9px;}

.bullet_title {position: relative; padding-left:28px;    font-size: 24px; font-weight: 600; color: #333; font-family: 'NanumSquare',sans-serif; margin-bottom: 25px;}
.bullet_title::before {content: ''; display: block; width: 9px; height: 9px; transform: rotate(45deg ); position: absolute; left:0; top:8px; background: #0867ae;}
.sub_table {width: 100%;font-family: 'Noto Sans KR', sans-serif; border-collapse: collapse; text-align: center;}
.sub_table th, .sub_table td {padding: 15px; word-break: keep-all;}
.sub_table thead th {color:#fff; border: 1px solid rgba(255,255,255,0.2); font-size: 14px; font-weight: 400; line-height: 26px; letter-spacing: -.5px; background: #333;}
.sub_table tbody td {padding: 10px 15px; word-break: keep-all; background: #fff; border:1px solid #eee; font-size:14px; font-weight: 300; color:#666; letter-spacing: -.5px ;
word-break: keep-all;}
.sub_table tbody tr td:first-child {font-size:24px; background: #fbfbfb; color:#000; }
.sub_table tbody td a {transition: all .3s ease; opacity: 1;}
.sub_table tbody td a:hover {opacity: .4;}

/*Content CSS*/
/* sec1 */
.sk_s1 .sub_p, .sk_s2 .sub_p {margin-top:20px;}
.sk_s1 {padding-bottom: 20px;}
.s1_box2, .s1_box3, .s1_box4 {padding:60px 0 ;border-bottom: 1px solid #eee;}
.s1_box4 {border-bottom: 0;}

/* sec2 */
.sk_s2 {padding-bottom: 120px;}
.sk_s2 ul {display: flex; justify-content: space-between;;  margin-top:60px;}
.sk_s2 ul li {width: 305px;  background: #fff; border:1px solid #ddd; transition: all .3s ease;}
.sk_s2 ul li a img {width: 100%;}
.sk_s2 ul li a {width: 100%; position: relative; display: block;}
.sk_s2 ul li a .hv_plus {position: absolute; width: 100%; height: 100%; display: flex ;align-items: center; justify-content: center; background: rgba(37,113,145,.9); opacity: 0; transition: all .3s ease; left:0; top:0;}
.sk_s2 ul li a .hv_plus i {font-size:90px; color:#fff; }
.sk_s2 ul li a:hover .hv_plus {opacity: 1;}



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

}

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

}

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

}

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

}
