/* 공통  */
.sub_con {width: 100%; margin:0 auto; padding:0 15px; }
.blue_bg {width: 100%; background-color: #f0f5fc; padding:50px 0;}
.wh_bg {width: 100%; background-color: #fff; padding:50px 0;}
.tab {display: none;}
.tab.active {display: block; }
.bullet_p {font-size:14px; font-weight: 400; color:#333; line-height: 26px; font-family: 'NanumSquare',sans-serif; padding-left: 15px; word-break: keep-all; position: relative;}
.bullet_p::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:8px; }
.w_box {background-color: #fff;  padding:30px 15px; }

/* 타이틀1 */
.s_title {text-align: center; }
.s_title h2 {font-size:14px; font-weight: 600; letter-spacing:2px; color:#306fd9; text-transform: uppercase;font-family: 'Play', sans-serif; }
.s_title h2 b {font-weight: 800; font-family: 'NanumSquare',sans-serif;}
.s_title h1 {margin-top: 15px; font-size:24px; font-weight: 800; color: #000; line-height: 35px; font-family: 'NanumSquare',sans-serif;}
.s_title p {font-size:14px; font-weight: 400; color:#333; line-height: 26px; margin-top:10px; font-family: 'NanumSquare',sans-serif; word-break: keep-all;}
.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: 40px; }
.tab_btn li {width: calc(50% - 5px); margin-right: 10px;}
.tab_btn li:last-child {margin-right: 0; }
.tab_btn li a {display: flex; align-items: center ;justify-content: center; width: 100%; height: 55px;  transition: all .3s ease; background-color: #eff0f2;
font-size:13px; font-weight: 400; color:#000;  cursor: pointer;  padding:0 10px; line-height: 18px; word-break: keep-all;}
.tab_btn li a.active {background-color: #306fd9; color:#fff; }
/* s_list */
.s_list {width: 100%; text-align: left;}
.s_list li {font-size:14px; font-weight:300; color:#333; position: relative; padding-left: 15px; line-height: 24px; margin-bottom: 8px;  word-break: keep-all;}
.s_list li::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:9px; }
.s_list li:last-child {margin-bottom: 0; }
.s_list.flex {display: flex; flex-wrap:wrap;}
.s_list.flex li {width: 100%;}
.s_list.flex li:last-child {margin-bottom: 0;}
/* b_title */
.b_title {font-size:20px; font-weight: 600; color:#000; position: relative; padding-left:15px; font-family: 'NanumSquare',sans-serif; text-align: left; word-break: keep-all;
line-height: 32px;}
.b_title::before {content: ''; display: block; width: 3px; height: 22px; background-color: #306fd9; position: absolute; left:0; top:5px;}
/* color_title */
.color_title {font-size:18px; font-weight: 800; color:#306fd9;  font-family: 'NanumSquare',sans-serif; line-height: 30px; word-break: keep-all;}

/* table */
.s_table table {border-collapse: collapse; width: 100%; border-top: 2px solid #306fd9; }
.s_table table thead th {padding:12px 10px; font-size:15px; 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:14px; font-weight: 600; color:#333; border:1px solid #d9dde8; padding:12px 15px; text-align: center; background-color: #f7faff;
font-family: 'NanumSquare',sans-serif;}
.s_table table tbody td {font-size:13px; font-weight: 300; color:#666; border:1px solid #d9dde8; padding:12px 15px; text-align: center;  background-color: #fff; line-height: 25px;}
.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;}

/* res_table  */
.res_table {width: 100%; overflow-x: auto;}
.res_table table { width:100%;max-width: 768px; white-space: nowrap; min-width: 100%;}
.res_table_icon {text-align: right;}
.res_table_icon i {font-size:30px; color:#333;}


/* 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*/
#card1 {padding:40px 0 0; text-align: center; }
/* #card1 .b_title {font-size:32px;}
#card1 .b_title::before {height: 30px} */

/* tab1 - sec1 */
#ca1_t1_sec1 {padding-bottom:  50px; }
#ca1_t1_sec1 .img {margin-top:40px; }
#ca1_t1_sec1 .img img {max-width: 100%; }

/* tab1 - sec2*/
#ca1_tab1 .b_title {margin-bottom:30px ;}
#ca1_t1_sec2 .sub_con > div {margin-top:50px;}
#ca1_t1_sec2 .sub_con > div.s2_box1 {margin-top:0; }
/* tab1 - sec2 - box1 */
#ca1_tab1 .s2_box1 .w_box {display: flex; text-align: left ; flex-direction: column; }
#ca1_tab1 .s2_box1 .w_box .color_title {margin-bottom: 15px; }
#ca1_tab1 .s2_box1 .w_box > div {width: 100%;}
#ca1_tab1 .s2_box1 .w_box .left {padding-bottom: 40px;}
#ca1_tab1 .s2_box1 .w_box .right {padding-top: 40px; border-top:1px solid #ddd; }
#ca1_tab1 .s2_box1 .w_box .left .img_list {display: flex; margin-top:30px;}
#ca1_tab1 .s2_box1 .w_box .left .img_list li {width: calc(50% - 5px); text-align: center; margin-right: 10px;}
#ca1_tab1 .s2_box1 .w_box .left .img_list li:last-child {margin-right: 0; }
#ca1_tab1 .s2_box1 .w_box .left .img_list li .img {border:1px solid rgba(204, 204, 204, 0.43); overflow: hidden;}
#ca1_tab1 .s2_box1 .w_box .left .img_list li .img img {max-width: 100%; }
#ca1_tab1 .s2_box1 .w_box .left .img_list li p {font-size: 15px; font-weight: 400; color:#000; letter-spacing: -.2px; margin-top:15px; font-family: 'NanumSquare',sans-serif;}
#ca1_tab1 .s2_box1 .w_box .right p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; line-height: 28px; margin-bottom: 30px;
font-family: 'NanumSquare',sans-serif;}
#ca1_tab1 .s2_box1 .w_box .right .img img {max-width: 100%; }
/* tab1 - sec2 - box2 */
#ca1_tab1 .s2_box2 {text-align: left; }
#ca1_tab1 .s2_box2 .s2_b1_con {margin-bottom: 50px;}
#ca1_tab1 .s2_box2 .s2_b1_con:last-child {margin-bottom: 0; }
#ca1_tab1 .s2_box2 .s2_b1_con .img { margin-bottom: 25px;}
#ca1_tab1 .s2_box2 .s2_b1_con .img li {width: 100%; overflow: hidden; margin-bottom: 15px;}
#ca1_tab1 .s2_box2 .s2_b1_con .img li:last-child {margin-bottom: 0; }
#ca1_tab1 .s2_box2 .s2_b1_con .img img {max-width: 100%;}
#ca1_tab1 .s2_box2 .s2_b1_con p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; line-height: 28px;  margin-top:10px;
font-family: 'NanumSquare',sans-serif;}
/* tab1 - sec2 - box3 */
#ca1_tab1 .s2_box3 {text-align: left; }
#ca1_tab1 .s2_box3 .img { overflow: hidden; }
#ca1_tab1 .s2_box3 .img img {max-width: 100%; }
#ca1_tab1 .s2_box3 .list {width: 100%;}
#ca1_tab1 .s2_box3 .list li {padding:26px 0 22px; border-bottom: 1px solid #bcd1f2; }
#ca1_tab1 .s2_box3 .list li:first-child {padding-top:0; margin-top:30px;}
#ca1_tab1 .s2_box3 .list li .color_title {padding-left:15px; position: relative; }
#ca1_tab1 .s2_box3 .list li .color_title::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:9px;}
#ca1_tab1 .s2_box3 .list li p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; line-height: 24px; margin-top:5px; padding-left:15px;
font-family: 'NanumSquare',sans-serif; word-break: keep-all;}


/* tab2 */
/* tab2 - sec1 */
#ca1_t2_sec1 {padding-bottom: 50px; }
#ca1_t2_sec1 .img {margin-top:40px; }
#ca1_t2_sec1 .img img {max-width: 100%; }

/* tab2 - sec2*/
#ca1_tab2 .b_title {margin-bottom: 20px ;}
#ca1_t2_sec2 .sub_con > div {margin-top:50px;}
#ca1_t2_sec2 .sub_con > div.s2_box1 {margin-top:0; }
/* tab2 - sec2 - box1 */
#ca1_tab2 .s2_box1 .w_box {display: flex; text-align: left ; flex-direction: column; }
#ca1_tab2 .s2_box1 .w_box .color_title {margin-bottom: 15px; }
#ca1_tab2 .s2_box1 .w_box > div {width:100%;}
#ca1_tab2 .s2_box1 .w_box .left {padding-bottom: 40px;}
#ca1_tab2 .s2_box1 .w_box .right {padding-top: 40px; border-top:1px solid #ddd; }
#ca1_tab2 .s2_box1 .w_box .right .img img {width: 100%; }
#ca1_tab2 .s2_box1 .w_box .left .img_list {display: flex; margin-top:30px;}
#ca1_tab2 .s2_box1 .w_box .left .img_list li {width: calc(50% - 5px); text-align: center; margin-right: 10px;}
#ca1_tab2 .s2_box1 .w_box .left .img_list li:last-child {margin-right: 0; }
#ca1_tab2 .s2_box1 .w_box .left .img_list li .img {border:1px solid rgba(204, 204, 204, 0.43); overflow: hidden;}
#ca1_tab2 .s2_box1 .w_box .left .img_list li .img img {width: 100%; }
#ca1_tab2 .s2_box1 .w_box .left .img_list li p {font-size: 14px; font-weight: 400; color:#000; letter-spacing: -.2px; margin-top:15px; font-family: 'NanumSquare',sans-serif;
line-height: 24px ; word-break: keep-all;}
#ca1_tab2 .s2_box1 .w_box .right p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; line-height: 24px; margin-bottom: 30px; word-break: keep-all;
font-family: 'NanumSquare',sans-serif;}
/* tab2 - sec2 - box2 */
#ca1_tab2 .s2_box2 {text-align: left; }
#ca1_tab2 .s2_box2 .s2_b1_con {margin-bottom: 50px;}
#ca1_tab2 .s2_box2 .s2_b1_con:last-child {margin-bottom: 0; }
#ca1_tab2 .s2_box2 .s2_b1_con .img {display: flex; flex-direction: column; margin-bottom:20px;}
#ca1_tab2 .s2_box2 .s2_b1_con .img li {width: 100%; overflow: hidden; margin-bottom: 15px;}
#ca1_tab2 .s2_box2 .s2_b1_con .img li:last-child {margin-bottom: 0; }
#ca1_tab2 .s2_box2 .s2_b1_con .img li img {width: 100%; }
#ca1_tab2 .s2_box2 .s2_b1_con p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; font-family: 'NanumSquare',sans-serif; margin-top:8px; line-height: 24px ;
word-break: keep-all;}
/* tab2 - sec2 - box3 */
#ca1_tab2 .s2_box3 {text-align: left; }
#ca1_tab2 .s2_box3 .img {overflow: hidden; }
#ca1_tab2 .s2_box3 .img img {max-width: 100%; }
#ca1_tab2 .s2_box3 .list {width: 100%;}
#ca1_tab2 .s2_box3 .list li {padding:26px 0 22px; border-bottom: 1px solid #bcd1f2; }
#ca1_tab2 .s2_box3 .list li:first-child {padding-top:0; margin-top:30px;}
#ca1_tab2 .s2_box3 .list li .color_title {padding-left:15px; position: relative; }
#ca1_tab2 .s2_box3 .list li .color_title::before {content: ''; display: block; width: 5px; height: 5px; background-color: #306fd9; position: absolute; left:0; top:10px;}
#ca1_tab2 .s2_box3 .list li p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; line-height: 24px; margin-top:5px; padding-left:15px;
font-family: 'NanumSquare',sans-serif; word-break: keep-all;}













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

}

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

}

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

}

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

}
