.mypage-lnb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px 0px 72px;
  margin-bottom: 80px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid #1d1d56;
}

.mypage-lnb .user {
  display: flex;
  align-items: center;
}

.mypage-lnb .user p {
  font-size: 1.8rem;
  color: #484848;
}

.mypage-lnb .user span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.mypage-lnb .user p span {
  margin-left: 5px;
}

.mypage-lnb .list {
  display: flex;
  align-items: center;
  height: 100%;
}

.mypage-lnb .list_item {
  width: 245px;
  height: 100%;
}

.mypage-lnb .list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  font-size: 2rem;
  color: #7b7b7b;
}

.mypage-lnb .list_item.on a {
  background-color: #1d1d56;
  color: #fff;
  font-weight: 600;
}

.contents-title {
  margin-top: -10px;
  margin-bottom: 65px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.form-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 10px;
  background-color: #888;
  color: #fff;
}

@media(max-width:1350px) {
  .mypage-lnb {
    padding: 0 0 0 65px;
  }
  
  .mypage-lnb .list_item {
    width: 230px;
    height: 100%;
  }
  
  .mypage-lnb .list_item a {
    border-radius: 30px;
    font-size: 1.8rem;
  }
 
  .contents-title {
    margin-top: -10px;
    margin-bottom: 55px;
  }
  
  .form-btn a {
    font-size: 1.6rem;
    border-radius: 10px;
  }
}


