/*-----------------------*/
/***** Ribbon_banner *****/
/*-----------------------*/
.ribbon_top_out {
	padding-top: 50px !important;
}
.ribbon_body{
	 padding-top:32px  !important;
	 padding-bottom:16px  !important;
}
.ribbon_nb_wrap {
	position:relative;
	z-index:999;
}
.ribbon_nb {
    position: absolute;
    left: 50%;
    display: block;
    margin: -40px -108px;
    width: 216px;
    height: 40px;
    border: 1px solid #8a1;
    font: normal 18px/34px 'Rye';
    font-weight: 600;
    text-align: center;
    color: #FFF;
    background: #9b2;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0,0,0,.15) inset,0 6px 10px rgba(0,0,0,.15);
}
.ribbon_nb::before,
.ribbon_nb::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -40px;
    top: 18px;
    display: block;
    width: 59px;
    height: 0px;
    border: 20px solid #9b2;
    border-right: 20px solid #791;
    border-bottom-color: #94b81e;
    border-left-color: transparent;
    transform: rotate(-5deg);
}
.ribbon_nb::after {
    left: auto;
    right: -40px;
    border-left: 20px solid #791;
    border-right: 30px solid transparent;
    transform: rotate(5deg);
}   
/*-----------------------*/

/*---------------------*/
/***** Ribbon_Tail *****/
/*---------------------*/
.ribbon_tail {
    position: absolute;
	top: -4px;
    left: 12px;
    width: 40px;
    height: 34px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 600;
	background: #4B87D8;
}
.ribbon_tail:after,
.ribbon_tail:before {
    content: '';
    position: absolute;
    border-top: 20px solid #4B87D8;
    height: 0;
    width: 0;
    top: 100%;
}
.ribbon_tail:after {
    border-left: 40px solid transparent;
    right: 0px;
}
.ribbon_tail:before {
    border-right: 40px solid transparent;
    left: 0px;
}
/*---------------------*/

/*---------------*/
/***** Chico *****/
/*---------------*/
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    background: #000000;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    opacity: 1;
	width:100%;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0.94);
}

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);	
}

figure.effect-chico:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.6;
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico p {
	opacity:0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: opacity 0.35s, transform 0.35s;
    position: absolute;
    width: 320px;
    height: 26px;
    top: 50%;
    left: 50%;
    margin-top: 26px;
    margin-left: -160px;
    font-size: 14px;	
}
figure.effect-chico .mag_ico {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -26px;
    margin-left: -26px;
    font-size: 40px;
	background: none;
    border: 0px;
    padding: 0px;
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover .mag_ico,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: opacity 0.35s, transform 0.35s;
}
.images_tit_bottom{
	display: block;
    text-align: center;
    font-size: 14px;
    color: #CACCCE;
    line-height: 28px;
    background: #29323E;
}
/*---------------*/


