#carform .nav-pills {
  background: #005726;
  border-radius: 24px;
  padding: 2px; }
  #carform .nav-pills a {
    border-radius: 24px;
    padding: 11px 25px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 1; }
    @media screen and (min-width: 375px) {
      #carform .nav-pills a {
        padding: 11px 35px; } }
  #carform .nav-pills .activebg {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc((100% - 4px) / 3);
    height: calc(100% - 4px);
    pointer-events: none;
    transition: .3s; }
    #carform .nav-pills .activebg::before {
      content: '';
      position: absolute;
      background: linear-gradient(180deg, #42B62C 0%, #399D26 100%);
      left: 0;
      width: 100%;
      top: 0;
      opacity: .4;
      height: 100%;
      border-radius: 24px; }
  #carform .nav-pills a:nth-child(1).active ~ .activebg {
    transform: translate3d(0, 0, 0); }
  #carform .nav-pills a:nth-child(2).active ~ .activebg {
    transform: translate3d(100%, 0, 0); }
  #carform .nav-pills a:nth-child(3).active ~ .activebg {
    transform: translate3d(200%, 0, 0); }

#carform .form-control {
  padding: 13px;
  border-radius: 14px;
  border-color: rgba(85, 110, 120, 0.2);
  height: 3.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  #carform .form-control:focus {
    box-shadow: none; }
  #carform .form-control.is-valid {
    border-color: #318821; }
  #carform .form-control.is-invalid {
    border-color: #E03838; }
  @media screen and (min-width: 768px) {
    #carform .form-control {
      padding: 13px 27px; } }

#carform small.errormsg {
  color: #E03838; }

#carform small.correctmsg {
  color: #318821; }

#carform .form-group label {
  font-size: 19px; }

#carform input {
  outline: none; }
  #carform input[type="number"] {
    opacity: 0; }

#carform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
  padding: 13px 27px;
  border-radius: 14px;
  border-color: rgba(85, 110, 120, 0.2); }
  #carform select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #34495e;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease; }

#carform .city {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%; }
  @media screen and (min-width: 768px) {
    #carform .city {
      width: 25%; } }

#carform .area {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%; }
  @media screen and (min-width: 768px) {
    #carform .area {
      border-radius: 0;
      width: 25%; } }

#carform .addr {
  margin-top: 0.5rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #carform .addr {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      width: 50%; } }

#carform .input-group-prepend, #carform .input-group-append, #carform .input-group .form-control {
  width: calc(100% / 3); }
  #carform .input-group-prepend button, #carform .input-group-append button, #carform .input-group .form-control button {
    width: 100%;
    border-color: rgba(85, 110, 120, 0.2); }

#carform .input-group .form-control {
  border-radius: 0;
  pointer-events: none; }
  #carform .input-group .form-control:valid {
    border-color: rgba(85, 110, 120, 0.2); }

#carform .input-group-prepend button {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px; }
  #carform .input-group-prepend button:hover {
    background: linear-gradient(180deg, #42B62C 0%, #399D26 100%); }

#carform .input-group-append button {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px; }
  #carform .input-group-append button:hover {
    background: linear-gradient(180deg, #42B62C 0%, #399D26 100%); }

#carform .grnbtn {
  background: linear-gradient(180deg, #42B62C 0%, #399D26 100%);
  border-radius: 24px;
  padding: 11px 35px;
  color: #fff;
  border: 0;
  cursor: pointer; }
  #carform .grnbtn:hover {
    background: linear-gradient(180deg, #63D44D 0%, #399D26 100%);
    box-shadow: 0px 4px 12px rgba(66, 182, 43, 0.301961); }
  #carform .grnbtn:disabled {
    pointer-events: none;
    opacity: .5; }

#carform .checkmark {
  padding: 30px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(85, 110, 120, 0.2);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    #carform .checkmark {
      padding: 30px 0; } }
  #carform .checkmark .svgbg {
    fill: transparent; }
  #carform .checkmark .svgcolor {
    fill: #546E7A; }
  #carform .checkmark .typename {
    margin-top: 0.75rem;
    color: #37474F; }
  #carform .checkmark .check {
    position: absolute;
    display: none; }
    #carform .checkmark .check i {
      color: #63D44D;
      font-size: 14px; }