@media(max-width:1200px) {
  .mypage-lnb {
    padding: 0 0 0 50px;
    margin-bottom: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  .mypage-lnb .user p {
    font-size: 1.6rem;
  }
  
  .mypage-lnb .user span {
    font-size: 1.8rem;
  }
  
  .mypage-lnb .user p span {
    margin-left: 5px;
  }

  
  .mypage-lnb .list_item {
    width: 180px;
    height: 100%;
  }
  
  .mypage-lnb .list_item a {
    border-radius: 30px;
    font-size: 1.8rem;
  }
 
  .contents-title {
    margin-top: -6px;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
  
  .form-btn a {
    font-size: 1.5rem;
    border-radius: 10px;
  }
}

@media(max-width:1024px) {
  .mypage-lnb {
    padding: 0 0 0 35px;
    margin-bottom: 55px;
    height: 55px;
    border-radius: 28px;
  }
  
  .mypage-lnb .user p {
    font-size: 1.6rem;
  }
  
  .mypage-lnb .user span {
    font-size: 1.8rem;
  }
  
  .mypage-lnb .user p span {
    margin-left: 5px;
  }
  
  .mypage-lnb .list_item {
    width: 140px;
  }
  
  .mypage-lnb .list_item a {
    border-radius: 28px;
    font-size: 1.8rem;
  }
 
  .contents-title {
    margin-bottom: 45px;
  }
  
  .form-btn a {
    border-radius: 10px;
  }
}

@media(max-width:920px) {
  .mypage-lnb {
    position: relative;
		padding:0px;
    margin: 60px 0 55px;
  }
  
  .mypage-lnb .user {
    position: absolute;
    top: -32px;
    left: 10px;
  }
  
  .mypage-lnb .list {
    width: 100%;
  }
  
  .mypage-lnb .list_item {
    width: 25%;
  }
}

@media(max-width:768px) {
  .mypage-lnb {
    /* padding: 0 20px; */
    margin: 55px 0 50px;
    height: 50px;
    border-radius: 26px;
  }
  
  .mypage-lnb .user {
    top: -25px;
    left: 10px;
  }
  
  .mypage-lnb .user p {
    font-size: 1.5rem;
  }
  
  .mypage-lnb .user span {
    font-size: 1.6rem;
  }
  
  .mypage-lnb .user p span {
    margin-left: 5px;
  }
  
  .mypage-lnb .list_item a {
    border-radius: 26px;
    font-size: 1.6rem;
  }
 
  .contents-title {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  
  .form-btn a {
    font-size: 1.4rem;
    border-radius: 10px;
  }
}

@media(max-width:500px) {
  .mypage-lnb {
    padding: 0;
    margin: 50px 0 45px;
    height: 40px;
    border-radius: 26px;
  }
  
    
  .mypage-lnb .user {
    left: 10px;
  }
  
  .mypage-lnb .user p {
    font-size: 1.4rem;
  }
  
  .mypage-lnb .user span {
    font-size: 1.4rem;
  }
  
  .mypage-lnb .user p span {
    margin-left: 5px;
  }
  
  .mypage-lnb .list_item a {
    border-radius: 26px;
    font-size: 1.3rem;
  }
 
  .contents-title {
    /* margin-top: ; */
    margin-bottom: 35px;
    font-size: 2rem;
  }
  
  .form-btn a {
    font-size: 1.3rem;
    border-radius: 10px;
  }
}

/* --------------- S : Details List --------------- */
.details--list .calender {
  display: flex;
  align-items: center;
  max-width: 610px;
  width: 100%;
  margin-bottom: 40px;
}

.details--list .calender p {
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}

.details--list .calender input {
  width: 180px;
  height: 36px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #bbb;
  background-image: url('/child/img/bbs/calender-icon.png');
  background-size: 18px 20px;
  background-position:  right 14px center;
  background-repeat: no-repeat;
}

.details--list .calender span {
  display: block;
  margin: 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
}

.details--list .calender button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 36px;
  margin-left: 20px;
  border-radius: 18px;
  background-color: #777;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.details--list .bbs-table .row {
  display: flex;
  align-items: center;
  width: 100%;
}

.details--list .bbs-table .thead .row {
  height: 60px;
  background-color: #939398;
  border-bottom: 1px solid #fff;
}

.details--list .bbs-table .div-bg .row {
  min-height: 66px;
  height: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #c7c7c7;
}

.details--list .bbs-table .div-bg .row:last-child {
	border-bottom:0px;
}

.details--list .bbs-table .div-bg .row:nth-of-type(2n) {
  background-color: #f4f4f4;
}

.details--list .bbs-table .thead .row:last-of-type {
  border-bottom: 1px solid #fff;
}

.details--list .bbs-table .th,
.details--list .bbs-table .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.details--list .bbs-table .th:last-of-type, 
.details--list .bbs-table .td:last-of-type {
  border-right: none;
}

.details--list .bbs-table .bbs-table__status,
.details--list .bbs-table .bbs-table__dispatch,
.details--list .bbs-table .bbs-table__manage, 
.details--list .bbs-table .bbs-table__driver {
  max-width: 144px;
  /* width: 11%; */
  width: 8.333%;
}

.details--list .bbs-table .bbs-table__num,
.details--list .bbs-table .bbs-table__date {
  max-width: 160px;
  /* width: 12%; */
  width: 8.333%;
}

.details--list .bbs-table .bbs-table__start, 
.details--list .bbs-table .bbs-table__end {
  max-width: 312px;
  /* width: 22.5%; */
  width: 15%;
}

.details--list .bbs-table .bbs-table__carNum,
.details--list .bbs-table .bbs-table__tel {
  width: 10%;
}

.details--list .bbs-table .th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.details--list .bbs-table .td {
  padding: 5px;
  font-size: 1.6rem;
}

.details--list .bbs-table span {
  width: 100%;
}

.details--list .bbs-table .td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 40px;
  border-radius: 20px;
  background-color: #666;
  font-size: inherit;
  color: #fff;
}

.details--list .bbs-table__message {
 display: flex;
 align-items: center;
 justify-content: center;
 max-width: 100%;
 width: 100%;
 min-height: 400px;
 height: 100%;
}

.details--list .bbs-table__message .empty-message {
 font-size: 2.4rem;
 font-weight: 600;
 text-align: center; 
}

.details--list .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.details--list .pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin: 0 6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.details--list .pagination a.current {
  background-color: #1d1d56;
  border-radius: 50%;
  color: #fff;
}


.details--list a.pagination__backward {
  margin: 0;
  background-image: url('/child/img/sub/mypage/pagination_backward.png');
}
.details--list .pagination__prev {
  background-image: url('/child/img/sub/mypage/pagination_prev.png');
}
.details--list .pagination__next {
  background-image: url('/child/img/sub/mypage/pagination_next.png');
}
.details--list a.pagination__forward {
  margin: 0;
  background-image: url('/child/img/sub/mypage/pagination_forward.png');
}

@media(max-width:1200px) {
  .details--list .calender {
    margin-bottom: 35px;
  }
  
  .details--list .calender p {
    margin-right: 18px;
    font-size: 1.6rem;
  }
  
  .details--list .calender input {
    width: 160px;
    height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    background-size: 16px 18px;
    background-position:  right 14px center;
  }
  
  .details--list .calender span {
    margin: 0 18px;
    font-size: 1.5rem;
  }
  
  .details--list .calender button {
    width: 90px;
    height: 30px;
    margin-left: 18px;
    border-radius: 16px;
    font-size: 1.5rem;
  }
  
  .details--list .bbs-basic {
    width: 100%;
    overflow: scroll;
  }
  
  .details--list .bbs-table {
    width: 1170px;
  }
  
  .details--list .bbs-table .thead .row {
    height: 55px;
  }
  
  .details--list .bbs-table .div-bg .row {
    min-height: 60px;
  }
/*   
  .details--list .bbs-table .bbs-table__status,
  .details--list .bbs-table .bbs-table__dispatch,
  .details--list .bbs-table .bbs-table__manage  {
    max-width: 144px;
    width: 11%;
  }
  
  .details--list .bbs-table .bbs-table__num,
  .details--list .bbs-table .bbs-table__date {
    max-width: 160px;
    width: 12%;
  }
  
  .details--list .bbs-table .bbs-table__start, 
  .details--list .bbs-table .bbs-table__end {
    max-width: 312px;
    width: 22.5%;
  } */
  
  .details--list .bbs-table .th {
    font-size: 1.5rem;
  }
  
  .details--list .bbs-table .td {
    padding: 5px;
    font-size: 1.5rem;
  }
  
  .details--list .bbs-table .td a {
    width: 81px;
    height: 35px;
    border-radius: 18px;
  }
  
  .details--list .bbs-table__message .empty-message {
   font-size: 2.2rem;
  }
  
  .details--list .pagination {
    margin-top: 35px;
  }
  
  .details--list .pagination a {
    width: 19px;
    height: 19px;
    margin: 0 6px;
    font-size: 1.5rem;
  }
  

}

@media(max-width:1024px) {
  .details--list .calender {
    margin-bottom: 30px;
  }
  
  .details--list .calender p {
    margin-right: 16px;
    font-size: 1.6rem;
  }
  
  .details--list .calender input {
    width: 140px;
    height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    background-size: 15px 17px;
    background-position:  right 14px center;
  }
  
  .details--list .calender span {
    margin: 0 16px;
    font-size: 1.5rem;
  }
  
  .details--list .calender button {
    width: 85px;
    height: 30px;
    margin-left: 16px;
    border-radius: 16px;
    font-size: 1.5rem;
  }
  
  .details--list .bbs-table .thead .row {
    height: 50px;
  }
  
  .details--list .bbs-table .div-bg .row {
    min-height: 55px;
  }
/*   
  .details--list .bbs-table .bbs-table__status,
  .details--list .bbs-table .bbs-table__dispatch,
  .details--list .bbs-table .bbs-table__manage  {
    max-width: 144px;
    width: 11%;
  }
  
  .details--list .bbs-table .bbs-table__num,
  .details--list .bbs-table .bbs-table__date {
    max-width: 160px;
    width: 12%;
  }
  
  .details--list .bbs-table .bbs-table__start, 
  .details--list .bbs-table .bbs-table__end {
    max-width: 312px;
    width: 22.5%;
  } */
  
  .details--list .bbs-table .th {
    font-size: 1.5rem;
  }
  
  .details--list .bbs-table .td {
    padding: 5px;
    font-size: 1.5rem;
  }
  
  .details--list .bbs-table .td a {
    width: 75px;
    height: 35px;
    border-radius: 18px;
  }
  
  .details--list .bbs-table__message .empty-message {
   font-size: 2.2rem;
  }
  
  .details--list .pagination {
    margin-top: 30px;
  }
  
  .details--list .pagination a {
    width: 17px;
    height: 17px;
    margin: 0 6px;
    font-size: 1.5rem;
  }
  

}


@media(max-width:768px) {
  .details--list .calender {
    margin-bottom: 25px;
  }
  
  .details--list .calender p {
    margin-right: 14px;
    font-size: 1.5rem;
  }
  
  .details--list .calender input {
    width: 120px;
    height: 30px;
    padding: 0 13px;
    border-radius: 5px;
    background-size: 13px 15px;
    background-position:  right 13px center;
  }
  
  .details--list .calender span {
    margin: 0 14px;
    font-size: 1.4rem;
  }
  
  .details--list .calender button {
    width: 75px;
    height: 30px;
    margin-left: 14px;
    border-radius: 14px;
    font-size: 1.4rem;
  }
  
  .details--list .bbs-table .thead .row {
    height: 45px;
  }
  
  .details--list .bbs-table .div-bg .row {
    min-height: 50px;
  }
  
  /* .details--list .bbs-table .bbs-table__status,
  .details--list .bbs-table .bbs-table__dispatch,
  .details--list .bbs-table .bbs-table__manage  {
    max-width: 144px;
    width: 11%;
  }
  
  .details--list .bbs-table .bbs-table__num,
  .details--list .bbs-table .bbs-table__date {
    max-width: 160px;
    width: 12%;
  }
  
  .details--list .bbs-table .bbs-table__start, 
  .details--list .bbs-table .bbs-table__end {
    max-width: 312px;
    width: 22.5%;
  } */
  
  .details--list .bbs-table .th {
    font-size: 1.4rem;
  }
  
  .details--list .bbs-table .td {
    padding: 5px;
    font-size: 1.4rem;
  }
  
  .details--list .bbs-table .td a {
    width: 65px;
    height: 30px;
    border-radius: 16px;
  }
  
  .details--list .bbs-table__message .empty-message {
   font-size: 2rem;
  }
  
  .details--list .pagination {
    margin-top: 25px;
  }
  
  .details--list .pagination a {
    width: 17px;
    height: 17px;
    margin: 0 5px;
    font-size: 1.4rem;
  }
}

@media(max-width:500px) {
  .details--list .calender {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .details--list .calender p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
    text-align: left;
  }
  
  .details--list .calender input {
    width: 105px;
    height: 30px;
    padding: 0 8px;
    border-radius: 5px;
    background-size: 10px 12px;
    background-position:  right 8px center;
  }
  
  .details--list .calender span {
    margin: 0 6px;
    font-size: 1.3rem;
  }
  
  .details--list .calender button {
    width: 65px;
    height: 30px;
    margin-left: 10px;
    border-radius: 14px;
    font-size: 1.3rem;
  }
  
  
  .details--list .bbs-table .thead .row {
    height: 40px;
  }
  
  .details--list .bbs-table .div-bg .row {
    min-height: 45px;
  }
  
  
  .details--list .bbs-table .th {
    font-size: 1.3rem;
  }
  
  .details--list .bbs-table .td {
    padding: 5px;
    font-size: 1.3rem;
  }
  
  .details--list .bbs-table .td a {
    width: 55px;
    height: 25px;
    border-radius: 16px;
  }
  
  .details--list .bbs-table__message .empty-message {
   font-size: 1.8rem;
  }
  
  .details--list .pagination {
    margin-top: 20px;
  }
  
  .details--list .pagination a {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    font-size: 1.3rem;
  }
}
/* --------------- E : Details List --------------- */

/* --------------- S : Calender Plugin --------------- */
.ui-datepicker-trigger {
  display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background-color: transparent;
}

/* 캘린더 최상위 */
.ui-datepicker {
  display: none;
  max-width: 283px;
  width: 100%;
  box-shadow: 1px 1px 5px 1px #f6f6f6;
}

/* 전체 박스 */
.ui-widget.ui-widget-content {
  border: 0px;
  padding: 0;
}

/* 헤더 (화살표/날짜표시 영역) */
.ui-widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border: 0px;
  border-radius: 0px;
  padding: 10px 15px;
}