.sub_tit{
    position: absolute;
    top: 54px;
    left: 0px;
    right: 0px;
    padding: 4px 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #151A21;
    background: #29323E;
}
.sub_body{
	position: absolute;
	top: 85px;
	bottom:0px;
	left: 0px;
	right:0px;
	padding:16px 32px;
	background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
	overflow-y: auto;
	overflow-x: hidden;
}
.sub_scroll_body{
	position: absolute;
	top: 85px;
	bottom:0px;
	left: 0px;
	right:0px;
	padding:0px 48px;
	background: linear-gradient(0deg, #DFE7EA, #E4E8EA) fixed;
	overflow-y: auto;
	overflow-x: hidden;
}
.line_click {
	display: inline-block;
	color: #FF7800;
	border: outset 2px #95B343;
	border-radius: 24px;
	padding: 4px 14px;
	vertical-align: middle;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	position: absolute;
	top: 50%;
	left: 50%;
	height:480px;
	width:640px;
	margin-top:-240px;
	margin-left:-320px;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #ffffff;
	overflow:hidden;
}
.modalDialog > div .top {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 64px;
	padding: 0px 24px;
	color: #ffffff;
	background: #3ECCA6;
}
.modalDialog > div .contents {
	position: absolute;
	top: 64px;
	left: 0px;
	right: 0px;
	bottom:0px;
	padding:16px;
	text-align:center;
}
.modalDialog > div .top .close {
	position: absolute;
	right: -12px;
	top: 50%;
	right: 16px;
	width: 40px;
	height: 40px;
	line-height:40px;
	margin-top: -20px;
	border-radius:4px;
	color: #FFFFFF;
	font-size: 24px;
	text-align:center;
	background: none;
}
.modalDialog > div .top .close:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	opacity:1;
}
.click_on {
	cursor:pointer;
}
.divide {
	border-right:solid 1px #CCC;
}
.touch_btn_center {
	position:absolute;
	top:50%;
	left:50%;
	width: 40px;
	height: 56px;
	margin-top:-20px;
	margin-left:-20px;
	background:url(../common_img/touch_ico.png);
}
.touch_wrap_text {
	text-align:center;
}
.touch_wrap_text.center {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin-top: -40px;
}
.touch_wrap_text.middle {
	text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 240px;
    margin-top: -40px;
    margin-left: -120px;
}
.touch_wrap_text .txt {
	color: #cad3d8;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.touch_wrap_text .ico {
	width: 40px;
	height: 56px;
	margin: auto;
	background:url(../common_img/touch_ico.png);
}
.toggle_box {
	display:block;
	position:relative;
	border:dashed 2px #95b343;
	border-radius:6px;
	padding:12px;
	background:#ffffff;
}
.toggled_box {
	display:block;
	position:relative;
	border:solid 2px #a2b9c7;
	border-radius:6px;
	padding:12px;
	background:#ffffff;
}
.toggled_box .tit {
	display: inline-block;
	height: 32px;
	margin: auto;
	margin-bottom: 8px;
	padding: 0px 32px;
	border-radius: 16px;
	color: #ffffff;
	font-size: 20px;
	font-weight:800;
	background: #374f67;
}
.toggled_box .txt {
	margin: auto;
	padding: 0px 32px;
	border-radius: 16px;
	color: #4d5e68;
	font-size: 16px;
}
.toggled_box .txt_q {
    margin: auto;
    padding: 12px 32px 12px 52px;
    border-radius: 16px;
    color: #4d5e68;
    font-size: 17px;
}
.pannel {
	position:relative;
	display:block;
	border-radius:6px;
	background:#ffffff;
}
.pannel.border_basic {
	border:solid 2px #a2b9c7;
}
.pannel.border_indigo {
	border:solid 2px #374f67;
}
.pannel.border_blue {
	border:solid 2px #4890d9;
}
.pannel.border_green {
	border:solid 2px #95b343;
}
.pannel.border_orange {
	border:solid 2px #FF9800;
}
.pannel .top {
	display:block;
	height:40px;
	line-height:40px;
	padding:0px 24px;
	color:#32424b;
	font-size:16px;
	font-weight:600;
	border-bottom:solid 1px #CACFD2;
	border-radius:2px 2px 0px 0px;
	background:#ffffff;
}
.pannel .top.tit {
	height:32px !important;
	line-height:32px !important;
	padding:0px 12px !important;
	font-size:14px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.pannel .top.tit .number{
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-right: 6px;
    padding: 0px !important;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px !important;
    text-align: center;
    background: #436696;
}
.pannel .body {
	padding:16px;
}
.pannel .body .text {
	font-size:16px;
}
.pannel.green {
}
.pannel.green .top {
	color:#FFF;
	border-bottom:0px;
	background:#95b343;
}
.pannel.green .body {
	padding:8px;
}
.pannel.orange {
}
.pannel.orange .top {
	color:#FFF;
	border-bottom:0px;
	background:#FF9800;
}
.pannel.green .body {
	padding:16px;
}

.pannel.green .body.border {
	border:solid 2px #95b343;
	border-radius:0px 0px 6px 6px;
}
.pannel.blue {
}
.pannel.blue .top {
	color:#FFF;
	border-bottom:0px;
	background:#4890d9;
}
.pannel.blue .body {
	padding:16px;
}
.pannel.blue .body.border {
	border:solid 2px #4890d9;
	border-radius:0px 0px 6px 6px;
}
.pannel.indigo {
}
.pannel.indigo .top {
	color:#FFF;
	border-bottom:0px;
	background:#374f67;
}
.pannel.indigo .body {
	padding:16px;
}
.pannel.indigo .body.border {
	border:solid 2px #374f67;
	border-radius:0px 0px 6px 6px;
}
.pannel.disabled {
}
.pannel.disabled .top {
	color:#FFF;
	border-bottom:0px;
	background:#a4aeb4;
}
.pannel.disabled .body {
	padding:8px;
}
.pannel.disabled .body.border {
	border:solid 2px #a4aeb4;
	border-radius:0px 0px 6px 6px;
}
.page_tit {
	position: absolute;
	height: 54px;
	line-height: 54px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	padding: 0px 32px;
}
.page_tit_box {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	/* width: 1024px; */
    height: 54px;
	/* margin-top: -384px; */
    /* margin-left: -512px; */
    /* border-radius: 8px 8px 0px 0px; */
    border-bottom: solid 2px #29323E;
	background: url(../common_img/topbar_bg.png) right no-repeat #435164;
}
.page_contents {
	position: absolute;
	top: 54px;
	bottom:0px;
	left: 0px;
	right:0px;
	padding:16px 32px;
	background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
	overflow-y: auto;
	overflow-x: hidden;
}
.end_wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
	background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
	background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
	overflow: hidden;
}
.inline {
	display:inline-block;
}
.page_wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
	background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
	background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
	overflow: hidden;
}
/*Font Size--------------------------------------------------------------------------------------------------------------------*/
.fs_18 {
	font-size:18px;
}
/*Font Color--------------------------------------------------------------------------------------------------------------------*/
.fc_indigo {
	color:#374f67 !important;
}
.fc_blue{
 color:#4890d9 !important;
}
.fc_red {
	color:#dd2b72 !important;
}
.fc_orange {
	color:#E98D24 !important;
}
/*Icons------------------------------------------------------------------------------------------------------------------------*/
.ico24_plus {
	width:24px;
	height:24px;
	margin:auto;
	background:url(../common_img/ico24_plus.png);
	background-size:cover;
}
.ico24_plus.center {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
}
.ico24_equals {
	width:24px;
	height:24px;
	margin:auto;
	background:url(../common_img/ico24_equals.png);
	background-size:cover;
}
.ico24_equals.center {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
}
.ico40_question {
	width: 56px;
	height: 56px;
	margin: auto;
	background: url(../common_img/ico40_question.png) center no-repeat;
	background-size: 40px;
}
.ico40_question.center {
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -20px;
	margin-left: -28px;
}
/*Align------------------------------------------------------------------------------------------------------------------------*/
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.text-center {
	text-align:center !important;
}
/*Buttons----------------------------------------------------------------------------------------------------------------------*/
.btn_inex {
	position: absolute;
	right: 0px;
	margin: 14px 32px;
	padding: 4px 12px;
	border: 0px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.22);
}
.btn_page_prev {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 40px;
	height: 80px;
	margin-top: -20px;
	padding:0px;
	border: 0px;
	color: #ffffff;
	font-size: 24px;
	border-radius: 0px 6px 6px 0px;
	background: rgba(58, 70, 88, 0.21);
}
.btn_page_next {
	z-index: 999;
	position: absolute;
	top: 50%;
	right: 0px;
	width: 40px;
	height: 80px;
	margin-top: -20px;
	padding:0px;
	border: 0px;
	color: #ffffff;
	font-size: 24px;
	border-radius: 6px 0px 0px 6px;
	background: rgba(58, 70, 88, 0.21);
}
.btn_more {
	position: absolute;
	top:48px;
	right: 16px;
	margin: 8px 0px;
	padding: 4px 12px;
	border: 0px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background: #51555F;
}
/*Margin_----------------------------------------------------------------------------------------------------------------------*/
.mar_auto {
 margin:auto;	
}
.mar_no {
	margin-top:0px !important;
	margin-bottom:0px !important;
	margin-left:0px !important;
	margin-right:0px !important;
}
.mar_8_t {
	margin-top:8px !important;
}
.mar_16 {
	margin:16px !important;
}
.mar_16_b {
	margin-bottom:16px !important;
}
.mar_16_hor {
	margin-top:16px !important;
	margin-bottom:16px !important;
}
.mar_16_ver {
	margin-left:16px !important;
	margin-right:16px !important;
}
.mar_16_t_w {
	margin-left:16px !important;
	margin-right:16px !important;
	margin-bottom:16px !important;
}
.mar_16_t {
	margin-top:16px !important;
}
.mar_32_t {
	margin-top:32px !important;
}
.mar_32_b {
	margin-bottom:32px !important;
}
.pd_16_l {
	padding-left: 16px; !important;
}
.pd_no {
	padding:0px 0px !important;
	padding-top: 0px; !important;
	padding-bottom: 0px; !important;
	padding-left: 0px; !important;
	padding-right: 0px; !important;
}

