<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mypage {
	width: 100%;
	display: flex;
	margin-top: 52px;
	min-height: 300px;
	/* margin-top: 5.7143rem; */
}

.wrap_mypage_header {
	position: relative;
	display: block;
	/* height: 282px; */
	height: 202px;
}

.wrap_mypage_header .auto-complete .l-row.col-1 {
	margin: 0.7143rem auto 0;
	width: 805px;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 16px;
}

.wrap_mypage_header .auto-complete .l-row.col-1 ul {
	width: 100%;
	max-height: 170px;
	overflow-y: auto;
}

.wrap_mypage_header .auto-complete .l-row.col-1 ul li {
	line-height: 35px;
	cursor: pointer;
	text-align: left;
}

.wrap_mypage_header .auto-complete .l-row.col-1 ul li span {
	color: #ED1C24;
}

.wrap_mypage_header .auto-complete-wrap .auto-complete {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.wrap_mypage_header .auto-complete-wrap .auto-complete .l-row.col-1 .l-col {
	height: 3.2857rem;
	line-height: 3.2857rem;
	text-align: left;
	cursor: pointer;
}

.wrap_mypage_header .auto-complete-wrap .auto-complete .l-row.col-1 .l-col:hover {
	background-color: #FAF8F8;
}

.wrap_mypage_header .auto-complete-wrap.is-focus .auto-complete {
	display: none !important;
}

.wrap_mypage_header .search-input-mypage .control-form {
	display: block;
	width: 100%;
	padding: 9px;
	font-size: 20px;
	line-height: 1.48;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #ED1C24;
	border-radius: 0;
}

.wrap_mypage_header .search-input-mypage input.control-form:focus {
	border-bottom: 2px solid #ED1C24;
	outline: none;
}

.wrap_mypage_header .search-input-mypage input.control-form::placeholder {
	font-size: 20px;
	color: #ccc;
}

.wrap_mypage_header .dropdown_more_wrap {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.wrap_mypage_header .dropdown_more_wrap .btn_more {
	display: block;
	width: 56px;
	height: 50px;
	background: #FAF8F8 url(../images/icons/icon_more.png) center 25px no-repeat;
	border-radius: 8px;
}

.wrap_mypage_header .dropdown_more_wrap .dropdown_content {
	position: absolute;
	top: 130px;
	display: none;
	border-radius: 8px;
	background: #fff;
	padding: 20px 20px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	text-align: left;
	z-index: 101;
}

.wrap_mypage_header .dropdown_more_wrap.on .dropdown_content {
	display: block;
}

.wrap_mypage_header .dropdown_more_wrap .dropdown_content ul li {
	position: relative;
	line-height: 35px;
	font-size: 15px;
	color: #6C6B6B;
	padding-left: 12px;
	cursor: pointer;
}

.wrap_mypage_header .dropdown_more_wrap .dropdown_content ul li:before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 14px;
	left: 0px;
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background-color: #6C6B6B;
	transform: rotate(45deg);
	vertical-align: middle;
}

/* navi */
.wrap_mypage_header .navi_wrap {
	margin-top: 0px;
	padding-left: 0px;
	/* font-size: 0; */
	height: 102px;
	text-align: center;
}

.wrap_mypage_header .bg_gray {
	/* position: absolute;
	top: 70px;
	left: 0; */
	width: 100%;
	height: 70px;
	background: #F2F2F2;
	margin-top: -50px;
}

#wrap_sticky_mypage.sticky .wrap_mypage_header .bg_gray {
	border-bottom: 1px solid #e1e1e1;
}

.wrap_mypage_header .navi_wrap .depth1 .depth1_list {
	/* float: left; */
	display: inline-block;
	margin-right: 12px;
}

.wrap_mypage_header .navi_wrap .depth1 .depth1_list:last-child {
	margin-right: 0;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a {
	display: block;
	min-width: 130px;
	height: 102px;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	font-size: 17px;
	color: #313131;
	text-align: center;
	padding: 60px 10px 0 10px;
	box-sizing: border-box;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a:hover {
	border: 2px solid #ddd;
	padding: 59px 9px 0 9px;
	background-position: center 14px !important;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.on {
	border: 2px solid #555;
	color: #ed1c24;
	padding: 59px 9px 0 9px;
	background-position: center 14px !important;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.home {
	background: #fff url(../images/icons/icon_navi_mypage01_01.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.dinfo {
	background: #fff url(../images/icons/icon_navi_mypage01_02.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.cmanage {
	background: #fff url(../images/icons/icon_navi_mypage01_03.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.car {
	background: #fff url(../images/icons/icon_navi_mypage01_04.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.fms {
	background: #fff url(../images/icons/icon_navi_mypage01_05.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.oa {
	background: #fff url(../images/icons/icon_navi_mypage01_06.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth1_list .dep1_a.coupon {
	background: #fff url(../images/icons/icon_navi_mypage01_07.png) center 15px no-repeat;
}

.wrap_mypage_header .navi_wrap .depth2_wrap {
	display: none;
	z-index: 100;
	position: absolute;
	/* top: 271px; */
	top: 202px;
	/* bottom: -61px; */
	bottom: -119px;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #F8F8F8;
	/* border-top: 20px solid #F2F2F2; */
	/* -webkit-box-shadow: 0 30px 68px -10px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 30px 68px -10px rgba(0,0,0,0.16);
    box-shadow: 0 30px 68px -10px rgba(0,0,0,0.16);   */
}

#wrap_sticky_mypage.sticky .wrap_mypage_header .navi_wrap .depth2_wrap {
	top: 122px;
}

.wrap_mypage_header .navi_wrap .depth2_wrap::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent;
}

.wrap_mypage_header .navi_wrap .depth1_list.on .depth2_wrap {
	display: block;
}

/* .wrap_mypage_header .navi_wrap .depth2_wrap.depnum1,
.wrap_mypage_header .navi_wrap .depth2_wrap.depnum3 {
	bottom: -119px;
	height: 120px;
} */

.wrap_mypage_header .navi_wrap .depth2_wrap.depnum2 {
	bottom: -63px;
	height: 180px;
}

.wrap_mypage_header .navi_wrap .depth2_wrap.depnum3 {
	bottom: -63px;
	height: 330px;
}

.wrap_mypage_header .navi_wrap .depth2_wrap.depnum4 {
	bottom: -135px;
	height: 70px;
}

.wrap_mypage_header .navi_wrap .depth2_wrap.depnum5 {
	bottom: -63px;
	height: 330px;
}

.wrap_mypage_header .navi_wrap .depth2_wrap.depnum6 {
	bottom: -63px;
	height: 160px;
}

.wrap_mypage_header .navi_wrap .depth2 {
	position: absolute;
	/* top: 24px; */
	top: 20px;
	width: 1200px;
	display: block;
}

/* .wrap_mypage_header .navi_wrap .depth2 li {
    display: inline-block;
    padding-right: 28px;
} */

/* .wrap_mypage_header .navi_wrap .depth2 li:last-child {
    padding-right: 0;
} */

.wrap_mypage_header .navi_wrap .depth2 li a {
	display: block;
	font-size: 15px;
	line-height: 1.6;
	color: #2B2B2B;
	text-align: left;
	margin-bottom: 5px;
}

.wrap_mypage_header .navi_wrap .depth2 {
	width: 1400px;
	left: 0px !important;
	margin: auto;
	right: 0;
}

.wrap_mypage_header .navi_wrap .depth2 .dep2_a {
	font-size: 17px;
	color: #313131;
	font-weight: 500;
}

.wrap_mypage_header .navi_wrap .depth2 .dep3_a {
	font-size: 15px;
	color: #555;
	font-weight: 400;
}

.wrap_mypage_header .navi_wrap .depth2 .dep4_a {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.wrap_mypage_header .navi_wrap .depth2 .dep2_a:hover,
.wrap_mypage_header .navi_wrap .depth2 .dep3_a:hover,
.wrap_mypage_header .navi_wrap .depth2 .dep4_a:hover {
	color: #ED1C24;
}

.wrap_mypage_header .navi_wrap .depth2 section {
	display: inline-block;
	width: 220px;
	vertical-align: top;
	margin-right: 0px;
}

.wrap_mypage_header .navi_wrap .depth2 section:first-child {
	margin-left: 80px;
}

/* //navi */

.mypage-lnb {
	width: 20rem;
	padding-right: 2.1429rem;
}

.mypage-lnb.sticky {
	position: sticky;
	top: 0;
	z-index: 1;
}

.mypage .l-tit-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	/* margin-bottom: 2.1429rem; */
	margin-top: 0;
	height: auto;
}

.mypage .l-tit-sec:before {
	display: none;
}

.mypage .l-tit-sec .btn:not(:last-child) {
	margin-left: 0.7143rem;
}

.mypage .l-tit-sec .tit-sec {
	font-weight: 400;
}

.mypage .l-tit-sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.7857rem;
}

.mypage .l-tit-sub .tit-sub-sec {
	font-weight: 400;
}

.mypage .l-btn__r {
	display: inline-block;
}

.mypage-contents {
	width: 100%;
	/* width: calc(100% - 20rem); */
}

.mypage-contents .l-tit-page {
	margin-top: 0;
	margin-bottom: 50px;
}

.mypage-contents .l-tit-sec-st02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.1429rem;
}

.mypage-contents .l-tit-sec-sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.7857rem;
}

.mypage-contents .l-tit-sec-sub .tit-sub-sec {
	font-weight: 500;
	color: #313131;
}

.mypage-contents-tit {
	display: flex;
	align-items: center;
	padding-bottom: 1.7143rem;
	margin-bottom: 2.1429rem;
	border-bottom: 1px solid #dbdbdb;
	line-height: 30px;
	font-size: 1.7769rem;
}

.mypage-contents .w328 {
	width: 23.4286rem;
}

.mypage-section:not(:first-child) {
	margin-top: 60px;
}

.mypage-section-form {
	margin-top: 30px;
}

.mypage-section-form .l-form {
	margin: 0;
}

.mypage-section-form .l-form__bg {
	padding: 20px;
}

.mypage-section-body {
	margin-top: 2.4286rem;
}

.mypage-section-capsule {
	margin-bottom: 2.857143rem;
}

.mypage-section-capsule-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.4286rem;
}

.mypage-section-capsule-head .vertical-bar {
	margin: 0 0.8571rem !important;
	height: 1.4286rem !important;
}

.mypage-section-capsule-head .list-total {
	display: flex;
}

.mypage-section-capsule-head .list-total .list-total-num {
	margin-left: 0.4286rem;
	margin-right: 2.1429rem;
}

.mypage-section-capsule-head .list-total .list-num {
	margin-left: 1.0714rem;
	color: #313131;
	font-weight: 700;
}

.mypage-section-capsule-head .list-total .list-num-even {
	margin: 0.428571rem;
	color: #ed1c24;
}

.mypage-section-capsule-head .list-total-term {
	font-size: 1.2rem;
}

.mypage-section-capsule-head .list-total-term li:first-child {
	margin-right: 1.0714rem;
}

.mypage-section-capsule-head .list-total-term .wave {
	padding: 0 0.4286rem;
}

.mypage-section-capsule-head .list-contract {
	font-size: 1.2rem;
}

.mypage-section-capsule-head .list-contract .list-num {
	margin-left: 6px;
	color: #313131;
	font-weight: 500;
}

.mypage-section-capsule-head .list-contract .ft-color__red {
	margin-left: 6px;
}

.mypage-section-table {
	padding-top: 4.2857rem;
	border-top: 1px solid #f2f2f2;
}

.mypage-section-table .mypage-table {
	border-top: none;
	padding-top: 0;
}

.mypage-section-con:not(:first-child) {
	margin-top: 2.8571rem;
}

.mypage-banner {
	width: 100%;
	height: 21.4286rem;
	background: url("../images/page/mypage/banner.png") center/cover no-repeat;
	display: flex;
	align-items: center;
}

.mypage-banner .banner-wrap {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.mypage-banner .banner-tit {
	margin-bottom: 3.2857rem;
}

.mypage-table {
	padding-top: 2.8571rem;
	border-top: 1px solid #f2f2f2;
}

.mypage-main-box {
	padding: 2.8571rem 2.1429rem;
	border-radius: 10px;
	text-align: center;
}

.mypage-main-box-tit {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.7143rem;
	font-size: 1.333rem;
	color: #313131;
	font-weight: 500;
}

.mypage-main-box.main-box-bg {
	background-color: #faf8f8;
	border: 1px solid #faf8f8;
}

.mypage-main-box.empty {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 12.142857rem;
	border: 1px solid #dbdbdb;
	border-radius: 15px;
	color: #999;
}

.mypage-main-box.main-box-border {
	border: 1px solid #f2f2f2;
}

.mypage-main-box dl.dflex-be-center {
	position: relative;
	padding-left: 0.8571rem;
	height: 1.7857rem;
	margin-bottom: 1.0714rem;
	font-size: 1.2rem;
}

.mypage-main-box dl.dflex-be-center::before {
	position: absolute;
	content: '';
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ed1c24;
	margin-right: 7px;
}

.mypage-main-box dl:last-child {
	margin-bottom: 0;
}

.mypage .mypage-info-box {
	padding: 1.4286rem;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
}

.mypage .mypage-info-box-mm {
	padding: 40px 38px;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
}

.mypage .mypage-info-box2,
.ly-group .mypage-info-box2 {
	position: relative;
	padding: 19px 40px 19px 50px;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
}

.ly-group .mypage-info-box3 {
	position: relative;
	padding: 19px 20px 19px 20px;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
}

.ly-group .mypage-info-box3 .po-ab-top {
	position: absolute;
	top: 20px;
	right: 20px;
}

.mypage-info-box6 {
	position: relative;
	padding: 34px 30px 40px 30px;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
	background-color: #fff;
}

.mypage-info-box6 .bottom01 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 139px;
	background: #fafafa;
	border-radius: 0 0 0.7143rem 0.7143rem;
	padding: 40px 30px;
}

