@charset "utf-8";

/*  공통
========================================================================== */
.cfixed::after {
	content: '';
	display: block;
	clear: both;
}

.clear::after {
	content: '';
	display: block;
	clear: both;
}

.list-empty-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.list-none-txt {
	display: table;
	width: 100%;
	height: 100%;
}

.list-none-txt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* 라벨 */
.label {
	display: inline-block;
	padding: 0 8px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 0.929rem;
	border-radius: 20px;
}

.label.work-ready {
	background-color: #ffa800;
}

.label.work-end {
	background-color: #9b9b9b;
}

.label.work-cancel {
	background-color: #e47a46;
}

.label.work-progress {
	background-color: #4eaa57;
}

.label.D-waiting {
	color: #ffa800;
	border: 1px solid #ffa800;
	background-color: #fff;
	line-height: 18px;
}

.label.D-complited {
	color: #4eaa57;
	border: 1px solid #4eaa57;
	background-color: #fff;
	line-height: 18px;
}

.label.D-cancel {
	color: #e47a46;
	border: 1px solid #e47a46;
	background-color: #fff;
	line-height: 18px;
}
.label.D-warning {
	color: #e47a46;
	border: 1px solid #e47a46;
	background-color: #fff;
	line-height: 18px;
}

.label.D-end {
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	background-color: #fff;
	line-height: 18px;
}

.label.D-warning-end {
	color: #e47a46;
	border: 1px solid #e47a46;
	background-color: #fff;
	line-height: 18px;
}

.new-bedge {
	font-size: 0.857rem;
	color: #fff;
	background-color: #e43e3e;
	padding: 0 5px;
	height: 18px;
	margin-left: 5px;
}

.input-group {
	display: table;
	width: 100%;
}

.input-group span {
	display: table-cell;
}

.input-group span:last-child {
	width: 75px;
}

.unit-wrap {
	display: inline-block;
	position: relative;
	height: 38px;
}

.unit-wrap .txt {
	cursor: default;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.875rem;
	width: 35px;
	line-height: 38px;
	text-align: center;
}

.unit-wrap .txt+input {
	padding-right: 35px;
}

/* 폰트색상 */
.txt-blue {
	color: #5c70cb;
}

.txt-red {
	color: #c73030
}

/* 버튼 */
.fill-basic {
	color: #fff;
	height: 40px;
}

.s-btn {
	width: 80px;
	height: 30px;
}

.full-btns {
	background-color: #fff;
}

.full-btns>div {
	display: table;
	width: 100%;
}

.full-btns>div {
	font-size: 1.154rem;
	height: 48px;
}

.full-btns>div button {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.full-btns>.division-1 button {
	width: 100%;
	color: #fff;
}

.full-btns .division-2 button {
	width: 50%;
	border-top: 1px solid transparent;
}

.full-btns .division-2 button:first-of-type {
	color: #5c70cb;
	border-top-color: #5c70cb;
}

.full-btns .division-2 button:last-of-type {
	color: #fff;
	background-color: #5c70cb;
}

.page-btn-area>div {
	display: -webkit-box;
	display: flex;
	height: 40px;
}

.page-btn-area .division-none {
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.page-btn-area .division-none button {
	padding: 0 15px;
}

.page-btn-area .division-1 button {
	width: 100%;
	color: #fff;
	background-color: #5c70cb;
}

.page-btn-area .division-2 {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.page-btn-area .division-2 button:first-of-type {
	width: 49%;
	color: #5c70cb;
	border: 1px solid #5c70cb;
}

.page-btn-area .division-2 button:last-of-type {
	width: 49%;
	color: #fff;
	background-color: #5c70cb;
}

button.off {
	background-color: #8a8a8a !important;
}

button.navy {
	background-color: #17245f;
    color: #fff;
}

button.naver {
	color:#fff;
	background :#03c75a url("/resources/app/images/img/naver-logo.png") no-repeat center center;
    border-radius: 12px;
}

button.naver-join {
	color:#fff;
	background :#03c75a url("/resources/app/images/img/naver-join.png") no-repeat center center;
    border-radius: 12px;
}

button.kakao{
	background :#fee500 url("/resources/app/images/img/kakao-logo.png") no-repeat center center;
	margin-bottom: 8px;
	/*color:#181600;
	opacity: 0.85;*/
    border-radius: 12px;
}

button.blue {
	background-color: #5c70cb;
}

button.line-blue {
	color: #5c70cb;
	border: 1px solid #5c70cb;
}

button.lightPurple {
	background-color: #9aa6dc;
}

button.gray {
	background-color: #8a8a8a;
}

button.white {
	color: #5c70cb;
	background-color: #fff;
}

button.black {
	background-color: #000;
}

.radio-list li {
	margin-bottom: 10px;
}

/* 탭 */
.tab-wrap .tabs {
	overflow: hidden;
}

.tab-wrap .tabs li {
	color: #fff;
	text-align: center;
	float: left;
	height: 35px;
	line-height: 35px;
	background-color: #d8d8d8;
}

.tab-wrap .tabs li.active {
	background-color: #6e6e6e;
}

.tab-wrap .tab-cont-box {
	border: 1px solid #d8d8d8;
}

.tab-wrap .tab-cont {
	display: none;
	padding: 15px;
	border-top-width: 0;
}
/* accordion 테이블 */
.accordion .accordion-tit {
	height: 50px;
	line-height: 50px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
}

.accordion .accordion-tit.ui-state-active {
	background-color: #5c70cc;
	border-bottom-color: transparent;
}

.accordion .accordion-cont {
	background-color: #5c70cc;
	overflow: hidden;
}

/* sort 테이블 */
.sortable>li {
	margin: 3px;
	border: 1px solid #c9c9c9;
}

/* 레이아웃
========================================================================== */
#wrap {
	position: relative;
}

#login-wrap, #join-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#login-wrap .viual-area {
	padding-top: 60px;
	text-align: center;
	height: 300px;
	background: url(/resources/app/images/bg/bg-login.png) bottom/100% no-repeat;
}

#login-wrap .viual-area p {
	color: #fff;
	font-size: 1.231rem;
}