/*Display----------------------------------------------------------------------------------------------------------------------*/
.dis_none {
	display: none;
}
/*Positions----------------------------------------------------------------------------------------------------------------------*/
.relative {
	position:relative;
}

@media (max-width: 1023px) {
.line_click {
 display: inline-block;
 color: #FF7800;
 border: outset 2px #95B343;
 border-radius: 24px;
 padding: 4px 14px;
 vertical-align: middle;
}
.modalDialog {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.8);
 z-index: 99999;
 opacity:0;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 pointer-events: none;
}
.modalDialog:target {
 opacity:1;
 pointer-events: auto;
}
.modalDialog > div {
    /* width: 400px; */
    position: absolute;
 top: 50%;
 left: 50%;
 height:480px;
 width:640px;
 margin-top:-240px;
 margin-left:-320px;
 padding: 5px 20px 13px 20px;
 border-radius: 10px;
 background: #ffffff;
 overflow:hidden;
}
.modalDialog > div .top {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 height: 64px;
 padding: 0px 24px;
 color: #ffffff;
 background: #3ECCA6;
}
.modalDialog > div .contents {
 position: absolute;
 top: 64px;
 left: 0px;
 right: 0px;
 bottom:0px;
 padding:16px;
 text-align:center;
}
.modalDialog > div .top .close {
 position: absolute;
 right: -12px;
 top: 50%;
 right: 16px;
 width: 40px;
 height: 40px;
 line-height:40px;
 margin-top: -20px;
 border-radius:4px;
 color: #FFFFFF;
 font-size: 24px;
 text-align:center;
 background: none;
}
.modalDialog > div .top .close:hover {
 background: rgba(0, 0, 0, 0.2);
 color: #FFFFFF;
 opacity:1;
}
.click_on {
 cursor:pointer;
}
.divide {
 border-right:solid 0px #CCC;
 border-bottom:solid 1px #CCC;
}
.touch_btn_center {
 position:relative;
 top:auto;
 left:auto;
 width: 40px;
 height: 56px;
 margin:auto;
 background:url(../common_img/touch_ico.png);
}
.touch_wrap_text {
 text-align:center;
}
.touch_wrap_text.center {
 position: absolute;
 top: 50%;
 left: 0px;
 right: 0px;
 margin-top: -40px;
}
.touch_wrap_text .txt {
 color: #cad3d8;
 font-size: 20px;
 font-weight: 600;
 line-height: 24px;
}
.touch_wrap_text .ico {
 width: 40px;
 height: 56px;
 margin: auto;
 background:url(../common_img/touch_ico.png);
}
.toggle_box {
 display:block;
 position:relative;
 border:dashed 2px #95b343;
 border-radius:6px;
 padding:12px;
 background:#ffffff;
}
.toggled_box {
 display:block;
 position:relative;
 border:solid 2px #a2b9c7;
 border-radius:6px;
 padding:12px;
}
.toggled_box .tit {
 display: inline-block;
 height: 32px;
 margin: auto;
 margin-bottom: 8px;
 padding: 0px 32px;
 border-radius: 16px;
 color: #ffffff;
 font-size: 20px;
 font-weight:800;
 background: #374f67;
}
.toggled_box .txt {
 margin: auto;
 padding: 0px 12px;
 border-radius: 16px;
 color: #4d5e68;
 font-size: 16px;
}
.toggled_box .txt_q {
    margin: auto;
    padding: 12px 32px 12px 52px;
    border-radius: 16px;
    color: #4d5e68;
    font-size: 17px;
}
.pannel {
 position:relative;
 display:block;
 border-radius:6px;
 background:#ffffff;
}
.pannel.border_basic {
 border:solid 2px #a2b9c7;
}
.pannel.border_indigo {
 border:solid 2px #374f67;
}
.pannel.border_blue {
	border:solid 2px #4890d9;
}
.pannel.border_green {
	border:solid 2px #95b343;
}
.pannel .top {
 display:block;
 height:40px;
 line-height:40px;
 padding:0px 24px;
 color:#32424b;
 font-size:16px;
 font-weight:600;
 border-bottom:solid 1px #CACFD2;
 border-radius:2px 2px 0px 0px;
 background:#ffffff;
}
.pannel .body {
 padding:16px;
}
.pannel .body .text {
font-size:16px;
}
.pannel.green {
}
.pannel.green .top {
 color:#FFF;
 border-bottom:0px;
 background:#95b343;
}
.pannel.green .body {
 padding:8px;
}
.pannel.green .body.border {
 border:solid 2px #95b343;
 border-radius:0px 0px 6px 6px;
}
.pannel.orange {
}
.pannel.orange .top {
 color:#FFF;
 border-bottom:0px;
 background:#FF9800;
}
.pannel.orange .body {
 padding:8px;
}
.pannel.orange .body.border {
 border:solid 2px #95b343;
 border-radius:0px 0px 6px 6px;
}
.pannel.blue {
}
.pannel.blue .top {
 color:#FFF;
 border-bottom:0px;
 background:#4890d9;
}
.pannel.blue .body {
 padding:8px;
}
.pannel.blue .body.border {
 border:solid 2px #4890d9;
 border-radius:0px 0px 6px 6px;
}
.pannel.indigo {
}
.pannel.indigo .top {
 color:#FFF;
 border-bottom:0px;
 background:#374f67;
}
.pannel.indigo .body {
 padding:12px;
}
.pannel.indigo .body.border {
 border:solid 2px #374f67;
 border-radius:0px 0px 6px 6px;
}
.pannel.disabled {
}
.pannel.disabled .top {
 color:#FFF;
 border-bottom:0px;
 background:#a4aeb4;
}
.pannel.disabled .body {
 padding:8px;
}
.pannel.disabled .body.border {
 border:solid 2px #a4aeb4;
 border-radius:0px 0px 6px 6px;
}
.page_tit {
 position: absolute;
 height: 54px;
 line-height: 54px;
 color: #ffffff;
 font-size: 22px;
 font-weight: 600;
 padding: 0px 32px;
}
.page_tit_box {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 height: 54px;
 border-bottom: solid 2px #29323E;
 background: url(../common_img/topbar_bg.png) right no-repeat #435164;
}
.page_contents {
 position: absolute;
 top: 54px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 16px 32px;
 background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
 overflow-y: auto;
}
.end_wrap {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
 background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
 background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
 background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
 overflow: hidden;
}
.inline {
 display:inline-block;
}
.page_wrap {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
 background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
 background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
 background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
 overflow: hidden;
}