#carform .type {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #carform .type:hover input ~ .checkmark {
    background: linear-gradient(295deg, #399D26 0%, #63D44D 100%);
    border: none; }
    #carform .type:hover input ~ .checkmark .svgbg {
      fill: transparent; }
    #carform .type:hover input ~ .checkmark .svgcolor {
      fill: #fff; }
    #carform .type:hover input ~ .checkmark .typename {
      color: #fff; }
  #carform .type input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    #carform .type input:checked ~ .checkmark {
      background: linear-gradient(295deg, #399D26 0%, #63D44D 100%);
      border: none; }
      #carform .type input:checked ~ .checkmark .svgbg {
        fill: transparent; }
      #carform .type input:checked ~ .checkmark .svgcolor {
        fill: #fff; }
      #carform .type input:checked ~ .checkmark .typename {
        color: #fff; }
      #carform .type input:checked ~ .checkmark .check {
        display: flex;
        justify-content: center;
        align-items: center; }
    #carform .type input:disabled ~ .checkmark {
      background: rgba(85, 109, 121, 0.0823529);
      border: 1px solid rgba(85, 110, 120, 0.2); }
      #carform .type input:disabled ~ .checkmark .svgcolor {
        fill: rgba(82, 110, 122, 0.254902); }
      #carform .type input:disabled ~ .checkmark .typename {
        color: rgba(53, 70, 79, 0.301961); }
      #carform .type input:disabled ~ .checkmark .check {
        display: none; }
  #carform .type .check {
    top: 6px;
    left: 6px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: white; }

#carform .textarea {
  height: auto; }

#carform .addinfo {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 13px 27px;
  pointer-events: none;
  color: #318821;
  display: flex;
  align-items: center; }

#carform .addinforight {
  right: 0;
  left: auto;
  color: #37474F; }

#carform .invoiceinput {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

#carform .toright {
  right: 0;
  left: auto; }

#carform .toleft {
  right: auto;
  left: 0; }

#carform .apply {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  border: none;
  margin: 2px;
  padding: 13px 27px;
  border-radius: 14px;
  cursor: pointer;
  outline: none; }

#carform .price {
  font-size: 29px;
  margin-bottom: 0;
  font-weight: bolder; }

#carform .radiomark {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(85, 110, 120, 0.2);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px; }
  #carform .radiomark i {
    opacity: 0;
    color: #fff; }

#carform .termsbtn:hover input ~ .radiomark {
  background: #318821; }

#carform .termsbtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: block;
  left: 5px;
  bottom: 0; }
  #carform .termsbtn input:checked ~ .radiomark {
    background: #318821; }
    #carform .termsbtn input:checked ~ .radiomark i {
      opacity: 1; }

#carform .terms {
  font-size: 15px;
  color: #546E7A; }
  #carform .terms a {
    color: #318821;
    text-decoration: underline; }

#carform .tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dotted #666;
  text-align: left;
  color: #37474F;
  opacity: 1;
  z-index: inherit; }
  #carform .tooltip .right {
    background-color: #fff;
    font-weight: normal;
    border-radius: 14px;
    z-index: 99999999;
    box-sizing: border-box;
    border: 1px solid rgba(85, 110, 120, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
    position: fixed;
    max-width: 100%;
    padding: 0;
    top: 50%;
    left: 0;
    margin: 8px;
    transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      #carform .tooltip .right {
        position: absolute;
        margin-left: 4px;
        left: 100%;
        top: 0;
        min-width: 250px;
        max-width: 400px;
        transform: translateY(0); } }
    #carform .tooltip .right .text-content {
      padding: 29px;
      color: #37474F; }
      #carform .tooltip .right .text-content h5 {
        font-size: 18px; }
      #carform .tooltip .right .text-content p {
        font-size: 16px;
        margin-bottom: 0; }
  #carform .tooltip:hover .right {
    visibility: visible;
    opacity: 1; }

