@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.fc-red {
  color: #EA3255;
}

.fc-primary {
  color: #2f68db;
}

.fc-error {
  color: #eb4242;
}

.fc-second {
  color: #E5AE9A;
}

.fc-black {
  color: #262626 !important;
}

.fc-platform {
  color: #00B0F0 !important;
}

.f-underline {
  text-decoration: underline;
  text-underline-position: under;
}

.fc-gradient {
  background: -webkit-linear-gradient(to right, #983DFE 0%, #C535C7 100%);
  background: -moz-linear-gradient(to right, #983DFE 0%, #C535C7 100%);
  background: linear-gradient(to right, #983DFE 0%, #C535C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.center-align {
  text-align: center;
}

.pt90 {
  padding-top: 90px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .web.web-inline {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .web {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.scroll-effect::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
}
.scroll-effect::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #fff;
}
.scroll-effect::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c1c1c1;
}

.scroll-effect2::-webkit-scrollbar {
  width: 8px;
}
.scroll-effect2::-webkit-scrollbar-track {
  background: #E5E7EB;
}
.scroll-effect2::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #FFF;
  border: 1px solid #E5E7EB;
}

.scroll-effect3::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.scroll-effect3::-webkit-scrollbar-track {
  background: #EAEAEA;
  border-radius: 3px;
}
.scroll-effect3::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #2f68db;
  border: 1px solid #2f68db;
}

.scroll-effect-platform::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.scroll-effect-platform::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.scroll-effect-platform::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #FEC800;
  border: 1px solid #FEC800;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 500;
}

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 550;
}

.relative {
  position: relative;
}

.type-en {
  font-family: "GmarketSans";
}