/*Font Size--------------------------------------------------------------------------------------------------------------------*/
.fs_18 {

 font-size:18px;
}

/*Font Color--------------------------------------------------------------------------------------------------------------------*/
.fc_indigo {
 color:#374f67 !important;
}
.fc_blue{
 color:#4890d9 !important;
}
.fc_red {
 color:#dd2b72 !important;
}
.fc_orange {
 color:#E98D24 !important;
}

/*Icons------------------------------------------------------------------------------------------------------------------------*/
.ico24_arrow_right {
 width:24px;
 height:24px;
 margin:auto;
 background:url(../common_img/ico24_arrow_right.png);
 background-size:cover;
}
.ico24_plus {
 width:24px;
 height:24px;
 margin:auto;
 background:url(../common_img/ico24_plus.png);
 background-size:cover;
}
.ico24_plus.center {
 position:relative;
 top:auto;
 left:auto;
 margin:auto;
}
.ico24_equals {
 width:24px;
 height:24px;
 margin:auto;
 background:url(../common_img/ico24_equals.png) no-repeat center;
 background-size:cover;
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
}
.ico24_equals.center {
 position:relative;
 top:auto;
 left:auto;
 margin:auto;
}
.ico40_question {
 width: 56px;
 height: 56px;
 margin: auto;
 background: url(../common_img/ico40_question.png) center no-repeat;
 background-size: 40px;
}
.ico40_question.center {
 position:relative;
 top:auto;
 left:auto;
 margin:auto;
}

