@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --progress: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #000000;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.kr-mainbtn {
  color: #fff;
  font-size: 14px;
  padding: 12px 16px;
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
  border-radius: 4px 4px 12px 4px;
  display: flex;
  width: 220px;
  align-items: center;
  gap: 10px;
  transition: 0.4s ease-in-out;
}
.kr-mainbtn.normal {
  border-radius: 6px;
  justify-content: center;
  width: auto;
}
.kr-mainbtn.normal:hover {
  box-shadow: #4d4d4c 0px 0px 20px 3px;
}
.kr-mainbtn--whitebg {
  background: unset;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  justify-content: center;
  width: auto;
  color: #ffffff;
}
.kr-mainbtn--whitebg:hover {
  background-color: #ffffff;
  color: #000000 !important;
  box-shadow: #4d4d4c 0px 0px 20px 4px !important;
}
.kr-mainbtn--viewmore {
  background: unset;
  background-color: transparent;
  border: 1px solid #FDF6FA;
  border-radius: 20px;
  justify-content: center;
  width: 60%;
  color: #ffffff;
}
.kr-mainbtn--viewmore:hover {
  background: #222;
  color: rgb(241, 91, 42) !important;
  border: 1px solid #717171;
  box-shadow: unset !important;
}
.kr-mainbtn__imgwrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.kr-mainbtn img {
  width: 6px;
  visibility: hidden;
}
.kr-mainbtn:hover {
  color: #fff;
  box-shadow: #4d4d4c 0px 0px 46px 10px;
}
.kr-mainbtn:hover .kr-mainbtn__imgwrap {
  scale: 1.8;
  width: 16px;
  height: 16px;
}
.kr-mainbtn:hover img {
  width: 6px;
  visibility: visible;
  transition-delay: 0.3s;
}

.kr-mainscliconbtn__wrap {
  width: 100%;
  border: 1px solid #2B2B2B;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131313;
  padding: 10px 20px;
  transition: all 0.2s ease;
  gap: 5px;
}
.kr-mainscliconbtn__wrap:hover {
  background-color: #222;
  border-color: #333;
}
.kr-mainscliconbtn__img {
  width: 18px;
  display: flex;
}
.kr-mainscliconbtn__img img {
  width: 100%;
}
.kr-mainscliconbtn__txt {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.kr-mainscliconbtn.gmail .kr-mainscliconbtn__wrap {
  background-color: #fff;
}
.kr-mainscliconbtn.gmail .kr-mainscliconbtn__txt {
  color: #131313;
}
.kr-mainscliconbtn.gmail:hover .kr-mainscliconbtn__wrap {
  background-color: #f1f1f1;
}
.kr-mainscliconbtn.gmail:hover .kr-mainscliconbtn__txt {
  color: #333;
}
.kr-mainscliconbtn.fb .kr-mainscliconbtn__wrap {
  background-color: #1877F2;
}
.kr-mainscliconbtn.fb .kr-mainscliconbtn__txt {
  color: #fff;
}
.kr-mainscliconbtn.fb:hover .kr-mainscliconbtn__wrap {
  background-color: #237df4;
}
.kr-mainscliconbtn.fb:hover .kr-mainscliconbtn__txt {
  color: #fff;
}

.kr-mainaibtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 32px 12px 20px;
  background-color: #000;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.kr-mainaibtn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8), rgba(237, 5, 137, 0.8));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.kr-mainaibtn:hover {
  border-color: #ff8c5a;
  box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
}
.kr-mainaibtn__sprklicon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kr-mainaibtn__sprklicon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kr-mainaibtn__text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.kr-mainaibtn__aibadge {
  position: absolute;
  right: -6px;
  top: 10%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ff1493, #ff6b35);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(255, 20, 147, 0.4);
}

.krMain-btn {
  background-color: #3F3F3F;
  border: 1px solid #717171;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  border-radius: 4px;
  transition: all 0.2s ease;
  gap: 10px;
}
.krMain-btn:hover {
  background: #222;
  color: rgb(241, 91, 42);
  border: 1px solid #3F3F3F;
}
.krMain-btn--inv {
  background-color: transparent;
  border: 1px solid #3F3F3F;
}
.krMain-btn--inv:hover {
  border: 1px solid #717171;
}
.krMain-btn--inv:hover svg path {
  stroke: rgb(241, 91, 42);
}
.krMain-btn--icn {
  border: 1px solid #fff;
}
.krMain-btn--icn:hover {
  color: #bbb;
}
.krMain-btn--lg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px 14px 20px;
  background-color: #000;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.krMain-btn__wrap {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kr-mainarrowbtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  color: #FDF6FA;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.kr-mainarrowbtn span {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.kr-mainarrowbtn:hover {
  color: #ffffff;
}
.kr-mainarrowbtn:hover span {
  transform: translateX(5px);
}
.kr-mainarrowbtn__btn svg {
  display: block;
}

.kr-maintagbtn {
  background-color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px;
  transition: 0.3s ease-in-out;
  border-radius: 6px;
}
.kr-maintagbtn:hover {
  color: #F15B2A;
  background-color: #262626;
}