#login-wrap .viual-area p b {
	font-size: 1.538rem;
	color: black;
}

#login-wrap .login-area {
	padding: 0 15px;
}

#login-wrap .login-area input {
	width: 100%;
	margin-bottom: 8px;
	-webkit-transition: border .15s ease-in-out;
	transition: border .15s ease-in-out;
}

#login-wrap .login-area button {
	width: 100%;
	margin-bottom: 5px;
/* 	color: #fff; */
	height: 48px;
    border-radius: 12px;
}

#login-wrap .custom-use {
	display: inline-block;
	font-size: 1rem;
}

.contact-info-area {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

#login-wrap .contact-info-area {
	background-color: #000;
}

#join-wrap {
	position: relative;
	background-color: #5c70cc;
}

#join-wrap .visual-box {
	width: 235px;
	height: 255px;
	margin: 55px auto 0;
	background: url(/resources/app/images/img/img-join-visual.png) no-repeat center;
	background-size: 80%;
}

#join-wrap .join-box .txt {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

#join-wrap .join-box .txt p {
	margin-bottom: 15px;
}

#join-wrap .join-box .txt .member-login-txt {
	color: #17245f;
	font-weight: 500;
	margin-bottom: 0;
}

#join-wrap .join-box .btns {
	padding: 0 15px;
}

#join-wrap .join-box .btns button {
	width: 100%;
	height: 50px;
}

#join-wrap .contact-info-area {
	line-height: 1;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	z-index: 2;
}

header h1 {
	font-size: 1.429rem;
}

header .menu-open-btn {
	position: absolute;
	top: 15px;
	right: 1.071rem;
	width: 30px;
	cursor: pointer;
}

header .menu-open-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #363b4b;
}

header .menu-open-btn span:nth-child(2) {
	margin: 5px 0;
}

header .menu-back-btn {
	position: absolute;
	display: block;
	top: 9px;
	left: 1.071rem;
	width: 30px;
	height: 30px;
	/* cursor: pointer;*/
}

header .menu-back-btn span {
	position: relative;
}

header .menu-back-btn span::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
	position: absolute;
	top: 15px;
	left: -10px;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow: hidden;
	transition: .3s;
	margin-left: -100%;
	width: 100%;
	height: 100%;
	z-index: 999;
}

nav .my-info-wrap {
	position: relative;
	color: #fff;
	background-color: #5c70cc;
	font-size: 1.154rem;
	overflow: hidden;
}

nav .my-info-wrap>div:not(.user-regis-status){
padding-left:15px;
padding-right:15px;
}
nav .my-info-wrap .nav-active {
	height: 48px;
	line-height: 48px;
}

.my-info-wrap .user-name {
	margin-bottom: 15px;
}

.my-info-wrap .user-name .name {
	font-size: 1.462rem;
}

