/************* intro *************/

.intro {		
	height: 980px;		
	width: 100%;		
	background: url(../images/common/intro_bg.jpg) 0 0 no-repeat;
}

.intro .wrapper {
	overflow: hidden;
	padding-top: 56px;
}

.intro .wrapper .f_left {
	float: left;
	width: 50%;
}

.intro .wrapper .f_left .container {
	padding-right: 100px;
	opacity: 0.3;
}
.intro .wrapper .f_right {
	float: left;
}
.intro .wrapper .f_right .container {
	padding-top: 144px;
	padding-left: 100px;
	opacity: 0.3;
}
.intro .wrapper .f_left .container {
	float: right;
}

.txt .wh {
	font-size: 24px;
	color: #fff;
	display: block;
	line-height: 1.3em;
	font-weight: 400;
}

.txt .sub {
	color: #bbb;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: 100;
	letter-spacing: -0.5px;
}

.intro .wrapper .f_left .txt {
	/*padding-left: 42px;*/
	margin-top: 8px;
}

.intro .wrapper .f_right .txt {
	width: 426px;
	text-align: right;
	margin-bottom: 8px;
}
.l_img {
    overflow: hidden;
    /* position: relative; */
}

.l_img .ii {
    float: left;
    margin-right: 8px;
    width: 40px;
    height: 661px;
    position: relative;
}
.i_wrap {
    width: 600px;
    height: 40px;
    font-size: 36px;
    line-height: 36px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
    position: absolute;
    left: -280px;
    top: 162px;
    color: #fff;
    font-weight: 400;
}
.l_img .img_wrap {
    float: left;
}
.img_wrap {
  position: relative;
	cursor:pointer;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: #007fed;*/
	
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.img_wrap:hover .overlay1 {
  width: 100%;
	cursor:pointer;
}

.overlay2 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
	cursor:pointer;
}

.img_wrap:hover .overlay2 {
  width: 100%;
  left: 0;
}

.img_wrap .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.img_wrap .btn {
    padding: 16px;
    display: block;
    text-align: center;
    margin-top: 24px;
    border: 2px solid #fff;
    width: 80%;
    margin: 24px auto;
    color: #fff;
	font-weight:400;
}



/************* main *************/

/*
#main .visual {
    width: 100%;
    height: 960px;
    background: url(../images/main/main_visual01.jpg) 0 0 no-repeat;
    background-position-x: center;
}
*/

#main  .visual { 
	width:100%; 
	height:960px; 
	overflow:hidden; 
	margin:0 auto; 
	text-align:center; 
	position:relative; 
}
#main .main_visual .bx-wrapper .bx-viewport { 
	height:960px !important; 
}
#main  .visual .main_visual { 
	width:1920px; 
	height:960px; 
	position:absolute; 
	left:50%; 
	margin-left:-960px; 
}
/*
.main_slider li.visual01 { background-image:url(../images/main/main_visual01.jpg); }
.main_slider li.visual02 { background-image:url(../images/main/main_visual02.jpg); }
.main_slider li.visual03 { background-image:url(../images/main/main_visual03.jpg); }
*/

#main .visual .visual_wrap {
    text-align: center;
    width: 100%;
	position:absolute;
	top:0;
	z-index:99;
}

#main .visual .caption {
    color: #fff;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    padding-top: 420px;
}

#main .visual .caption h2 {
    font-size: 56px;
    line-height: 56px;
    font-family: poppins;
}

#main .visual .caption h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: poppins;
}

.section {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.section .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 160px 0;
    overflow: hidden;
}

.maintit {
    font-size: 45px;
    color: #111;
    font-family: poppins;
}

/* ideology */
.maintit.id {
	
    max-width: 240px;
}

.maintit.bui {
	padding:20px 0px 50px;
	text-align:center;
}
.ide .f_left {
    float: left;
    line-height: 1.1;
    width: calc(100% - 720px);
}

.ide .f_left ul {
    margin-top: 68px;
}

.ide .f_left li {
    font-size: 20px;
    line-height: 1.9;
    color: #222;
    letter-spacing: -0.3px;
	font-weight: 400;
}

.ide .f_right {
    float: right;
    max-width: 720px;
}

.ide .f_right .caption {
    margin-top: 36px;
    line-height: 1.9;
}

.ide .f_right .caption p {
    font-size: 15px;
    letter-spacing: -0.3px;
    font-weight: 300;
}

/* board */

.board .maintit {
	text-align:center;
	margin-bottom:50px;
}
.board .items {
    float: left;
    width: 392px;
    margin-right: 12px;
    background: #f4f4f4;
    padding: 24px;
    text-align: left;
}
.board .items:last-child {
    margin-right: 0;
}

.board .items .cate {
	color: #0431ae;
	border-bottom: 2px solid #0431ae;
	padding: 0;
	display: inline-block;
	line-height: 1.2em;
	font-weight: 500;
	padding: 0 2px;
}

.board .items .tit {
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    margin: 12px 0;
    max-height: 57px;
    overflow:hidden;
    font-weight:400;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board .items .contents {
    line-height: 1.6em;
    font-weight: 100;
    max-height: 50px;
    overflow: hidden;
}

.board .items .date {
    margin-top: 8px;
    display: block;
    color: #999;
    font-weight: 100;
}

.board .board_wrap {
    float: left;
}
.board_inner:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #666;
}
.board_bottom {
    /* position: relative; */
    overflow: hidden;
	margin:50px auto;
}

