@keyframes commonSpinCircle {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@font-face {
  font-family: 'Inter-Regular2';
  src: url('/font/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url('/font/NotoSansJP-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansKr';
  src: url('/font/NotoSansKR-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

.blueBtn:disabled,
.blueBtn.disabled,
.blueBtn[disabled] {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
  color: var(--white-color);
  cursor: default;
}

.blueBtn:disabled,
.blueBtn.disabled,
.blueBtn[disabled] {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
  color: var(--white-color);
  cursor: default;
}



.whiteBtn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  width: auto;
  height: 44px;
  border: 1px solid #6ab0e5;
  background-color: transparent;
  border-radius: 26px;
  line-height: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #006aba;
  transition: all 0.3s ease;
  cursor: pointer;
}

.whiteBtn:hover {
  border: 1px solid #006aba;
  color: var(--white-color);
  background-color: #006aba;
}

.common_layer_bg {
  position: fixed;
  z-index: var(--modal-level);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.mark_for_gc {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #d1d1d1;
  background: var(--white-color);
}

.mark_for_gc > p {
  color: #575757;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}


.mark_for_gc > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.mark_for_gc > div > div {
  background-image: url('/images/homepage/Public_Procurement_Service_of_the_Republic_of_Korea_Logo_horizontal.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 125%;
  display: block;
  width: 96.26px;
  height: 36px;
}

.mark_for_gc > div > p {
  display: flex;
  width: fit-content;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  color: #575757;
  font-family: 'Arial';
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .mark_for_gc {
    padding: 10px;
}
.mark_for_gc > div > div {
  height: 26px;
  width: 90px;
  background-size: 100%;
}
.mark_for_gc > div > p {
  font-size: 12px;
  height: unset;
}
.mark_for_gc > p {
  font-size: 12px;
}
}
@media screen and (max-width: 576px) {
  .mark_for_gc {
    padding: 4px;
    border-radius: 4px;
  }
.mark_for_gc > div {
  gap: 0;
}
.mark_for_gc > div > div {
  height: 14px;
  width: 50px;
  /* background-size: 100%; */
}
.mark_for_gc > div > p {
  font-size: 8px;
  height: unset;
}
.mark_for_gc > p {
  font-size: 8px;
  line-height: 12px;
}
  
}

/* layer input css -start- */
.common_circle_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 5px solid var(--white-color) !important;
  border-top: 5px solid #1b89ff !important;
  border-radius: 50em;
  transition: all 0.2s;
  animation-name: commonSpinCircle;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.common_input_wrapper {
  position: relative;
  width: 100%;
  height: 40px;
}

.common_input_wrapper > input[type='text'],
.common_input_wrapper > input[type='email'],
.common_input_wrapper > input[type='tel'],
.common_input_wrapper > input[type='url'],
.common_input_wrapper > input[type='number'],
.common_input_wrapper > input[type='password'],
.common_input_wrapper > textarea {
  appearance: none;
  width: 100%;
  height: 100%;
  color: var(--dark-black-color);
  float: right;
  outline: none;
  position: relative;
  z-index: 1;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  padding: 10px 10px 0px;
  box-sizing: border-box;
  border-radius: 5px;
  resize: none;
  line-height: 22px;
}
.common_input_wrapper > textarea {
  align-self: stretch;
}

.common_layer_inquery .common_input_wrapper .phone_present {
  position: absolute;
}

.common_input_wrapper > input[type='text']:focus,
.common_input_wrapper > input[type='email']:focus,
.common_input_wrapper > input[type='tel']:focus,
.common_input_wrapper > input[type='url']:focus,
.common_input_wrapper > input[type='number']:focus,
.common_input_wrapper > input[type='password']:focus,
.common_input_wrapper > textarea:focus {
  border: 1px solid var(--primary-color);
}

.common_input_wrapper > .common_input_placeholder {
  padding: 10px;
  color: var(--dark-black-color);
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 16px;
  z-index: 2;
  width: fit-content;
  height: 38px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.common_input_wrapper > .error_alert {
  position: absolute;
  top: 50%;
  top:3px;
  right: 6px;
  width: fit-content;
  height: 34px;
  /* transform: translateY(-50%); */
  background-color: #ff7676;
  color: var(--white-color);
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 13px;
  z-index: 3;
  white-space: nowrap;
}

.common_input_wrapper.error_alert_border > input,
.common_input_wrapper.error_alert_border > textarea {
  border-color: #ff0000 !important;
}

/* layer input css -end- */

.common_layer_bg_policy {
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.common_layer_have_value_bg {
  position: fixed;
  z-index: var(--modal-level-2);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* alert layer css -start- */
.common_layer_have_value_alert {
  position: fixed;
  z-index: var(--modal-level-2);
  top: 50%;
  left: 50%;
  width: 360px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  transition: transform 0.3s ease;
}

.common_layer_have_value_alert > p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--dark-black-color);
}

.common_layer_have_value_alert_inner_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.common_layer_have_value_alert_inner_wrapper .common__btn {
  min-width: 192px;
  font-size: 18px;
}

.common_layer_have_value_alert_inner_wrapper .close_all_common_layer {
  min-width: 78px;
  font-size: 18px;
}

/* alert layer css -end- */
/* layer css -start- */
.common_layer {
  position: fixed;
  z-index: 501;
  top: 50%;
  left: 50%;
  width: 680px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
  z-index: var(--modal-level);
}

.common_layer_header_wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_layer_header_wrapper .common_layer_header_title {
  font-size: 22px;
  line-height: 32px;
}

.common_layer_header_wrapper .common_layer_close {
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  padding: 7px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_layer_header_wrapper .common_layer_close img {
  width: 16px;
  height: 16px;
}

.common_layer_header_wrapper .common_layer_close:hover {
  background-color: #d9d9d9;
}

.common_layer_body_wrapper {
  width: 100%;
  height: 100%;
}

.common_layer_inquery {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.common_layer_inquery .note {
  font-size: 20px;
  line-height: 32px;
}

.common_layer_inquery > .title {
  font-size: 14px;
  line-height: 20px;
  color: var(--light-black-color);
  font-weight: 700;
  width: 100%;
}

.common_layer_inquery > .title.title2 {
  margin-top: 8px;
}

.common_layer_inquery > .common_input_wrapper,
.common_layer_inquery > .common_input_outside_wrapper {
  width: calc(50% - 4px);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
}

.common_layer_inquery > .common_input_outside_wrapper {
  flex-wrap: nowrap;
  cursor: pointer;
}

.common_layer_inquery > .common_input_outside_wrapper > .common_input_wrapper:first-child {
  min-width: 70px;
  width: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.common_layer_inquery > .common_input_outside_wrapper > .common_input_wrapper:first-child > img {
  width: 10px;  
}

.common_layer_inquery > .common_input_outside_wrapper > .common_input_wrapper:first-child > img.flag {
  width: 26px;  
}

.common_layer_inquery > .common_input_outside_wrapper > .common_input_wrapper:first-child > input {
  padding: 10px;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper {
  position: unset;
  z-index: 20;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list {
  position: absolute;
  top: -1px;
  left: -1px;
  /* width: 236px; */
  max-height: 236px;
  background-color: var(--white-color);
  z-index: 10;
  padding: 6px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  width: 100%;
  /* overflow-y: auto;
  overflow-x: hidden; */
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item_wrapper {
  height: calc(236px - 56px);
  overflow: auto;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item_wrapper::-webkit-scrollbar-thumb {
  background-color: #B4B4B4;
  height: 122px;
  border-radius: 5px;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item_wrapper::-webkit-scrollbar {
  width: 10px;
} 

.common_layer_inquery>.common_input_outside_wrapper .select_wrapper .list .search {
  border-bottom: 1px solid #B4B4B4;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  margin-bottom: 8px;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .search input {
  font-size: 16px;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .search input::placeholder {
  color: #b4b4b4;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 7px 0 7px 6px;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item .flag__image{
  border: 1px solid #B4B4B4;
  border-radius: 2px;
}

.common_layer_inquery>.common_input_outside_wrapper .select_wrapper .list .item:hover {
  cursor: pointer;
  background-color: var(--primary-color);
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item.active {
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--white-color);
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item span {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item {
  color: var(--dark-black-color);
}
.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item:hover span {
  color: var(--white-color);
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item .name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.common_layer_inquery > .common_input_outside_wrapper .select_wrapper .list .item .code {
  min-width: 50px;
}

.common_layer_inquery > .common_input_wrapper:last-child {
  width: 100%;
  height: 150px;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper {
  position: relative;
  width: 100%;
  z-index: 21;
  border: 1px solid #d9d9d9;
  padding: 10px 10px 0px;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 8px;
  cursor: pointer;
}

#select_1 {
  margin-top: 2px;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .item h3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-black-color);
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .item p {
  font-size: 14px;
  line-height: 20px;
  color: #b4b4b4;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list {
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: var(--white-color);
  z-index: 2;
  transition: border-color 0.3s linear;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list.slideDown {
  border-color: var(--primary-color); 
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item {
  width: 100%;
  padding: 7px 12px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item.active {
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item h3 {
  font-size: 16px;
  line-height: 22px;  
  min-width: 66px;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item p {
  font-size: 14px;
  line-height: 20px;
  color: #B4B4B4;
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item:hover h3 {
color:var(--white-color);
}

.common_layer_inquery > .common_input_wrapper.select_wrapper .list .item:hover p {
  color:var(--white-color);
  
}

.common_layer_inquery .common_input_wrapper.phone_number {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: flex;
}

.common_layer_inquery .common_input_wrapper.phone_number > p {
  line-height: 22px;
  font-size: 16px;
  padding: 10px 8px 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: var(--dark-black-color);
}  

.common_layer_inquery .common_input_wrapper.phone_number > input {
  border: unset;
  flex: 1;
  padding-left: 0;
}

.common_layer_inquery .common_input_wrapper.phone_number .common_input_placeholder {
  color: #B4B4B4;
  font-size: 10px;
  padding: 0px 10px;
  line-height: 12px;
  height: 12px;
}
#inquiry_phone_number {
  width: calc(100% - 40px);
}

.send_okay_text_box {
  width: 100%;
  height: auto;
  display: none;
}

.send_okay_text_box > p {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.common_layer_btn_wrapper {
  width: 100%;
  height: 40px;
  min-height: 40px;
  overflow: hidden;
  margin-top: auto;
}

.common_layer_btn_wrapper>.blueBtn {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  min-width: 100px;
  height: 40px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 5px;
  line-height: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  transition: all 0.3s ease;
  cursor: pointer;
  border: unset
}

.common_layer_btn_wrapper>.blueBtn.disabled {
  background-color: #B4B4B4;
}

.hold_send_common_layer_inquiry {
  color: var(--white-color) !important;
  background-color: var(--white-color) !important;
}

.hold_send_common_layer_inquiry:hover {
  color: var(--white-color) !important;
  background-color: var(--white-color) !important;
}

.common_support_layer {
  position: fixed;
  z-index: 501;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 568px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: transform 0.3s ease;
  will-change: auto;
}

.common_support_layer_header_wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_support_layer_header_wrapper .common_support_layer_header_title {
  font-size: 22px;
}

.common_support_layer_header_wrapper .common_support_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.common_support_layer_header_wrapper .common_support_layer_close img {
  width: 100%;
  height: 100%;
}

.common_support_layer_header_wrapper .common_support_layer_close:hover {
  background-color: #d9d9d9;
}

.common_support_layer_body_wrapper {
  width: 100%;
}

.common_support_layer_inquery {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.common_support_layer_inquery > .common_support_input_wrapper,
.common_support_layer_inquery > .common_support_input_outside_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.common_support_layer_inquery > .common_support_input_outside_wrapper {
  flex-wrap: nowrap;
}

.support_width_90 {
  width: 90px;
}

.support_width_90 > input {
  padding: 10px !important;
}

.common_support_layer_dif_content_wrapper {
  width: 100%;
  height: auto;
}

.common_support_layer_dif_content {
  width: 100%;
  height: auto;
  display: none;
}

.remote_dif_content {
  display: block;
}

.remote_dif_content_inner,
.messenger_dif_content_inner,
.video_dif_content_inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.remote_dif_content_inner > p,
.messenger_dif_content_inner > p,
.video_dif_content_inner > p {
  width: fit-content;
  white-space: nowrap;
}

.common_select_time_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.common_select_box {
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background-color: var(--white-color);
  box-sizing: border-box;
}

.common_select_box_now_select {
  width: 100%;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.common_select_box_list {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background-color: var(--white-color);
  box-sizing: border-box;
  max-height: 170px;
  overflow-y: overlay;
  overflow-x: hidden;
}

.common_select_box_list > div {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  min-height: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.common_select_box_list > div:hover {
  background: rgba(71, 112, 255, 0.1);
}

.common_select_box_list > div.active {
  background: rgba(71, 112, 255, 0.2) !important;
}

.send_support_okay_text_box {
  width: 100%;
  height: auto;
  display: none;
}

.send_support_okay_text_box > p {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

.email_only_text_copy_box {
  width: 100%;
  height: auto;
  display: none;
}

.email_only_text_copy_box > p {
  color: #006aba;
  font-size: 22px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.common_support_copy_clip_text_icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 5px;
  margin-left: 10px;
  border-radius: 100%;
  background-image: url('/images/innorix_exabyter/black_edit.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.common_support_copy_clip_text_icon_tooltip {
  position: absolute;
  top: 0px;
  left: 30px;
  width: fit-content;
  white-space: nowrap;
  font-size: 16px;
  display: inline-block;
  padding: 4px 12px 6px;
  border-radius: 4px;
  color: var(--white-color);
  background-color: #404040;
  transform: scale(0);
  display: none;
}

.common_support_copy_clip_text_icon:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}

.common_support_copy_clip_text_icon:hover .common_support_copy_clip_text_icon_tooltip {
  transform: scale(1);
  display: block;
}

.common_support_copied_okay {
  transform: scale(1) !important;
  padding: 2px 8px !important;
  font-size: 16px !important;
}

.common_support_layer_btn_wrapper {
  width: 100%;
  height: 44px;
  min-height: 44px;
  overflow: hidden;
  margin-top: auto;
}

.common_support_layer_btn_wrapper > .blueBtn {
  position: relative;
  width: fit-content;
}

/* layer css -end- */

.common_account_layer_bg {
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.common_account_layer_inner_bg {
  position: fixed;
  z-index: 502;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.common_account_layer_alert_bg {
  position: fixed;
  z-index: 509;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.common_account_layer {
  position: fixed;
  top: 0px;
  right: -250px;
  z-index: 501;
  width: 250px;
  height: 100vh;
  background-color: var(--white-color);
  padding: 40px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.common_account_layer_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.common_account_layer_title {
  color: var(--dark-black-color);
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}

.common_account_layer_menu_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.common_account_layer_menu_wrapper > p {
  position: relative;
  color: var(--dark-black-color);
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  width: fit-content;
  cursor: pointer;
}

.common_account_layer_menu_wrapper > p::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  border-top: 1px solid #006aba;
  transition: all 0.3s ease;
}

.common_account_layer_menu_wrapper > p:hover {
  color: #006aba;
}

.common_account_layer_menu_wrapper > p:hover::after {
  width: 100%;
}

.common_account_myprofile_layer {
  position: fixed;
  z-index: 502;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 414px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
}

.common_account_myprofile_layer_header_wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_account_myprofile_layer_header_wrapper .common_account_myprofile_layer_header_title {
  font-size: 22px;
}

.common_account_myprofile_layer_header_wrapper .common_account_myprofile_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.common_account_myprofile_layer_header_wrapper .common_account_myprofile_layer_close img {
  width: 100%;
  height: 100%;
}

.common_account_myprofile_layer_header_wrapper .common_account_myprofile_layer_close:hover {
  background-color: #d9d9d9;
}

.common_account_myprofile_layer_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.view_edit_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.view_edit_wrapper input {
  border: 0px !important;
  padding-left: 0px !important;
}

.view_edit_wrapper > .common_input_wrapper > .common_input_placeholder {
  color: #7f7f7f !important;
  font-size: 12px;
  padding: 0px 10px;
  padding-left: 0px !important;
  height: 16px;
}

.view_edit_wrapper > .common_input_outside_wrapper {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.view_edit_wrapper > .common_input_outside_wrapper > .common_input_wrapper > .common_input_placeholder {
  color: #7f7f7f !important;
  font-size: 12px;
  padding: 0px 10px;
  padding-left: 0px !important;
  height: 16px;
}

.active_edit_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.active_edit_wrapper > .common_input_outside_wrapper {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.active_edit_wrapper > .common_input_outside_wrapper.number_outside_wrapper > .common_input_wrapper:first-child {
  width: 90px;
}

.active_edit_wrapper > .common_input_outside_wrapper.number_outside_wrapper > .common_input_wrapper:first-child > input {
  padding: 10px;
}

.common_account_myprofile_layer_btn_wrapper {
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: auto;
}

.common_account_changepassword_layer {
  position: fixed;
  z-index: 502;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 360px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  /* overflow: hidden; */
  will-change: auto;
}

.common_account_changepassword_layer_header_wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_account_changepassword_layer_header_wrapper .common_account_changepassword_layer_header_title {
  font-size: 22px;
}

.common_account_changepassword_layer_header_wrapper .common_account_changepassword_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.common_account_changepassword_layer_header_wrapper .common_account_changepassword_layer_close img {
  width: 100%;
  height: 100%;
}

.common_account_changepassword_layer_header_wrapper .common_account_changepassword_layer_close:hover {
  background-color: #d9d9d9;
}

.common_account_changepassword_layer_body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.common_account_cancel_layer_have_value_alert {
  position: fixed;
  z-index: 510;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 226px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
}

.common_account_cancel_layer_have_value_alert_title {
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}

.common_account_cancel_layer_have_value_alert_text {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.common_account_cancel_layer_have_value_alert_btn {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.common_account_okay_alert {
  position: fixed;
  z-index: 510;
  top: 50%;
  left: 50%;
  width: 420px;
  height: 226px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
}

.common_account_okay_alert_title {
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}

.common_account_okay_alert_text {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.common_password_strength_check_box {
  /* display: none; */
  position: absolute;
  top: calc(100% - 97px);
  left: calc(-100% - -24px);
  z-index: 100;
  width: 280px;
  height: 180px;
  /* margin-left: -140px; */
  padding: 20px;
  background-color: #f2f2f2;
  color: #404040;
  border: 2px solid #dedede;
  border-radius: 10px;
  opacity: 1;
}

.common_password_strength_check_box::after {
  content: '';
  position: absolute;
  top: 14px;
  right: -8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #dedede;
  border-left: 2px solid #dedede;
  background-color: #f2f2f2;
  transform: rotate(135deg);
}

.common_close_password_strength_check_box {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 100%;
  padding: 5px;
}

.common_close_password_strength_check_box:hover {
  background-color: #d9d9d9;
}

.common_close_password_strength_check_box > img {
  width: 15px;
  display: block;
}

.common_password_condition_text_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}

.common_password_condition_icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #404040;
  margin-right: 10px;
}

.common_password_condition_icon::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 8px;
  border-bottom: 1px solid #404040;
  border-right: 1px solid #404040;
  transform: rotate(45deg);
}

.common_password_strength_gage_wrapper {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.common_password_strength_gage {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #bbbbbb;
  margin-top: 10px;
}

.common_password_strength_gage > div {
  transition: all 0.3s ease;
}

.common_password_strength_check_box > .active {
  border-color: #18b760;
  color: #18b760;
}

.common_password_strength_check_box > .active > .common_password_condition_icon {
  border-color: #18b760;
  color: #18b760;
}

.common_password_strength_check_box > .active > .common_password_condition_icon::after {
  border-color: #18b760;
  color: #18b760;
}

.password_alert_text {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: auto;
  color: #ff0000;
  font-size: 12px;
  display: none;
}

.common_policy_layer {
  position: fixed;
  z-index: 501;
  top: 50%;
  left: 50%;
  width: 1060px;
  height: 620px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
}

.common_policy_layer_header {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_policy_layer_header .common_policy_layer_header_title {
  font-size: 28px;
  font-family: 'Inter', sans-serif !important;
  word-break: keep-all !important;
}

.common_policy_layer_header .common_policy_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.common_policy_layer_header .common_policy_layer_close img {
  width: 100%;
  height: 100%;
}

.common_policy_layer_header .common_policy_layer_close:hover {
  background-color: #d9d9d9;
}

.common_policy_layer_scroll_wrapper {
  height: 100%;
  display: block;
  width: calc(100% + 20px);
  overflow-y: overlay;
  padding-right: 10px;
}

.common_policy_content_wrapper {
  width: 954px;
  height: auto;
  display: none;
}

.common_policy_content_title {
  font-size: 22px !important;
  line-height: 26px !important;
  font-family: 'Inter-Regular', sans-serif !important;
  word-break: keep-all !important;
}

.common_policy_content_text {
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: 'Inter-Regular', sans-serif !important;
  word-break: keep-all !important;
  padding-top: 30px;
  padding-bottom: 50px;
}

.common_policy_content_title:first-child {
  padding-top: 0px;
}

.common_policy_content_text:first-child {
  padding-top: 0px;
}

.common_policy_content_title:last-child {
  padding-bottom: 0px;
}

.common_policy_content_text:last-child {
  padding-bottom: 0px;
}

.common_payment_layer {
  position: fixed;
  z-index: 501;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 748px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  will-change: auto;
}

.common_payment_layer_header_wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_payment_layer_header_wrapper .common_payment_layer_header_title {
  font-size: 22px;
}

.common_payment_layer_header_wrapper .common_payment_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.common_payment_layer_header_wrapper .common_payment_layer_close img {
  width: 100%;
  height: 100%;
}

.common_payment_layer_header_wrapper .common_payment_layer_close:hover {
  background-color: #d9d9d9;
}

.payment_type {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.payment_type > div {
  display: flex;
  height: 30px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
  color: var(--dark-black-color);
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment_type > div.active {
  border: 1px solid #006aba;
  background-color: #006aba;
  color: var(--white-color);
}

.pament_price {
  width: 100%;
  display: flex;
  padding: 10px 0px;
  justify-content: center;
  align-items: flex-end;
}

.pament_price > p {
  color: var(--dark-black-color);
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}

.pament_price > p > span {
  color: var(--dark-black-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.common_payment_layer_input_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.common_payment_layer_input_wrapper > .common_input_outside_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.common_video_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: var(--modal-level-2);
  /* background-color: var(--white-color); */
  padding: 0px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  transition: transform 0.2s ease;
}

.common_video_layer_header {
  width: 100%;
  height: 50px;
  display: flex;
  padding: 10px 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #2c2c2c;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.common_video_layer_title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}

.common_video_layer .common_video_layer_close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  padding: 7px;
  transition: all 0.3s ease;
  margin-right: -7px;
}

.common_video_layer .common_video_layer_close img {
  width: 100%;
  height: 100%;
}

.common_video_layer .common_video_layer_close:hover {
  background-color: #777777;
}

.common_video_layer .common_video_iframe_wrapper {
  width: 924px;
  height: 520px;
  background-color: white;
}

.common_video_layer .common_video_iframe_wrapper iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.tag_common_style {
  color: var(--dark-black-color);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  border-radius: 33px;
  background: #f2f2f2;
  display: flex;
  height: 36px;
  min-height: 36px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
}

.common_pdf_print_layer {
  position: fixed;
  z-index: 501;
  top: 50%;
  left: 50%;
  width: fit-content;
  height: fit-content;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
}

.common_pdf_print_layer_header {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.common_pdf_print_layer_header .common_pdf_print_layer_header_title {
  font-size: 28px;
  font-family: 'Inter-Regular', sans-serif !important;
  word-break: keep-all !important;
}

.common_pdf_print_layer_header .common_pdf_print_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}

.common_pdf_print_layer_header .common_pdf_print_layer_close img {
  width: 100%;
  height: 100%;
}

.common_pdf_print_layer_header .common_pdf_print_layer_close:hover {
  background-color: #d9d9d9;
}

.common_pdf_print_layer_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.common_input_wrapper > .common_input_placeholder {
  color: #666;
}

@media all and (min-width: 1225px) {
}

@media all and (max-width: 1224px) {
  .common_layer {
    width: calc(100% - 30px);
    height: auto;
  }

  .common_layer_inquery > .common_input_wrapper,
  .common_layer_inquery > .common_input_outside_wrapper {
    width: 100%;
  }

  .common_support_layer {
    width: calc(100% - 30px);
    height: auto !important;
  }

  .remote_dif_content_inner > p,
  .messenger_dif_content_inner > p,
  .video_dif_content_inner > p {
    white-space: wrap;
  }

  .common_select_box {
    min-width: 110px;
  }

  .common_policy_layer {
    width: 100%;
  }

  .common_policy_content_wrapper {
    width: 100%;
  }

  .common_video_layer {
    width: 100%;
  }

  .common_video_layer .common_video_iframe_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }

  .common_video_layer .common_video_iframe_wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}

.close_only_alert_layer {
  border: 1px solid var(--bright-blue-color);
}