/* 20240610 개인결제 페이지가 추가 되었습니다. */
/* List */
.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin:-30px -20px;
}

.shop-list li {
  flex:0 0 25%;
  max-width:25%;
  padding:30px 20px;
}

.shop-list .thumbnail {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(280/310*100%);
  background: url('/child/img/sub/shop/list-dummy.png') no-repeat center;
  border:1px solid #f2f2f2;
  overflow: hidden;
}

.shop-list .thumbnail div {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.shop-list .context {
  padding-top:20px;
}

.shop-list .subject {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  /* height:3.2em; */
  font-size:2rem;
  font-weight:700;
  line-height:1.4;
  margin-bottom:16px;
} 

.shop-list .price {
  font-size:1.8rem;
  font-weight:500;
  line-height:1;
  color:#b0b0b0;
}

@media (max-width:1200px) {
  .shop-list {
    margin:-24px -16px;
  }
  
  .shop-list li {
    padding:24px 16px;
  }

  .shop-list .context {
    padding-top:16px;
  }

  .shop-list .subject {
    font-size:1.8rem;
    margin-bottom:12px;
  }

  .shop-list .price {
    font-size:1.6rem;
  }
}
@media (max-width:1024px) {
  .shop-list {
    margin:-16px -10px;
  }
  
  .shop-list li {
    padding:16px 10px;
  }
}
@media (max-width:768px) {
  .shop-list li {
    flex:0 0 33.33%;
    max-width: 33.33%;
  }

  .shop-list .context {
    padding-top:12px;
  }

  .shop-list .subject {
    font-size:1.6rem;
    margin-bottom:8px;
  }

  .shop-list .price {
    font-size:1.4rem;
  }
}
@media (max-width:576px) {
  .shop-list {
    margin:-12px -5px;
  }

  .shop-list li {
    flex:0 0 50%;
    max-width: 50%;
    padding:12px 5px;
  }

  .shop-list .thumbnail {
    background-size: auto 160px;
  }

  .shop-list .subject {
    font-size:1.4rem;
  }

  .shop-list .price {
    font-size:1.2rem;
  }
}

/* View */
.shop-view .view_head {
  margin-bottom:80px;
}

.shop-view .view_head .din {
  display: flex;
  justify-content: space-between;
}

.shop-view .view_head .lt {
  width:620px;
}

.shop-view .view_head .rt {
  width: calc(100% - 620px);
  padding-left:120px;
}

.shop-view .view_head .image {
  position: relative;
  width:100%;
  height:0;
  padding-top:calc(560/620*100%);
  /*background: url('/child/img/sub/shop/view-dummy.png') no-repeat center;*/
  border:1px solid #f2f2f2;
  overflow: hidden;
}

.shop-view .view_head .subject {
  font-size:3.6rem;
  font-weight:500;
  color:#111111;
}
  
.shop-view .view_head .price {
  font-size:2.8rem;
  font-weight:500;
  color:#333333;
  padding:40px 0px;
  border-bottom:1px solid #c9c9c9;
}

.shop-view .view_head .explain {
  font-size:1.6rem;
  color:#c9c9c9;
  padding:20px 0px;
  border-bottom:1px solid #c9c9c9;
}

.shop-view .view_head .option {
  padding:20px 0px;
  border-bottom:1px solid #c9c9c9;
}

.shop-view .view_head .option_name {
  font-size:1.6rem;
  color:#444444;
  margin-bottom: 30px;
}

.shop-view .view_head .option_count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-view .view_head .option_count__control {
  display: flex;
  align-items: center;
  border:1px solid #aeaeae;
}

.shop-view .view_head .option_count__control .count-btn,
.shop-view .view_head .option_count__control .count-number {
  display: block;
}

.shop-view .view_head .option_count__control .count-btn {
  width:28px;
  height:28px;
  background-repeat: no-repeat;
  background-position: center;
}

.shop-view .view_head .option_count__control .count-btn--up {
  background-image: url('/child/img/sub/shop/count-up.png');
}

.shop-view .view_head .option_count__control .count-btn--down {
  background-image: url('/child/img/sub/shop/count-down.png');
}

.shop-view .view_head .option_count__control .count-number {
  text-align: center;
  width:50px;
  height:28px;
  font-size:1.6rem;
  line-height:28px;
  border:0px;
  border-left:1px solid #aeaeae;
  border-right:1px solid #aeaeae;
}

.shop-view .view_head .option_count__price {
  font-size:1.6rem;
}

.shop-view .view_head .total {
  padding:20px 0px 0px;
}

.shop-view .view_head .total dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-view .view_head .total dt {
  font-size:1.6rem;
  color:#444444;
}

.shop-view .view_head .total dd {
  font-size:1.6rem;
  color:#111;
}

.shop-view .view_head .total dd span {
  font-size:3.2rem;
  font-weight:700;
}

.shop-view .view_head .btn {
  margin-top:40px;
}

.shop-view .view_head .btn .button {
  max-width:620px;
  width:100%;
  height:72px;
  font-size:2rem;
  font-weight: 700;
  color:#fff;
  background-color: #1d1d56;
}

.shop-view .view_body .detail-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:56px;
  border:2px solid #000000;
}

