/* 공통  */
.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*/
#card2 {padding:40px 0 0; text-align: center; }

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

/* tab1 - sec2 */
#ca2_t1_sec2 {text-align: left; }
#ca2_t1_sec2 .b_title {margin-bottom: 15px;}
#ca2_t1_sec2 .color_title {font-size:16px; font-weight: 600; line-height: 28px;}
/* tab1 - sec2 - box1 */
#ca2_tab1 .s2_box1 .w_box {display: flex; flex-direction: column; }
#ca2_tab1 .s2_box1 .w_box > div {width: 100%;}
#ca2_tab1 .s2_box1 .w_box .left {padding-bottom: 40px;}
#ca2_tab1 .s2_box1 .w_box .right {padding-top: 40px; border-top:1px solid #ddd;}
#ca2_tab1 .s2_box1 .w_box .color_title {margin-bottom:8px;}
#ca2_tab1 .s2_box1 .right .list {display: flex; flex-wrap:wrap; text-align: center; justify-content: space-between;}
#ca2_tab1 .s2_box1 .right .list li {width: calc(50% - 5px); }
#ca2_tab1 .s2_box1 .right .list li:nth-child(n+3) {margin-top:20px; }
#ca2_tab1 .s2_box1 .right .list li .img {width: 100%; border:1px solid rgba(204, 204, 204, 0.43); display: flex; align-items: center ;justify-content: center;}
#ca2_tab1 .s2_box1 .right .list li .img img {width: 100%; }
#ca2_tab1 .s2_box1 .right .list li p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; margin-top:15px; font-family: 'NanumSquare',sans-serif;}

/* tab1 - sec2 - box2 */
#ca2_tab1 .s2_box2 {margin-top:30px; }
#ca2_tab1 .s2_box2 .img{text-align: center ;margin-bottom: 30px; }
#ca2_tab1 .s2_box2 .img img {max-width: 100%; }
#ca2_tab1 .s2_box2 .color_title {margin-bottom: 8px;}

/* tab1 - sec2 - box3 */
#ca2_tab1 .s2_box3 {margin-top:50px; }
#ca2_tab1 .s2_box3 .b_title {margin-bottom: 15px;}
#ca2_tab1 .s2_box3 p {font-size:14px; font-weight: 400; color:#000; line-height: 28px; letter-spacing: -.2px ; font-family: 'NanumSquare',sans-serif; padding-left:15px ;
margin-bottom: 30px; word-break: keep-all; }
#ca2_tab1 .s2_box3 .w_box {padding:20px 15px; text-align: center; }
#ca2_tab1 .s2_box3 .w_box img {max-width: 100%; }

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

/* tab2 - sec2 */
/* tab2 - sec2 - box 1 */
#ca2_t2_sec2 .sub_con > div {margin-top: 50px;}
#ca2_t2_sec2 .b_title {margin-bottom: 20px; }
#ca2_tab2 .sub_con > div.s2_box1 {margin-top:0; }
#ca2_tab2 .s2_box1 .w_box {display: flex; align-items: center; flex-direction: column; }
#ca2_tab2 .s2_box1 .w_box > div {width: 100%;}
#ca2_tab2 .s2_box1 .w_box .left {padding-bottom: 40px;}
#ca2_tab2 .s2_box1 .w_box .right {padding-top: 40px; border-top:1px solid #ddd;}
#ca2_tab2 .s2_box1 .left .logo_list {display: flex; margin-top:30px; }
#ca2_tab2 .s2_box1 .left .logo_list li {margin-right:40px;}
#ca2_tab2 .s2_box1 .left .logo_list li:last-child {margin-right: 0;}
#ca2_tab2 .s2_box1 .left .logo_list li .img {min-height: 78px;  line-height: 78px; }
#ca2_tab2 .s2_box1 .left .logo_list li p {font-size:14px; font-weight: 400; color:#000;  letter-spacing: -.2px; margin-top:15px;  font-family: 'NanumSquare',sans-serif; }
#ca2_tab2 .s2_box1 .right .img_list {display: flex; justify-content: space-between;}
#ca2_tab2 .s2_box1 .right .img_list li {width: calc(50% - 5px); margin-right: 10px; }
#ca2_tab2 .s2_box1 .right .img_list li:last-child {margin-right: 0; }
#ca2_tab2 .s2_box1 .right .img_list li .img {display: flex; align-items: center; justify-content: center; width: 100%; border:1px solid rgba(204, 204, 204, 0.43);}
#ca2_tab2 .s2_box1 .right .img_list li .img img {width: 100%; }
#ca2_tab2 .s2_box1 .right .img_list li p {font-size:14px; font-weight: 400; color:#000; letter-spacing: -.2px; margin-top:15px;  font-family: 'NanumSquare',sans-serif;}
/* tab2 - sec2 - box 2 */
#ca2_tab2 .s2_box2 .w_box {display: flex ;align-items: center; flex-direction: column; }
#ca2_tab2 .s2_box2 .w_box .img {margin-top:30px; }
#ca2_tab2 .s2_box2 .w_box img {max-width: 100%; }

/* tab2 - sec2 - box 3 */
#ca2_tab2 .s2_box3 .w_box {display: flex ;align-items: center; flex-direction: column;}
#ca2_tab2 .s2_box3 .w_box .img {margin-top:30px; }
#ca2_tab2 .s2_box3 .w_box img {max-width: 100%; }







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

}

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

}

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

}

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

}