.my-info-wrap .user-name .btn-myinfo {
	width: 60px;
	height: 30px;
	line-height: 30px;
	color: #5c70cb;
	background-color: #fff;
}

.my-info-wrap .user-contact {
	margin-bottom: 15px;
}

.my-info-wrap .user-company {
	font-size: 1.231rem;
}

.my-info-wrap .user-auto-login .custom-use {
	font-size: 1rem;
}

.my-info-wrap .user-auto-login .custom-use .custom-chk {
	background-color: #fff;
}

.my-info-wrap .user-auto-login .custom-use input:checked ~.custom-chk {
	background-color: #fff;
}

.my-info-wrap .user-auto-login .custom-use .custom-chk::after {
	display: none;
	border-color: #5c70cb;
}

.my-info-wrap .user-auto-login .custom-use input:checked ~.custom-chk::after {
	display: block;
}

.my-info-wrap .btn-home, .my-info-wrap .menu-close-btn {
	width: 30px;
	height: 30px;
}

.my-info-wrap .btn-home {
	background: url(/resources/app/images/btn/btn-home.png) no-repeat center;
}

.my-info-wrap .menu-close-btn {
	background: url(/resources/app/images/btn/btn-page-close.png) no-repeat center;
}

.my-info-wrap .user-regis-status .row {
	display: table;
	width: 100%;
	height: 40px;
	background-color: #374791;
}

.my-info-wrap .user-regis-status .row a {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 30px 0 15px;
	background: url(/resources/app/images/btn/btn-arrow-right-ws.png) no-repeat center right 5px;
}

.my-info-wrap .user-regis-status b {
	color: #f7ff19;
}

.my-gnb-wrap {
	position: relative;
	padding: 0 15px 35px;
}

.my-gnb-wrap .num-bedge {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0.786rem;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	color: #fff;
	background-color: #5c70cb;
	margin-left: 5px;
	margin-top: -5px;
	vertical-align: middle;
}

.my-gnb-wrap .user-active {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	padding: 0 15px;
}

.my-gnb-wrap .user-active a {
	text-decoration: underline;
}

.gnb {
	height: 100%;
	overflow-y: auto;
}

.gnb .menu-name {
	font-size: 1.308rem;
}

.gnb .menu-txt {
	color: #868686;
}

.gnb li a {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	padding-right: 40px;
	border-bottom: 1px solid #dddddd;
	background: url(/resources/app/images/btn/btn-arrow-right-g.png) no-repeat center right;
}

.gnb li.contact a img {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 40px;
}

main {
	position: absolute;
	top: 48px;
	left: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

.main-inner {
	position: relative;
	padding: 0 15px 45px;
}

.main-btn-area {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.allim-area {
	font-size: 1.286rem;
	padding: 15px;
	background-color: #fff;
}

.date-area, .spot-select-area {
	font-size: 1.143rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #000;
}

.date-area a, .spot-select-area a {
	display: inline-block;
	font-size: 28px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	vertical-align: sub;
}

.work-list-area {
	overflow-y: auto;
}

.work-list-area .accordion-tit {
	padding: 0 15px;
}

.work-list-area .accordion-tit .company-name {
	float: left;
	color: #5c70cb;
	font-size: 1.143rem;
	font-weight: 500;
}

.work-list-area .accordion-tit .btn-drop {
	float: right;
}

.work-list-area .accordion-tit .btn-drop span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/resources/app/images/btn/btn-arrow-down.svg) no-repeat center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
}

.work-list-area .accordion-tit.ui-state-active .company-name {
	color: #fff;
}

.work-list-area .accordion-tit.ui-state-active .btn-drop span {
	background-image: url(/resources/app/images/btn/btn-arrow-up.svg);
}

.work-list-area.slide-list .accordion-cont {
	max-height: 255px;
}

.work-list-area.single-list .work-list-box .card {
	margin-bottom: 20px;
}

.work-list-area.single-list .work-list-box .card:last-of-type {
	margin-bottom: 0;
}

.work-list-area .work-list-box .card {
	padding: 0 15px;
}

.work-list-area .work-list-box .card-inner {
	height: 180px;
	padding: 16px;
	border: solid 1px rgba(149, 149, 149, 0.7);
	border-radius: 25px;
	box-shadow: -1.6px 1.3px 15px 0 rgba(69, 87, 171, 0.7);
	background-color: #ffffff;
}

.card .c-status {
	margin-bottom: 5px;
}