.mypage-info-box7 {
	position: relative;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 0.7143rem;
	background-color: #fcfcfc;
}

.mypage .mypage-info-box2 .state {
	font-size: 16px;
	color: #999;
	/* margin-left: 10px; */
}

.mypage .mypage-info-box2 .sresult {
	font-size: 16px;
	color: #f04a50;
	font-weight: 500;
	margin-left: 30px;
}

.mypage .mypage-info-box2 .state2 {
	width: 86px;
	font-size: 16px;
	color: #999;
	/* margin-left: 10px; */
}

.mypage .mypage-info-box2 .sresult2 {
	font-size: 16px;
	color: #313131;
}

.mypage .mypage-info-box2 .r-wrap {
	position: absolute;
	top: 20px;
	right: 40px;
}

.mypage .mypage-info-box2 ul.state {
	position: relative;
}

.mypage .mypage-info-box2 ul.state li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	line-height: 32px;
}

.mypage .mypage-info-box2 ul.state li:first-child {
	width: 86px;
}

.mypage .mypage-info-box2 ul.state li:last-child {
	color: #313131;
}

.mypage .mypage-info-box2 .badge_state_wrap {
	position: absolute;
	left: 50px;
	bottom: 40px;
}

.mypage .mypage-info-box2 .badge_state_wrap .badge_state {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 40px;
	min-height: 34px;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	background: #f6f6f6;
}

.mypage .mypage-info-box2 .badge_state_wrap .badge_state span {
	color: #313131;
	margin-left: 20px;
}

.mypage .mypage-info-box2 .badge_state_wrap2 {
	position: relative;
}

.mypage .mypage-info-box2 .badge_state_wrap2 .badge_state {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 40px;
	min-height: 34px;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	background: #f6f6f6;
}

.mypage .mypage-info-box2 .badge_state_wrap2 .badge_state span {
	color: #313131;
	margin-left: 20px;
}

.mypage .mypage-info-box2 .badge_state_wrap3 {
	position: relative;
}

.mypage .mypage-info-box2 .badge_state_wrap3 .badge_state {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 40px;
	min-height: 34px;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	background: #f6f6f6;
}

.badge_state2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 0px;
	min-height: 34px;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	background: #f6f6f6;
}

.mypage .mypage-info-box2 .badge_state_wrap3 .badge_state span {
	position: absolute;
	top: 4px;
	right: 40px;
	color: #313131;
	margin-left: 20px;
}

.mypage .mypage-info-box2 .badge_state_wrap3 .badge_state b {
	display: inline-block;
	font-size: 16px;
	color: #313131;
	margin-left: 20px;
}

.mypage .mypage-info-box08 {
	position: relative;
	padding: 15px 50px 14px 48px;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
}

.badge_state_wrap .badge_state {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 25px;
	min-height: 34px;
	border-radius: 34px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	background: #f6f6f6;
}

.badge_state_wrap .badge_state span {
	color: #313131;
	margin-left: 20px;
}

.mypage .mypage-info-box2 .badge_time_wrap {
	position: absolute;
	left: 60px;
	bottom: 50px;
}

.mypage .mypage-info-box2 .badge_time_wrap .badge_time {
	display: inline-block;
	width: 182px;
	height: 95px;
	vertical-align: middle;
	padding: 18px 30px;
	border-radius: 0.7143rem;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	background: #f6f6f6;
	border: 1px solid #eee;
	margin-right: 14px;
}

.mypage .mypage-info-box2 .badge_time_wrap .badge_time:last-child {
	margin-right: 0;
}

.mypage .mypage-info-box2 .badge_time_wrap .badge_time p:last-child {
	font-family: "Poppins";
	color: #313131;
	margin-top: 6px;
}

.mypage .mypage-info-box2.map_sample3 {
	width: 100%;
	min-height: 340px;
	height: 100% !important;
	overflow: hidden;
	position: relative;
	background: url(../images/page/mypage/map-sample3.png) no-repeat 50%/cover;
}

.mypage .mypage-info-box2 .footer_box_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px;
	background-color: #fbfbfb;
	border-top: 1px solid #dbdbdb;
	border-radius: 0 0 12px 12px;
	padding: 40px 50px;
}

.mypage .mypage-info-box2 .footer_box_wrap ul {
	display: block;
	margin-top: 8px;
}

.mypage .mypage-info-box2 .footer_box_wrap ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	line-height: 20px;
	border-right: 1px solid #dbdbdb;
	padding: 0 20px 0 17px;
}

.mypage .mypage-info-box2 .footer_box_wrap ul li b {
	color: #313131;
	margin-left: 8px;
}

.mypage .mypage-info-box2 .footer_box_wrap ul li:first-child {
	padding-left: 0;
}

.mypage .mypage-info-box2 .footer_box_wrap ul li:last-child {
	border-right: 0;
}

.mypage .mypage-info-box2 .footer_box_wrap button {
	margin-top: -25px;
}

.mypage .mypage-info-box3 {
	position: relative;
	padding: 19px 40px 19px 50px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	min-height: 230px;
}

.mypage .mypage-info-box3:hover {
	border-color: #ed1c24;
}

.mypage .mypage-info-box3 .stitle {
	display: block;
	width: 100px;
	border-right: 1px solid #dbdbdb;
	height: 20px;
	line-height: 20px;
	margin: 5px 20px 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #6c6b6b;
}

.mypage .mypage-info-box3 .con {
	width: 470px;
	line-height: 28px;
	font-size: 16px;
	color: #313131;
}

.mypage-info-box4 {
	position: relative;
	padding: 39px 50px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	box-sizing: border-box;
}

.mypage-info-box4 .box_graph {
	width: 50%;
	min-height: 330px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
}

.mypage-info-box4 .box_graph:last-child {
	border-right: none;
}

.mypage-info-box5 {
	position: relative;
	/* padding: 40px 50px; */
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	box-sizing: border-box;
}

.mypage-info-box5 .state_box {
	width: 33.3333%;
	height: 118px;
	border-right: 1px solid #dbdbdb;
	padding: 0 50px;
	font-size: 18px;
	color: #313131;
}

.mypage-info-box5 .state_box.bg_gray {
	background: #faf8f8;
}

.mypage-info-box5 .state_box span:last-child,
.mypage-info-box5 .state_box p:last-child {
	font-size: 24px;
	font-weight: 700;
	color: #ed1c24;
}

.mypage-info-box5 .state_box span small,
.mypage-info-box5 .state_box p small {
	font-size: 18px;
	color: #313131;
	font-weight: 400;
}

.mypage-info-box5 .state_box:last-child {
	border-right: 0;
	border-radius: 12px;
}

.mypage-info-box5 .tbl-type-01 {
	font-size: 16px;
}

.mypage-info-box5 .no-data {
	height: 121px;
	line-height: 121px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.mypage-info-box5 .no-data_s {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #999;
	text-align: center;
}

.mypage .group-form,
.mypage .group-radio {
	text-align: left;
}

.mypage .group-form.type-select,
.mypage .group-radio.type-select {
	display: none;
}

.mypage .group-form.type-radio,
.mypage .group-radio.type-radio {
	display: block;
}

.mypage .group-form-tit,
.ly-group .group-form-tit,
.admin-contents .group-form-tit {
	height: 20px;
}

.mypage .group-form-tit__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mypage .group-form-tit-radio {
	display: inline-block;
	width: calc(100% - 6.9286rem);
}

.mypage .group-form-tit-radio .checkbox {
	height: 20px;
}

.mypage .group-form-tit-radio2 {
	display: inline-block;
	/* width: calc(100% - 6.9286rem); */
}

.mypage .group-form-tit-radio .radio-group,
.mypage .group-form-tit-radio2 .radio-group {
	height: 100%;
	height: 3.4286rem;
}

.mypage .group-form-tit-radio .radio-group label,
.mypage .group-form-tit-radio2 .radio-group label {
	margin-bottom: 0;
}

.mypage .group-form-tit-radio .radio-type__de label span,
.mypage .group-form-tit-radio2 .radio-type__de label span {
	font-size: 1rem;
	margin-top: 2px;
}

.mypage .control-form.w-134 {
	width: calc(100% - 9.5714rem - 1.0714rem);
	margin-right: 1.0714rem;
}

.mypage .control-form.w-124 {
	width: calc(100% - 154px);
	margin-right: 1.0714rem;
}

.mypage .control-form.w-344 {
	width: calc(100% - 354px);
	margin-right: 1.0714rem;
}

.ly-group .control-form.w-344 {
	width: calc(100% - 344px);
	margin-right: 10px;
}

.ly-group .control-form.w-134 {
	width: calc(100% - 153.1424px - 17.1424px);
	margin-right: 1.0714rem;
}

.ly-group .control-form.w-134-2 {
	width: calc(100% - 120px - 17px);
	margin-right: 17px;
}

.mypage .control-form.w-105 {
	width: calc(100% - 7.5rem - 1.0714rem);
	margin-right: 1.0714rem;
}

.mypage .control-form.select {
	padding-right: 3rem;
}

.mypage .radio-group {
	height: 3.4286rem;
}

.capsule-head2.s .radio-group {
	height: unset !important;
}

.mypage .radio-group .radio {
	height: 100%;
	display: flex;
	align-items: center;
}

.mypage .vertical-bar {
	display: inline-block;
	margin: 0 1.0714rem;
	width: 0.0714rem;
	height: 1rem;
	background-color: #dbdbdb;
	font-size: 0;
	vertical-align: middle;
}

.mypage .vertical-bar2 {
	display: inline-block;
	margin: 0 1.0714rem;
	width: 0.0714rem;
	height: 1rem;
	background-color: #eee;
	font-size: 0;
	vertical-align: middle;
}

.mypage .vertical-bar.h18 {
	margin: 0 12px 2px 12px;
	height: 18px;
	vertical-align: middle;
}

.mypage .vertical-bar.h20 {
	margin: 0 0.8571rem;
	height: 1.4286rem;
}

.mypage .vertical-bar.h14 {
	margin: 0 6px;
	height: 14px;
}

.vertical-bar {
	display: inline-block;
	margin: 0 1.0714rem;
	width: 0.0714rem;
	height: 1rem;
	background-color: #dbdbdb;
	font-size: 0;
	vertical-align: middle;
}

.vertical-bar2 {
	display: inline-block;
	margin: 0 20px;
	width: 1px;
	height: 16px;
	background-color: #dbdbdb;
	font-size: 0;
	vertical-align: middle;
}

.vertical-bar3 {
	display: inline-block;
	margin: 0 20px;
	width: 1px;
	height: 16px;
	background-color: #eee;
	font-size: 0;
	vertical-align: middle;
}

.vertical-bar4 {
	display: inline-block;
	margin: 0 0px;
	width: 1px;
	height: 16px;
	background-color: #F5A7A6;
	font-size: 0;
	vertical-align: middle;
}

.vertical-bar5 {
	display: inline-block;
	margin: 0 0px;
	width: 1px;
	height: 16px;
	background-color: #ccc;
	font-size: 0;
	vertical-align: middle;
}

.vertical-bar-white {
	display: inline-block;
	margin: 0 17px;
	width: 1px;
	height: 16px;
	background-color: #fff;
	font-size: 0;
	vertical-align: middle;
}

.vertical-bar-white.h14 {
	margin: 0 10px 2px 10px;
	height: 14px;
	opacity: .5;
}

.vertical-bar.h20 {
	margin: 0 0.8571rem;
	height: 1.4286rem;
}

.mypage .badge .vertical-bar {
	margin: 0 0.8571rem;
	color: #fff;
}

.mypage .bullet-red {
	position: relative;
	padding-left: 19px;
}

.mypage .bullet-red::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #ed1c24;
}

.mypage .bullet-black {
	position: relative;
	padding-left: 25px;
}

.mypage .bullet-black::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 11.5px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #555;
	border-radius: 50%;
}

.mypage .car-control-swiper-area {
	padding-top: 2.8571rem;
	border-top: 1px solid #dbdbdb;
}

.mypage .car-control-swiper-area.car-data-none {
	min-height: 200px;
}

