﻿@charset "UTF-8";

/*info*/
.info_table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

.info_table td {
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
}

.info_table td:hover {
	background: #F0F7F5;
	/* cursor: pointer */
}

.info_dl {
	margin: 15px 0 10px 0;
}

.info_dl dt {
	float: left;
}

.info_dl dt a,
.info_dl dt span {
	font-size: 70%;
	display: block;
	color: white;
	font-weight: lighter;
	text-align: center;
	width: 100px;
	padding: 2px 0px;
	text-decoration: none;
}

.info_category01 {
	/* AllInfo */
	background-color: #956060;
}

.info_category02 {
	/* CustomerAlert */
	background-color: #e44d36;
}

.info_category03 {
	/* AllAlert */
	background-color: #e09729;
}

.info_category04 {
	/* CustomerInfo */
	background-color: #508050;
}

.info_dl dd {
	color: #a8a8a8;
	float: left;
	margin-right: 10px;
}

/*form*/
.form_errstr_area {
	border-color: red;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	color: red;
	background: #fbf6f6;
	font-size: 80%;
}

.form_table,
.login_table {
	/* margin: 0; */
	/* padding: 0; */
	border-collapse: collapse;
	width: 100%;
}

.form_table tr {
	border-bottom: 1px solid #E5E5E5;
}

.form_table tr:first-child {
	border-top: 1px solid #E5E5E5;
}

.form_table tr:first-child {
	border-top: 1px solid #E5E5E5;
}

.form_table td {
	width: 50%;
}

.login_table td:first-child {
	width: 30%;
}

.form_desc {
	background-color: #F2F2F2;
	/* font-size: 80%; */
	padding: 10px 10px 10px 30px;
	background-image: url("/account/img/form_desc_bg.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 5px;
}

.form_dl {
	width: 100%;
	display: flex;
}

.pass .form_dl {
	width: 80%;
}

.form_dl dt {
	padding: 0;
	margin: 0;
	width: 40%;
	float: left;
	min-height: 56px;
}

.form_dl dt a,
.form_dl dt span {
	width: 100%;
	display: block;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	float: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 20px 0px 20px 52px;
	box-sizing: border-box;
	display: inline-block;
}

.form_dl dt2 {
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
	/* font-size: 70%; */
	/* height: 5em; */
}

.form_dl dt2 a,
.form_dl dt2 span {
	width: 100%;
	display: block;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	float: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 2em 0px 2em 52px;
	box-sizing: border-box;
	display: inline-block;
}

.form_dl dt, .form_dl dt2 {
	display: flex;
	align-items: center;
}

.form_dl dd {
	width: 50%;
	color: #a8a8a8;
	float: right;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.form_category01 {
	/* background-color: #849299; */
	font-weight: bold;
	padding: 14px 0px 14px 10%;
}

.login_table .form_category01 {
	padding: 20px 0px 20px 10%;
}

.form_category02 {
	background-color: #37D37F;
}

.form_category03 {
	background-color: #D33737;
}

.form_category_err {
	/* background-color: red; */
}

.form_input_text {
	margin: 0;
	padding: 12px 8px 12px 8px;
	width: 95%;
	display: block;
	border: 1px solid #e2e9f4;
	border-radius: 8px;
	background: none;
	box-sizing: border-box;
	outline: none;
}

.form_input_text.pass {
	border: 1px solid #9ea3aa;
	width: 110%;
}

.form_input_text_area{
	width: 90%;
	border: 1px solid #e2e9f4;
	border-radius: 8px;
}

.form_input_button {
	min-width: 140px;
	height: 30px;
	border: 0 !important;
	color: #fff;
	background: #009275;
	border: 1px solid #009275 !important;
	border-radius: 30px;
	line-height: 0px;
	padding: 8px 40px;
	cursor: pointer;
}

.form_input_button_chg {
	min-width: 200px;
	height: 30px;
	border: 0 !important;
	color: #fff;
	background: #009275;
	border: 1px solid #009275 !important;
	border-radius: 30px;
	line-height: 0px;
	padding: 8px 40px;
	cursor: pointer;
}

.form_delete_button_chg {
	min-width: 140px;
	height: 30px;
	border: 0 !important;
	color: #fff;
	background: #e89215;
	border: 1px solid #e89215 !important;
	border-radius: 30px;
	line-height: 0px;
	padding: 8px 40px;
	cursor: pointer;
}

#form_back {
	background: #fff;
	color: #009275;
	border: 1px solid #009275 !important;
	border-radius: 30px;
	/* margin-right: 30px; */
}

#form_back:hover {
	color: #fff;
	background: #009275;
	border: 1px solid #009275;
	text-decoration: none;
}