/*Align------------------------------------------------------------------------------------------------------------------------*/
.text-left {
 text-align:left !important;
}
.text-right {
 text-align:right !important;
}
.text-center {
 text-align:center !important;
}

/*Buttons----------------------------------------------------------------------------------------------------------------------*/
.btn_inex {
 position: absolute;
 right: 0px;
 margin: 14px 32px;
 padding: 4px 12px;
 border: 0px;
 border-radius: 4px;
 color: #ffffff;
 font-size: 12px;
 font-weight: 700;
 background: rgba(255, 255, 255, 0.22);
}
.btn_page_prev {
 z-index: 999;
 position: absolute;
 top: 50%;
 left: 0px;
 width: 40px;
 height: 80px;
 margin-top: -20px;
 padding:0px;
 border: 0px;
 color: #ffffff;
 font-size: 24px;
 border-radius: 0px 6px 6px 0px;
 background: rgba(58, 70, 88, 0.21);
}
.btn_page_next {
 z-index: 999;
 position: absolute;
 top: 50%;
 right: 0px;
 width: 40px;
 height: 80px;
 margin-top: -20px;
 padding:0px;
 border: 0px;
 color: #ffffff;
 font-size: 24px;
 border-radius: 6px 0px 0px 6px;
 background: rgba(58, 70, 88, 0.21);
}

/*Margin_----------------------------------------------------------------------------------------------------------------------*/
.mar_auto {
 margin:auto;	
}
.mar_no {
 margin-top:0px !important;
 margin-bottom:0px !important;
 margin-left:0px !important;
 margin-right:0px !important;
}
.mar_16 {
 margin:16px !important;
}
.mar_16_b {
 margin-bottom:16px !important;
}
.mar_16_hor {
 margin-top:16px !important;
 margin-bottom:16px !important;
}
.mar_16_ver {
 margin-left:16px !important;
 margin-right:16px !important;
}
.mar_16_t_w {
 margin-left:16px !important;
 margin-right:16px !important;
 margin-bottom:16px !important;
}
.mar_16_t {
 margin-top:16px !important;
}
.mar_32_t {
 margin-top:32px !important;
}
.mar_32_b {
	margin-bottom:32px !important;
}

/*Display----------------------------------------------------------------------------------------------------------------------*/
.dis_none {
 display: none;
}
}


@media (max-width: 767px) {	 
/*-----------------------*/
/***** Ribbon_banner *****/
/*-----------------------*/
.ribbon_top_out {
	padding-top: 38px !important;
}
.ribbon_body{
    padding: 12px 16px !important;
    margin-top: 8px;
}
.ribbon_nb_wrap {
	position:relative;
	z-index:999;
}
.ribbon_nb {
	position: absolute;
    left: 50%;
    display: block;
    margin: -40px -80px;
    width: 160px;
    height: 32px;
    border: 1px solid #8a1;
    font: normal 16px/28px 'Rye';
    font-weight: 600;
    text-align: center;
    color: #FFF;
    background: #9b2;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0,0,0,.15) inset,0 6px 10px rgba(0,0,0,.15);
}
.ribbon_nb::before,
.ribbon_nb::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -18px;
    top: 16px;
    display: block;
    width: 38px;
    height: 0px;
    border: 14px solid #9b2;
    border-right: 20px solid #791;
    border-bottom-color: #94b81e;
    border-left-color: transparent;
    transform: rotate(-5deg);
}
.ribbon_nb::after {
    left: auto;
    right: -18px;
    border-left: 20px solid #791;
    border-right: 14px solid transparent;
    transform: rotate(5deg);
}   
/*-----------------------*/