@media (max-width: 767px) {
  .kr-maintagbtn {
    font-size: 14px;
  }
  .krMain-btn__wrap {
    flex-direction: column;
  }
  .krMain-btn__wrap .krMain-btn {
    width: 90% !important;
  }
  .kr-mainaibtn {
    gap: 10px;
    padding: 10px 32px 10px 20px;
  }
  .kr-mainaibtn__text {
    font-size: 14px;
  }
  .kr-mainscliconbtn.fb .kr-mainscliconbtn__img {
    width: 95%;
  }
}
.kr-maintitle {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.kr-maintitle__sub {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.kr-maintitle__grd {
  background: linear-gradient(to right, #F58828 -60%, #ED0589 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.kr-maintitle__edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.kr-maintitle__edit.title {
  margin-bottom: 16px;
}
.kr-maintitle__edit h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.kr-maintitle__tooltipcombo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kr-maintitle__tooltipcombo h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.kr-maintitle__tooltipwrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s;
  line-height: normal;
  height: 30px;
}
.kr-maintitle__tooltipwrap:hover .kr-maintitle__tooltiptitle {
  color: #fff;
}
.kr-maintitle__tooltipwrap:hover .kr-maintitle__tooltiptxt {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.kr-maintitle__tooltipwrap:hover svg path {
  stroke: #fff;
}
.kr-maintitle__tooltipiconwrap {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.kr-maintitle__tooltipiconwrap svg {
  width: 20px;
  height: 20px;
  transition: color 0.2s;
}
.kr-maintitle__tooltipiconwrap .kr-maintitle__tooltipiconwrap svg path {
  stroke: #fff;
}
.kr-maintitle__tooltiptitle {
  color: #A9A9A9;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
}
.kr-maintitle__tooltiptxt {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #2a2a2a;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maintitle {
    font-size: 36px;
    line-height: 42px;
  }
  .kr-maintitle__sub {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .kr-maintitle {
    font-size: 32px;
    line-height: 38px;
  }
  .kr-maintitle__sub {
    font-size: 14px;
  }
}
.kr-maininput {
  background-color: transparent;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.kr-maininput__label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
.kr-maininput__label span {
  color: rgb(227, 31, 38);
}
.kr-maininput__text {
  border: 1px solid #2B2B2B;
  background-color: #131313;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 6px;
  height: 50px;
  transition: all 0.6s ease;
}
.kr-maininput__text::placeholder {
  font-size: 14px;
  color: #8C8C8C;
}
.kr-maininput__text:hover {
  border: 1px solid #fff;
}
.kr-maininput__text--error {
  border: 1px solid rgb(227, 31, 38);
}
.kr-maininput__icn {
  position: relative;
}
.kr-maininput__icn .kr-maininput__text {
  padding-left: 50px;
}
.kr-maininput__icn svg {
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.kr-maininput__count {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgb(140, 140, 140);
  padding-top: 10px;
}
.kr-maininput__count div + div {
  color: rgb(169, 169, 169);
}
.kr-maininput__count span {
  color: rgb(140, 140, 140);
}
.kr-maininput__count small {
  color: #fff;
}
.kr-maininput__req {
  font-size: 12px !important;
  padding-top: 2px;
  font-weight: normal !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  background: linear-gradient(to bottom, #F69320, #EC008C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: unset !important;
}

.kr-mainpwdinput__outer {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.kr-mainpwdinput__label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  display: block;
}
.kr-mainpwdinput__wrap {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #131313;
  border: 1px solid #2B2B2B;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.6s ease;
  width: 100%;
  height: 50px;
}
.kr-mainpwdinput__wrap:hover {
  border: 1px solid #fff;
}
.kr-mainpwdinput__wrap .icon-left {
  margin-right: 12px;
  flex-shrink: 0;
}
.kr-mainpwdinput__wrap input {
  background-color: #131313 !important;
}
.kr-mainpwdinput__wrap input:-webkit-autofill,
.kr-mainpwdinput__wrap input:-webkit-autofill:hover,
.kr-mainpwdinput__wrap input:-webkit-autofill:focus,
.kr-mainpwdinput__wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* transparent bg */
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #8C8C8C !important;
  border: 1px solid transparent !important;
  transition: background-color 9999s ease-in-out 0s; /* Prevent yellow flash */
  /* Replace 'white' with your desired background color */
}
.kr-mainpwdinput__wrap input:-webkit-autofill {
  -webkit-text-fill-color: #8C8C8C !important;
}
.kr-mainpwdinput__wrap--error {
  border: 1px solid rgb(227, 31, 38);
}
.kr-mainpwdinput__wrap--error:hover {
  border: 1px solid rgb(227, 31, 38);
}
.kr-mainpwdinput__eyetoggle {
  margin-left: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.kr-mainpwdinput__eyetoggle:hover {
  opacity: 0.7;
}
.kr-mainpwdinput__eyetoggle .eye-icon {
  display: block;
}
.kr-mainpwdinput__eyetoggle .eye-icon.hidden {
  display: none;
}
.kr-mainpwdinput__eyetoggle .eye-open.hidden {
  display: none;
}
.kr-mainpwdinput__eyetoggle .eye-closed.hidden {
  display: none;
}
.kr-mainpwdinput__field {
  flex: 1;
  background: transparent;
  border: none;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  outline: none;
}
.kr-mainpwdinput__field::placeholder {
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-color: transparent !important;
}

.kr-mainsrchinput {
  position: relative;
  width: 100%;
}
.kr-mainsrchinput__wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #131313;
  border: 1px solid #2B2B2B;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.2s ease;
  height: 50px;
}
.kr-mainsrchinput__wrap .search-icon {
  margin-right: 6px;
  flex-shrink: 0;
  opacity: 0.7;
}
.kr-mainsrchinput__field {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  width: 100%;
}
.kr-mainsrchinput__field::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #A9A9A9;
}

.kr-mainbannersrch {
  position: relative;
  width: 100%;
}
.kr-mainbannersrch__input {
  width: 100%;
  padding: 16px 60px 16px 20px;
  background-color: #1a1a1a;
  border: 1px solid #F15B2A;
  border-radius: 30px;
  color: #8c8c8c;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
.kr-mainbannersrch__input::placeholder {
  color: #8c8c8c;
}
.kr-mainbannersrch__input:focus {
  border-color: #ff8c5a;
  background-color: #222;
}
.kr-mainbannersrch__button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #F15B2A;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.kr-mainbannersrch__button:hover {
  background-color: #ff8c5a;
  transform: translateY(-50%) scale(1.05);
}
.kr-mainbannersrch__button:active {
  transform: translateY(-50%) scale(0.95);
}
.kr-mainbannersrch__icon {
  width: 20px;
  height: 20px;
}
.kr-mainbannersrch.seeingpfl {
  position: relative;
}
.kr-mainbannersrch.seeingpfl svg {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0px, -50%);
}
.kr-mainbannersrch.seeingpfl .kr-mainbannersrch__input {
  border-radius: 8px;
  padding-left: 45px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.kr-mainbannersrch.seeingpfl .kr-mainbannersrch__input::placeholder {
  color: #fff;
}

.kr-mainselectinput {
  width: 100%;
  margin-bottom: 20px;
}
.kr-mainselectinput label {
  display: block;
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
}
.kr-mainselectinput select {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #8C8C8C;
  background-color: #131313;
  border: 1px solid #2B2B2B;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/assets/images/kr-dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
  height: 50px;
}

@media (max-width: 767px) {
  .kr-maininput__text {
    font-size: 14px;
  }
  .kr-mainpwdinput__field {
    font-size: 14px;
  }
}
.kr-aiSearch {
  position: relative;
  width: 100%;
}
.kr-aiSearch__input {
  width: 100%;
  padding: 16px 160px 16px 20px;
  background-color: #1a1a1a;
  border: 1px solid #F15B2A;
  border-radius: 30px;
  color: #8c8c8c;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
.kr-aiSearch__input:focus {
  border: 1px solid #fff;
  color: #fff;
}
.kr-aiSearch__btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  background: rgb(45, 45, 45);
  border: none;
  border-radius: 200px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0px 20px;
}
.kr-aiSearch__btn:hover {
  background-color: rgb(74, 72, 72);
}

@media (max-width: 767px) {
  .kr-aiSearch {
    flex: 1;
  }
  .kr-aiSearch__btn {
    height: 40px;
    width: 40px;
    padding: 0px;
  }
  .kr-aiSearch__btn span {
    display: none;
  }
  .kr-aiSearch__input {
    width: 100%;
    padding: 16px 100px 16px 20px;
  }
}
.krMain-sbox {
  background-color: transparent;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  /* Dropdown dark styling */
  /* Remove Bootstrap Select's tick mark */
  /* Add checkbox before each item */
  /* Checked state (activated via JS) */
  /* Selected text color fix */
  /* Limit height to show only 3 items */
  /* Scrollbar styling */
}
.krMain-sbox__label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
.krMain-sbox__text {
  border: 1px solid #2B2B2B;
  background-color: #131313;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 6px;
  height: 50px;
}
.krMain-sbox__text::placeholder {
  font-size: 14px;
  color: #8C8C8C;
}
.krMain-sbox .btn-light {
  border: 1px solid #2B2B2B;
  background-color: #131313;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 6px;
  height: 50px;
}
.krMain-sbox .btn-light:focus {
  outline: none !important;
  offset: unset !important;
  outline-offset: 0cap;
  box-shadow: none;
}
.krMain-sbox .bootstrap-select .dropdown-menu {
  background-color: #1c1c1c !important;
  border-top: 1px solid #333;
}
.krMain-sbox .bootstrap-select .dropdown-menu .form-control {
  background-color: #1c1c1c !important;
  color: #fff !important;
  border: 1px solid #333;
}
.krMain-sbox .bootstrap-select .dropdown-item {
  color: #ccc;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.krMain-sbox .bootstrap-select .dropdown-item:hover {
  background-color: #2b2b2b;
  color: #fff;
}
.krMain-sbox .bootstrap-select .check-mark {
  display: none !important;
}
.krMain-sbox .bootstrap-select .dropdown-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #777;
  border-radius: 3px;
  margin-right: 8px;
  background-color: transparent;
  transition: all 0.2s ease;
}
.krMain-sbox .bootstrap-select .dropdown-item.checked::before {
  background-color: #0099ff;
  border-color: #0099ff;
  box-shadow: inset 0 0 0 3px #1c1c1c;
}
.krMain-sbox .bootstrap-select .filter-option-inner-inner {
  color: #fff !important;
}
.krMain-sbox .bootstrap-select .dropdown-menu.inner {
  max-height: 150px !important; /* ~3 items visible */
  overflow-y: auto !important;
}
.krMain-sbox .bootstrap-select .dropdown-menu.inner::-webkit-scrollbar {
  width: 6px;
}
.krMain-sbox .bootstrap-select .dropdown-menu.inner::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.krMain-sbox .form-control {
  box-shadow: none;
}

.krMain-sort {
  position: relative;
  display: inline;
  /* Dropdown menu */
}
.krMain-sort__label {
  color: #A9A9A9;
  font-weight: 500;
}
.krMain-sort__sel {
  color: #fff;
  font-weight: 600;
}
.krMain-sort__sel span {
  margin-right: 8px;
}
.krMain-sort__arrow img {
  transform: rotate(90deg) translate(1px, 0px);
}
.krMain-sort .dropdown-menu {
  position: absolute;
  top: 28px;
  right: 0;
  background: #111;
  border: 1px solid #444;
  width: 150px;
  border-radius: 5px;
  display: none;
  z-index: 100;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.krMain-sort .dropdown-menu.show {
  display: block;
}
.krMain-sort .dropdown-menu div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #8C8C8C;
}
.krMain-sort .dropdown-menu div:hover {
  background: #222;
  color: #fff;
}

.krMian-editIcon {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(45, 45, 45);
  background-color: rgba(45, 45, 45, 0.4);
  box-shadow: 0px var(--Dropshadowxs) var(--Dropshadowlg) 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.krMian-editIcon__main {
  display: flex;
  align-items: center;
}
.krMian-editIcon__main span {
  color: #A9A9A9;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.krMian-editIcon.guide {
  border: none;
  background-color: transparent;
  width: 28px;
  height: 28px;
}

.krMain-tags {
  display: inline-flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgb(43, 43, 43);
  background: #1A1A1A;
  color: #fff;
  font-size: 14px;
}
.krMain-tags__wrap {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .krMain-tags {
    border-radius: 200px;
  }
}
.krMain-playerBtn {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}

.kr-maintalentindustry {
  background-color: #141414;
  padding: 40px 30px 30px 30px;
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 45%;
}
.kr-maintalentindustry__title {
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  font-weight: 700;
  min-height: 39px;
}
.kr-maintalentindustry__title span {
  color: #F15B2A;
}
.kr-maintalentindustry__txt {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  padding: 25px 0px 20px 0px;
  width: 90%;
  min-height: 108px;
}
.kr-maintalentindustry__imgcontainer {
  background-color: #101013;
  border-radius: 17px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
.kr-maintalentindustry__img {
  width: 80%;
}
.kr-maintalentindustry__img img {
  width: 100%;
  display: flex;
}
.kr-maintalentindustry__img.imgb {
  width: 65%;
}

@media (max-width: 767px) {
  .kr-maintalentindustry {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .kr-maintalentindustry__title {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-maintalentindustry__txt {
    font-size: 14px;
    width: 95%;
  }
}
.kr-indusTile {
  flex: 1;
  height: 324px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 12px;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.kr-indusTile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.kr-indusTile__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
}
.kr-indusTile__title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.kr-indusTile__txt {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 400;
  opacity: 0.95;
}

.kr-mainvid {
  height: 80vh;
  position: relative;
  overflow: hidden;
  background-color: black;
}
.kr-mainvid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.kr-mainvid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.kr-maintalentengagecard {
  width: 100%;
  background-color: #1A1A1A;
  padding: 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.kr-maintalentengagecard__txthead {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.kr-maintalentengagecard__txt {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.kr-maintalentengagecard__icn {
  width: 15%;
}
.kr-maintalentengagecard__icn img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maintalentengagecard {
    gap: 15px;
  }
  .kr-maintalentengagecard__txthead {
    text-align: center;
    min-height: 44px;
    font-size: 16px;
  }
  .kr-maintalentengagecard__txt {
    font-size: 14px;
  }
  .kr-maintalentengagecard__icn {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .kr-maintalentengagecard {
    gap: 15px;
  }
  .kr-maintalentengagecard__txthead {
    text-align: center;
    font-size: 16px;
  }
  .kr-maintalentengagecard__txt {
    font-size: 14px;
  }
}
.kr-mainSlider {
  background-color: #191919;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
.kr-mainSlider__header {
  text-align: center;
  margin-bottom: 50px;
}
.kr-mainSlider__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.kr-mainSlider__carousel {
  margin: 0 auto;
  position: relative;
}
.kr-mainSlider__carousel::before, .kr-mainSlider__carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  z-index: 2;
  pointer-events: none;
}
.kr-mainSlider__carousel::before {
  left: 0;
  background: linear-gradient(to right, #191919 0%, transparent 100%);
}
.kr-mainSlider__carousel::after {
  right: 0;
  background: linear-gradient(to left, #191919 0%, transparent 100%);
}
.kr-mainSlider__slide {
  outline: none;
}
.kr-mainSlider__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.kr-mainSlider__logo-wrapper:hover {
  opacity: 1;
  transform: scale(1.05);
}
.kr-mainSlider__logo {
  max-width: 100px;
  max-height: 30px;
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}
.kr-mainSlider .slick-prev,
.kr-mainSlider .slick-next {
  display: none !important;
}
.kr-mainSlider .slick-dots {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainSlider__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kr-mainSlider {
    padding: 20px 0;
  }
  .kr-mainSlider__header {
    margin-bottom: 30px;
  }
  .kr-mainSlider__logo-wrapper {
    height: 30px;
  }
  .kr-mainSlider__logo-wrapper img {
    max-height: 20px;
  }
  .kr-mainSlider__carousel::before, .kr-mainSlider__carousel::after {
    width: 0;
    height: 0;
  }
  .kr-mainSlider__title {
    font-size: 16px;
  }
}
.kr-agk__tile {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.kr-agk__tile:hover {
  transform: translateY(-6px);
}
.kr-agk__tile-img {
  margin-bottom: 15px;
}
.kr-agk__tile-img img {
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
  display: block;
}
.kr-agk__tile-head {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4em;
  color: #fff;
}
.kr-agk__tile p {
  font-size: 12px;
  color: rgb(169, 169, 169);
  margin-top: 12px;
}

.kr-mainSlider {
  background-color: #191919;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
.kr-mainSlider__header {
  text-align: center;
  margin-bottom: 50px;
}
.kr-mainSlider__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}
.kr-mainSlider__carousel {
  margin: 0 auto;
  position: relative;
}
.kr-mainSlider__carousel::before, .kr-mainSlider__carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  z-index: 2;
  pointer-events: none;
}
.kr-mainSlider__carousel::before {
  left: 0;
  background: linear-gradient(to right, #191919 0%, transparent 100%);
}
.kr-mainSlider__carousel::after {
  right: 0;
  background: linear-gradient(to left, #191919 0%, transparent 100%);
}
.kr-mainSlider__slide {
  outline: none;
}
.kr-mainSlider__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.kr-mainSlider__logo-wrapper:hover {
  opacity: 1;
  transform: scale(1.05);
}
.kr-mainSlider__logo {
  max-width: 100px;
  max-height: 30px;
  width: auto;
  height: auto;
  filter: brightness(0) invert(1);
}
.kr-mainSlider .slick-prev,
.kr-mainSlider .slick-next {
  display: none !important;
}
.kr-mainSlider .slick-dots {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainSlider__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kr-mainSlider {
    padding: 20px 0;
  }
  .kr-mainSlider__header {
    margin-bottom: 30px;
  }
  .kr-mainSlider__logo-wrapper {
    height: 30px;
  }
  .kr-mainSlider__logo-wrapper img {
    max-height: 20px;
  }
  .kr-mainSlider__carousel::before, .kr-mainSlider__carousel::after {
    width: 0;
    height: 0;
  }
  .kr-mainSlider__title {
    font-size: 16px;
  }
}
.kr-maintalentengagecard {
  width: 100%;
  background-color: #1A1A1A;
  padding: 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.kr-maintalentengagecard__txthead {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.kr-maintalentengagecard__txt {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.kr-maintalentengagecard__icn {
  width: 15%;
}
.kr-maintalentengagecard__icn img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maintalentengagecard {
    gap: 15px;
  }
  .kr-maintalentengagecard__txthead {
    text-align: center;
    min-height: 44px;
    font-size: 16px;
  }
  .kr-maintalentengagecard__txt {
    font-size: 14px;
  }
  .kr-maintalentengagecard__icn {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .kr-maintalentengagecard {
    gap: 15px;
  }
  .kr-maintalentengagecard__txthead {
    text-align: center;
    font-size: 16px;
  }
  .kr-maintalentengagecard__txt {
    font-size: 14px;
  }
}
.kr-mainfaq {
  background-color: #0e0e0e;
  position: relative;
  overflow: hidden;
}
.kr-mainfaq::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -480px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: contain;
  z-index: 0;
}
.kr-mainfaq::after {
  content: "";
  position: absolute;
  top: -300px;
  right: -480px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat top right;
  background-size: contain;
  z-index: 0;
}
.kr-mainfaq .kr-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.kr-mainfaq__outer {
  padding: 90px 0px;
  position: relative;
  z-index: 1;
}
.kr-mainfaq__smtxt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 25px 0px;
}
.kr-mainfaq__accwrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  max-height: 370px;
  transition: max-height 0.3s ease;
}
.kr-mainfaq__accwrap:has(.accordion-collapse.show) {
  max-height: 420px;
}
.kr-mainfaq__accwrap::-webkit-scrollbar {
  display: none;
}
.kr-mainfaq__accwrap .accordion-button {
  font-weight: 500;
}
.kr-mainfaq__accwrap .kr-accordion .accordion-button {
  background-color: rgba(26, 26, 26, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  box-shadow: unset;
  border: 1px solid #787878;
  border-radius: 10px !important;
  transition: 0.1s all ease-in-out;
  backdrop-filter: blur(10px);
}
.kr-mainfaq__accwrap .kr-accordion .accordion-button.collapsed {
  transition: border-radius 0.1s ease-in-out 0.25s;
  border-radius: 10px !important;
}
.kr-mainfaq__accwrap .kr-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(26, 26, 26, 0.6);
  color: #fff;
  border: none;
  border-radius: 10px 10px 0 0 !important;
  transition: border-radius 0.1s ease-in-out;
}
.kr-mainfaq__accwrap .kr-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  background-position: center;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 300;
  transform: none;
}
.kr-mainfaq__accwrap .kr-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
}
.kr-mainfaq__accwrap .kr-accordion .accordion-body {
  background-color: rgba(26, 26, 26, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
  padding: 16px;
  backdrop-filter: blur(10px);
}
.kr-mainfaq__accwrap .kr-accordion .accordion-item {
  background-color: unset;
  border: none;
}
.kr-mainfaq__accwrap .kr-accordion .accordion-collapse {
  border: none;
}

@media (max-width: 767px) {
  .kr-mainfaq .kr-title {
    font-size: 28px;
  }
  .kr-mainfaq__outer {
    padding: 40px 0px;
  }
  .kr-accordion .accordion-button {
    font-size: 14px;
  }
  .kr-accordion .accordion-body {
    font-size: 14px;
  }
}
.kr-maincommunitycard {
  display: flex !important;
  gap: 70px;
  align-items: center;
  position: relative;
  margin: 10px 0px 40px 0px;
}
.kr-maincommunitycard__txt {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 32px;
}
.kr-maincommunitycard__nme {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 4px;
}
.kr-maincommunitycard__smtxt {
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.kr-maincommunitycard__imgwrap {
  width: 35%;
}
.kr-maincommunitycard__imgwrap img {
  width: 100%;
}
.kr-maincommunitycard__content {
  width: 65%;
}
.kr-maincommunitycard__quoteimg {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 70px;
  height: 70px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maincommunitycard__txt {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kr-maincommunitycard {
    flex-direction: column;
    gap: 40px;
  }
  .kr-maincommunitycard__imgwrap {
    width: 100%;
  }
  .kr-maincommunitycard__content {
    width: 100%;
  }
  .kr-maincommunitycard__txt {
    font-size: 24px;
  }
}
.kr-mainicntext {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
}
.kr-mainicntext:hover {
  color: #F15B2A;
}
.kr-mainicntext:hover svg path {
  stroke: #F15B2A;
}
.kr-mainicntext__icn {
  display: flex;
  align-items: center;
}

.krMD-welcmStep {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex: 1 0 0;
  padding-bottom: 24px;
}
.krMD-welcmStep__main {
  border-top: 1px solid #2B2B2B;
  padding-top: 24px;
  margin-top: 24px;
}
.krMD-welcmStep:last-child::after {
  display: none;
}
.krMD-welcmStep::after {
  background: #787878;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  left: 10px;
  top: 0px;
  z-index: 1;
}
.krMD-welcmStep__left {
  display: flex;
  gap: 14px;
}
.krMD-welcmStep.active .krMD-welcmStep__circle {
  border: 1.5px solid #FDF6FA;
  background: #FDF6FA;
}
.krMD-welcmStep.active .krMD-welcmStep__circle::before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
}
.krMD-welcmStep__circle {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #787878;
  background: #0f0f0f;
  position: relative;
  z-index: 2;
}
.krMD-welcmStep__title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: rgb(225, 223, 223);
  margin-bottom: 5px;
  line-height: 18px;
}
.krMD-welcmStep__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
}

.krMD-quichIns {
  display: flex;
  height: 130px;
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(19, 19, 19, 0.8);
}
.krMD-quichIns span {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: rgb(169, 169, 169);
}
.krMD-quichIns h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.krMain-tltTile {
  background-color: #252525;
  border-radius: 20px;
  padding: 15px 15px 20px;
  overflow: hidden;
}
.krMain-tltTile__slider {
  height: 280px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.krMain-tltTile__slider img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.krMain-tltTile .krMain-tltTile__slider.slick-initialized {
  opacity: 1;
}
.krMain-tltTile__body {
  padding-top: 15px;
}
.krMain-tltTile__body h3 {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
}
.krMain-tltTile__body p {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  gap: 6px;
}
.krMain-tltTile .slick-list {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.krMain-tltTile .slick-track {
  height: 100%;
}
.krMain-tltTile .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.krMain-tltTile .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.krMain-tltTile .slick-prev,
.krMain-tltTile .slick-next {
  background-color: rgba(217, 217, 217, 0.43);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: url(../images/arrow.svg);
  background-position: center left 10px;
  background-size: 25%;
  background-repeat: no-repeat;
  z-index: 2;
}
.krMain-tltTile .slick-prev::before,
.krMain-tltTile .slick-next::before {
  content: none;
}
.krMain-tltTile .slick-prev {
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.krMain-tltTile .slick-next {
  right: 10px;
}
.krMain-tltTile .slick-dots {
  bottom: 15px;
}
.krMain-tltTile .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0px 7px;
}
.krMain-tltTile .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.39);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.krMain-tltTile .slick-dots li button::before {
  display: none;
}
.krMain-tltTile .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  background-color: #f58828 !important;
}
.krMain-tltTile .slick-active li {
  width: 10px;
  height: 10px;
}
.krMain-tltTile .slick-active li button {
  background-color: #f58828 !important;
  width: 10px;
  height: 107x;
  border-radius: 50%;
}
.krMain-tltTile .slick-active li button::before {
  display: none;
}
.krMain-tltTile video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.krMain-profi {
  padding-right: 3px;
}
.krMain-profi__in {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.krMain-profi__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgb(43, 43, 43);
  object-fit: cover;
}
.krMain-profi__arrow svg {
  transform: rotate(90deg);
}
.krMain-profi__dropdown {
  background-color: rgb(19, 19, 19);
  border-radius: 6px;
}
.krMain-profi__dropdown li {
  padding: 7px 15px;
}
.krMain-profi__dropdown li:last-child {
  border-top: 1px solid rgb(43, 43, 43);
  margin-top: 6px;
  padding: 20px 15px 15px;
}
.krMain-profi__dropdown .dropdown-item {
  padding: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  gap: 8px;
  transition: ease 0.6s;
}
.krMain-profi__dropdown .dropdown-item svg {
  transition: ease 0.6s;
}
.krMain-profi__dropdown .dropdown-item svg path {
  transition: ease 0.6s;
}
.krMain-profi__dropdown .dropdown-item:hover {
  background-color: transparent;
  color: rgb(227, 31, 38);
}
.krMain-profi__dropdown .dropdown-item:hover svg path {
  stroke: red;
}

.krMain-plInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.krMain-plInfo .kr-maintitle__edit h2 {
  font-size: 18px;
}
.krMain-plInfo__R {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.krMain-plInfo__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgb(140, 140, 140);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.krMain-plInfo__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.krMain-plInfo__main .krMain-tags__wrap {
  margin-top: 4px;
}

.krMain-TPaboutTile {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #2B2B2B;
}
.krMain-TPaboutTile p {
  color: rgb(140, 140, 140);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.krMain-TPaboutTile p a {
  color: #fff;
}
.krMain-TPaboutTile__seemoreTxt {
  display: none;
}
.krMain-TPaboutTile__more {
  color: #fff;
  cursor: pointer;
}
.krMain-TPaboutTile__more:hover {
  text-decoration: underline;
}

.krMain-whTile {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  margin: 0px 12px;
}
.krMain-whTile__img {
  position: relative;
  margin-bottom: 24px;
}
.krMain-whTile__img img {
  border-radius: 8px;
  width: 100%;
}
.krMain-whTile__editDelete {
  position: absolute;
  right: 7px;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: ease 0.6s;
}
.krMain-whTile__editDelete svg {
  transition: ease 0.6s;
}
.krMain-whTile__editDelete svg path {
  transition: ease 0.6s;
}
.krMain-whTile__editDelete button {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #FDF6FA;
  box-shadow: rgba(0, 0, 0, 0.08);
  transition: ease 0.6s;
}
.krMain-whTile:hover .krMain-whTile__editDelete {
  opacity: 1;
  transition: ease 0.6s;
}
.krMain-whTile__head {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 6px;
}
.krMain-whTile__head-sub {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
  margin-bottom: 6px;
}
.krMain-whTile__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
}

.krMain-edcn__tile {
  display: grid;
  grid-template-columns: 80px 1fr 1.5fr;
  gap: 20px;
  position: relative;
  padding: 0px;
}
.krMain-edcn__year {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}
.krMain-edcn__degree {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  color: #fff;
  margin-bottom: 6px;
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.krMain-edcn__university {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: rgb(169, 169, 169);
}
.krMain-edcn__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: rgb(169, 169, 169);
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
}
.krMain-edcn__actions {
  position: absolute;
  right: 0;
  top: 0px;
  display: flex;
  gap: 10px;
}
.krMain-edcn__actions button {
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 4px;
}
.krMain-edcn__actions button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.3px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  transition: background-color 0.5s linear;
}
.krMain-edcn__actions button svg {
  width: 100%;
  position: relative;
  z-index: 3;
}
.krMain-edcn__actions button:hover::before {
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
}

@media (max-width: 767px) {
  .krMain-edcn__tile {
    grid-template-columns: 50px 1.2fr 1.5fr;
    gap: 10px;
  }
  .krMain-edcn__year {
    width: 40px;
  }
  .krMain-edcn__description {
    height: 40px;
    overflow: hidden;
  }
}
.krMain-spot-tile {
  width: 100%;
  border: 1px solid #3D3D3D;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-color: #1A1A1A;
}
.krMain-spot-tile__default {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.krMain-spot-tile__default-img {
  height: auto;
  transition: 0.3s;
}
.krMain-spot-tile__default-img svg,
.krMain-spot-tile__default-img img {
  width: auto;
  height: auto;
}
.krMain-spot-tile__default-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 10px;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.krMain-spot-tile__default-txt h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1;
}
.krMain-spot-tile__default-txt p {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.krMain-spot-tile:hover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.krMain-spot-tile:hover .krMain-spot-tile__default-img {
  scale: 1.2;
  transition: 0.3s;
}
.krMain-spot-tile:hover .krMain-spot-tile__default-txt {
  opacity: 1;
  transition: 0.3s;
}

.krMain-pflnodata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.krMain-pflnodata svg {
  margin-bottom: 24px;
  width: 90p;
}
.krMain-pflnodata h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  color: #fff;
}
.krMain-pflnodata p {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.kr-mainphotoupload {
  display: flex;
  gap: 20px;
  width: 100%;
}
.kr-mainphotoupload__imgbox {
  position: relative;
  width: 298px;
  height: 264px;
  overflow: hidden;
  background-color: #000;
}
.kr-mainphotoupload__imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kr-mainphotoupload__imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kr-mainphotoupload__percentg {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.kr-mainphotoupload .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #35B558;
  transition: width 0.3s ease;
}
.kr-mainphotoupload__uploadbox {
  width: 298px;
  height: 264px;
  border: 2px dashed #2b2b2b;
  border-radius: 6px;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.kr-mainphotoupload__uploadbox:hover {
  border-color: #404040;
  background-color: #262626;
}
.kr-mainphotoupload__uploadbox.only-mobile {
  display: none;
}
.kr-mainphotoupload__uploadicon {
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 300;
}
.kr-mainphotoupload__txtwrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.kr-mainphotoupload__uploadtxt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.kr-mainphotoupload__uploadsubtxt {
  color: #a9a9a9;
  font-size: 13px;
  text-align: center;
}
.kr-mainphotoupload input[type=file] {
  display: none;
}
.kr-mainphotoupload__outer {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #2B2B2B;
}
.kr-mainphotoupload__outer.audio {
  border: none;
  padding: 0px;
}
.kr-mainphotoupload__outer.audio .kr-mainphotoupload__imgbox {
  border: 2px dashed #2b2b2b;
  background-color: #1A1A1A;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
}
.kr-mainphotoupload__outer.audio .kr-mainphotoupload__uploadbox {
  height: 125px;
}
.kr-mainphotoupload__outer.audio .audio-player {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.kr-mainphotoupload__outer.audio .play-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kr-mainphotoupload__document {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.kr-mainphotoupload__document:hover {
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainphotoupload__imgbox {
    width: 25%;
  }
  .kr-mainphotoupload__uploadbox {
    width: 25%;
  }
  .kr-mainphotoupload__uploadsubtxt {
    padding: 0px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainphotoupload__imgbox {
    width: 200px;
    height: 180px;
  }
  .kr-mainphotoupload__uploadbox {
    width: 200px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .kr-mainphotoupload {
    flex-direction: column;
    align-items: center;
  }
  .kr-mainphotoupload__imgbox {
    width: 100%;
    border-radius: 6px;
  }
  .kr-mainphotoupload__uploadbox {
    width: 100%;
    border-radius: 6px;
    order: -1;
  }
  .kr-mainphotoupload__uploadbox.desk-visible {
    display: none;
  }
  .kr-mainphotoupload__uploadbox.only-mobile {
    display: flex;
    flex-wrap: wrap;
  }
}
.kr-mainvidurlpanel {
  margin-bottom: 28px;
}
.kr-mainvidurlpanel .kr-maintitle {
  margin-bottom: 20px;
}
.kr-mainvidurlpanel__urlcontainer {
  width: 100%;
  background: #131313;
  border: 1px solid #2b2b2b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
}
.kr-mainvidurlpanel__urlcontainer svg {
  flex-shrink: 0;
}
.kr-mainvidurlpanel__urlinput {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  font-family: inherit;
}
.kr-mainvidurlpanel__urlinput::placeholder {
  color: #8C8C8C;
}
.kr-mainvidurlpanel__fetchbtn {
  background: transparent;
  border: none;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.kr-mainvidurlpanel__fetchbtn:hover {
  background: #2a2a2a;
  color: #fff;
}
.kr-mainvidurlpanel__fetchbtn:active {
  transform: scale(0.98);
}

.kr-mainsignupauth {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.kr-mainsignupauth__comboinput {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
}
.kr-mainsignupauth__comboinput .kr-maininput {
  width: 48%;
}
.kr-mainsignupauth__chkboxwrap label {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.kr-mainsignupauth .kr-mainAuth__formoptions {
  padding-bottom: 20px;
}
.kr-mainsignupauth .kr-mainbtn {
  margin-top: 20px;
}
.kr-mainsignupauth .kr-mainAuth__form .kr-mainpwdinput + .kr-mainpwdinput .kr-mainpwdinput__outer {
  padding-bottom: 20px;
}
.kr-mainsignupauth .kr-mainAuth__signuplink {
  padding-top: 50px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainsignupauth .kr-mainAuth__formoptions .kr-mainAuth__chkboxwrap {
    align-items: unset;
  }
  .kr-mainsignupauth .kr-mainAuth__formoptions input[type=checkbox] {
    width: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainsignupauth .kr-mainAuth__formoptions .kr-mainAuth__chkboxwrap {
    align-items: unset;
  }
  .kr-mainsignupauth .kr-mainAuth__formoptions input[type=checkbox] {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .kr-mainsignupauth__comboinput {
    flex-direction: column;
    gap: 0;
  }
  .kr-mainsignupauth__comboinput .kr-maininput {
    width: 100%;
  }
  .kr-mainsignupauth .kr-mainAuth__formoptions .kr-mainAuth__chkboxwrap {
    align-items: unset;
  }
  .kr-mainsignupauth .kr-mainAuth__formoptions input[type=checkbox] {
    width: 20px;
  }
  .kr-mainsignupauth .kr-mainAuth__signuplink {
    padding-top: 45px;
  }
  .kr-mainsignupauth .kr-mainsignupauth__chkboxwrap {
    gap: 6px;
  }
}
.kr-mainAuth {
  display: flex;
  width: 100%;
  min-height: 100vh;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.kr-mainAuth__ftrlinkswrap {
  display: none;
}
.kr-mainAuth__ftrlinksdivider {
  color: #8c8c8c;
}
.kr-mainAuth__ftrlink {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  text-decoration: none;
  position: relative;
}
.kr-mainAuth__ftrlink:hover {
  color: #8c8c8c;
}
.kr-mainAuth__ftrlink::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #8c8c8c;
  transition: width 0.3s ease-in-out;
}
.kr-mainAuth__ftrlink:hover::after {
  width: 100%;
}
.kr-mainAuth .kr-maininput__label {
  font-size: 14px;
  line-height: 20px;
}
.kr-mainAuth .kr-mainpwdinput__label {
  font-size: 14px;
  line-height: 20px;
}
.kr-mainAuth .kr-maininput__text {
  height: 45px;
}
.kr-mainAuth .kr-maininput__text::placeholder {
  font-weight: 500;
}
.kr-mainAuth .kr-mainpwdinput__field::placeholder {
  font-weight: 500;
}
.kr-mainAuth .kr-mainpwdinput__wrap {
  height: 45px;
}
.kr-mainAuth__formwrap {
  padding: 40px 0px 45px 0px;
  position: relative;
  z-index: 1;
}
.kr-mainAuth__loginform {
  padding: 65px 30px 0px 30px;
}
.kr-mainAuth__loginform .kr-maintitle {
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 8px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: rgb(255, 255, 255);
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.kr-mainAuth__loginform .kr-mainsubtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  padding-top: 8px;
  color: rgb(169, 169, 169);
}
.kr-mainAuth__loginform .kr-maininput input:-webkit-autofill,
.kr-mainAuth__loginform .kr-maininput input:-webkit-autofill:hover,
.kr-mainAuth__loginform .kr-maininput input:-webkit-autofill:focus,
.kr-mainAuth__loginform .kr-maininput input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* transparent bg */
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #8c8c8c !important;
  border: 1px solid #2b2b2b !important;
  transition: background-color 9999s ease-in-out 0s; /* Prevent yellow flash */
}
.kr-mainAuth__loginform .kr-mainAuth__signuplink {
  font-weight: 600;
}
.kr-mainAuth__loginform .kr-mainAuth__signuplink a {
  text-transform: uppercase;
}
.kr-mainAuth__logo {
  width: 15%;
}
.kr-mainAuth__logo img {
  width: 100%;
}
.kr-mainAuth__form {
  padding-top: 30px;
}
.kr-mainAuth__form .kr-mainpwdinput__outer {
  padding-bottom: 20px;
}
.kr-mainAuth__loginsec {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.kr-mainAuth__loginsec::before {
  content: "";
  position: absolute;
  top: -250px;
  right: -250px;
  width: 577px;
  height: 537px;
  background: url(../images/corner-gradient.png) no-repeat top right;
  background-size: contain;
  z-index: 0;
}
.kr-mainAuth__loginsec::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -250px;
  width: 500px;
  /* adjust to your image size */
  height: 500px;
  background: url("../images/corner-gradient.png") no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-mainAuth__loginsec .kr-maininput__label {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.kr-mainAuth__loginsec .kr-mainpwdinput__label {
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.kr-mainAuth__formoptions {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.kr-mainAuth__chkboxwrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.kr-mainAuth__chkboxwrap label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(253, 246, 250);
}
.kr-mainAuth__chkboxwrap input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #FDF6FA;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.kr-mainAuth__chkboxwrap input[type=checkbox]:checked {
  background: linear-gradient(to bottom, #f69320, #ec008c);
  border-image: none;
}
.kr-mainAuth__chkboxwrap input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.kr-mainAuth__chkboxlinks a {
  color: #f15b2a;
  text-decoration: none;
  position: relative;
}
.kr-mainAuth__chkboxlinks a:hover {
  color: #f15b2a;
}
.kr-mainAuth__chkboxlinks a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #f15b2a;
  transition: width 0.3s ease-in-out;
}
.kr-mainAuth__chkboxlinks a:hover::after {
  width: 100%;
}
.kr-mainAuth__pswrdtxt {
  position: relative;
  text-decoration: none;
  color: rgb(253, 246, 250);
  font-weight: 400;
  font-size: 14px;
}
.kr-mainAuth__pswrdtxt:hover {
  color: #fff;
}
.kr-mainAuth__pswrdtxt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #fdf6fa;
  transition: width 0.3s ease-in-out;
}
.kr-mainAuth__pswrdtxt:hover::after {
  width: 0%;
}
.kr-mainAuth__socialbtns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.kr-mainAuth__socialbtns .kr-mainscliconbtn {
  width: 33.33%;
}
.kr-mainAuth__signuplink {
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-top: 50px;
  text-align: center;
}
.kr-mainAuth__signuplink a {
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 2px;
}
.kr-mainAuth__signuplink a::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #ED0589;
  transition: width 0.3s ease-in-out;
}
.kr-mainAuth__signuplink a:hover::after {
  width: 100%;
}
.kr-mainAuth__signuplink.line a {
  position: relative;
}
.kr-mainAuth__signuplink.line a::after {
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  background: #ED0589;
}
.kr-mainAuth__signuplink.line a:hover::after {
  width: 0;
  right: 0;
  left: unset;
}
.kr-mainAuth__tc {
  margin-top: 70px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
.kr-mainAuth__tc a {
  background: var(--Fonts-Colors-Font-color-7, linear-gradient(90deg, #f58828 0%, #ed0589 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease-in;
}
.kr-mainAuth__tc a:hover {
  text-decoration: underline;
}
.kr-mainAuth__tc br {
  display: none;
}
.kr-mainAuth__divider {
  position: relative;
  text-align: center;
  margin: 30px 0px;
}
.kr-mainAuth__divider::before {
  left: 0;
  width: 35%;
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #61656b;
}
.kr-mainAuth__divider::after {
  right: 1px;
  width: 35%;
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #61656b;
}
.kr-mainAuth__divider span {
  position: relative;
  padding: 0 20px;
  color: rgb(140, 140, 140);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 1;
}
.kr-mainAuth__promosecwrap {
  width: 50%;
  margin-bottom: 0 !important;
}
.kr-mainAuth__promosecwrap .slick-list {
  height: 100%;
}
.kr-mainAuth__promosecwrap .slick-track {
  height: 100%;
}
.kr-mainAuth__promosecwrap .slick-dots {
  bottom: 35px !important;
}
.kr-mainAuth__promosecwrap .slick-dots li {
  background-color: #989898;
  height: 4px;
  width: 50px;
  border-radius: 3px;
}
.kr-mainAuth__promosecwrap .slick-dots li.slick-active {
  background: linear-gradient(to right, #f69320, #ec008c);
}
.kr-mainAuth__promosecwrap .slick-dots li button:before {
  color: #989898;
  top: -8px;
}
.kr-mainAuth__promosec {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.kr-mainAuth__promotxt {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 12%;
  right: 0%;
  padding: 0px 25px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__txt {
    font-size: 12px;
  }
  .kr-mainAuth__loginform {
    padding: 30px 20px 0px 20px;
  }
  .kr-mainAuth__divider::before {
    width: 23%;
  }
  .kr-mainAuth__divider::after {
    width: 23%;
  }
  .kr-mainAuth__promotxt {
    font-size: 14px;
  }
  .kr-mainAuth__logo {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainAuth__loginform {
    padding: 30px 10px 0px 10px;
  }
  .kr-mainAuth__divider {
    margin: 30px 0px;
  }
  .kr-mainAuth__divider::before {
    width: 19%;
  }
  .kr-mainAuth__divider::after {
    width: 19%;
  }
  .kr-mainAuth__socialbtns {
    justify-content: center;
    gap: 24px;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn {
    width: 45px;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__txt {
    display: none;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__img {
    width: 75%;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__wrap {
    height: 45px;
    padding: 8px;
  }
  .kr-mainAuth__promotxt {
    bottom: 15%;
  }
  .kr-mainAuth__promosecwrap .slick-dots {
    bottom: 11% !important;
  }
  .kr-mainAuth__logo {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .kr-mainAuth {
    flex-direction: column;
  }
  .kr-mainAuth__header {
    padding: 16px 0;
    position: relative;
  }
  .kr-mainAuth__header::before {
    position: absolute;
    bottom: 0;
    left: -50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #292929;
  }
  .kr-mainAuth__header::after {
    position: absolute;
    bottom: 0;
    right: -50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #292929;
  }
  .kr-mainAuth__ftrlinkswrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-bottom: 90px;
  }
  .kr-mainAuth__ftrlinksdivider {
    color: #8c8c8c;
  }
  .kr-mainAuth__loginsec {
    width: 100%;
  }
  .kr-mainAuth__loginsec::before {
    display: none;
  }
  .kr-mainAuth__loginsec::after {
    display: none;
  }
  .kr-mainAuth__promosecwrap {
    display: none;
  }
  .kr-mainAuth__logo {
    width: 25%;
  }
  .kr-mainAuth__loginform {
    padding: 55px 0px 0px 0px;
  }
  .kr-mainAuth__loginform .kr-maintitle {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    padding-bottom: unset;
  }
  .kr-mainAuth__loginform .kr-mainsubtitle {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    text-align: left;
  }
  .kr-mainAuth__divider {
    margin: 30px 0px;
  }
  .kr-mainAuth__divider::before {
    width: 24%;
  }
  .kr-mainAuth__divider::after {
    width: 24%;
  }
  .kr-mainAuth__promotxt {
    font-size: 14px;
    bottom: 14%;
  }
  .kr-mainAuth__promosecwrap .slick-dots {
    bottom: 9% !important;
  }
  .kr-mainAuth__socialbtns {
    justify-content: center;
    gap: 24px;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn {
    width: 45px;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__txt {
    display: none;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__img {
    width: 75%;
  }
  .kr-mainAuth__socialbtns .kr-mainscliconbtn__wrap {
    height: 45px;
    padding: 8px;
  }
  .kr-mainAuth__form .kr-mainbtn {
    font-size: 14px;
  }
  .kr-mainAuth__signuplink {
    padding-top: 40px;
  }
  .kr-mainAuth__formwrap {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .kr-mainAuth__tc {
    margin-top: 40px;
  }
  .kr-mainAuth__tc br {
    display: inline-flex;
  }
}
.kr-maintalentrevolution {
  background-color: #000000;
  padding: 60px 0px;
}
.kr-maintalentrevolution__wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media (min-width: 1220px) and (max-width: 1520px) {
  .kr-maintalentrevolution .kr-maintalentindustry {
    width: 42%;
  }
  .kr-maintalentrevolution .kr-maintalentindustry .kr-maintalentindustry__title {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry .kr-maintalentindustry__img {
    width: 75%;
  }
  .kr-maintalentrevolution .kr-maintalentindustry .kr-maintalentindustry__img.imgb {
    width: 60% !important;
  }
  .kr-maintalentrevolution .kr-maintalentindustry .kr-maintalentindustry__imgcontainer {
    min-height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-maintalentrevolution .kr-maintalentindustry__title {
    font-size: 25px;
    line-height: 31px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__txt {
    font-size: 14px;
    min-height: 95px;
    padding: 15px 0px 15px 0px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__imgcontainer {
    min-height: 275px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maintalentrevolution .kr-maintalentindustry__title {
    font-size: 25px;
    line-height: 31px;
    min-height: 60px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__txt {
    font-size: 14px;
    min-height: 105px;
    padding: 15px 0px 10px 0px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__imgcontainer {
    min-height: 220px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__img {
    width: 95%;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__img.imgb {
    width: 85% !important;
  }
}
@media (max-width: 767px) {
  .kr-maintalentrevolution__wrap {
    flex-direction: column;
    gap: 25px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__title {
    font-size: 20px;
    line-height: 26px;
    min-height: 25px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__txt {
    font-size: 14px;
    min-height: unset;
    padding: 10px 0px 20px 0px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__imgcontainer {
    min-height: 260px;
    padding: 20px;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__img {
    width: 95%;
  }
  .kr-maintalentrevolution .kr-maintalentindustry__img.imgb {
    width: 85% !important;
  }
}
.kr-mainslider {
  background: #000;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kr-mainslider__header {
  text-align: center;
  margin-bottom: 50px;
}
.kr-mainslider__title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.kr-mainslider__subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.kr-mainslider__carousel {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.kr-mainslider__slide {
  padding: 0 15px;
  outline: none;
}
.kr-mainslider__card {
  border-radius: 16px;
  cursor: pointer;
  height: 320px;
  transition: transform 0.3s ease;
}
.kr-mainslider__card:hover .kr-mainslider__image {
  transform: scale(1.15);
}
.kr-mainslider__image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.kr-mainslider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.kr-mainslider__card-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  z-index: 2;
  margin: 0;
}
.kr-mainslider__footer {
  text-align: center;
  margin-top: 50px;
}
.kr-mainslider__footer .kr-mainbtn {
  padding: 12px 30px;
  display: inline-block;
  border-radius: 34px;
}
.kr-mainslider .slick-prev,
.kr-mainslider .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
}
.kr-mainslider .slick-prev {
  left: 0;
}
.kr-mainslider .slick-next {
  right: 0;
}
.kr-mainslider .slick-prev:hover,
.kr-mainslider .slick-next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.kr-mainslider .slick-prev::before,
.kr-mainslider .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.kr-mainslider .slick-prev::before {
  background-image: url("../images/prev-icon.png");
}
.kr-mainslider .slick-next::before {
  background-image: url("../images/next-icon.png");
}
.kr-mainslider .slick-prev.slick-disabled,
.kr-mainslider .slick-next.slick-disabled {
  display: none !important;
}
.kr-mainslider .slick-prev.hide-arrow {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainslider__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .kr-mainslider__title {
    font-size: 24px;
  }
  .kr-mainslider__card-title {
    font-size: 26px;
  }
  .kr-mainslider__card {
    height: 270px;
  }
  .kr-mainslider__carousel {
    padding: 0 10px;
  }
  .kr-mainslider__slide {
    padding: 0 5px;
  }
}
.kr-mainfooter {
  background-color: rgba(14, 14, 14, 0.7);
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: -40px;
  position: relative;
  z-index: 9;
}
.kr-maindetail-article .kr-mainfooter, .kr-maindetail-news .kr-mainfooter {
  margin-top: 80px;
}
.kr-mainfooter__content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}
.kr-mainfooter__brandwrap {
  display: flex;
  flex-direction: column;
  flex: 0 0 35%;
  width: 35%;
}
.kr-mainfooter__linkcolumnwrap {
  display: flex;
  justify-content: space-around;
  flex: 0 0 35%;
  width: 35%;
}
.kr-mainfooter__column {
  display: flex;
  flex-direction: column;
}
.kr-mainfooter__sclcolumn {
  display: flex;
  flex-direction: column;
  flex: 0 0 22%;
  width: 22%;
}
.kr-mainfooter__logo {
  display: inline-block;
  margin-bottom: 10px;
  width: 30%;
}
.kr-mainfooter__logo img {
  width: 100%;
}
.kr-mainfooter__brandtxt {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  width: 80%;
}
.kr-mainfooter__columntitle {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.kr-mainfooter__links {
  list-style: none;
}
.kr-mainfooter__links li {
  margin-bottom: 16px;
}
.kr-mainfooter__links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  transition: color 0.2s;
  position: relative;
}
.kr-mainfooter__links a:hover {
  color: #ffffff;
}
.kr-mainfooter__links a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease-in-out;
}
.kr-mainfooter__links a:hover::after {
  width: 100%;
}
.kr-mainfooter__sclicons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.kr-mainfooter__sclicn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.kr-mainfooter__sclicn:hover {
  transform: translateY(-2px);
}
.kr-mainfooter__sclicn svg {
  display: block;
}
.kr-mainfooter__sclicn svg rect {
  fill: #ffffff !important;
}
.kr-mainfooter__sclicn svg path {
  fill: #2b2b2b !important;
}
.kr-mainfooter__ftrbottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.kr-mainfooter__ftrlegal {
  display: flex;
  gap: 30px;
}
.kr-mainfooter__ftrlegal a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  position: relative;
}
.kr-mainfooter__ftrlegal a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease-in-out;
}
.kr-mainfooter__ftrlegal a:hover::after {
  width: 100%;
}
.kr-mainfooter__copyright {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 767px) {
  .kr-maindetail-article .kr-mainfooter, .kr-maindetail-news .kr-mainfooter {
    margin-top: 40px;
  }
  .kr-mainfooter__content {
    flex-direction: column;
    gap: 30px;
  }
  .kr-mainfooter__brandwrap {
    flex: 0 0 100%;
    width: 100%;
  }
  .kr-mainfooter__brandtxt {
    width: 100%;
  }
  .kr-mainfooter__linkcolumnwrap {
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
    padding-right: 15%;
  }
  .kr-mainfooter__sclcolumn {
    flex: 0 0 100%;
    width: 100%;
  }
  .kr-mainfooter__sclicons {
    justify-content: space-evenly;
  }
  .kr-mainfooter__sclicn {
    width: 40px;
    height: 40px;
  }
  .kr-mainfooter__sclicn svg {
    width: 40px;
    height: 40px;
  }
  .kr-mainfooter__ftrbottom {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .kr-mainfooter {
    margin-top: -130px;
  }
}
@media (min-width: 1350px) and (max-width: 1400px) {
  .kr-mainfooter {
    margin-top: -90px;
  }
}
.kr-maingrowthsteps {
  width: 100%;
  background: #000000;
  padding: 60px 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.kr-maingrowthsteps__header {
  text-align: center;
  margin-bottom: 60px;
}
.kr-maingrowthsteps__maintitle {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.kr-maingrowthsteps__subtitle {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}
.kr-maingrowthsteps__stepswrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 80px;
}
.kr-maingrowthsteps__stepitem {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.kr-maingrowthsteps__numcontainer {
  position: relative;
  margin-bottom: 40px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kr-maingrowthsteps__stepnum {
  width: 54px;
  height: 54px;
  border: 2px solid #f15b2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  color: #f15b2a;
  background: #101010;
  position: relative;
  z-index: 2;
}
.kr-maingrowthsteps__line {
  position: absolute;
  top: 50%;
  left: calc(50% + 27px);
  width: calc(100% - 20px);
  height: 2px;
  background: #f15b2a;
  transform: translateY(-50%);
  z-index: 1;
}
.kr-maingrowthsteps__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f15b2a;
  border-right: 2px solid #f15b2a;
  transform: translateY(-50%) rotate(45deg);
}
.kr-maingrowthsteps__lineb {
  position: absolute;
  top: 50%;
  left: calc(50% + 27px);
  width: 30%;
  height: 2px;
  background: #301208;
  transform: translateY(-50%);
  z-index: 1;
}
.kr-maingrowthsteps__lineb::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #301208;
  border-right: 2px solid #301208;
  transform: translateY(-50%) rotate(45deg);
}
.kr-maingrowthsteps__steptitle {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
}
.kr-maingrowthsteps__steptxt {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .kr-maingrowthsteps {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
  }
  .kr-maingrowthsteps::before {
    content: "";
    position: absolute;
    height: 830px;
    bottom: 52%;
    left: -180px;
    width: 260px;
    transform: translateY(15%);
    background: url(../images/corner-gradient.png) no-repeat bottom left;
    background-size: contain;
    z-index: 0;
  }
  .kr-maingrowthsteps::after {
    content: "";
    position: absolute;
    bottom: 52%;
    right: -180px;
    width: 260px;
    transform: translateY(15%);
    height: 830px;
    background: url(../images/corner-gradient.png) no-repeat bottom right;
    background-size: contain;
    z-index: 0;
  }
  .kr-maingrowthsteps__maintitle {
    font-size: 32px;
  }
  .kr-maingrowthsteps__stepswrap {
    flex-direction: column;
    gap: 50px;
  }
  .kr-maingrowthsteps__line {
    display: none;
  }
  .kr-maingrowthsteps__lineb {
    display: none;
  }
}
.kr-indusTile {
  transition: flex 0.6s ease, transform 0.6s ease;
  overflow: hidden;
}
.kr-indusTile__txt {
  transition: opacity 0.6s ease;
}
.kr-indusTile__content {
  width: 285px;
  height: 150px;
  transition: flex 0.6s ease, transform 0.6s ease;
  transform: translate(0px, -10px);
}
.kr-indusTile.active {
  flex: 2;
}
.kr-indusTile.active .kr-indusTile__content {
  transform: translate(0px, 10px);
  transition: flex 0.6s ease, transform 0.6s ease;
  width: 500px;
  opacity: 0.5; /* Start at 0.6 */
  animation: fadeIn 0.9s forwards; /* Animate to 1 */
}
.kr-indusTile__main {
  padding: 40px 0px;
}
.kr-indusTile__main .kr-maintitle__sub {
  margin-bottom: 30px;
}
.kr-indusTile__wrap {
  display: flex;
  gap: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .kr-indusTile {
    flex: unset;
  }
  .kr-indusTile.active {
    flex: unset;
  }
  .kr-indusTile__wrap {
    flex-direction: column;
    flex: unset;
  }
  .kr-indusTile__content {
    width: 100%;
    height: auto;
  }
  .kr-indusTile.active {
    flex: unset;
  }
  .kr-indusTile.active .kr-indusTile__content {
    width: auto;
  }
}
.kr-mainbanner {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.kr-mainbanner::before {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-mainbanner::after {
  content: "";
  position: absolute;
  bottom: -250px;
  right: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainbanner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 110px 0px 90px 0px;
}
.kr-mainbanner__combobtnwrap {
  display: flex;
  gap: 16px;
}
.kr-mainbanner .kr-mainbtn {
  border-radius: 24px;
  width: auto;
}
.kr-mainbanner .kr-maintitle__sub {
  padding: 30px 0px;
}
.kr-mainbanner__title {
  font-size: 60px;
  color: #ffffff;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}
.kr-mainbanner__title.gd-title {
  background: linear-gradient(to right, #F58828 -35%, #EC008C 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.kr-mainbanner__social {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-top: 24px;
}
.kr-mainbanner__social span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.kr-mainbanner__avatars {
  width: 30%;
  display: flex;
}
.kr-mainbanner__avatars img {
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainbanner__title {
    font-size: 48px;
    line-height: 56px;
  }
  .kr-mainbanner .kr-maintitle__sub {
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainbanner::before {
    left: -475px;
    height: 700px;
  }
  .kr-mainbanner::after {
    right: -475px;
    height: 700px;
  }
  .kr-mainbanner__title {
    font-size: 40px;
    line-height: 48px;
  }
  .kr-mainbanner .kr-maintitle__sub {
    font-weight: 300;
  }
  .kr-mainbanner__content {
    padding: 90px 0px 70px 0px;
  }
}
@media (max-width: 767px) {
  .kr-mainbanner::before {
    bottom: 50%;
    left: -160px;
    width: 280px;
    transform: translateY(15%);
  }
  .kr-mainbanner::after {
    bottom: 50%;
    right: -160px;
    width: 280px;
    transform: translateY(15%);
  }
  .kr-mainbanner__content {
    padding: 50px 0px 40px 0px;
  }
  .kr-mainbanner__title {
    font-size: 40px;
    line-height: 48px;
  }
  .kr-mainbanner__combobtnwrap {
    flex-direction: column;
    align-items: center;
  }
  .kr-mainabout .kr-mainbanner__combobtnwrap {
    margin-bottom: 40px;
  }
  .kr-mainbanner .kr-maintitle__sub {
    font-weight: 300;
  }
  .kr-mainbanner .kr-mainbtn {
    width: 100%;
  }
}
.kr-mainheader {
  background-color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 16px 0px 16px 0px;
}
.kr-mainheader .content-wrapper {
  max-width: 1440px;
}
.kr-mainheader__navcontainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kr-mainheader__logo {
  width: 8%;
}
.kr-mainheader__logo img {
  width: 100%;
}
.kr-mainheader__navlinks {
  display: flex;
  align-items: center;
  gap: 32px;
}
.kr-mainheader__navlink {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.kr-mainheader__navlink:hover, .kr-mainheader__navlink.active {
  color: #f15b2a;
}
.kr-mainheader__dropdown {
  position: relative;
}
.kr-mainheader__dropdown.active .kr-mainheader__dropdownicon {
  transform: rotate(180deg);
}
.kr-mainheader__dropdown.active .kr-mainheader__dropdownmenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.kr-mainheader__dropdown.active .kr-mainheader__dropdownbtn {
  color: #f15b2a;
}
.kr-mainheader__dropdownbtn {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.3s;
}
.kr-mainheader__dropdownbtn:hover {
  color: #f15b2a;
}
.kr-mainheader__dropdownbtn.active span {
  color: #f15b2a;
}
.kr-mainheader__dropdownicon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s;
}
.kr-mainheader__dropdownmenu {
  position: fixed;
  top: 65px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background-color: #101010;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.9);
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 100;
  width: calc(100% - 32px);
  max-width: 1240px;
}
.kr-mainheader__dropdowncontent {
  display: flex;
  gap: 20px;
  width: 100%;
}
.kr-mainheader__dropdownsection h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.kr-mainheader__dropdownsection {
  width: 30%;
}
.kr-mainheader__dropdownsection.videosec {
  width: 40%;
}
.kr-mainheader__dropdownitems {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kr-mainheader__dropdownitem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-decoration: none;
  transition: transform 0.3s;
}
.kr-mainheader__dropdownitem:hover {
  transform: translateY(-2px);
}
.kr-mainheader__dropdownitemimg {
  width: 50%;
  height: 90px;
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.kr-mainheader__dropdownitemimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kr-mainheader__dropdownitmtitle {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  width: 50%;
}
.kr-mainheader__dropdownvideoitems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.kr-mainheader__dropdownvideoitem {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kr-mainheader__dropdownvideoitem:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.kr-mainheader__dropdownvideoitem .kr-mainheader__dropdownitmtitle {
  width: 100%;
}
.kr-mainheader__dropdownvideoitemimg {
  width: 100%;
  padding-bottom: 15px;
}
.kr-mainheader__dropdownvideoitemimg img {
  width: 100%;
  height: 100%;
  display: block;
}
.kr-mainheader__viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f15b2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 16px;
  transition: gap 0.3s;
}
.kr-mainheader__viewall:hover {
  gap: 12px;
  text-decoration: none;
  color: #f15b2a;
}
.kr-mainheader__viewall svg {
  width: 16px;
  height: 16px;
}
.kr-mainheader__navactions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.kr-mainheader__navactions .kr-mainbtn {
  font-size: 14px;
}
.kr-mainheader__lngdropdown .kr-mainheader__dropdownmenu {
  position: absolute;
  top: 43px;
  right: 0;
  left: auto;
  transform: translateY(-10px);
  min-width: 128px;
  width: auto;
  max-width: none;
  padding: 8px 0;
  grid-template-columns: none;
}
.kr-mainheader__lngdropdown .kr-mainheader__dropdownmenu a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.kr-mainheader__lngdropdown .kr-mainheader__dropdownmenu a:hover {
  background-color: #1a1a1a;
}
.kr-mainheader__lngdropdown.active .kr-mainheader__dropdownmenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.kr-mainheader__globeicon {
  width: 30%;
  padding-right: 6px;
  display: flex;
}
.kr-mainheader__globeicon img {
  width: 100%;
}
.kr-mainheader__loginlink {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.kr-mainheader__loginlink:hover {
  color: #f15b2a;
}
.kr-mainheader__signupbtn {
  padding: 8px 20px;
  background: linear-gradient(to right, #ff6b35, #ff8c42, #e91e63);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}
.kr-mainheader__signupbtn:hover {
  background: linear-gradient(to right, #e55a2a, #ff7b31, #d11852);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdownmenu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  margin: 8px 0 8px 16px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  padding: 0;
  display: none;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownmenu {
  display: block;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownmenu a {
  padding: 8px 0;
}
.kr-mainheader__mobilemenubtn {
  display: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0px 8px 0px 0px;
}
.kr-mainheader__mobilemenu {
  display: none;
  padding: 16px 16px;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 74px;
  left: 0px;
  z-index: 10;
  background: #000;
}
.kr-mainheader__mobilemenu.active {
  display: flex;
}
.kr-mainheader__mobilemenu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 0;
  transition: color 0.3s;
}
.kr-mainheader__mobilemenu a:hover {
  color: #ccc;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdown .kr-mainheader__dropdownbtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  text-align: left;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdownmenu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  margin: 8px 0 8px 16px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  padding: 0;
  display: none;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdownmenu a {
  padding: 8px 0;
  font-size: 13px;
  color: #ccc;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdownmenu a:hover {
  background-color: transparent;
  color: #fff;
}
.kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownmenu {
  display: block;
}
.kr-mainheader__mobileactions {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #333;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kr-mainheader__mobileactions a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}
.kr-mainheader__mobileactions a:hover {
  color: #ccc;
}
.kr-mainheader .krMain-btn--inv {
  width: 45px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainheader__logo {
    width: 12%;
  }
  .kr-mainheader__navlinks, .kr-mainheader__navactions {
    display: none;
  }
  .kr-mainheader__mobilemenubtn {
    display: block;
  }
  .kr-mainheader svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .kr-mainheader {
    padding: 16px 0px 16px 0px;
    border: 1px solid rgb(41, 41, 41);
  }
  .kr-mainheader__logo {
    width: 24%;
  }
  .kr-mainheader__navlinks, .kr-mainheader__navactions {
    display: none;
  }
  .kr-mainheader__mobilemenubtn {
    display: block;
  }
  .kr-mainheader svg {
    display: block;
  }
  .kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownmenu {
    transform: translateX(0%) translateY(0);
  }
  .kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdowncontent {
    display: flex;
    flex-direction: column;
  }
  .kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownsection {
    width: 100%;
  }
  .kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownitem {
    display: flex;
  }
  .kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownvideoitems {
    grid-template-columns: repeat(1, 1fr);
  }
  .kr-mainheader__mobilemenu .kr-mainheader__dropdown.active .kr-mainheader__dropdownvideoitems .kr-mainheader__dropdownitmtitle {
    width: 100%;
  }
  .kr-mainheader__mobilemenu .kr-mainheader__viewall {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    color: #f15b2a !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    margin-top: 16px;
    transition: gap 0.3s;
  }
  .kr-mainheader__mobilemenu .kr-mainheader__viewall:hover {
    gap: 12px;
    color: #f15b2a;
  }
  .kr-mainheader__mobileactionlogin {
    border: 1px solid #fdf6fa;
    border-radius: 24px;
  }
  .kr-mainheader__mobileactionlogin:hover {
    color: #f15b2a !important;
    border-color: #f15b2a;
  }
  .kr-mainheader__dashBoard .kr-mainheader__navactions {
    display: flex;
  }
  .kr-mainheader__dashBoard .kr-mainheader__mobilemenubtn {
    display: none;
  }
  .kr-mainheader__dashBoard .krMain-btn--inv {
    display: none;
  }
  .kr-mainheader__dashBoard .kr-mainbtn {
    width: 45px;
    height: 40px;
    overflow: hidden;
    padding: 0px;
    text-indent: -1000px;
    gap: 0px;
  }
}
.kr-maindiscovery {
  background-color: #0e0e0e;
  padding: 90px 0;
  margin-top: -1px;
}
.kr-maindiscovery__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.kr-maindiscovery__left {
  width: 55%;
}
.kr-maindiscovery__left h1 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 46px;
}
.kr-maindiscovery__left p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 24px 0;
}
.kr-maindiscovery__left .kr-mainbtn {
  padding: 12px 30px;
  display: inline-block;
}
.kr-maindiscovery__right {
  width: 45%;
  border-radius: 15px;
  box-shadow: 0px 2px 20.2px 0px #f36244;
  border: 1px solid #ef3663;
  overflow: hidden;
}
.kr-maindiscovery__right video {
  width: 100%;
  height: 290px;
  display: block;
  border-radius: inherit;
  aspect-ratio: 9/16;
  object-fit: cover;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-maindiscovery__left {
    width: 45%;
  }
  .kr-maindiscovery__left h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .kr-maindiscovery__right {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maindiscovery__wrap {
    gap: 30px;
  }
  .kr-maindiscovery__left {
    width: 45%;
  }
  .kr-maindiscovery__left h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-maindiscovery__right {
    width: 55%;
  }
  .kr-maindiscovery__right video {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .kr-maindiscovery {
    padding: 40px 0;
  }
  .kr-maindiscovery__wrap {
    flex-direction: column-reverse;
  }
  .kr-maindiscovery__right, .kr-maindiscovery__left {
    width: 100%;
  }
  .kr-maindiscovery__left {
    text-align: center;
  }
  .kr-maindiscovery__left .kr-mainbtn {
    width: auto;
    text-align: center;
  }
  .kr-maindiscovery__left h1 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
  .kr-maindiscovery__left p {
    text-align: center;
  }
  .kr-maindiscovery__right video {
    height: 180px;
  }
}
.kr-maingif {
  padding-top: 90px;
  background-repeat: no-repeat;
  background-position: 30% 20%;
  background-size: cover;
  background-color: #000;
  height: 560px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.kr-maingif__wrap {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.kr-maingif__left {
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 550px;
}
.kr-maingif__left img {
  width: 100%;
}
.kr-maingif__right {
  width: 50%;
  padding-left: 2%;
}
.kr-maingif__right h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 46px;
}
.kr-maingif__right p {
  color: #fff;
  padding: 20px 0;
  width: 95%;
}
.kr-maingif__right .kr-mainbtn {
  padding: 12px 30px;
  display: inline-block;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-maingif {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maingif {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .kr-maingif {
    padding: 40px 0;
    height: auto;
    background-position: 20% -50px;
    background-size: cover;
    margin-top: -2px;
  }
  .kr-mainabout .kr-maingif .kr-mainbtn {
    margin-bottom: 0;
  }
  .kr-maingif__wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .kr-maingif__left {
    position: static;
    transform: none;
    width: 80%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .kr-maingif__right {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kr-maingif__right h2,
  .kr-maingif__right p {
    text-align: center;
  }
  .kr-maingif__right h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-maingif__right p {
    width: 90%;
  }
  .kr-maingif__right .kr-mainbtn {
    margin-bottom: 40px;
  }
}
.krMain-Tlnt {
  position: relative;
  z-index: 1;
}
.krMain-Tlnt__main {
  padding: 40px 0;
  background-color: #0e0e0e;
  position: relative;
  overflow: hidden;
}
.krMain-Tlnt__main .kr-mainbtn {
  max-width: 220px !important;
  margin: 0px auto;
  margin-top: 40px;
}
.krMain-Tlnt__main::before {
  content: "";
  position: absolute;
  top: -350px;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: contain;
  z-index: 0;
}
.krMain-Tlnt__nav {
  margin: 40px 0px 20px;
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.krMain-Tlnt__nav-item {
  margin: 10px;
}
.krMain-Tlnt__nav-link {
  border: 1px solid rgb(32, 32, 32);
  border-radius: 8px;
  padding: 10px 15px;
  color: #fff;
  background-color: #121111;
}
.krMain-Tlnt__nav-link:hover {
  border-color: rgb(241, 91, 42);
  color: rgb(241, 91, 42);
}
.krMain-Tlnt__nav-link.active {
  border-color: rgb(241, 91, 42);
  color: rgb(241, 91, 42);
}
.krMain-Tlnt__itemWarp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  overflow: hidden;
}
.krMain-Tlnt__item {
  background-color: #252525;
  border-radius: 20px;
  padding: 15px 15px 20px;
  overflow: hidden;
}
.krMain-Tlnt__item:first-child {
  margin-left: 0px;
}
.krMain-Tlnt__item:last-child {
  margin-right: 0px;
}
.krMain-Tlnt__item-slider {
  height: 280px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.krMain-Tlnt__item .krMain-tltTile__slider.slick-initialized {
  opacity: 1;
}
.krMain-Tlnt__item .slick-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.krMain-Tlnt__item .slick-list {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.krMain-Tlnt__item .slick-track {
  height: 100%;
}
.krMain-Tlnt__item .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.krMain-Tlnt__item .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.krMain-Tlnt__item .slick-prev,
.krMain-Tlnt__item .slick-next {
  background-color: rgba(217, 217, 217, 0.43);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: url(../images/arrow.svg);
  background-position: center left 10px;
  background-size: 25%;
  background-repeat: no-repeat;
  z-index: 2;
}
.krMain-Tlnt__item .slick-prev::before,
.krMain-Tlnt__item .slick-next::before {
  content: none;
}
.krMain-Tlnt__item .slick-prev {
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.krMain-Tlnt__item .slick-next {
  right: 10px;
}
.krMain-Tlnt__item .slick-dots {
  bottom: 15px;
}
.krMain-Tlnt__item .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0px 7px;
}
.krMain-Tlnt__item .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.39);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.krMain-Tlnt__item .slick-dots li button::before {
  display: none;
}
.krMain-Tlnt__item .slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  background-color: #f58828 !important;
}
.krMain-Tlnt__item .slick-active li {
  width: 10px;
  height: 10px;
}
.krMain-Tlnt__item .slick-active li button {
  background-color: #f58828 !important;
  width: 10px;
  height: 107x;
  border-radius: 50%;
}
.krMain-Tlnt__item .slick-active li button::before {
  display: none;
}
.krMain-Tlnt__item video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.krMain-Tlnt__item-body {
  padding-top: 15px;
}
.krMain-Tlnt__item-body h3 {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
}
.krMain-Tlnt__item-body p {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #ffffff;
  font-size: 14px;
  gap: 6px;
}
.krMain-Tlnt__item-img {
  display: flex;
  width: 16px;
  margin-right: 4px;
}
.krMain-Tlnt__item-img img {
  width: 100%;
}
.krMain-Tlnt__action {
  display: flex;
  margin-top: 15px;
  gap: 15px;
}
.krMain-Tlnt__action .kr-mainbtn {
  flex: 3;
  margin: 0px;
  width: 100%;
}
.krMain-Tlnt__action .krMain-btn--inv {
  flex: 1;
}
.krMain-Tlnt .hidden {
  display: none;
}
.krMain-Tlnt .krMain-btn__wrap {
  gap: 20px;
}
.krMain-Tlnt .krMain-btn__wrap .krMain-btn--icn {
  min-width: 170px !important;
}
.krMain-Tlnt .krMain-btn__wrap .krMain-btn {
  min-width: 140px;
}
.krMain-Tlnt .krMain-btn__wrap .krMain-btn:last-child {
  color: #aaa5a5;
  border: 1px solid #717171;
}
.krMain-Tlnt .krMain-btn__wrap .krMain-btn:last-child svg {
  transform: rotate(-180deg);
}
.krMain-Tlnt .krMain-btn__wrap .krMain-btn:last-child svg path {
  stroke: #aaa5a5;
}
.krMain-Tlnt--talent {
  padding-top: 0px;
  background-color: transparent;
}
.krMain-Tlnt--talent .krMain-Tlnt__nav-link {
  border-radius: 200px;
  border: none;
  padding: 10px 20px;
}
.krMain-Tlnt--talent .krMain-Tlnt__nav-link:hover {
  background-color: #252525;
  color: #fff;
}
.krMain-Tlnt--talent .krMain-Tlnt__nav-link.active {
  background-color: #252525;
  color: #fff;
}
.krMain-Tlnt--talent.krMain-Tlnt__main:before {
  display: none;
}
.krMain-Tlnt--talent .krMain-Tlnt__nav-main {
  margin: 0px 0px 30px;
  border-bottom: 1px solid #2C2C2C;
  padding-bottom: 25px;
}
.krMain-Tlnt--talent .krMain-Tlnt__nav {
  margin: 0px;
  justify-content: left;
}
.krMain-Tlnt--talent .krMain-Tlnt__itemWarp {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
.krMain-Tlnt--talent .krMain-Tlnt__showItem {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 40px;
  font-size: 14px;
  color: #A9A9A9;
}
.krMain-Tlnt--talent .krMain-Tlnt__showItem b {
  font-weight: bold;
  color: #fff;
}
.krMain-Tlnt--talent .krMain-Tlnt__showItem-text {
  display: flex;
}
.krMain-Tlnt__dashBoard {
  padding-bottom: 50px;
}
.krMain-Tlnt__dashBoard-head {
  font-weight: 600;
  font-size: 20px;
  margin: 50px 0 20px 0px;
  color: #fff;
}
.krMain-Tlnt__dashBoard .krMain-Tlnt__itemWarp {
  flex-direction: column;
}
.krMain-Tlnt__dashBoard .krMain-Tlnt__item {
  min-height: auto;
  flex: unset;
}
.krMain-Tlnt__dashBoard .krMain-Tlnt__action .kr-mainbtn {
  flex: 6;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .krMain-Tlnt__itemWarp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .krMain-Tlnt__main::before {
    width: 0;
    height: 0;
  }
  .krMain-Tlnt__itemWarp {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .krMain-Tlnt__itemWarp::-webkit-scrollbar {
    display: none;
  }
  .krMain-Tlnt__item {
    flex: 0 0 280px;
    min-width: 280px;
    scroll-snap-align: start;
  }
  .krMain-Tlnt__nav {
    flex-wrap: wrap;
  }
  .krMain-Tlnt__nav-item {
    margin: 0px 5px 15px;
  }
  .krMain-Tlnt--talent .krMain-Tlnt__nav-main {
    padding-bottom: 0px;
  }
  .krMain-Tlnt--talent .krMain-Tlnt__nav {
    justify-content: space-between;
  }
  .krMain-Tlnt--talent .krMain-Tlnt__nav-link {
    padding: 10px 10px;
  }
  .krMain-Tlnt--talent .krMain-Tlnt__showItem p {
    display: none;
  }
  .krMain-Tlnt--talent .krMain-Tlnt__itemWarp {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kr-maintalentengage {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.kr-maintalentengage::before {
  content: "";
  position: absolute;
  top: -450px;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: contain;
  z-index: 0;
}
.kr-maintalentengage::after {
  content: "";
  position: absolute;
  top: -450px;
  right: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat top right;
  background-size: contain;
  z-index: 0;
}
.kr-maintalentengage .kr-maintitle {
  margin-bottom: 20px;
}
.kr-maintalentengage .kr-maintitle__sub {
  margin-bottom: 40px;
  width: 70%;
}
.kr-maintalentengage__outer {
  padding: 80px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kr-maintalentengage__cardwrap {
  display: flex;
  gap: 20px;
}
.kr-maintalentengage__cardwrap .kr-maintalentengagecard {
  width: calc(33.33% - 13.33px);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-maintalentengage .kr-maintitle__sub {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maintalentengage::before {
    top: -220px;
    left: -140px;
    width: 350px;
    height: 450px;
  }
  .kr-maintalentengage::after {
    top: -220px;
    right: -140px;
    width: 350px;
    height: 450px;
  }
  .kr-maintalentengage .kr-maintitle {
    font-size: 34px;
  }
  .kr-maintalentengage .kr-maintitle__sub {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .kr-maintalentengage::before, .kr-maintalentengage::after {
    width: 0;
    height: 0;
  }
  .kr-maintalentengage__outer {
    padding: 40px 0px;
  }
  .kr-maintalentengage__cardwrap {
    flex-direction: column;
  }
  .kr-maintalentengage .kr-maintalentengagecard {
    width: 100%;
  }
  .kr-maintalentengage .kr-maintitle__sub {
    width: 100%;
  }
}
.kr-seekrbanner__subtitle {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #f2f2f2;
  padding-top: 12px;
}
.kr-seekrbanner .kr-mainbannersrch {
  width: 45%;
  margin-bottom: 30px;
}
.kr-seekrbanner .kr-maintitle__sub {
  color: #f2f2f2;
  font-weight: 400;
}

@media (max-width: 767px) {
  .kr-seekrbanner .kr-mainbannersrch {
    width: 100%;
  }
  .kr-seekrbanner.kr-mainbanner::after, .kr-seekrbanner.kr-mainbanner::before {
    bottom: 60%;
  }
}
.kr-agk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .kr-agk {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.krMain-filter {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background: #1c1c1c;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
  padding: 32px 30px 32px 20px;
  transition: right 0.3s ease;
  overflow-y: auto;
  z-index: 1001;
  /* Overlay background */
}
.krMain-filter::-webkit-scrollbar {
  display: none;
}
.krMain-filter.open {
  right: 0;
}
.krMain-filter__head {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 25px;
}
.krMain-filter__head svg {
  transform: rotate(-180deg);
}
.krMain-filter .kr-maininput {
  margin-bottom: 25px;
}
.krMain-filter .kr-maininput:last-child {
  margin-bottom: 10px;
}
.krMain-filter .kr-maininput__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.krMain-filter .kr-maininput__text {
  height: 45px;
}
.krMain-filter__action {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 15px;
  border-top: 1px solid #2B2B2B;
  padding-top: 30px;
}
.krMain-filter__action .krMain-btn {
  min-width: 100px;
  background-color: #2D2D2D;
  border: transparent;
}
.krMain-filter__action .krMain-btn:hover {
  background-color: #494949;
  color: #fff;
}
.krMain-filter__action .krMain-btn--wht {
  background-color: #fff;
  color: #000;
}
.krMain-filter__action .krMain-btn--wht:hover {
  background-color: #494949;
  color: #fff;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.kr-mainagencybannr .kr-mainbanner__combobtnwrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.kr-mainagencybannr .kr-mainbanner__combobtnwrap .kr-mainbtn {
  border-radius: 6px;
}
.kr-mainagencybannr .kr-mainbanner__combobtnwrap .kr-mainbtn--whitebg {
  height: 42px;
}

@media (max-width: 767px) {
  .kr-mainagencybannr .kr-mainbanner__combobtnwrap {
    gap: 15px;
    width: 100%;
  }
}
.kr-aboutusbanner .kr-maintitle__sub {
  width: 50%;
}

.kr-mainstats {
  background-color: #1A1A1A;
  width: 100%;
  padding: 60px 40px;
}
.kr-mainstats__flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  text-align: center;
}
.kr-mainstats__item {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.kr-mainstats__num {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.kr-mainstats__label {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .kr-mainstats {
    padding: 30px 20px;
  }
  .kr-mainstats__flex {
    gap: 40px;
  }
}
.kr-mainexptrust {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.kr-mainexptrust::before {
  content: "";
  position: absolute;
  bottom: 70%;
  left: -395px;
  width: 650px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-mainexptrust::after {
  content: "";
  position: absolute;
  bottom: 70%;
  right: -395px;
  width: 650px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainexptrust__outer {
  padding: 60px 0px;
}
.kr-mainexptrust__wrap {
  display: flex;
  align-items: center;
  gap: 70px;
  width: 100%;
}
.kr-mainexptrust__content {
  width: 50%;
}
.kr-mainexptrust__imgwrap {
  width: 50%;
}
.kr-mainexptrust__imgwrap img {
  width: 100%;
}
.kr-mainexptrust__head {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  line-height: 48px;
  padding-bottom: 4px;
}
.kr-mainexptrust__txt {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 20px;
}
.kr-mainexptrust__headwrap {
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .kr-mainexptrust__head {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .kr-mainexptrust__outer {
    padding: 30px 0px;
  }
  .kr-mainexptrust__wrap {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .kr-mainexptrust__headwrap {
    padding-bottom: 24px;
  }
  .kr-mainexptrust__imgwrap {
    width: 100%;
  }
  .kr-mainexptrust__content {
    width: 100%;
  }
}
.kr-mainpartofstry {
  background-color: #1a1a1a;
  width: 100%;
  overflow: hidden;
}
.kr-mainpartofstry__outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
}
.kr-mainpartofstry__head {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 15px;
}
.kr-mainpartofstry__txt {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 30px;
  text-align: center;
}
.kr-mainpartofstry__btnwrap {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.kr-mainpartofstry.resources {
  background-color: transparent;
}
.kr-mainpartofstry.resources .kr-mainpartofstry__outer {
  background-color: #151515;
  border-radius: 16px;
  padding: 20px;
  margin: 60px;
}
.kr-mainpartofstry.resources .kr-mainpartofstry__btnwrap {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainpartofstry.resources .kr-mainpartofstry__outer {
    margin: 0px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainpartofstry.resources .kr-mainpartofstry__outer {
    margin: 0px 30px;
  }
}
@media (max-width: 767px) {
  .kr-mainpartofstry__btnwrap {
    width: 100%;
    flex-direction: column;
  }
  .kr-mainpartofstry__btnwrap .kr-mainbtn {
    width: 100%;
  }
  .kr-mainpartofstry.resources {
    background-color: #151515;
  }
  .kr-mainpartofstry.resources .kr-mainpartofstry__outer {
    border-radius: unset;
  }
  .kr-mainpartofstry.resources .kr-mainpartofstry__btnwrap {
    display: flex !important;
  }
  .kr-mainpartofstry.resources .kr-mainpartofstry__btn {
    display: none;
  }
}
.kr-maincommunitycarousal {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
  z-index: 2;
}
.kr-maincommunitycarousal::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 600px;
  height: 600px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-maincommunitycarousal::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-maincommunitycarousal__headwrap {
  text-align: center;
  padding-bottom: 30px;
}
.kr-maincommunitycarousal__headwrap .kr-maintitle {
  padding-bottom: 8px;
}
.kr-maincommunitycarousal__sliderwrap .slick-prev {
  left: 41%;
  top: 100%;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  z-index: 3;
}
.kr-maincommunitycarousal__sliderwrap .slick-prev:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.kr-maincommunitycarousal__sliderwrap .slick-next {
  right: 41%;
  top: 100%;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  z-index: 3;
}
.kr-maincommunitycarousal__sliderwrap .slick-next:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.kr-maincommunitycarousal__sliderwrap .slick-dots {
  width: auto;
  left: 50%;
  bottom: -3.5%;
  transform: translateX(-50%);
}
.kr-maincommunitycarousal__sliderwrap .slick-dots li {
  margin: 0 2px;
}
.kr-maincommunitycarousal__sliderwrap .slick-dots li button {
  background-color: #2D2D2D;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.kr-maincommunitycarousal__sliderwrap .slick-dots li button::before {
  content: "";
  color: #787878;
  background-color: #787878;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.kr-maincommunitycarousal__sliderwrap .slick-prev::before,
.kr-maincommunitycarousal__sliderwrap .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.kr-maincommunitycarousal__sliderwrap .slick-prev::before {
  background-image: url("../images/prev-icon.png");
}
.kr-maincommunitycarousal__sliderwrap .slick-next::before {
  background-image: url("../images/next-icon.png");
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-maincommunitycarousal::before {
    left: -15%;
    bottom: -10%;
    width: 300px;
    height: 300px;
  }
  .kr-maincommunitycarousal::after {
    bottom: -10%;
    right: -15%;
    width: 300px;
    height: 300px;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-prev {
    left: 38%;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-next {
    right: 39%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maincommunitycarousal::before {
    left: -20%;
    bottom: -10%;
    width: 300px;
    height: 300px;
  }
  .kr-maincommunitycarousal::after {
    bottom: -10%;
    right: -20%;
    width: 300px;
    height: 300px;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-prev {
    left: 35%;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-next {
    right: 35%;
  }
}
@media (max-width: 767px) {
  .kr-maincommunitycarousal::before {
    width: 200px;
    height: 300px;
    bottom: 6%;
    left: -30%;
  }
  .kr-maincommunitycarousal::after {
    width: 200px;
    height: 300px;
    bottom: 6%;
    right: -30%;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-dots {
    bottom: -1.5%;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-prev {
    left: 20%;
  }
  .kr-maincommunitycarousal__sliderwrap .slick-next {
    right: 22%;
  }
}
.kr-mainftrarticle {
  background-color: #1a1a1a;
}
.kr-mainftrarticle__date {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
.kr-mainftrarticle__title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 20px;
}
.kr-mainftrarticle__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 16px;
}
.kr-mainftrarticle__outer {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 30px 0px;
}
.kr-mainftrarticle__contentwrap {
  width: 55%;
}
.kr-mainftrarticle__imgwrap {
  width: 45%;
}
.kr-mainftrarticle__imgwrap img {
  width: 100%;
}

@media (max-width: 767px) {
  .kr-mainftrarticle__title {
    font-size: 28px;
  }
  .kr-mainftrarticle__outer {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .kr-mainftrarticle__imgwrap {
    width: 100%;
  }
  .kr-mainftrarticle__contentwrap {
    width: 100%;
  }
  .kr-mainftrarticle .kr-mainarrowbtn {
    font-size: 16px;
  }
}
.kr-detailspgbanner .kr-mainbanner__content {
  padding: 90px 0px 40px 0px;
}
.kr-detailspgbanner.kr-mainbanner::before {
  bottom: 0;
}
.kr-detailspgbanner.kr-mainbanner::after {
  bottom: 0;
}
.kr-detailspgbanner__title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: center;
}
.kr-detailspgbanner__menus {
  display: flex;
  align-items: center;
}
.kr-detailspgbanner__seperator {
  width: 1px;
  height: 28px;
  background-color: #2B2B2B;
}
.kr-detailspgbanner__bnrimage {
  height: 460px;
  width: auto;
  margin: 0px 60px;
}
.kr-detailspgbanner__bnrimage img {
  width: 100%;
}

@media (max-width: 767px) {
  .kr-detailspgbanner .kr-mainbanner__content {
    padding: 40px 0px;
  }
  .kr-detailspgbanner__title {
    font-size: 28px;
  }
  .kr-detailspgbanner__menus {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kr-detailspgbanner__bnrimage {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .kr-detailspgbanner.kr-mainbanner::before {
    bottom: 270px;
    height: 400px;
  }
  .kr-detailspgbanner.kr-mainbanner::after {
    bottom: 270px;
    height: 400px;
  }
}
.kr-maindetailpg {
  position: relative;
  overflow: hidden;
}
.kr-maindetailpg::before {
  content: "";
  position: absolute;
  bottom: 165px;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-maindetailpg::after {
  content: "";
  position: absolute;
  top: -230px;
  right: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-maindetailpg__outer {
  margin: 0px 140px;
  padding: 90px 0px 80px 0px;
}
.kr-maindetailpg__heada {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 16px;
}
.kr-maindetailpg__headb {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 16px;
}
.kr-maindetailpg__txt {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding-bottom: 30px;
}
.kr-maindetailpg__bdyimage {
  width: 100%;
  padding-bottom: 30px;
}
.kr-maindetailpg__bdyimage img {
  width: 100%;
}
.kr-maindetailpg__taghead {
  font-size: 18px;
  font-weight: 500;
  color: #a9a9a9;
  padding-bottom: 16px;
}
.kr-maindetailpg__tagwrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maindetailpg__outer {
    margin: 0px 60px;
    padding: 60px 0px 50px 0px;
  }
}
@media (max-width: 767px) {
  .kr-maindetailpg::before {
    bottom: 280px;
    left: -200px;
    width: 300px;
    height: 400px;
  }
  .kr-maindetailpg::after {
    top: 180px;
    right: -180px;
    width: 300px;
    height: 400px;
  }
  .kr-maindetailpg__outer {
    margin: 0;
    padding: 40px 0px 30px 0px;
  }
  .kr-maindetailpg__tagwrap {
    flex-wrap: wrap;
  }
  .kr-maindetailpg__txt {
    font-size: 14px;
  }
}
.kr-maindetailsarticles {
  margin-top: 40px;
}
.kr-maindetailsarticles .kr-maintitle {
  text-align: left;
}
.kr-maindetailsarticles .kr-agk__tile-head {
  margin-top: 12px;
}

.kr-maincontactus {
  position: relative;
  overflow: hidden;
}
.kr-maincontactus::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-maincontactus::after {
  content: "";
  position: absolute;
  top: -15%;
  right: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-maincontactus .kr-maintitle {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}
.kr-maincontactus .kr-maintitle__sub {
  font-weight: 400;
}
.kr-maincontactus .kr-mainbtn {
  margin-top: 30px;
}
.kr-maincontactus__wrap {
  padding: 90px 0px 80px 0px;
}
.kr-maincontactus__headwrap {
  padding-bottom: 32px;
}
.kr-maincontactus__txtarea {
  border: 1px solid #2B2B2B;
  background-color: #131313;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 20px;
  border-radius: 6px;
  height: 120px;
  resize: none;
}
.kr-maincontactus__form {
  margin: 0 20%;
}
.kr-maincontactus__formtxt {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 48px;
}
.kr-maincontactus__formtxt span a {
  color: #6F98CE;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.kr-maincontactus__formtxt span a:hover {
  color: #6F98CE;
}
.kr-maincontactus__formtxt span a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #6F98CE;
  transition: width 0.3s ease-in-out;
}
.kr-maincontactus__formtxt span a:hover::after {
  width: 100%;
}
.kr-maincontactus__gradient {
  position: relative;
}
.kr-maincontactus__gradient::after {
  content: "";
  position: absolute;
  bottom: -450px;
  right: -25%;
  width: 750px;
  height: 850px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-maincontactus__gradient::after {
    right: -45%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-maincontactus::before {
    top: -15%;
    left: -41%;
    width: 550px;
    height: 600px;
  }
  .kr-maincontactus::after {
    top: -15%;
    right: -41%;
    width: 550px;
    height: 600px;
  }
  .kr-maincontactus__form {
    margin: 0 15%;
  }
  .kr-maincontactus__wrap {
    padding: 45px 0px;
  }
  .kr-maincontactus__gradient::after {
    right: -55%;
  }
}
@media (max-width: 767px) {
  .kr-maincontactus::before {
    top: -3%;
    left: -40%;
    width: 250px;
    height: 300px;
  }
  .kr-maincontactus::after {
    top: -3%;
    right: -40%;
    width: 250px;
    height: 300px;
  }
  .kr-maincontactus .kr-maintitle {
    font-size: 40px;
    line-height: 48px;
  }
  .kr-maincontactus__form {
    margin: 0;
  }
  .kr-maincontactus__form .kr-maininput__label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .kr-maincontactus__gradient::after {
    display: none;
  }
  .kr-maincontactus__wrap {
    padding: 45px 0px;
  }
  .kr-maincontactus__txtarea {
    font-size: 14px;
  }
}
.kr-mainhwitwrk {
  padding: 70px 0px;
}
.kr-mainhwitwrk .kr-maintitle {
  font-weight: 600;
  text-align: left;
  margin-bottom: 8px;
}
.kr-mainhwitwrk .kr-maintitle__sub {
  text-align: left;
  padding-bottom: 24px;
}
.kr-mainhwitwrk__grdtag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  background-color: #000;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.kr-mainhwitwrk__grdtag::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8), rgba(237, 5, 137, 0.8));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.kr-mainhwitwrk__list {
  list-style: none;
  padding: 0;
}
.kr-mainhwitwrk__listitm {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.kr-mainhwitwrk__listitm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/kr-list-tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.kr-mainhwitwrk__wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
}
.kr-mainhwitwrk__left {
  width: 50%;
}
.kr-mainhwitwrk__right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.kr-mainhwitwrk__img {
  width: 100%;
  display: flex;
  align-items: center;
}
.kr-mainhwitwrk__img img {
  width: 100%;
}
.kr-mainhwitwrk.swap {
  background-color: #0E0E0E;
}
.kr-mainhwitwrk.swap .kr-mainhwitwrk__wrap {
  flex-direction: row-reverse;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainhwitwrk__wrap {
    gap: 40px;
  }
  .kr-mainhwitwrk__img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainhwitwrk {
    padding: 40px 0px;
  }
  .kr-mainhwitwrk .kr-maintitle {
    font-size: 32px;
    line-height: 38px;
  }
  .kr-mainhwitwrk__wrap {
    gap: 40px;
  }
  .kr-mainhwitwrk__left {
    width: 60%;
  }
  .kr-mainhwitwrk__right {
    width: 40%;
  }
  .kr-mainhwitwrk__img {
    width: 100%;
  }
  .kr-mainhwitwrk__listitm {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
  }
  .kr-mainhwitwrk__listitm::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .kr-mainhwitwrk {
    padding: 30px 0px;
  }
  .kr-mainhwitwrk__wrap {
    flex-direction: column;
    gap: 12px;
  }
  .kr-mainhwitwrk__left {
    width: 100%;
  }
  .kr-mainhwitwrk__right {
    width: 100%;
  }
  .kr-mainhwitwrk__img {
    width: 100%;
  }
  .kr-mainhwitwrk .kr-maintitle {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-mainhwitwrk__listitm {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
  }
  .kr-mainhwitwrk__listitm::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .kr-mainhwitwrk.swap .kr-mainhwitwrk__wrap {
    flex-direction: column;
    gap: 12px;
  }
}
.kr-mainhwitwrkcard {
  padding: 30px 0px;
}
.kr-mainhwitwrkcard .kr-maintalentengagecard__txthead {
  font-size: 20px;
  line-height: 28px;
}
.kr-mainhwitwrkcard .kr-maintalentengagecard__txt {
  font-size: 16px;
  line-height: 24px;
}
.kr-mainhwitwrkcard .kr-maintalentengagecard__icn {
  width: 20%;
}
.kr-mainhwitwrkcard__wrap {
  display: flex;
  gap: 20px;
  padding-top: 48px;
  width: 100%;
  justify-content: space-between;
}
.kr-mainhwitwrkcard .kr-maintalentengagecard {
  width: calc(25% - 20px);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainhwitwrkcard__wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .kr-mainhwitwrkcard .kr-maintalentengagecard {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .kr-mainhwitwrkcard__wrap {
    flex-direction: column;
  }
  .kr-mainhwitwrkcard .kr-maintalentengagecard {
    width: 100%;
  }
  .kr-mainhwitwrkcard .kr-maintitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.kr-mainnavtabfaq {
  background-color: #0E0E0E;
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
.kr-mainnavtabfaq::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23%;
  width: 650px;
  height: 850px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainnavtabfaq .kr-mainfaq::before {
  display: none;
}
.kr-mainnavtabfaq .kr-mainfaq::after {
  display: none;
}
.kr-mainnavtabfaq .kr-maintitle {
  padding-bottom: 35px;
}
.kr-mainnavtabfaq .kr-mainfaq__outer {
  padding: 40px;
}
.kr-mainnavtabfaq__wrap .nav {
  justify-content: center;
}
.kr-mainnavtabfaq__wrap .nav-tabs {
  border-bottom: unset;
}
.kr-mainnavtabfaq__wrap .nav-link {
  color: #fff;
  border: 0;
  padding-bottom: 10px;
  margin: 0px;
}
.kr-mainnavtabfaq__wrap .nav-link:hover {
  border: 0;
  box-shadow: none;
}
.kr-mainnavtabfaq__wrap .nav-link.active {
  background-color: #191919;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainnavtabfaq::after {
    right: -37%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainnavtabfaq::after {
    right: -50%;
  }
}
@media (max-width: 767px) {
  .kr-mainnavtabfaq {
    padding: 32px 0px;
  }
  .kr-mainnavtabfaq::after {
    display: none;
  }
  .kr-mainnavtabfaq .kr-maintitle {
    font-size: 24px;
    line-height: 30px;
  }
  .kr-mainnavtabfaq__wrap .nav-link {
    font-size: 14px;
  }
  .kr-mainnavtabfaq__wrap .nav {
    justify-content: space-between;
  }
  .kr-mainnavtabfaq__wrap .kr-mainfaq__outer {
    padding: 30px 0px;
  }
  .kr-mainnavtabfaq__wrap .kr-mainfaq__accwrap {
    max-height: 390px;
  }
  .kr-mainnavtabfaq__wrap .kr-mainfaq__accwrap .kr-accordion .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
}
.kr-topSearch {
  display: flex;
  gap: 20px;
}
.kr-topSearch__main {
  padding: 30px;
}
.kr-topSearch__bar {
  width: 100%;
  padding: 5px 8px;
  background-color: #1a1a1a;
  border: 1px solid #F15B2A;
  border-radius: 30px;
  color: #8c8c8c;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  height: 52px;
}
.kr-topSearch__bar.active {
  border-color: #fff;
}
.kr-topSearch__input {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background-color: #1a1a1a;
  border: none;
  border-radius: 30px;
  transition: ease 2s;
  color: #fff;
}
.kr-topSearch__input:focus {
  color: #fff;
}
.kr-topSearch__btn {
  height: 40px;
  background: rgb(45, 45, 45);
  border: none;
  border-radius: 200px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0px 20px;
  white-space: nowrap;
}
.kr-topSearch__btn:hover {
  background-color: rgb(74, 72, 72);
}
.kr-topSearch__clear {
  color: #888;
  cursor: pointer;
  font-size: 13px;
  display: none;
  margin-right: 10px;
  gap: 4px;
  transition: ease-in 0.5s;
  white-space: nowrap;
}
.kr-topSearch__clear svg {
  transition: ease-in 0.5s;
}
.kr-topSearch__clear svg path {
  transition: ease-in 0.5s;
}
.kr-topSearch__clear svg:hover {
  color: #fff;
  transition: ease-in 0.5s;
}
.kr-topSearch__clear svg:hover svg path {
  stroke: #fff;
}
.kr-topSearch .suggestions {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #1b1b1b;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.kr-topSearch .suggestion {
  padding: 10px 15px;
  cursor: pointer;
  color: #ccc;
}
.kr-topSearch .suggestion:hover {
  background: #2a2a2a;
}
.kr-topSearch .highlight {
  color: #fff;
  font-weight: bold;
}
.kr-topSearch #suggestionList {
  display: none;
}

@media (max-width: 767px) {
  .kr-topSearch {
    gap: 10px;
  }
  .kr-topSearch__main {
    padding: 30px 0px;
  }
  .kr-topSearch__bar {
    flex: 1;
  }
  .kr-topSearch__input {
    flex: 1;
  }
  .kr-topSearch__btn {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    display: flex;
  }
  .kr-topSearch__btn svg {
    width: 20px;
    height: 20px;
  }
  .kr-topSearch__btn span {
    display: none;
  }
  .kr-topSearch .krMain-btn {
    padding: 0 !important;
    width: 50px;
    height: 50px;
    display: flex;
  }
  .kr-topSearch .krMain-btn span {
    display: none;
  }
}
.krMain-rdyBook {
  background-color: rgba(103, 103, 103, 0.2);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.krMain-rdyBook__main {
  margin: 10px 0 60px;
}
.krMain-rdyBook h2 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.krMain-rdyBook h2 img {
  width: 75px;
}
.krMain-rdyBook p {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .krMain-rdyBook {
    text-align: center;
  }
  .krMain-rdyBook h2 {
    flex-direction: column;
  }
}
.krMD-sidebar {
  background: #131313;
  height: 100%;
  position: fixed;
  width: 240px;
  top: 0;
  z-index: 200;
  align-self: start;
  transition: 300ms ease-in-out;
  overflow-x: hidden;
  text-wrap: nowrap;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.krMD-sidebar__logo {
  display: flex;
  padding: 32px 24px 50px 24px;
  justify-content: space-between;
  align-items: center;
}
.krMD-sidebar__hamburger {
  height: 32px;
  display: flex;
  align-items: center;
  transition: transform 0.6s ease;
}
.krMD-sidebar__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.krMD-sidebar__nav-item {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.krMD-sidebar__nav-item-settings {
  border-top: 1px solid #3D3D3D;
  margin-top: 32px;
}
.krMD-sidebar__nav-item-settings a {
  margin-top: 32px;
}
.krMD-sidebar__nav-item:last-child {
  border-bottom: 1px solid #3D3D3D;
  margin-bottom: 32px;
}
.krMD-sidebar__nav-item:last-child a {
  margin-bottom: 32px;
}
.krMD-sidebar__nav-link {
  border-radius: 6px;
  display: flex;
  padding: 10px 24px;
  gap: 8px;
  align-items: center;
  flex: 1 0 0;
  position: relative;
  overflow: hidden;
}
.krMD-sidebar__nav-link svg {
  position: relative;
  z-index: 2;
  min-width: 20px;
}
.krMD-sidebar__nav-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  max-width: 180px;
  transition: max-width 0.3s ease;
}
.krMD-sidebar__nav-link:hover:before {
  opacity: 1;
}
.krMD-sidebar__nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
  pointer-events: none;
}
.krMD-sidebar__ac {
  display: flex;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
}
.krMD-sidebar__ac-img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 200px;
}
.krMD-sidebar__ac-img img {
  width: 100%;
  border-radius: 50%;
}
.krMD-sidebar__ac-info {
  display: flex;
  flex-direction: column;
}
.krMD-sidebar__ac-arrow {
  margin-left: auto;
}
.krMD-sidebar__ac h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: normal;
}
.krMD-sidebar__ac span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--Buttons-Colors-general-gradient-1, linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.krMD-sidebar__ac-main .dropdown-toggle::after {
  display: none;
}
.krMD-sidebar__ac-drop {
  width: 100%;
  background: #2D2D2D;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
}
.krMD-sidebar__ac-drop-head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  padding: 8px 24px;
}
.krMD-sidebar__ac-drop-head .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.krMD-sidebar__ac-drop-head-name {
  flex: 1;
}
.krMD-sidebar__ac-drop-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.5s ease;
}
.krMD-sidebar__ac-drop-item span {
  transition: 0.5s ease;
}
.krMD-sidebar__ac-drop-item:hover .krMD-sidebar__ac-drop-icon, .krMD-sidebar__ac-drop-item:hover span {
  opacity: 0.5;
}
.krMD-sidebar__ac-drop-item.logout {
  margin: 6px 0px 4px;
  position: relative;
  overflow: visible !important;
  transition: none !important;
  opacity: 1 !important;
}
.krMD-sidebar__ac-drop-item.logout:hover .krMD-sidebar__ac-drop-icon, .krMD-sidebar__ac-drop-item.logout:hover span {
  opacity: 1;
}
.krMD-sidebar__ac-drop-item.logout:hover::before {
  opacity: 1;
  transition-delay: 0.2s;
  background: linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%);
}
.krMD-sidebar__ac-drop-item.logout span {
  color: rgb(227, 31, 38);
  z-index: 100;
  transition: none !important;
}
.krMD-sidebar__ac-drop-item.logout .krMD-sidebar__ac-drop-icon {
  background-color: transparent;
  z-index: 100;
}
.krMD-sidebar__ac-drop-item.logout::before {
  position: absolute;
  content: "";
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s; /* How long the fade effect takes */
  transition-delay: 0s; /* No delay initially */
}
.krMD-sidebar__ac-drop-item.logout::after {
  position: absolute;
  content: "";
  left: 1px;
  height: 94%;
  width: 99.2%;
  top: 1px;
  background-color: #2d2d2d;
  border-radius: 4px;
}
.krMD-sidebar__ac-drop-icon {
  display: flex;
  height: 24px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1A1A1A;
  border-radius: 50%;
  transition: 0.5s ease;
}
.krMD-sidebar.collapsed {
  width: 70px;
  display: flex;
  flex-direction: column;
}
.krMD-sidebar.collapsed .krMD-sidebar__nav-item {
  padding: 0px 12px;
}
.krMD-sidebar.collapsed .krMD-sidebar__nav-link {
  padding: 10px 12px;
}
.krMD-sidebar.collapsed .krMD-sidebar__nav-link span {
  max-width: 0;
}
.krMD-sidebar.collapsed .krMD-sidebar__logo img {
  display: none;
}
.krMD-sidebar.collapsed .krMD-sidebar__hamburger {
  transform: rotate(180deg);
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-info {
  display: none;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac {
  padding: 8px 12px;
  gap: 5px;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-img {
  width: 28px;
  height: 28px;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop-text {
  display: none;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop-head-name {
  display: none;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop {
  width: 70px;
  min-width: 70px;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop-item.logout::after {
  left: 1px;
  height: 95%;
  width: 97%;
  top: 1px;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop-head {
  position: relative;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop-head-tick {
  right: 14px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
}
.krMD-sidebar.collapsed .krMD-sidebar__ac-drop-head-tick svg {
  width: 100%;
}

.krMD-topbar {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.krMD-topbar__L {
  display: flex;
  align-items: center;
  gap: 14px;
}
.krMD-topbar__L .kr-mainsrchinput__wrap {
  border: 1px solid rgb(43, 43, 43);
  background: rgb(19, 19, 19);
  height: 40px;
  gap: 7px;
  min-width: 320px;
}
.krMD-topbar__cat {
  width: 90px;
  height: 40px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgb(43, 43, 43);
  background: rgb(19, 19, 19);
}
.krMD-topbar__cat .krMain-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.krMD-topbar__cat .krMain-sort__text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #8C8C8C;
}
.krMD-topbar__cat .krMain-sort__btn {
  padding: 0px;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.krMD-topbar__cat .krMain-sort__arrow {
  margin-right: 0px;
  margin-top: -2px;
}
.krMD-topbar__cat .krMain-sort .dropdown-menu {
  right: unset;
  left: -16px;
  min-width: 110px;
  width: 110px;
  top: 38px;
  border: none;
}
.krMD-topbar__R {
  display: flex;
  align-items: center;
  gap: 14px;
}
.krMD-topbar__notfi {
  border: 1px solid rgb(43, 43, 43);
  background: rgb(19, 19, 19);
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.krMD-topbar__linkbox {
  border: 1px solid rgb(43, 43, 43);
  background: rgb(19, 19, 19);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 8px;
  min-width: 320px;
  height: 40px;
  position: relative;
  /* Tooltip */
}
.krMD-topbar__linkbox-text {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
}
.krMD-topbar__linkbox .tooltip {
  position: absolute;
  top: -32px;
  right: 0;
  background: #fff;
  color: #000;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: 0.25s ease;
}
.krMD-topbar__linkbox .tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

.krMD-welcm {
  position: relative;
}
.krMD-welcm h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.krMD-welcm p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #A9A9A9;
  padding-bottom: 32px;
}
.krMD-welcm__in {
  border-radius: 16px;
  background: rgba(19, 19, 19, 0.8);
  padding: 24px;
  position: relative;
}
.krMD-welcm__in h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 24px;
}
.krMD-welcm__close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.krMD-welcm__close svg {
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
.krMD-welcm__close:hover svg {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
}
.krMD-welcm__progress h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
  margin-bottom: 6px;
}
.krMD-welcm__progress .progress {
  border-radius: 16px;
  overflow: hidden;
  height: 8px;
  background-color: rgb(26, 26, 26);
}
.krMD-welcm__progress .progress-bar {
  background-color: rgb(53, 181, 88);
}
.krMD-welcm__share {
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #2D2D2D;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.krMD-welcm__share svg {
  transition: 0.5s ease-in-out;
}
.krMD-welcm__share a:hover svg {
  transition: 0.5s ease-in-out;
  transform: translate(0px, -2px);
}

.krMD-quichIns__main-head {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 24px;
}
.krMD-quichIns__in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.krMD-invite {
  display: flex;
  padding: 20px 16px;
  align-items: center;
  border-radius: 12px;
  flex: 1;
  background: rgba(19, 19, 19, 0.8);
}
.krMD-invite svg {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.krMD-invite span {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
}
.krMD-invite .kr-mainbtn {
  height: 25px;
}

.krMD-sideVideo {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(19, 19, 19, 0.8);
  border-radius: 12px;
}
.krMD-sideVideo h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-bottom: 6px;
}
.krMD-sideVideo p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
  margin-bottom: 24px;
}
.krMD-sideVideo__video {
  width: 100%;
}
.krMD-sideVideo__video img {
  width: 100%;
  border-radius: 8px;
}

.krMian-prlfBnr {
  width: 100%;
  background: linear-gradient(180deg, #CA7327 0%, #C30A73 100%);
  background: rgba(103, 103, 103, 0.2);
  padding: 40px;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.krMian-prlfBnr__main {
  margin: 20px 0px 30px;
}
.krMian-prlfBnr:after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
  opacity: 0.7;
}
.krMian-prlfBnr__body h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}
.krMian-prlfBnr__body p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
}
.krMian-prlfBnr .kr-mainbtn {
  display: inline-flex;
  gap: 10px;
  padding: 12px 22px;
}
.krMian-prlfBnr__userProgress {
  width: 175px;
  height: 175px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.krMian-prlfBnr__userProgress-circle {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.krMian-prlfBnr__userProgress-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.krMian-prlfBnr__userProgress-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(rgb(241, 91, 42) calc(var(--progress) * 1%), transparent 0);
  z-index: 10;
  pointer-events: none;
  mask: radial-gradient(farthest-side, transparent calc(100% - 6px), black calc(100% - 6px + 1px));
}
.krMian-prlfBnr__userProgress-label {
  background: rgb(45, 45, 45);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.krMian-prlfBnr__userProgress .krMian-editIcon {
  position: absolute;
  right: 4px;
  top: 20px;
  border-radius: 50%;
  z-index: 11;
}
.krMian-prlfBnr__userDetails {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.krMian-prlfBnr__userInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.krMian-prlfBnr__userInfo--mob {
  display: none;
}
.krMian-prlfBnr__userInfo-head {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
}
.krMian-prlfBnr__userInfo-head-sub {
  font-size: 18px;
  color: rgb(169, 169, 169);
  font-weight: 400;
}

@media (max-width: 767px) {
  .krMian-prlfBnr {
    padding: 40px 16px;
    border-radius: 0px;
  }
  .krMian-prlfBnr__main .content-wrapper {
    padding: 0px;
  }
  .krMian-prlfBnr__userProgress {
    display: none;
  }
  .krMian-prlfBnr__userInfo-head {
    font-size: 22px;
  }
  .krMian-prlfBnr__userInfo--mob {
    display: flex;
  }
}
.krMain-proCvr {
  position: relative;
}
.krMain-proCvr__img {
  display: flex;
  width: 100%;
  min-height: 245px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.krMain-proCvr img {
  width: 100%;
}
.krMain-proCvr__attachFile {
  display: none;
}
.krMain-proCvr.noimage .krMain-proCvr__img {
  display: none;
}
.krMain-proCvr.noimage .krMain-proCvr__attachFile {
  display: flex;
  display: flex;
  width: 100%;
  min-height: 245px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  border: 2px dashed rgb(43, 43, 43);
}
.krMain-proCvr__main {
  padding-bottom: 87px;
  position: relative;
}
.krMain-proCvr__in {
  width: 95%;
  margin: 0px auto;
}
.krMain-proCvr__publicView {
  padding-bottom: 15px;
  color: rgb(120, 120, 120);
  font-size: 14px;
  font-weight: 500;
  transition: ease 0.6s;
}
.krMain-proCvr__publicView svg path {
  transition: ease 0.6s;
}
.krMain-proCvr__publicView:hover {
  color: rgb(227, 31, 38);
}
.krMain-proCvr__publicView:hover svg path {
  stroke: rgb(227, 31, 38);
}
.krMain-proCvr__body {
  position: absolute;
  bottom: -87px;
  padding: 0px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.krMain-proCvr .completed::after {
  background: conic-gradient(rgb(53, 181, 88) calc(var(--progress) * 1%), transparent 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), black calc(100% - 6px + 1px));
}

@media (max-width: 767px) {
  .krMain-proCvr .krMian-prlfBnr__userProgress {
    display: flex;
    width: 110px;
    height: 110px;
  }
  .krMain-proCvr .krMain-proCvr__publicView {
    bottom: 60px;
    right: 20px;
    position: absolute;
  }
  .krMain-proCvr .krMian-prlfBnr__userDetails {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .krMain-proCvr__main {
    padding-bottom: 130px;
  }
  .krMain-proCvr__main .content-wrapper {
    width: 100%;
    padding: 0px;
  }
  .krMain-proCvr__in {
    width: 100%;
  }
  .krMain-proCvr__body {
    bottom: -130px;
    padding: 0px 16px;
  }
  .krMain-proCvr .krMian-prlfBnr__userDetails {
    gap: 10px;
  }
  .krMain-proCvr .krMian-prlfBnr__userProgress-label {
    font-size: 10px;
  }
  .krMain-proCvr.noimage .krMain-proCvr__attachFile {
    min-height: 125px;
  }
  .krMain-proCvr .krMian-editIcon {
    width: 28px;
    height: 28px;
    right: -4px;
    top: 10px;
  }
}
.krMain-dxPopup {
  background-color: rgb(26, 26, 26) !important;
  border: none !important;
  border-radius: 8px !important;
  overflow: hidden;
  padding: 20px !important;
  font-family: "Plus Jakarta Sans" !important;
}
.krMain-dxPopup--hideTitle .dxpc-headerContent {
  display: none;
}
.krMain-dxPopup .dxpc-headerContent {
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 600;
  color: #fff;
  text-align: center;
  height: auto !important;
  padding: 0px !important;
  margin: 0px !important;
}
.krMain-dxPopup .dxpc-header {
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent !important;
  background: none !important;
  padding: 0px !important;
}
.krMain-dxPopup .dxpc-closeBtn {
  display: flex;
  align-self: flex-start;
  justify-self: self-start;
  border: none !important;
  background-image: url(../../images/close-icn.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 11px;
  height: 11px;
  padding: 0px !important;
  transition: transform 0.5s ease-in-out !important;
  float: none !important;
  order: 2;
}
.krMain-dxPopup .dxpc-closeBtn img {
  display: none !important;
}
.krMain-dxPopup .dxpc-closeBtn:hover {
  border: none !important;
}
.krMain-dxPopup .dxpc-closeBtnHover {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  background-image: url(../../images/close-icn.svg) !important;
  transform: scale(1.2) !important;
  float: none !important;
}
.krMain-dxPopup .dxpc-content {
  padding: 0px 0px 0px !important;
  min-height: 80px;
  display: flex !important;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.krMain-whSlick, .krMain-whSlick3 {
  margin: 0px 0px 0px -12px;
}
.krMain-whSlick .slick-track, .krMain-whSlick3 .slick-track {
  display: flex;
}
.krMain-whSlick__main, .krMain-whSlick3__main {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #2B2B2B;
}
.krMain-whSlick__main .kr-maintitle, .krMain-whSlick3__main .kr-maintitle {
  margin-bottom: 28px;
}
.krMain-whSlick .slick-arrow, .krMain-whSlick3 .slick-arrow {
  display: flex;
  width: 32px;
  height: 32px;
  background: #2B2B2B;
  border-radius: 50%;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25%;
  transition: ease-in-out 0.6s;
}
.krMain-whSlick .slick-arrow::after, .krMain-whSlick .slick-arrow::before, .krMain-whSlick3 .slick-arrow::after, .krMain-whSlick3 .slick-arrow::before {
  display: none;
}
.krMain-whSlick .slick-arrow.slick-prev, .krMain-whSlick3 .slick-arrow.slick-prev {
  transform: translate(0, -50%) rotate(-180deg);
}
.krMain-whSlick .slick-arrow:hover, .krMain-whSlick3 .slick-arrow:hover {
  background-color: #3c3c3c;
}
.krMain-whSlick .slick-arrow.slick-disabled, .krMain-whSlick3 .slick-arrow.slick-disabled {
  display: none !important;
}
.krMain-whSlick .slick-prev, .krMain-whSlick3 .slick-prev {
  left: -15px;
  z-index: 1;
}
.krMain-whSlick .slick-next, .krMain-whSlick3 .slick-next {
  right: -15px;
}
.krMain-whSlick.krMain-whSlick3, .krMain-whSlick3.krMain-whSlick3 {
  margin: 0px -12px 0px;
}
.krMain-whSlick.krMain-whSlick3 .slick-prev, .krMain-whSlick3.krMain-whSlick3 .slick-prev {
  left: 12px;
  z-index: 1;
}
.krMain-whSlick.krMain-whSlick3 .slick-next, .krMain-whSlick3.krMain-whSlick3 .slick-next {
  right: 8px;
}

.krMain-edcn {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: 0;
  position: relative;
  overflow: hidden;
}
.krMain-edcn::after {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0px;
  bottom: -20px;
  content: "";
  width: 100%;
  height: 80px;
}
.krMain-edcn__main .kr-maintitle {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .krMain-edcn__main {
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 28px;
  }
}
.krMain-spotlight {
  width: 100%;
  background: rgba(19, 19, 19, 0.8);
  border-radius: 8px;
  padding: 24px 16px;
  margin-bottom: 20px;
}
.krMain-spotlight .kr-maintitle__edit h2 {
  font-size: 18px;
}
.krMain-spotlight .kr-maintitle__sub {
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  color: #8C8C8C;
}
.krMain-spotlight__outer {
  width: 100%;
}
.krMain-spotlight__outer .kr-maintitle {
  margin-bottom: 8px;
}
.krMain-spotlight__head {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.krMain-spotlight__sub {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
}
.krMain-spotlight__body-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 14px;
}
.krMain-spotlight__ftr {
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .krMain-spotlight {
    margin-bottom: 0px;
    padding: 28px 16px 0px;
  }
  .krMain-spotlight__body-wrap-inner {
    margin: 16px;
  }
  .krMain-spotlight__body-wrap-inner img {
    width: 100%;
    height: auto;
    display: flex;
  }
  .krMain-spotlight__body-wrap-slider {
    display: flex;
  }
  .krMain-spotlight__body-wrap-slider .slick-prev {
    left: -10px;
  }
  .krMain-spotlight__body-wrap-slider .slick-next {
    right: -10px;
  }
  .krMain-spotlight__head {
    font-size: 20px;
    line-height: 1;
  }
  .krMain-spotlight__sub {
    margin-bottom: 0px;
  }
  .krMain-spotlight__ftr {
    padding: 20px 0px 0px;
  }
  .krMain-spotlight__ftr .krMain--cta {
    min-width: 140px !important;
  }
  .krMain-spotlight__outer {
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 28px;
  }
}
.krMain-sm {
  display: flex;
  gap: 8px;
}
.krMain-sm__main {
  width: 100%;
  background: rgba(19, 19, 19, 0.8);
  border-radius: 8px;
  padding: 24px 16px;
}
.krMain-sm__main .kr-maintitle {
  margin-bottom: 20px;
}
.krMain-sm__icn {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.6s;
}
.krMain-sm__icn svg {
  width: 20px;
  height: 20px;
}
.krMain-sm__icn:hover {
  transform: translate(0px, -4px);
}
.krMain-sm__icn.disable {
  opacity: 0.3;
}

@media (max-width: 767px) {
  .krMain-sm__main {
    padding: 28px 16px;
  }
}
.krMain-plInfo__wrap {
  width: 100%;
  background: rgba(19, 19, 19, 0.8);
  border-radius: 8px;
  padding: 24px 16px;
  margin-bottom: 20px;
}
.krMain-plInfo__wrap-in {
  width: 100%;
}
.krMain-plInfo__wrap .kr-maintitle {
  margin-bottom: 20px;
}
.krMain-plInfo:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .krMain-plInfo__wrap {
    margin-bottom: 0px;
    padding: 0px 16px;
  }
  .krMain-plInfo__wrap-in {
    padding: 28px 0px 28px;
    border-bottom: 1px solid #2B2B2B;
  }
}
.krMain-pflvuimage {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  border-radius: 12px;
  background: rgba(19, 19, 19, 0.8);
}
.krMain-pflvuimage__pic {
  border-radius: 4px;
  margin-bottom: 24px;
}
.krMain-pflvuimage__pic img {
  border-radius: 4px;
  width: 100%;
}
.krMain-pflvuimage__name {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
.krMain-pflvuimage__location {
  display: flex;
  align-items: center;
  color: #8C8C8C;
  margin-bottom: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 7px;
}
.krMain-pflvuimage__exp {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #A9A9A9;
}

.krMain-pflvuCvrSec {
  height: 400px;
  position: relative;
}
.krMain-pflvuCvrSec__img {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.krMain-pflvuCvrSec__body {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
  padding: 24px;
}
.krMain-pflvuCvrSec__head {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
.krMain-pflvuCvrSec .krMain-tags {
  border-radius: 200px;
  border: 1px solid #787878;
  background: #2D2D2D;
}
.krMain-pflvuCvrSec .krMain-tags__wrap {
  gap: 8px;
}
.krMain-pflvuCvrSec__right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.krMain-pflvuCvrSec__quickLink {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.krMain-pflvuCvrSec .krMain-sm__icn {
  width: 28px;
  height: 28px;
}
.krMain-pflvuCvrSec .krMain-sm__icn svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 767px) {
  .krMain-pflvuCvrSec {
    height: 125px;
  }
  .krMain-pflvuCvrSec__body {
    flex-direction: column-reverse;
    padding: 16px;
  }
  .krMain-pflvuCvrSec__img {
    border-radius: 0px;
  }
  .krMain-pflvuCvrSec .krMain-pflvuCvrSec__head, .krMain-pflvuCvrSec .krMain-sm {
    display: none;
  }
  .krMain-pflvuCvrSec__quickLink {
    margin-bottom: 0px;
  }
  .krMain-pflvuCvrSec__main {
    position: relative;
  }
  .krMain-pflvuCvrSec__main .krMain-proCvr {
    position: relative;
    margin-top: -52px;
  }
  .krMain-pflvuCvrSec__main .krMain-proCvr__body {
    position: relative;
    bottom: unset;
  }
  .krMain-pflvuCvrSec__main .krMian-prlfBnr__userDetails {
    gap: 8px;
  }
  .krMain-pflvuCvrSec__main .krMain-proCvr__publicView {
    padding: 0px;
    top: 80px;
  }
  .krMain-pflvuCvrSec__main .krMain-pflvuimage__location {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .krMain-pflvuCvrSec__main .krMian-prlfBnr__userProgress {
    margin-bottom: 8px;
  }
  .krMain-pflvuCvrSec__main .krMian-prlfBnr__userInfo-head {
    font-size: 28px;
  }
}
.krMain-smConnect {
  padding: 24px 16px;
  border-radius: 8px;
  background: rgba(19, 19, 19, 0.8);
  position: relative;
  overflow: hidden;
}
.krMain-smConnect__list {
  margin-bottom: 18px;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.krMain-smConnect__list::-webkit-scrollbar {
  display: none; /* Hide for WebKit browsers */
  height: 0;
  width: 0;
}
.krMain-smConnect__item {
  margin: 0px 16px 0px 0px;
}
.krMain-smConnect__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #A9A9A9;
  padding: 0px 0px 8px;
  border-bottom: 1px solid transparent;
}
.krMain-smConnect__link.active {
  color: #fff;
  border-color: #fff;
}
.krMain-smConnect .nav-tabs {
  border: none;
}
.krMain-smConnect__body img {
  width: 100%;
}
.krMain-smConnect__body-fb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  position: relative;
}
.krMain-smConnect__body-fb img {
  width: 100%;
  border-radius: 8px;
}
.krMain-smConnect__fb-btn {
  display: flex;
  width: 98%;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 10px;
  border-radius: 200px;
  background: rgba(39, 39, 39, 0.4);
  backdrop-filter: blur(calc(var(--Drop-shadow-lg, 12px) / 2));
  gap: 8px;
  color: #FDF6FA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  transition: ease-in 0.6s;
}
.krMain-smConnect__fb-btn:hover {
  color: #FDF6FA;
  bottom: 15px;
}

.kr-mainvemail {
  background-color: #000;
  min-height: 100vh;
}
.kr-mainvemail__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0 40px 0px;
}
.kr-mainvemail__logo {
  padding-top: 40px;
}
.kr-mainvemail__logo img {
  width: 120px;
  height: auto;
}
.kr-mainvemail__wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 75px 40px;
  width: 650px;
  border: 1px solid #2a2a2a;
}
.kr-mainvemail__back {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(253, 246, 250);
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 30px;
}
.kr-mainvemail__back:hover {
  color: #fff;
}
.kr-mainvemail__back:hover img {
  transform: translateX(-2px);
  transition: all 0.3s ease-in-out;
}
.kr-mainvemail__box {
  padding: 0 40px;
}
.kr-mainvemail__header {
  text-align: center;
  margin-bottom: 40px;
}
.kr-mainvemail__header svg {
  margin-bottom: 20px;
}
.kr-mainvemail__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.kr-mainvemail__subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.kr-mainvemail__form {
  margin-bottom: 30px;
}
.kr-mainvemail__code-container {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.kr-mainvemail__input-wrapper {
  width: calc(16.6666666667% - 16px);
  padding-top: calc(16.6666666667% - 28px);
  position: relative;
}
.kr-mainvemail__code-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #141313;
  border: 1px solid #2b2b2b;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.kr-mainvemail__code-input:focus {
  outline: none;
  border-color: #ff6b35;
  background: rgba(255, 255, 255, 0.15);
}
.kr-mainvemail__timer {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 32px;
}
.kr-mainvemail__footer {
  text-align: center;
  margin-top: 30px;
}
.kr-mainvemail__footer-text {
  color: rgb(253, 246, 250);
  font-size: 14px;
  font-weight: 400;
}
.kr-mainvemail__resend-link {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  padding-left: 3px;
  transition: 0.2s ease-in-out;
  color: #bf1a5e;
}
.kr-mainvemail__resend-link:hover {
  color: rgb(245, 136, 40);
}
.kr-mainvemail__resend-link::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: linear-gradient(to bottom, #F69320, #EC008C);
  transition: width 0.3s ease-in-out;
}
.kr-mainvemail__resend-link:hover::after {
  width: 100%;
}
.kr-mainvemail .kr-mainbtn {
  font-size: 16px;
  display: inline-block;
  min-width: 150px;
}

@media (max-width: 767px) {
  .kr-mainvemail {
    overflow: hidden;
  }
  .kr-mainvemail__wrap {
    width: 100%;
    padding: 30px 0px;
    background-image: unset !important;
    border: unset;
  }
  .kr-mainvemail__logo {
    padding-top: 0px;
  }
  .kr-mainvemail__input-wrapper {
    width: calc(16.6666666667% - 10px);
    padding-top: calc(16.6666666667% - 4px);
  }
  .kr-mainvemail__title {
    font-size: 24px;
  }
  .kr-mainvemail__box {
    padding: 0px;
  }
  .kr-mainvemail__timer {
    margin-bottom: 20px;
  }
  .kr-mainvemail__back {
    margin-bottom: 40px;
  }
}
.kr-mainemailsent__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.kr-mainemailsent__container .kr-maintitle {
  font-size: 32px;
  line-height: 38px;
}
.kr-mainemailsent__container .kr-mainsubtitle {
  font-size: 14px;
  font-weight: 500;
}
.kr-mainemailsent__container .kr-mainvemail__resend-link {
  color: #bf1a5e;
  background: unset;
}
.kr-mainemailsent__container .kr-mainvemail__resend-link:hover {
  color: rgb(245, 136, 40);
}
.kr-mainemailsent__container .kr-mainvemail__resend-link::after {
  background: #F15B2A !important;
}
.kr-mainemailsent__logo {
  margin-bottom: 20px;
}
.kr-mainemailsent__logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .kr-mainemailsent__logo {
    width: 14%;
    padding-top: 0px;
  }
  .kr-mainemailsent .kr-maintitle {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-mainemailsent .kr-mainsubtitle {
    text-align: center;
  }
  .kr-mainemailsent .kr-mainvemail__resend-link {
    -webkit-text-fill-color: #F15B2A;
    background-clip: unset;
    color: #F15B2A;
    background: unset;
  }
}
.kr-mainresetpsswrd__inputwrap {
  padding-bottom: 10px;
}
.kr-mainresetpsswrd__inputwrap .kr-mainpwdinput__label {
  font-size: 14px;
  font-weight: 500;
}
.kr-mainresetpsswrd .kr-mainvemail__box {
  padding: 0px;
}
.kr-mainresetpsswrd .kr-maininput__label {
  font-weight: 500;
  font-size: 15px;
}
.kr-mainresetpsswrd .kr-mainvemail__header {
  margin-bottom: 30px;
}
.kr-mainresetpsswrd .kr-mainbtn {
  width: 100%;
  display: flex;
}
.kr-mainresetpsswrd .kr-mainvemail__wrap {
  padding: 40px;
}
.kr-mainresetpsswrd .kr-mainvemail__form {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .kr-mainresetpsswrd .kr-mainvemail__box {
    padding: 0;
  }
  .kr-mainresetpsswrd .kr-mainvemail__wrap {
    padding: 0px;
  }
}
.kr-mainresetpsswrddone__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kr-mainresetpsswrddone__container .kr-maintitle {
  font-size: 32px;
  text-align: center;
}
.kr-mainresetpsswrddone__container .kr-mainsubtitle {
  font-size: 14px;
  font-weight: 500;
}
.kr-mainresetpsswrddone__logo {
  width: 10%;
}
.kr-mainresetpsswrddone__logo img {
  width: 100%;
}

.kr-mainabout {
  position: relative;
  overflow: hidden;
}
.kr-mainabout::before {
  content: "";
  position: absolute;
  top: 32%;
  left: -395px;
  width: 650px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-mainabout::after {
  content: "";
  position: absolute;
  top: 32%;
  right: -395px;
  width: 650px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainabout .kr-maingif {
  position: relative;
  overflow: hidden;
}
.kr-mainabout .kr-maingif::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -15%;
  width: 620px;
  height: 650px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-mainabout .kr-mainfooter {
  margin-top: 0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainabout .kr-maingif {
    background-position: 0% 20%;
    background-size: 75% 150%;
    padding-top: 60px;
  }
  .kr-mainabout .kr-maingif::before {
    left: -30%;
  }
  .kr-mainabout .kr-maingif__left {
    top: 50%;
    left: 25%;
    width: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainabout .kr-maingif__right h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-mainabout .kr-maingif {
    min-height: 450px;
    background-size: 85% 125%;
    background-position: 0% 0%;
    padding-top: 60px;
  }
  .kr-mainabout .kr-maingif::before {
    left: -30%;
  }
  .kr-mainabout .kr-maingif__left {
    left: 21%;
    top: 42%;
  }
  .kr-mainabout .kr-maingif__right {
    padding-left: 0;
  }
  .kr-mainabout .kr-maingif__right p {
    padding: 15px 0px;
  }
  .kr-mainabout .kr-maingif__right .kr-mainbtn {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .kr-mainabout .kr-aboutusbanner .kr-maintitle__sub {
    width: 90%;
  }
  .kr-mainabout::before {
    top: 40%;
    left: -30%;
    width: 200px;
    height: 300px;
  }
  .kr-mainabout::after {
    top: 40%;
    width: 200px;
    height: 300px;
    right: -30%;
  }
  .kr-mainabout .kr-maingif {
    height: auto;
    background-size: 220% 70%;
    margin-top: -2px;
    padding: 40px 0px;
    background-position: 23% -7%;
    min-height: unset;
  }
  .kr-mainabout .kr-maingif::before {
    top: -34%;
    left: -38%;
    width: 250px;
    height: 450px;
  }
  .kr-mainabout .kr-maingif .kr-mainbanner__combobtnwrap {
    flex-direction: row;
    margin-bottom: 0;
  }
  .kr-mainabout .kr-maingif .kr-mainbtn {
    padding: 12px 20px;
  }
  .kr-mainabout .kr-maingif .kr-maingif__right h2 br {
    display: none;
  }
}
.kr-maincontactpage .kr-mainfooter {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kr-maincontactpage .kr-mainfooter {
    position: relative;
  }
  .kr-maincontactpage .kr-mainfooter::before {
    content: "";
    position: absolute;
    bottom: 70%;
    right: 70%;
    width: 250px;
    height: 300px;
    background: url(../images/corner-gradient.png) no-repeat bottom right;
    background-size: contain;
    z-index: 0;
  }
}
.kr-mainhomepage {
  position: relative;
  overflow: hidden;
}
.kr-mainhomepage::after {
  content: "";
  position: absolute;
  top: 37%;
  right: -23%;
  width: 850px;
  height: 1300px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainhomepage .kr-mainslider__carousel {
  z-index: 2;
}
.kr-mainhomepage .krMain-Tlnt__main::before {
  display: none;
}
.kr-mainhomepage .krMain-Tlnt__nav {
  position: relative;
  z-index: 2;
}
.kr-mainhomepage .krMain-Tlnt__main .kr-mainbtn.normal {
  border-radius: 50px;
}
.kr-mainhomepage .kr-maindiscovery .kr-maindiscovery__left .kr-mainbtn {
  border-radius: 50px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainhomepage::after {
    display: none;
  }
  .kr-mainhomepage .kr-maintalentrevolution {
    padding: 40px 0px 10px 0px;
  }
  .kr-mainhomepage .kr-mainslider {
    padding: 10px 0px 40px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainhomepage::after {
    display: none;
  }
  .kr-mainhomepage .kr-maintalentrevolution {
    padding: 40px 0px 10px 0px;
  }
  .kr-mainhomepage .kr-mainslider {
    padding: 10px 0px 40px 0px;
  }
}
@media (max-width: 767px) {
  .kr-mainhomepage::after {
    display: none;
  }
  .kr-mainhomepage .kr-maintalentrevolution {
    padding: 40px 0px 0px 0px;
  }
  .kr-mainhomepage .kr-mainslider {
    padding: 10px 0px 40px 0px;
  }
  .kr-mainhomepage .krMain-Tlnt__nav {
    flex-wrap: unset;
    overflow: scroll;
    justify-content: flex-start;
    /* Chrome, Edge, Safari */
    /* Firefox */
  }
  .kr-mainhomepage .krMain-Tlnt__nav ::-webkit-scrollbar {
    width: 8px;
  }
  .kr-mainhomepage .krMain-Tlnt__nav ::-webkit-scrollbar-track {
    background: #252525;
  }
  .kr-mainhomepage .krMain-Tlnt__nav ::-webkit-scrollbar-thumb {
    background: #666;
    /* adjust to your preferred thumb color */
    border-radius: 10px;
  }
  .kr-mainhomepage .krMain-Tlnt__nav ::-webkit-scrollbar-thumb:hover {
    background: #888;
  }
  .kr-mainhomepage .krMain-Tlnt__nav * {
    scrollbar-width: thin;
    scrollbar-color: #666 #252525;
    /* thumb | track */
  }
  .kr-mainhomepage .krMain-Tlnt__nav .krMain-Tlnt__nav-link {
    white-space: nowrap;
    margin-bottom: 12px;
  }
  .kr-mainhomepage .krMain-Tlnt__main {
    background-color: #000;
    padding: 0;
  }
  .kr-mainhomepage .kr-maindiscovery {
    background-color: #000;
  }
  .kr-mainhomepage .kr-maindiscovery .kr-maindiscovery__left .kr-mainbtn {
    display: none;
  }
  .kr-mainhomepage .kr-maindiscovery .kr-maindiscovery__wrap {
    flex-direction: column;
  }
}
.kr-mainseekr {
  position: relative;
  overflow: hidden;
}
.kr-mainseekr::before {
  content: "";
  position: absolute;
  bottom: 2.8%;
  left: -35%;
  width: 250px;
  height: 350px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainseekr::after {
  content: "";
  position: absolute;
  bottom: 2.5%;
  right: -35%;
  width: 250px;
  height: 350px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainseekr .kr-maingrowthsteps .kr-maingrowthsteps__maintitle {
  margin-bottom: 10px;
}
.kr-mainseekr .kr-mainslider {
  padding: 20px 0px 60px 0px;
}
.kr-mainseekr .kr-mainbanner__content {
  padding: 70px 0px 70px 0px;
}
.kr-mainseekr .kr-maintalentengage__outer {
  padding: 110px 0px 40px 0px;
}
.kr-mainseekr .kr-maingrowthsteps {
  padding: 30px 40px 60px 40px;
}
.kr-mainseekr .kr-maingrowthsteps__stepswrap {
  margin-top: 40px;
}
.kr-mainseekr .kr-maingrowthsteps__header {
  margin-bottom: 40px;
}
.kr-mainseekr .kr-maingif {
  padding-top: 60px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainseekr .kr-maintalentengage__outer {
    padding: 70px 0px 40px 0px;
  }
  .kr-mainseekr .kr-maingrowthsteps {
    padding: 30px 30px 60px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainseekr .kr-maintalentengage__outer {
    padding: 70px 0px 40px 0px;
  }
  .kr-mainseekr .kr-maingrowthsteps {
    padding: 30px 30px 60px 30px;
  }
}
@media (max-width: 767px) {
  .kr-mainseekr .kr-seekrbanner__subtitle {
    font-size: 14px;
  }
  .kr-mainseekr .kr-maindiscovery {
    background-color: #000000;
    padding: 0 10px 40px;
  }
  .kr-mainseekr .kr-maindiscovery__wrap {
    flex-direction: column !important;
    gap: 10px;
  }
  .kr-mainseekr .kr-maindiscovery__wrap .kr-mainbtn {
    margin-top: 30px;
    padding: 12px 30px;
  }
  .kr-mainseekr .kr-maindiscovery__left .kr-mainbtn {
    display: none;
  }
  .kr-mainseekr .kr-maindiscovery__left h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 0px 35px;
  }
  .kr-mainseekr .krMain-Tlnt__main {
    background-color: #000000;
    padding: 40px 0 40px;
  }
  .kr-mainseekr .krMain-Tlnt__nav {
    flex-wrap: unset;
    overflow: scroll;
    justify-content: flex-start;
    /* Chrome, Edge, Safari */
    /* Firefox */
  }
  .kr-mainseekr .krMain-Tlnt__nav ::-webkit-scrollbar {
    width: 8px;
  }
  .kr-mainseekr .krMain-Tlnt__nav ::-webkit-scrollbar-track {
    background: #252525;
    border-radius: 10px;
  }
  .kr-mainseekr .krMain-Tlnt__nav ::-webkit-scrollbar-thumb {
    background: #666;
    /* adjust to your preferred thumb color */
    border-radius: 10px;
  }
  .kr-mainseekr .krMain-Tlnt__nav ::-webkit-scrollbar-thumb:hover {
    background: #888;
  }
  .kr-mainseekr .krMain-Tlnt__nav * {
    scrollbar-width: thin;
    scrollbar-color: #666 #252525;
    /* thumb | track */
  }
  .kr-mainseekr .krMain-Tlnt__nav .krMain-Tlnt__nav-link {
    white-space: nowrap;
    margin-bottom: 12px;
  }
  .kr-mainseekr .kr-maintalentengage__outer,
  .kr-mainseekr .kr-mainslider {
    padding-bottom: 0;
  }
  .kr-mainseekr .kr-maingrowthsteps__stepswrap {
    margin-top: 60px;
  }
  .kr-mainseekr .kr-maintalentengage__outer {
    padding-top: 70px;
  }
  .kr-mainseekr .kr-maintalentengage__outer .kr-maintitle {
    font-size: 24px;
    line-height: 30px;
  }
}
.kr-mainagency {
  position: relative;
  overflow: hidden;
}
.kr-mainagency .kr-maintalentengage::before {
  display: none;
}
.kr-mainagency .kr-maintalentengage::after {
  display: none;
}
.kr-mainagency .kr-agk__main {
  padding: 40px 0px 60px;
}
.kr-mainagency .kr-mainfaq::before {
  display: none;
}
.kr-mainagency .kr-mainfaq::after {
  display: none;
}
.kr-mainagency .kr-maingif {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  min-height: 600px;
  background-size: 110% 120%;
  background-position: 60% -20%;
}
.kr-mainagency .kr-maingif::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -250px;
  width: 600px;
  height: 750px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: contain;
  z-index: 0;
}
.kr-mainagency .kr-maingif::after {
  content: "";
  position: absolute;
  top: -300px;
  right: -250px;
  width: 600px;
  height: 750px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: contain;
  z-index: 0;
}
.kr-mainagency .kr-maingif__left {
  top: 49%;
  left: 30%;
  width: 35%;
}
.kr-mainagency .kr-maintalentengage__cardwrap {
  position: relative;
  z-index: 3;
}
.kr-mainagency .kr-agk {
  position: relative;
  z-index: 2;
}
.kr-mainagency .kr-agk .kr-agk__tile-head {
  margin: 12px 0px;
}
.kr-mainagency__pggradient {
  position: relative;
}
.kr-mainagency__pggradient::before {
  content: "";
  position: absolute;
  top: -280px;
  left: -20%;
  width: 600px;
  height: 720px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: cover;
  z-index: 1;
  background-position: 75% 75%;
}
.kr-mainagency__pggradient::after {
  content: "";
  position: absolute;
  top: -280px;
  right: -20%;
  width: 600px;
  height: 720px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: cover;
  z-index: 1;
  background-position: 25% 75%;
}
.kr-mainagency__pggradientb {
  position: relative;
}
.kr-mainagency__pggradientb::before {
  content: "";
  position: absolute;
  top: -280px;
  left: -20%;
  width: 600px;
  height: 720px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: cover;
  z-index: 1;
  background-position: 85% 75%;
}
.kr-mainagency__pggradientb::after {
  content: "";
  position: absolute;
  top: -280px;
  right: -20%;
  width: 600px;
  height: 720px;
  background: url(../images/corner-gradient.png) no-repeat top left;
  background-size: cover;
  z-index: 1;
  background-position: 5% 75%;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .kr-mainagency .kr-maingif {
    background-size: 105% 120%;
    background-position: 100% 0%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainagency__pggradient::before {
    top: -190px;
    left: -20%;
    width: 300px;
    height: 450px;
  }
  .kr-mainagency__pggradient::after {
    top: -190px;
    right: -20%;
    width: 300px;
    height: 450px;
  }
  .kr-mainagency__pggradientb::before {
    top: -180px;
    left: -15%;
    width: 300px;
    height: 450px;
  }
  .kr-mainagency__pggradientb::after {
    top: -180px;
    right: -15%;
    width: 300px;
    height: 450px;
  }
  .kr-mainagency .kr-maingif__right h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .kr-mainagency .kr-maingif {
    min-height: 450px;
    background-size: 85% 125%;
    background-position: -60% 0%;
  }
  .kr-mainagency .kr-maingif__left {
    left: 19%;
  }
}
@media (max-width: 767px) {
  .kr-mainagency .kr-mainfaq::before {
    display: none;
  }
  .kr-mainagency .kr-mainfaq::after {
    display: none;
  }
  .kr-mainagency .kr-mainagencybannr .kr-mainbanner__combobtnwrap {
    flex-direction: unset;
  }
  .kr-mainagency .kr-maingrowthsteps::before {
    bottom: 85%;
  }
  .kr-mainagency .kr-maingrowthsteps::after {
    bottom: 85%;
  }
  .kr-mainagency .kr-mainfaq__outer {
    z-index: 3;
  }
  .kr-mainagency .kr-maingif {
    height: auto;
    background-size: cover;
    margin-top: -2px;
    padding: 40px 0px;
    background-position: 20% -75px;
    min-height: unset;
  }
  .kr-mainagency .kr-maingif .kr-maingif__left {
    width: 85%;
  }
  .kr-mainagency .kr-maingif::before {
    display: none;
  }
  .kr-mainagency .kr-maingif::after {
    display: none;
  }
  .kr-mainagency .kr-maingrowthsteps__stepswrap {
    gap: 20px;
  }
  .kr-mainagency .kr-maingrowthsteps__header {
    margin-bottom: 40px;
  }
  .kr-mainagency .kr-maingrowthsteps__stepswrap {
    margin-top: 40px;
  }
  .kr-mainagency__pggradient::before {
    display: none;
  }
  .kr-mainagency__pggradient::after {
    display: none;
  }
  .kr-mainagency__pggradientb::before {
    width: 200px;
    height: 300px;
    top: -140px;
  }
  .kr-mainagency__pggradientb::after {
    width: 200px;
    height: 300px;
    top: -140px;
  }
  .kr-mainagency__pggradientc {
    position: relative;
  }
  .kr-mainagency__pggradientc::before {
    content: "";
    position: absolute;
    top: -115px;
    left: -20%;
    width: 175px;
    height: 250px;
    background: url(../images/corner-gradient.png) no-repeat top left;
    background-size: cover;
    z-index: 2;
    background-position: 85% 75%;
  }
  .kr-mainagency__pggradientc::after {
    content: "";
    position: absolute;
    top: -115px;
    right: -20%;
    width: 175px;
    height: 250px;
    background: url(../images/corner-gradient.png) no-repeat top left;
    background-size: cover;
    z-index: 2;
    background-position: 5% 75%;
  }
}
.kr-mainhwitworkpg {
  overflow: hidden;
}
.kr-mainhwitworkpg .kr-mainbanner::before {
  display: none;
}
.kr-mainhwitworkpg .kr-mainbanner::after {
  display: none;
}
.kr-mainhwitworkpg .kr-mainhwitwrk__grdtag {
  cursor: default;
}
.kr-mainhwitworkpg .kr-mainagencybannr .kr-maintitle {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}
.kr-mainhwitworkpg .kr-mainagencybannr .kr-maintitle__sub {
  width: 50%;
}
.kr-mainhwitworkpg .kr-maingif {
  position: relative;
  margin-top: 0;
  min-height: 600px;
  background-size: 110% 120%;
  background-position: 60% -20%;
  padding-top: 125px;
}
.kr-mainhwitworkpg .kr-maingif::after {
  content: "";
  position: absolute;
  top: -35%;
  right: -20%;
  width: 650px;
  height: 1100px;
  background: url(../images/corner-gradient.png) no-repeat center left;
  background-size: contain;
  z-index: 0;
}
.kr-mainhwitworkpg .kr-maingif__left {
  top: 47%;
  left: 28%;
}
.kr-mainhwitworkpg__grdnt {
  position: relative;
}
.kr-mainhwitworkpg__grdnt::before {
  content: "";
  position: absolute;
  top: -650px;
  left: -20%;
  width: 650px;
  height: 1100px;
  background: url(../images/corner-gradient.png) no-repeat center left;
  background-size: contain;
  z-index: 0;
}
.kr-mainhwitworkpg__grdnt::after {
  content: "";
  position: absolute;
  top: -650px;
  right: -20%;
  width: 650px;
  height: 1100px;
  background: url(../images/corner-gradient.png) no-repeat center left;
  background-size: contain;
  z-index: 0;
}
.kr-mainhwitworkpg__grdntl {
  position: relative;
}
.kr-mainhwitworkpg__grdntl::before {
  content: "";
  position: absolute;
  top: -550px;
  left: -20%;
  width: 600px;
  height: 900px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.kr-mainhwitworkpg__grdntlx {
  position: relative;
}
.kr-mainhwitworkpg__grdntlx::before {
  content: "";
  position: absolute;
  top: -680px;
  left: -20%;
  width: 600px;
  height: 900px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 1;
}
.kr-mainhwitworkpg__grdntr {
  position: relative;
}
.kr-mainhwitworkpg__grdntr::before {
  content: "";
  position: absolute;
  top: -550px;
  right: -20%;
  width: 600px;
  height: 900px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .kr-mainhwitworkpg .kr-maingif {
    background-size: 105% 90%;
    background-position: 290% 90%;
  }
  .kr-mainhwitworkpg .kr-maingif__left {
    top: 45%;
    left: 22%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainhwitworkpg .kr-mainbanner__content {
    padding: 60px 0px 40px 0px;
  }
  .kr-mainhwitworkpg .kr-mainagencybannr .kr-maintitle {
    font-size: 48px;
    line-height: 54px;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrk {
    padding: 45px 0px;
  }
  .kr-mainhwitworkpg .kr-maingif::after {
    right: -40%;
  }
  .kr-mainhwitworkpg__grdnt::before {
    width: 350px;
    height: 600px;
    top: -350px;
  }
  .kr-mainhwitworkpg__grdnt::after {
    width: 350px;
    height: 600px;
    top: -350px;
  }
  .kr-mainhwitworkpg__grdntl::before {
    width: 350px;
    height: 600px;
    top: -420px;
  }
  .kr-mainhwitworkpg__grdntr::before {
    width: 350px;
    height: 600px;
    top: -420px;
  }
  .kr-mainhwitworkpg__grdntlx::before {
    width: 350px;
    height: 600px;
    top: -420px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainhwitworkpg .kr-mainbanner__content {
    padding: 60px 0px 40px 0px;
  }
  .kr-mainhwitworkpg .kr-mainagencybannr .kr-maintitle {
    font-size: 48px;
    line-height: 54px;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrkcard {
    padding: 0px 0px 50px;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrk {
    padding: 45px 0px 30px;
  }
  .kr-mainhwitworkpg .kr-maingif {
    padding-top: 75px;
    min-height: 450px;
  }
  .kr-mainhwitworkpg .kr-maingif::after {
    right: -25%;
    top: 0;
    width: 350px;
    height: 600px;
  }
  .kr-mainhwitworkpg .kr-maingif .kr-maingif__right h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .kr-mainhwitworkpg .kr-maingif .kr-maingif__right h2 br {
    display: none;
  }
  .kr-mainhwitworkpg .kr-maingif .kr-maingif__right {
    padding-left: 0;
  }
  .kr-mainhwitworkpg .kr-maingif .kr-mainbanner__combobtnwrap {
    position: relative;
    z-index: 1;
  }
  .kr-mainhwitworkpg__grdnt::before {
    width: 350px;
    height: 600px;
    top: -350px;
    left: -23%;
  }
  .kr-mainhwitworkpg__grdnt::after {
    width: 350px;
    height: 600px;
    top: -350px;
    right: -23%;
  }
  .kr-mainhwitworkpg__grdntl::before {
    width: 350px;
    height: 600px;
    top: -420px;
    left: -24%;
  }
  .kr-mainhwitworkpg__grdntr::before {
    width: 350px;
    height: 600px;
    top: -420px;
    right: -24%;
  }
  .kr-mainhwitworkpg__grdntlx::before {
    width: 350px;
    height: 600px;
    top: -420px;
    left: -25%;
  }
}
@media (max-width: 767px) {
  .kr-mainhwitworkpg .kr-mainbanner .kr-maintitle {
    font-size: 38px;
    line-height: 46px;
  }
  .kr-mainhwitworkpg .kr-mainbanner .kr-maintitle__sub {
    width: 90%;
    padding: 15px 0px;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrk .kr-maintitle {
    font-size: 24px;
    line-height: 32px;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrkcard__wrap {
    padding-top: 30px;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrkcard {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .kr-mainhwitworkpg .kr-mainnavtabfaq {
    z-index: 1;
  }
  .kr-mainhwitworkpg .kr-mainhwitwrkcard__wrap {
    position: relative;
    z-index: 2;
  }
  .kr-mainhwitworkpg .kr-maingif {
    height: auto;
    background-size: 250% 69%;
    margin-top: -2px;
    padding: 45px 0px;
    background-position: 23% -2%;
    min-height: unset;
  }
  .kr-mainhwitworkpg .kr-maingif::after {
    width: 300px;
    height: 400px;
    top: -170px;
    right: -50%;
  }
  .kr-mainhwitworkpg .kr-maingif .kr-maingif__right p br {
    display: none;
  }
  .kr-mainhwitworkpg .kr-maingif .kr-mainbanner__combobtnwrap {
    flex-direction: unset;
  }
  .kr-mainhwitworkpg__grdnt::before {
    width: 250px;
    height: 300px;
    top: -200px;
    left: -35%;
  }
  .kr-mainhwitworkpg__grdnt::after {
    width: 250px;
    height: 300px;
    top: -200px;
    right: -35%;
  }
  .kr-mainhwitworkpg__grdntl::before {
    width: 250px;
    height: 300px;
    top: -180px;
    left: -35%;
  }
  .kr-mainhwitworkpg__grdntr::before {
    width: 250px;
    height: 300px;
    top: -180px;
    right: -35%;
  }
  .kr-mainhwitworkpg__grdntlx::before {
    width: 250px;
    height: 300px;
    top: -190px;
    left: -35%;
  }
}
.kr-mainresource {
  position: relative;
  overflow: hidden;
}
.kr-mainresource::before {
  content: "";
  position: absolute;
  bottom: 2.8%;
  left: -35%;
  width: 250px;
  height: 350px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainresource::after {
  content: "";
  position: absolute;
  bottom: 2.5%;
  right: -35%;
  width: 250px;
  height: 350px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainresource .kr-mainfooter {
  margin-top: 0;
}

.kr-cmnPage .kr-mainfooter {
  margin-top: 0px;
}

.kr-mainhelpcntr {
  overflow: hidden;
}
.kr-mainhelpcntr .kr-mainbanner::before {
  display: none;
}
.kr-mainhelpcntr .kr-mainbanner::after {
  display: none;
}
.kr-mainhelpcntr .kr-mainbanner .kr-maintitle {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}
.kr-mainhelpcntr .kr-mainbanner .kr-mainbannersrch {
  width: 35%;
}
.kr-mainhelpcntr .kr-mainbanner .kr-maintitle__sub {
  width: 40%;
}
.kr-mainhelpcntr .kr-mainfooter {
  margin-top: 0;
}
.kr-mainhelpcntr .kr-mainheader__navcontainer {
  position: relative;
  z-index: 3;
}
.kr-mainhelpcntr__gradientlr {
  position: relative;
}
.kr-mainhelpcntr__gradientlr::before {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 2;
}
.kr-mainhelpcntr__gradientlr::after {
  content: "";
  position: absolute;
  bottom: -250px;
  right: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 2;
}
.kr-mainhelpcntr__gradientl {
  position: relative;
}
.kr-mainhelpcntr__gradientl::before {
  content: "";
  position: absolute;
  bottom: -450px;
  left: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom left;
  background-size: contain;
  z-index: 2;
}
.kr-mainhelpcntr__formwrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
.kr-mainhelpcntr__form {
  width: 60%;
  position: relative;
  z-index: 2;
}
.kr-mainhelpcntr__form .kr-mainbtn {
  height: 45px;
}
.kr-mainhelpcntr__formimg {
  width: 40%;
}
.kr-mainhelpcntr__formimg img {
  width: 100%;
}
.kr-mainhelpcntr__formhead {
  padding-bottom: 48px;
}
.kr-mainhelpcntr__formhead .kr-maintitle {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}
.kr-mainhelpcntr__formhead .kr-maintitle__sub {
  text-align: left;
}
.kr-mainhelpcntr__formmodule {
  margin-bottom: 50px;
  position: relative;
}
.kr-mainhelpcntr__formmodule::after {
  content: "";
  position: absolute;
  bottom: -70%;
  right: -500px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainhelpcntr__guides {
  position: relative;
}
.kr-mainhelpcntr__guides::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -395px;
  width: 760px;
  height: 830px;
  background: url(../images/corner-gradient.png) no-repeat bottom right;
  background-size: contain;
  z-index: 0;
}
.kr-mainhelpcntr__guides .kr-agk__main {
  padding: 0px 0px 40px 0px;
  position: relative;
  z-index: 3;
}
.kr-mainhelpcntr__guides .kr-agk__tile {
  margin-bottom: 20px;
}
.kr-mainhelpcntr__guides .kr-agk__tile .kr-agk__tile-smhead {
  color: #A9A9A9;
  font-size: 14px;
  margin: 10px 0px;
}
.kr-mainhelpcntr__guides .kr-maintitle {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .kr-mainhelpcntr__gradientlr::before {
    left: -450px;
  }
  .kr-mainhelpcntr__gradientlr::after {
    right: -450px;
  }
  .kr-mainhelpcntr__guides::after {
    right: -500px;
  }
  .kr-mainhelpcntr__gradientl::before {
    left: -500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .kr-mainhelpcntr .kr-mainbanner .kr-maintitle {
    font-size: 48px;
    line-height: 56px;
  }
  .kr-mainhelpcntr .kr-mainbanner .kr-maintitle__sub {
    width: 60%;
  }
  .kr-mainhelpcntr .kr-mainbanner .kr-mainbannersrch {
    width: 47%;
  }
  .kr-mainhelpcntr .kr-mainbanner .kr-mainbanner__content {
    padding: 50px 0px;
  }
  .kr-mainhelpcntr__gradientlr::before {
    left: -500px;
  }
  .kr-mainhelpcntr__gradientlr::after {
    right: -500px;
  }
  .kr-mainhelpcntr__guides::after {
    right: -525px;
    bottom: -250px;
  }
  .kr-mainhelpcntr__gradientl::before {
    left: -525px;
  }
  .kr-mainhelpcntr__formwrap {
    gap: 30px;
  }
  .kr-mainhelpcntr__formhead {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .kr-mainhelpcntr .kr-mainbanner .kr-maintitle {
    font-size: 30px;
    line-height: 36px;
  }
  .kr-mainhelpcntr .kr-mainbanner .kr-maintitle__sub {
    width: 80%;
    padding: 15px 0px 20px;
  }
  .kr-mainhelpcntr .kr-mainbanner .kr-mainbannersrch {
    width: 75%;
  }
  .kr-mainhelpcntr .kr-mainbanner .kr-mainbanner__content {
    padding: 50px 0px;
  }
  .kr-mainhelpcntr__guides .kr-maintitle {
    font-size: 24px;
    line-height: 30px;
  }
  .kr-mainhelpcntr__guides .kr-agk {
    margin-top: 32px;
    gap: 15px;
  }
  .kr-mainhelpcntr__guides .kr-agk .kr-mainhelpcntr__gradientl {
    display: block;
  }
  .kr-mainhelpcntr__guides .kr-agk .kr-mainhelpcntr__gradientl::before {
    width: 350px;
    height: 400px;
    left: -60%;
    top: -100px;
    z-index: 0;
  }
  .kr-mainhelpcntr__guides .kr-agk__tile {
    margin-bottom: 10px;
    position: relative;
  }
  .kr-mainhelpcntr__guides .kr-agk__main {
    padding-bottom: 30px;
  }
  .kr-mainhelpcntr__guides::after {
    width: 350px;
    height: 400px;
    right: -50%;
    bottom: 820px;
  }
  .kr-mainhelpcntr__gradientlr::before {
    width: 300px;
    height: 400px;
    left: -45%;
    bottom: -10px;
  }
  .kr-mainhelpcntr__gradientlr::after {
    width: 300px;
    height: 400px;
    right: -45%;
    bottom: -10px;
  }
  .kr-mainhelpcntr__gradientl {
    display: none;
  }
  .kr-mainhelpcntr__formmodule::after {
    display: none;
  }
  .kr-mainhelpcntr__form {
    width: 100%;
    padding-bottom: 30px;
  }
  .kr-mainhelpcntr__form .kr-maininput .kr-maininput__label {
    font-size: 16px;
    line-height: 22px;
  }
  .kr-mainhelpcntr__form .kr-maincontactus__txtarea {
    font-size: 14px;
  }
  .kr-mainhelpcntr__formimg {
    display: none;
  }
  .kr-mainhelpcntr__formhead {
    padding-bottom: 32px;
  }
  .kr-mainhelpcntr__formhead .kr-maintitle {
    font-size: 24px;
    line-height: 30px;
  }
  .kr-mainhelpcntr__viewmorebtn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .kr-mainhelpcntr__viewmorebtn .kr-mainbtn--viewmore {
    width: 45%;
  }
}
.krMain-chooseP {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.krMain-chooseP::before {
  content: "";
  position: absolute;
  top: -250px;
  right: -250px;
  width: 577px;
  height: 537px;
  background: url(../images/corner-gradient.png) no-repeat top right;
  background-size: contain;
  z-index: 0;
}
.krMain-chooseP::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -250px;
  width: 500px;
  /* adjust to your image size */
  height: 500px;
  background: url("../images/corner-gradient.png") no-repeat bottom left;
  background-size: contain;
  z-index: 0;
}
.krMain-chooseP__logo {
  position: absolute;
  left: 0px;
  top: 40px;
  left: 40px;
  width: 80px;
}
.krMain-chooseP__logo img {
  width: 100%;
}
.krMain-chooseP__body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.krMain-chooseP__in {
  max-width: 680px;
  width: 100%;
}
.krMain-chooseP__sel-in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.krMain-chooseP h1 {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.krMain-chooseP__card {
  position: relative;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #2B2B2B;
}
.krMain-chooseP__card-icon {
  background: #1A1A1A;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.krMain-chooseP__card h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.krMain-chooseP__card p {
  color: #DCDCDC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.krMain-chooseP__card-check {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 24px;
}
.krMain-chooseP__card-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.krMain-chooseP__card-check input:checked + .checkmark::after {
  opacity: 1;
}
.krMain-chooseP__card-check input:checked + .checkmark {
  border: 2px solid #fff;
}
.krMain-chooseP__card-check .checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #787878;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  box-sizing: border-box;
}
.krMain-chooseP__card-check .checkmark:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease;
}
.krMain-chooseP__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.krMain-chooseP__controls .kr-mainvemail__back {
  margin-bottom: 0px;
}
.krMain-chooseP .kr-mainbtn.normal {
  min-width: 140px;
}

@media (max-width: 767px) {
  .krMain-chooseP__body {
    padding: 80px 16px 0;
  }
  .krMain-chooseP__sel {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 28px;
  }
  .krMain-chooseP h1 {
    font-size: 18px;
  }
}
.krMain-CTP__proImg {
  display: flex;
  gap: 16px;
  align-items: self-start;
  margin-bottom: 25px;
}
.krMain-CTP__proImg-img {
  width: 60px;
  height: 60px;
}
.krMain-CTP__proImg-img svg {
  border-radius: 50%;
  width: 100%;
}
.krMain-CTP__proImg-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.krMain-CTP__proImg-body p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(169, 169, 169);
}
.krMain-CTP__proImg-upload {
  display: flex;
  height: 32px;
  padding: 4px 12px 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #2D2D2D;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  cursor: pointer;
}
.krMain-CTP__proImg-upload input {
  display: none;
}
.krMain-CTP .kr-maininput__text {
  color: #fff;
}
.krMain-CTP .kr-maininput__icn--inv svg {
  right: 20px;
  left: unset;
  top: 42px;
}
.krMain-CTP .kr-maininput__icn--inv .kr-maininput__text {
  padding-right: 50px;
  padding-left: 20px;
}
.krMain-CTP .kr-maininput__icn--inv span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(140, 140, 140);
}
.krMain-CTP .kr-maininput__icn--inv small {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #F58828 0%, #ED0589 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.krMain-CTP .kr-maininput.last {
  margin-bottom: 40px;
}
.krMain-CTP .kr-mainselectinput.last {
  margin-bottom: 40px;
}
.krMain-CTP .kr-mainbtn--whitebg {
  border: 1px solid transparent;
  margin-top: 15px;
}
.krMain-CTP__genter {
  border-top: 1px solid #2B2B2B;
  padding-top: 40px;
}
.krMain-CTP__genter h2 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.krMain-CTP__stepper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.krMain-CTP__stepper-in {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.krMain-CTP__stepper-main {
  width: 50%;
  background: #131313;
}
.krMain-CTP__stepper-main .progress {
  height: 4px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
.krMain-CTP__stepper-main .progress-bar {
  background-color: rgb(53, 181, 88);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.krMain-CTP__stage {
  display: flex;
  gap: 6px;
  align-items: center;
}
.krMain-CTP__stage-circle {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.krMain-CTP__stage-circle svg {
  display: none;
}
.krMain-CTP__stage-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.krMain-CTP__stage-line {
  background: #2D2D2D;
  height: 1px;
  margin: 0px 10px;
  flex: 1;
}
.krMain-CTP__stage.completed .krMain-CTP__stage-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(53, 181, 88);
  border: none;
}
.krMain-CTP__stage.completed .krMain-CTP__stage-circle svg {
  display: flex;
}
.krMain-CTP__summery {
  border-radius: 12px;
  background: #252525;
  width: 90%;
  margin: 0px auto;
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  gap: 12px;
}
.krMain-CTP__summery-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}
.krMain-CTP__summery-img img {
  width: 100%;
}
.krMain-CTP__summery h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.krMain-CTP__summery h2 .nodata {
  background-color: red;
}
.krMain-CTP__summery-loca {
  display: flex;
  gap: 5px;
  align-items: center;
}
.krMain-CTP__summery-loca span {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
.krMain-CTP__summery-loca span svg {
  width: 100%;
}
.krMain-CTP__summery-loca p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.krMain-CTP__summery-tags {
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  padding: 20px 0;
  margin: 10px 0 15px;
  display: flex;
  gap: 8px;
}
.krMain-CTP__summery-tags span {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #484848;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.krMain-CTP__summery-desc p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.krMain-CTP__summery.nodata .krMain-CTP__summery-loca {
  align-items: center;
}
.krMain-CTP__summery.nodata .krMain-CTP__summery-loca svg {
  opacity: 0.6;
}
.krMain-CTP__summery.nodata .krMain-CTP__summery-tags.nodata {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.krMain-CTP__summery.nodata .krMain-CTP__summery-desc p {
  margin-bottom: 10px;
}
.krMain-CTP__summery.nodata .krMain-CTP__summery-desc p:first-child {
  width: 100% !important;
}
.krMain-CTP__summery.nodata .krMain-CTP__summery-desc p:last-child {
  margin-bottom: 0px;
  width: 60%;
}
.krMain-CTP__summery.nodata .load {
  height: 10px;
  background: #333;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.krMain-CTP__summery.nodata .load::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  animation: shine 1.8s infinite;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
.krMain-CTP .kr-maininput {
  position: relative;
}
.krMain-CTP .kr-maininput .gtext {
  position: absolute;
  right: 10px;
  bottom: 52px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: var(--Buttons-Colors-general-gradient-1, linear-gradient(90deg, rgba(245, 136, 40, 0.8) 0%, rgba(237, 5, 137, 0.8) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.krMain-CTP .kr-maincontactus__txtarea {
  color: #fff;
  height: 150px;
  margin-bottom: 40px;
  position: relative;
}
.krMain-CTP .kr-maincontactus__txtarea::-webkit-scrollbar {
  display: none;
}
.krMain-CTP .kr-maininput__label {
  display: flex;
}
.krMain-CTP .kr-maininput__label div + div {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: rgb(169, 169, 169);
  margin-left: auto;
}
.krMain-CTP .kr-maininput__label div + div small {
  color: #fff;
}

@media (max-width: 767px) {
  .kr-mainAuth__formwrap {
    margin-bottom: 0px;
  }
  .kr-mainAuth .krMain-CTP__stepper {
    display: flex !important;
  }
  .kr-mainAuth .krMain-CTP__stepper-main {
    display: none;
  }
  .krMain-CTP__stepper-in {
    width: 100%;
  }
  .krMain-CTP__stage-text {
    font-size: 10px;
  }
}
.krMain-ProflPage {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px 80px;
}
.krMain-ProflPage__body {
  padding: 32px 0px 0px;
}
.krMain-ProflPage__about {
  width: 100%;
  margin: 0px auto;
  display: flex;
  gap: 24px;
}
.krMain-ProflPage__left {
  width: 62%;
  background: rgba(19, 19, 19, 0.8);
  border-radius: 8px;
  padding: 32px;
}
.krMain-ProflPage__right {
  width: 38%;
}
.krMain-ProflPage__navTab {
  width: 96%;
  margin: 0px auto;
}
.krMain-ProflPage__navTab-list {
  width: 100%;
  margin-bottom: 32px;
  border-bottom: 1px solid #2B2B2B;
}
.krMain-ProflPage__navTab-link {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  color: #A9A9A9;
  font-size: 14px;
  position: relative;
  font-weight: 400;
}
.krMain-ProflPage__navTab-link.active {
  font-weight: 500;
  color: #fff;
}
.krMain-ProflPage__navTab-link.active::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.krMain-ProflPage__media {
  background: rgba(19, 19, 19, 0.8);
  border-radius: 8px;
  padding: 32px;
}

@media (max-width: 767px) {
  .krMain-ProflPage {
    padding: 40px 0px;
    width: 100%;
  }
  .krMain-ProflPage__body .content-wrapper {
    padding: 0px;
  }
  .krMain-ProflPage__about {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }
  .krMain-ProflPage__left {
    width: 100%;
    padding: 32px 16px 0px;
  }
  .krMain-ProflPage__left .krMain-plInfo__wrap {
    padding: 0px;
    background: transparent;
    margin-bottom: 28px;
  }
  .krMain-ProflPage__left .krMain-plInfo__wrap-in {
    padding: 0px 0px 28px;
  }
  .krMain-ProflPage__right {
    width: 100%;
  }
  .krMain-ProflPage__navTab {
    width: 100%;
    margin: 0px auto;
  }
  .krMain-ProflPage__navTab-list {
    padding: 0px 16px;
  }
  .krMain-ProflPage__media {
    padding: 32px 16px;
  }
}
.krMain-sngProfl__main {
  padding: 40px 0px 80px;
}
.krMain-sngProfl .kr-mainbannersrch {
  margin-bottom: 40px;
}
.krMain-sngProfl__body {
  display: flex;
  gap: 24px;
}
.krMain-sngProfl__col1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 25%;
}
.krMain-sngProfl__colMdl {
  width: 50%;
  overflow: hidden;
}
.krMain-sngProfl__colMdl .krMain-TPaboutTile.Sub-Categories {
  border-bottom: 0px;
}
.krMain-sngProfl .krMain-plInfo__wrap {
  margin: 0px;
}
.krMain-sngProfl .krMain-tags__wrap {
  flex-wrap: wrap;
}
.krMain-sngProfl .krMain-spotlight {
  margin: 0px;
}
.krMain-sngProfl .krMain-spotlight__body-wrap {
  grid-template-columns: 1fr 1fr;
}
.krMain-sngProfl .krMain-spot-tile__default {
  height: 110px;
}
.krMain-sngProfl .krMain-ProflPage__left {
  width: 100%;
}
.krMain-sngProfl .krMain-ProflPage__navTab {
  width: 100%;
}
.krMain-sngProfl .krMain-ProflPage__left {
  padding: 0px;
  background-color: transparent;
}
.krMain-sngProfl .kr-maintitle.main h2 {
  font-size: 28px;
  text-align: left;
  font-weight: 500;
}
.krMain-sngProfl .krMain-edcn::after {
  display: none;
}
.krMain-sngProfl .krMain-edcn__main {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #2B2B2B;
}
.krMain-sngProfl .krMain-whTile__head {
  font-size: 20px;
}
.krMain-sngProfl .kr-maintitle.about h2 {
  font-size: 18px;
}
.krMain-sngProfl__media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
.krMain-sngProfl__media-item {
  border: 2px dashed #2b2b2b;
  background-color: #1A1A1A;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  position: relative;
}
.krMain-sngProfl__media-item.audio {
  border: none;
}
.krMain-sngProfl__media-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.krMain-sngProfl__media .kr-mainphotoupload__document {
  font-size: 13px;
}

@media (max-width: 767px) {
  .krMain-sngProfl__main {
    padding: 40px 0px 40px;
  }
  .krMain-sngProfl__col1 {
    width: 100%;
  }
  .krMain-sngProfl__col1.left {
    order: 2;
  }
  .krMain-sngProfl__col1.left .krMain-plInfo__wrap {
    display: none;
  }
  .krMain-sngProfl__col1.left .krMain-spotlight {
    margin-bottom: 30px;
  }
  .krMain-sngProfl__col1.left .krMain-spotlight__outer {
    border: none;
  }
  .krMain-sngProfl__col1.left .krMain-spotlight .krMian-editIcon {
    display: none;
  }
  .krMain-sngProfl__col1.left .krMain-spotlight__body-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .krMain-sngProfl__col1.left .krMain-spotlight .krMain-spot-tile__default {
    height: 95px;
  }
  .krMain-sngProfl__col1.right {
    order: 3;
  }
  .krMain-sngProfl__colMdl {
    width: 100%;
    order: 1;
  }
  .krMain-sngProfl__colMdl .krMain-plInfo__wrap {
    margin: 0px;
    padding: 28px 0px 0px;
    order: 1;
  }
  .krMain-sngProfl__colMdl .krMain-TPaboutTile.Sub-Categories {
    border-bottom: 1px solid #2B2B2B;
  }
  .krMain-sngProfl .krMain-pflvuimage {
    display: none;
  }
  .krMain-sngProfl__body {
    flex-direction: column;
    gap: 0;
  }
  .krMain-sngProfl__body-out .content-wrapper {
    padding: 0px;
  }
  .krMain-sngProfl .krMain-ProflPage__left {
    background: rgba(19, 19, 19, 0.8);
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
  }
  .krMain-sngProfl .krMain-ProflPage__navTab-list {
    padding: 0px;
  }
  .krMain-sngProfl .krMain-ProflPage__navTab-list-out {
    padding: 0px 16px;
  }
  .krMain-sngProfl .krMain-ProflPage__navTab {
    padding-top: 24px;
  }
  .krMain-sngProfl .krMain-TPaboutTile {
    margin-bottom: 0px;
    padding: 28px 0px 28px;
  }
  .krMain-sngProfl .krMain-TPaboutTile.about {
    order: 2;
  }
  .krMain-sngProfl .krMain-TPaboutTile.TalentCategories {
    order: 3;
    display: flex;
    flex-direction: column;
  }
  .krMain-sngProfl .krMain-TPaboutTile.Sub-Categories {
    order: 4;
  }
  .krMain-sngProfl .krMain-whSlick__main {
    padding: 28px 0px;
    order: 5;
  }
  .krMain-sngProfl .krMain-whSlick__main {
    margin-bottom: 0px;
    overflow: hidden;
  }
  .krMain-sngProfl .krMain-edcn__main {
    padding-top: 28px;
    margin-bottom: 0px;
    order: 6;
  }
  .krMain-sngProfl .krMain-whSlick3 .slick-prev {
    left: 0px;
  }
  .krMain-sngProfl .krMain-whSlick3 .slick-next {
    right: 0px;
  }
  .krMain-sngProfl__media {
    padding: 0px 16px;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}