/* 이전 화살표 */
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  position: relative;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  font-size: 0;
  order: -1;
  border-radius: 0;
  cursor: pointer;
}

.ui-datepicker .uui-datepicker-prev-hover {
  border-bottom: none;
  border-right: none;
  background-color: transparent;
  left: 1px;
}


/* 다음 화살표 */
.ui-datepicker .ui-datepicker-next {
  position: relative;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  font-size: 0;
  border-radius: 0;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
  border-bottom: none;
  border-left: none;
  background-color: transparent;
  right: 1px;
}

/* 년월 텍스트 묶음 */
.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  margin: 0 5px;
  font-size: 1.8rem;
}

.ui-datepicker .ui-datepicker-title select {
  width: fit-content;
  border: none;
  background-image: none;
}

.ui-datepicker .ui-datepicker-title select:last-of-type {
  margin-left: 15px;
}

/* 년도 숫자만 */
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  background-color: #f4f4f4;
  font-size: 1.8rem;
}

/* 월 */
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  background-color: #f4f4f4;
  font-size: 1.8rem;
}

/* 요일 테이블 */
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  padding: 15px 10px;
  background-color: #fff;
}

/* 요일 글자(월~일) */
.ui-datepicker-calendar thead {
  background-color: #fff;
}

/* 요일 영역 */
.ui-datepicker thead th {
  background-color: #fff;
}