/*---------------------*/
/***** Ribbon_Tail *****/
/*---------------------*/
.ribbon_tail {
	position: absolute;
    top: -4px;
    left: 12px;
    width: 32px;
    height: 28px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 800;
    background: #4B87D8;
}
.ribbon_tail:after,
.ribbon_tail:before {
    content: '';
    position: absolute;
    border-top: 20px solid #4B87D8;
    height: 0;
    width: 0;
    top: 100%;
}
.ribbon_tail:after {
    border-left: 32px solid transparent;
    right: 0px;
}
.ribbon_tail:before {
    border-right: 32px solid transparent;
    left: 0px;
}
/*---------------------*/

.sub_tit {
    position: absolute;
    top: 54px;
    left: 0px;
    right: 0px;
    padding: 4px 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 1px #151A21;
    background: #29323E;
}
.sub_body {
 position: absolute;
 top: 83px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 8px 0px;
 background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
 overflow-y: auto;
 overflow-x: hidden;
} 
.sub_scroll_body {
 position: absolute;
 top: 83px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 0px 0px;
 background: linear-gradient(0deg, #DFE7EA, #E4E8EA) fixed;
 overflow-y: scroll;
 overflow-x: hidden;
} 
.line_click {
 display: inline-block;
 vertical-align: middle;
}
.modalDialog {
 position: fixed;
 font-family: Arial, Helvetica, sans-serif;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.8);
 z-index: 99999;
 opacity:0;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 pointer-events: none;
}
.modalDialog:target {
 opacity:1;
 pointer-events: auto;
}
.modalDialog > div {
 position: absolute;
 top: 12px;
 bottom: 12px;
 left: 12px;
 right: 12px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-left: 0px;
 padding: 5px 20px 13px 20px;
 border-radius: 10px;
 background: #ffffff;
 overflow: hidden;
}
.modalDialog > div .top {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 height: 42px;
 padding: 0px 12px;
 color: #ffffff;
 background: #3ECCA6;
}
.modalDialog > div .top h3 {
 font-size: 18px;
 margin: 12px 0px;
}
.modalDialog > div .contents {
 position: absolute;
 top: 64px;
 left: 0px;
 right: 0px;
 bottom:0px;
 padding:16px;
 text-align:center;
}
.modalDialog > div .top .close {
 position: absolute;
 right: -12px;
 top: 50%;
 right: 6px;
 width: 32px;
 height: 32px;
 line-height: 32px;
 margin-top: -16px;
 border-radius: 4px;
 color: #FFFFFF;
 font-size: 20px;
 text-align: center;
 background: none;
}
.modalDialog > div .top .close:hover {
 background: rgba(0, 0, 0, 0.2);
 color: #FFFFFF;
 opacity:1;
}
.click_on {
 cursor:pointer;
}
.divide {
 border-right:solid 0px #CCC;
 border-bottom:solid 1px #CCC;
}
.touch_btn_center {
 position:relative;
 top:auto;
 left:auto;
 width: 32px;
 height: 46px;
 margin: auto;
 background: url(../common_img/touch_ico.png) center no-repeat;
 background-size: 32px;
}
.touch_wrap_text {
 text-align:center;
}
.touch_wrap_text.center {
 position: absolute;
 top: 50%;
 left: 0px;
 right: 0px;
 margin-top: -40px;
}
.touch_wrap_text .txt {
 color: #cad3d8;
 font-size: 16px;
 font-weight: 600;
 line-height: 24px;
}
.touch_wrap_text .ico {
 width: 32px;
 height: 46px;
 margin: auto;
 background: url(../common_img/touch_ico.png) center no-repeat;
 background-size: 32px;
}
.toggle_box {
 display:block;
 position:relative;
 border:dashed 1px #95b343;
 border-radius:4px;
 padding:12px;
}
.toggled_box {
 display:block;
 position:relative;
 border:solid 1px #a2b9c7;
 border-radius:6px;
 padding:12px 8px; 
}
.toggled_box .tit {
	display: inline-block;
    height: auto;
    margin: auto;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 64pc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    background: #374f67;
}
.toggled_box .txt {
 margin: auto;
 padding: 0px;
 color: #4d5e68;
 font-size: 14px;
}
.toggled_box .txt_q {
    margin: auto;
    padding: 12px 12px 12px 42px;
    border-radius: 16px;
    color: #4d5e68;
    font-size: 14px;
}
.pannel {
 position:relative;
 display:block;
 border-radius:6px;
 background:#ffffff;
}
.pannel.border_basic {
 border:solid 1px #a2b9c7;
}
.pannel.border_indigo {
 border:solid 1px #374f67;
}
.pannel.border_blue {
	border:solid 1px #4890d9;
}
.pannel.border_green {
	border:solid 1px #95b343;
}
.pannel.border_orange {
	border:solid 1px #FF9800;
}
.pannel .top {
 display:block;
 height:40px;
 line-height:40px;
 padding:0px 8px;
 color:#32424b;
 font-size:14px;
 font-weight:600;
 border-bottom:solid 1px #CACFD2;
 border-radius:2px 2px 0px 0px;
 background:#ffffff;
}
.pannel .body {
 padding:8px;
}
.pannel .body .text {
font-size:14px;
}
.pannel.green {
}
.pannel.green .top {
	height: auto;
    line-height: 18px;
    padding: 8px;
    color: #FFF;
    border-bottom: 0px;
}
.pannel.green .body {
 padding:8px;
}
.pannel.green .body.border {
 border:solid 2px #95b343;
 border-radius:0px 0px 6px 6px;
}
.pannel.blue {
}
.pannel.blue .top {
	height: auto;
    line-height: 18px;
    padding: 8px;
    color: #FFF;
    border-bottom: 0px;
	background:#4890d9;
}
.pannel.blue .body {
 padding:8px;
}
.pannel.blue .body.border {
 border:solid 2px #4890d9;
 border-radius:0px 0px 6px 6px;
}
.pannel.indigo {
}
.pannel.indigo .top {
	height: auto;
    line-height: 18px;
    padding: 8px;
    color: #FFF;
    border-bottom: 0px;
	background:#374f67;
}
.pannel.indigo .body {
 padding:8px;
}
.pannel.indigo .body.border {
 border:solid 2px #374f67;
 border-radius:0px 0px 6px 6px;
}
.pannel.disabled {
}
.pannel.disabled .top {
	height: auto;
    line-height: 18px;
    padding: 8px;
    color: #FFF;
    border-bottom: 0px;
    background:#a4aeb4;
}
.pannel.disabled .body {
 padding:8px;
}
.pannel.disabled .body.border {
 border:solid 2px #a4aeb4;
 border-radius:0px 0px 6px 6px;
}
.page_tit {
 position: absolute;
 width:100%;
 height: 54px;
 line-height: 54px;
 color: #ffffff;
 font-size: 15px;
 font-weight: bold;
 padding: 0px 83px 0px 8px;
 text-overflow:ellipsis;
 white-space:nowrap;
 word-wrap:normal;
 overflow:hidden;
}
.page_tit_box {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 height: 54px;
 border-bottom: solid 2px #29323E;
 background: url(../common_img/topbar_bg.png) right no-repeat #435164;
}
.page_contents {
 position: absolute;
 top: 54px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 8px 0px;
 background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
 overflow-y: auto;
 overflow-x: hidden;
}
.end_wrap {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
 background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
 background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
 background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
 overflow: hidden;
}
.inline {
 display:inline-block;
}
.page_wrap {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
 background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
 background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
 background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
 overflow: hidden;
}
/*Font Size--------------------------------------------------------------------------------------------------------------------*/
.fs_18 {
 font-size:14px;
}