.mypage .car-control-swiper-area.car-data-none .txt-align__c {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.mypage .car-control-arrowbox {
	position: relative;
	padding: 0 30px;
}

.mypage .car-control-infobox .startup.on {
	color: #ed1c24;
}

.mypage .car-control-infobox .startup .icon-kind-power {
	font-size: 1.5714rem;
}

.mypage .car-control-infobox .txt-ellipsls {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mypage .car-control-infobox .carrace-info-wrap {
	margin-top: 1.7857rem;
	border: 1px solid #dbdbdb;
	border-radius: 15px;
	padding: 2.1429rem;
}

.mypage .car-control-infobox .carrace-info-wrap .dflex-be-center li {
	text-align: center;
	width: calc(100% / 3);
	margin: 0 auto;
}

.mypage .car-control-infobox .carrace-info-wrap .dflex-be-center li .carrace-icon {
	width: 100%;
	height: 3.2143rem;
	margin-bottom: 10px;
	text-align: center;
}

.mypage .car-control-infobox .carrace-info-wrap .dflex-be-center li .carrace-icon.km {
	background: url("../images/page/mypage/car-km.png") center/cover no-repeat;
	background-size: 45px auto;
}

.mypage .car-control-infobox .carrace-info-wrap .dflex-be-center li .carrace-icon.oil {
	background: url("../images/page/mypage/car-oil.png") center/cover no-repeat;
	background-size: 45px auto;
}

.mypage .car-control-infobox .carrace-info-wrap .dflex-be-center li .carrace-icon.battery {
	background: url("../images/page/mypage/car-battery.png") center/cover no-repeat;
	background-size: 45px auto;
}

.mypage .car-control-infobox .carrace-info-wrap .dflex-be-center li .carrace-info p {
	line-height: 22px !important;
}

.mypage .car-control-infobox .carrace-info-wrap .carrace-info-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.7143rem;
	padding-top: 1.7143rem;
	border-top: 1px solid #dbdbdb;
}

.mypage .car-control-infobox .car-location {
	margin-top: 1.4286rem;
	font-weight: 500;
	color: #313131;
}

.mypage .carcon-next,
.mypage .carcon-prev {
	position: absolute;
	top: 50%;
}

.mypage .carcon-next {
	right: 0;
}

.mypage .carcon-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.mypage .carcon-prev {
	left: 0;
}

.mypage .carcon-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.mypage .capsule-card {
	margin-bottom: 20px;
}

.mypage .capsule-card .cs-box:first-child {
	border-radius: 0.7143rem 0.7143rem 0 0 !important;
}

.mypage .capsule-card .cs-box:last-child {
	border-radius: 0 0 0.7143rem 0.7143rem;
}

.mypage .capsule-card.center {
	margin-bottom: 0;
}

.mypage .capsule-card.center dd {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.2857rem;
}

.mypage .txt-info-none {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15.2857rem;
	padding: 0 1.4286rem;
	border: 1px solid #dbdbdb;
	border-radius: 1.0714rem;
	text-align: center;
	color: #999;
}

.mypage .txt-info-none2 {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
	padding: 0 1.4286rem;
	border: 1px dotted #dbdbdb;
	border-radius: 1.0714rem;
	text-align: center;
	color: #ccc;
	font-size: 16px;
}

.mypage .card-person {
	position: relative;
	height: 100%;
	padding: 2.8571rem 1.7857rem;
	margin-right: 1.4286rem;
	border: 1px solid #dbdbdb;
	border-radius: 1.0714rem;
}

.mypage .card-person .name {
	display: inline-block;
	margin: 1.4286rem 0;
	color: #313131;
	font-size: 1.5629rem;
	font-weight: 500;
	line-height: 1.5714rem;
	vertical-align: middle;
}

.mypage .card-person .branch,
.mypage .card-person .cellphone,
.mypage .card-person .email,
.mypage .card-person .txt {
	display: block;
	margin-bottom: 0.3571rem;
}

.mypage .card-person p:last-child span {
	margin-bottom: 0;
}

.mypage .card-person-photo {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 40px;
	width: 110px;
	transform: translateY(-40%);
}

.mypage .card-person-photo .blank-photo {
	fill: #f2f2f2;
}

.mypage .card-location {
	height: auto;
	padding: 2.1429rem 1.4286rem;
	border-radius: 1.0714rem;
	border: 1px solid #dbdbdb;
}

.mypage .card-location-tit {
	font-size: 0;
	padding-bottom: 2.1429rem;
	margin-bottom: 2.5714rem;
	border-bottom: 1px solid #dbdbdb;
}

.mypage .card-location-tit:after {
	content: '';
	display: inline-block;
	clear: both;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.mypage .card-location-tit&gt;* {
	display: inline-block;
	vertical-align: middle;
}

.mypage .card-location-tit span {
	font-size: 1.2rem;
	font-weight: 500;
	color: #313131;
	margin-left: 12px;
}

.mypage .card-location-con {
	font-size: 1rem;
	line-height: 20px;
}

.mypage .card-map {
	width: 100%;
	min-height: 149px;
	height: 100% !important;
	overflow: hidden;
	position: relative;
	background: url("../images/page/mypage/map-sample2.png") no-repeat 50%/cover;
}

.mypage .card-map-marker {
	display: inline-block;
	width: 36px;
	height: 39px;
	background: url("../images/el-marker.png") center no-repeat;
	position: absolute;
	left: 48%;
	top: 40%;
	text-align: center;
	font-size: 0;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}

.mypage .card-map-marker:before {
	content: '';
	display: inline-block;
	clear: both;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.mypage .card-map-marker i {
	vertical-align: middle;
}

.mypage .l-row .card-person {
	margin: 0;
}

.mypage .car-info-wrap {
	border: 1px solid #dbdbdb;
	border-radius: 15px;
	padding: 1.875rem;
}

.mypage .car-info-wrap .dflex-be-center li {
	display: flex;
	margin-right: 0.714286rem;
}

.mypage .car-info-wrap .dflex-be-center li:last-child {
	margin: 0;
}

.mypage .car-info-wrap .dflex-be-center li .car-icon {
	width: 38%;
	height: 3.2143rem;
	min-width: 44px;
	background-size: 44px auto;
}

.mypage .car-info-wrap .dflex-be-center li .car-icon.km {
	background: url("../images/page/mypage/car-km.png") center/cover no-repeat;
}

.mypage .car-info-wrap .dflex-be-center li .car-icon.oil {
	background: url("../images/page/mypage/car-oil.png") center/cover no-repeat;
}

.mypage .car-info-wrap .dflex-be-center li .car-icon.battery {
	background: url("../images/page/mypage/car-battery.png") center/cover no-repeat;
}

.mypage .car-info-wrap .dflex-be-center li .car-info {
	margin-left: 0.714286rem;
}

.mypage .car-info-wrap .dflex-be-center li .car-info p {
	line-height: 20px !important;
	white-space: nowrap;
}

.mypage .car-info-wrap .car-info-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.7143rem;
	padding-top: 1.7143rem;
	border-top: 1px solid #dbdbdb;
}

.mypage .cm-amount {
	margin-top: 2.857143rem;
}

.mypage .cm-amount-t1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.857143rem 1.428571rem;
	border: 1px solid #dbdbdb;
	border-radius: 0.714286rem;
}

.mypage .cm-amount-t1 dt {
	font-size: 1rem;
}

.mypage .cm-amount-t1 dd b {
	font-size: 1.2rem;
	font-weight: 700;
	color: #ed1c24;
}

.mypage .mileage {
	display: flex;
	align-items: center;
}

.mypage .mileage-km {
	margin: 0 0.714286rem;
	font-size: 1.2rem;
}

.mypage .mileage b {
	margin: 0 0.428571rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ed1c24;
}

.ly-pop-con .con-tit {
	margin-bottom: 20px;
}

.mypage .tit-page {
	font-size: 28px;
	line-height: 1;
}

.mypage .bg-box,
.ly-group .bg-box {
	display: block;
	padding: 2.8571rem 2.1429rem;
	background-color: #faf8f8;
	border-radius: 1.0714rem;
}

.mypage .bg-box2 {
	display: block;
	height: 100%;
	padding: 2.8571rem 2.1429rem;
	background-color: #faf8f8;
	border-radius: 1.0714rem;
}

.mypage .bg-box_s {
	display: block;
	padding: 25px 25px;
	background-color: #faf8f8;
	border-radius: 1.0714rem;
}

.bg-box_s {
	display: block;
	padding: 25px 25px;
	background-color: #faf8f8;
	border-radius: 1.0714rem;
}

.mypage .bg-box_s2 {
	display: block;
	padding: 25px 25px;
	background-color: #faf8f8;
	border-radius: 10px;
}

.mypage .bg-box_s .con_wrap {
	display: block;
	width: 400px;
	height: auto;
	margin: 0 auto;
}

.mypage .bg-box_s .con_wrap .checkbox-group {
	display: block;
}

.mypage .bg-box_s .con_wrap .checkbox-group .checkbox {
	margin-top: 10px;
}

.mypage .bg-box_s .con_wrap .checkbox-group .checkbox:first-child {
	margin-top: 30px;
}

.grid_wrap {
	display: block;
	margin-top: 30px;
}

.mypage-card-info {
	position: relative;
	/* height: 102px; */
	padding: 1.4286rem;
	border: 1px solid #dbdbdb;
	border-radius: 0.7143rem;
}

.mypage-card-info .btn_wrap {
	position: absolute;
	top: 30px;
	right: 20px;
}

.wrap_box_style01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.wrap_box_style01 .block01 {
	width: 320px;
}

.wrap_box_style01 .block01 .capsule-body {
	display: block;
	height: 520px;
	overflow-y: auto;
	padding: 20px 15px 20px 5px;
}

.wrap_box_style01 .block01 .capsule-body.default {
	height: 336px;
}

.ly-group .treeview.capsule-body {
	display: block;
	height: 520px;
	overflow-y: auto;
	padding: 20px 15px 20px 5px;
}

.wrap_box_style01 .block01 .capsule-body2.s {
	display: block;
	height: 360px;
	overflow-y: auto;
	padding: 20px 15px 20px 5px;
}

.wrap_box_style01 .block02 {
	width: calc(100% - 340px);
	margin-left: 20px;
}

.wrap_box_style01 .block02-2 {
	width: calc(100% - 360px);
	margin-left: 40px;
}

.capsule-body.map_sample3 {
	width: 100%;
	min-height: 590px;
	height: 100% !important;
	overflow: hidden;
	position: relative;
	background: url(../images/page/mypage/map-sample3.png) no-repeat 50%/cover;
}

.icon-marker01 {
	position: absolute;
	width: 40px;
	height: 51px;
	display: block;
	background: url(../images/icons/icon_marker01.png) 0 0 no-repeat;
}

.tree_title {
	font-size: 16px;
	color: #313131;
}

.tree_title::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icons/32px.png) -258px -6px no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}

.autocom_wrap {
	position: relative;
	display: block;
	color: #313131;
	font-size: 16px;
	padding-left: 25px;
}

.autocom_wrap li {
	line-height: 40px;
	cursor: pointer;
	padding-left: 15px;
}

.autocom_wrap li:hover {
	background-color: #eee;
}

.autocom_wrap li span {
	color: #ed1c24;
}

.divestate_wrap {
	position: relative;
	display: block;
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.divestate_wrap ul {
	display: inline-block;
	border-left: 1px solid #eee;
	padding: 0 39px 0 39px;
}

.divestate_wrap ul:last-child {
	padding-right: 0;
}

.divestate_wrap ul li {
	line-height: 32px;
}

.divestate_wrap ul li span {
	font-size: 18px;
}

.divestate_wrap ul li:last-child {
	font-size: 22px;
	font-family: "Poppins";
	font-weight: 500;
	color: #313131;
	letter-spacing: -0.4px;
}

.carstate_wrap {
	position: relative;
	display: block;
}

.carstate_wrap .car-state {
	display: inline-block;
	vertical-align: middle;
}

.carstate_wrap .car-state:before {
	margin-right: 28px;
}

.carstate_wrap .car-state:nth-child(1):before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_01.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap .car-state:nth-child(2):before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_02.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap .car-state:nth-child(3):before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_03.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap .car-state:nth-child(4):before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_04.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap .car-state ul {
	display: inline-block;
	width: 167px;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.carstate_wrap .car-state ul li {
	line-height: 34px;
}

.carstate_wrap .car-state ul li:last-child {
	font-family: "Poppins";
	font-size: 22px;
	color: #313131;
	letter-spacing: -0.4px;
}


.carstate_wrap2 {
	position: relative;
	display: block;
}

.carstate_wrap2 .car-state {
	display: inline-block;
	vertical-align: middle;
}

.carstate_wrap2 .car-state:before {
	margin-right: 28px;
}

.carstate_wrap2 .car-state.icon01:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_01.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap2 .car-state.icon02:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_02.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap2 .car-state.icon03:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_03.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap2 .car-state.icon04:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_04.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap2 .car-state.icon05:before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/icons/icon_car_state01_05.png) 0 0 no-repeat;
	vertical-align: middle;
}

.carstate_wrap2 .car-state ul {
	display: inline-block;
	width: 167px;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.carstate_wrap2 .car-state ul li {
	line-height: 34px;
}

.carstate_wrap2 .car-state ul li:last-child {
	font-family: "Poppins";
	font-size: 22px;
	color: #313131;
	letter-spacing: -0.4px;
}


.carstate_wrap_s {
	position: relative;
	display: block;
}

.carstate_wrap_s .car-state {
	display: inline-block;
	vertical-align: middle;
}

.carstate_wrap_s .car-state:before {
	margin-right: 15px;
}

.carstate_wrap_s .car-state.km:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_01.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state.km2:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_02.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state.oil:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_03.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state.bat:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_04.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state.electric:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_05.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state.distance:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_06.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state.tempe:before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_07.png) 0 0 no-repeat;
	vertical-align: middle;
	background-size: 80px auto;
}

.carstate_wrap_s .car-state ul {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.carstate_wrap_s .car-state ul li {
	line-height: 28px;
}

.carstate_wrap_s .car-state ul li:last-child {
	font-family: "Poppins";
	font-size: 22px;
	color: #313131;
	letter-spacing: -0.4px;
}

.reserv_data_wrap {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 30px;
}

.reserv_data_wrap li {
	display: inline-block;
	line-height: 50px;
}

.reserv_data_wrap li:first-child {
	font-family: "Poppins";
	font-size: 22px;
	font-weight: 500;
	color: #313131;
	letter-spacing: -0.4px;
}

.reserv_data_wrap li:first-child span {
	color: #6c6b6b;
}

.reserv_data_wrap li:first-child::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/icons/icon_calendar.png) 0 0 no-repeat;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}