.shop-view .view_body .detail-title p {
  font-size:1.6rem;
  font-weight:700;
  color:#000;
}

.shop-view .view_body .detail-explain {
  margin:30px 0px 80px;
}

.shop-view .view_body .detail-explain p {
  font-size:2rem;
  color:#999999;
}

.shop-view .view_body .detail-spec table {
  table-layout: fixed;
  border-collapse: collapse;
  width:100%;
  border:1px solid #e0e0e0;
}

.shop-view .view_body .detail-spec tr {
  border-bottom:1px solid #e0e0e0;
}

.shop-view .view_body .detail-spec th,
.shop-view .view_body .detail-spec td {
  font-size:1.6rem;
  height: 42px;
  padding:6px 20px;
}

.shop-view .view_body .detail-spec th {
  width:300px;
  text-align: left;
  font-weight:500;
  line-height:1;
  color:#000000;
  background-color: #eeeeee;
}

@media (min-width:1201px) {
  .shop-view .view_head .btn .button:hover {
    background-color: #0c0c2f;
  }
}
@media (max-width:1200px) {
  .shop-view .view_head {
    margin-bottom:60px;
  }

  .shop-view .view_head .rt {
    padding-left:60px;
  }

  .shop-view .view_head .subject {
    font-size:3rem;
  }

  .shop-view .view_head .price {
    font-size:2.4rem;
    padding:28px 0px;
  }

  .shop-view .view_head .explain {
    font-size:1.5rem;
    padding:16px 0px;
  }

  .shop-view .view_head .option {
    padding: 16px 0px;
  }

  .shop-view .view_head .option_name {
    font-size: 1.5rem;
    margin-bottom:24px;
  }

  .shop-view .view_head .option_count__control .count-number {
    font-size:1.5rem;
  }

  .shop-view .view_head .option_count__price {
    font-size:1.5rem;
  }

  .shop-view .view_head .total {
    padding:16px 0px 0px;
  }

  .shop-view .view_head .total dt {
    font-size:1.5rem;
  }

  .shop-view .view_head .total dd {
    font-size:1.5rem;
  }

  .shop-view .view_head .total dd span {
    font-size:2.6rem;
  }

  .shop-view .view_head .btn {
    margin-top:28px;
  }

  .shop-view .view_head .btn .button {
    height:56px;
    font-size:1.8rem;
  }

  .shop-view .view_body .detail-title {
    height:46px;
  }

  .shop-view .view_body .detail-title p {
    font-size:1.5rem;
  }

  .shop-view .view_body .detail-explain {
    margin:24px 0px 60px;
  }

  .shop-view .view_body .detail-explain p {
    font-size:1.8rem;
  }

  .shop-view .view_body .detail-spec th, 
  .shop-view .view_body .detail-spec td {
    font-size:1.5rem;
  }
}
@media (max-width:1024px) {
  .shop-view .view_head .lt {
    width:480px;
  }

  .shop-view .view_head .rt {
    width:calc(100% - 480px);
    padding-left:40px;
  }

  .shop-view .view_body .detail-spec th {
    width:240px;
  }
}
@media (max-width:800px) {
  .shop-view .view_head .din {
    flex-wrap: wrap;
  }

  .shop-view .view_head .lt {
    width:100%;
  }

  .shop-view .view_head .rt {
    width:100%;
    padding-left:0px;
    padding-top:30px;
  }

  .shop-view .view_head .btn .button {
    max-width:100%;
  }
}
@media (max-width:768px) {
  .shop-view .view_head {
    margin-bottom:40px;
  }

  .shop-view .view_head .rt {
    padding-top:24px;
  }

  .shop-view .view_head .subject {
    font-size:2.4rem;
  }

  .shop-view .view_head .price {
    font-size:2rem;
    padding:20px 0px;
  }

  .shop-view .view_head .explain {
    font-size:1.4rem;
    padding:12px 0px;
  }

  .shop-view .view_head .option {
    padding:12px 0px;
  }

  .shop-view .view_head .option_name {
    font-size:1.4rem;
    margin-bottom:20px;
  }

  .shop-view .view_head .option_count__control .count-btn {
    width:24px;
    height:24px;
    background-size:auto 12px;
  }

  .shop-view .view_head .option_count__control .count-number {
    height:24px;
    font-size:1.4rem;
    line-height:24px;
  }

  .shop-view .view_head .option_count__price {
    font-size:1.4rem;
  }

  .shop-view .view_head .total {
    padding:12px 0px 0px;
  }

  .shop-view .view_head .total dt {
    font-size:1.4rem;
  }

  .shop-view .view_head .total dd {
    font-size:1.4rem;
  }

  .shop-view .view_head .total dd span {
    font-size:2.2rem;
  }

  .shop-view .view_head .btn {
    margin-top:24px;
  }

  .shop-view .view_head .btn .button {
    height:48px;
    font-size:1.6rem;
  }

  .shop-view .view_body .detail-title {
    height:38px;
  }

  .shop-view .view_body .detail-title p {
    font-size:1.4rem;
  }

  .shop-view .view_body .detail-explain {
    margin:20px 0px 40px;
  }

  .shop-view .view_body .detail-explain p {
    font-size:1.6rem;
  }

  .shop-view .view_body .detail-spec tr {
    display: flex;
    flex-direction: column;
  }

  .shop-view .view_body .detail-spec th, 
  .shop-view .view_body .detail-spec td {
    display: block;
    width:100%;
    height:auto;
    font-size:1.4rem;
    padding:10px 16px;
  }
}
@media (max-width:500px) {
  .shop-view .view_head .subject {
    font-size:2rem;
  }

  .shop-view .view_head .price {
    font-size:1.8rem;
    padding:16px 0px;
  }

  .shop-view .view_head .explain {
    font-size:1.3rem;
  }

  .shop-view .view_head .option_name {
    font-size:1.3rem;
  }

  .shop-view .view_head .option_count__control .count-number {
    font-size:1.3rem;
  }

  .shop-view .view_head .option_count__price {
    font-size:1.3rem;
  }

  .shop-view .view_head .total dt {
    font-size:1.3rem;
  }

  .shop-view .view_head .total dd {
    font-size:1.3rem;
  }

  .shop-view .view_head .total dd span {
    font-size:2rem;
  }

  .shop-view .view_head .btn .button {
    font-size:1.5rem;
  }

  .shop-view .view_body .detail-title p {
    font-size:1.3rem;
  }

  .shop-view .view_body .detail-explain p {
    font-size:1.5rem;
  }

  .shop-view .view_body .detail-spec th, 
  .shop-view .view_body .detail-spec td {
    font-size:1.3rem;
  }
}