.card .c-status .car-num::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/resources/app/images/icon/ico-car-bedge.png) center/100% no-repeat;
	vertical-align: sub;
	margin-right: 5px;
}

.card .c-status .car-num {
	font-size: 1.143rem;
	font-weight: 500;
}

.card .c-destination {
	position: relative;
	font-size: 1.429rem;
	padding-right: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.card .btn-detail {
	position: absolute;
	top: 0;
	right: 0;
	color: #afafaf;
	width: 30px;
	height: 30px;
}

.card .c-board {
	display: table;
	width: 100%;
	margin-top: 15px;
	border: 1px solid #c9c9c9;
}

.card .c-board>div {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}

.card .c-board .tit {
	width: 45px;
	color: #fff;
	background-color: #9badd9;
	text-align: center;
}

.card .c-board .cont li {
	display: inline-block;
	color: #666666;
	border-right: 1px solid #c9c9c9;
	padding: 0 5px;
	letter-spacing: -0.3px;
}

.card .c-board .cont li:last-of-type {
	border-right-width: 0;
}

.card .c-time {
	color: #7781ad;
	text-align: right;
}

.mg-contact {
	padding: 15px;
	text-align: center;
	color: #fff;
}

.mg-contact::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	vertical-align: sub;
	background: url(/resources/app/images/icon/ico-tell-bedge.png) center/100% no-repeat;
}

.detail-info-area {
	padding: 15px;
}

.detail-info-area .status {
	margin-bottom: 15px;
}

.detail-info-area .status button {
	width: 83px;
	height: 26px;
	border: 1px solid #9b9b9b;
	background-color: #fff;
}

.detail-info-area .status button.active {
	color: #3a4ca0;
	border-color: #5c70cb;
}

.detail-info-area .time-info {
	position: relative;
}

.detail-info-area .time-info .info {
	padding-right: 120px;
	margin-bottom :5px;
}

.detail-info-area .time-info .action-btns {
	position: absolute;
	top: 0;
	right: 0;
}

.detail-info-area .time-info .time-01 {
	color: #5c70cb;
	font-size: 1.357rem;
	font-weight: 700;
	letter-spacing: -0.3px;
}

.detail-info-area .time-info .time-02 {
	color: #7781ad;
	letter-spacing: -0.3px;
}

.detail-info-area .time-info .btn-trash {
	width: 57px;
	height: 50px;
	border: 1px solid #5c70cb;
	background: url(/resources/app/images/icon/ico-trash.png) center/50% no-repeat #fff;
	border-radius: 10px;
}

.detail-info-area .time-info .btn-map {
	width: 57px;
	height: 50px;
	background: url(/resources/app/images/icon/ico-marker-w.png) center/50% no-repeat #5c70cb;
	border-radius: 10px;
}

.detail-info-area .button-info {
	text-align: center;
	height: 40px;
}

/* 버튼 4개  */
.detail-info-area .button-info .text-btn.four-btn {
	width: 22%;
	margin: 0;
	padding: 0;
	height: inherit;
	color: #5c70cb;
	border: 1px solid #5c70cb;
	background-color: #fff;
	border-radius: 5px;
	margin: 3px;
	font-size: 17px;
}

.detail-info-area .button-info .four-btn.text-btn:active {
	background-color: #5c70cb;
	color: #fff;
}

.detail-info-area .button-info.four-btn {
	text-align: center;
	position: relative;
	height: 50px;
	margin-top: 15px;
}

/* 버튼 3개  */
.detail-info-area .button-info .three-btn.text-btn {
	width: 30%;
	margin: 0;
	padding: 0;
	height: inherit;
	color: #5c70cb;
	border: 1px solid #5c70cb;
	background-color: #fff;
	border-radius: 5px;
	margin: 3px;
	font-size: 17px;
}

.detail-info-area .button-info .three-btn.text-btn:active {
	background-color: #5c70cb;
	color: #fff;
}

.detail-info-area .button-info .three-btn {
	text-align: center;
	position: relative;
	height: 50px;
	margin-top: 15px;
}
/* 버튼 2개  */
.detail-info-area .button-info .text-btn.two-btn {
	width: 46%;
	margin: 0;
	padding: 0;
	height: inherit;
	color: #5c70cb;
	border: 1px solid #5c70cb;
	background-color: #fff;
	border-radius: 5px;
	margin: 3px;
	font-size: 17px;
}

.detail-info-area .button-info .two-btn.text-btn:active {
	background-color: #5c70cb;
	color: #fff;
}