.reserv_data_wrap li:last-child {
	border-left: 1px solid #dbdbdb;
	margin: 0 0 6px 25px;
	padding-left: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #6c6b6b;
	font-size: 16px;
	font-weight: 500;
}

.reserv_data_wrap li:last-child span {
	font-size: 22px;
	color: #ed1c24;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	font-weight: 600;
}

.schedule_data_wrap {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 40px;
}


.slider_item {
	position: relative;
	overflow: hidden;
	/* width: auto; */
	width: 630px;
	clear: both;
	margin: 0 29px;
	/* margin-top: 13px; */
	/* margin: 0 auto; */
	/* padding-top: 5px; */
}

.slider_item span.left {
	z-index: 10;
	position: absolute;
	left: -2px;
	top: 0px;
	width: 34px;
	height: 34px;
	background: url("../images/icons/icon_arrow.png") no-repeat center;
	background-size: 28px 28px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	text-indent: -9999px;
	cursor: pointer;
}

.slider_item span.right {
	z-index: 10;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 34px;
	height: 34px;
	background: url("../images/icons/icon_arrow.png") no-repeat center;
	text-indent: -9999px;
	background-size: 28px 28px;
	cursor: pointer;
}

.slider_item .slider_con {
	position: relative;
	overflow: hidden;
	width: 566px;
	height: 34px;
	margin: 0 0 0 30px;
	/* margin: 0 auto; */
}

.slider_item .con_slider {
	height: 34px;
	overflow: hidden;
	/* padding: 0 20px; */
	/* margin-top: 37px; */
	/* width: 950px !important; */
}

.slider_item .con_slider li {
	display: block;
	float: left;
	font-size: 0;
	width: 190px;
	height: 34px;
	border-right: 1px solid #dbdbdb;
	box-sizing: border-box;
	margin-left: -1px;
}

/* .slider_item .con_slider li:first-child a {
	padding-left: 0;
} */

.slider_item .con_slider li:last-child {
	border-right: none;
}

.con_slider li a {
	display: inline-block;
	position: relative;
	width: 190px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	color: #6c6b6b;
	box-sizing: border-box;
	text-align: center;
}

.con_slider .sl_info {
	display: block;
	overflow: hidden;
	/* max-width: 200px; */
	/* margin-top: 4px; */
	font-family: "Poppins";
	font-size: 22px;
	font-weight: 500;
	color: #6c6b6b;
	/* text-overflow: ellipsis;
    white-space: nowrap; */
	letter-spacing: -1px;
}

.con_slider .sl_info span {
	font-family: "NotoSansKR";
	font-weight: 500;
	color: #313131;
}

.schedule_sel_wrap {
	position: relative;
	display: block;
	width: 930px;
}

.car_sel_wrap {
	position: relative;
	display: block;
	width: 930px;
}

.car_sel_wrap button.btn-size__sm {
	position: absolute;
	top: 20px;
	right: 0;
}

.car_sel_wrap button.ld-btn {
	position: relative !important;
	top: unset;
	right: unset;
}

.icon_car_state_s {
	position: relative;
	display: block;
	height: 80px;
	text-align: left;
	padding: 10px 0 0 94px;
}

.icon_car_state_s span {
	display: block;
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.icon_car_state_s.disabled span {
	color: #ccc !important;
}

.icon_car_state_s span:last-child {
	font-size: 22px;
	color: #313131;
	font-weight: 500;
	font-family: "Poppins";
	margin-top: 0px;
}

.icon_car_state_s::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_car_state01_02.png) 0 0 no-repeat;
	background-size: 80px 80px;
	vertical-align: middle;
}

.icon_car_state_s.icon01::before {
	background: url(../images/icons/icon_car_state01_02.png) 0 0 no-repeat;
	background-size: 80px 80px;
}

.icon_car_state_s.disabled.icon01::before {
	background: url(../images/icons/icon_car_state01_02_off.png) 0 0 no-repeat;
	background-size: 80px 80px;
}

.icon_car_state_s.icon02::before {
	background: url(../images/icons/icon_car_state01_03.png) 0 0 no-repeat;
	background-size: 80px 80px;
}

.icon_car_state_s.icon05::before {
	background: url(../images/icons/icon_car_state01_05.png) 0 0 no-repeat;
	background-size: 80px 80px;
}

.icon_car_state_s.disabled.icon02::before {
	background: url(../images/icons/icon_car_state01_03_off.png) 0 0 no-repeat;
	background-size: 80px 80px;
}

.btn_delete {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icons/icon_del.png) 0 0 no-repeat;
}

.btn_add {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icons/icon_plus.png) 0 0 no-repeat;
}

.parking-detail p {
	font-size: 16px;
	color: #313131;
	line-height: 70px;
}

i.icon-p {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/icons/icon_p.png) 0 0 no-repeat;
	vertical-align: middle;
	margin: 0 10px 2px 0;
}

/* treeview-kendo */
#treeview .k-sprite,
#treeview2 .k-sprite,
#treeview3 .k-sprite,
#treeview4 .k-sprite {
	background-image: url("../images/icons/coloricons-sprite.png");
	margin-right: 8px;
}

.rootfolder {
	background-position: 0 0;
}

.folder {
	background-position: 0 -16px;
}

.k-treeview .k-in.k-state-selected .folder {
	background-position: 0 -79px;
}

/* .k-treeview .k-item {
	background-image: url("../images/icons/coloricons-sprite.png");
	background-position: -25px 0;
	background-repeat: repeat-y;
}

.k-treeview .k-item.k-first.k-last {
	background-image: none;
} */


.pdf {
	background-position: 0 -32px;
}

.html {
	background-position: 0 -48px;
}

.image {
	background-position: 0 -64px;
}

/* //treeview-kendo */



.reser_calendar_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-sizing: border-box;
}

.reser_calendar {
	width: 380px;
	height: 380px;
	padding: 10px 10px;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	box-sizing: border-box;
}

.reser_calendar2 {
	width: 380px;
	height: 380px;
	padding: 10px 10px;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	box-sizing: border-box;
}

.reser_inputForm {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 419px);
	/* margin-left: 29px; */
	height: 100%;
	background-color: transparent;
}

/* datapicker custom */
.reser_calendar .daterangepicker {
	position: static;
	width: 100%;
	margin: 0;
	font-family: "Poppins";
	border: 0;
	border-radius: unset;
	line-height: 1;
	box-shadow: none;
}

.reser_calendar .daterangepicker .drp-calendar.left {
	float: none;
	padding: 0;
}

.reser_calendar .daterangepicker.opensright:before {
	display: none;
}

.reser_calendar .daterangepicker .drp-calendar {
	max-width: unset;
}

.reser_calendar .daterangepicker .calendar-table th,
.reser_calendar .daterangepicker .calendar-table td {
	width: 40px;
	height: 40px;
	font-family: "Poppins";
	font-size: 16px;
	color: #979796;
}

.reser_calendar .daterangepicker .calendar-table td.weekend {
	color: #222;
}

.reser_calendar .daterangepicker .calendar-table th.month {
	width: 120px !important;
	font-family: "Poppins";
	font-size: 25px;
}

.reser_calendar .month_yy {
	font-family: "Poppins";
	color: #9d9d9c;
}

.reser_calendar .month_dd {
	font-family: "Poppins";
	color: #1d1d1b;
}

.reser_calendar .daterangepicker .calendar-table td:hover {
	background-color: #ebebeb !important;
	color: #313131;
	border-radius: 50%;
}

.reser_calendar .daterangepicker .calendar-table td.active {
	background-color: #ff404b;
	color: #fff;
	border-radius: 50%;
}

.reser_calendar .daterangepicker td.in-range {
	background-color: #fff0f1;
}










.reser_calendar2 .daterangepicker {
	position: static;
	width: 100%;
	margin: 0;
	font-family: "Poppins";
	border: 0;
	border-radius: unset;
	line-height: 1;
	box-shadow: none;
}

.reser_calendar2 .daterangepicker .drp-calendar.left {
	float: none;
	padding: 0;
}

.reser_calendar2 .daterangepicker.opensright:before {
	display: none;
}

.reser_calendar2 .daterangepicker .drp-calendar {
	max-width: unset;
}

.reser_calendar2 .daterangepicker .calendar-table th,
.reser_calendar2 .daterangepicker .calendar-table td {
	width: 40px;
	height: 40px;
	font-family: "Poppins";
	font-size: 16px;
	color: #979796;
}

.reser_calendar2 .daterangepicker .calendar-table td.weekend {
	color: #222;
}

.reser_calendar2 .daterangepicker .calendar-table th.month {
	width: 120px !important;
	font-family: "Poppins";
	font-size: 25px;
}

.reser_calendar2 .month_yy {
	font-family: "Poppins";
	color: #9d9d9c;
}

.reser_calendar2 .month_dd {
	font-family: "Poppins";
	color: #1d1d1b;
}

.reser_calendar2 .daterangepicker .calendar-table td:hover {
	background-color: #ebebeb !important;
	color: #313131;
	border-radius: 50%;
}

.reser_calendar2 .daterangepicker .calendar-table td.active {
	background-color: #ff404b;
	color: #fff;
	border-radius: 50%;
}

.reser_calendar2 .daterangepicker td.in-range {
	background-color: #fff0f1;
}












.reser_inputForm .control-form[readonly] {
	background-color: #fff;
	color: #313131;
}

.schedule_wrap {
	position: relative;
	display: block;
}

.schedule_footnote span {
	padding-left: 20px;
	font-size: 16px;
}

.schedule_footnote span:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	border-radius: 50%;
	background-color: transparent;
	vertical-align: middle;
}

.schedule_footnote .sch_notuse:before {
	background-color: #888;
}

.schedule_footnote .sch_standby:before {
	background-color: #73c3f6;
}

.schedule_footnote .sch_comp_book:before {
	background-color: #7e92f5;
}

.schedule_footnote .sch_using:before {
	background-color: #e60012;
}

.schedule_footnote .sch_incomp:before {
	background-color: #ffaf7e;
}

.schedule_footnote .sch_comp_use:before {
	background-color: #ebebeb;
}

.schedule_area {
	width: 100%;
	border: 1px solid #dbdbdb;
	border-top: 1px solid #313131;
	/* border-radius: 10px; */
	overflow: hidden;
	box-sizing: border-box;
}

.schedule_ul&gt;li {
	height: 90px;
	border-top: 1px solid #dbdbdb;
}

/* .schedule_ul&gt;li:nth-child(odd) {
	background-color: #f5f5f5;
} */

.schedule_hd {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 16px;
}

.schedule_hd .th_title {
	position: absolute;
	left: 88px;
	top: 15px;
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.schedule_hd ul {
	font-size: 0;
}

.schedule_hd ul li {
	display: inline-block;
	vertical-align: middle;
	width: 48.25px;
	font-size: 12px;
}

.schedule_hd ul li span {
	display: block;
	width: 29px;
	height: 29px;
	margin-left: -15px;
	color: #878786;
	font-size: 12px;
	text-align: center;
	line-height: 29px;
	background-color: transparent;
	border-radius: 50%;
}

.schedule_hd ul li.time span {
	background: linear-gradient(#eb5792, #ed7065);
	color: #fff;
}

.schedule_tt {
	width: 240px;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	background-color: #f6f6f6;
	border-bottom: 1px solid #dbdbdb;
}

.schedule_tt p {
	line-height: 1;
}

.schedule_tt section {
	line-height: 14px;
	margin-top: 13px;
}

.schedule_tt span {
	font-size: 14px;
	color: #999;
}

.schedule_tt span span {
	color: #313131;
}

.schedule_cont {
	position: relative;
	width: calc(100% - 240px);
}

.schedule_cont_bg li.time {
	border-color: #f96b6b
}

.schedule_cont_bg ul {
	display: flex;
	font-size: 0;
}

.schedule_cont_bg ul&gt;li {
	display: inline-block;
	vertical-align: top;
	width: 48.25px;
	height: 90px;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

.schedule_pgBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	padding-top: 30px;
	font-size: 0;
	box-sizing: border-box;
}

.pgBar {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}

.pgBar i.icon_caution {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/icons/icon_caution.png) 0 0 no-repeat;
}

.st_notuse {
	background-color: #888;
}

.st_using {
	background-color: #e60012;
}

.st_standby {
	background-color: #73c3f6;
}

.st_comp_book {
	background-color: #7e92f5;
}

.st_comp_use {
	background-color: #ebebeb;
}

.st_incomp {
	background-color: #ffaf7e;
}

.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	/* width: auto; */
	min-width: 200px;
	background-color: #fff;
	color: #313131;
	font-size: 14px;
	border-radius: 6px;
	padding: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -102px;
	opacity: 0;
	transition: opacity 0.3s;
	border: 1px solid #ddd;
}