article.menu-btn-box {
  display: flex;
  justify-content: center;
}
article.menu-btn-box.type-inline {
  display: inline-flex;
}
article.menu-btn-box.full {
  width: 100%;
}
article.menu-btn-box.right {
  justify-content: flex-end;
}
article.menu-btn-box .menu-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
article.menu-btn-box .menu-box + .menu-box {
  margin-left: 10px;
}
article.menu-btn-box .menu-box + .menu-box.space-short {
  margin-left: 6px;
}
article.menu-btn-box .menu-box.full {
  width: 100% !important;
}
article.menu-btn-box .menu-box.long {
  width: 250px;
}
article.menu-btn-box .menu-box.short {
  width: 120px;
}
article.menu-btn-box .menu-box.short2 {
  width: 114px;
}
article.menu-btn-box .menu-box.short3 {
  min-width: 130px;
  width: 130px;
}
article.menu-btn-box .menu-box.medium {
  width: 183px;
}
article.menu-btn-box .menu-box.shorter {
  width: 90px;
}
article.menu-btn-box .menu-box.shorter2 {
  width: 95px;
}
article.menu-btn-box .menu-box.shortest {
  width: 60px;
}
article.menu-btn-box .menu-box.shortest2 {
  width: 78px;
}
article.menu-btn-box .menu-box.dynamic {
  width: auto;
}
article.menu-btn-box .menu-box.dynamic .menu-btn {
  padding: 0 14.5px;
}
article.menu-btn-box .menu-box.dynamic-short {
  width: auto;
}
article.menu-btn-box .menu-box.dynamic-short .menu-btn {
  padding: 0 17px;
}
article.menu-btn-box .menu-box.small .menu-btn {
  font-size: 15px;
  line-height: 18px;
  height: 40px;
  font-weight: 600;
}
article.menu-btn-box .menu-box.smaller .menu-btn {
  font-size: 14px;
  line-height: 17px;
  height: 32px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
article.menu-btn-box .menu-box.normal .menu-btn {
  height: 48px;
  font-size: 16px;
  font-weight: 700;
}
article.menu-btn-box .menu-box.smallest .menu-btn {
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
article.menu-btn-box .menu-box.type-border .menu-btn {
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
article.menu-btn-box .menu-box.type-border-gray .menu-btn {
  background-color: #fff;
  border: 1px solid #D7D7D7;
  color: #616D84;
}
article.menu-btn-box .menu-box.type-border-primary .menu-btn {
  color: #2f68db;
  border: 1px solid #2f68db;
  background-color: #fff;
}
article.menu-btn-box .menu-box.type-1 .menu-btn {
  color: #fff;
  background-color: #444;
}
article.menu-btn-box .menu-box.type-2 .menu-btn {
  color: #fff;
  background-color: #D4A79A;
}
article.menu-btn-box .menu-box.type-primary .menu-btn {
  color: #fff;
  background-color: #2f68db;
}
article.menu-btn-box .menu-box.type-second .menu-btn {
  color: #203D7A;
  background-color: #c4e0fc;
  border: 1px solid #9BB6E2;
}
article.menu-btn-box .menu-box.type-cancel .menu-btn {
  color: #fff;
  background-color: #5b6068;
}
article.menu-btn-box .menu-box.type-white .menu-btn {
  color: #0E1D2D;
  background-color: #fff;
}
article.menu-btn-box .menu-box.type-remove .menu-btn {
  color: #fff;
  background-color: #FD6161;
}
article.menu-btn-box .menu-box.type-green .menu-btn {
  background: #23935B;
  color: #fff;
}
article.menu-btn-box .menu-box.type-dark .menu-btn {
  background: #4B4B4D;
  color: #fff;
}
article.menu-btn-box .menu-box.type-darkblue .menu-btn {
  background-color: #2B3A6B;
  color: #fff;
}
article.menu-btn-box .menu-box.type-gray .menu-btn {
  background-color: #A2ABBE;
  color: #fff;
}
article.menu-btn-box .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  height: 52px;
  position: relative;
  z-index: 10;
}
article.menu-btn-box .menu-box .menu-btn .ic {
  margin-right: 10px;
}
article.menu-btn-box .menu-box .menu-btn .ic.ic-save {
  background: url("/assets/img/ic_save.svg") no-repeat center/cover;
  width: 24px;
  height: 25px;
}
article.menu-btn-box .menu-box .menu-btn .txt {
  line-height: 1;
}
article.menu-btn-box .menu-btn + .menu-btn {
  margin-left: 46px;
}
article.menu-btn-box .menu-btn.full {
  width: 100%;
}

.fbox label {
  cursor: pointer;
}
.fbox label input[type=file] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
.fbox label .txt-box {
  display: inline-flex;
  align-items: center;
}
.fbox label .txt-box .txt {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #212121;
  padding: 8px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .fbox label .txt-box .txt {
    font-size: 13px;
  }
}
.fbox label .txt-box .txt:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #212121;
  left: 0;
  bottom: 0;
}

article.spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.spinner .spinner-btn {
  width: 29px;
  height: 29px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #F5F5F5;
}
article.spinner .spinner-btn.type-plus {
  background: url("/assets/img/ic_spinner_plus.png") no-repeat center/cover;
}
article.spinner .spinner-btn.type-minus {
  background: url("/assets/img/ic_spinner_minus.png") no-repeat center/cover;
}
article.spinner input {
  margin: 0 6px;
  height: 33px;
  width: 32px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  outline: none;
}
article.spinner input::placeholder {
  color: #ccc;
}

article.paging {
  font-size: 0;
  text-align: center;
  padding-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.paging .prev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/img/ic_paging_prev_on.svg") no-repeat center/cover;
  width: 13px;
  height: 15px;
}
@media (max-width: 1024px) {
  article.paging .prev-btn {
    width: 9px;
    height: 11px;
  }
}
article.paging .prev-btn.off {
  cursor: default;
  background: url("/assets/img/ic_paging_prev_off.svg") no-repeat center/cover;
}
article.paging .next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/img/ic_paging_next_on.svg") no-repeat center/cover;
  width: 13px;
  height: 15px;
}
@media (max-width: 1024px) {
  article.paging .next-btn {
    width: 9px;
    height: 11px;
  }
}
article.paging .next-btn.off {
  cursor: default;
  background: url("/assets/img/ic_paging_next_off.svg") no-repeat center/cover;
}
article.paging .paging-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
article.paging .paging-list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 2.5px;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #515151;
}
article.paging .paging-list li a.current {
  color: #212121;
  position: relative;
}
article.paging .paging-list li a.current:after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  transform: translateX(-50%);
  bottom: -5px;
  height: 1px;
  background-color: #212121;
}