/* 2024.07.02 개인결제 구매진행 페이지 추가*/
/* ----------------------------- S:Order ----------------------------- */
.order .contents {
  padding-bottom: 80px;
}

.order .contents--04 {
	padding-bottom:0px;
}

/* .order .contents:last-of-type {
  padding: 0;
} */

.order .contents-title {
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 2px solid #1d1d56;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
}

.order .table .row {
  display: flex;
  align-items: center;
  width: 100%;
}

.order .contents--02 .table .row {
	margin-bottom:10px;
}

.order .table .th {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: #f2f2f2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.order .table .row--01 {
  width: 100%;
  align-items: start;
  border-bottom: 1px solid #d2d2d2;
}

.order .table .row--01 .con--01 {
  max-width: 760px;
  width: 55.885%;
}

.order .table .row--01 .con--02,
.order .table .row--01 .con--03,
.order .table .row--01 .con--04 {
  max-width: 200px;
  width: 14.705%;
}

.order .table .row--01 .td {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 157px;
  height: 100%;
  padding: 20px 0;
}

.order .table .row--01 .con--01 .td {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}

.order .table .row--01 .td p {
  font-size: 1.8rem;
  font-weight: 500;
}

.order .table .row--01 .td span {
  font-size: inherit;
  font-weight: inherit;
}

