/* 공통  */
.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; }
.bullet_p {font-size:17px; font-weight: 400; color:#333; line-height: 28px; font-family: 'NanumSquare',sans-serif; padding-left: 18px; word-break: keep-all; position: relative;}
.bullet_p::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:10px; }
.w_box {padding:70px 60px ;background-color: #fff;   border-radius: 5px; box-shadow: 1.5px 1.4px 27px 0 rgba(48, 111, 217, 0.16);}

/* 타이틀1 */
.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', 'NanumSquare';}
.s_title h2 b {font-weight: 800; font-family: 'NanumSquare',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; }
/* 타이틀2 */
.s_title2 {text-align: center; }
.s_title2 h1 {font-size:32px; font-weight: 700; color:#000; font-family: 'NanumSquare',sans-serif; }
.s_title2 h1 span {color:#306fd9;  position: relative; z-index: 1;}
.s_title2 h1 span::before {content: ''; position: absolute; z-index: -1; width: calc(100% + 10px); left:-5px; bottom: -5px; height: 20px; background-color: #e7f0ff; }
.s_title2 h1 span.color2::before {background-color: #d8e7ff; }
.s_title2 p {margin-top:25px; font-size:18px; font-weight: 400; color:#333; font-family: 'NanumSquare',sans-serif;  line-height: 30px;}

/* 탭버튼 */
.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; }
.s_list.flex {display: flex; flex-wrap:wrap;}
.s_list.flex li {width: 50%;}
.s_list.flex li:nth-last-child(-n+2) {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:9px;}
/* color_title */
.color_title {font-size:24px; font-weight: 800; color:#306fd9;  font-family: 'NanumSquare',sans-serif; }

/* 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:16px; font-weight: 400; color:#000; border:1px solid #d9dde8; padding:15px 20px; text-align: center; background-color: #f7faff;}
.s_table table tbody td {font-size:15px; font-weight: 300; color:#000; border:1px solid #d9dde8; padding:15px 20px; text-align: center;  background-color: #fff; line-height: 26px;}
.s_table table tbody td span {color:#306fd9;}
.s_table table tbody th.black {background-color: #333; border-color: rgba(255,255,255,.2); color:#fff;}
.s_table table tbody tr.underline th {background-color: #abc5f1;  border:2px solid #306fd9;border-right: 0;}
.s_table table tbody tr.underline td {border:2px solid #306fd9;border-left: 0;}

/* comment_box */
.comment_box {border:1px solid rgba(48, 111, 217, 0.35); background-color: #e2ebf9; padding:30px; text-align: center;}
.comment_box h1 {font-size:18px; font-weight: 400; color:#333; line-height: 30px;  font-family: 'NanumSquare',sans-serif; }
.comment_box h1 span {color:#306fd9; }

/* num_list */
.num_list {width: 100%;}
.num_list li {display: flex; align-items: center; margin-bottom: 20px;}
.num_list li:last-child {margin-bottom: 0; }
.num_list li .num {display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background-color: #306fd9; border-radius: 50%; font-size:17px;
font-weight: 800; color:#fff; font-family: 'NanumSquare',sans-serif; margin-right: 15px; }
.num_list li h2 {font-size:17px; font-weight: 400; color:#000; font-family: 'NanumSquare',sans-serif;}
.num_list li h2 span {position: relative; z-index: 1;}
.num_list li h2 span::before {content: ''; position: absolute; z-index: -1; width: calc(100% + 10px); left:-5px; bottom: -6px; height:18px; background-color: #d8e7ff; }


/*Content CSS*/
#pos2 {padding:90px 0 0; text-align: center; }
#pos2 .b_title {font-size:32px; margin-bottom: 40px; }
#pos2 .b_title::before {height: 30px}

/* sec1 */
#pos2_sec1 {padding-bottom:  100px; }
#pos2_sec1 .img {margin-top:60px; }

/* sec2 */
#pos2_sec2 .w_box {text-align: left; }
/* sec2 - box1 */
.s2_box1 .color_title {margin-bottom: 20px; }
.s2_box1 .w_box {display: flex; }
.s2_box1 .w_box > div {width: 50%; }
.s2_box1 .w_box .left {padding-right: 60px;}
.s2_box1 .w_box .right {padding-left: 60px; border-left:1px solid #ddd;}
.s2_box1 .w_box .img {text-align: center; margin-top:55px; }

/* sec2 - box2 */
.s2_box2 {margin-top:100px; }
#pos2_sec2 .s2_box2 .w_box {padding:60px 0; text-align: center; }
.s2_box2 .txt {margin-top:65px; text-align: left; }
.s2_box2 .txt .color_title {padding-left:20px; position: relative; }
.s2_box2 .txt .color_title::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:15px;}
.s2_box2 .txt p {font-size:17px; font-weight: 400; color:#000; letter-spacing: -.2px; line-height: 40px; margin-top:10px; padding-left:20px;
font-family: 'NanumSquare',sans-serif;}














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

}

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

}

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

}

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

}