/*Font Color--------------------------------------------------------------------------------------------------------------------*/
.fc_indigo {
 color:#374f67 !important;
}
.fc_blue{
 color:#4890d9 !important;
}
.fc_red {
 color:#dd2b72 !important;
}
.fc_orange {
 color:#E98D24 !important;
}
/*Icons------------------------------------------------------------------------------------------------------------------------*/
.ico24_arrow_right {
 width:24px;
 height:24px;
 margin:auto;
 background:url(../common_img/ico24_arrow_right.png);
 background-size:cover;
}
.ico24_plus {
 width:24px;
 height:24px;
 margin:auto;
 background:url(../common_img/ico24_plus.png);
 background-size:cover;
}
.ico24_plus.center {
 position:relative;
 top:auto;
 left:auto;
 margin:auto;
}
.ico24_equals {
 width:24px;
 height:24px;
 margin:auto;
 background:url(../common_img/ico24_equals.png) no-repeat center;
 background-size:cover;
 -webkit-transform:rotate(90deg);
 -moz-transform:rotate(90deg);
}
.ico24_equals.center {
 position:relative;
 top:auto;
 left:auto;
 margin:auto;
}
.ico40_question {
 width: 56px;
 height: 56px;
 margin: auto;
 background: url(../common_img/ico40_question.png) center no-repeat;
 background-size: 40px;
}
.ico40_question.center {
 position:relative;
 top:auto;
 left:auto;
 margin:auto;
}

/*Align------------------------------------------------------------------------------------------------------------------------*/
.text-left {
 text-align:left !important;
 padding-left: 16px;
}
.text-right {
 text-align:right !important;
}
.text-center {
 text-align:center !important;
}

