/*-----------------------------------------------------------------------------------*/
/*  Support Menu - 고객센터 페이지들 메뉴
/*-----------------------------------------------------------------------------------*/
.support .support-menu {
  top: 85px;
  z-index: 12;
  background: #707273;
}
.support .support-menu .container, .support .support-menu .container-xl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.support .support-menu .menu-title {
  font-size: 18px;
  color: #fff;
}
.support .support-menu .menu-title .vertical-line {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 1px;
  height: 15px;
  border-left: 1px solid #a5a9af;
  margin: 0 10px;
  padding: 7px 0;
}
.support .support-menu ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0;
}
.support .support-menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #d6dde4;
  padding: 10px 15px;
  position: relative;
}
.support .support-menu ul li a::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #b3b9c1;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.support .support-menu ul li a:hover {
  color: #fff;
}
.support .support-menu ul li a:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.support .support-menu ul li a:not([href]):not([tabindex]):focus, .support .support-menu ul li a:not([href]):not([tabindex]):hover {
  color: #fff;
}
.support .support-menu ul li:last-child a {
  padding-right: 0;
}
.support .support-menu ul li:last-child a:hover::after {
  width: calc(100% - 15px);
}
.support .support-menu ul li:last-child.current a::after {
  width: calc(100% - 15px);
}
.support .support-menu ul li.current a::after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #d6dde4;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 1199px) {
  .support .support-menu {
    z-index: 12;
  }
}
@media (max-width: 1023px) {
  .support .support-menu {
    top: 0;
  }
}
@media (max-width: 359px) {
  .support .support-menu ul li a {
    padding: 10px 7px;
  }
  .support .support-menu ul li a:hover::after {
    width: calc(100% - 14px);
  }
  .support .support-menu ul li.current a::after {
    width: calc(100% - 14px);
  }
}

.support .side-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 300px;
  height: 100%;
  background-color: #EDEFF0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.support .side-menu-wrapper > div {
  float: right;
  width: 150px;
  margin-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}