#button_form_back {
	background: #fff;
	color: #009275;
	border: 1px solid #009275 !important;
	border-radius: 30px;
	/* margin-right: 30px; */
}

#button_form_back:hover {
	background: #009275;
	color: #fff;
}

.form_table .form_input_button {
	margin: 1.4em 0;
	width: 200px;
	padding: 8px 0;
	/* height: 22px; */
}

.form_input_button:hover,
.form_input_button_chg:hover {
	background: #fff;
	color: #009275;
	border: 1px solid #009275 !important;
}

.form_delete_button_chg:hover {
	background: #fff;
	color: #e89215;
	border: 1px solid #e89215 !important;
}

.form_input_button_back {
	background: #8fe5de;
	border: none;
	color: white;
	font-weight: bold;
	padding: 8px 70px;
	cursor: pointer;
}

.form_input_button_back:hover {
	background: #cde9ec;
}

.form_input_button_hd {
	background: #e89215;
	border: none;
	color: white;
	font-weight: bold;
	padding: 6px 18px;
	cursor: pointer;
}

.form_input_button.disabled,
.form_input_button[disabled] {
	cursor: default;
	background: #d5dce3;
	background-image: none;
	border: 1px solid #d5dce3 !important;
	filter: alpha(opacity=55);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form_input_button.disabled:hover,
.form_input_button[disabled]:hover {
	color: #fff;
	border: 1px solid #d5dce3 !important;
}

.form_input_button.finance_btn {
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.form_finance_str {
	font-size: 14px;
}

.form_errstr {
	display: block;
	padding-top: 1px;
	font-size: 70%;
	color: red;
}

.form_table_check {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #E5E5E5;
}

.form_table_check td {
	width: 100%;
}

.form_input_check {
	display: block;
	padding: 0;
	color: #a8a8a8;
}

.form_compstr_area {
	padding: 20px;
	background: #F7FAF8;
	border-radius: 10px;
}

.form_compstr_area_red {
	background: #fafafa none repeat scroll 0% 0%;
	border-width: 1px;
	color: #ff0000;
	font-size: 125%;
	font-weight: bold;
}

.form_img_center {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#form_popup {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transform: none;
	padding: 20px;
	max-height: 70vh;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	border-radius: 20px;
	width: 30%;
	border: 3px solid #03785d;
}

.form_popup_close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #03785d;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

/*popup_warning*/
.form_warning_area {
	padding: 20px;
	border-radius: 10px;
	background: #FFF6C7;
}
#warning_popup {
	position: fixed;
	top: 100px;
	left: calc(50% - 195px);
	transform: none;
	padding: 32px 40px 32px 32px;
	overflow-y: auto;
	background-color: #FFF6C7;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
	z-index: 1000;
	border-radius: 8px;
}
.warning_inner {
	padding-left: 32px;
	background: url(../img/icon_alert.png) no-repeat left 0px top 0px;
	background-size: 20px;
}
.form_warning_area h3, .warning_inner h3 {
	padding-left: 0;
	color: #14395b;
	font-size: 16px;
	font-weight:700;
}
.warning_popup_close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #979797;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

/*popup*/
.modal_popup {
	display:none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#popupToggle {
    display: none;
}

#popupToggle:checked ~ .modal_popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_popup_content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
}

.modal_title {
    display: flex;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
    text-align: left;
}

.modal_text_attention {
    color: #D74500;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
    text-align: left;
}

.modal_btn {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 3px 40px;
    margin-right: 5px;
}
.modal_back {
    background: #fff;
	color: #009275;
	border: 1px solid #009275 !important;
	border-radius: 30px;
}

.modal_back:hover {
    background: #009275;
    color: #fff;
    border: 1px solid #009275 !important;
}

/*result*/
.result_table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}

.result_table tr th {
	padding-bottom: 10px;
}