a.btn_back {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: #222;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_popclose {
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: 20px;
    width: 120px;
    background: #222;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_write {
    display: inline-block;
    text-align: center;
    float: right;
    width: 120px;
    background: #222;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_confirm {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #0066b3;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_confirm_m {
    display: inline-block;
    text-align: center;
    width: 210px;
    background: #0066b3;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_cancel {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_cancel_m {
    display: inline-block;
    text-align: center;
    width: 210px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_modify {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #0066b3;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
a.btn_reply {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #0066b3;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}

a.btn_delete {
    display: inline-block;
    text-align: center;
    width: 120px;
    background: #666;
    height: 40px;
    line-height: 40px;
    color: #fff;
	cursor: pointer;
}
.btn_wrap {
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
.btn_wrap_l {
	overflow: hidden;
	float: left;
}
.type_line {
    width: 100%;
}

.type_line td {
    /* padding: 40px 0; */
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

/* board_notice */
.notice .cont {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.notice .cont .tit {
    font-size: 16px;
    color: #333;
    font-weight: 500;
	line-height: 16px;
}
.notice .cont .tit .tit_c {
	overflow: hidden; text-overflow: ellipsis; /*white-space: pre;*/
}
.notice .cont .tit .b_no {
    margin-right: 10px;
	width: 75px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.notice .cont .tit .b_re {
    color: #0066b3;
    margin-right: 10px;
	font-weight: 600;	
}
.notice .cont .tit .n_cate {
    color: #0066b3;
    margin: 0 10px;
	font-weight: 500;	
}
.notice .cont .tit .i_notice {
	width: 40px;
	height: 22px;
	background: #0066b3;
    color: #fff;
    margin: 0 25px 0 20px;
	font-size: 15px;
	font-weight: 500;
	padding: 2px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}
.notice .cont .tit .i_cate {
	width: auto;
	height: 18px;
	line-height: 18px;
	background: #f6f6f6;
	border: 1px #ccc solid;
    color: #333;
    margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	padding: 3px 5px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	letter-spacing: -1px;
}
.notice .cont .tit img {
	margin-left: 10px;
}
.type_line td p {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
}
.notice .cont a>div:first-child { overflow:hidden; }
.notice .cont a>div:nth-child(2) {
    height: 48px;
	line-height: 1.6em;
    overflow: hidden;
}
.notice .cont a>div.refc_comm {
	width:100%;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.notice  .cont a>div .tit {
	float: left;
	width: calc(100% - 80px);
}
.notice  .cont a>div .info {
	float: right;
	text-align: right;
	color: #666;
}
.notice .cont a>div .info .name:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 3px;
}
/*.notice .cont a>div .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 3px;
}

.notice .cont a>div .info .name, .notice .cont a>div .info .date, .notice .cont a>div .info .views {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #676767;
}
*/
.notice .cont>div { height:48px; line-height:1.6em; overflow:hidden; }
.notice .cont>div img { display:none; }
.notice .cont>div.refc_file {
    height: auto;
}


.notice .cont>div.refc_file {
    padding: 20px;
    overflow: hidden;
    padding: 0;
    margin-top: 6px;
}

.notice .cont>div.refc_file h3 {
    float: left;
    position: relative;
    padding-right: 12px;
    line-height: 1.6em;
}

.notice .cont>div.refc_file .file_list {
    float: left;
    padding-left: 12px;
}

.notice .cont>div.refc_file h3:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 5px;
}

.notice .cont>div.refc_file .file_list li {
    font-size: 15px;
    line-height: 1.6em;
}

.notice .cont>div.refc_file .file_list li a {
    color: #760023;
    font-weight: 500;
    position: relative;
    display: block;
    padding-right: 31px;
    font-size: 16px;
}
.notice .cont>div.refc_file .file_list li a:hover {
	text-decoration: underline;
}

.notice .cont>div.refc_file .file_list .file_count a span{
    width: 20px;
    height: 20px;
    background: #0066b3;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 3px;
}

/* ê²Œì‹œíŒ VIEW */
.board_view .title_info {
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
}

.board_view .title_info .l_tit {
    float: left;
	width: 100%;
}

.board_view .title_info .l_tit .wrapper {
    padding: 30px 0;
}

.board_view .title_info .l_tit .tit {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}

.board_view .title_info .r_icon {
    float: right;
    padding: 45px 0;
}

.board_view .title_info .r_icon ul {
    overflow: hidden;
}

.board_view .title_info .r_icon ul li {
    float: left;
    margin-left: 6px;
}

.board_view .title_info .r_icon ul li:first-child {
    margin-left: 0;
}
/*
.board_view .title_info .l_tit .info .date,
.board_view .title_info .l_tit .info .views,
.board_view .title_info .l_tit .info .name {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #676767;
}
.board_view .title_info .l_tit .info .name:after,
.board_view .title_info .l_tit .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 16px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 0px;
}
*/
.board_view .title_info .l_tit .info {
    line-height: 16px;
}
.board_view .title_info .l_tit .tit .n_cate {
    color: #0066b3;
}
.board_view .contents_info {
    padding: 30px 0;
	line-height:1.7em
}
.board_view .contents_info strong {
    font-weight: bold !important;
}
.board_view .contents_info img {
    margin: 10px 0;
	width: auto;
}
.board_view .list_info {
    border-top: 1px solid #ccc;
}

.board_view .list_info .list_line {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.board_view .list_info .list_line .ic_area {
    float: left;
    width: 100px;
    position: relative;
    text-align: center;
    color: #343434;
    font-size: 15px;
    font-weight: 500;
}
.board_view .list_info .list_line .ic_area.prev:before {
     content:'';
     display:inline-block;
     width:6px;
     height:6px;
     margin:-5px 12px auto auto;
     vertical-align:middle;
     border-right:2px solid #666;
     border-top:2px solid #666;
     transform:rotate(-45deg);
     position:absolute;
     top:28px;
     left:10px;
}
.board_view .list_info .list_line .ic_area.next:before {
     content:'';
     display:inline-block;
     width:6px;
     height:6px;
     margin:-5px 12px auto auto;
     vertical-align:middle;
     border-right:2px solid #666;
     border-top:2px solid #666;
     transform:rotate(135deg);
     position:absolute;
     top:25px;
     left:10px;
    
}
.board_view .list_info .list_line .list_name {
    float: left;
    font-size: 15px;
	color: #666;
	font-weight: 400;
}

.board_view .list_info .list_line  .list_date {
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: 400;
	color: #666;
	
}
.file_info {
    border-top: 1px dashed #ccc;
    padding: 20px;
    overflow: hidden;
}

.file_info .tit {
	font-weight: 500;
    float: left;
    position: relative;
    padding-right: 12px;
}

.file_info .file_list {
    float: left;
    padding-left: 12px;
}

.file_info .tit:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #999;
    position: absolute;
    right: 0;
    top: 3px;
}

.file_info .file_list li {
    font-size: 15px;
}

.file_info .file_list li a {
    font-weight: 400;
}
.file_info .file_list li a:hover {
	text-decoration: underline;
}

/*ìˆ˜ìƒì‹¤ì */
.gal_list {width:100%; border-top:1px solid #000; border-bottom:1px solid #ddd; padding-top:30px; display:inline-block; margin:0 auto;}
.gal_list .list_wrap { width:100%; margin:0 auto;}
.gal_list ul { text-align:center;}
.gal_list ul li { width:380px; margin-right:30px; margin-bottom:30px; text-align:center; float:left; box-sizing:border-box; }
.gal_list ul li:nth-child(3n) { margin-right: 0; }
.gal_list ul li .img { width:380px; height:370px; border:1px solid #ddd; background: url(../images/sub/noimg.jpg) center; }
.gal_list ul li img { width:378px;}
.gal_list ul li .info { margin: 10px 0 30px; }
.gal_list ul li .info .date { font-size:18px; font-weight: 500; color: #0066b3; line-height: 1.5em; }
.gal_list ul li .info .name { font-size:16px; font-weight: 500; margin-bottom: 5px;}
.gal_list ul li .info .txt01, .gal_list ul li .info .txt02 {
    font-size: 14px;
    color: #666;
}

/*.gal_list ul li .info .name:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 3px;
}
.gal_list ul li .info .date:after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 2px;
    height: 14px;
    background: #d0d0d0;
    position: absolute;
    right: 0;
    top: 3px;
}
*/

/* business */

.business .cont {
    height: 316px;
    cursor: pointer;
}
.business .cont:nth-child(1) { background-image: url(../images/main/main_sec02_2.png); background-position-x:center; } 
.business .cont:nth-child(2) { background-image: url(../images/main/main_sec02_1.png); background-position-x:center;} 

.business .cont .caption { 
    max-width:1200px;
    width:100%;
    margin :0 auto;
    padding:124px 0;
}
.business .cont .caption h2 {
	font-family: poppins;
	font-size: 32px;
	color: #fff;
	font-weight:400;
	line-height:45px;
}
.business .cont .caption p {
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:300;
}
.business .cont .caption.right {
    text-align: right;
}


/* business */

.credit_box {}
.credit_box ul { overflow: hidden; width: 100%; margin-bottom: 50px; }
.credit_box ul li { width:48%; height: 250px; border: 1px #ddd solid; margin-left: 4%; float: left;}
.credit_box ul li:first-child { margin-left: 0;}
.credit_box ul li .tit { font-size: 24px; font-weight: 300; padding: 50px 0 0 50px; width: 250px; height: 250px; float: left; text-align: left; background: rgba(255,255,255,0.5); }
.credit_box ul li .tit span { font-weight: 500; }
.credit_box ul li .txt { font-size: 50px; font-weight: 600; margin-top: 100px; margin-right: 100px; color: #0066b3; float: right; text-align: center;}
.credit_box ul li .txt span { font-size: 24px; font-weight: 300; color: #666; }
.credit_box ul li.bg01 { background: url(../images/sub/credit_bg01.jpg) center no-repeat;}
.credit_box ul li.bg02 { background: url(../images/sub/credit_bg02.jpg) center no-repeat;}


/* CI */
.ci { width: 100%; overflow: hidden;}
.ci .ci_img { width: 400px; height: 262px; background: #fff; border: 1px #ddd solid; margin: 0 auto; padding-top: 55px; text-align: center; float: left; }
.ci .ci_info { width: 800px; height: 262px; padding: 50px 0 50px 50px; float: left; }
.ci .tit {	font-size: 32px; letter-spacing: -2px; font-weight: 300; color: #666; line-height: 1.2em; margin-bottom: 40px; }
.ci .tit span {color: #17357c;font-weight: 500;}
.ci .txt { }
.ci .ci_img_bg { width: 400px; height: 262px; background: url(../images/sub/CI_bg.gif); border: 1px #ddd solid; margin: 0 auto; padding-top: 65px; text-align: center; float: left; }
.ci .ci_info_co { width: 800px; height: 262px; padding: 20px 0 0px 50px; float: left; }
.ci .color01 { overflow: hidden; float: left; width: 400px; margin-top: 40px;}
.ci .color02 { overflow: hidden; float: left; margin-top: 40px;}
.ci .box01 { width: 104px; height: 104px; background: #0066b3; float: left;}
.ci .box02 { width: 104px; height: 104px; background: #2e3192; float: left; }
.ci ul { padding: 15px 20px; float: left; }
.ci ul li { font-size: 16px; font-weight: 400; line-height: 1.5em; letter-spacing: normal;}

/************ layout *************/

.wrap {
    position: relative;
}




/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
    z-index: 9998;
    width: 100%;
	transition: all 0.5s ease;
}

#header.on {
    position: fixed;
    top: 0;
    background: #fff;
    animation: smoothScroll 0.5s forwards;
    /* border-bottom: 1px solid #ccc; */
}

#header.on nav {
    display: block;
}
#header.on nav #gnb li .nav_dep1 {
    color: #2a2a2a;
}

#header.on .menu_area ul li a {
    color: #2a2a2a;
}

#header .logo {
    float: left;
    /* height: 96px; */
    padding: 26px 0;
    line-height: 96px;
}

#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .logo a {
    width: 251px;
    height: 46px;
    display: block;
    background: url(/images/common/logo.png) 0 0 no-repeat;
}

#header .logo a>img {
    display: none;
}

#header.on .logo a {
    background: url(/images/common/logo_on.png) 0 0 no-repeat;
}

/************* Header - gnb slide menu *************/
#header nav {
    float: left;
    width: auto;
    margin-left: 50px;
    /* display:none; */
}

#header nav #gnb {
    width: 100%;
    height: 96px;
}

#header nav #gnb li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
}

#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 18px;
	font-weight:400;
}

#header.active nav {
	display:block;
}

#header nav .depth_toggle {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    transition:.5s height, .2s background;
    display:none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}

#header nav .depth_toggle .wrapper {
    width: 1200px;
    /* margin: 0 auto; */
    /* margin-left: 352px; */
    margin: 0 auto;
    padding-left:296px;
}
#header nav .depth_toggle .sub_nav {
    width: 150px;
    height: 200px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 0;
    transition:.5s height, .2s background;
}

#header nav .depth_toggle .sub_nav li {
    height: 31px;
    line-height: 31px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

#header nav .depth_toggle .sub_nav li a {
	display: block;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	font-size: 16px;
	letter-spacing:-0.6px;
}