.tooltip .tooltiptext p {
	font-size: 16px;
	margin-bottom: 6px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 15px;
	height: 11px;
	background: url(../images/icons/icon_tooltip_arrow.png) 0 0 no-repeat;
	/* border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; */
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip2 {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip2 .tooltiptext {
	visibility: hidden;
	/* width: auto; */
	/* min-width: 600px; */
	width: 300px;
	background-color: #fff;
	color: #313131;
	font-size: 14px;
	border-radius: 6px;
	padding: 10px 15px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -152px;
	opacity: 0;
	transition: opacity 0.3s;
	border: 1px solid #ddd;
	text-align: center;
}


.tooltip2 .tooltiptext.inline{
	width:auto;
	left:50%;
	margin:0;
	transform:translateX(-50%);
	text-align:left;
	white-space:nowrap;
}

	/* .tooltip2 .tooltiptext.w-sm {
        width: 160px;
    }

    .tooltip2 .tooltiptext.w-de {
        width: 300px;
    }

    .tooltip2 .tooltiptext.w-l {
        width: 360px;
    } */

.tooltip2 .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 15px;
	height: 11px;
	background: url(../images/icons/icon_tooltip_arrow.png) 0 0 no-repeat;
	/* border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent; */
}

.tooltip2:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	z-index: 102;
}

.consumables_wrap {
	position: relative;
	display: block;
}

.consumables_wrap .consumables_block {
	display: block;
	width: 450px;
	border-left: 1px solid #eee;
	box-sizing: border-box;
	padding: 0 45px;
}

/* .consumables_wrap .consumables_block:last-child {
	padding-right: 0;
} */

.consumables_wrap .consumables_block .state {
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.consumables_wrap .consumables_block .state::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #efefef;
	background-color: #ccc;
	vertical-align: middle;
	margin-right: 10px;
	box-sizing: border-box;
}

.consumables_wrap .consumables_block .state.yellow::before {
	border: 1px solid #ffcc07;
	background-color: #fef200;
}

.consumables_wrap .consumables_block .state.green::before {
	border: 1px solid #0e7c42;
	background-color: #00a652;
}

.consumables_wrap .consumables_block .state.gray::before {
	border: 1px solid #eee;
	background-color: #ccc;
}

.consumables_wrap .consumables_block .state_box {
	display: block;
}

.consumables_wrap .consumables_block .state_box li {
	display: flex;
	justify-content: space-between;
	height: 34px;
	border-radius: 20px;
	background-color: #f6f6f6;
	line-height: 32px;
	margin-top: 10px;
	padding: 0 40px 0 35px;
	font-size: 16px;
	font-weight: 500;
	color: #999;
}

.consumables_wrap .consumables_block .state_box li span:last-child {
	color: #313131;
}

.box__bg_ment {
	padding: 30px;
	background-color: #faf8f8;
	border-radius: 10px;
	font-size: 14px;
	color: #313131;
}

.box__bg_ment ul li {
	line-height: 26px;
}

.box__bg_ment2 {
	padding: 39px 50px;
	border-radius: 10px;
	font-size: 16px;
	color: #6c6b6b;
	background: #f6f6f6 url(../images/icons/icon_bginfo.png) no-repeat;
	background-position: right 50px bottom -62px;
}

.box__bg_ment2 dl dt {
	font-size: 20px;
	font-weight: 500;
	color: #313131;
	margin-bottom: 10px;
}

.box__bg_ment2 dl dd {
	line-height: 28px;
}

.car_manage_wrap {
	position: relative;
	display: block;
}

.car_manage_wrap ul li {
	position: relative;
	display: inline-block;
	width: 264px;
	border-radius: 12px;
	border: 1px solid #dbdbdb;
	padding: 21px 38px;
	font-size: 24px;
	color: #313131;
	font-weight: 700;
	margin-right: 16px;
}

.car_manage_wrap ul li:hover {
	border-color: #ed1c24;
}

.car_manage_wrap ul li:last-child {
	margin-right: 0;
}

.car_manage_wrap ul {
	margin-bottom: 20px;
}

.car_manage_wrap ul:last-child {
	margin-bottom: 0;
}

.car_manage_wrap ul li button {
	position: absolute;
	top: 25px;
	right: 20px;
}