article.paging-board {
  font-size: 0;
  text-align: center;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  article.paging-board {
    padding-top: 30px;
  }
}
article.paging-board .prev-btn {
  margin-top: 2px;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/img/ic_paging_prev_on.png") no-repeat center/cover;
  width: 12px;
  height: 20px;
}
@media (max-width: 1024px) {
  article.paging-board .prev-btn {
    margin-top: 1px;
    margin-right: 15px;
    width: 9px;
    height: 16px;
  }
}
article.paging-board .next-btn {
  margin-top: 2px;
  margin-left: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("/assets/img/ic_paging_next_on.png") no-repeat center/cover;
  width: 12px;
  height: 20px;
}
@media (max-width: 1024px) {
  article.paging-board .next-btn {
    margin-top: 1px;
    margin-left: 15px;
    width: 9px;
    height: 16px;
  }
}
article.paging-board .paging-list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
article.paging-board .paging-list li {
  margin: 0 12px;
}
@media (max-width: 1024px) {
  article.paging-board .paging-list li {
    margin: 0 6px;
  }
}
article.paging-board .paging-list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 2.5px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(81, 81, 81, 0.5);
}
@media (max-width: 1024px) {
  article.paging-board .paging-list li a {
    font-size: 18px;
  }
}
article.paging-board .paging-list li a.current {
  color: #212121;
  position: relative;
}