#header nav .depth_toggle .sub_nav.on {
    background: #17357c;
    color: #fff;
    transition:.5s height, .2s background;
}
#header nav .depth_toggle .sub_nav.on li a {
	color:#f1f1f1;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}

#header.speedup {
    transition: all 0.1s ease !important;
	display: block !important;
}


/************* header *************/

#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}

#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
	word-break: break-word;
}

/* Header - right menu icon */
#header .menu_area {
    float: right;
}

#header .menu_area ul {
    overflow: hidden;
}

#header .menu_area ul li {
    width: 60px;
    height: 96px;
    line-height: 96px;
    float: left;
    text-align: center;
    cursor:pointer;
}

#header .menu_area ul li:nth-child(2) {
    display: none;
}

#header .menu_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
	line-height: 96px;
}

#header .menu_area ul li img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#header .menu_area ul li a.btn_ham_menu {
    /* background: rgba(0, 0, 0, 0.7); */
    width: 100%;
    height: 100%;
    display: block;
}
#header .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}     

#header .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}


/************* layout-toggleMenu(offcanvas) *************/

.offcanvas {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.offcanvas .menu_wrapper {
    -ms-overflow-style: none;
}
.offcanvas .menu_wrapper::-webkit-scrollbar {
    display: none;
}

#offcanvas::-webkit-scrollbar {
    display: none;
}