.authority_wrap {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.authority_wrap .block {
	width: 650px;
	border-radius: 12px;
	border: 1px solid #dbdbdb;
	padding: 40px 50px;
}

.authority_wrap .block p {
	font-size: 22px;
	color: #313131;
	font-weight: 500;
}

.authority_wrap .block .con-box {
	background-color: #fef9f9;
	border: 1px dotted #fababd;
	margin-top: 25px;
	padding: 20px;
	height: 560px;
}

.authority_wrap .block .con-box .s-header {
	display: block;
}

.authority_wrap .block .con-box .grid_wrap {
	height: 430px;
	overflow-y: auto;
}

.authority_wrap .btn_wrap {
	padding-top: 295px;
	text-align: center;
}

.authority_wrap .btn_wrap .btn_move_left {
	width: 50px;
	height: 50px;
	background: url(../images/icons/icon_o_arrow_left.png) 0 0 no-repeat;
}

.authority_wrap .btn_wrap .btn_move_right {
	width: 50px;
	height: 50px;
	background: url(../images/icons/icon_o_arrow_left.png) 0 0 no-repeat;
	transform: rotate(180deg);
	margin-top: 5px;
}

.indicator_wrap {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.indicator_wrap .block {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #dbdbdb;
	padding: 30px;
}

.indicator_wrap .block p {
	font-size: 18px;
	color: #313131;
	font-weight: 500;
}

.indicator_wrap .block .con-box {
	background-color: #fef9f9;
	border: 1px dotted #fababd;
	margin-top: 15px;
	padding: 20px;
	height: 360px;
	overflow-y: auto;
}

.indicator_wrap .block .con-box .s-header {
	display: block;
}

.indicator_wrap .block .con-box .grid_wrap {
	/* height: 430px; */
	/* overflow-y: auto; */
	margin-top: 0;
}

.indicator_wrap .block .con-box .grid_wrap ul li ul li {
	padding-left: 26px;
}

.indicator_wrap .block .con-box .grid_wrap .checkbox {
	margin-bottom: 7px;
	font-size: 15px;
}

.indicator_wrap .block .con-box .grid_wrap .checkbox label::before {
	margin-top: 2px;
}

.indicator_wrap .btn_wrap {
	padding: 197px 20px 0 20px;
	text-align: center;
}

.indicator_wrap .btn_wrap .btn_move_left {
	width: 30px;
	height: 30px;
	background: url(../images/icons/icon_o_arrow_left.png) 0 0 no-repeat;
	background-size: 30px 30px;
}

.indicator_wrap .btn_wrap .btn_move_right {
	width: 30px;
	height: 30px;
	background: url(../images/icons/icon_o_arrow_left.png) 0 0 no-repeat;
	background-size: 30px 30px;
	transform: rotate(180deg);
	margin-top: 5px;
}

.mymenu_pop_wrap {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.mymenu_pop_wrap .block {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #dbdbdb;
	padding: 30px;
}

.mymenu_pop_wrap .block p {
	font-size: 22px;
	color: #313131;
	font-weight: 500;
	line-height: 1;
}

.mymenu_pop_wrap .block .con-box {
	/* background-color: #fef9f9;
	border: 1px dotted #fababd; */
	margin-top: 0px;
	padding: 0px;
	height: 400px;
	overflow-y: auto;
}

.mymenu_pop_wrap .block .con-box .s-header {
	display: block;
}

.mymenu_pop_wrap .block .con-box .grid_wrap {
	/* height: 430px; */
	/* overflow-y: auto; */
	margin-top: 0;
}

.mymenu_pop_wrap .block .con-box .grid_wrap ul li ul li {
	padding-left: 26px;
}

.mymenu_pop_wrap .block .con-box .grid_wrap .checkbox {
	margin-bottom: 7px;
	font-size: 15px;
}

.mymenu_pop_wrap .block .con-box .grid_wrap .checkbox label::before {
	margin-top: 2px;
}

.mymenu_pop_wrap .btn_wrap {
	padding: 197px 20px 0 20px;
	text-align: center;
}

.mymenu_pop_wrap .btn_wrap .btn_move_left {
	width: 30px;
	height: 30px;
	background: url(../images/icons/icon_o_arrow_left.png) 0 0 no-repeat;
	background-size: 30px 30px;
}

.mymenu_pop_wrap .btn_wrap .btn_move_right {
	width: 30px;
	height: 30px;
	background: url(../images/icons/icon_o_arrow_left.png) 0 0 no-repeat;
	background-size: 30px 30px;
	transform: rotate(180deg);
	margin-top: 5px;
}

.txtNum_wrap {
	display: inline-block;
	min-width: 64px;
	height: 30px;
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	line-height: 26px;
	color: #ccc;
	text-align: center;
	border-radius: 20px;
	font-family: "Poppins";
}

.txtNum_wrap b {
	color: #ee242c;
	font-weight: 500;
}

.icon_cate01 {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ddd;
	border: 2px solid #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	vertical-align: middle;
}

.icon_cate02 {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #ddd;
	border: 2px solid #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	vertical-align: middle;
}

.icon_cate01.red,
.icon_cate02.red {
	background-color: #d50000;
}

.icon_cate01.orange,
.icon_cate02.orange {
	background-color: #f4511e;
}

.icon_cate01.green,
.icon_cate02.green {
	background-color: #0b8043;
}

.icon_cate01.yellow,
.icon_cate02.yellow {
	background-color: #f6bf26;
}

.icon_cate01.blue,
.icon_cate02.blue {
	background-color: #039be5;
}

.cicon_select_wrap {
	position: relative;
	display: block;
}

.cicon_select_wrap ul {
	display: block;
	margin-bottom: 10px;
}

.cicon_select_wrap ul:last-child {
	margin-bottom: 0;
}

.cicon_select_wrap ul li {
	display: inline-block;
	width: 91px;
	height: 91px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 7px;
	vertical-align: top;
	text-align: center;
	padding-top: 34px;
}

.cicon_select_wrap ul li:last-child {
	margin-right: 0;
}

.cicon_select_wrap ul li:hover,
.cicon_select_wrap ul li:focus,
.cicon_select_wrap ul li.on {
	border-color: #ed1c24;
}

.visual_mypage_home01 {
	display: block;
	height: 200px;
	background: url(../images/page/mypage/mypage_home_visual01.png) 0 0 no-repeat;
	padding: 0 50px;
}

.visual_mypage_home01 p {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.ment_hellow {
	font-size: 34px;
	color: #313131;
	line-height: 50px;
	margin: 70px 0;
	text-align: center;
	letter-spacing: -0.8px;
}

.ment_hellow span {
	font-weight: 700;
}

.ment_hellow b {
	font-weight: 700;
	color: #e10f1b;
}

.reserv_state_con {
	display: block;
	border-right: 1px solid #eee;
	padding: 0 48px;
}

.reserv_state_con:last-child {
	border-right: 0;
}

.map_box01 {
	position: relative;
	display: block;
	height: 700px;
	border: 1px solid #eee;
	border-radius: 12px;
}

.map_box01 .icon_marker {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ed1c24;
	border-radius: 50%;
}

.map_layer_wrap01 {
	position: absolute;
	display: block;
	width: 880px;
	height: 395px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	background-color: #fff;
}

.map_layer_wrap01 .head {
	height: 60px;
	padding: 12px 30px 10px 40px;
	border-bottom: 1px solid #dbdbdb;
}

.map_layer_wrap01 .head ul li {
	line-height: 36px;
}

.map_layer_wrap01 .head button {
	position: absolute;
	top: 20px;
	right: 15px;
}

.map_layer_wrap01 .body {
	padding: 0px 0px 0px 40px;
}

.map_layer_wrap01 .body .col:first-child {
	width: 580px;
	height: 335px;
	padding: 33px 40px 0 0;
	border-right: 1px solid #eee;
}

.map_layer_wrap01 .body .col {
	width: 258px;
	padding: 40px 0 0 29px;
}

.map_layer_wrap01 .body .box_state {
	position: absolute;
	left: 40px;
	bottom: 34px;
}

.map_layer_wrap02 {
	position: absolute;
	display: block;
	width: 800px;
	height: 230px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	background-color: #fff;
}

.map_layer_wrap02 button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.map_layer_wrap02::after {
	content: '';
	display: block;
	width: 31px;
	height: 22px;
	position: absolute;
	left: 50%;
	bottom: -22px;
	background: url(../images/icons/icon_arrow_down.png) 0 0 no-repeat;
}

.map_layer_wrap02.marker_none::after {
	display: none;
}

.map_layer_wrap02 .body {
	padding: 40px;
}

.map_layer_wrap02 .body .box_state_wrap {
	display: flex;
	height: 60px;
}

.map_layer_wrap02 .body .box_state_wrap .box_state {
	width: 199px;
	height: 60px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	/* padding-left: 19px; */
	font-size: 16px;
	color: #999;
	font-weight: 500;
	text-align: center;
}

/* .map_layer_wrap02 .body .box_state_wrap .box_state:first-child {
	width: 130px;
	padding-left: 0;
} */

.map_layer_wrap02 .body .box_state_wrap .box_state:last-child {
	border-right: 0;
}

.map_layer_wrap02 .body .box_state_wrap .box_state p:last-child {
	font-size: 16px;
	color: #313131;
	font-family: 'Poppins';
	font-weight: 600;
	margin-top: 5px;
}

.carCon_wrap {
	display: flex;
	height: 50px;
}

.carCon_wrap span {
	width: 280px;
	display: block;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.carCon_wrap span:last-child {
	border-right: 0;
}

.carCon_wrap button {
	display: inline-block;
	width: 150px;
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
	line-height: 50px;
	margin-left: 50px;
	text-align: left;
}

.carCon_wrap button::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 17px;
	vertical-align: middle;
}

.carCon_wrap span:nth-child(1) button::before {
	background: url(../images/icons/icon_carCon_S-01_01.png) 0 0 no-repeat;
}

.carCon_wrap span:nth-child(2) button::before {
	background: url(../images/icons/icon_carCon_S-01_02.png) 0 0 no-repeat;
}

.carCon_wrap span:nth-child(3) button::before {
	background: url(../images/icons/icon_carCon_S-01_03.png) 0 0 no-repeat;
}

.carCon_wrap span:nth-child(4) button::before {
	background: url(../images/icons/icon_carCon_S-01_04.png) 0 0 no-repeat;
}

.carCon_wrap span:nth-child(5) button::before {
	background: url(../images/icons/icon_carCon_S-01_05.png) 0 0 no-repeat;
}

.eCar_state_wrap {
	position: relative;
	display: flex;
	height: 140px;
}

.eCar_state_wrap .box_eCar_state {
	position: relative;
	width: 453px;
	height: 140px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 700;
	color: #131313;
	padding: 0 50px;
	margin-right: 20px;
}

.eCar_state_wrap .box_eCar_state:last-child {
	margin-right: 0;
}

.eCar_state_wrap .box_eCar_state span:last-child {
	font-size: 24px;
}

.eCar_state_wrap .box_eCar_state span b {
	color: #ed1c24;
}

.eCar_state_wrap .box_eCar_state ul {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fbfbfb;
	border-radius: 0 0 12px 12px;
	padding-top: 10px;
	text-align: center;
}

.eCar_state_wrap .box_eCar_state ul li {
	display: inline-block;
	font-size: 17px;
	color: #555;
	font-weight: 400;
	padding: 0 20px;
	line-height: 20px;
}

.eCar_state_wrap .box_eCar_state ul li:first-child {
	border-right: 1px solid #dbdbdb;
}

.eCar_state_wrap .box_eCar_state ul li b {
	color: #ed1c24;
	font-weight: 700;
}

.eCar_state_wrap2 {
	position: relative;
	display: flex;
	height: 140px;
}

.eCar_state_wrap2 .box_eCar_state {
	position: relative;
	width: 264px;
	height: 140px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 700;
	color: #131313;
	padding: 0 20px;
	margin-right: 20px;
	line-height: 24px;
	letter-spacing: -0.8px;
}

.eCar_state_wrap2 .box_eCar_state:last-child {
	margin-right: 0;
}

.eCar_state_wrap2 .box_eCar_state span:last-child {
	font-size: 22px;
}

.eCar_state_wrap2 .box_eCar_state span b {
	color: #ed1c24;
}

.eCar_state_wrap2 .box_eCar_state ul {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fbfbfb;
	border-radius: 0 0 12px 12px;
	padding-top: 10px;
	text-align: center;
}

.eCar_state_wrap2 .box_eCar_state ul li {
	display: inline-block;
	font-size: 17px;
	color: #555;
	font-weight: 400;
	padding: 0 20px;
	line-height: 20px;
}

.eCar_state_wrap2 .box_eCar_state ul li:first-child {
	border-right: 1px solid #dbdbdb;
}

.eCar_state_wrap2 .box_eCar_state ul li b {
	color: #ed1c24;
	font-weight: 700;
}

.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #f2f2f2;
	border-radius: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background: linear-gradient(180deg, #57c636, #50b731);
	/* background-color: #3699ff; */
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	border-radius: 20px;
}

.progress-bar.orange {
	background: linear-gradient(180deg, #ff8b02, #f48400);
}

.badge_state_wrap2 .btn_refresh {
	position: absolute;
	top: -1px;
	right: -12px;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/icons/icon_refresh.png) 0 0 no-repeat;
}

/*ë§ˆì»¤ê´€ë&nbsp;¨ - íˆ´íŒ */
.map_mark {
	display: flex;
	padding: 15px;
}

.map_mark li {
	margin-right: 6px;
}

.map_mark li:last-child {
	margin-right: 0;
}

.map_mark li&gt;span {
	margin-right: 3px;
}

.markers {
	margin: 10px auto;
	text-align: center;
}

.markers .icon_cate01 {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ddd;
	border: 2px solid #fff;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
	box-sizing: border-box;
	margin: 0 auto;
}

.markers .icon_cate02 {
	display: block;
	width: 22px;
	height: 22px;
	background-color: #ddd;
	border: 2px solid #fff;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
	box-sizing: border-box;
	margin: 0 auto;
}

.markers .icon_cate01.red,
.markers .icon_cate02.red {
	background-color: #d50000;
}

.markers .icon_cate01.orange,
.markers .icon_cate02.orange {
	background-color: #f4511e;
}

.markers .icon_cate01.green,
.markers .icon_cate02.green {
	background-color: #0b8043;
}

.markers .icon_cate01.yellow,
.markers .icon_cate02.yellow {
	background-color: #f6bf26;
}

.markers .icon_cate01.blue,
.markers .icon_cate02.blue {
	background-color: #039be5;
}

.markers .icon {
	height: 43px;
	padding: 0;
	text-indent: -9999em;
	background: url('../images/icons/icon_map_off.png') no-repeat right 50% top 0;
	background-size: 31px auto;
}

.markers .icon.on {
	background: url('../images/icons/icon_map_on.png') no-repeat right 50% top 0;
	background-size: 31px 43px;
}

.markers .ballon {
	display: inline-flex;
	align-items: baseline;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin: 5px auto 0;
	border: 1px solid #ababab;
	border-radius: 15px;
	box-shadow: 1px 2px 2px 0px #cecece;
}

.markers .ballon&gt;p {
	margin: auto;
	/* font-family: 'nbgB'; */
	font-size: 12px;
}

.markers .ballon&gt;span {
	margin: 0 1px;
}

/*íˆ´íŒ í°ë°”íƒ•ì&nbsp;œê±° */
.ollehmap-info-tooltip-area {
	background-color: transparent !important;
	border: transparent !important;
	border-radius: 20px;
	cursor: pointer;
}

.ollehmap-info-area {
	width: 880px !important;
	height: 395px !important;
	cursor: default;
	position: relative;
	left: -100px !important;
	top: 100px !important;
	background-color: #fff;
	border: 1px solid #dbdbdb !important;
	border-radius: 12px !important;
}

.ollehmap-info-content {
	/* width: 880px !important; */
	max-width: unset !important;
}

.ollehmap-info-content-overflow {
	width: unset !important;
	height: unset !important;
	padding: unset !important;
}

.ollehmap-info-tip img {
	display: none !important;
}

.ollehmap-info-tip-img {
	display: none !important;
}

.ollehmap-info-defaultStyle {
	font-family: unset !important;
	font-size: unset !important;
	font-weight: unset !important;
	line-height: unset !important;
	font-style: unset !important;
}

.ollehmap-info-defaultStyle .head {
	height: 37px;
	padding: 12px 30px 10px 40px;
	border-bottom: 1px solid #dbdbdb;
}

.ollehmap-info-defaultStyle .head ul {
	line-height: 36px;
}

.ollehmap-info-defaultStyle .body {
	padding: 0 0 0 40px !important;
}

.ollehmap-info-defaultStyle .body .col:first-child {
	width: 580px !important;
	height: 300px;
	padding: 33px 90px 0 0 !important;
	border-right: 1px solid #eee;
}

.ollehmap-info-defaultStyle .body .col:first-child .badge_state_wrap .badge_state {
	min-height: 24px !important;
}

.ollehmap-info-defaultStyle .body .col:first-child .badge-l-s {
	min-width: 100px;
	padding: 5px 5px;
	font-size: 14px;
}

.ollehmap-info-defaultStyle .body .col:last-child {
	padding: 40px 0 0 30px !important;
}

.ollehmap-info-shadow {
	display: none !important;
}

/* Toggle switch  */
.switch_default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

.switch_default label {
	height: 30px;
}

.switch_default input[type="radio"],
.switch_default input[type="checkbox"] {
	display: none;
	overflow: hidden;
	width: 0;
	height: 0;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	clip: rect(0 0 0 0);
	opacity: 0;
}

.switch_default span {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 65px;
	/* margin: 6px 12px; */
	border-radius: 15px;
	cursor: pointer;
}

.switch_default.switch_small span {
	height: 20px;
	width: 55px;
	border-radius: 10px;
}

.switch_default.switch_large span {
	height: 40px;
	width: 75px;
	border-radius: 25px;
}

.switch_default span::before,
.switch_default span::after {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.switch_default span::before,
.switch_default span::after {
	width: 62px;
	border-radius: 15px;
}

.switch_default.switch_small span::before,
.switch_default.switch_small span::after {
	width: 52px;
	border-radius: 10px;
}

.switch_default.switch_large span::before,
.switch_default.switch_large span::after {
	width: 72px;
	border-radius: 25px;
}

.switch_default.switch_large.switch_square span::before,
.switch_default.switch_large.switch_square span::after {
	border-radius: 0px;
}

.switch_default span::after {
	background-color: #fff;
	opacity: 0.7;
}

.switch_default.switch_outline span::after {
	background-color: #ebedf3;
	opacity: 0.7;
}

.switch_default span::after {
	height: 24px;
	width: 24px;
	top: 3px;
	bottom: 3px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
}

.switch_default.switch_small span::after {
	height: 14px;
	width: 14px;
}

.switch_default.switch_large span::after {
	height: 34px;
	width: 34px;
}

.switch_default span::before {
	background-color: #ebedf3;
}

.switch_default.switch_outline span::before {
	background-color: #fff;
	border: 2px solid #3699ff;
}

.switch_default.switch_green span::before {
	background-color: #fff;
	border: 2px solid #1bc5bd;
}

.switch_default.switch_red span::before {
	background-color: #fff;
	border: 2px solid #f64e60;
}

.switch_default input[type="checkbox"]:checked~span:before {
	background-color: #ebedf3;
}

.switch_default.switch_outline input[type="checkbox"]:checked~span:before {
	background-color: transparent;
}


.switch_default input[type="checkbox"]:checked~span:after {
	margin-left: 35px;
	background-color: #3699ff;
	color: #fff;
	opacity: 1;
}

.switch_default input[type="checkbox"]:checked~span.switch_icon:after {
	content: "\2713";
	font-size: 12px;
	padding-bottom: 2px;
	margin-left: 35px;
	background-color: #1bc5bd;
	font-weight: bold;
	color: #fff;
}

.switch_default input[type="checkbox"]:disabled~span::after,
.switch_default input[type="checkbox"]:disabled~span::before {
	opacity: 0.5;
	cursor: not-allowed;
}

.switch_default input[type="checkbox"]:checked~span.switch_label::before {
	background-color: #f64e60;
}

.switch_default input[type="checkbox"]:checked~span.switch_label:after {
	content: "on";
	font-size: 12px;
	/* padding-bottom: 0px; */
	margin-left: 35px;
	background-color: #fff;
	font-weight: bold;
	color: #f64e60;
	line-height: 11px;
}

.switch_default.switch_red input[type="checkbox"]:checked~span.switch_label::before {
	background-color: transparent;
	color: #fff;
}

.switch_default.switch_red input[type="checkbox"]:checked~span.switch_label:after {
	background-color: #f64e60;
	color: #fff;
}

/* == switch type_start == */
.switch_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.switch_inla {
	position: relative;
	padding: 6px 12px;
}

.switch_inla input[type='checkbox']+label {
	display: block;
	position: relative;
	width: 62px;
	height: 20px;
	padding-left: 0;
	margin-right: 0;
	border-radius: 10px;
	background-color: #c8c8c8;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.switch_inla.inla_out input[type='checkbox']+label {
	width: 45px;

}

.switch_inla input[type='checkbox']+label:before,
.switch_inla input[type='checkbox']+label:after {
	display: inline-block;
	position: absolute;
	width: 62px;
	color: #fff;
}

.switch_inla input[type="checkbox"]+label:before {
	left: 10px;
	top: 0;
	content: 'ON';
	font-size: 0px;
	text-align: left;
}

.switch_inla input[type="checkbox"]+label:after {
	right: 10px;
	top: 0;
	content: 'OFF';
	font-size: 13px;
	text-align: right;
}

.switch_inla.inla_out input[type='checkbox']+label:before,
.switch_inla.inla_out input[type='checkbox']+label:after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -33px;
	width: 40px;
	letter-spacing: 0.1px;
	line-height: 17px;
	text-align: left;
}


.switch_inla.inla_out input[type="checkbox"]+label:before {
	color: red;
}

.switch_inla.inla_out input[type="checkbox"]+label:after {
	color: #3f4254;
}


.switch_inla input[type="checkbox"]:checked+label {
	background-color: #f04040;
}

.switch_inla input[type="checkbox"]:checked+label:before {
	font-size: 13px;
}

.switch_inla input[type="checkbox"]:checked+label:after {
	font-size: 0;
}

.switch_inla input[type='checkbox']+label span {
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	border: 1px solid #ededed;
	box-shadow: 1px 5px 10px -2px rgba(0, 0, 0, 0.6);
	background-color: #fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.switch_inla input[type="checkbox"]:checked+label span {
	left: 0px;
	-webkit-transform: translateX(42px);
	-ms-transform: translateX(42px);
	transform: translateX(42px);
}

.switch_inla.inla_out input[type="checkbox"]:checked+label span {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px);
}

.switch_inla input[type="checkbox"]:disabled+label,
.switch_inla input[type="checkbox"]:checked:disabled+label,
.switch_inla input[type="checkbox"]:disabled+label::after,
.switch_inla input[type="checkbox"]:disabled+label::before {
	opacity: 0.5;
	cursor: not-allowed;
}

.v-graph_wrap {
	display: flex;
	justify-content: space-between;
	height: 454px;
}

.v-graph_wrap .g-box {
	display: block;
	width: 264px;
	height: 530px;
	border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}

.v-graph_wrap.s .g-box {
	display: block;
	width: 220px;
	height: 530px;
	border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}

.v-graph_wrap.b .g-box {
	display: block;
	width: 320px;
	height: 454px;
	border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}

.v-graph_wrap .g-box .con {
	height: 343px;
	padding: 29px;
}

.v-graph_wrap .g-box .con .g-box_tit {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #313131;
}

.v-graph_wrap .g-box .con .g-box_tit span {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 13px;
	color: #6c6b6b;
	font-weight: 400;
}

.v-graph_wrap .g-box .con .graph_wrap {
	position: relative;
	padding-top: 68px;
	text-align: center;
	padding-left: 30px;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph {
	position: relative;
	display: inline-block;
	width: 64px;
	height: 201px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin-right: 5px;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph:last-child {
	margin-right: 0;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph p {
	position: absolute;
	width: 64px;
	top: -36px;
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: 1;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph:nth-child(2) p,
.v-graph_wrap .g-box .con .graph_wrap .v-graph:nth-child(3) p {
	padding-top: 6px;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .range {
	position: absolute;
	left: -80px;
	top: -12px;
	width: 70px;
	height: 222px;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .range span {
	display: block;
	font-size: 13px;
	color: #6c6b6b;
	text-align: right;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .range span:last-child {
	position: absolute;
	bottom: 3px;
	width: 70px;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .g-term {
	width: 30px;
	height: 201px;
	background-color: #f2f2f2;
	margin: 0 auto;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .g-term .g-bar {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: auto;
	background-color: #ff6066;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .g-term .g-bar.blue {
	background-color: #41C7D6;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .g-term .g-bar.orange {
	background-color: #F8B94F;
}

.v-graph_wrap .g-box .con .graph_wrap .v-graph .g-term .g-bar span {
	position: absolute;
	margin: auto;
	top: 0;
	right: -96px;
	bottom: 0;
	left: 0;
	width: 46px;
	height: 26px;
	font-size: 16px;
	font-weight: 500;
	color: #ed1c24;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #da1a21;
	/* padding: 4px 6px; */
}

.v-graph_wrap.b .g-box .con .graph_wrap .v-graph .g-term .g-bar span {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: -17px;
	width: 64px;
	height: 26px;
	font-size: 16px;
	font-weight: 500;
	color: #ed1c24;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #da1a21;
	/* padding: 4px 6px; */
}

.v-graph_wrap.b .g-box .con .graph_wrap .v-graph .g-term .g-bar.blue span {
	color: #41C7D6 !important;
	border: 1px solid #41C7D6 !important;
}

.v-graph_wrap.b .g-box .con .graph_wrap .v-graph .g-term .g-bar.orange span {
	color: #F1A92F !important;
	border: 1px solid #F8B94F !important;
}

.v-graph_wrap .g-box .bottom {
	display: block;
	height: auto;
	background-color: #fbfbfb;
	border-radius: 0 0 12px 12px;
	padding: 29px;
}

.v-graph_wrap.s .g-box .bottom {
	display: block;
	height: 185px;
	background-color: #fbfbfb;
	border-radius: 0 0 12px 12px;
	padding: 29px 15px;
}

.v-graph_wrap .g-box .bottom dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 14px;
	color: #6c6b6b;
	font-weight: 500;
}

.v-graph_wrap .g-box .bottom dl dd {
	color: #313131;
	font-weight: 400;
}

.v-graph_wrap .g-box .bottom dl dd b {
	font-size: 16px;
	font-weight: 500;
}

.td_graph_wrap {
	display: block;
	width: 100%;
	min-height: 310px;
}

.td_tree_wrap {
	display: inline-block;
	width: 320px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #eee;
	/* border-radius: 12px; */
	padding: 10px 0;
}

.td_tree_wrap2 {
	display: inline-block;
	width: 480px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #eee;
	/* border-radius: 12px; */
	padding: 10px 0;
}

.td_tree_wrap3 {
	display: inline-block;
	width: 420px;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #eee;
	/* border-radius: 12px; */
	padding: 10px 0;
}

.f-download_sel_wrap {
	position: relative;
	display: block;
	width: 390px;
	margin: 0 auto;
}

.f-download_sel_wrap .checkbox {
	width: 76px;
	margin-bottom: 10px;
	font-size: 15px;
}

.f-download_sel_wrap .checkbox label::before {
	margin-top: 2px;
}

.wrap_mobile {
	display: block;
	width: 320px;
	height: 555px;
	background: url(../images/page/mypage/bg_mobile.png) 0 0 no-repeat;
	padding: 59px 25px;
	margin: 0 auto;
}

.wrap_mobile .sms-con {
	/* display: block; */
	width: 269px;
	height: 385px;
	padding: 10px 10px 10px 10px;
	overflow-y: auto;
}

.dashboard-fms-update {
	position: relative;
	display: block;
	height: 50px;
}

.dashboard-fms-update::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../images/icons/icon_clock02.png) 0 0 no-repeat;
}

.dashboard-fms-update p {
	padding-left: 68px;
	font-size: 22px;
	color: #313131;
	font-weight: 500;
	line-height: 1;
	margin-top: 2px;
}

.dashboard-fms-update p span {
	color: #838383;
}

.dashboard-fms-update p:last-child {
	font-size: 14px;
	color: #8f8f8f;
	font-weight: 500;
	margin-top: 10px;
}

.btn-refresh-db {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #F4F4F4 url(../images/icons/icon_refresh02.png) center center no-repeat !important;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.icon_tooltip01 {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icons/icon_info01.png) 0 0 no-repeat;
	cursor: pointer;
}

.icon_tooltip02 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icons/icon_info02.png) 0 0 no-repeat;
	cursor: pointer;
}

.icon_fms_db_01_01 {
	display: block;
	width: 76px;
	height: 70px;
	background: url(../images/icons/icon_fms_db_01_01.png) 0 0 no-repeat;
}

.icon_fms_db_01_02 {
	display: block;
	width: 76px;
	height: 70px;
	background: url(../images/icons/icon_fms_db_01_02.png) 0 0 no-repeat;
}

.icon_fms_db_01_03 {
	display: block;
	width: 76px;
	height: 70px;
	background: url(../images/icons/icon_fms_db_01_03.png) 0 0 no-repeat;
}

.icon_fms_db_02_01 {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/icons/icon_fms_db_02_01.png) 0 0 no-repeat;
}

.icon_fms_db_02_02 {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/icons/icon_fms_db_02_02.png) 0 0 no-repeat;
}

/* .toggle .toggle-btn2.sty01 {
	position: absolute;
	top: 50px;
} */

.btn_set_sty01 {
	position: absolute;
}

a.btn_mymenu {
	display: block;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	padding: 27px 40px;
	font-size: 16px;
	color: #313131;
	font-weight: 500;
}

a.btn_mymenu::after {
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 26px;
	right: 35px;
	background: url(../images/icons/icon_arrow2.png) 0 0 no-repeat;
}

a.btn_psearch {
	display: block;
	min-height: 120px;
	border: 1px solid #dbdbdb;
	border-radius: 12px;
	padding: 19px 40px;
	font-size: 16px;
	color: #313131;
	font-weight: 500;
}

a.btn_psearch.icon01::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_ps01_01.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}

a.btn_psearch.icon02::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_ps01_02.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}

a.btn_psearch.icon03::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_ps01_03.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}

a.btn_psearch.icon04::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/icons/icon_ps01_04.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-right: 20px;
}

.icon_favo_off {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icons/icon_favo_off.png) 0 0 no-repeat;
}