.order .table .row--01 .con--01 .thumbnail {
  width: 128px;
  height: 116px;
  margin-right: 40px;
  border: 1px solid #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.order .table .row--01 .con--01 p {
  width: calc(100% - 168px);
  font-size: 2rem;
  font-weight: inherit;
  text-align: left;
}

.order .table .row--02 .td {
  max-width: 680px;
  width: 100%;
  height: 45px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}

.order .table .row--02 .td input[type="text"] {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 1.6rem;
  border: none;
}

.order .table .row--03 .td {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
}

.order .table .row--03 .td p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 100%;
  background-color: #494949;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.order .table .row--03 .td .type-select {
  display: flex;
  align-items: center;
  width: calc(100% - 340px);
  height: 100%;
  padding: 0 40px;
  background-color: #f2f2f2;
}

.order .table .row--03 .td .type-select .pay-type {
  display: flex;
  align-items: center;
  margin-right: 80px;
  cursor: pointer;
}

.order .table .row--03 .td .type-select input {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0;
  visibility: hidden;
  background-color: transparent;
  background-color: transparent;
}

.order .table .row--03 .td .type-select .pay-type i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url('/child/img/bbs/radio-check.png') no-repeat center;
  background-size: cover;
}

.order .table .row--03 .td .type-select input[type="radio"]:checked ~ i {
  background-image: url('/child/img/bbs/radio-checked.png');
}

.order .table .row--03 .td .type-select .pay-type  span {
  font-size: 1.6rem;
}

.order .table .row--04 {
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
}

.order .table .row--04 .td {
  width: 100%;
}

.order .table .row--04 .td .text-area {
  width: 100%;
  height: 150px;
  /* height: 300px; */
  padding: 15px 20px;
  margin-bottom: 15px;
  border: 1px solid #d6d6d6;
  overflow-y: auto;
}

.order .table .row--04 .td:last-of-type .text-area {
  margin-bottom: 0;
}

.order .table .row--04 .td p {
  font-size: 1.6rem;
  font-weight: 300;
}

.order .total {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 112px;
  padding: 0 80px;
  box-sizing: border-box;
  border: 1px solid #646464;
}

.order .total p {
  margin-right: 80px;
  font-size: 1.6rem;
  font-weight: 300;
}

.order .total p.total-pay {
  display: flex;
  align-items: end;
  margin: 0;
}

.order .total p.total-pay span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}

.order .agree  {
  position: relative;
	display: flex;
	justify-content: center;
  /* width: fit-content; */
  margin: 35px auto 0;
  cursor: pointer;
}