/*Buttons----------------------------------------------------------------------------------------------------------------------*/
.btn_inex {
 position: absolute;
 top: 16px;
 right: 8px;
 margin: auto;
 padding: 4px 12px;
 border: 0px;
 border-radius: 4px;
 color: #ffffff;
 font-size: 10px;
 font-weight: 700;
 background: rgba(255, 255, 255, 0.22);
}
.btn_page_prev {
 z-index: 999;
 position: absolute;
 top: 50%;
 left: -16px;
 width: 52px;
 height: 52px;
 margin-top: 0px;
 padding:0px;
 border: 0px;
 color: #ffffff;
 font-size: 24px;
 border-radius: 50%;
 background: rgba(58, 70, 88, 0.21);
}
.btn_page_next {
 z-index: 999;
 position: absolute;
 top: 50%;
 right: -16px;
 width: 52px;
 height: 52px;
 margin-top: 0px;
 padding:0px;
 border: 0px;
 color: #ffffff;
 font-size: 24px;
 border-radius: 50%;
 background: rgba(58, 70, 88, 0.21);
}
.btn_more {
 z-index: 999;
 position: absolute;
 top: 48px;
 right: 50%;
 margin: auto;
 margin-right: -68px;
 padding: 4px 12px;
 border: 0px;
 border-radius: 4px;
 color: #ffffff;
 font-size: 12px;
 font-weight: 700;
 background: #507FF5;
}
/*Margin_----------------------------------------------------------------------------------------------------------------------*/
.mar_auto {
 margin:auto;	
}
.mar_no {
 margin-top:0px !important;
 margin-bottom:0px !important;
 margin-left:0px !important;
 margin-right:0px !important;
}
.mar_16 {
 margin:8px !important;
}
.mar_16_b {
 margin-bottom:8px !important;
}
.mar_16_hor {
 margin-top:8px !important;
 margin-bottom:8px !important;
}
.mar_16_ver {
 margin-left:8px !important;
 margin-right:8px !important;
}
.mar_16_t_w {
 margin-left:8px !important;
 margin-right:8px !important;
 margin-bottom:8px !important;
}
.mar_16_t {
 margin-top:8px !important;
}
.mar_32_t {
 margin-top:16px !important;
}
.mar_32_b {
	margin-bottom:16px !important;
}
.pd_16_l {
	padding-left: 16px; !important;
}
/*Display----------------------------------------------------------------------------------------------------------------------*/
.dis_none {
 display: none;
}
}

@media (max-width: 467px) {
.toggled_box .txt {
    font-size: 13px;
}
}
 @media (min-width: 1280px) {
.sub_tit{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1024px;
    margin-top: -331px;
    margin-left: -512px;
    padding: 4px 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 600;
    border-bottom: solid 1px #151A21;
    background: #29323E;
}
.sub_body{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 1024px;
    height: 684px;
    margin-top: -300px;
    margin-left: -512px;
    padding: 16px 20px;
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
    overflow: hidden;
}
.sub_scroll_body{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 1024px;
    height: 684px;
    margin-top: -300px;
    margin-left: -512px;
    padding: 0px 20px;
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(0deg, #DFE7EA, #E4E8EA) fixed;
    overflow: hidden;
}
.page_tit {
 position: absolute;
 height: 54px;
 line-height: 54px;
 color: #ffffff;
 font-size: 22px;
 font-weight: 600;
 padding: 0px 32px;
}
.page_tit_box {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 1024px;
 height: 54px;
 margin-top: -384px;
 margin-left: -512px;
 border-radius: 8px 8px 0px 0px;
 border-bottom: solid 2px #29323E;
 background: url(../common_img/topbar_bg.png) right no-repeat #435164;
 z-index: 999;
}
.page_contents {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 1024px;
 height: 714px;
 margin-top: -330px;
 margin-left: -512px;
 padding: 16px 20px;
 border-radius: 0px 0px 8px 8px;
 background: linear-gradient(0deg, #cdd7db, #dbe1e4) fixed;
 overflow: hidden;
}
.page_wrap {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 overflow: hidden;
 background: -webkit-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Safari */
 background: -o-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Opera 11.6 to 12.0 */
 background: -moz-radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Firefox 3.6 to 15 */
 background: radial-gradient(circle, #ebf7e7, #8fcedb, #185a7f); /* Standard syntax */
 overflow: hidden;
}
.btn_page_prev {
	z-index: 999;
    position: absolute;
    top: 50%;
    right: 50%;
    left: auto;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-right: 542px;
    padding: 0px;
    border: 0px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background: rgba(58, 70, 88, 0.21);
}
.btn_page_next {
	z-index: 999;
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: 542px;
    padding: 0px;
    border: 0px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background: rgba(58, 70, 88, 0.21);
}

/*Display----------------------------------------------------------------------------------------------------------------------*/

}