.textbox {
  font-size: 0;
  line-height: 1;
}
.textbox.full {
  width: 100%;
}
.textbox.long textarea {
  height: 463px;
}
.textbox.type-border-none textarea {
  border: 0;
}
.textbox.state-error textarea {
  border: 1px solid #eb4242;
}
.textbox .limit-box {
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
.textbox.with-file {
  border: 1px solid #D6D6D6;
  position: relative;
}
.textbox.with-file textarea {
  border: none;
  height: 100px;
}
.textbox textarea {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(33, 33, 33, 0.2);
  outline: none;
  padding: 24px 28px;
  height: 300px;
  font-size: 16px;
  color: #fff;
  resize: none;
}
@media (max-width: 1024px) {
  .textbox textarea {
    height: 150px;
    padding: 13px 15px;
    font-size: 12px;
    line-height: 16px;
  }
}
.textbox textarea::placeholder {
  color: #666666;
  font-weight: 300;
}
.textbox .file-box {
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.textbox .file-box .file-upload-box {
  display: flex;
  align-items: center;
}
.textbox .file-box .file-upload-box .upload-msg {
  font-size: 14px;
  color: #CCCCCC;
  line-height: 18px;
  padding-right: 17px;
}
.textbox .file-box .file-upload-box label input {
  position: absolute;
  left: -99999px;
}
.textbox .file-box .file-upload-box label .txt {
  font-family: "GmarketSans";
  font-size: 18px;
  font-weight: 500;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 130px;
  background-color: #555555;
  color: #fff;
  cursor: pointer;
}

.tbox.full {
  width: 100% !important;
}
.tbox.normal {
  width: 212px;
}
.tbox.normal2 {
  width: 250px;
}
.tbox.normal3 {
  width: 190px;
}
.tbox.shorter {
  width: 112px;
}
.tbox.shorter input {
  padding: 0 14px;
}
.tbox.short {
  width: 123px;
}
.tbox.short2 {
  width: 160px;
}
.tbox.short3 {
  width: 200px;
}
.tbox.long {
  width: 371px;
}
.tbox.longer {
  width: 420px;
}
.tbox.longer2 {
  width: 460px;
}
.tbox.medium {
  width: 308px;
}
.tbox.small input {
  padding: 0 14px;
  border: 1px solid #D7D7D7;
  height: 40px;
}
.tbox.smaller input {
  padding: 0 10px;
  height: 36px;
  font-size: 12px;
}
.tbox input {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(33, 33, 33, 0.2);
  outline: none;
  padding: 0 26px;
  height: 64px;
  font-size: 16px;
  font-family: "GmarketSans";
  color: #fff;
}
@media (max-width: 1024px) {
  .tbox input {
    height: 32px;
    font-size: 12px;
    padding: 0 13px;
  }
}
.tbox input::placeholder {
  color: rgba(17, 17, 17, 0.5);
  letter-spacing: -0.05em;
}
@media (max-width: 1024px) {
  .tbox input::placeholder {
    letter-spacing: 0;
    color: rgba(33, 33, 33, 0.6);
  }
}
.tbox.center input {
  text-align: center;
}
.tbox::placeholder {
  color: rgba(57, 57, 57, 0.4);
  letter-spacing: -0.3px;
}
.tbox.placeholder-col input::placeholder {
  color: #212121;
}

.toggle-btn-box.big label.toggle .toggle-bg {
  width: 67px;
  height: 25px;
}
.toggle-btn-box.big label.toggle .toggle-bg:after {
  width: 31px;
  height: 31px;
}
.toggle-btn-box.big label.toggle input:checked ~ .toggle-bg:after {
  left: 36px;
}
.toggle-btn-box label.toggle {
  position: relative;
  height: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.toggle-btn-box label.toggle input {
  display: none;
  cursor: pointer;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-on-txt {
  display: block;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-off-txt {
  display: none;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-bg {
  background-color: #E8F4FF;
}
.toggle-btn-box label.toggle input:checked ~ .toggle-bg:after {
  left: 13px;
  background-color: #6EA7DB !important;
  transition: left 0.3s ease-out;
}
.toggle-btn-box label.toggle .toggle-off-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-on-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}
.toggle-btn-box label.toggle .toggle-txt + .toggle-bg {
  margin-left: 7px;
}
.toggle-btn-box label.toggle .toggle-txt.toggle-off-txt {
  display: block;
}
.toggle-btn-box label.toggle .toggle-txt.toggle-on-txt {
  display: none;
}
.toggle-btn-box label.toggle .toggle-txt:first-child {
  margin-right: 6px;
}
.toggle-btn-box label.toggle .toggle-txt:last-child {
  margin-left: 6px;
}
.toggle-btn-box label.toggle .toggle-bg {
  position: relative;
  display: inline-block;
  background: #F5F5F5;
  border-radius: 100px;
  width: 25px;
  height: 100%;
  z-index: 9;
}
.toggle-btn-box label.toggle .toggle-bg:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 10;
}

.sbox {
  position: relative;
  text-align: left;
}
.sbox.full {
  width: 100%;
}
.sbox.normal {
  width: 212px;
}
.sbox.normal2 {
  min-width: 184px;
}
.sbox.big {
  width: 280px;
}
.sbox.medium {
  width: 308px;
}
.sbox.long {
  width: 423px;
}
.sbox.short {
  width: 280px;
}
.sbox.shorter {
  width: 175px;
}
.sbox.short2 {
  width: 120px;
}
.sbox.short3 {
  width: 135px;
}
.sbox.shortest {
  width: 85px;
}
.sbox .set {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 35px 0 12px;
  font-size: 12px;
  background: #fff url("/assets/img/ic_select_arrow2.svg") no-repeat center right 12px;
}
.sbox .set.active {
  border-radius: 4px 4px 0 0;
}
.sbox .set.active ~ .select-menu {
  display: block;
}
.sbox .set .set-txt {
  color: #7F7F7F;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-weight: 400;
}
.sbox .select-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  min-width: 100%;
  left: 0;
  top: 46px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #D7D7D7;
  border-top: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
  padding: 15px 0;
  z-index: 400;
}
.sbox .select-menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background-color: #00B0F0;
}
.sbox .select-menu .pre-select-box {
  padding: 0 10px 10px;
}
.sbox .select-menu .pre-select-box .pre-txt-box {
  font-size: 12px;
  line-height: 18px;
}
.sbox .select-menu .pre-select-box .pre-con-box {
  padding-top: 10px;
}
.sbox .select-menu .pre-select-box .pre-con-box .rbox + .rbox {
  margin-left: 5px;
}
.sbox .select-menu .pre-select-box .pre-con-box .rbox .txt {
  padding-left: 21px;
  font-size: 12px;
}
.sbox .select-menu ul.depth1 li.depth1-box {
  position: relative;
}
.sbox .select-menu .select-btn, .sbox .select-menu .sub-btn {
  padding: 0 20px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}
.sbox .select-menu .select-btn:hover, .sbox .select-menu .select-btn:focus, .sbox .select-menu .sub-btn:hover, .sbox .select-menu .sub-btn:focus {
  background-color: #f4f4f4;
}
.sbox .select-menu .sub-btn {
  padding-right: 30px;
  background: url("/assets/img/ic_select_depth_arrow.svg") no-repeat right 12px center;
}
.sbox .select-menu ul.depth2 {
  display: none;
  z-index: 400;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 11px);
  padding: 15px 0;
  min-width: 150px;
  white-space: nowrap;
  background-color: #fff;
}
.sbox .select-menu ul.depth2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background-color: #00B0F0;
}
.sbox .select-menu ul.depth2 li.depth2-box .depth2-btn {
  padding: 0 20px;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.sbox .select-menu ul.depth2 li.depth2-box .depth2-btn:hover, .sbox .select-menu ul.depth2 li.depth2-box .depth2-btn:focus {
  background-color: #f4f4f4;
}
.sbox.off select {
  color: #aaa !important;
}
.sbox.type-1 select {
  color: #666;
  background-color: #FBFBFB;
}
.sbox.active select {
  background: #EFF7FF url("/assets/img/ic_select_arrow_selected.svg") no-repeat center right 10px/11px 7px !important;
  color: #6EA7DB;
}
.sbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("/assets/img/ic_select_arrow.svg") no-repeat center right 12px;
  outline: none;
  font-size: 12px;
  color: #7F7F7F;
  height: 36px;
  padding: 0 35px 0 12px;
  border: 1px solid #fff;
  letter-spacing: -0.04em;
}
.sbox select:focus {
  border: 1px solid #00B0F0;
}