/* 요일 텍스트 */
.ui-datepicker thead th span {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
}

.ui-datepicker-calendar tbody tr td {
  text-align: center;
}

/* 일자 기본영역 */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px 7px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 24px;
}

/* 선택 일자 */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #f4f4f4;
}

@media(max-width:1200px) {
  .ui-datepicker {
    max-width: 270px;
    width: 100%;
  }
  
  .ui-widget-header {
    border: 0px;
    border-radius: 0px;
    padding: 10px 15px;
  }

  .ui-datepicker .ui-datepicker-prev {
    width: 12px;
    height: 12px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    width: 12px;
    height: 12px;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 1.6rem;
  }

  .ui-datepicker .ui-datepicker-title select:last-of-type {
    margin-left: 15px;
  }
  
  .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 1.6rem;
  }
  
  .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-size: 1.6rem;
  }
  
  .ui-datepicker .ui-datepicker-calendar {
    padding: 15px 10px;
  }

  .ui-datepicker thead th span {
    font-size: 1.6rem;
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    padding: 5px 7px;
    font-size: 1.6rem;
    line-height: 22px;
  }
}

@media(max-width:1024px) {
  .ui-datepicker {
    max-width: 260px;
  }
  
  .ui-widget-header {
    border: 0px;
    border-radius: 0px;
    padding: 10px 13px;
  }

  .ui-datepicker .ui-datepicker-prev {
    width: 11px;
    height: 11px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    width: 11px;
    height: 11px;
  }

  .ui-datepicker .ui-datepicker-title select:last-of-type {
    margin-left: 13px;
  }

  .ui-datepicker .ui-datepicker-calendar {
    padding: 13px 10px;
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    padding: 5px 5px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}


@media(max-width:768px) {
  .ui-datepicker {
    max-width: 250px;
  }
  
  .ui-widget-header {
    padding: 8px 11px;
  }

  .ui-datepicker .ui-datepicker-prev {
    width: 10px;
    height: 10px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    width: 10px;
    height: 10px;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 1.5rem;
  }

  .ui-datepicker .ui-datepicker-title select:last-of-type {
    margin-left: 11px;
  }
  
  .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 1.5rem;
  }
  
  .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-size: 1.5rem;
  }
  
  .ui-datepicker .ui-datepicker-calendar {
    padding: 11px 8px;
  }

  .ui-datepicker thead th span {
    font-size: 1.5rem;
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    font-size: 1.5rem;
    line-height: 18px;
  }
}