#offcanvas {
	margin-right:-580px;
	transition: 0.5s;
	transition: margin-right .5s;
	-ms-overflow-style: none;
	
}
#offcanvas.open{
	margin-right:0;
	background: #7c001a;
}

/* Style the tab */
.offcanvas .tab {
	float: left;
	background-color: #7c001a;
	width: 180px;
	height:100%;
	color: #fff;
	padding-top:72px;
	position:relative;
}

.offcanvas .tab .fixed_wrapper{
	position:fixed;
	background-color: #7c001a;
	height:100%;
	width:180px;
}

.offcanvas .h_tablinks {
	display: block;
	background-color: inherit;
	color: #fff;
	padding: 0 30px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 17px;
	height: 72px;
	line-height: 72px;
}
.offcanvas .h_tablinks.point {
    background: #570012;
}

.offcanvas .h_tablinks:hover {
	background-color: #6e0118;
}

.offcanvas .h_tablinks.active {
  background-color: #fff;
  color: #111;
	font-weight:600;
}


/* Style the tab content */
.overlay {
	display: none;
	z-index: 999;
	position: fixed;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background-color: rgba(0,0,0, 0.5);
	overflow-x: hidden;
	transition: background-color 2s;
	cursor:pointer;
}

.offcanvas .menu_wrapper {
    width: 100%;
    float: left;
    height: 100%;
    background: #fff;
}

.offcanvas .h_tabcontent {
	display: none;
	/* margin-top:72px; */
	border-top: 60px solid #17357c;
}
.offcanvas .h_tabcontent .sub_nav {
	background: #fff;
}