label.toggle {
  position: relative;
  height: 16px;
  cursor: pointer;
}
label.toggle input {
  display: none;
  cursor: pointer;
}
label.toggle input:checked ~ .handler {
  left: 14px;
  border-color: #ce2027;
  transition: left 0.3s ease-out;
}
label.toggle input:checked ~ .bg {
  background-color: #0b7af3;
}
label.toggle .handler {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  z-index: 10;
}
label.toggle .bg {
  position: relative;
  display: inline-block;
  background-color: #dddee0;
  border-radius: 8px;
  width: 28px;
  height: 16px;
  z-index: 9;
}

.rbox-list {
  margin: -8px -6px;
  display: flex;
  flex-flow: row wrap;
  padding-top: 10px;
}
.rbox-list .rbox.box-2 {
  margin: 8px 6px;
  width: calc(50% - 12px);
}
.rbox-list .rbox.box-2:nth-child(even) {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .rbox-list .rbox.box-2:nth-child(even) {
    padding-left: 0;
  }
}
.rbox-list .rbox.box-4 {
  margin: 8px 6px;
  width: calc(25% - 12px);
}
@media (max-width: 1024px) {
  .rbox-list .rbox.box-4 {
    width: calc(50% - 12px);
  }
}
.rbox-list .rbox.box-4:nth-child(4n-1) {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .rbox-list .rbox.box-4:nth-child(4n-1) {
    padding-left: 0;
  }
}
.rbox-list .rbox.box-4:nth-child(4n) {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .rbox-list .rbox.box-4:nth-child(4n) {
    padding-left: 0;
  }
}

.cbox-list .cbox + .cbox {
  margin-left: 25px;
}

.rbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.rbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  align-items: center;
}
.rbox label input[type=radio] {
  position: absolute;
  left: -9999px;
}
.rbox label input[type=radio]:checked ~ i {
  background: url("/assets/img/ic_rbox_on.png") no-repeat center/cover;
}
.rbox label i {
  position: absolute;
  top: -1px;
  width: 26px;
  height: 26px;
  line-height: 20px;
  background: url("/assets/img/ic_rbox_off.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .rbox label i {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
}
.rbox label .txt {
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .rbox label .txt {
    padding-left: 20px;
    font-size: 10px;
    line-height: 12px;
  }
}

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.cbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  align-items: center;
}
.cbox label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.cbox label input[type=checkbox]:checked ~ i {
  background: url("/assets/img/ic_rbox_on.png") no-repeat center/cover;
}
.cbox label i {
  position: absolute;
  top: -1px;
  width: 26px;
  height: 26px;
  line-height: 20px;
  background: url("/assets/img/ic_rbox_off.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .cbox label i {
    width: 12px;
    height: 12px;
    line-height: 12px;
  }
}
.cbox label .txt {
  padding-left: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .cbox label .txt {
    padding-left: 20px;
    font-size: 10px;
    line-height: 12px;
  }
}

/*# sourceMappingURL=ui.css.map */