@media(max-width:500px) {
  .ui-datepicker {
    max-width: 240px;
  }
  
  .ui-widget-header {
    padding: 6px 9px;
  }

  .ui-datepicker .ui-datepicker-prev {
    width: 9px;
    height: 9px;
  }
  
  .ui-datepicker .ui-datepicker-next {
    width: 9px;
    height: 9px;
  }

  .ui-datepicker .ui-datepicker-title {
    font-size: 1.4rem;
  }

  .ui-datepicker .ui-datepicker-title select:last-of-type {
    margin-left: 9px;
  }
  
  .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 1.4rem;
  }
  
  .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-size: 1.4rem;
  }
  
  .ui-datepicker .ui-datepicker-calendar {
    padding: 9px 6px;
  }

  .ui-datepicker thead th span {
    font-size: 1.4rem;
  }
  
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    font-size: 1.4rem;
  }
}
/* --------------- E : Calender Plugin --------------- */
/* --------------- S : Details View --------------- */
.details--view .contents-area {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.details--view .contents-area .contents {
  margin-bottom: 31px;
}

.details--view .contents-area .contents--06 {
  margin-bottom: 80px;
}

.details--view .contents-area .title {
  margin-bottom: 14px;
  font-size: 2.4rem;
  font-weight: 700;
}

.details--view .contents-area .table {
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #1d1d56;
}

.details--view .row {
  display: flex;
  align-items: center;
  min-height: 56px;
  height: 100%;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  background-color: #a0a0a0;
}

.details--view .row .th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  min-height: 56px;
  height: 100%;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
}

.details--view .row .td {
  display: flex;
  align-items: center;
  min-height: 56px;
  height: 100%;
  width: calc(100% - 168px);
  padding: 0 25px;
  background-color: #fafafa;
  font-size: 1.8rem;
  font-weight: 300;
}

.details--view .row .td input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.02em;
  border: none;
}

.details--view .row .td p {
  max-width: 100%;
}

.details--view .row .td p,
.details--view .row .td span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.02em;
}

.details--view .row .td span {
  display: inline-block;
  margin: 0 3px;
}

.details--view .row .info-box {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}

.details--view .contents--05 .row {
  height: fit-content;
}

.details--view .row .td.message {
  display: block;
  width: 100%;
  height: 160px;
  padding: 18px 20px;
  overflow-y: auto;
}

.details--view .row .td.message p {
  line-height: 1.3;
}

.details--view .btns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 5px;
}

.details--view .btns-wrap .form-btn {
  max-width: 350px;
  width: 48%;
  height: 64px;
}

.details--view .btns-wrap .form-btn a#details-cancel {
  background-color: #444;
}

.details--view .btns-wrap .form-btn a.button-modify {
  background-color: #1d1d56;
}

@media(max-width:1200px){
  .details--view .contents-area .contents {
    margin-bottom: 25px;
  }
  
  .details--view .contents-area .contents--06 {
    margin-bottom: 70px;
  }
  
  .details--view .contents-area .title {
    margin-bottom: 14px;
    font-size: 2.2rem;
  }
  
  .details--view .contents-area .table {
    padding-top: 20px;
  }
  
  .details--view .row {
    min-height: 50px;
  }
  
  .details--view .row .th {
    min-height: 50px;
    width: 155px;
    font-size: 1.5rem;
  }
  
  .details--view .row .td {
    min-height: 50px;
    width: calc(100% - 155px);
    padding: 0 20px;
    font-size: 1.6rem;
  }
  
  
  .details--view .row .td.message {
    height: 150px;
    padding: 16px 18px;
  }
  
  .details--view .btns-wrap .form-btn {
    height: 60px;
  }
  
}

@media(max-width:1024px){
  .details--view .contents-area .contents {
    margin-bottom: 20px;
  }
  
  .details--view .contents-area .contents--06 {
    margin-bottom: 60px;
  }
  
  .details--view .contents-area .title {
    margin-bottom: 12px;
  }
  
  .details--view .contents-area .table {
    padding-top: 18px;
  }
  
  .details--view .row {
    min-height: 45px;
  }
  
  .details--view .row .th {
    min-height: 45px;
    width: 140px;
  }
  
  .details--view .row .td {
    min-height: 45px;
    width: calc(100% - 140px);
    padding: 0 18px;
  }
  
  
  .details--view .row .td.message {
    height: 140px;
    padding: 14px 16px;
  }
  
  .details--view .btns-wrap .form-btn {
    height: 55px;
  }
  
}

@media(max-width:768px){
  .details--view .contents-area .contents {
    margin-bottom: 18px;
  }
  
  .details--view .contents-area .contents--06 {
    margin-bottom: 50px;
  }
  
  .details--view .contents-area .title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  
  .details--view .contents-area .table {
    padding-top: 16px;
  }

  .details--view .row .th {
    width: 125px;
    font-size: 1.4rem;
  }
  
  .details--view .row .td {
    width: calc(100% - 125px);
    padding: 0 16px;
    font-size: 1.5rem;
  }
  
  
  .details--view .row .td.message {
    height: 130px;
    padding: 12px 14px;
  }
  
  .details--view .btns-wrap .form-btn {
    height: 50px;
  }
  
}