#carform .radiobtn {
  display: flex;
  align-items: center; }
  #carform .radiobtn .check {
    position: relative;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 2px solid #546E7A;
    border-radius: 100%;
    margin-right: 5px; }
    #carform .radiobtn .check::after {
      content: "";
      position: absolute;
      left: 3px;
      top: 3px;
      width: 10px;
      background: #318821;
      height: 10px;
      transition: ease-out .3s;
      border-radius: 999px;
      opacity: 0; }

#carform .radiobtn input[type=radio]:checked ~ .check, #carform .radiobtn input[type=radio]:hover ~ .check {
  border: 2px solid #318821; }

#carform .radiobtn input[type=radio]:checked ~ .check:after, #carform .radiobtn input[type=radio]:hover ~ .check:after {
  opacity: 1; }

#carform .radiobtn input[type=radio] {
  display: none; }

#carform .modal .modal-content {
  border-radius: 14px;
  border: 1px solid #707070;
  padding: 48px 54px;
  color: #37474F; }
  #carform .modal .modal-content .modal-title {
    font-size: 26px;
    margin: 0.5rem 0;
    display: flex;
    align-items: center; }
  #carform .modal .modal-content .modal-type {
    border-bottom: 1px solid rgba(81, 110, 122, 0.172549); }
  #carform .modal .modal-content .modal-label {
    font-size: 19px; }
  #carform .modal .modal-content .form-group {
    margin-top: 1rem;
    margin-bottom: 0; }
    #carform .modal .modal-content .form-group label a {
      color: #37474F; }
    #carform .modal .modal-content .form-group .form-control.area {
      border-top-right-radius: 14px;
      border-bottom-right-radius: 14px; }
    #carform .modal .modal-content .form-group .form-control.addr {
      border-top-left-radius: 14px;
      border-bottom-left-radius: 14px;
      margin-top: 0.5rem; }
  #carform .modal .modal-content .modal-footer {
    border-top: none;
    justify-content: center; }
    #carform .modal .modal-content .modal-footer .cnlbtn {
      background: white;
      border-radius: 24px;
      border: 2px solid #546E7A;
      padding: 11px 35px;
      color: #546E7A;
      cursor: pointer; }

#carform .order_return {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #carform .order_return .title {
    margin: 1rem 0;
    font-size: 44px; }
  #carform .order_return .icon {
    width: 124px;
    height: 124px;
    border-radius: 999px;
    background: #EDFCEB;
    display: flex;
    justify-content: center;
    align-items: center; }
    #carform .order_return .icon img {
      width: 69px; }
  #carform .order_return .bankinfo {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0;
    color: #37474F; }
  #carform .order_return .expiredate, #carform .order_return .resend {
    font-size: 14px;
    text-align: center;
    color: #546E7A; }
    #carform .order_return .expiredate input, #carform .order_return .resend input {
      color: #399D26;
      text-decoration: underline;
      border: none;
      background: transparent;
      cursor: pointer; }
      #carform .order_return .expiredate input:disabled, #carform .order_return .resend input:disabled {
        color: gray;
        cursor: auto;
        text-decoration: none; }
  #carform .order_return .finishinfo, #carform .order_return .emailinfo {
    color: #37474F;
    font-size: 19px;
    text-align: center; }

#carform .order_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 1rem 0;
  color: #37474F; }
  #carform .order_bottom .pricetitle {
    font-size: 17px;
    margin-bottom: 0; }
  #carform .order_bottom .number {
    font-size: 32px;
    margin-bottom: 0; }

.modal-backdrop {
  background-color: #000000; }
  .modal-backdrop.show {
    opacity: 0.749; }

.uppercase {
  text-transform: uppercase; }

.subtitle {
  font-weight: 500; }

.detail, .subtitle {
  font-size: 17px;
  color: #546E7A; }

@media screen and (min-width: 768px) {
  .confirm_border {
    border-right: 1px solid rgba(10, 10, 10, 0.101961);
    border-bottom: 1px solid rgba(10, 10, 10, 0.101961); } }

.confirm_borderb {
  border-bottom: 1px solid rgba(10, 10, 10, 0.101961); }

.confirm_btn {
  display: flex;
  justify-content: center;
  align-items: center; }
  .confirm_btn * {
    margin: 0 1rem; }

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none; }

input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  opacity: 0; }