.order .agree-inner {
	position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
}

.order .agree input {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0;
  visibility: hidden;
  background-color: transparent;
  background-color: transparent;
}

.order .agree i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/child/img/bbs/agree-check.png');
  margin-right:15px;
  cursor: pointer;
}

.order .agree p {
  width: calc(100% - 30px);
  font-size: 1.8rem;
  color: #909090;
	white-space: nowrap;
}

.order .agree span {
  font-weight: 600;
}

.order .agree input[type="checkbox"]:checked ~ i {
  background-image: url('/child/img/bbs/agree-checked.png');
}

.order .button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  width: 100%;
  height: 72px;
  margin: 40px auto 0;
  background-color: #1d1d56;
  color: #fff;
}

@media(max-width:1200px){
  .order .contents {
    padding-bottom: 60px;
  }

  .order .contents-title {
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 1.6rem;
  }
  
  .order .table .th {
    height: 50px;
    font-size: 1.5rem;
  }

  .order .table .row--01 .con--01 {
    width: 55.885%;
  }
  
  .order .table .row--01 .con--02,
  .order .table .row--01 .con--03,
  .order .table .row--01 .con--04 {
    width: 14.705%;
  }
  
  .order .table .row--01 .td {
    min-height: 157px;
    height: 100%;
    padding: 18px 0;
  }
  
  .order .table .row--01 .con--01 .td {
    padding: 18px;
    font-size: 1.6rem;
  }
  
  .order .table .row--01 .td p {
    font-size: 1.6rem;
  }

  .order .table .row--01 .con--01 .thumbnail {
    width: 122px;
    height: 110px;
    margin-right: 35px;
  }

  .order .table .row--01 .con--01 p {
    width: calc(100% - 157px);
    font-size: 1.8rem;
  }

  .order .table .row--02 .td {
    height: 40px;
  }

  .order .table .row--02 .td input[type="text"] {
    padding: 0 18px;
    font-size: 1.5rem;
  }
  
  .order .table .row--03 .td {
    height: 40px;
  }

  .order .table .row--03 .td p {
    width: 300px;
    font-size: 1.5rem;
  }

  .order .table .row--03 .td .type-select {
    width: calc(100% - 300px);
    padding: 0 35px;
  }

  .order .table .row--03 .td .type-select .pay-type {
    margin-right: 60px;
  }

  .order .table .row--03 .td .type-select .pay-type i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  
  .order .table .row--03 .td .type-select .pay-type  span {
    font-size: 1.5rem;
  }

  .order .table .row--04 {
    margin-bottom: 35px;
  }

  .order .table .row--04 .td .text-area {
    height: 140px;
    /* height: 300px; */
    padding: 12px 18px;
    margin-bottom: 13px;
  }

  .order .table .row--04 .td p {
    font-size: 1.5rem;
  }

  .order .total {
    height: 100px;
    padding: 0 60px;
  }

  .order .total p {
    margin-right: 60px;
    font-size: 1.5rem;
  }
  
  .order .total p:last-of-type {
    margin-right: 0;
  }

  .order .total p.total-pay span {
    font-size: 2.6rem;
  }

  .order .agree  {
    margin: 30px auto 0;
  }

  .order .agree i {
    width: 14px;
    height: 14px;
    margin-right:13px;
  }

  .order .agree p {
    width: calc(100% - 27px);
    font-size: 1.6rem;
  }

  .order .button {
    height: 65px;
    margin: 35px auto 0;
  }

}