.icon_favo_on {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icons/icon_favo_on.png) 0 0 no-repeat;
}

.icon_calendar {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icons/icon_calendar2.png) 0 0 no-repeat;
}

.legend_wrap {
	position: relative;
	display: block;
}

.legend_wrap .state {
	font-size: 16px;
	color: #999;
	font-weight: 500;
}

.legend_wrap .state::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #efefef;
	background-color: #ccc;
	vertical-align: middle;
	margin: 0 8px 3px 0;
	box-sizing: border-box;
}

.legend_wrap .state.yellow::before {
	border: 1px solid #ffcc07;
	background-color: #fef200;
}

.legend_wrap .state.green::before {
	border: 1px solid #0e7c42;
	background-color: #00a652;
}

.legend_wrap .state.gray::before {
	border: 1px solid #eee;
	background-color: #ccc;
}

.legend_wrap .state.red::before {
	border: 1px solid #ff0000;
	background-color: #ff4c4c;
}

.icon_mm_contract01 {
	display: block;
	width: 72px;
	height: 72px;
	background: url(../images/icons/icon_contract01_01.png) 0 0 no-repeat;
}

.icon_mm_contract02 {
	display: block;
	width: 72px;
	height: 72px;
	background: url(../images/icons/icon_contract01_02.png) 0 0 no-repeat;
}

.icon_mm_contract03 {
	display: block;
	width: 72px;
	height: 72px;
	background: url(../images/icons/icon_contract01_03.png) 0 0 no-repeat;
}

.icon_map01 {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../images/icons/icon_map01.png) 0 0 no-repeat;
	opacity: .7;
}

.txt_info01::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icons/icon_info01.png) 0 0 no-repeat;
	vertical-align: middle;
	opacity: .7;
	margin: 0 6px 2px 0;
}

.icon_car_repair {
	display: block;
	width: 88px;
	height: 86px;
	background: url(../images/icons/icon_car_repair.png) 0 0 no-repeat;
	margin: 0 auto;
}

.db_state_box01 {
	position: relative;
	display: block;
	padding: 20px 40px;
	background-color: #FEF5F5;
	border-radius: 100px;
}

.db_groups::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/icons/icon_groups.png) 0 0 no-repeat;
	vertical-align: middle;
}

.db_groups span {
	display: inline-block;
	width: 300px;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
	margin-left: 24px;
}

.db_box_wrap01 {
	position: relative;
	display: block;
}

.db_box_sty00 {
	position: relative;
	display: block;
	padding: 0px;
	border-radius: 32px;
	min-height: 326px;
}

.db_box_sty01 {
	position: relative;
	display: block;
	padding: 40px;
	background-color: #F26E6D;
	border-radius: 32px;
	min-height: 326px;
}

.db_box_sty02 {
	position: relative;
	display: block;
	padding: 40px;
	background-color: #BA424B;
	border-radius: 32px;
	min-height: 326px;
}

.db_box_sty03 {
	position: relative;
	display: block;
	padding: 40px;
	background-color: #CC6666;
	border-radius: 32px;
	min-height: 326px;
}

.db_box_sty04 {
	position: relative;
	display: block;
	padding: 40px;
	background-color: #F7F7F7;
	border-radius: 32px;
	min-height: 326px;
	border: 3px solid #F7F7F7;
	box-sizing: border-box;
}

.db_box_sty04:hover {
	background-color: #F7F7F7;
	border: 3px solid #EA4248;
	box-sizing: border-box;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.db_box_sty05 {
	position: relative;
	display: block;
	padding: 40px 40px 37px 40px;
	background-color: #F7F7F7;
	border-radius: 32px;
	min-height: 274px;
}

.db_box_sty06 {
	position: relative;
	display: block;
	padding: 40px;
	background-color: #fff;
	border-radius: 32px;
	min-height: 318px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.db_box_sty07 {
	position: relative;
	display: block;
	padding: 40px;
	background-color: #fff;
	border-radius: 32px;
	min-height: 358px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.db_box_title {
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.75px;
	font-weight: 500;
	line-height: 32px;
}

.db_box_title small {
	font-size: 14px;
	color: #999;
}

.db_box_graph01 {
	display: block;
	width: 174px;
	height: 174px;
}

.db_box_state01 {
	display: inline-block;
	width: 186px;
	height: 150px;
	padding: 32px 0;
	letter-spacing: -0.75px;
	text-align: center;
}

.db_box_state01 p:first-child {
	font-size: 16px;
	color: #FCD8D8;
}

.db_box_state01 p {
	font-size: 28px;
	color: #fff;
}

.db_box_state01 p b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_01 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 88px;
}

.db_box_state02_01 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_01 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_01::before {
	content: '';
	display: inline-block;
	width: 89px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_01.png) 0 0 no-repeat;
	margin: 0 25px 0px 0;
}

.db_box_state02_02 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 88px;
}

.db_box_state02_02 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_02 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_02::before {
	content: '';
	display: inline-block;
	width: 89px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_02.png) 0 0 no-repeat;
	margin: 0 25px 0px 0;
}

.db_box_state02_03 {
	display: block;
	font-size: 28px;
	color: #313131;
	/* text-align: center; */
	line-height: 88px;
}

.db_box_state02_03 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_03 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_03::before {
	content: '';
	display: inline-block;
	width: 88px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_03.png) 0 0 no-repeat;
	margin: 0 24px 0px 0;
}

.db_box_state02_04 {
	display: block;
	font-size: 28px;
	color: #313131;
	/* text-align: center; */
	line-height: 88px;
}

.db_box_state02_04 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_04 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_04::before {
	content: '';
	display: inline-block;
	width: 88px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_04.png) 0 0 no-repeat;
	margin: 0 24px 0px 0;
}

