
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #3d4e98;
	text-decoration: none;
	outline: none;
}
.container {
	padding: 0px;
}
.user_container{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}
.login_main{
    width:400px;
    background:#fff;
    border-top-left-radius: 180px;
    border-top-right-radius: 5px;
    padding:90px 50px 100px 50px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
}
.has-error .form-control {
    border-color: #2bb7b3;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #2bb7b3;
}
.has-error .form-control:focus {
  border-color: #2bb7b3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #2bb7b3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #2bb7b3;
}
.error.help-block{
	text-align: left;
}
.login_main.register{
	padding:90px 50px 90px 50px;
}
.login_main.register-pwd{
	padding:90px 50px 26px 50px;
}
.login_main.find-pwd{
	padding:90px 50px 15px 50px;
}
.login_subtitle{
	margin-top:10px;
	margin-bottom:50px;
	letter-spacing: -2px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.login_title_left a{
	font-size:18px;
	font-weight:600;
	color: #000;
	border-bottom: 2px solid #000;
	padding:0px 0px 10px 0px;
}
.login_title_left{
	font-size:18px;
	font-weight:600;
	color: #000;
	border-bottom: 2px solid #000;
	padding:0px 0px 10px 0px;
}
.login_title_right a{
	font-size:18px;
	font-weight:600;
	color: #c0c0c0;
	padding:0px 0px 10px 0px;
}
.login_title_right{
	font-size:18px;
	font-weight:600;
	color: #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding:0px 0px 10px 0px;
}
.login_title_right a:hover,.login_title_left a:hover{
	color: #000;
}
.btn-send {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 120px;
	border-radius: 30px;
	color: #fff;
	background-color: #a0a0a0;
	border-color: #a0a0a0;
	font-weight: 500;
}
.btn-send:hover{
	background-color: #a0a0a0;
	opacity: 0.6;
	color: #fff;
	border-color: #a0a0a0;
}
.glyphicon-ok,.glyphicon-remove{
	display: none;
}
.login_link{
	font-size:14px;
	font-weight:600;
	color: #a0a0a0;
	padding:0px;
	letter-spacing: -1px;
}
.login_link a:hover{
	color:#2bb7b3;
}
.user_footer{
	padding:70px 0px;
}
.login_main h1{
    padding: 20px 10px;
}
.login_main h1 .title_01{
	float: left;
	font-size: 30px;
	color: #26356f;
	font-weight: bold;
}
.login_main h1 .title_02{
	float: right;
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}
.login_main .title_03{
	padding: 20px 10px;
	font-size: 42px;
	font-weight: 300;
}
.login_main .title_line{
	width: 40px;
	margin-left: 10px;
	background-color: #000;
	height: 1px;
}
#login_form{
	margin: 30px 0px;
	padding: 0px 10px;
}
.form_input{
	height: 50px;
	border:none;
	-webkit-box-shadow:none;
	border-bottom: 1px solid #555555;
	border-radius: 0px;
	color: #555555;
}
.form_input::placeholder{ 
	color:#555555;
	font-size:18px;
	font-weight:600;
	letter-spacing: -2px;
}
.login_main .title_04{
	float: right;
	color: #009cff;
	font-size:16px;
	font-weight: 500;
	margin-top: 20px;
}
.find_pwd{
	text-align: right;
}
.btn_area{
	margin-top: 20px;
}
.btn-login{
	width: 100%;
	border-radius: 20px;
	margin-top: 30px;
	height: 40px;
	background-color: #000;
	color: #fff;
	font-size:18px;
	font-weight: bold;
}
.btn-login:hover{
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.form-control:focus{
    border-color: #000;
    outline: 0;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}
.form-control:focus::placeholder {
  	color: #000;
}
.title_05{
	margin-top: 20px;
	color:#009cff;
	font-size: 14px;
}
.link_area{
	text-align: center;
}
.has-error .form-control,.has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control::placeholder {
    color: #000;
}
.help-block{
	position: static;
	margin-left: 10px;
}
.reg_notice{
	font-size: 14px;
	color:#2bb7b3;
	text-align: center;
	font-weight: 500;
	margin-top: 50px;
	letter-spacing: -1px;
}
.main_page{
	width: 100%;
	margin:0px auto;
	min-height: 100%;
}
.left_part{
	height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    width: 250px;
    border-right:1px solid #eeeeee;
}
.left_part_top{
	padding: 30px 0px;
	text-align: center;
}
.left_part_top .user_img{
	max-width: 100%;
	margin-top: 30px;
}
.left_title_01{
	font-size: 20px;
	color: #26356f;
	font-weight: bold;
}
.left_title_02{
	font-size: 14px;
	font-weight: 500;
	padding: 20px 0px;
	letter-spacing: -1px;
}
.left_title_02 .cate1{
	background: #5bc0de;
	color: #fff;
}
.left_title_02 .cate2{
	background: #f0ad4e;
	color: #fff;
}
.left_title_02 .cate3{
	background: #5cb85c;
	color: #fff;
}
.left_title_03{
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0px;
}
.left_btn_part{
	margin-bottom: 20px;
}
.left_btn{
	border-radius: 20px;
	height: 32px;
	background-color: #000000;
	font-size: 14px;
	color: #fff;
	border-color:#000000;
	margin-right: 5px;
}
.btn-power{
	border-radius: 20px;
	height: 32px;
	padding: 6px 20px;
}
.left_btn:hover{
	background-color: #fff;
	color: #000;
	border-color:#000000;
}
.right_part{
	padding-top:30px;
	font-size: 14px;
	margin-left: 250px;
}
.right_part_detail{
	padding-top: 30px;
	font-size: 18px;
	margin-left: 250px;
}
.right_part_top{
	padding: 0px 50px;
	display: flex;
}
.notice_area{
	margin:20px 50px;
}
.notice_title{
	font-size: 18px;
	font-weight: 700;
}
.btn-notice{
	border-radius: 20px;
	background-color: #e71434;
    border-color: #e71434;
}
.btn-notice:hover,.btn-notice:focus
{
	color: #fff;
  	background-color: #e71434;
  	border-color: #e71434;
  	cursor:default;
}
.notice_title span{
	position: relative;
	top: 4px;
	left: 5px;
}
.notice_detail_title
{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.notice_detail_subtitle
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
}
.notice_detail_subtitle span
{
	font-size: 18px;
	font-weight: bold;
	color: #ef2c6c;
}
.notice_detail_content
{
	/*text-align: center;*/
	margin-bottom: 30px;
}
.detail-navigation
{
	border-top: 1px solid #e3e3e3;
    padding-top: 30px;
}
.prev,.next
{
	font-size: 18px;
	font-weight: bold;
}
.prev span,.next span
{
    margin-right: 50px;
	color: #26356f;
}
.modal-dialog{
	top: 50%;
	transform: translateY(-50%);
	margin:0px auto;
}
#modal_title{
	font-weight: bold;
	text-align: center;
}
.select_cate{
	border-radius:5px;
	max-width: 200px;
}
.select_keyword{
	border-radius:5px;
	max-width: 500px;
	margin-left: 20px;
}
.search_btn{
	border-radius: 20px;
	font-size: 14px;
	margin-left: 20px;
	background-color: #2bb7b3;
    border-color: #2bb7b3;
	font-weight: bold;
	color: #fff;
}
.search_btn:hover,.search_btn:focus,.search_btn.focus,.search_btn:active.focus,.search_btn.active.focus{
	background-color: #fff;
    border-color: #2bb7b3;
	color: #2bb7b3;
}
.main_swiper{
	margin-top: 30px;
	border-radius: 15px;
	overflow:hidden;
	transform: translateY(0);
	padding: 0 50px;
    display: flex;
}
.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.article_list{
	margin: 90px 50px 20px 50px;
}
.article_list ul li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.li_info{
	display: inline-flex;
}
.li_info_right{
	margin-left: 50px;
}
.li_row{
	padding-bottom: 5px;
}
.li_row:nth-child(2){
	padding-top: 20px;
}
.li_row img{
	margin-bottom: 4px;
}
.txt_title{
	color: #44b064;
}
.txt_title1{
	font-size: 22px;
	font-weight: bold;
}
.txt_subtitle1{
	font-size: 18px;
	font-weight: 600;
}
.txt_title_red{
	color: #2bb7b3;
	font-weight: 500;
}
.li_end_row{
	padding-top: 20px;
}
.li_end_row span{
	color: #000;
}
.btn_list{
	margin-top: 20px;
	text-align: center;
}
.li_btn{
	min-width: 100px;
	border-radius: 20px;
	background-color: #2bb7b3;
	font-size: 14px;
	font-weight: bold;
	border-color:#2bb7b3;
	margin-right: 5px;
	color: #fff;
}
.li_last_btn{
	min-width: 100px;
	font-size: 14px;
	border-radius: 20px;
}
.center_banner{
	margin-top: 80px;
}
.center_banner .center_banner_left .title{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-left: 90px;
}
.center_banner .center_banner_left .scoll_area{
	margin-top: 10px;
	margin-left: 50px;
	background-color: #f2f2f2;
	border-radius: 10px;
	padding:30px 40px 0px 40px;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.grey_line{
	height: 40px;
	background:#f5f5f5;
}
.detail_row{
	padding: 30px 0px 30px 50px;
	border-bottom: 1px solid #cccccc;
}
.detail_last_row{
	padding: 30px 0px 30px 50px;
	border-bottom: none;
}
.content_title{
	font-size: 18px;
	font-weight:bold;
}
.content_text{
	font-size: 16px;
	font-weight:500;
	white-space: pre-wrap;
}
.content_img_ul{
	padding-left:0px;
	margin-bottom: 30px;
	text-align: center;
}
.content_text_ul{
	font-size: 16px;
	font-weight:500;
}
.content_text_ul ul{
	margin-bottom: 50px;
}
.content_text_ul ul li{
	padding-bottom: 5px;
	margin-bottom:0px;
	border-bottom: none;
}
.content_text_ul span{
	font-size: 16px;
	font-weight:500;
}
.scroll-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    animation: scroll 15s linear infinite;
}
.scroll-list li {
	width: 682px;
	height: 36px;
    border-radius: 20px;
	margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #fffcfc;
    white-space: nowrap;
    display: flex;
	justify-content: center;
	align-items: center;
}
.scroll-list li:hover {
	cursor:pointer;
	padding: 10px 0;
    font-size: 16px;
}
.scroll-list li span{
	font-weight: 400;
	padding-right: 30px;
}
.scroll-list li span:last-child{
	color: #e71434;
	padding-right: 0px;
}
.scoll_area:hover .scroll-list {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.center_swiper{
	max-height: 250px;
	margin-top: 10px;
}
.center_banner .center_banner_right .title{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-left: 40px;
}
.center_banner .center_banner_right .swiper_img{
	height: 250px;
	border-radius: 10px;
	background-repeat: no-repeat;
}

.swiper-button-next{
    right: var(--swiper-navigation-sides-offset,65px);
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 50px;
    color: #fff;
    background-size: contain;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 30px;
}
.left_nav{
	margin: 40px 0px;
    text-align: left;
    display: flex;
    padding-left: 40px;
}
.left_nav ul li{
	margin-bottom: 20px;
}
.left_nav ul li a{
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.web_info{
	position: absolute;
    bottom: 40px;
    left: 40px;
}
.web_info .title{
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.web_info .subtitle{
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.notice_list{
	margin:0px 50px 70px 50px;
}
.notice_list .title{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	padding-left: 40px;
}
.notice_list .table tbody tr:last-child{
	border-bottom: 1px solid #e3e3e3;
}
.notice_list .table tbody tr td{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	padding:30px 0px;
}
.notice_list .table tbody tr td a:hover{
	color: #e71434;
	cursor: pointer;
}
.notice_list .table tbody tr td:first-child{
	width: 176px;
}
.notice_list .table tbody tr td:last-child{
	text-align: left;
	padding-left: 60px;
}
.silide_text{
	position: absolute;
	top:50px;
	left: 130px;
}
.silide_text .slide_title01{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
}
.silide_text .slide_title02{
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -1px;
}
.silide_text .slide_title02 span{
	font-weight: bold;
}
.slide_btn{
	margin-top:30px;
	background-color: #fff;
    color: #e71434;
    width: 170px;
    height:35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    letter-spacing: -1px;
}
.slide_btn:hover {
	background-color: #fff;
	color: #e71434;
}
.slide_btn:hover i:before,.slide_btn:hover i:after{
	border-top: 1px solid #e71434;
} 
.slide_btn i:before {
	content: '';
	display: block;
	width: 30px;
	border-top: 1px solid #e71434;
}
.slide_btn i:after {
	content: '';
	display: block;
	width: 7px;
	border-top: 1px solid #e71434;
	transform: rotate(45deg);
	position: relative;
	top: -4px;
	left: 23px;
}

.footer_part{
	text-align: center;
	font-size: 14px;
	background:#4c4949;
	color: #fff;
	padding: 50px 0px;
}
.footer_part span{
	line-height: 20px;
}
.detail_right_part{
	padding: 0px 50px;
}
.detail_right_part img{
	margin-bottom: 10px;
}
.detail_right_part span{
	font-size: 22px;
	margin-left: 20px;
}
.detail_bg{
	/*background-color: #edf8ff;*/
	padding: 30px 0px;
	margin-top: 0px;
	/*text-align: center;*/
}
.detail_btn{
	border-radius: 20px;
	background-color: #e71434;
	font-size: 16px;
	font-weight: 500;
	border-color:#e71434;
	padding: 10px 50px;
	color: #fff;
}
.detail_btn:hover,.detail_btn:focus{
	background-color: #fff;
	color: #e71434;
}
.info_detail{
	background-color: #e8ecef;
	padding: 50px 50px;
}
.info_detail_list{
	padding: 0px;
	text-align: center;
	max-width: 510px;
}
.info_detail_title{
	padding-bottom: 30px;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: -1px;
}
.info_detail_line{
	width: 50px;
	height: 1px;
	background: #000;
	margin: 0px auto;
	margin-top:10px;
}
.info_detail_text{
	background: #fff;
	height: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.detail_title{
    padding: 23px 0 0 30px;
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
}
.detail_title:before{
	content: '';
    width: 2px;
    height: 12px;
    margin: 4px 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    background-color: #0c4f84;
}
.detail_subtitle{
	padding: 10px 30px;
	text-align: left;
	color: #666;
}
.detail_subtitle1{
	padding: 10px 30px;
	text-align: left;
	color: #666;
	margin-top: 13px;
}
.detail_textarea{
	padding: 10px 30px;
}
textarea[readonly] {
    background-color: #f7f7f7 !important;
    color: #888 !important;
    border: none;
    box-shadow:none;
}
.detail_textarea .copy_btn{
	width: 100%;
	margin-top:5px;
	background-color: #26356f;
    font-size: 16px;
    font-weight: 500;
    border-color: #26356f;
}
.detail_textarea .notice_text{
	width: 100%;
	text-align: left;
	border: 1px solid #f6d9cd;
    background-color: #ffe9e0;
    color: #874d34;
    padding: 15px 0px 15px 10px;
    line-height: 24px;
}
.detail_textarea .select_text{
	border: none;
    box-shadow: none;
    border-bottom: 1px solid #009cff;
    border-radius: 0px;
    font-size: 16px;
    padding-left: 0px;
    color: #009cff;
}
.tip_text{
	width: 100%;
	text-align: left;
	border: 1px solid #27b0a8;
    background-color: #27b0a8;
    color: #fff;
    padding: 5px 0px 5px 10px;
    margin-top: 5px;
}
.detail_textarea .textarea_subtitle{
	text-align: left;
	padding: 15px 0px 10px 0px;
	color: #666;
}
.detail_textarea .textarea_subtitle1{
    margin-top: 30px;
    position: relative;
    text-align: left;
    /*padding-left: 15px;*/
    color: #666;
    letter-spacing: -0.5px;
}
.detail_textarea .textarea_subtitle2{
	margin-top: 10px;
    position: relative;
    text-align: left;
    /*padding-left: 15px;*/
    color: #666;
    letter-spacing: -0.5px;
}
/*.detail_textarea .textarea_subtitle1:before {
    content: '※';
    position: absolute;
    top: 0;
    left:0;
}*/
.detail_textarea .textarea_img{
	padding: 10px;
	border:1px solid #e3e3e3;
	display: block;
	margin-bottom: 10px;
}
.textarea_img img{
	width: 100%;
	height: auto;
}
.detail_textarea .textarea_img .img_text{
	padding-top: 10px; 
	color: #666;
}
.detail_url{
	padding: 30px;
	background-color: #f7f7f7;
    border: 1px solid #eee;
}
.detail_url .detail_url_text{
	text-align: left;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
	font-size: 18px;
	color:#999;
}
.detail_url .detail_url_text:last-child{
	text-align: left;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #999;
	font-size: 18px;
	color:#999;
}
.url_btn{
	float: right;
	border-radius: 20px;
	background-color: #26356f;
	border-color:#26356f;
	margin-top: -5px;
}
.notice_text_circle{
	text-align: left;
	border: 1px solid #f6d9cd;
    background-color: #ffe9e0;
    border-radius:20px;
    color: #874d34;
    padding: 5px 15px;
    width: max-content;
}
.list_title{
    color: #ef2c6c;
    display: block;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}
.list_subtitle{
	text-align: left;
    margin-top: 10px;
    color: #ef2c6c;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -1px;
}
.list_title1{
	margin-top: 20px;
    display: block;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
}
.list_subtitle1{
	text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -1px;
}
.list_title2{
	margin-top: 20px;
    display: block;
    color: #ef2c6c;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    text-decoration: underline;
	margin-bottom: 20px;
}
.ul_list{
	width: 100%;
	text-align: left;
	border: 1px solid #f6d9cd;
    background-color: #ffe9e0;
    color: #874d34;
    padding: 15px 0px 15px 10px;
}
.ul_list li{
	text-decoration: underline;
	line-height: 30px;
	position: relative;
	padding-left: 24px;
}
.ul_list li:before{
	content: '';
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    background-image: url(../images/notice.png);
    top: 2px;
    left: 0;
}
.ul_notice_list{
	width: 100%;
	text-align: left;
	border: 1px solid #f6d9cd;
    background-color: #ffe9e0;
    color: #874d34;
    position: relative;
    padding: 15px 0px 15px 10px;
}
.ul_notice_list li{
	line-height: 24px;
	position: relative;
	padding-left: 10px;
}
.ul_notice_list li:before{
	content: '•';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.load_btn{
	width: 100%;
    margin-top: 5px;
    background-color: #ff7252;
    font-size: 16px;
    font-weight: 500;
    border-color: #ff7252;
}
.img_size{
	width: 100%;
	padding: 0px 20px;
	background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    color: #777;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: left;
}
.img_size:hover{
	color:#01bdce;
	background: #e7ebee;
}
.img_size span{
	float: right;
	margin-top: 8px;
}
.info_detail .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border:none;
    border-bottom: 1px solid #26356f;
    font-size: 16px;
    font-weight: 600;
}
.nav-tabs > li > a{
	border:none;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	color:#aaaaaa;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border:none;
	background: #fff;
	border-bottom: 1px solid #26356f;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
input {
  display: inline-block !important;
  margin-right: 5px;
}
.guide{
	background-color:transparent; 
	border:1px solid #fff; 
	width:18px; 
	height:18px; 
	top:0;
	display: inline-block;
    position: relative;
    top: -1px;
    left: 4px;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    line-height: 0;
    text-align: center;
    cursor: pointer;
}
.guide:before{
	line-height:18px; 
	position:relative; 
	top:-1px; 
	left:0;
	content: '?';
    font-size: 12px;
    font-weight: 600;
}
.money_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #26356f;
	margin-bottom: 30px;
	color: #fff;
}
.money_notice{
	font-size: 16px !important;
	color: #ffb312;
}
.notice_money{
	color: #ffb312;
	font-size: 18px !important;
}
.tab_detail{
	display: flow-root;
}
.tab_detail_ul{
	justify-content: center;
	display: flex;
	border-bottom:none;
	margin-bottom: 5px;
}
.tab_detail_content{
	background:#858e9a;
	padding: 40px 0px;
}
.tab_detail_text{
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-right:1px solid #76818f;
}
.tab_detail_text1{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.tab_detail_text span,.tab_detail_text1 span{
	font-size: 25px;
}
.tab_detail_btn_area{
	text-align: center;
	margin-top: 40px;
}
.tab_detail_btn{
	margin-bottom: 0px;
	max-width: 500px;
	width: 100%;
	font-weight: 600;
}
.detail_notice_title{
	background:#26356f;
	padding: 10px 0px;
	color: #fff;
}
.detail_notice_title a{
	color: #fff;
	margin-left: 30px;
}
.detail_date_area{
	padding: 20px 30px;
	background-color: #f6f6f6;
}
.detail_date_area input{
	max-width: 206px;
}
.detail_date_area span{
	line-height: 30px;
	padding: 0px 10px 0px 5px;
}
.search_btn{
	height: 34px;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 2px;
}
.excel_btn{
	height: 34px;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 2px;
	float: right;
	background:#0ab694;
	border-color: #0ab694;
}
.detail_list_area{
	padding: 30px 30px;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-orient: vertical;
	height: 500px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #aaa;
}
.count_detail{
	border-top: 1px solid #eee;
	padding-bottom: 50px;
}
.count_search{
	background: none;
	padding: 30px;
}
.count_table_area{
	padding-left: 30px;
}
.count_title{
	font-size: 20px;
	font-weight: bold;
}
.count_table{
	margin:30px 0px;
}
.detail_notice_list{
	padding-bottom: 30px;
}
.detail_notice_list ul li{
	color: #555;
	line-height: 25px;
    font-weight: 400;
}
.show_case_text{
	float: right;
	font-size: 22px;
	color: #26356f;
}
.hide_case_text{
	float: right;
	font-size: 22px;
	color: #aaa;
	text-decoration: line-through;
}
.finish_time{
	color: #26356f;
	margin-left: 35px;
}
.case_time{
	float: right;
	color: #aaa;
}
.btn-info:focus{
	background: #26356f;
	border-color: #26356f;
}
.table > tbody > tr > td .btn{
	padding: 4px 6px !important;
}
.table > thead > tr > th{
	text-align: center;
	vertical-align: middle;
	background-color: #f4f4f4;
	border-top: 2px solid #26356f !important;
	font-weight: normal;
	color: #555;
}
.table > tbody > tr > td{
	text-align: center;
	vertical-align: middle;
}
.pagination{
	margin:0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #26356f;
    border-color: #26356f;
}
.pagination > li > a, .pagination > li > span{
	color: #26356f;
}
.main_cate{
		margin:0px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 100px;
		margin-bottom: 80px;
	}
	.main_cate .cate_ul{
		display: inline-flex;
	}
	.main_cate .cate_ul li{
		transition: transform 0.3s ease;
		cursor: pointer;
		text-align: center;
		margin-right: 38px;
		min-width: 85px;
	}
	.main_cate .cate_ul li:hover{
		transform: translateY(-5px);
	}
	.main_cate .cate_ul li .li_img{
		padding:20px;
		border-radius: 10px;
		background-color: #f8f8f8;
		margin-bottom: 5px;
	}
	.main_cate .cate_ul li .li_img.active{
		background-color: #2bb7b3;
	}
	.main_cate .cate_ul li span{
		font-size: 18px;
		font-weight: bold;
		color: #000;
		padding-top: 5px;
	}
	.third_area{
		margin:0px;
		background-color: #f8f8f8;
		margin-bottom:60px;
		padding:100px 0px;
	}
	.third_area .container{
		width: 1092px;
		display: flex;
    	align-items: center;
	}
	.third_area .container .third_left{
		text-align:left;
	}
	.third_area .container .third_left .title{
		font-size: 36px;
		font-weight: bold;
		color: #000;
	}
	.third_area .container .third_left .subtitle{
		font-size: 16px;
		font-weight: 500;
		color: #000;
		margin-top: 10px;
	}
	.third_area .container .third_right{
		display: flex;
		padding:0px;
	}
	.third_area .container .third_right .flag_area{
		background-color: #cff1f0;
		transition: background-color 0.5s ease;
		border-radius: 10px;
		padding: 40px;
		width:330px;
		max-width: 330px;
	}
	.third_area .container .third_right .flag_area:hover{
		background-color: #fff;
	}
	.third_area .container .third_right .flag_area .flag_img{
		text-align: right;
		margin-top: 80px;
	}
	.third_area .container .third_right .title{
		font-size: 26px;
		font-weight: bold;
		color: #000;
	}
	.third_area .container .third_right .item-list{
		margin-left: 10px;
	}
	.third_area .container .third_right .item{
		padding: 10px;
		transition: background-color 0.5s ease;
		background-color: #fff;
		border-radius: 10px;
		text-align: left;
		width: 170px;
		max-width: 170px;
	}
	.third_area .container .third_right .item:hover{
		background-color: #cff1f0;
	}
	.third_area .container .third_right .item:first-child{
		margin-bottom: 10px;
	}
	.third_area .container .third_right .item img{
		margin-top: 70px;
		margin-bottom:10px;
	}
	.third_area .container .third_right .item span{
		font-size: 26px;
		font-weight: bold;
		color: #000;
	}
	.fourth_area .container,.fifth_area .container{
		width: 1092px;
		text-align: center;
	}
	.fourth_area{
		margin-bottom:60px;
	}
	.fourth_area .title{
		font-size: 36px;
		font-weight: bold;
		color: #000;
		text-align: center;
		padding-bottom: 50px;
	}
	.fourth_area .item-info-list{
		display: flex;
	}
	.fourth_area .item-info-list .item-info{
		margin-right: 20px;
		max-width: 350px;
		padding:0px;
	}
	.fourth_area .item-info-list .item-info .item-info-top{
		background-color: #f8f8f8;
		padding:50px 0px;
		text-align: center;
	}
	.fourth_area .item-info-list .item-info .item-info-top img{
		height: 115px;
	}
	.fourth_area .item-info-list .item-info .item-info-top .title{
		font-size: 26px;
		font-weight: bold;
		color: #000;
		letter-spacing: -2px;
		margin-bottom: 10px;
	}
	.fourth_area .item-info-list .item-info .item-info-bottom{
		background-color: #2bb7b3;
		padding:20px 0px;
		text-align: center;
	}
	.fourth_area .item-info-list .item-info .item-info-bottom .info_title{
		font-size: 16px;
		font-weight: 500;
		color: #fff;
	}
	.fifth_area{
		margin-left: 0px;
		margin-right: 0px;
	}
	.fifth_area .fifth_title,.sixth_area .sixth_title{
		font-size: 36px;
		font-weight: bold;
		color: #000;
	}
	.fifth_area .fifth_img_area{
		display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	}
	.fifth_area .fifth_img_area{
		display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	}
	.fifth_area .fifth_img_area .fifth_img_title{
	    position: absolute;
	    color: #fff;
	    font-size: 36px;
		font-weight: bold;
		top: 30px;
	}
	.fifth_area .fifth_img_area .fifth_img_subtitle{
	    position: absolute;
	    color: #fff;
	    font-size: 26px;
		font-weight: 500;
		bottom: 30px;
	}
	.sixth_area{
		margin:60px 0px;
		text-align: center;
	}
	.sixth_area .web_item{
		margin-top: 50px;
	}
	.sixth_area .web_list .web_logo img{
		background-color: #2bb7b3;
		padding: 5px 20px;
    	border-radius: 20px;
		text-align: center;
		float: left;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.sixth_area .web_list .web_title{
		color: #000;
	    font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
		text-align: left;
		margin-left: 35px;
	}
	.sixth_area .web_list .web_subtitle{
		color: #000;
	    font-size: 16px;
		font-weight: 500;
		text-align: left;
		margin-left: 35px;
		margin-bottom: 20px;
	}
	.seven_area,.eight_area{
		text-align: center;
	}
	.seven_area .seven_title,.eight_area .eight_title{
		color: #000;
	    font-size: 36px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.seven_area .seven_title span,.eight_area .eight_title span{
		color: #2bb7b3;
	}
	.loop_logo{
		transition: animation 0.4s ease-in-out;
	    display: flex;
	    overflow: hidden;
	    background-color:#fbfbfb;
	    padding: 30px 0px;
	    margin-bottom: 60px;
	}
	.loop_logo ul {
	    float: left;
	    display: flex;
	    flex-direction: row;
	}
	.loop_logo ul li{
	    padding:10px 20px;
	    display:flex;
	    align-items: center; 
	}
	.loop_logo ul:first-child {
	    animation: jsLoopSlide3 80s -40s linear infinite;
	}
	.loop_logo ul:last-child {
	    animation: jsLoopSlide4 80s linear infinite;
	}
	.loop_logo ul:first-child {
	    animation: jsLoopSlide 80s -40s linear infinite;
	}
	.loop_logo ul:last-child {
	    animation: jsLoopSlide2 80s linear infinite;
	    padding-left: 1rem;
	}
	.loop_logo:hover ul,
	.loop_logo:hover ul {
	    animation-play-state: paused;
	}
	@keyframes jsLoopSlide {
	    0% {
	        transform: translateX(100%);
	    }

	    100% {
	        transform: translateX(-100%);
	    }
	}

	@keyframes jsLoopSlide2 {
	    0% {
	        transform: translateX(0);
	    }

	    100% {
	        transform: translateX(-200%);
	    }
	}

	@keyframes jsLoopSlide3 {
	    0% {
	        transform: translateX(-100%);
	    }

	    100% {
	        transform: translateX(100%);
	    }
	}

	@keyframes jsLoopSlide4 {
	    0% {
	        transform: translateX(-200%);
	    }

	    100% {
	        transform: translateX(0);
	    }
	}
	.eight_area .owl_list{
		margin-bottom: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px;
	}
	.eight_area .owl_list.cate_owl_list{
		margin-bottom: 0px;
	}

	.eight_area .owl_list .prev{
		position: absolute;
    	left: 40px;
    	top: 33%;
    	cursor: pointer;
	}
	
	.eight_area .owl_list .next{
		position: absolute;
    	right: 40px;
    	top: 33%;
    	cursor: pointer;
	}
	.eight_area .owl_list.cate_scorll .prev{
		position: absolute;
    	left: 40px;
    	top: 50%;
    	cursor: pointer;
	}
	.eight_area .owl_list.cate_scorll .next{
		position: absolute;
    	right: 40px;
    	top: 50%;
    	cursor: pointer;
	}
	.container_owl{
		max-width: 1450px;
		overflow: hidden;
	}
	.eight_area .cate_list_area .item{
		margin-bottom: 45px;
	}
	.eight_area .cate_list_area .item .eight-cate{
		margin-top: 20px;
		padding-left: 6px;
	}
	.eight_area .owl_list .container_owl .item .eight-cate,.eight_area .cate_list_area .item .eight-cate{
	    font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.eight_area .owl_list .container_owl .item .eight-cate .cate1,.eight_area .cate_list_area .item .eight-cate .cate1{
		color: #5bc0de;
	}
	.eight_area .owl_list .container_owl .item .eight-cate .cate2,.eight_area .cate_list_area .item .eight-cate .cate2{
		color: #f0ad4e;
	}
	.eight_area .owl_list .container_owl .item .eight-cate .cate3,.eight_area .cate_list_area .item .eight-cate .cate3{
		color: #5cb85c;
	}
	.eight_area .owl_list .container_owl .item .eight-title,.eight_area .cate_list_area .item .eight-title{
		font-size: 16px;
		font-weight: 500;
		float: left;
	}
	.eight_area .owl_list .container_owl .item .eight-subtitle,.eight_area .cate_list_area .item .eight-subtitle{
		font-size: 13px;
		color: #5bc0de;
		font-weight: 400;
		float: left;
		background: #f8f8f8;
		padding: 2px 5px;
	}
	.owl-carousel .owl-item:hover{
	    cursor: pointer;
	}
	.owl-carousel .owl-item img {
	    display: block;
	    width: auto;
	    max-width: 230px;
	}
	.main_swiper .cate_list_center{
		display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	}
	.main_swiper .cate_list_center .cate_list_center_title{
		position: absolute;
	    color: #fff;
	    font-size: 48px;
	    font-weight: bold;
	    top: 70px;
	    letter-spacing: -1px;
	}
	.main_swiper .cate_list_center .note_center_title{
		position: absolute;
	    color: #000;
	    font-size: 48px;
	    font-weight: bold;
	    top: 70px;
	    letter-spacing: -1px;
	}
	.main_swiper .cate_list_center .cate_list_center_subtitle{
		position: absolute;
	    color: #fff;
	    font-size: 24px;
	    font-weight: 500;
	    bottom: 70px;
	}
	.main_swiper .cate_list_center .note_center_subtitle{
		position: absolute;
	    color: #4c4949;
	    font-size: 24px;
	    font-weight: 500;
	    bottom: 60px;
	}
	.cate_list{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.flex-list {
	  display: flex;
	  flex-wrap: wrap;
	  max-width: 1450px;
	  margin: 0 auto;
	  margin-bottom: 60px;
	}
	.flex-list li {
	  flex: 1 1 230px;
	  max-width: 230px;
	  box-sizing: border-box;
	  margin: 5px;
	  list-style: none;
	}
	.flex-list li.item img {
	  max-width: 230px;
	}
	.flex-list li:hover {
	  cursor: pointer;
	}
	.article_list{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.article_img_info{
		margin-top: 20px;
		display: inline-flex;
	}
	.article_img_info .img_right{
		margin-left: 30px;
	}
	.article_img_info .img_right .img_right_title{
		font-size: 18px;
		font-weight: bold;
	}
	.article_img_info .img_right .img_right_power{
		margin-top: 60px;
		font-size: 16px;
		font-weight: bold;
	}
	.article_img_info .img_right .img_right_power.power1{
		color: #5bc0de;
	}
	.article_img_info .img_right .img_right_power.power2{
		color: #f0ad4e;
	}
	.article_img_info .img_right .img_right_power.power3{
		color: #5cb85c;
	}
	.article_img_info .img_right .img_right_subtitle{
		font-size: 16px;
		font-weight: 500;
	}
	.article_img_info .img_right .img_right_dec{
		font-size: 13px;
		color: #5bc0de;
	    font-weight: 400;
	    float: left;
	    background: #f8f8f8;
	    padding: 2px 5px;
	}
	.article_img_info .img_right .img_right_area{
		margin-top: 20px;
	}
	.img_right_btn{
		border-radius: 20px;
		background-color: #2bb7b3;
		font-size: 24px;
		font-weight: 500;
		border-color:#2bb7b3;
		padding: 10px 50px;
		color: #fff;
	}
	.img_right_btn:hover,.img_right_btn:focus{
		background-color: #2bb7b3;
		color: #fff;
	}

	.fifth_img_slide{
		background: linear-gradient(to bottom, 
              #ffffff 0%, 
              #cff1f0 50%, 
              #ffffff 100%);
  		height: 440px; 
  		width: 100%;
  		display: flex;
  		flex-wrap: wrap;
  		align-content: center;
  		justify-content: center;
  		align-items: center;
	}
	.loop_img {
	    transition: animation 0.4s ease-in-out;
	    display: flex;
	    overflow: hidden;
	    max-width: 1030px;
	}
	.loop_img1 {
	    transition: animation 0.4s ease-in-out;
	    display: flex;
	    overflow: hidden;
	    max-width: 1092px;
	}
	.loop_img ul,.loop_img1 ul {
	    float: left;
	    display: flex;
	    flex-direction: row;
	}
	.loop_img ul li,.loop_img1 ul li{
	    padding:10px 20px;
	    display:flex;
	    align-items: center; 
	}
	.loop_img ul:first-child,.loop_img1 ul:first-child {
	    animation: jsLoopImge3 80s -40s linear infinite;
	}
	.loop_img ul:last-child,.loop_img1 ul:last-child {
	    animation: jsLoopImg4 80s linear infinite;
	}
	.loop_img ul:first-child,.loop_img1 ul:first-child {
	    animation: jsLoopImg 80s -40s linear infinite;
	}
	.loop_img ul:last-child,.loop_img1 ul:last-child {
	    animation: jsLoopImg2 80s linear infinite;
	    padding-left: 1rem;
	}
	.loop_img:hover ul,.loop_img1:hover ul {
	    animation-play-state: paused;
	}
	@keyframes jsLoopImg {
	    0% {
	        transform: translateX(100%);
	    }

	    100% {
	        transform: translateX(-100%);
	    }
	}

	@keyframes jsLoopImg2 {
	    0% {
	        transform: translateX(0);
	    }

	    100% {
	        transform: translateX(-200%);
	    }
	}

	@keyframes jsLoopImg3 {
	    0% {
	        transform: translateX(-100%);
	    }

	    100% {
	        transform: translateX(100%);
	    }
	}

	@keyframes jsLoopImg4 {
	    0% {
	        transform: translateX(-200%);
	    }

	    100% {
	        transform: translateX(0);
	    }
	}

	.note_info{
		margin-top: 100px;
		text-align: center;
	}
	.note_info .note_info_title{
		font-size: 36px;
		font-weight: bold;
		color: #000;
	}
	.note_info .note_info_title span{
		color: #2bb7b3;
	}
	.note_info .note_info_subtitle{
		font-size: 26px;
		font-weight: bold;
		padding-top: 40px;
		color: #000;
		letter-spacing: -1px;
	}
	.note_area{
		margin: 100px 0px;
	}
	.note_area ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.note_area ul li{
		display: flex;
		justify-content: center;
		align-items: end;
		margin-bottom: 50px;
		width: 100%;
	}
	.note_area ul li:last-child{
		margin-bottom: 0px;
	}
	.note_area ul li .note_text{
		margin-left: 20px;
		width: 490px;
	}
	.note_area ul li .note_text .note_title{
		font-size: 24px;
		font-weight: bold;
		color: #000;
	}
	.note_area ul li .note_text .note_title span{
		color: #2bb7b3;
	}
	.note_area ul li .note_text .note_subtitle{
		font-size: 18px;
		font-weight: 500;
		padding-top: 40px;
		padding-bottom: 20px;
		color: #000;
		letter-spacing: -1.5px;
	}
	.fifth_img_slide{
		background: linear-gradient(to bottom, 
              #ffffff 0%, 
              #cff1f0 50%, 
              #ffffff 100%);
  		height: 440px; 
  		width: 100%;
  		display: flex;
  		flex-wrap: wrap;
  		align-content: center;
  		justify-content: center;
  		align-items: center;
	}
	.loop_img {
	    transition: animation 0.4s ease-in-out;
	    display: flex;
	    overflow: hidden;
	    max-width: 1030px;
	}
	.loop_img:first-child {
	    margin-bottom: 30px;
	}
	.loop_img:last-child {
	    margin-top: 30px;
	}
	.loop_img1 {
	    transition: animation 0.4s ease-in-out;
	    display: flex;
	    overflow: hidden;
	    max-width: 1092px;
	}
	.loop_img ul,.loop_img1 ul {
	    float: left;
	    display: flex;
	    flex-direction: row;
	}
	.loop_img ul li,.loop_img1 ul li{
	    display:inline-block;
	    padding:10px 20px;
	    background: #fff;
	    color: #2bb7b3;
	    font-weight:bold;
	    margin-right: 20px;
	    font-size: 20px;
	    width: 130px;
	    border-radius: 10px;
	    text-align: center;
	}
	.loop_img ul:first-child,.loop_img1 ul:first-child {
	    animation: jsLoopImge3 80s -40s linear infinite;
	}
	.loop_img ul:last-child,.loop_img1 ul:last-child {
	    animation: jsLoopImg4 80s linear infinite;
	}
	.loop_img ul:first-child,.loop_img1 ul:first-child {
	    animation: jsLoopImg 80s -40s linear infinite;
	}
	.loop_img ul:last-child,.loop_img1 ul:last-child {
	    animation: jsLoopImg2 80s linear infinite;
	    padding-left: 1rem;
	}
	.loop_img:hover ul,.loop_img1:hover ul {
	    animation-play-state: paused;
	}
	@keyframes jsLoopImg {
	    0% {
	        transform: translateX(100%);
	    }

	    100% {
	        transform: translateX(-100%);
	    }
	}

	@keyframes jsLoopImg2 {
	    0% {
	        transform: translateX(0);
	    }

	    100% {
	        transform: translateX(-200%);
	    }
	}

	@keyframes jsLoopImg3 {
	    0% {
	        transform: translateX(-100%);
	    }

	    100% {
	        transform: translateX(100%);
	    }
	}

	@keyframes jsLoopImg4 {
	    0% {
	        transform: translateX(-200%);
	    }

	    100% {
	        transform: translateX(0);
	    }
	}
.datetimepicker-months .table-condensed thead tr{display: flex;justify-content: center;}
.datetimepicker-months .table-condensed{width: 204px;}
.datetimepicker-months .table-condensed tbody tr td{text-align: center;}
.datetimepicker-months .table-condensed tbody tr td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}
.datetimepicker-years .table-condensed thead tr{display: flex;justify-content: center;}
.datetimepicker-years .table-condensed{width: 206px;}
.datetimepicker-years .table-condensed tbody tr td{text-align: center;}
.datetimepicker-years .table-condensed tbody tr td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}
.switch,.today{text-align: center;}
.day,.switch,.today{cursor: pointer;}


@media (max-width:1600px) {
	.main_swiper .cate_list_center .cate_list_center_title {
	    top: 40px;
	}
	.main_swiper .cate_list_center .cate_list_center_subtitle {
	    bottom: 30px;
	}
	.main_swiper .cate_list_center .note_center_title {
	    top: 40px;
	}
	.main_swiper .cate_list_center .note_center_subtitle {
	    bottom: 30px;
	}
	.fifth_area .fifth_img_area .fifth_img_title {
	    top: 20px;
	}
	.fifth_area .fifth_img_area .fifth_img_subtitle {
	    bottom: 10px;
	}
	.flex-list li {
	  flex: 1 1 201px;
	  max-width: 201px;
	}
	.flex-list li.item img {
	  max-width: 202px;
	}


}



@media (max-width:768px) {
	body {
		font-size: 12px;
	}



}