@media(max-width:1024px){
  .order .contents-title {
    padding-bottom: 18px;
    margin-bottom: 30px;
  }

  .order .table .th {
    height: 45px;
    font-size: 1.5rem;
  }
  
  .order .table .row--01 .con--01 {
    width: 55.885%;
  }
  
  .order .table .row--01 .con--02,
  .order .table .row--01 .con--03,
  .order .table .row--01 .con--04 {
    width: 14.705%;
  }
  
  .order .table .row--01 .td {
    min-height: 140px;
    height: 100%;
    padding: 18px 0;
  }
  
  .order .table .row--01 .con--01 .td {
    padding: 18px;
    font-size: 1.6rem;
  }
  
  .order .table .row--01 .td p {
    font-size: 1.6rem;
  }

  .order .table .row--01 .con--01 .thumbnail {
    width: 112px;
    height: 100px;
    margin-right: 30px;
  }

  .order .table .row--01 .con--01 p {
    width: calc(100% - 142px);
  }

  .order .table .row--02 .td {
    height: 35px;
  }

  .order .table .row--02 .td input[type="text"] {
    padding: 0 16px;
  }

  .order .table .row--03 .td {
    height: 35px;
  }

  .order .table .row--03 .td p {
    width: 260px;
  }

  .order .table .row--03 .td .type-select {
    width: calc(100% - 260px);
    padding: 0 30px;
  }

  .order .table .row--03 .td .type-select .pay-type i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .order .table .row--04 {
    margin-bottom: 30px;
  }

  .order .table .row--04 .td .text-area {
    height: 130px;
    padding: 10px 16px;
    margin-bottom: 11px;
  }
  .order .total {
    height: 90px;
  }

  .order .total p {
    margin-right: 50px;
  }

  .order .agree  {
    margin: 25px auto 0;
  }

  .order .agree i {
    width: 12px;
    height: 12px;
    margin-right:11px;
  }
  
  .order .agree p {
    width: calc(100% - 23px);
  }

  .order .button {
    height: 60px;
    margin: 30px auto 0;
  }

}


