﻿/* 기본세팅 */
@charset "UTF-8";
/* @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url("./font.css");
@import url("./materialdesignicons.css");
.notosanskr * { 
    font-family: 'Noto Sans KR', sans-serif;
}
@import url("https://cdn.jsdelivr.net/npm/@mdi/font@7.4.47/css/materialdesignicons.min.css");

/* {margin: 0; padding: 0; letter-spacing: -0.5px;}
p, th, td, input, select, textarea, button, a, h1, h2, h3, li, span, strong, label {font-family: "NotoKrR", sans-serif;}
a {text-decoration: none; color: #000; font-size: 14px;}
h1,h2,h3,h4,h5,h6 {color: #000;}
p,span {color: #000;}
ul,ol,li {list-style: none; display: inline-block;}

table {border-collapse: collapse}
caption{text-indent: -9999px; display: none;}
input,select,button {border: 0; outline: 0; font-size: 14px; background: none;}
button{cursor: pointer;} */
@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cafe24/Cafe24Shiningstar.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
 */
 caption{text-indent: -9999px; display: none;}
 /* button{cursor: pointer;} */
.wrap{width: 860px; height: auto; margin: 20px auto; font-family: "Noto Sans KR", sans-serif;}
.cs_wrap .section {margin: 20px 0 0 0;}
.cs_wrap .top .sub_tit{text-align: center;}
.cs_wrap .top .sub_tit p{font-family: 'Cafe24Shiningstar' !important; font-size: 28px; text-align: center; font-weight: 600;}
.cs_wrap .top .main_tit{text-align: center;}
.cs_wrap .top .main_tit h2{font-size: 34px; color: #5a82ff; text-align: center; display: inline-block; position: relative;}
.top .main_tit h2 span{background-color: #ebeff8; width: 100%; height: 20px; display: inline-block; position: absolute; left: 0; bottom: 0; z-index: -1;}
.cs_wrap .main_cont p{font-size: 18px; text-align: center; line-height: 30px;}
.cs_wrap .main_cont p span{font-size: 20px; line-height: 28px;}
.cs_wrap .main_img{text-align: center;}
/* .cs_wrap .main_img img{width: 100%;} */
.cs_wrap .main_history{position: relative;}
.cs_wrap .main_history .history_line span{position: absolute; width: 100%; height: 2px; background-color: #e0e0e0; top: 10px;}
.main_history .history_line span.line::after{content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 2px solid #e0e0e0; /* 선 두께 */
    border-right: 2px solid #e0e0e0; /* 선 두께 */
    display: inline-block;
    transform: rotate(45deg); /* 각도 */
    position: absolute;
    top: -5px; /* 기본 0px 값으로 해주세요 */
    right: 0px; /* 기본 0px 값으로 해주세요 */}
.cs_wrap .main_history .history_line ul.arrow{width: 100%; position: absolute;}
.cs_wrap .main_history .history_line ul.arrow li{position: relative;}
.main_history .history_line ul.arrow li span{position: absolute; top: 0; width: 18px; height: 18px; background-color: #fff; border: 1px solid #e0e0e0; text-align: center; border-radius: 100%; line-height: 18px; left: 50%; transform: translate(-50%, 0);}
.cs_wrap .main_history .history_line ul.arrow li i{color: #e0e0e0; font-weight: 600; font-size: 18px; line-height: 18px;}
.cs_wrap .main_history .history_line ul.arrow li i::before{margin-top: -3px;}
.cs_wrap .main_history .history_line ul{display: flex; align-items: center; justify-content: space-between; border-radius: 100%;}
.cs_wrap .main_history .history_line ul li{width: calc(100% / 4); text-align: center;}
.cs_wrap .main_history .history_line ul.history_cont{margin: 20px 0 0 0; padding-top: 30px;}
.cs_wrap .main_history .history_line ul.history_cont li .history_month{color: #5a82ff; font-weight: 600; border: 1px solid #e0e0e0; display: inline-block; padding: 3px 10px; border-radius: 20px; margin-bottom: 10px;}
.cs_wrap .main_history .history_line ul.history_cont li .history_detail{border-right: 1px solid #e0e0e0;}
.cs_wrap .main_history .history_line ul.history_cont li:last-child .history_detail{border-right: 0;}

.cs_wrap .survey_btn{display: flex; margin: 20px 0; justify-content: flex-end; align-items: center; position: relative;}
.cs_wrap .survey_btn button{border: 1px solid #5a82ff; padding: 5px 20px; color: #5a82ff; border-radius: 10px; font-weight: 600;}
.cs_wrap .survey_btn span{width: 210px; height: 1px; background-color: #5a82ff; display: inline-block;}
.survey_btn span::after{content: '';
    width: 10px; /* 사이즈 */
    height: 10px; /* 사이즈 */
    border-top: 1px solid #5a82ff; /* 선 두께 */
    display: inline-block;
    transform: rotate(45deg); /* 각도 */
    position: absolute;
    top: 10px; /* 기본 0px 값으로 해주세요 */
    right: 2px; /* 기본 0px 값으로 해주세요 */}

.cs_wrap .section2{background-color: #f4f7fa; box-sizing: border-box; padding: 56px 22px;}

.cs_wrap .section_tit{text-align: center; margin: 0 0 40px 0;}
.cs_wrap .section_tit h2{font-size: 26px; color: #000; text-align: center; display: inline-block; position: relative; z-index: 2;}
.cs_wrap .section_tit h2 span{background-color: #dce5f9; display: inline-block; position: absolute; bottom: 0; right: -5px; z-index: -1;}
.cs_wrap .section2 .section_tit h2 span{width: 130px; height: 20px;}

.cs_wrap .section2 .section_cont{display: flex; justify-content: space-between;}
.cs_wrap .section2 .section_cont h3{text-align: center; color: #5a82ff; margin: 0 0 20px 0; font-size: 18px;}
.cs_wrap .section2 .section_cont .line ul li{width: 80px; height: 1px;}
.cs_wrap .section2 .section_cont .box {padding: 20px 30px; border-radius: 20px; box-sizing: border-box; margin: 0 0 20px 0; font-size: 15px; position: relative;}
.cs_wrap .section2 .section_cont .left .box{background-color: #ecf0f4;}
.cs_wrap .section2 .section_cont .left .box::after{content: ''; width: 70px; border: 1px dashed #ddd; position: absolute; right: -70px;}
.cs_wrap .section2 .section_cont .right .box{background-color: #fff;}
.cs_wrap .section2 .section_cont .right .box span{color: #5a82ff; font-weight: 600;}


.cs_wrap .section3 .section_tit h2 span{width: 154px; height: 20px}
.cs_wrap .section3 .section_cont p {text-align: center;}
.cs_wrap .section3 .section_cont p span{color: #5a82ff; font-weight: 600;}
.cs_wrap .section3 .section_cont .section3_box_wrap{background-color: #f4f7fa; margin: 20px 0 0 0;}
.cs_wrap .section3 .section_cont .section3_box_wrap ul{width: 100%; display: flex; justify-content: space-between; padding: 20px; box-sizing: border-box; border-radius: 10px; flex-wrap: wrap; align-items: center;}
.cs_wrap .section3 .section_cont .section3_box_wrap ul span{font-size: 36px; color: #5a82ff; font-weight: 600;}
.cs_wrap .section3 .section_cont .section3_box_wrap ul li{background-color: #fff; width: calc(100% / 4 - 20px); padding: 15px 10px; box-sizing: border-box; text-align: center; border-radius: 10px;}
.cs_wrap .section3 .section_cont .section3_box_wrap ul li.on{border: 1px solid #5a82ff; font-weight: 600;}
.cs_wrap .section3 .section3_img{text-align: center;}

.cs_wrap .section3 .section3_result_list ul{width: 100%; display: flex; justify-content: space-between; width: 100%;}
.cs_wrap .section3 .section3_result_list ul li{background-color: #5b7ff1; width: calc(100% / 5 - 30px); padding: 10px; border-radius: 10px; text-align: center; color: #fff;}

.cs_wrap .section3 .section_bottom_wrap .section3_arrow{text-align: center; margin: 15px 0;}
.cs_wrap .section3 .section_bottom_wrap .section3_bottom{border: 1px solid #5a82ff; width: 640px; margin: 0 auto; padding: 10px 0; border-radius: 20px;}
.cs_wrap .section3 .section_bottom_wrap .section3_bottom p{font-size: 20px; color: #5a82ff; font-weight: 600;}


.cs_wrap .section4{background-color: #f4f7fa; padding: 20px 10px; box-sizing: border-box; }
.cs_wrap .section4 .detail .section4_tit{text-align: center; margin: 0 0 20px 0;}
.cs_wrap .section4 .detail .section4_tit h2{color: #5a82ff; font-size: 18px;}
.cs_wrap .section4 .detail .section4_list>ul{display: flex; justify-content: space-between;}
.cs_wrap .section4 .detail .section4_list>ul>li{width: calc(100% / 4 - 10px);}
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box_tit{text-align: center; margin: 0 0 10px 0; }
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box_tit h2{font-size: 16px; color: #5a82ff;}
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box{background-color: #fff; border-radius: 20px; margin: 0 0 10px 0; box-sizing: border-box; height: 300px; overflow: hidden;}
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box .section4_img{text-align: center; padding: 10px 5px; height: 140px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box .section4_cont{padding: 15px 10px; box-sizing: border-box; height: 160px;}
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box .section4_img img{ -webkit-box-reflect: below -2.5vw -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25))); padding-bottom: 15px;}
.cs_wrap .section4 .detail .section4_list>ul>li .section4_box .section4_img h2{text-align: center; font-size: 18px; color: #5a82ff; margin-top: -10px;}

.cs_wrap .section4_cont ul{display: flex; flex-direction: column;}
.cs_wrap .section4_cont ul li{font-size: 14px; margin: 0 0 5px 0; display: flex; line-height: 18px;}
.cs_wrap .section4_cont ul li p{display: inline-block; word-break: keep-all;}
.cs_wrap .section4_cont ul li::before{content: '·';}
.cs_wrap .section4 .detail2{margin: 20px 0 0 0;}
.detail2 .section4_cont p{font-size: 14px; box-sizing: border-box; display: flex; letter-spacing: -1.5px;}
.cs_wrap .section4 .detail2 .section4_list>ul>li .section4_box .section4_cont{display: flex; align-items: center; padding: 15px 3px;}

.cs_wrap .section4 .detail2 .section4_list>ul>li .section4_img{background-color: #5b7ff1; display: flex; justify-content: center !important;}
.cs_wrap .section4 .detail2 .section4_list>ul>li .section4_box .section4_img h2{color: #fff; font-size: 16px;}

.cs_wrap .detail2_left{width: 50%; display: flex; flex-direction: column; align-items: center;}
.cs_wrap .detail2_left p{display: inline; padding: 5px 10px; border: 2px solid #5a82ff; text-align: center; color: #5a82ff; font-size: 20px; font-weight: 600; margin: 20px 0 0 0;}
.cs_wrap .detail2_left img{margin: 20px 0;}

.cs_wrap .detail2 .section4_list>ul>li{padding: 10px 5px;}
.cs_wrap .detail2 .section4_list>ul>li:nth-child(1){border: 4px dashed #88abda; border-right: 0; border-radius: 20px; border-top-right-radius: 0; border-bottom-right-radius: 0;}
.cs_wrap .detail2 .section4_list>ul>li:nth-child(2){border: 4px dashed #88abda; border-left: 0; border-radius: 20px; border-top-left-radius: 0; border-bottom-left-radius: 0;}

.cs_wrap .section5{margin: 0;}
.cs_wrap .section5 .section_tbl {width: 100%; padding: 20px; background-color: #ecf0f4; box-sizing: border-box;}
.cs_wrap .section5 .section_tbl table{border-collapse: separate; width: 100%; border-spacing: 5px;}
.cs_wrap .section5 .section_tbl table thead tr th{border: 1px solid #5a82ff; text-align: center; color: #5a82ff; border-radius: 30px; padding: 10px 0;}

.cs_wrap .section5 .section_tbl table tbody tr{margin: 10px 0;}
.cs_wrap .section5 .section_tbl table tbody tr th{background-color: #dce4f4; color: #587ae5; border-radius: 10px; font-size: 18px;}
.cs_wrap .section5 .section_tbl table tbody tr:nth-child(2n) th{background-color: #5b7ff1; color: #fff;}
.cs_wrap .section5 .section_tbl table tbody tr:nth-child(3n) td{background-color: #fff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; margin: 0 0 20px 0;}
.cs_wrap .section5 .section_tbl table tbody tr td{background-color: #fff; font-size: 14px; padding: 10px;}
.cs_wrap .section5 .section_tbl table tbody tr:nth-child(3n+1) td:nth-child(2){background-color: #fff; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.cs_wrap .section5 .section_tbl table tbody tr:nth-child(3n+1) td:last-child{border-radius: 10px; text-align: left;}
.table_cont{margin: 2px 0 5px 10px;}

.cs_wrap .table_caption{text-align: right;}
.cs_wrap .table_caption p{color: #666666; font-size: 14px; margin: 15px 0;}


.bottom{margin: 20px 0 0 0; display: flex; align-items: center;}
.bottom .bottom_tit{background-color: #ecf0f4; width: 200px; border-radius: 30px; padding: 15px 0; border-top-right-radius: 0; margin: 0 10px 0 0;}
.bottom .bottom_tit h2{font-size: 18px; text-align: center; color: #587ae5;}
.bottom .bottom_cont ul li{color: #587ae5;}



/* cx */
.cx_wrap .section_tit{text-align: left; margin: 20px 0 0 0; display: flex; justify-content: space-between; align-items: center; color: #0d2f78; padding-bottom: 10px; border-bottom: 1px solid #0d2f78; margin-bottom: 10px;}
.cx_wrap .section_tit h2{font-size: 20px; color: #0d2f78; text-align: left; display: flex;}
/* .cx_wrap .section_tit h2::before{content: '￭'; font-size: 22px; margin-right: 5px;} */
.cx_wrap .section_tit .section_tit_ex{display: flex;}
.cx_wrap .section_tit .section_tit_ex p{margin-left: 20px;}
.cx_wrap .section_tit .section_tit_ex span{display: inline-block; width: 30px; height: 10px; margin-right: 3px;}
.cx_wrap .section_tit .section_tit_ex p:nth-child(1) span{background-color: #efddfd;}
.cx_wrap .section_tit .section_tit_ex p:nth-child(2) span{background-color: #dbeffa;}

.cx_wrap .top .main_tit{text-align: center;}
.cx_wrap .top .main_tit h2{font-size: 34px; color: #40b0e2; text-align: center; display: inline-block; position: relative;}
.cx_wrap .top .sub_tit p{font-size: 28px; text-align: center; font-weight: 600;}
.cx_wrap .main_img{text-align: center; margin: 20px 0 0 0;}
.cx_wrap .main_img img{width: 100%;}
.cx_wrap .main_cont{margin: 20px 0 0 0;}
.cx_wrap .main_cont p{font-size: 16px; text-align: center; line-height: 20px; margin-bottom: 20px;}
.cx_wrap .main_cont .main_cont1 p span{color: #a452d9; font-weight: 600;}
.cx_wrap .main_cont .main_cont2 p span{color: #3294bf; font-weight: 600;}

.cx_wrap .section2 .section_cont ul li{font-size: 16px;}
.cx_wrap .section_ex p{text-align: left; text-align: 14px; color: #666; margin: 5px 0 0 0;}

/* .cx_wrap .section3 .section_cont{padding: 15px;} */
.cx_wrap .section3 .section_cont .list{display: flex; align-items: center; background-color: #fff; margin-bottom: 10px; padding: 10px 0px; box-sizing: border-box;}
/* .cx_wrap .section3 .section_cont p{margin-bottom: 20px; font-size: 16px;} */
.cx_wrap .section3 .section_cont p {font-size: 15px; display: flex; align-items: center; border-radius: 10px; word-break: keep-all;}
.cx_wrap .section3 .section_cont p i{margin-right: 5px;}
.cx_wrap .section3 .section_cont p:first-child{width: 280px; padding: 10px; border: 1px solid #ddd;}
.cx_wrap .section3 .section_cont span {font-size: 24px; font-weight: 600; margin: 0 10px; color: #0d2f78;}
/* .cx_wrap .section3 .section_cont .list p:last-child:before{content: '▶'; padding-right: 5px; font-size: 12px;} */
.cx_wrap .section3 .section_cont .list p:last-child{background-color: #0d2f78; color: #fff; padding: 10px; width: calc(100% - 280px);}


.cx_wrap .section4 .section4_top{display: flex; justify-content: space-between;}
.cx_wrap .section4 .section4_top>div{width: 49%; border-radius: 10px;}
.cx_wrap .section4 .section4_top>div p{color: #fff; text-align: center; padding: 10px 0; font-weight: 600;}
.cx_wrap .section4 .section4_top>div.left{background-color: #7e4bd4;}
.cx_wrap .section4 .section4_top>div.right{background-color: #00b9d3;}
.cx_wrap .section4 .content_img img{width: 100%; margin: 10px 0;}
.cx_wrap .section4 .section4_content{display: flex; justify-content: space-between;}
.cx_wrap .section4 .section4_content .left p{margin-right: 3px;}
.cx_wrap .section4 .section4_content .left p:last-child{margin-right: 0;}
.cx_wrap .section4 .section4_content .right p{margin-right: 3px;}
.cx_wrap .section4 .section4_content .right p:last-child{margin-right: 0;}
.cx_wrap .section4 .section4_content p{border: 1px solid #ddd; padding: 10px 0px; text-align: center; width: 100%; font-size: 14px; margin: 0 0 5px 0; position: relative; border-radius: 10px;}
.cx_wrap .section4 .section4_content p span{position: absolute; top: 0; right: 0; background-color: #333; color: #fff; font-size: 12px; width: 13px; height: 13px; line-height: 13px;}
.cx_wrap .section4 .section4_content>div{width: 49%; display: flex; justify-content: space-between; margin-left: 5px;}
.cx_wrap .section4 .section4_content>div:first-child{margin-left: 0;}


/* .cx_wrap .section5 .section_tbl {width: 100%; padding: 20px; background-color: #ecf0f4; box-sizing: border-box;} */
.cx_wrap .section5 .section_tbl table{width: 100%;}
.cx_wrap .section5 .section_tbl table thead tr th{border: 1px solid #ddd; text-align: center; color: #fff; padding: 10px 0; background-color: #7a7a7a;}

.cx_wrap .section5 .section_tbl table tbody tr td{background-color: #fff; font-size: 14px; padding: 10px; text-align: center; border: 1px solid #ddd;}
.cx_wrap .section5 .section_tbl table tbody tr td.intro{text-align: left; word-break: keep-all;}
.cx_wrap .section5 .section_tbl table tbody tr td.purple{background-color: #f7f1fc;}
.cx_wrap .section5 .section_tbl table tbody tr td.blue{background-color: #f2f9fd;}
.cx_wrap .section5 .section_tbl table tbody tr td.gray{background-color: #eee;}

.cx_wrap .table_caption{text-align: right;}
.cx_wrap .table_caption p{color: #666666; font-size: 14px; margin: 15px 0;}

/* ex */
.ex_wrap .section{margin: 20px 0 0 0; padding: 20px;}
.ex_wrap .section_tit{text-align: center;}
.ex_wrap .section_tit h2{font-size: 32px; color: #202d60; text-align: center; font-weight: 600;}
.ex_wrap .section_sub_tit h3{font-size: 28px; color: #fff; background-color: #6daad9; padding: 5px 20px; border-radius: 30px; display: inline-block; margin: 20px 0;}


.ex_wrap .section1 .main_tit{text-align: center;}
.ex_wrap .section1 .main_tit h2{color: #fff; text-align: center; display: inline-block;background-color: #1e2c5d; border-radius: 30px; padding: 5px 30px;}
.ex_wrap .section1 .sub_tit p{text-align: center; margin: 20px 0 0 0; font-size: 18px;}
.ex_wrap .section1 .main_img{margin: 20px auto; text-align: center;}
.ex_wrap .section1 .main_img img{width: 80%;}

.ex_wrap .section1 .main_cont{background-color: #ebebeb; padding-top: 150px; margin-top: -180px; padding-bottom: 20px;}
.ex_wrap .section1 .main_cont .main_text{padding: 20px;}
.ex_wrap .section1 .main_cont .main_text ul{display: flex; width: 100%; justify-content: space-between; margin: 0 0 10px 0;}
.ex_wrap .section1 .main_cont .main_text ul li{text-align: center; width: calc(100% / 6 - 5px); padding: 30px 1px; box-sizing: border-box; background-color: #fff; }
.ex_wrap .section1 .main_cont .main_text ul li.tit{background-color: #6daad9; display: flex; align-items: center; flex-direction: column; justify-content: space-between;}
.ex_wrap .section1 .main_cont .main_text ul li.tit p{margin: 0;}
.ex_wrap .section1 .main_cont .main_text ul:first-child li.tit{padding: 60px 0;}
.ex_wrap .section1 .main_cont .main_text ul:first-child li.tit span{width: 60%; height: 1px; background-color: #fff;}
.ex_wrap .section1 .main_cont .main_text ul:last-child li.tit{justify-content: center;}
.ex_wrap .section1 .main_cont .main_text ul li.tit p{color: #fff; font-weight: 600; font-size: 18px;}

.ex_wrap .section1 .main_cont .main_text ul li h2{font-size: 16px; color: #273461; word-break: keep-all; font-weight: 600;}
.ex_wrap .section1 .main_cont .main_text ul li h2 span{font-size: 32px; color: #273461;}
.ex_wrap .section1 .main_cont .main_text ul li p{word-break: keep-all; font-size: 14px; margin: 10px 0 0 0;}
.ex_wrap .section1 .main_cont .main_text ul li dl{margin: 10px 0 0 0;}
.ex_wrap .section1 .main_cont .main_text ul li dl dd{font-size: 14px; text-align: left; letter-spacing: -1px;}
.ex_wrap .section1 .main_cont .main_text ul li dl dd::before{content: '·';}

.ex_wrap .main_caption{text-align: right; padding-right: 20px;}
.ex_wrap .main_caption p{color: #666666; font-size: 14px;}


.ex_wrap .section_cont .section_cont_wrap{display: flex; justify-content: space-between; margin-bottom: 40px; min-height: 330px;}
.ex_wrap .section_cont .section_cont_wrap .left{width: 40%; display: flex; flex-direction: column; justify-content: space-between; margin-right: 20px; max-height: 410px;}
.ex_wrap .section_cont .section_cont_wrap .left span.line{width: 100%; height: 1px; background-color: #ddd;}
.ex_wrap .section_cont .section_cont_wrap .cont_wrap .cont_tit h2{font-size: 20px; margin-bottom: 10px;}
.ex_wrap .section_cont .section_cont_wrap .cont_wrap .cont_tit h2::before{content: url(../img/contents/ex_icon.png); margin-right: 5px; vertical-align: middle;}

.ex_wrap .section_cont .section_cont_wrap .cont_wrap .cont_txt p{margin-left: 20px; font-size: 15px; word-break: keep-all; line-height: 24px;}
.ex_wrap .section_cont .section_cont_wrap .cont_wrap .cont_txt .list_txt p{margin-bottom: 5px;}
.ex_wrap .section_cont .section_cont_wrap .right{width: 60%;}
.ex_wrap .section_cont .section_cont_wrap .right img{width: 100%;}
.ex_wrap .section_tip h2{color: #6daad9; font-size: 20px; margin-bottom: 10px;}
.ex_wrap .section_tip h2 span{color: #6daad9; font-size: 24px; margin-right: 5px;}
.ex_wrap .section_tip p{background-color: #dae6f4; text-align: center; padding: 10px; border-radius: 10px; width: 100%; box-sizing: border-box; font-size: 18px;}
.ex_wrap .section_tip p span{color: #273461; font-weight: 600;}

.ex_wrap .section_tbl table{border-collapse: separate; width: 100%; border-spacing: 5px; margin-bottom: 20px;}
.ex_wrap .section_tbl table thead tr th{background-color: #6daad9; color: #fff; border-radius: 5px; padding: 10px 0; text-align: center;}

.ex_wrap .section_tbl table tbody tr{margin: 10px 0;}
.ex_wrap .section_tbl table tbody tr td{background-color: #dce6f0; font-size: 14px; padding: 10px; color: #273461; text-align: center; border-radius: 5px;}


.ex_wrap .table_caption{text-align: right;}
.ex_wrap .table_caption p{color: #666666; font-size: 14px; margin: 15px 0;}

.ex_wrap .section3{background-color: #f2f2f2;}
.ex_wrap .section3 .left .cont_wrap:first-child{padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.ex_wrap .section3 .left .cont_wrap:last-child{padding-top: 20px;}
.ex_wrap .section5{background-color: #f2f2f2;}
.ex_wrap .section5 .left .cont_wrap:first-child{padding-bottom: 20px;}
.ex_wrap .section5 .left .cont_wrap:last-child{padding-top: 20px;}