.offcanvas .h_tabcontent .sub_nav>li>a {
    height: 64px;
    line-height: 64px;
    font-size: 17px;
    color: #333;
    padding: 0 24px;
    border-bottom: 1px solid #e1e1e1;
    display:block;
}


.offcanvas .menu_login {
    background-color: #404040;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
	position: fixed;
	top:0;
	width: calc(100% - 180px);
	z-index:999;
}
.offcanvas .menu_login .wrapper{
	position:relative;
	width:340px;
	height:100%;
}
.offcanvas .menu_login a,.menu_login a:hover {
	color:#fff;
}

.offcanvas .right_p {
	position:absolute;
	right:0;
	top:0;
}
.offcanvas .btn_close {
    width: 30px;
    height: 30px;
    position: relative;
    text-indent: -9999px;
    top: 15px;
    right: 15px;
    background: none;
}
.offcanvas .btn_close:before,.btn_close:after{
  content:'';
  width:30px;
  height:1px;
  position:absolute;
  left: 50%;
  top: 50%;
  border-radius:4px;
  background:#fff;
}
.offcanvas .btn_close:before{
  transform:translate(-50%,-50%) rotate(-45deg)
}
.offcanvas .btn_close:after{
  transform:translate(-50%,-50%) rotate(45deg)
}
.offcanvas .h_tabcontent .depth3 {
	display: none;
	border-bottom: 1px solid #ddd;
	padding: 18px 24px;
}
.offcanvas .h_tabcontent .depth3 .menu3 {
    font-size: 16px;
    line-height: 32px;
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #b1c4d7;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.offcanvas .h_tabcontent .depth3 .menu3 a {
    color: #111;
}

.offcanvas .h_tabcontent .depth3 .menu3 a:hover {
    text-decoration: underline;
}
.offcanvas .h_tabcontent .menu2_link { 
    position:relative; 
}

.offcanvas .h_tabcontent .menu2_link.active {
	color: #0431ae !important;
	font-weight:500;
	transition: 0.5s;
}
.offcanvas .h_tabcontent .menu2_link:after {
  content:'';
  display:inline-block;
  width:9px;
  height:9px;
  margin:-5px 12px auto auto;
  vertical-align:middle;
  border-right:2px solid #aaa;
  border-top:2px solid #aaa;
  transform:rotate(135deg);
  position:absolute;
  top: 30px;
  right: 10px;
  transition: 0.5s;
}
.offcanvas .h_tabcontent .menu2_link.active:after {
  content:'';
  display:inline-block;
  width:9px;
  height:9px;
  margin:-5px 12px auto auto;
  vertical-align:middle;
  border-right:2px solid #aaa;
  border-top:2px solid #aaa;
  transform:rotate(-45deg);
  position:absolute;
  top: 35px;
  right: 10px;
  transition: 0.5s;
}

#offcanvas .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size:13px;
}

.float_wrapper {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}


/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}	


/************* layout-sub *************/

.sub_visual {
    height: 400px;
	background:#f5f5f5;
}

.sub_visual .visual01 { background-image:url(../images/sub/visual01.jpg); }
.sub_visual .visual02 { background-image:url(../images/sub/visual02.jpg); }
.sub_visual .visual03 { background-image:url(../images/sub/visual03.jpg); }
.sub_visual .visual04 { background-image:url(../images/sub/visual04.jpg); }
.sub_visual .visual05 { background-image:url(../images/sub/visual05.jpg); }

.sub_visual.shorten { height: 340px; }

.sub_visual .path_container {
    width: 100%;
    height: 100%;
    position: Relative;
}

.sub_visual .path_container .path {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.sub_visual .path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 48px;
    color: #fff;
    letter-spacing: -2px;
    line-height: 400px;
}
.sub_visual .path_container .path .sub_tab {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.sub_visual .path_container .path .sub_tab ul {
    overflow: hidden;
}

.sub_visual .path_container .path .sub_tab ul li {
    float: left;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-left: 1px solid #ddd;
    font-size: 17px;
    font-weight: 300;
}
.sub_visual .path_container .path .sub_tab ul li a {
    display:block;
    width:100%;
    height:100%;
	font-weight:400;
}
.sub_visual .path_container .path .sub_tab ul li.on {
    background: #007fed;
}
.sub_depth .depth03_line li:only-child {
    width: 100%;
}

.sub_tab ul li:first-child:nth-last-child(2), 
.sub_tab ul li:first-child:nth-last-child(2)+li {
    width: 50%;
}

.sub_tab ul li:first-child:nth-last-child(3), 
.sub_tab ul li:first-child:nth-last-child(3)+li, 
.sub_tab ul li:first-child:nth-last-child(3)+li+li {
    width: 33.33%;
}

.sub_tab ul li:first-child:nth-last-child(4), 
.sub_tab ul li:first-child:nth-last-child(4)+li, 
.sub_tab ul li:first-child:nth-last-child(4)+li+li,
.sub_tab ul li:first-child:nth-last-child(4)+li+li+li {
    width: 25%;
}

.sub_tab ul li:first-child:nth-last-child(5), 
.sub_tab ul li:first-child:nth-last-child(5)+li, 
.sub_tab ul li:first-child:nth-last-child(5)+li+li,
.sub_tab ul li:first-child:nth-last-child(5)+li+li+li,
.sub_tab ul li:first-child:nth-last-child(5)+li+li+li+li {
    width: 20%;
}

.sub_visual .path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}
.sub_container {
    min-height: 500px;
}
.sub_container .wrapper {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 80px 0 0;
}
.sub_container h1.tit {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
	margin-bottom: 50px;
}