.detail-info-area .button-info .two-btn {
	text-align: center;
	position: relative;
	height: 50px;
	margin-top: 15px;
}

/* 버튼 2개 끝  */

.detail-info-area .button-info .text-admin {
	font-size: 1rem;
    font-weight: 700;
}



.detail-info-area .time-info .cancel-txt {
	font-size: 1.077rem;
}

.detail-info-area .time-info .cancel-txt b {
	color: #3a4ca0;
}

.detail-count-area dl {
	display: table;
	width: 100%;
	height: 50px;
	background-color: #000;
}

.detail-count-area dl>* {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #4d4d4d;
}

.detail-count-area dl>*:last-child {
	border-right-width: 0;
}

.detail-count-area dl dt {
	color: #5c70cb;
	font-weight: 500;
}

.detail-count-area dl dd {
	color: #fff;
}

.detail-list-area {
	overflow-y: auto;
}

.detail-list-area .row-tit {
	height: 50px;
	line-height: 50px;
	/* cursor: pointer;*/
	background-color: #fff;
	overflow: hidden;
}

.detail-list-area .row-tit>ul {
	display: table;
	width: 100%;
	padding: 0 15px;
}

.detail-list-area .row-tit>ul>li {
	display: table-cell;
	color: #666666;
}

.detail-list-area .row-tit>ul>li:not(.c-name){
	width : 15%;
	text-align : center;
}
.detail-list-area .row-tit.active {
	background-color: #5c70cb;
	border-bottom-color: transparent;
}

.detail-list-area .row-tit.active>ul>li {
	color: #fff;
}

.detail-list-area .c-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
}

.detail-list-area .c-km {
	width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
}

.detail-list-area .c-time {
	width: 15%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 5px;
}

.detail-list-area .c-status {
	width: 15%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.order-bedge {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0.786rem;
	text-align: center;
	line-height: 18px;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid #666666;
}

.detail-list-area .row-tit.active .order-bedge {
	border-color: #fff;
}

.detail-list-area .row-tit .start-spot-info .order-bedge, .detail-list-area .row-tit .end-spot-info .order-bedge {
	color: #fff;
	background-color: #5c70cb;
	border: 0;
}

.detail-list-area .row-tit.active .start-spot-info .order-bedge, .detail-list-area .row-tit.active .end-spot-info .order-bedge {
	color: #5c70cb;
	background-color: #fff;
}

.detail-list-area .spot-info .row-handler {
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: baseline;
}

.detail-list-area .spot-info .row-handler {
	display: inline-block;
	text-align: center;
}

.detail-list-area .row-cont {
	padding: 10px 15px;
	padding-top: 0;
	background-color: #5c70cb;
}

.detail-list-area .row-cont .btn-box {
	overflow: hidden;
}

.detail-list-area .row-cont .btn-box button {
	width: 24.5%;
}
/* .detail-list-area .row-cont .btn-box button:first-child {
    float: left;
} */
.detail-list-area .row-cont .btn-box button:last-child {
	float: right;
}

.spot-select-area .order-bedge {
	color: #fff;
	border-color: #fff;
}

.customer-info-area {
	position: relative;
}

.customer-info-area .customer-info-box {
	padding: 15px;
	padding-right: 80px;
	color: #fff;
	background-color: #5c70cc;
	min-height: 140px;
}

.customer-info-area .customer-info-box .name {
	font-size: 1.615rem;
}

.customer-info-area .customer-info-box .tell {
	font-size: 1.308rem;
	margin-bottom: 5px;
}

.customer-info-area .customer-info-box .addr {
	font-size: 0;
}

.customer-info-area .customer-info-box .addr dt {
	display: inline-block;
	width: 15%;
	font-size: 1rem;
	vertical-align: top;
}

.customer-info-area .customer-info-box .addr dd {
	display: inline-block;
	width: 85%;
	font-size: 1rem;
}

.customer-info-area .customer-action-box {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 57px;
}

.customer-info-area .customer-action-box button {
	width: 57px;
	height: 50px;
	border-radius: 10px;
}

.customer-info-area .customer-action-box .btn-tell {
	background: url(/resources/app/images/icon/ico-tell-w.png) center/50% no-repeat #17245f;
}

.customer-info-area .customer-action-box .btn-map {
	background: url(/resources/app/images/icon/ico-marker.png) center/50% no-repeat #fff;
}

.customer-info-area .time-prediction-box {
	color: #fff;
	padding: 10px 15px;
	background-color: #394a96;
}

.customer-info-area .time-prediction-box dl>* {
	display: inline-block;
}

.customer-info-area .time-prediction-box dl dd {
	padding: 0 7px;
	border-right: 1px solid #fff;
}

.customer-info-area .time-prediction-box dl dd:last-of-type {
	border-right-width: 0;
}

.customer-detial-box>div {
	margin-bottom: 10px;
}

.customer-picture-box {
	background-color: #fff;
}

.mail-img-select {
	margin-bottom: 15px;
}

.mail-img-select .tit {
	font-size: 1.154rem;
	margin-bottom: 5px;
}

.mail-txt-select .tabs li {
	width: 50%;
}

.mail-txt-select .tab-wrap .tab-cont {
	height: 275px;
	font-size: 1rem;
}

.mail-txt-select .tab-wrap .tab-cont li {
	margin-bottom: 10px;
}

.mail-txt-select .custom-use {
	color: #868686;
	font-size: 1rem;
}

.mail-txt-select .custom-use b {
	color: #363b4b;
}

.mail-result-txt {
	padding: 0 15px;
}

.mail-result-txt .thumbnail {
	border: 1px solid #d8d8d8;
	height: 230px;
	/*background : url(/resources/app/images/img/sample-1.jpg) center / cover no-repeat;*/
}

.mail-result-txt .txt {
	padding: 20px 0;
	font-size: 1.154rem;
}

.mail-result-txt .delivery-info {
	padding: 20px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.mail-result-txt .delivery-info ul li {
	color: #868686;
}

.mail-result-txt .delivery-info ul li:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 5px;
	height: 5px;
	background-color: #868686;
	border-radius: 50%;
	vertical-align: middle;
}

.notice-accordion>li, .access-terms-accordion>li {
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
}

.notice-accordion .notice-tit, .access-terms-accordion .tit {
	position: relative;
	padding-right: 30px;
}

.notice-accordion .notice-tit .tit-txt, .access-terms-accordion .tit {
	font-size: 1.231rem;
}

.notice-accordion .notice-tit .date-txt {
	color: #868686;
}

.notice-accordion .notice-tit .btn-drop {
	position: absolute;
	top: 0;
	right: 0;
}

.b-default-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(/resources/app/images/btn/btn-arrow-down.svg) no-repeat center;
}