.support .side-menu-wrapper .support-account {
  border-bottom: 1px solid #191919;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.support .side-menu-wrapper .support-account p {
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.support .side-menu-wrapper .support-account a {
  font-size: 13px;
  color: #ffde40;
}
.support .side-menu-wrapper ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.support .side-menu-wrapper ul li {
  font-size: 13px;
}
.support .side-menu-wrapper ul li a, .support .side-menu-wrapper ul li a:not([href]):not([tabindex]) {
  color: #777;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.support .side-menu-wrapper ul li a:hover, .support .side-menu-wrapper ul li a:not([href]):not([tabindex]):hover {
  color: #191919;
}
.support .side-menu-wrapper ul li.selected a {
  color: #ffde40;
}
.support .side-menu-wrapper ul li.selected a:hover {
  color: #ffde40;
}
.support .side-menu-wrapper ul .title {
  color: #191919;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.support .page-title {
  position: relative;
}
.support .support-menu-trigger {
  display: none;
}
.support .body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.support .document .docs-sidebar-wrapper {
  padding-top: 35px;
}
.support .document .sidebar {
  top: 54px;
}
.support .document .docs-contents h2 {
  font-size: 22px;
}

@media (max-width: 1919px) {
  .support .container, .support .container-xl {
    margin-right: 10%;
  }
}
@media (max-width: 1759px) {
  .support .container, .support .container-xl {
    margin-right: 5%;
  }
}
@media (max-width: 1699px) {
  .support .container, .support .container-xl {
    margin-right: 3%;
  }
}
@media (max-width: 1599px) {
  .support .container, .support .container-xl {
    margin-right: 0;
  }
  .support .side-menu-wrapper {
    width: 245px;
  }
}
@media (max-width: 1499px) {
  .support .container:not(.document):not(.term-conditions), .support .container-xl:not(.document):not(.term-conditions) {
    margin-left: 200px;
  }
  .support .side-menu-wrapper {
    width: 245px;
  }
}
@media (max-width: 1399px) {
  .support .side-menu-wrapper {
    width: 215px;
  }
}
@media (max-width: 1199px) {
  .support .container:not(.document):not(.term-conditions), .support .container-xl:not(.document):not(.term-conditions) {
    margin-right: auto;
    margin-left: auto;
  }
  .support .support-menu-trigger {
    display: block;
    position: fixed;
    top: 82px;
    left: 15px;
    right: auto;
    z-index: 9;
    -webkit-transition: left ease-in-out 500ms;
    transition: left ease-in-out 500ms;
  }
  .support .support-menu-trigger.affix {
    top: 139px;
  }
  .support .support-menu-trigger input {
    display: none;
  }
  .support .support-menu-trigger label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 2px solid #707273;
    background: rgba(0, 0, 0, 0.07);
    display: block;
    position: relative;
    text-indent: -9999em;
  }
  .support .support-menu-trigger label::before, .support .support-menu-trigger label::after, .support .support-menu-trigger label > span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    left: 8px;
    background: #191919;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .support .support-menu-trigger label::before {
    top: 10px;
  }
  .support .support-menu-trigger label::after {
    bottom: 10px;
  }
  .support .support-menu-trigger label span::before {
    top: 18px;
  }
  .support .side-menu-wrapper {
    left: -300px;
    z-index: 44;
  }
  .support .side-menu-wrapper.open {
    left: 0;
    box-shadow: 6px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
  }
  .support .document .docs-sidebar-wrapper {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    padding-top: 100px;
  }
  .support .document .docs-contents {
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
  .support .document .sidebar {
    top: 90px;
  }
  .side-panel-open .body-overlay {
    opacity: 1;
    z-index: 44;
    pointer-events: auto;
  }
  .side-panel-open .body-overlay:hover {
    cursor: url(/assets/images/close.png) 15 15, default;
  }
}
@media (max-width: 991px) {
  .support .support-menu-trigger {
    left: 15px;
  }
}
@media (max-width: 1023px) {
  .support .support-menu-trigger.affix {
    top: 65px;
  }
  .support .side-menu-wrapper > div {
    top: 90px;
    margin-right: 35px;
    margin-top: 90px;
  }
  .support .side-menu-wrapper > div.affix {
    position: fixed;
    margin-left: 30px;
    top: 90px;
  }
}
@media (max-width: 767px) {
  .support .document .dot-menu {
    top: 88px;
  }
  .support .document .dot-menu.affix {
    top: 65px;
  }
  .support .document .docs-sidebar-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 120px 15px 50px 30px;
    box-shadow: -6px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .support .document .docs-contents {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .support .document .docs-contents h1 {
    text-align: center;
  }
  .support .document .sidebar {
    min-width: 220px;
  }
  .support .support-menu-trigger {
    top: 88px;
  }
}
@media (max-width: 575px) {
  .support .side-menu-wrapper > div {
    top: 50px;
  }
  .support .side-menu-wrapper > div.affix {
    top: 105px;
  }
}
@media (min-width: 1024px) and (max-width: 1499px) {
  .support .support-menu {
    top: 134px;
  }
  .support .support-menu-trigger {
    top: 70px;
  }
  .support .support-menu-trigger.affix {
    top: 70px;
  }
  .support .side-menu-wrapper > div {
    margin-top: 60px;
    top: 165px;
  }
  .support .document .docs-sidebar-wrapper {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    padding-top: 71px;
  }
  .support .document .docs-contents {
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
  .support .document .sidebar {
    top: 75px;
  }
  .support .document .sidebar.affix {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .support .document .sidebar.affix {
    margin-top: 35px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  공지사항 리스트 - /notice/
/*-----------------------------------------------------------------------------------*/
.notice-search-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.notice-search-wrapper .left {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 15px;
}
.notice-search-wrapper .right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.notice-search-wrapper .right > div:first-child {
  width: 90px;
  margin-right: 15px;
}
.notice-search-wrapper .right > div:last-child {
  min-width: 300px;
}
.notice-search-wrapper .right > div:last-child button {
  padding: 5px 12px !important;
}
@media (max-width: 767px) {
  .notice-search-wrapper .left {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .notice-search-wrapper .right > div:last-child {
    min-width: 300px;
  }
}
@media (max-width: 619px) {
  .notice-search-wrapper .right > div:last-child {
    min-width: 260px;
  }
}
@media (max-width: 575px) {
  .notice-search-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .notice-search-wrapper .left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .notice-search-wrapper .right {
    width: 100%;
    margin-top: 15px;
  }
  .notice-search-wrapper .right > div:last-child {
    min-width: unset;
    width: calc(100% - 105px);
  }
}

.notice-list-wrapper {
  font-size: 14px;
  line-height: 1.7;
}
.notice-list-wrapper .notice-title, .notice-list-wrapper .notice-content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.notice-list-wrapper .notice-title .number, .notice-list-wrapper .notice-content .number {
  flex: 0 0 100px;
  max-width: 100px;
  text-align: center;
}
.notice-list-wrapper .notice-title .title, .notice-list-wrapper .notice-content .title {
  flex: 0 0 calc(100% - 100px - 105px);
  max-width: calc(100% - 100px - 105px);
}
.notice-list-wrapper .notice-title .date, .notice-list-wrapper .notice-content .date {
  flex: 0 0 105px;
  max-width: 105px;
  text-align: center;
}
.notice-list-wrapper .notice-title {
  border-top: 5px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  background: #EDEFF0;
  color: #000000;
  font-weight: 600;
}
.notice-list-wrapper .notice-title > div {
  text-align: center;
  padding: 10px 0;
}
.notice-list-wrapper .notice-content {
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
}
.notice-list-wrapper .notice-content .title a {
  position: relative;
}
.notice-list-wrapper .notice-content .title a .notice-category {
  position: absolute;
  font-size: 12px;
  padding: 3px;
  border: 1px solid #dee2e6;
  margin-right: 5px;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 1px;
}
.notice-list-wrapper .notice-content .title a .title-span {
  padding-left: 70px;
}
@media (max-width: 575px) {
  .notice-list-wrapper {
    border-top: 5px solid #dee2e6;
  }
  .notice-list-wrapper .notice-title {
    display: none;
  }
  .notice-list-wrapper .notice-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .notice-list-wrapper .notice-content .number {
    position: absolute;
  }
  .notice-list-wrapper .notice-content .number::before {
    content: "번호";
    margin-right: 7px;
    color: #aaa;
    font-weight: 600;
  }
  .notice-list-wrapper .notice-content .title {
    order: 12;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .notice-list-wrapper .notice-content .date {
    flex: 0 0 100%;
    max-width: 100%;
    justify-self: flex-end;
    margin-left: auto;
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  공지사항 컨텐츠 - /notice/notice-content/
/*-----------------------------------------------------------------------------------*/
.notice-content-wrapper {
  border-top: 5px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  font-size: 14px;
  line-height: 1.7;
}
.notice-content-wrapper .top {
  padding: 15px 0;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.notice-content-wrapper .top > div {
  padding: 0 15px;
}
.notice-content-wrapper .top .title {
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
  position: relative;
}
.notice-content-wrapper .top .title .notice-category {
  position: absolute;
  font-size: 12px;
  padding: 3px;
  border: 1px solid #dee2e6;
  margin-right: 5px;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 1px;
}
.notice-content-wrapper .top .title .title-span {
  padding-left: 70px;
}
.notice-content-wrapper .top .date {
  flex: 0 0 150px;
  max-width: 150px;
  text-align: center;
}
.notice-content-wrapper .top .date span {
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
  margin-right: 7px;
}
.notice-content-wrapper .bottom {
  padding: 30px 15px;
}
.notice-content-wrapper .bottom .image {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.notice-content-wrapper .bottom .link {
  position: relative;
  display: inline-block;
  color: #bbc8dc;
  font-size: 14px;
  margin-bottom: 1rem;
}
.notice-content-wrapper .bottom .link::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  top: 1rem;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #bbc8dc;
  opacity: 0.3;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.notice-content-wrapper .bottom .link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.notice-content-wrapper .bottom .link:hover::before {
  border-color: #bbc8dc;
  width: 0;
}
.notice-content-wrapper .bottom .link:hover::after {
  border-bottom: 1px solid #bbc8dc;
  opacity: 0.7;
  width: 100%;
}

.notice-btn-wrapper {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.notice-btn-wrapper button, .notice-btn-wrapper a {
  width: 160px;
  color: #191919;
  font-size: 13px;
  border: 1px solid #dee2e6;
  background: #ffffff;
}
.notice-btn-wrapper button:hover, .notice-btn-wrapper a:hover {
  color: #000000;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

/*-----------------------------------------------------------------------------------*/
/*  자주하는 질문 리스트 - /support/faqs/
/*-----------------------------------------------------------------------------------*/
.faq-wrapper .row > div {
  margin-bottom: 100px;
}
.faq-wrapper h4 {
  font-size: 23px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 20px;
}
.faq-wrapper .question-wrapper {
  margin-bottom: 20px;
}
.faq-wrapper .question-wrapper li {
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
}
.faq-wrapper .question-wrapper li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #2d4697;
}
.faq-wrapper .question-wrapper li a {
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: inline-flex;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq-wrapper .question-wrapper li a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  top: 1rem;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #2d4697;
  opacity: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.faq-wrapper .question-wrapper li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.faq-wrapper .question-wrapper li a:hover::before {
  border-color: #2d4697;
  width: 0;
}
.faq-wrapper .question-wrapper li a:hover::after {
  border-bottom: 1px solid #2d4697;
  opacity: 0.7;
  width: 100%;
}
.faq-wrapper .link-list {
  display: inline-block;
  background: #191919;
  padding: 7px 20px 5px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*  자주하는 질문 카테고리별 리스트 - /support/faqs/master-category/
/*-----------------------------------------------------------------------------------*/
.faq-category-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.faq-category-wrapper .faq-box {
  margin-bottom: 50px;
}
.faq-category-wrapper .faq-box .que-wrapper {
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 12px;
  position: relative;
}
.faq-category-wrapper .faq-box .que-wrapper::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d4697;
}
.faq-category-wrapper .faq-box .que-wrapper a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: inline-flex;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.faq-category-wrapper .faq-box .que-wrapper a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  top: 1rem;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #2d4697;
  opacity: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.faq-category-wrapper .faq-box .que-wrapper a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.faq-category-wrapper .faq-box .que-wrapper a:hover::before {
  border-color: #2d4697;
  width: 0;
}
.faq-category-wrapper .faq-box .que-wrapper a:hover::after {
  border-bottom: 1px solid #2d4697;
  opacity: 0.7;
  width: 100%;
}
.faq-category-wrapper .faq-box .ans-wrapper {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 1.7;
  margin-left: 11px;
}
.faq-category-wrapper .faq-box .ans-wrapper p {
  margin-bottom: 0;
}

.back-to-faq-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
.back-to-faq-list .link-list {
  display: inline-block;
  background: #2d4697;
  padding: 7px 20px 5px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 3px;
  min-width: 150px;
  text-align: center;
}

.order-check .input p, .order-check .memo p {
  font-size: 15px;
  margin-bottom: 5px;
}
.order-check .memo textarea.form-control {
  font-size: 13px;
}
.order-check .caution-box {
  background: #f5f5f5;
  padding: 20px;
}
.order-check .caution-box ul li {
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.order-check .caution-box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #e7505a;
}
.order-check .tabs.tabs-bb .nav-tabs {
  top: unset;
  z-index: unset;
}
.order-check .tabs.tabs-bb .nav-tabs .nav-item {
  margin-right: 20px;
}
.order-check .tabs.tabs-bb .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.order-check .tabs.tabs-bb .nav-tabs .nav-item .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
  padding: 0 0 3px;
}
.order-check .tabs.tabs-bb .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #2d4697;
}
.order-check button {
  min-width: 300px;
}
@media (max-width: 575px) {
  .order-check button {
    width: 100%;
  }
}