@media(max-width:500px){
  .details--view .contents-area .contents {
    margin-bottom: 16px;
  }
  
  .details--view .contents-area .contents--06 {
    margin-bottom: 40px;
  }
  
  .details--view .contents-area .title {
    font-size: 1.8rem;
  }
  
  .details--view .contents-area .table {
    padding-top: 14px;
  }
  
  .details--view .row .th {
    width: 100px;
    font-size: 1.3rem;
  }
  
  .details--view .row .td {
    width: calc(100% - 100px);
    padding: 0 14px;
    font-size: 1.4rem;
  }
  
  
  .details--view .row .td.message {
    height: 110px;
    padding: 10px 12px;
  }
  
  .details--view .btns-wrap .form-btn {
    height: 45px;
  }
  
}
/* --------------- E : Details View --------------- */
/* --------------- S : Modify --------------- */
.modify .contents-area {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* --------------- E : Modify --------------- */
/* --------------- S : Mypage -Form --------------- */
.mypage-form {
  width: 100%;
}

.mypage-form .row {
  margin-bottom: 16px;
}

.mypage-form .row .th {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}

.mypage-form .row .td {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
}

.mypage-form .row .default-box {
  width: 100%;
  padding: 0 25px;
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.mypage-form .row .default-box p {
  font-size: 2rem;
  font-weight: 500;
}

.mypage-form .row .email-box {
  height: 100%;
}

.mypage-form .row .email-box:nth-of-type(1) {
  max-width: 240px;
  width: 37.5%;
}

.mypage-form .row .email-box:nth-of-type(2) {
  max-width: 240px;
  width: 25.625%;
}

.mypage-form .row .email-box:nth-of-type(3) {
  max-width: 240px;
  width: 25%;
  margin-left: 10px;
}

.mypage-form .row span {
  display: inline-block;
  margin: 0 25px;
  font-size: 2rem;
  font-weight: 500;
}

.mypage-form .row input,
.mypage-form .row select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

.mypage-form .row select  {
  border-color: #888;
  background-image: url('/child/img/common/select-arrow3.png');
  background-position: right 8px center;
  background-size: 18px 10px;
}


.mypage-form .btns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

.mypage-form .btns-wrap .form-btn {
  max-width: 310px;
  width: 48%;
  height: 64px;
}

.form-btn a.mypage-complete{
  background-color: #1d1d56;
}

.form-btn a.mypage_cancel {
  background-color: #444444;
}

@media(max-width:1200px) {
  .mypage-form .row {
    margin-bottom: 16px;
  }
  
  .mypage-form .row .th {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  
  .mypage-form .row .td {
    height: 60px;
  }
  
  .mypage-form .row .default-box {
    padding: 0 20px;
    border-radius: 10px;
  }
  
  .mypage-form .row .default-box p {
    font-size: 1.8rem;
  }

  .mypage-form .row .email-box:nth-of-type(3) {
    margin-left: 10px;
  }
  
  .mypage-form .row span {
    margin: 0 20px;
    font-size: 1.8rem;
  }
  
  .mypage-form .row input,
  .mypage-form .row select {
    padding: 0 18px;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  
  .mypage-form .row select  {
    background-position: right 12px center;
    background-size: 16px 8px;
  }
  
  .mypage-form .btns-wrap {
    margin-top: 30px;
  }
  
  .mypage-form .btns-wrap .form-btn {
    height: 60px;
  }
  
}

@media(max-width:1024px) {
  .mypage-form .row {
    margin-bottom: 14px;
  }
  
  .mypage-form .row .th {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  
  .mypage-form .row .td {
    height: 55px;
  }
  
  .mypage-form .row .default-box {
    padding: 0 18px;
    border-radius: 10px;
  }
  
  .mypage-form .row .default-box p {
    font-size: 1.8rem;
  }

  .mypage-form .row .email-box:nth-of-type(3) {
    margin-left: 10px;
  }
  
  .mypage-form .row span {
    margin: 0 15px;
    font-size: 1.8rem;
  }
  
  .mypage-form .row input,
  .mypage-form .row select {
    padding: 0 15px;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  
  .mypage-form .row select  {
    background-position: right 10px center;
    background-size: 14px 8px;
  }
  
  .mypage-form .btns-wrap {
    margin-top: 25px;
  }
  
  .mypage-form .btns-wrap .form-btn {
    height: 55px;
  }
  
}

@media(max-width:768px) {
  .mypage-form .row {
    margin-bottom: 12px;
  }
  
  .mypage-form .row .th {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  
  .mypage-form .row .td {
    height: 50px;
  }
  
  .mypage-form .row .default-box {
    padding: 0 16px;
    border-radius: 10px;
  }
  
  .mypage-form .row .default-box p {
    font-size: 1.6rem;
  }
  
  .mypage-form .row .email-box:nth-of-type(3) {
    margin-left: 8px;
  }
  
  .mypage-form .row span {
    margin: 0 10px;
    font-size: 1.6rem;
  }
  
  .mypage-form .row input,
  .mypage-form .row select {
    padding: 0 10px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
  
  .mypage-form .row select  {
    background-position: right 5px center;
    background-size: 12px 7px;
  }
  
  .mypage-form .btns-wrap {
    margin-top: 20px;
  }
  
  .mypage-form .btns-wrap .form-btn {
    height: 50px;
  }
  
}

@media(max-width:500px) {
  .mypage-form .row {
    margin-bottom: 10px;
  }
  
  .mypage-form .row .th {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
  
  .mypage-form .row .td {
    height: 45px;
  }
  
  .mypage-form .row .default-box {
    padding: 0 14px;
    border-radius: 10px;
  }
  
  .mypage-form .row .default-box p {
    font-size: 1.5rem;
  }
  
  .mypage-form .row .email-box:nth-of-type(1) {
    width: 32%;
  }
  
  .mypage-form .row .email-box:nth-of-type(2) {
    width: 31%;
  }
  
  .mypage-form .row .email-box:nth-of-type(3) {
    width: 27%;
    margin-left: 4px;
  }
  
  .mypage-form .row span {
    margin: 0 5px;
    font-size: 1.5rem;
  }
  
  .mypage-form .row input,
  .mypage-form .row select {
    padding: 0 5px;
    font-size: 1.5rem;
    border-radius: 10px;
  }
  
  .mypage-form .row select  {
    background-position: right 2px center;
  }
  
  .mypage-form .btns-wrap {
    margin-top: 15px;
  }
  
  .mypage-form .btns-wrap .form-btn {
    height: 45px;
  }
  
}
/* --------------- E : Mypage -Form --------------- */


/* S:추가퍼블 20250605 */
.coupons .calender {
  display: flex;
  align-items: center;
  max-width: 610px;
  width: 100%;
  margin-bottom: 40px;
}

.coupons .calender p {
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}

.coupons .calender input {
  width: 180px;
  height: 36px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #bbb;
  background-image: url('/child/img/bbs/calender-icon.png');
  background-size: 18px 20px;
  background-position:  right 14px center;
  background-repeat: no-repeat;
}

.coupons .calender span {
  display: block;
  margin: 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
}

.coupons .calender button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 36px;
  margin-left: 20px;
  border-radius: 18px;
  background-color: #777;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.coupons .bbs-table .row {
  display: flex;
  align-items: center;
  width: 100%;
}

.coupons .bbs-table .thead .row {
  height: 60px;
  background-color: #939398;
  border-bottom: 1px solid #fff;
}

.coupons .bbs-table .div-bg .row {
  min-height: 66px;
  height: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #c7c7c7;
}

.coupons .bbs-table .div-bg .row:last-child {
	border-bottom:0px;
}

.coupons .bbs-table .div-bg .row:nth-of-type(2n) {
  background-color: #f4f4f4;
}

.coupons .bbs-table .thead .row:last-of-type {
  border-bottom: 1px solid #fff;
}

.coupons .bbs-table .th,
.coupons .bbs-table .td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.coupons .bbs-table .th:last-of-type, 
.coupons .bbs-table .td:last-of-type {
  border-right: none;
}

.coupons .bbs-table .th,
.coupons .bbs-table .td {
	width: 25%;
}

.coupons .bbs-table .th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.coupons .bbs-table .td {
  padding: 5px;
  font-size: 1.6rem;
}

.coupons .bbs-table span {
  width: 100%;
}

.coupons .bbs-table .td a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 40px;
  border-radius: 20px;
  background-color: #666;
  font-size: inherit;
  color: #fff;
}

.coupons .bbs-table__message {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	min-height: 400px;
	height: 100%;
}

.coupons .bbs-table__message .empty-message {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center; 
}

.coupons .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.coupons .pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	margin: 0 6px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}

.coupons .pagination a.current {
	background-color: #1d1d56;
	border-radius: 50%;
	color: #fff;
}

.coupons a.pagination__backward {
	margin: 0;
	background-image: url('/child/img/sub/mypage/pagination_backward.png');
}

.coupons .pagination__prev {
	background-image: url('/child/img/sub/mypage/pagination_prev.png');
}

.coupons .pagination__next {
	background-image: url('/child/img/sub/mypage/pagination_next.png');
}

.coupons a.pagination__forward {
	margin: 0;
	background-image: url('/child/img/sub/mypage/pagination_forward.png');
}

@media(max-width:1200px) {
  .coupons .calender {
    margin-bottom: 35px;
  }
  
  .coupons .calender p {
    margin-right: 18px;
    font-size: 1.6rem;
  }
  
  .coupons .calender input {
    width: 160px;
    height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    background-size: 16px 18px;
    background-position:  right 14px center;
  }
  
  .coupons .calender span {
    margin: 0 18px;
    font-size: 1.5rem;
  }
  
  .coupons .calender button {
    width: 90px;
    height: 30px;
    margin-left: 18px;
    border-radius: 16px;
    font-size: 1.5rem;
  }

	.coupons .bbs-basic {
    width: 100%;
    overflow: scroll;
  }
  
  .coupons .bbs-table {
    width: 1170px;
  }
  
  .coupons .bbs-table .thead .row {
    height: 55px;
  }
  
  .coupons .bbs-table .div-bg .row {
    min-height: 60px;
  }

  .coupons .bbs-table .th {
    font-size: 1.5rem;
  }
  
  .coupons .bbs-table .td {
    padding: 5px;
    font-size: 1.5rem;
  }
  
  .coupons .bbs-table .td a {
    width: 81px;
    height: 35px;
    border-radius: 18px;
  }
  
  .coupons .bbs-table__message .empty-message {
		font-size: 2.2rem;
  }
  
  .coupons .pagination {
    margin-top: 35px;
  }
  
  .coupons .pagination a {
    width: 19px;
    height: 19px;
    margin: 0 6px;
    font-size: 1.5rem;
  }
}
@media(max-width:1024px) {
  .coupons .calender {
    margin-bottom: 30px;
  }
  
  .coupons .calender p {
    margin-right: 16px;
    font-size: 1.6rem;
  }
  
  .coupons .calender input {
    width: 140px;
    height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    background-size: 15px 17px;
    background-position:  right 14px center;
  }
  
  .coupons .calender span {
    margin: 0 16px;
    font-size: 1.5rem;
  }
  
  .coupons .calender button {
    width: 85px;
    height: 30px;
    margin-left: 16px;
    border-radius: 16px;
    font-size: 1.5rem;
  }

	.coupons .bbs-table .thead .row {
    height: 50px;
  }
  
  .coupons .bbs-table .div-bg .row {
    min-height: 55px;
  }
  
  .coupons .bbs-table .th {
    font-size: 1.5rem;
  }
  
  .coupons .bbs-table .td {
    padding: 5px;
    font-size: 1.5rem;
  }
  
  .coupons .bbs-table .td a {
    width: 75px;
    height: 35px;
    border-radius: 18px;
  }
  
  .coupons .bbs-table__message .empty-message {
		font-size: 2.2rem;
  }
  
  .coupons .pagination {
    margin-top: 30px;
  }
  
  .coupons .pagination a {
    width: 17px;
    height: 17px;
    margin: 0 6px;
    font-size: 1.5rem;
  }
}
@media(max-width:768px) {
  .coupons .calender {
    margin-bottom: 25px;
  }
  
  .coupons .calender p {
    margin-right: 14px;
    font-size: 1.5rem;
  }
  
  .coupons .calender input {
    width: 120px;
    height: 30px;
    padding: 0 13px;
    border-radius: 5px;
    background-size: 13px 15px;
    background-position:  right 13px center;
  }
  
  .coupons .calender span {
    margin: 0 14px;
    font-size: 1.4rem;
  }
  
  .coupons .calender button {
    width: 75px;
    height: 30px;
    margin-left: 14px;
    border-radius: 14px;
    font-size: 1.4rem;
  }

	.coupons .bbs-table .thead .row {
    height: 45px;
  }
  
  .coupons .bbs-table .div-bg .row {
    min-height: 50px;
  }

  .coupons .bbs-table .th {
    font-size: 1.4rem;
  }
  
  .coupons .bbs-table .td {
    padding: 5px;
    font-size: 1.4rem;
  }
  
  .coupons .bbs-table .td a {
    width: 65px;
    height: 30px;
    border-radius: 16px;
  }
  
  .coupons .bbs-table__message .empty-message {
		font-size: 2rem;
  }
  
  .coupons .pagination {
    margin-top: 25px;
  }
  
  .coupons .pagination a {
    width: 17px;
    height: 17px;
    margin: 0 5px;
    font-size: 1.4rem;
  }
}
@media(max-width:500px) {
  .coupons .calender {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .coupons .calender p {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
    text-align: left;
  }
  
  .coupons .calender input {
    width: 105px;
    height: 30px;
    padding: 0 8px;
    border-radius: 5px;
    background-size: 10px 12px;
    background-position:  right 8px center;
  }
  
  .coupons .calender span {
    margin: 0 6px;
    font-size: 1.3rem;
  }
  
  .coupons .calender button {
    width: 65px;
    height: 30px;
    margin-left: 10px;
    border-radius: 14px;
    font-size: 1.3rem;
  }

	.coupons .bbs-table .thead .row {
    height: 40px;
  }
  
  .coupons .bbs-table .div-bg .row {
    min-height: 45px;
  }
  
  .coupons .bbs-table .th {
    font-size: 1.3rem;
  }
  
  .coupons .bbs-table .td {
    padding: 5px;
    font-size: 1.3rem;
  }
  
  .coupons .bbs-table .td a {
    width: 55px;
    height: 25px;
    border-radius: 16px;
  }
  
  .coupons .bbs-table__message .empty-message {
		font-size: 1.8rem;
  }
  
  .coupons .pagination {
    margin-top: 20px;
  }
  
  .coupons .pagination a {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    font-size: 1.3rem;
  }
}