.db_box_state02_05 {
	display: block;
	font-size: 28px;
	color: #313131;
	text-align: center;
	line-height: 88px;
}

.db_box_state02_05 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_05 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_05::before {
	content: '';
	display: inline-block;
	width: 88px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_05.png) 0 0 no-repeat;
	margin: 0 24px 0px 0;
}

.db_box_state02_06 {
	display: block;
	font-size: 28px;
	color: #313131;
	text-align: center;
	line-height: 88px;
}

.db_box_state02_06 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_06 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_06::before {
	content: '';
	display: inline-block;
	width: 88px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_06.png) 0 0 no-repeat;
	margin: 0 24px 0px 0;
}

.db_box_state02_07 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #313131;
	text-align: center;
	line-height: 88px;
}

.db_box_state02_07 span {
	position: absolute;
	left: 10px;
	top: 66px;
	font-size: 16px;
	color: #666;
	letter-spacing: -0.75px;
}

.db_box_state02_07 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_07 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_07::before {
	content: '';
	display: inline-block;
	width: 88px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_07.png) 0 0 no-repeat;
	margin: 0 24px 0px 0;
}

.db_box_state02_08 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #313131;
	text-align: center;
	line-height: 88px;
}

.db_box_state02_08 span {
	position: absolute;
	left: 10px;
	top: 66px;
	font-size: 16px;
	color: #666;
	letter-spacing: -0.75px;
}

.db_box_state02_08 b {
	font-size: 40px;
	font-weight: 700;
}

.db_box_state02_08 p {
	display: inline-block;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}

.db_box_state02_08::before {
	content: '';
	display: inline-block;
	width: 88px;
	height: 88px;
	vertical-align: middle;
	background: url(../images/icons/icon_db01_08.png) 0 0 no-repeat;
	margin: 0 24px 0px 0;
}

.db_box_state03_01 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #313131;
	/* text-align: center; */
	line-height: 64px;
}

.db_box_state03_01 b {
	font-size: 40px;
	font-weight: 700;
	color: #41C7D6;
}

.db_box_state03_01 p {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
}

.db_box_state03_01::before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	background: url(../images/icons/icon_db02_01.png) 0 0 no-repeat;
	margin: 0 10px 0px 0;
}

.db_box_state03_02 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #313131;
	/* text-align: center; */
	line-height: 64px;
}

.db_box_state03_02 b {
	font-size: 40px;
	font-weight: 700;
	color: #7BC664;
}

.db_box_state03_02 p {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
}

.db_box_state03_02::before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	background: url(../images/icons/icon_db02_02.png) 0 0 no-repeat;
	margin: 0 10px 0px 0;
}

.db_box_state03_03 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #313131;
	/* text-align: center; */
	line-height: 64px;
}

.db_box_state03_03 b {
	font-size: 40px;
	font-weight: 700;
	color: #FFA5C7;
}

.db_box_state03_03 p {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
}

.db_box_state03_03::before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	background: url(../images/icons/icon_db02_03.png) 0 0 no-repeat;
	margin: 0 10px 0px 0;
}

.db_box_state03_04 {
	position: relative;
	display: block;
	font-size: 28px;
	color: #313131;
	/* text-align: center; */
	line-height: 64px;
}

.db_box_state03_04 b {
	font-size: 40px;
	font-weight: 700;
	color: #F8B94F;
}

.db_box_state03_04 p {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
}

.db_box_state03_04::before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
	background: url(../images/icons/icon_db02_04.png) 0 0 no-repeat;
	margin: 0 10px 0px 0;
}

.btn_db_more {
	position: absolute;
	display: block;
	width: 26px;
	height: 24px;
	right: 39px;
	top: 32px;
	background: url(../images/icons/icon_arrow_wh_r.png) 0 0 no-repeat;
}

.btn_db_more2 {
	position: absolute;
	display: block;
	width: 26px;
	height: 24px;
	right: 39px;
	top: 152px;
	background: url(../images/icons/icon_arrow_bl_r.png) 0 0 no-repeat;
}

.btn_db_more3 {
	position: absolute;
	display: block;
	width: 26px;
	height: 24px;
	right: 0px;
	top: 20px;
	background: url(../images/icons/icon_arrow_bl_r.png) 0 0 no-repeat;
}

.otype_box_wrap {
	position: relative;
	display: block;
}

.otype_box_wrap button {
	position: relative;
	display: inline-block;
	width: 138px;
	height: 126px;
	/* margin-right: 6px; */
	background-color: #fff;
	border-radius: 16px;
	padding: 22px 24px;
	text-align: left;
	vertical-align: middle;
}

.otype_box_wrap button:hover {
	background-color: #EA4248;
}

.otype_box_wrap button:hover p,
.otype_box_wrap button:hover p:last-child {
	color: #fff;
}

.otype_box_wrap button:hover::after {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	position: absolute;
	right: 24px;
	top: 24px;
	background: url(../images/icons/icon_arrow_wh_s_r.png) 0 0 no-repeat;
}

/* .otype_box_wrap button:last-child {
	margin-right: 0;
} */

.otype_box_wrap button p {
	font-size: 14px;
	color: #666;
	letter-spacing: -0.75px;
}

.otype_box_wrap button p:last-child {
	font-size: 22px;
	font-weight: 700;
	color: #313131;
	margin-top: 28px;
}

.otype_box_wrap button::after {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	position: absolute;
	right: 24px;
	top: 24px;
	background: url(../images/icons/icon_arrow_bl_s_r.png) 0 0 no-repeat;
}

.otype_box_wrap_s {
	position: relative;
	display: block;
}

.otype_box_wrap_s button {
	position: relative;
	display: inline-block;
	width: 116px;
	height: 126px;
	/* margin-right: 6px; */
	background-color: #fff;
	border-radius: 16px;
	padding: 24px 16px;
	text-align: left;
	vertical-align: middle;
	margin-right: 4px;
}

.otype_box_wrap_s button:last-child {
	margin-right: 0;
}

.otype_box_wrap_s button:hover {
	background-color: #EA4248;
}

.otype_box_wrap_s button:hover p,
.otype_box_wrap_s button:hover p:last-child {
	color: #fff;
}

.otype_box_wrap_s button:hover::after {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	position: absolute;
	right: 16px;
	top: 26px;
	background: url(../images/icons/icon_arrow_wh_s_r.png) 0 0 no-repeat;
}

.otype_box_wrap_s button p {
	font-size: 14px;
	color: #666;
	letter-spacing: -0.75px;
}

.otype_box_wrap_s button p:last-child {
	font-size: 20px;
	font-weight: 700;
	color: #313131;
	margin-top: 28px;
}

.otype_box_wrap_s button::after {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	position: absolute;
	right: 16px;
	top: 26px;
	background: url(../images/icons/icon_arrow_bl_s_r.png) 0 0 no-repeat;
}

.carD_state_wrap {
	position: relative;
	display: block;
}

.carD_state_wrap dl dt {
	display: inline-block;
	font-size: 16px;
	color: #999;
}

.carD_state_wrap dl dd {
	display: inline-block;
	font-size: 16px;
	color: #313131;
}

.carD_state_wrap dl dd b {
	font-size: 24px;
	font-weight: 700;
}

.carD_state_wrap2 {
	position: relative;
	display: block;
}

.carD_state_wrap2 dl {
	width: 120px;
	height: 64px;
	text-align: center;
}

.carD_state_wrap2 dl dt {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 24px;
}

.carD_state_wrap2 dl dd {
	display: block;
	font-size: 16px;
	color: #313131;
	line-height: 36px;
}

.carD_state_wrap2 dl dd b {
	font-size: 24px;
	font-weight: 700;
	color: #313131;
}

/* ë§‰ëŒ€ ê·¸ëž˜í”„ */
.wrap_graph .gtitle {
	display: inline-block;
	width: 80px;
	font-size: 18px;
	color: #999;
}

.wrap_graph .d-state {
	display: inline-block;
	width: 54px;
	font-size: 26px;
	font-weight: 700;
}

.wrap_graph .d-state.green {
	color: #59C48F;
}

.wrap_graph .graph_area2 {
	position: relative;
	display: inline-block;
	width: calc(100% - 160px);
	height: 32px;
	margin-left: 24px;
	vertical-align: middle;
}

.wrap_graph .graph_area2 .g_bar {
	display: block;
	height: 8px;
	background: #EEEEEE;
	border-radius: 21px;
	margin-top: 12px;
}

.wrap_graph .graph_area2 .g_bar .bar {
	float: left;
	height: 32px;
	background: #F2F2F2;
	border-radius: 21px;
	margin-top: -12px;
}

.wrap_graph .graph_area2 .g_bar .bar.green {
	background: #59C48F url(../images/icons/bg_db_graph01.png) 0 0 repeat-x;
}

.wrap_graph .graph_area2 .g_bar .bar.red {
	background: #F86E6C url(../images/icons/bg_db_graph02.png) 0 0 repeat-x;
}

.wrap_graph .graph_area2 .g_bar .bar.dred {
	background: #FD9D9D url(../images/icons/bg_db_graph03.png) 0 0 repeat-x;
}

.couponBox_wrap {
	position: relative;
	display: block;
	height: 291px !important;
	padding: 38px 50px 24px 50px;
	background: url(../images/page/mypage/bg_coupon01.png) 0 0 no-repeat;
	margin-bottom: 60px;
}

.couponBox_wrap p,
.couponBox_wrap span {
	line-height: 1;
	/* letter-spacing: -0.9px; */
}

.list_wrap {
	position: relative;
	display: block;
}

.carTakeover_wrap {
	position: relative;
	display: block;
	height: 119px !important;
}

.carTakeover_wrap dl {
	display: inline-block;
	width: 64px;
	text-align: center;
	font-size: 12px;
	letter-spacing: -0.75px;
	vertical-align: top;
	margin-right: 4px;
}

.carTakeover_wrap dl:last-child {
	margin-right: 0;
}

.carTakeover_wrap dl dt {
	font-weight: 700;
	color: #ccc;
	margin-top: 8px;
}

.carTakeover_wrap dl:nth-child(odd):before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icons/icon_carTakeover_step01.png) 0 0 no-repeat;
	margin: 0 auto;
}

.carTakeover_wrap dl:nth-child(even):before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icons/icon_carTakeover_step02.png) 0 0 no-repeat;
	margin: 0 auto;
}

.keyInfo dt {
	font-size: 20px;
	color: #313131;
	font-weight: 500;
}

.keyInfo dd {
	font-size: 16px;
	color: #313131;
	margin-top: 8px;
}

.swiper.keyInfo {
	position: relative;
	display: block;
	width: 493px;
	height: 434px;
	border: 1px solid #CCC;
	border-radius: 16px;
}

.swiper.keyInfo .swiper-slide {
	text-align: center;
	font-size: 18px;
	padding: 32px 0 0 0;
	/* background: #fff; */
	/* Center slide text vertically */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; */
}

.swiper.keyInfo .swiper-slide .keyInfo_title {
	display: block;
	margin-bottom: 24px;
}

.swiper.keyInfo .swiper-slide .keyInfo_title::before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-color: #EB615F;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	margin: 0 auto;
}

.swiper.keyInfo .swiper-slide:nth-child(1) .keyInfo_title::before {
	content: '1';
}

.swiper.keyInfo .swiper-slide:nth-child(2) .keyInfo_title::before {
	content: '2';
}

.swiper.keyInfo .swiper-slide:nth-child(3) .keyInfo_title::before {
	content: '3';
}

.swiper.keyInfo .swiper-slide:nth-child(4) .keyInfo_title::before {
	content: '4';
}

.swiper.keyInfo .swiper-slide .keyInfo_title p {
	display: block;
	width: 100%;
	font-size: 14px;
	letter-spacing: -0.75px;
	color: #313131;
	margin-top: 8px;
}

.swiper.keyInfo .swiper-slide img {
	display: block;
	width: 320px;
	height: 269px;
	object-fit: cover;
	margin: 0 auto;
}

.swiper.keyInfo .swiper-slide:nth-child(3) img {
	width: 345px;
}

.swiper.keyInfo .swiper-pagination {
	display: block;
	width: 100%;
	text-align: center;
	bottom: -34px;
}

.swiper.keyInfo .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 8px;
}

.swiper.keyInfo .swiper-pagination-bullet-active {
	background: #666 !important;
}

#carGrid.k-grid .k-grid-content table {
	border-spacing: 0 8px;
}

#carGrid.k-grid td {
	padding: 10px 5px;
}

#carGrid .k-grid-header-wrap {
	height: 45px;
}

#carGrid .k-grid th {
	line-height: 45px;
}

#carGrid .k-grid-header .k-header&gt;.k-link {
	height: 45px;
	line-height: 45px;
}

#carGrid .capsule-card .capsule-footer {
	height: 400px;
}

.pagination-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0 2px;
}

.pagination-wrap .btn {
	width: 20px;
	height: 20px;
	color: transparent;
	font-size: 0;
}

.pagination-wrap .btn-paging-prev {
	margin-right: 5px;
	background: url("../images/icons/icon-arrow-l.png") center/5px 10px no-repeat;
}

.pagination-wrap .btn-paging-next {
	margin-left: 5px;
	background: url("../images/icons/icon-arrow-r.png") center/5px 10px no-repeat;
}

.pagination-wrap .pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-weight: 500;
	color: #8F9191;
}

.pagination-wrap .pagination-num strong {
	color: #2f2f2f;
}
</pre></body></html>