.sub_container .contents {
    margin: 0 auto 50px;
}
.sub_container .contents_b {
    margin: 0 auto 0px;
}

/************* layout-footer *************/

.footer {
    background: #111111;
    height: 150px;
}

.footer .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    /* overflow: hidden; */
}

.footer .wrapper .logo {
    float: left;
    width: 246px;
}

.footer .wrapper .txt {
    float: left;
    width: calc(100% - 426px);
    padding: 5px 32px;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: -0.3px;
}

.footer .wrapper  .site {
    float: left;
    width: 180px;
    position: relative;
}

.footer .wrapper .txt span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footer .wrapper .site ul {
    position:absolute;
    bottom: 44px;
    left: 0;
	display:none;
}
.footer .wrapper .site ul.on {
	display:block;
}
.footer .wrapper .site ul li {
    height:44px;
    line-height:44px;
    width: 220px;
    padding: 0 12px;
    background: #111;
    z-index: 999;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
}
.footer .wrapper .site ul li a {
    color: #bbb;
	display:block;
	width:100%;
	height:100%;
}
.footer .wrapper .site .btn_toggle {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    padding: 0 12px;
    color: #fff;
    position: relative;
	cursor: pointer;
}
.footer .wrapper .site .btn_toggle:hover {
	background:#000;
}
.footer .wrapper .site .btn_toggle img {
    float: right;
    padding: 12px 0;
    transform: rotate(180deg);
}
.footer .wrapper .site ul {
    position:absolute;
    bottom: 44px;
    left: 0;
}

.footer .wrapper .site ul li {
    height:44px;
    line-height:44px;
    width: 180px;
    padding: 0 12px;
    background: #000;
    z-index: 999;
}

/************* contents *************/