.result_table th:first-child,
.result_table td:first-child {
	padding-left: 20px;
}

.result_table th:last-child,
.result_table td:last-child {
	padding-right: 20px;
}

.result_table thead {
	border-bottom: 2px solid #ECEFF2;
}

.result_table td:hover {
	/* background: #F0F5F7; */

}

.result_table__top td {
	padding-top: 6px;
}

.result_table__bottom {
	border-bottom: 2px solid #ECF2EF;
}

.result_table__top.request_id,
.result_table__bottom.request_id {
    background-color: #fff9e6;
}

.result_tablein {
	border-collapse: collapse;
}

.result_tablein th,
.result_tablein td {
	border: none;
}

.result_area01 {
	margin: 5px 0 10px 0;
	display: flex;
    align-items: center;
}

.result_area01 dt {
	float: left;
}

.result_area01 dt a,
.result_area01 dt span {
	font-size: 80%;
	display: block;
	color: white;
	font-weight: lighter;
	text-align: center;
	width: 185px;
	padding: 3px;
	text-decoration: none;
	border-radius: 10px;
	margin-right: 50px;
}

.result_category01 {
    background-color: #AD8C97;
}

.result_category02 {
    background-color: #8BAC8F;
}

.result_category03 {
    background-color: #AEA283;
}

.result_category04 {
    background-color: #DB9991;
}

.result_category05 {
    background-color: #6DABAB;
}

.result_category06 {
    background-color: #647EA1;
}

.result_category07 {
    background-color: #8C97AD;
}

.result_area01 dd {
	color: #565656;
	float: left;
	margin-right: 4px;
}

.result_checkarea01 {
	width: 55px;
	text-align: center;
	padding: 0;
}

.result_area02 dl {
	margin-bottom: 5px;
}

.result_area02 dl dt {
	font-size: 70%;
}

.result_area02 dl dd {
	font-size: 70%;
	margin-right: 25px;
}

.result_area02 dl dt span {
	display: block;
	color: #849299;
	font-weight: lighter;
	margin-right: 5px;
	text-align: center;
}

.result_date {
	font-size: 70%;
	text-align: right;
	padding: 1px 5px;
}

/*pager*/
.result_pager_area {
	display: block;
	overflow: hidden;
}

.result_count {
	display: block;
	padding: 5px;
	vertical-align: middle;
	text-decoration: none;
	color: #849992;
	font-size: 70%;
	float: left;
}

.result_count_doc {
	display: block;
	padding: 5px;
	text-decoration: none;
	float: left;
}


.result_pager_area ul {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.result_pager_area ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.result_pager_area ul li a,
.result_pager_now,
.result_pager_now_doc,
.result_pager_joint {
	display: block;
	margin: 0 2px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
	padding: 5px 8px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 70%;
}

.result_pager_area ul li a {
	background: white;
	color: #969696;
}

.result_pager_area ul li a:hover {
	background: #F0F5F7;
}

.result_pager_now {
	border-color: #d3e9eb;
	color: white;
	background: #36D4C7;
}

.result_pager_now_doc {
	border-color: #d3e9eb;
	color: white;
	background: #7dc3bc;
}

.result_pager_joint {
	border: none;
}

.result_read {
    font-size: 80%;
    margin-right: 10px;
    width: 23px;
}

.result_unread {
    font-size: 80%;
    color: red;
    margin-right: 10px;
    width: 23px;
}

/* pc */
@media only screen and (max-width: 1520px) {}

/* Tablet */
@media only screen and (max-width: 960px) {

	.result_pager_joint,
	.result_pager_num {
		display: none !important;
	}
}

/* mobile */
@media only screen and (max-width: 960px) {
	.result_pager_area ul {
		float: left;
	}
	.result_date {
		text-align: left;
		margin-bottom: 5px;
		background: #efefef;
	}
	.form_desc {
		padding: 10px;
	}

	.form_table td,
	.login_table td {
		width: 100% !important;
		display: block;
	}
	.form_category01 {
		padding: 15px 20px 0px 20px;
	}
	.login_table .form_category01 {
		padding: 15px 20px 0px 0px;
	}
	.form_input_check {
		padding: 5px 20px 5px 20px;
	}
}

@media only screen and (min-width: 960px) {}