.b-selected-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(/resources/app/images/btn/btn-arrow-up-b.svg) no-repeat center;
}

.c-default-icon {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(/resources/app/images/btn/btn-c-arrow-down.png) no-repeat center;
}

.c-selected-icon {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(/resources/app/images/btn/btn-c-arrow-up.png) no-repeat center;
}

.ui-accordion-header.ui-state-active {
	color: #5c70cb;
}

.notice-accordion .notice-cont, .access-terms-accordion .cont {
	margin-top: 15px;
	padding: 10px 15px;
	background-color: #f6f6f6;
	height: 450px;
	overflow-y: auto;
}

.notice-cont p {
	word-break: break-all;
}

.pw-noice-txt {
	padding: 15px 0;
}

.pw-noice-txt dl {
	padding: 10px;
	background-color: #f6f6f6;
}

.pw-noice-txt dt {
	font-size: 1.077rem;
	margin-bottom: 8px
}

.pw-noice-txt dd {
	position: relative;
	color: #868686;
	margin-bottom: 8px;
	padding-left: 10px;
	font-size: 0.938rem;
}

.pw-noice-txt dd:last-of-type {
	margin-bottom: 0;
}

.pw-noice-txt dd::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #868686;
	border-radius: 50%;
	margin-right: 10px;
}

.company-noice-txt {
	padding: 15px 15px 15px 30px;
	background-color: #f6f6f6;
	margin-bottom: 15px;
}

.company-noice-txt li {
	margin-bottom: 8px;
	word-break: break-all;
}

.company-noice-txt li:last-of-type {
	margin-bottom: 0;
}

.custom-agree .custom-use {
	color: #868686;
}

.id-find-result {
	font-size: 1.308rem;
	text-align: center;
	margin: 50px 0;
}

.id-find-result b {
	color: #5c70cb;
}

.access-terms-area dl {
	padding: 20px 0;
}

