/* 공통  */
.sub_con {width: 1300px; margin:0 auto; }
.blue_bg {width: 100%; background-color: #f0f5fc; padding:100px 0;}
.wh_bg {width: 100%; background-color: #fff; padding:100px 0;}
.tab {display: none;}
.tab.active {display: block; }

.s_title {text-align: center; }
.s_title h2 {font-size:23px; font-weight: 600; letter-spacing: 4.6px; color:#306fd9; text-transform: uppercase; font-family: 'Play', sans-serif;}
.s_title h1 {margin-top: 25px; font-size: 50px; font-weight: 800; color: #000; line-height: 50px; font-family: 'NanumSquare',sans-serif;}
.s_title p {font-size:18px; font-weight: 400; color:#333; line-height: 36px; margin-top:40px; font-family: 'NanumSquare',sans-serif;}
.s_title p span {color:#306fd9; font-weight: 600; }
/* 탭버튼 */
.tab_btn {display: flex; justify-content: center; margin-bottom: 90px; }
.tab_btn li {width: 310px; margin-right: 20px;}
.tab_btn li:last-child {margin-right: 0; }
.tab_btn li a {display: flex; align-items: center ;justify-content: center; width: 100%; height: 75px;  transition: all .3s ease; background-color: #eff0f2;
font-size:22px; font-weight: 700; color:#000; font-family: 'NanumSquare',sans-serif; cursor: pointer;  border-radius: 5px;}
.tab_btn li a:hover {background-color: #e3e8f2; }
.tab_btn li a.active {background-color: #306fd9; color:#fff; }
.tab_btn li a.active:hover {background-color: #306fd9;}
/* s_list */
.s_list {width: 100%; text-align: left;}
.s_list li {font-size:17px; font-weight: 400; color:#333; position: relative; padding-left: 18px; line-height: 28px; margin-bottom: 15px;  word-break: keep-all;
font-family: 'NanumSquare',sans-serif;}
.s_list li::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:10px; }
.s_list li:last-child {margin-bottom: 0; }
/* b_title */
.b_title {font-size:28px; font-weight: 600; color:#000; position: relative; padding-left:20px; font-family: 'NanumSquare',sans-serif; text-align: left;}
.b_title::before {content: ''; display: block; width: 4px; height: 28px; background-color: #306fd9; position: absolute; left:0; top:2px;}
/* table */
.s_table table {border-collapse: collapse; width: 100%; border-top: 3px solid #306fd9; }
.s_table table thead th {padding:18px 15px; font-size:18px; font-weight: 600; color:#fff; background-color: #333; border:1px solid rgba(255,255,255,.2);
font-family: 'NanumSquare',sans-serif;}
.s_table table tbody th {font-size:17px; font-weight: 600; color:#333; border:1px solid #d9dde8; padding:12px 20px; text-align: center; background-color: #f7faff;
font-family: 'NanumSquare',sans-serif; line-height: 28px;}
.s_table table tbody td {font-size:16px; font-weight: 300; color:#666; border:1px solid #d9dde8; padding:12px 30px; text-align: center;  background-color: #fff; line-height: 28px;}
.s_table table tbody tr td:last-child {text-align: left; }
.s_table table tbody td span {color:#ccc;}
.s_table table tbody th.black {background-color: #333; border-color: rgba(255,255,255,.2); color:#fff;}

/*Content CSS*/
#pos1 {padding:90px 0 0; text-align: center; }

/* section1 */
#pos1_sec1 .flex {display: flex; align-items: center; justify-content: space-between; margin-top:50px; padding-bottom: 110px;}
#pos1_sec1 .flex .right {text-align: left; display: flex; flex-wrap:wrap; max-width: 700px;}
#pos1_sec1 .flex .right li {display: flex; align-items: center; width: 50%;}
#pos1_sec1 .flex .right li:nth-child(n+3) {margin-top:40px;}
#pos1_sec1 .flex .right li p {font-size:17px; font-weight: 600; color:#333; font-family: 'NanumSquare',sans-serif; line-height: 30px;}
#pos1_sec1 .flex .right li .img {width: 70px ;height: 70px;  border-radius: 50%; margin-right:20px;}
#pos1_sec1 .flex .right li h1 {    background-color: #306fd9; font-size: 17px; font-weight: 600; color: #fff; font-family: 'NanumSquare',sans-serif; padding: 0 20px;
border-radius: 30px; height: 50px; line-height: 50px;}
#pos1_sec1 .flex .right li h1 i {margin-left:5px;font-size:19px; position: relative; top:1px;}
#pos1_sec1 .flex .right li h2 {    font-size: 28px; color: #000; font-family: 'NanumSquare',sans-serif; font-weight: 800; margin-left: 15px;}

/* section2 */
.s2_box1 > .img {width: 100%; padding:40px 0; border-radius: 5px; overflow: hidden; box-shadow: 1.5px 1.4px 27px 0 rgb(48 111 217 / 16%); background-color: #fff;}
.s2_box1 h1 {font-size:32px; font-weight: 600; color:#000;  font-family: 'NanumSquare',sans-serif; margin:60px 0 ;  display: inline-block;}
.s2_box1 h1 span {color:#306fd9; }
.s2_box1 h1 b {font-size:38px; font-weight: 800; position: relative;  z-index: 1;}
.s2_box1 h1 b::before {content: ''; display: block; height: 20px; width: calc(100% + 5px);position: absolute; z-index: -1; left: -5px; bottom: -1px; background-color: #d8e7ff; }
.s2_box1 .list {display: flex; justify-content: space-between; }
.s2_box1 .list li {width: 310px; }
.s2_box1 .list li .img {background: #333;}
.s2_box1 .list li p {font-size:17px; font-weight: 600; color:#333; line-height: 28px; font-family: 'NanumSquare',sans-serif; margin-top:20px; }
.s2_box1 .list li .flex {display: flex;}
.s2_box1 .list li .flex > p {width: 50%;}

.s2_box2 {margin-top:100px;}
.s2_box2 .b_title {margin-bottom: 30px;}


















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

}

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

}

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

}

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

}