.sub_container .contents h2 {
	font-size: 28px;
	font-weight: 500;
    margin-bottom: 50px;
	text-align: center;
}
.con_section {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.con_line {
	margin: 0 auto;
	padding: 50px 0;
	background: url('../images/common/con_line.gif') no-repeat center top;
}

/* ê¸°ì—…ì´ë…*/
.ceo {width: 300px; height: 396px; float: left; background: url(../images/sub/ceo.png) no-repeat center bottom #f0f0f0; }
.greeting { width: 900px; float: left; padding: 0 0 0 50px; }
.greeting p {
	margin-bottom: 20px;
}
.sub_copy {
	font-size: 32px;
	letter-spacing: -2px;
	font-weight: 400;
	line-height: 1.2em;
	color: #17357c;
	margin-bottom: 20px;
}
.sign {
	font-size: 22px;
	font-weight: 400;	
	margin-left: 10px;
}
.vision {
	width:1200px;
	height: 200px;
	background: url(../images/sub/vision_bg.jpg) center no-repeat;
	font-size: 32px;
	font-weight: 500;	
    line-height: 1em;
    font-family: poppins;	
	color: #fff;
	text-align: center;
	line-height: 1.2em;
	text-shadow: 6px 2px 6px rgba(0,0,0,0.6);
	padding: 80px 0;
}
.vision span {
	font-size: 40px;
	line-height: 0.5em;
}
.value_warp {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.value_warp ul{
	width: 864px;
	margin: 0 auto;
}
.value_warp li {
	text-align: center;
	font-size: 26px;
	font-weight: 500;	
    line-height: 322px;
	color: #333;	
	float: left;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	/*text-transform: uppercase;*/
}
.value_warp li.value01 {
	border: 18px rgba(0,102,179,0.7) solid; 
	background: url(../images/sub/value01.png) no-repeat center 80px;
	color: rgba(0,102,179,1.0);
}
.value_warp li.value02 {
	border: 18px rgba(41,90,190,0.7) solid; 
	background: url(../images/sub/value02.png) no-repeat 100px 70px;
	margin-left: -18px;
	color: rgba(41,90,190,1.0);
}
.value_warp li.value03 {
	border: 18px rgba(46,49,146,0.7) solid; 
	background: url(../images/sub/value03.png) no-repeat center 60px;
	margin-left: -18px;
	color: rgba(46,49,146,1.0);
}
.con_section_gr {
	width: 100%;
	margin: 0 auto -50px;
	height: 550px;
	background: #f6f6f6;
	padding: 80px 0 0;
}
.way_warp {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.way_warp ul{
	margin: 0 auto;
}
.way_warp li {
	width: 585px;
	height: 120px;
	text-align: left;
	font-size: 22px;
	font-weight: 300;	
	color: #fff;	
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 45px;
	box-sizing: border-box;
}

.way_warp li.way01 {
	background: rgba(0,102,179,0.7);
}
.way_warp li.way02 {
	background: rgba(41,90,190,0.7);
}
.way_warp li.way03 {
	background: rgba(41,90,190,0.7);
}
.way_warp li.way04 {
	background: rgba(46,49,146,0.7);
}

.way_warp li:first-child, .way_warp li:first-child + li + li {
	margin-left: 0px;
}
.way_warp li span {
	font-weight: 500;	
	color: #fff;
}
.way_warp li span.no {
	font-size: 36px;
	font-weight: bold;	
	margin-right: 40px;
}

.map { width: 800px; float: left; /*height: 350px;*/ }
.contact {width: 400px; /*height: 352px;*/ float: left; padding: 100px 70px; border: 1px #ddd solid; border-left: none;}
.contact .tit {font-size: 36px;	font-weight: bold; margin-bottom: 50px;}
.contact li { font-size: 16px; margin-bottom: 15px; }
.contact li span { color: #666; margin-right: 10px; font-weight: 400; }

.organization {text-align:center; margin: 0px auto;}

.ready { text-align: center;}

/* ì—°í˜ */
.history_info { width: 100%; padding: 30px; box-sizing:border-box; /*background: #f6f6f6;*/ border: 1px #ebebeb solid; float: left; margin-bottom: 20px;  }
.history_info .history_year { width: 150px; font-size: 30px; font-weight: 500; color: #0066b3; text-align: center; float: left;  }
.history_info ul { width: 950px; float: left; }
.history_info li { font-size: 16px; line-height: 1.5em;  color: #4b4b4b; margin-bottom: 10px; overflow: hidden; }
.history_info li .date { font-weight: 600; color: #333; width: 50px; height: 20px; float: left; text-align: right; }
.history_info li .txt { width: 850px; margin-left: 50px; float: left;}
.history_info li:last-child { margin-bottom: 0px;}


.txt_box {
	margin: 0 0 50px 0;
}

.business_type {
	width: 100%;
}
.business_type ul {
	overflow: hidden;
}
.business_type li {
	width: 224px;
	height: 50px;
	line-height: 48px;
	background: #fff;
	border: 1px #ddd solid;
	font-size: 16px;
	font-weight: 400;	
	text-align: center;
	float: left;
	margin-left: 20px;
}
.business_type li:first-child {
	margin-left: 0px;
}
.business_type2 {
	width: 100%;
}
.business_type2 ul {
	overflow: hidden;
}
.business_type2 li {
	width: 183px;
	height: 50px;
	line-height: 48px;
	background: #fff;
	border: 1px #ddd solid;
	font-size: 16px;
	font-weight: 400;	
	text-align: center;
	float: left;
	margin-left: 20px;
}
.business_type2 li:first-child {
	width: 185px;
	margin-left: 0px;
}
.business_result ul {
	overflow: hidden;
}
.business_result>ul>li {
	margin-bottom: 30px;
	overflow: hidden;
}
.business_result>ul li .view {
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.business_result .txt_area {
	float: left;
	width: 520px;
	height: 250px;
	padding: 22px;
	box-sizing: border-box;
	background: #f6f6f6;
	border: 1px solid #eee;
}
.business_result .txt_area .txt { margin-top:18px; }
.business_result .txt_area .tit {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 1.5em;
	cursor: pointer;
}
.business_result .txt_area .tit:hover {
	color: #0066b3;
}
.business_result .txt_area .date {
	margin-bottom: 20px;
}
.business_result .txt_area .txt ul li {
    line-height: 1.55em;
}
.business_result .img_area {
	float: left;
	width: 680px;
}
.business_result_list ul {
	overflow: hidden;
}
.business_result_list li:first-child { 
	border-top: 1px solid #ddd;
}
.business_result_list li {
	border-bottom: 1px #ddd solid;
	padding: 20px;
	/* line-height: 30px; */
	overflow: hidden;
	display: table;
	width: 100%;
}
.business_result_list li.head {
	border-top: 1px #999 solid;
	background: #f8f8f8;
}
.business_result_list li .year {
	width: 9%;
	text-align: center;
	display: inline-block;
}
.business_result_list li span {
    display: table-cell;
    vertical-align: middle;
}

.business_result_list li .tit {
	width: 49%;
	font-size: 18px;
	font-weight: 400;
	margin: 0 20px;
	display: inline-block;
	cursor: pointer;
}
.business_result_list li.head>span {
    text-align: center;
}
.business_result_list li .tit:hover {
	color: #0066b3;
}
.business_result_list.wd li .tit:hover {
	color: #333;
}
.business_result_list.wd li .tit {
    width: calc(100% - 10%);
    margin: 0;
    padding-left: 15px;
}
.business_result_list.wd li .tit span {
	color: #888;
	margin-left:20px;
	font-size:16px;
}
.business_result_list.wd li .year { text-align:left; }
.business_result_list li .order {
	width: 11%;
	display: inline-block;
	text-align: center;
}
.business_result_list li .order2 {
	width: 11%;
	display: inline-block;
	text-align: center;
}
.business_result_list li .order3 {
	width: 15%;
	display: inline-block;
	text-align: center;
	padding-left: 20px;
}
.business_result_list li .view {
	margin-left: 10px;
	cursor: pointer;
}
.business_result_list {
    /* background:#f5f5f5; */
}
.business_result_list.head ul li {
    border-bottom:0;
}
.business_result_list.head ul li span { font-size: 15px !important;}
.directions {
	display: none;
	padding-top: 20px;
	
}
.directions .detail_wrap {
	width: 100%;
	background: #fff;
	padding: 50px;
	box-sizing: border-box;
	max-height: 720px;
	overflow-y: scroll;
}
.directions .tit {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	border-top: 2px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 20px 0;
}
.directions .img {
	width: 1100px;
	text-align: center;
	padding: 50px 50px 0 50px;	
}
.directions .img img {
	width: 100%;
	max-width: 80%;
}
.directions .txt ul {
	overflow: hidden;
	width: 100%;
}
.directions .txt li:first-child {
	border-top: 1px #ddd solid;
}
.directions .txt li {
	width: 100%;
	line-height: 30px;
	border-bottom: 1px #ddd solid;
	padding: 10px 50px 10px 0;
	font-size: 16px;
	overflow:hidden; 
}
.directions .txt li span {
	width: 200px;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding-left: 50px;
}
.directions .txt li .text {
    width: calc(100% - 200px);
    float: right;
}
.directions .btn_popclose {
	position: absolute;
	top: 25px; 
	right: 0;
	margin-right: 5px;
	cursor: pointer;
	padding: 10px;	
	/*border: 1px #ccc solid;
	border-radius: 2px;*/
}
.board_top {
    overflow: hidden;
	margin-bottom: 25px;
}

.board_top .total {
    float: left;
    color: #333;
    font-size: 18px;
	margin-top: 10px;
}

.board_top .total .gr {
    color: #666;
    font-size: 16px;
	margin-right: 10px;

}

.board_top .total .sm {
    font-size: 16px;
}

.board_top .search_form {
    float: right;
    display: flex;
}
.sel_type {
	width: 120px;
	float: left;
}
select {
    width: auto;
    height: 42px;
    border: 1px solid #ccc;
    padding: 0 8px;
    margin-right: 4px;
	background:#fff;
}


.search_group {
	float: right;
    border: 1px solid #ccc;
	background: #fff;
}

.search_group input#schText {
	width: 200px;
    height: 38px;
    padding: 0 12px;
    border: none;
}
.search_group input#board_search {
    border: none;
    text-indent: -9999px;
    background: url(../images/common/ic_search.png) center no-repeat #f0f0f0;
    width: 40px;
    height: 40px;
}

/* pager */

.pager { 
	margin: 0px auto; 
}

.pager ul {
    margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center; 
}

.pager li {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    margin-right: 3px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    font-size: 16px;
	background: #fff;
	cursor: pointer;
}
.pager li.on {
    background: #0066b3;
    border: 1px solid #0066b3;
    color: #fff;
}
.pager li img {
	padding: 7px;
}

/*ìž¬ë¬´ì •ë³´*/
.graph_warp { width: 100%;margin:0 auto 40px; }
.graph_warp ul { width: 100%; overflow: hidden; border: 1px #ddd solid; padding: 40px; box-sizing: border-box;}
.graph_warp li { width: 48%; float: left; }
.graph_warp li:first-child { margin-right: 4%;}
.graph_warp li.one { width: 48%; float: left; margin-left: 23%;}
.graph_tit {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 30px;

}
.canvas_wrap {}

/* table*/
.grad_tb{margin:auto 0;font-size:16px;}
.grad_tb table {border-top:1px #000 solid;width: 100%;}
.grad_tb grad_tb{width:100%;border:0;}
.grad_tb caption{font-weight:bold;text-align:left}
.grad_tb th,
.grad_tb td{color:#4b4b4b; padding:15px;border:0;vertical-align:top}
.grad_tb th{vertical-align:middle;}
.grad_tb thead th{background:#f6f6f6;color:#505050;text-align:center;font-weight:bold; border-bottom:1px #ddd solid;word-break:keep-all;}
.grad_tb thead th.line-rg{border-right:1px #ddd solid;}
.grad_tb thead td{background:#f6f6f6;color:#505050;text-align:center;border-bottom:1px #ddd solid;word-break:keep-all;}
.grad_tb thead td.bg{background:#fffdf3;color:#505050;text-align:center;font-weight:bold; border-bottom:1px #ddd solid;border-right:1px solid #dadada;word-break:keep-all;}
.grad_tb tbody th{border-bottom:1px solid #dadada;border-left:0px;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tbody th.bg{background:#f6f6f6;border-bottom:1px solid #dadada;border-left:0px;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tbody td{border-bottom:1px solid #dadada;border-left:1px solid #dadada;text-align:left;vertical-align:middle;word-break:keep-all;}
.grad_tb tbody td.lf_n{border-bottom:1px solid #dadada;border-left:none;border-right:none;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tbody td.td_left { text-align:left; }
.grad_tb tbody th.photo{ padding:none;}
.grad_tb tbody td.none{border-bottom:1px solid #dadada;border-left:none;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tbody td.note{text-align:left;}
.grad_tb tbody td.bg{background:#f6f6f6;border-bottom:1px solid #dadada;border-left:1px solid #dadada;text-align:center;vertical-align:middle;word-break:keep-all;}
.grad_tb tfoot th{background:#f3efe4;color:#505050;text-align:center;font-weight:bold; border-bottom:1px solid #dadada;word-break:keep-all;}
.grad_tb tfoot td{background:#f3efe4;color:#505050;text-align:center;font-weight:bold; border-bottom:1px solid #dadada;word-break:keep-all;}
.grad_tb tfoot td.bg{background:#fffdf3;color:#505050;text-align:center;font-weight:bold;border-left:1px solid #dadada;border-right:1px solid #dadada; border-bottom:1px solid #dadada;word-break:keep-all;}
.grad_tb .align_c{text-align:center; }
.grad_tb .align_l{text-align:left; padding-left:15px;}
.grad_tb .bg {background:#f6f6f6;}
.grad_tb .btn_inc {background:#014696;font-size:15px;padding:5px 15px;color:#fff !important;}
.grad_tb .btn_inc:hover {background:#003e86;}

.attention_r { overflow: hidden; margin-bottom: 10px;}
.txt_s { float: right; font-size: 13px; color: #666; font-weight: 300;}