.access-terms-area dl:nth-of-type(2) {
	border-top: 1px solid #dedede;
}
.access-terms-area dl:nth-of-type(3) {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.access-terms-area dl dd {
	padding-left: 25px;
	margin-top: 8px;
	color: #868686;
}

.access-terms-area dl dd a {
	text-decoration: underline;
}

.access-terms-area .custom-use {
	font-size: 1.154rem;
}

.access-terms-area .custom-use .custom-chk {
	top: 4px;
}

.access-terms-modal h2 {
	color: #5c70cb;
	font-size: 1.308rem;
	text-align: center;
	margin-bottom: 20px;
}

.agree h3 {
	font-weight: 500;
}

.agree hr {
	margin: 10px 0
}

.agree p {
	margin-bottom: 10px;
}

.agree ol {
	padding-left: 15px;
}

.box-top {
	padding: 15px;
}

.box-top .tit {
	font-size: 1.154rem;
	color: #5c70cb;
	line-height: 30px;
}

.box-cont {
	padding: 0 15px 15px;
}

.row-img-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.row-img-list li {
	width: 24%;
	height: 65px;
	border: 1px solid #cfcdcd;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* cursor: pointer;*/
	background-color: #fff;
}

.row-img-list li.active {
	border: 3px solid #5c70cb;
}

.col-img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col-img-list li {
	position: relative;
	width: 48.5%;
	height: 120px;
	border: 1px solid #cfcdcd;
	margin-bottom: 10px;
	background: url(/resources/app/images/icon/ico-list-camera.png) no-repeat center;
}

.col-img-list li .btn-trash {
	position: absolute;
	top: 5px;
	right: 4px;
	width: 30px;
	height: 30px;
	background: url(/resources/app/images/btn/btn-list-trash.png) no-repeat center;
}

.col-img-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-sch-result {
	padding: 0 15px;
	background-color: #f6f6f6;
	min-height: 74px;
	max-height: 250px;
	overflow-y: auto;
}

.company-sch-result .list-none-txt {
	height: 74px
}

.company-sch-result+.guide-txt {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #868686;
}

.company-sch-list li {
	padding: 15px 0;
	/* cursor: pointer;*/
}

.company-sch-list li .name {
	font-size: 1.154rem;
	font-weight: 500;
}

.company-sch-list li .addr {
	color: #868686;
}

.join-result-area {
	padding: 15px;
}

.join-result-area b {
	color: #5c70cb;
}

.join-result-area .join-result-txt {
	padding: 30px 0;
	text-align: center;
	font-size: 1.308rem;
}

.join-result-area .join-result-box {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.154rem;
	text-align: center;
	height: 120px;
	background-color: #f6f6f6;
}

.carnum-add-area>.tit {
	color: #5c70cb;
	font-size: 1.231rem;
	padding: 15px 0;
}

.carnum-add-area .carnum-add-list .tit, .carnum-add-area .carnum-add-list .cont {
	position: relative;
	background-color: #f6f6f6;
	padding: 10px;
}

.carnum-add-area .carnum-add-list li {
	margin-bottom: 10px;
}

.carnum-add-area .carnum-add-list .tit input {
	width: 100%;
	padding-right: 38px;
}

.carnum-add-area .carnum-add-list .cont {
	padding-top: 0;
}

.carnum-add-area .carnum-add-list .cont .form-02 {
	padding: 0;
}

.carnum-add-area .carnum-add-list .cont .form-02 label {
	color: #868686;
}

.carnum-add-area .carnum-add-list .btn-delete {
	width: 26px;
	height: 26px;
	background: url(/resources/app/images/btn/btn-delete-g.png) no-repeat center;
	margin-top: 15px;
}

.contract-status1-area .top-txt {
	margin-bottom: 0;
	border-bottom-width: 0;
}

.contract-status1-area .contract-count {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.154rem;
	text-align: center;
	background-color: #374791;
}

.contract-status1-area .contract-count b {
	color: #f7ff19;
}

.contract-status1-area .company-contrat-list {
	list-style-position: inside;
}

.contract-status1-area .company-contrat-list li {
	padding: 20px 15px 20px 15px;
	font-size: 1.385rem;
	border-bottom: 1px solid #dedede;
}

.contract-status1-area .company-contrat-list .company-name {
	display: inline-block;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}

.contract-status1-area .company-contrat-list .company-date, .contract-status1-area .company-contrat-list .company-car {
	font-size: 1rem;
	color: #868686;
	padding-left: 20px;
}

.contract-status2-area {
	padding: 0 15px;
}

.contract-status2-area .top-txt {
	border-bottom-width: 0;
}

.contract-status2-area .company-not-result {
	background-color: #f6f6f6;
	padding: 15px;
	font-size: 1.231rem;
	text-align: center;
}

.radio-group {
	margin-bottom: 15px;
}

.radio-group .tit {
	color: #5c70cb;
	font-size: 1.231rem;
	margin-bottom: 10px;
}

.radio-group ul {
	font-size: 0;
}

.radio-group li {
	display: inline-block;
	width: 50%;
}

.radio-group .custom-use {
	font-size: 1rem;
	margin-bottom: 10px;
}

.radio-group .li-etc {
	width: 100%;
}

/* form type
========================================================================== */
.form-tit {
	font-size: 1.154rem;
	color: #5c70cb;
	margin-bottom: 10px;
}

.form-01 {
	background-color: #fff;
}

.form-01 ul li {
	border-bottom: 1px solid #d8d8d8;
}

.form-01 .row {
	display: table;
	width: 100%;
}

.form-01 .row>span {
	display: table-cell;
	vertical-align: middle;
	min-height: 50px;
	padding: 15px;
}

.form-01 .row span.tit {
	width: 35%;
	vertical-align: top;
}

.form-01 .row span.txt {
	width: 70%;
	color: #666;
	text-align: right;
}

.form-01 .btn-cancel {
	width: 166px;
	height: 38px;
}

.form-02 {
	padding: 20px 0;
}

.form-02 .form-tit a {
	color: #000;
	font-size: 1rem;
}

.form-02 .form-row {
	display: -webkit-box;
	display: flex;
	align-items: top;
	margin-bottom: 7px;
}

.form-02 .form-row label {
	height: 38px;
	line-height: 38px;
}

.form-02 .form-row:last-of-type {
	margin-bottom: 0;
}

.form-02 .form-row input, .form-02 .form-row select {
	width: 100%;
}

.form-02 .form-row button {
	min-width: 75px;
	padding: 0 10px;
	height: 38px;
	color: #fff;
	background-color: #8c8c8c;
	border-radius: 3px;
	margin-left: 5px;
}

.form-02 .form-row .custom-use {
	margin-top: 5px;
	font-size: 1rem;
	height: auto;
	line-height: initial;
}

.form-02 .form-row .custom-chk {
	top: 1px;
}

.form-02 .form-row .unit-wrap {
	width: 100%;
}

.col-2 {
	width: 20%;
}

.col-3 {
	width: 30%;
}

.col-7 {
	width: 70%;
}

.col-8 {
	width: 80%;
}

/* 지도
========================================================================== */
.marker {
	position: absolute;
	padding-top: 6px;
	text-align: center;
	color: #27a2db;
	width: 32px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	/* cursor: pointer;*/
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: all ease .1s;
	transition: all ease .1s;
}

.marker.active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.spot-flag {
	background-image: url(/resources/app/images/bg/bg-marker-nomal.png);
}

.spot-flag.active {
	color: #fff;
	background-image: url(/resources/app/images/bg/bg-marker-active.png);
}

.start-flag {
	width: 32px;
	height: 42px;
	background-image: url(/resources/app/images/icon/ico-start-flag.svg);
	background-size: 100%;
}

.dest-flag {
	width: 32px;
	height: 42px;
	background-image: url(/resources/app/images/icon/ico-dest-01.svg);
	background-size: 100%;
}

.end-flag {
	width: 32px;
	height: 42px;
	background-image: url(/resources/app/images/icon/ico-end-flag.svg);
	background-size: 100%;
}

.map-wrap .marker-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.map-wrap .map-info-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 5px;
}

.map-wrap .map-info-layer .inner {
	padding: 15px;
	background-color: #fff;
}

.map-wrap .map-info-layer dt {
	font-size: 1.250rem;
	margin-bottom: 5px;
}

.map-wrap .map-info-layer dd {
	display: inline;
	padding: 0 5px;
	color: #666;
}

.map-wrap .map-info-layer dd:nth-of-type(2) {
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
}

.c-move {
	position: relative;
}

.c-move>div {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
}

.c-move .btn-up {
	width: 25px;
	height: 50px;
	background: url(/resources/app/images/btn/btn-c-arrow-up.png) no-repeat center;
	background-size: contain;
}

.c-move .btn-down {
	width: 25px;
	height: 50px;
	background: url(/resources/app/images/btn/btn-c-arrow-down.png) no-repeat center;
	background-size: contain;
}

@media all and (max-width : 359px) {
	.card .c-board .cont li {
		display: block;
		border-right: 0;
		padding: 0 10px;
		letter-spacing: 0;
	}
}

#Progress_Loading {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
	text-align: center;
}