@media(max-width:768px){
  .order .contents {
    padding-bottom: 40px;
  }

  .order .contents-title {
    padding-bottom: 16px;
    margin-bottom: 25px;
    font-size: 1.5rem;
  }

  .order .table .th {
    height: 40px;
    font-size: 1.4rem;
  }
  
  .order .table .row--01 .con--01 {
    width: 45%;
  }
  
  .order .table .row--01 .con--02,
  .order .table .row--01 .con--03,
  .order .table .row--01 .con--04 {
    width: 18.333%;
  }
  
  .order .table .row--01 .td {
    min-height: 120px;
    height: 100%;
    padding: 14px 0;
  }
  
  .order .table .row--01 .con--01 .td {
    padding: 16px;
    font-size: 1.5rem;
  }
  
  .order .table .row--01 .td p {
    font-size: 1.5rem;
  }

  .order .table .row--01 .con--01 .thumbnail {
    width: 102px;
    height: 90px;
    margin-right: 25px;
  }

  .order .table .row--01 .con--01 p {
    width: calc(100% - 127px);
  }

  .order .table .row--02 .td {
    height: 30px;
  }

  .order .table .row--02 .td input[type="text"] {
    padding: 0 14px;
    font-size: 1.4rem;
  }

  .order .table .row--03 .td {
    flex-direction: column;
    align-items: start;
    height: fit-content;
  }

  .order .table .row--03 .td p {
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
  }

  .order .table .row--03 .td .type-select {
    width: 100%;
    height: fit-content;
    padding: 5px 25px;
  }

  .order .table .row--03 .td .type-select .pay-type {
    margin-right: 40px;
  }

  .order .table .row--03 .td .type-select .pay-type i {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .order .table .row--03 .td .type-select .pay-type  span {
    font-size: 1.4rem;
  }
  
  .order .table .row--04 {
    margin-bottom: 25px;
  }

  .order .table .row--04 .td .text-area {
    height: 110px;
    /* height: 300px; */
    padding: 8px 14px;
    margin-bottom: 10px;
  }

  .order .table .row--04 .td p {
    font-size: 1.4rem;
  }

  .order .total {
    height: 80px;
    padding: 0 40px;
  }

  .order .total p {
    margin-right: 40px;
    font-size: 1.4rem;
  }

  .order .total p.total-pay span {
    font-size: 2.2rem;
  }

  .order .agree  {
    margin: 20px auto 0;
  }

  .order .agree i {
    width: 12px;
    height: 12px;
    margin-right:10px;
  }

  .order .agree p {
    width: calc(100% - 22px);
    font-size: 1.5rem;
		white-space: wrap;
  }

  .order .button {
    height: 55px;
    margin: 25px auto 0;
  }

}

@media(max-width:620px) {
  .order .table .row--01 {
    flex-direction: column;
    border-top: 1px solid #d2d2d2;
  }
  
  .order .table .row--01 .con {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    height: fit-content;
    background-color: #f2f2f2;
  }

  .order .table .row--01 .con .th,
  .order .table .row--01 .con .td {
    max-width: 100%;
    min-height: 50px;
    height: 100%;
    padding: 15px 0;
    border: none;
  }
    
  .order .table .row--01 .con .th {
    width: 40%;
  }
  
  .order .table .row--01 .td {
    width: 60%;
    background-color: #fff;
  }
  
  .order .table .row--01 .con--01 .td {
    flex-direction: column;
    height: fit-content;
  }
    
  .order .table .row--01 .con--01 .thumbnail {
    margin: 0 auto 20px;
  }
  
  .order .table .row--01 .con--01 p {
    width: 100%;
    text-align: center;
  }
}

@media(max-width:500px){
  .order .contents-title {
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  
  .order .table .row--01 .con .th,
  .order .table .row--01 .con .td {
    min-height: 40px;
    padding: 10px 0;
  }
  
  .order .table .row--01 .con .th {
    width: 35%;
  }
  
  .order .table .row--01 .td {
    width: 65%;
  }
  
  .order .table .row--01 .con--01 .thumbnail {
    margin: 0 auto 20px;
  }
  
  .order .table .row--01 .con--01 p {
    width: 100%;
    text-align: center;
  }
 
  .order .table .row--01 .con .th {
    font-size: 1.3rem;
  }

  .order .table .row--01 .con--01 .thumbnail {
    width: 92px;
    height: 80px;
    margin: 0 auto 15px;
  }

  .order .table .row--01 .con--01 p {
    font-size: 1.5rem;
    text-align: center;
  }

  .order .table .row--02 .td input[type="text"] {
    padding: 0 12px;
    font-size: 1.3rem;
  }

  .order .table .row--03 .td {
    flex-direction: column;
    align-items: start;
    height: fit-content;
  }

  .order .table .row--03 .td p {
    height: 25px;
    font-size: 1.2rem;
  }

  .order .table .row--03 .td .type-select {
    padding: 5px 15px;
  }

  .order .table .row--03 .td .type-select .pay-type {
    margin-right: 20px;
  }

  .order .table .row--03 .td .type-select .pay-type i {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }

  .order .table .row--03 .td .type-select .pay-type  span {
    font-size: 1.3rem;
  }
  
  .order .table .row--04 {
    margin-bottom: 20px;
  }

  .order .table .row--04 .td .text-area {
    height: 100px;
    /* height: 300px; */
    padding: 8px 12px;
    margin-bottom: 8px;
  }

  .order .table .row--04 .td p {
    font-size: 1.3rem;
  }

  .order .total {
    height: 70px;
    padding: 0 30px;
  }

  .order .total p {
    margin-right: 35px;
    font-size: 1.3rem;
  }

  .order .total p.total-pay span {
    font-size: 2rem;
  }

  .order .agree  {
    margin: 18px auto 0;
  }

  .order .agree i {
    width: 12px;
    height: 12px;
    margin-right:10px;
  }

  .order .agree p {
    font-size: 1.4rem;
  }

  .order .button {
    height: 50px;
    margin: 20px auto 0;
  }

}
/* ----------------------------- E:Order ----------------------------- */
/* ------------------------- S:Order-complete ------------------------- */
.order-complete {
  background-color: #f9f9f9;
}

.order-complete .inner {
  max-width: 720px;
  width: 100%;
  padding: 80px 40px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 5px 2px #efeff1;
  text-align: center;
}

.order-complete .title {
  margin-top: -12px;
  margin-bottom: 29px;
  font-size: 3.6rem;
  font-weight: 700;
}

.order-complete .contents {
  padding: 40px 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.order-complete .contents p {
  margin-bottom: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #343434;
}

.order-complete .contents-title {
  padding: 0;
  margin-bottom: 23px;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
}

.order-complete .total-pay {
  display: flex;
  justify-content: space-between;
  max-width: 250px;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 1.8rem;
}

.order-complete .total-pay p {
  margin-bottom: 0;
}

.order-complete .total-pay span {
  font-weight: 700;
}

.order-complete .contents .massage {
  margin-bottom: 0;
  font-weight: 500;
}

.order-complete .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  height: 64px;
  margin: 40px auto 0;
}

.order-complete .form-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #888;
  color: #fff;
}

.order-complete .form-btn a.goReserveBtn {
  background-color: #1d1d56;
}

@media(max-width:1200px){
  .order-complete .inner {
    padding: 70px 35px;
    border-radius: 20px;
  }
  
  .order-complete .title {
    margin-top: -12px;
    margin-bottom: 25px;
    font-size: 3.2rem;
  }
  
  .order-complete .contents {
    padding: 35px 0;
  }
  
  .order-complete .contents p {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  
  .order-complete .contents-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  
  .order-complete .total-pay {
    margin: 0 auto 34px;
    font-size: 1.6rem;
  }
  
  .order-complete .form-btn {
    height: 60px;
    margin: 35px auto 0;
  }
  
  .order-complete .form-btn a {
    max-width: 290px;
    font-size: 1.6rem;
  }
}

@media(max-width:1024px){
  .order-complete .inner {
    padding: 60px 30px;
    border-radius: 20px;
  }
  
  .order-complete .title {
    margin-top: -12px;
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  
  .order-complete .contents {
    padding: 30px 0;
  }
  
  .order-complete .contents p {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }
  
  .order-complete .contents-title {
    margin-bottom: 18px;
    font-size: 2.2rem;
  }
  
  .order-complete .total-pay {
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
  
  .order-complete .form-btn {
    height: 55px;
    margin: 30px auto 0;
  }
  
  .order-complete .form-btn a {
    max-width: 270px;
    font-size: 1.6rem;
  }
}


@media(max-width:768px){
  .order-complete .inner {
    padding: 50px 25px;
    border-radius: 15px;
  }
  
  .order-complete .title {
    margin-top: -12px;
    margin-bottom: 18px;
    font-size: 2.8rem;
  }
  
  .order-complete .contents {
    padding: 25px 0;
  }
  
  .order-complete .contents p {
    margin-bottom: 13px;
    font-size: 1.5rem;
  }
  
  .order-complete .contents-title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  
  .order-complete .total-pay {
    margin: 0 auto 25px;
    font-size: 1.5rem;
  }
  
  .order-complete .form-btn {
    height: 50px;
    margin: 25px auto 0;
  }
  
  .order-complete .form-btn a {
    max-width: 240px;
    font-size: 1.5rem;
  }
}

@media(max-width:500px){
  .order-complete .inner {
    padding: 40px 20px;
    border-radius: 13px;
  }
  
  .order-complete .title {
    margin-top: -12px;
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  
  .order-complete .contents {
    padding: 20px 0;
  }
  
  .order-complete .contents p {
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
  
  .order-complete .contents-title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  
  .order-complete .total-pay {
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
  
  .order-complete .form-btn {
    height: 45px;
    margin: 20px auto 0;
  }
  
  .order-complete .form-btn a {
    max-width: 210px;
    font-size: 1.4rem;
  }
}


/* ------------------------- E:Order-complete ------------------------- */