@charset "UTF-8";
@import url(../../../public/fontsCommon/fontfamily.css);
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: overlay; }
  html *, body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    overscroll-behavior-x: none;
    -webkit-text-size-adjust: none; }

input, textarea {
  transition: .3s; }

select::-ms-expand {
  display: none; }

button, a {
  border: 0 solid transparent;
  background-color: transparent; }
  button:hover, a:hover {
    cursor: pointer; }

p, h1, h2, h3, h4, span {
  text-decoration: none; }

ul, ol, li, dl, dt, dd {
  list-style: none; }

a {
  text-decoration: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

/*색상셋트*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

*[data-isvalid="false"],
*[data-isvalid="false"] + label[for="checkAgree"] i {
  border-color: tomato !important; }

.wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .btn > div > span {
  background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

body * {
  font-family: 'Pretendard GOV';
  color: #273447; }
  body * ::selection {
    background-color: #6047f6;
    color: white; }

.inputWrap {
  display: inline-flex;
  flex-wrap: wrap; }

.control {
  width: 100%;
  padding: 0.625rem 1.250rem; }
  .control dt {
    text-align: left;
    padding: 0.625rem 0.250rem; }
  .control dd input, .control dd textarea, .control dd select {
    min-height: 2.625rem;
    width: 100%;
    padding: 0.625rem;
    font-size: 1rem;
    border-radius: 0.625rem;
    border: 0.063rem solid #EAEAEF; }
    .control dd input::placeholder, .control dd textarea::placeholder, .control dd select::placeholder {
      color: #CBCBCB; }
    .control dd input:focus, .control dd textarea:focus, .control dd select:focus {
      border-color: #452BDE; }
  .control dd textarea {
    min-height: 12.500rem; }
  .control dd select {
    appearance: none;
    background: url("../Img/controlArrow.svg") no-repeat center right; }
  .control.Nos dt:after {
    content: '*';
    color: #FF1D1D; }
  .control.check {
    display: inline-flex;
    align-items: center; }
    .control.check input[type=checkbox] {
      display: none; }
      .control.check input[type=checkbox] + label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 1.625rem;
        margin-right: 0.625rem;
        font-size: 0.875rem; }
        .control.check input[type=checkbox] + label > i {
          position: relative;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          width: 1.250rem;
          height: 1.250rem;
          margin-right: 0.313rem;
          border-radius: 0.250rem;
          border: 0.063em solid #EAEAEF; }
          .control.check input[type=checkbox] + label > i:before {
            content: '';
            position: absolute;
            top: 0.063rem;
            left: 0.375rem;
            width: 0.250rem;
            height: 0.563rem;
            border-width: 0;
            border-color: #fff;
            border-style: solid;
            transform: rotate(45deg); }
      .control.check input[type=checkbox]:checked + label > i {
        background-color: #273447; }
        .control.check input[type=checkbox]:checked + label > i:before {
          border-width: 0 0.125rem 0.125rem 0;
          border-color: #fff; }
      .control.check input[type=checkbox]:disabled + label > i {
        background-color: #ebebeb; }
      .control.check input[type=checkbox]:disabled + label > i:before {
        border-width: 0 0.125rem 0.125rem 0;
        border-color: rgba(39, 52, 71, 0.5); }
  .control.w50 {
    width: 50%; }

.btnCommon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #273447;
  border-radius: 2.500rem;
  padding: 0.625em 1.625rem; }
  .btnCommon.Big {
    padding: 0.75em 3.5rem;
    font-size: 1.500rem;
    font-weight: bold; }
  .btnCommon.Line {
    border: 0.125em solid currentColor; }
  .btnCommon.Gra {
    color: #fff;
    background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%); }
    .btnCommon.Gra.Line {
      color: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%);
      background: transparent; }
  .btnCommon.White {
    color: #fff; }
  .btnCommon.Black {
    color: #fff;
    background-color: #273447; }
  .btnCommon:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em;
    filter: brightness(0.85); }
  .btnCommon.Dis {
    color: rgba(255, 255, 255, 0.5);
    background: #8B95A1; }
    .btnCommon.Dis:hover {
      cursor: auto;
      box-shadow: unset; }

.dim {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 52, 71, 0.5);
  z-index: 1000; }
  .dim.Transparent {
    background-color: rgba(255, 255, 255, 0.01); }

.popup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 25rem;
  height: fit-content;
  padding: 2rem 2rem 1.875rem 2rem;
  border-radius: 1.250rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em; }
  .popup > .topWrap > .txtTitle {
    font-size: 1.500rem;
    font-weight: bold; }
  .popup > .contentsWrap {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625rem; }
    .popup > .contentsWrap > dl {
      width: 100%;
      padding: 0.625rem; }
      .popup > .contentsWrap > dl > dt {
        font-size: 0.875rem;
        padding-bottom: 0.375rem; }
      .popup > .contentsWrap > dl > dd {
        font-size: 1rem; }
        .popup > .contentsWrap > dl > dd.txtPoint {
          color: #6047f6;
          font-weight: bold; }
      .popup > .contentsWrap > dl.w50 {
        width: 50%; }
  .popup > .btnWrap {
    display: flex;
    justify-content: flex-end;
    gap: 0.625rem; }
    .popup > .btnWrap > .btnCommon {
      width: 100%;
      padding: 1em;
      border-radius: 1em; }
      .popup > .btnWrap > .btnCommon.fill {
        color: #fff;
        background-color: #273447; }
    .popup > .btnWrap.Row {
      flex-direction: column; }

.MsgBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000; }
  .MsgBox > .msgBoxWrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 20rem;
    max-height: 30rem;
    margin: 2rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #F7F9FA; }
    .MsgBox > .msgBoxWrap > .contentsArea {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 0.625rem 0;
      overflow: hidden; }
      .MsgBox > .msgBoxWrap > .contentsArea > i {
        position: relative;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.000rem;
        height: 2.000rem;
        margin-bottom: 10px;
        background-color: rgba(96, 71, 246, 0.3);
        border-radius: 50%;
        overflow: hidden; }
        .MsgBox > .msgBoxWrap > .contentsArea > i::after {
          content: '';
          position: absolute;
          left: calc(50% - 0.25rem);
          top: calc(50% - 0.55rem);
          display: inline-block;
          width: 0.4rem;
          height: 0.8rem;
          color: #6047f6;
          border-bottom: 2px solid currentColor;
          border-right: 2px solid currentColor;
          transform: rotate(45deg); }
      .MsgBox > .msgBoxWrap > .contentsArea > h1 {
        font-size: 1.063rem;
        font-weight: normal; }
      .MsgBox > .msgBoxWrap > .contentsArea > .txtDescription {
        padding: 0.25rem;
        max-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 0.750rem;
        line-height: 1rem;
        opacity: .7; }
  .MsgBox.Completed > .msgBoxWrap i {
    background-color: rgba(83, 175, 107, 0.2); }
    .MsgBox.Completed > .msgBoxWrap i::after {
      color: #53AF6B; }
    .MsgBox.Completed > .msgBoxWrap i > img {
      display: none; }
  .MsgBox.Alert > .msgBoxWrap i {
    background-color: rgba(242, 199, 8, 0.2); }
    .MsgBox.Alert > .msgBoxWrap i::before {
      content: '';
      position: absolute;
      left: calc(50% - 1px);
      top: calc(50% - 7px);
      width: 2px;
      height: 10px;
      background-color: #f2c708; }
    .MsgBox.Alert > .msgBoxWrap i::after {
      left: calc(50% - 1px);
      top: calc(50% + 5px);
      width: 2px;
      height: 2px;
      background-color: tomato;
      border-bottom: unset;
      border-right: unset;
      transform: unset; }
    .MsgBox.Alert > .msgBoxWrap i > img {
      display: none; }
  .MsgBox.Error > .msgBoxWrap i {
    background-color: rgba(255, 99, 71, 0.2); }
    .MsgBox.Error > .msgBoxWrap i::before {
      content: '';
      position: absolute;
      left: calc(50% - 1px);
      top: calc(50% - 7px);
      width: 2px;
      height: 10px;
      background-color: tomato; }
    .MsgBox.Error > .msgBoxWrap i::after {
      left: calc(50% - 1px);
      top: calc(50% + 5px);
      width: 2px;
      height: 2px;
      background-color: tomato;
      border-bottom: unset;
      border-right: unset;
      transform: unset; }
    .MsgBox.Error > .msgBoxWrap i > img {
      display: none; }

.ToastMsg {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  padding: .25rem .75rem;
  border-radius: .5rem;
  background-color: rgba(96, 71, 246, 0.9);
  color: #fff;
  font-size: 0.875rem;
  z-index: 1000; }
  .ToastMsg > .txtTitle {
    font-weight: bold; }
  .ToastMsg.UseIcon > .txtTitle, .ToastMsg.UseIcon .txtMsg {
    padding-left: 1.25rem; }
  .ToastMsg.UseIcon::before {
    position: absolute;
    left: .5rem;
    top: calc(50% - calc(1rem / 2));
    content: "i";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    color: #6047f6;
    font-weight: bold; }
  .ToastMsg.BackColorBlack {
    background-color: rgba(39, 52, 71, 0.85); }
    .ToastMsg.BackColorBlack::before {
      color: #273447; }
  .ToastMsg.BackColorBlue {
    background-color: rgba(19, 118, 234, 0.85); }
    .ToastMsg.BackColorBlue::before {
      color: #1376EA; }
  .ToastMsg.BackColorRed {
    background-color: rgba(255, 99, 71, 0.85); }
    .ToastMsg.BackColorRed::before {
      color: tomato; }
  .ToastMsg.BackColorGreen {
    background-color: rgba(83, 175, 107, 0.85); }
    .ToastMsg.BackColorGreen::before {
      content: " "; }
    .ToastMsg.BackColorGreen::after {
      position: absolute;
      left: .8rem;
      top: calc(50% - (1rem / 2) +  0.125rem);
      content: "";
      width: .25rem;
      height: .5rem;
      color: #53AF6B;
      border-right: 0.125rem solid currentColor;
      border-bottom: 0.125rem solid currentColor;
      transform: rotate(45deg); }
  .ToastMsg.BackColorYellow {
    background-color: rgba(242, 199, 8, 0.9); }
    .ToastMsg.BackColorYellow::before {
      color: #c19e06; }
  .ToastMsg.PositionTop {
    top: 1rem; }
  .ToastMsg.PositionCenter {
    top: calc(50% - 2rem); }
  .ToastMsg.PositionBottom {
    top: unset;
    bottom: 1rem; }

@keyframes ToastShow {
  0% {
    max-height: 0;
    opacity: 0;
    transform: translateY(0%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
  .ToastMsg.Show {
    display: block;
    animation: ToastShow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; }

@keyframes ToastHide {
  0% {
    opacity: 1;
    transform: translateY(0%); }
  100% {
    max-height: 0;
    opacity: 0;
    transform: translateY(0%); } }
  .ToastMsg.Hide {
    display: block;
    animation: ToastHide 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation-delay: 5s; }

.wrap > header .topGnbWrap > .logo {
  background-image: url("../Img/logo.svg");
  background-repeat: no-repeat; }

.wrap footer .footerWrap .logoWrap .logo {
  background-image: url("../Img/logoWhite.svg");
  background-repeat: no-repeat; }

.wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap.Symbol .logoSymbolBox {
  background-image: url("../Img/icoSymbol.svg");
  background-position: center;
  background-repeat: no-repeat; }

.msgCommonWrap > .msgContentWrap > .icoLogo {
  background-image: url("../Img/icoWhite.svg");
  background-position: center;
  background-repeat: no-repeat; }

.wrap > header .top-bn-wrap .top-bn-contents, .wrap > header .topGnbWrap, .wrap footer .footerWrap, .wrap.Index .overviewWrap .boxWrap, .wrap.Index .serviceWrap .movie-view, .wrap.Index .faqWrap .ulFaq, .wrap.SubLayout .titleWrap > .titleArea, .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap, .wrap.SubLayout.EduSubmit .contentsWarp .inputWrap, .wrap.SubLayout.Case .contentsWarp .caseWrap .itemWrap, .wrap.SubLayout.ContactUs .inputWrap, .wrap.Community .CommunityWrap .CommunityArea {
  max-width: 64rem;
  width: 100%; }

.wrap.Community .qaViewWrap > .titleWrap > .titleArea > .txtTitle > .iconBadge {
  flex-shrink: 0;
  display: inline-block;
  padding: 6px 8px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #8B929C; }
  .wrap.Community .qaViewWrap > .titleWrap > .titleArea > .txtTitle > .Ing.iconBadge {
    color: #1376ea;
    background-color: rgba(19, 118, 234, 0.2); }
  .wrap.Community .qaViewWrap > .titleWrap > .titleArea > .txtTitle > .Finish.iconBadge {
    color: rgba(17, 17, 17, 0.5);
    background-color: rgba(139, 149, 161, 0.7); }

.wrap > header, .wrap.SubLayout.Product .titleWrap {
  position: sticky;
  z-index: 2; }

@font-face {
  font-family: 'NanumSquareNeoExtraBold';
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype"); }

.wrap {
  position: relative;
  width: 100%; }
  .wrap > header {
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(0.875em);
    backdrop-filter: blur(0.875em);
    z-index: 3; }
    .wrap > header::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .wrap > header .top-bn-wrap {
      flex-shrink: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.75em;
      background-color: #121212;
      background-image: url(../Img/bgConfetti.gif);
      background-position: 0 4rem;
      background-size: 25%;
      z-index: 1; }
      .wrap > header .top-bn-wrap .top-bn-contents {
        display: flex;
        align-items: center;
        justify-content: center; }
        .wrap > header .top-bn-wrap .top-bn-contents a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 1.25rem;
          width: 100%; }
          .wrap > header .top-bn-wrap .top-bn-contents a div {
            display: inline-flex;
            align-items: center;
            gap: .5rem; }
            .wrap > header .top-bn-wrap .top-bn-contents a div p {
              flex-shrink: 0; }
              .wrap > header .top-bn-wrap .top-bn-contents a div p span {
                font-family: 'NanumSquareNeoExtraBold';
                font-size: 1.25rem;
                color: #fff; }
              .wrap > header .top-bn-wrap .top-bn-contents a div p > .txt-point {
                color: #8C76F4; }
          .wrap > header .top-bn-wrap .top-bn-contents a .btn-more {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            gap: .25rem;
            padding: .438rem .875rem;
            border-radius: .5rem;
            font-size: .875rem;
            font-style: normal;
            background-color: #fff; }
            .wrap > header .top-bn-wrap .top-bn-contents a .btn-more::after {
              content: '';
              display: inline-block;
              width: 1rem;
              height: 1rem;
              background-image: url("../Img/iconArrowSmallBlack.svg");
              background-repeat: no-repeat;
              background-position: center; }
        .wrap > header .top-bn-wrap .top-bn-contents .btn-close {
          width: 1rem;
          height: 1rem;
          background-image: url("../Img/iconCloseSmall.png");
          background-repeat: no-repeat;
          background-position: center; }
    .wrap > header .topGnbWrap {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: .5rem 0;
      z-index: 1; }
      .wrap > header .topGnbWrap > .logo {
        display: inline-block;
        width: 10rem;
        height: 1.5rem; }
      .wrap > header .topGnbWrap > .topGnb {
        display: inline-flex;
        gap: 16px;
        align-items: center; }
        .wrap > header .topGnbWrap > .topGnb .divTopGnb {
          display: inline-flex;
          align-items: center; }
          .wrap > header .topGnbWrap > .topGnb .divTopGnb > a {
            position: relative;
            display: flex;
            align-items: center;
            margin-right: .5rem;
            padding: 0.625rem;
            height: 2.75rem;
            color: #273447;
            font-size: 0.9375rem;
            border-radius: .5rem; }
            .wrap > header .topGnbWrap > .topGnb .divTopGnb > a.Blank::after {
              content: '';
              display: inline-block;
              width: 1rem;
              height: 1rem;
              margin-left: 4px;
              background-image: url("../Img/iconNewWindow.svg"); }
            .wrap > header .topGnbWrap > .topGnb .divTopGnb > a:hover {
              cursor: pointer;
              background-color: rgba(139, 149, 161, 0.1); }
            .wrap > header .topGnbWrap > .topGnb .divTopGnb > a.Active {
              font-weight: bold; }
        .wrap > header .topGnbWrap > .topGnb .btnLogin {
          padding: 12px 16px;
          font-size: 14px;
          color: #fff;
          border-radius: 2rem;
          background-color: #273447; }
          .wrap > header .topGnbWrap > .topGnb .btnLogin:hover {
            filter: brightness(120%); }
      .wrap > header .topGnbWrap .profileWrap {
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px; }
        .wrap > header .topGnbWrap .profileWrap .userImg {
          flex-shrink: 0;
          position: relative;
          width: 24px;
          height: 24px;
          border: 1px solid rgba(139, 149, 161, 0.1);
          border-radius: 50%;
          background-color: #DDE0E4;
          background-image: url("../Img/imgMembers.svg");
          background-repeat: no-repeat;
          background-position: -106px -295px; }
          .wrap > header .topGnbWrap .profileWrap .userImg > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%; }
        .wrap > header .topGnbWrap .profileWrap .btn-workspace {
          display: inline-block;
          padding: 8px 12px;
          font-size: 13px;
          color: #fff;
          border: 1px solid #EAEAEF;
          border-radius: 8px;
          background-color: #273447; }
          .wrap > header .topGnbWrap .profileWrap .btn-workspace:hover {
            background-color: #4d555f; }
        .wrap > header .topGnbWrap .profileWrap .userInfoWrap {
          position: absolute;
          top: -1000%;
          left: 0;
          flex-direction: column;
          gap: 12px;
          width: 200px;
          padding: 16px;
          border: 1px solid #EAEAEF;
          border-radius: 8px;
          background-color: #fff;
          transition: .3s;
          overflow: hidden;
          z-index: 1001; }
          .wrap > header .topGnbWrap .profileWrap .userInfoWrap .workspaceListWrap {
            gap: 8px;
            max-height: 200px; }
            .wrap > header .topGnbWrap .profileWrap .userInfoWrap .workspaceListWrap .ulWorkspaceList {
              margin-left: -4px;
              overflow-y: overlay; }
              .wrap > header .topGnbWrap .profileWrap .userInfoWrap .workspaceListWrap .ulWorkspaceList li {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 6px 8px;
                font-size: 14px;
                border-radius: 4px; }
                .wrap > header .topGnbWrap .profileWrap .userInfoWrap .workspaceListWrap .ulWorkspaceList li::after {
                  content: '';
                  display: inline-block;
                  width: 12px;
                  height: 12px;
                  background-image: url("../Img/imgMembers.svg");
                  background-repeat: no-repeat;
                  background-position: -142px -418px; }
                .wrap > header .topGnbWrap .profileWrap .userInfoWrap .workspaceListWrap .ulWorkspaceList li:hover {
                  cursor: pointer;
                  background-color: #F6F7FA; }
          .wrap > header .topGnbWrap .profileWrap .userInfoWrap .txt-wrap {
            display: flex;
            flex-direction: column;
            gap: 4px; }
            .wrap > header .topGnbWrap .profileWrap .userInfoWrap .txt-wrap .txt-id {
              font-size: 14px;
              opacity: .5; }
          .wrap > header .topGnbWrap .profileWrap .userInfoWrap > .btnWrap {
            display: flex;
            justify-content: space-evenly;
            padding-top: .5rem;
            border-top: 1px solid rgba(234, 234, 239, 0.5); }
            .wrap > header .topGnbWrap .profileWrap .userInfoWrap > .btnWrap > .btn {
              padding: .25rem .5rem;
              font-size: 12px;
              border-radius: .25rem; }
              .wrap > header .topGnbWrap .profileWrap .userInfoWrap > .btnWrap > .btn.Mypage {
                color: #8B95A1; }
              .wrap > header .topGnbWrap .profileWrap .userInfoWrap > .btnWrap > .btn.Logout {
                color: #273447; }
              .wrap > header .topGnbWrap .profileWrap .userInfoWrap > .btnWrap > .btn:hover {
                cursor: pointer;
                background-color: #F6F7FA; }
          .wrap > header .topGnbWrap .profileWrap .userInfoWrap .btnLink {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px; }
          .wrap > header .topGnbWrap .profileWrap .userInfoWrap.mypage {
            left: unset;
            right: -20px; }
          .wrap > header .topGnbWrap .profileWrap .userInfoWrap.Open {
            top: calc(100% - 1px);
            display: flex; }
        .wrap > header .topGnbWrap .profileWrap:hover {
          cursor: pointer; }
  .wrap .contactUsCommonWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6em 0; }
    .wrap .contactUsCommonWrap > .itemWrap {
      text-align: center; }
    .wrap .contactUsCommonWrap .txtMsg {
      margin-bottom: 1.563rem;
      font-size: 2.5em;
      text-align: center;
      font-weight: bold;
      background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .btnWrap .btnLink {
      display: inline-flex;
      align-items: center;
      padding: 1.25em 1.5em;
      margin: 0 .5em .5em 0;
      font-size: 1.125em;
      font-weight: bold;
      border-radius: 2em;
      color: #fff;
      background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%); }
      .btnWrap .btnLink > i {
        display: inline-block;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: .25rem;
        background-image: url("../Img/iconEvent.svg");
        background-repeat: no-repeat;
        background-position: center; }
      .btnWrap .btnLink:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em; }
    .btnWrap .ContactUs {
      color: #273447;
      background: unset;
      background-color: #fff;
      border: 0.0625em solid rgba(139, 149, 161, 0.3); }
      .btnWrap .ContactUs i {
        background-image: url("../Img/iconMsg.svg"); }
  .wrap footer {
    display: flex;
    justify-content: center;
    padding: 4rem;
    background-color: #202632; }
    .wrap footer .footerWrap {
      display: flex;
      justify-content: space-between; }
      .wrap footer .footerWrap .logoWrap {
        flex-shrink: 0; }
        .wrap footer .footerWrap .logoWrap .logo {
          display: inline-block;
          width: 7rem;
          height: 1.5rem;
          background-size: 100%;
          margin-bottom: .25rem;
          color: #fff;
          font-style: normal; }
        .wrap footer .footerWrap .logoWrap .txtCopy {
          font-size: .75rem;
          color: #fff; }
        .wrap footer .footerWrap .logoWrap .custom-select {
          position: relative;
          margin-top: 1rem; }
          .wrap footer .footerWrap .logoWrap .custom-select .select-trigger {
            position: relative;
            padding: .5rem .75rem;
            font-size: .875rem;
            color: #8B95A1;
            border: 1px solid rgba(234, 234, 239, 0.2); }
            .wrap footer .footerWrap .logoWrap .custom-select .select-trigger:after {
              content: '';
              position: absolute;
              right: 12px;
              top: 10px;
              display: inline-block;
              width: 6px;
              height: 6px;
              border-bottom: 1px solid #fff;
              border-right: 1px solid #fff;
              transform: rotate(45deg); }
          .wrap footer .footerWrap .logoWrap .custom-select .select-options {
            display: none;
            position: absolute;
            bottom: 100%;
            left: 0;
            width: 100%;
            border: 1px solid rgba(234, 234, 239, 0.2);
            background-color: #202632;
            opacity: 0;
            transform: translateY(10px); }
            .wrap footer .footerWrap .logoWrap .custom-select .select-options > li {
              padding: .5rem .75rem;
              font-size: .875rem;
              color: #8B95A1; }
              .wrap footer .footerWrap .logoWrap .custom-select .select-options > li:hover {
                cursor: pointer;
                color: #fff;
                background-color: rgba(139, 149, 161, 0.1); }
          .wrap footer .footerWrap .logoWrap .custom-select.active .select-options {
            display: flex;
            flex-direction: column;
            opacity: 1;
            transform: translateY(0); }
      .wrap footer .footerWrap .infoWrap {
        display: flex;
        justify-content: flex-end;
        font-size: .75rem; }
        .wrap footer .footerWrap .infoWrap > div {
          margin-left: 4rem; }
          .wrap footer .footerWrap .infoWrap > div p {
            margin-bottom: .75rem;
            color: #fff; }
        .wrap footer .footerWrap .infoWrap .footerMenu {
          flex-shrink: 0; }
          .wrap footer .footerWrap .infoWrap .footerMenu ul li {
            display: flex;
            gap: 8px;
            margin-bottom: .75rem; }
            .wrap footer .footerWrap .infoWrap .footerMenu ul li a, .wrap footer .footerWrap .infoWrap .footerMenu ul li button {
              color: #fff;
              opacity: .5; }
              .wrap footer .footerWrap .infoWrap .footerMenu ul li a b, .wrap footer .footerWrap .infoWrap .footerMenu ul li button b {
                color: inherit; }
              .wrap footer .footerWrap .infoWrap .footerMenu ul li a.Active, .wrap footer .footerWrap .infoWrap .footerMenu ul li button.Active {
                opacity: 1; }
              .wrap footer .footerWrap .infoWrap .footerMenu ul li a:hover, .wrap footer .footerWrap .infoWrap .footerMenu ul li button:hover {
                cursor: pointer;
                opacity: 1; }
  .wrap.Index {
    background-image: url("../Img/bgImg.jpg");
    background-position: top center;
    background-repeat: no-repeat; }
    .wrap.Index .mainCopyWrap {
      text-align: center;
      padding: 5rem 0; }
      .wrap.Index .mainCopyWrap .txtMainCopy {
        font-size: 3.25rem;
        font-weight: bold; }
        .wrap.Index .mainCopyWrap .txtMainCopy.Point {
          color: #6047f6; }
      .wrap.Index .mainCopyWrap .txtMainDescription {
        margin: 2rem 0 3rem 0;
        color: #8B95A1;
        font-size: 1.125rem; }
    .wrap.Index .mobilePrototypeWrap {
      height: 35.000rem;
      position: relative; }
      .wrap.Index .mobilePrototypeWrap .designPreviewWrap {
        position: absolute;
        bottom: 7.500rem;
        left: 0rem;
        width: 100%;
        height: 30.000rem;
        padding-top: 2.188rem; }
        .wrap.Index .mobilePrototypeWrap .designPreviewWrap > .imgWrap {
          display: flex;
          transition: .3s; }
          .wrap.Index .mobilePrototypeWrap .designPreviewWrap > .imgWrap > img {
            flex-shrink: 0;
            margin: .5rem 1.25rem;
            width: 13.75em;
            transform: scale(0.9);
            transition: .3s;
            border-radius: 2rem;
            box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em; }
            .wrap.Index .mobilePrototypeWrap .designPreviewWrap > .imgWrap > img.Active {
              opacity: 1;
              transform: scale(1);
              transition: .4s; }
        .wrap.Index .mobilePrototypeWrap .designPreviewWrap > .maskImg {
          position: absolute;
          top: -0.4rem;
          left: calc(50% - (20.4375em / 2));
          width: 20.4375em;
          height: 35.75em; }
    .wrap.Index .mentWrap {
      display: flex;
      justify-content: center;
      padding: 6em 0; }
      .wrap.Index .mentWrap .mentListArea {
        display: flex;
        align-items: center;
        flex-direction: column;
        display: inline-flex; }
        .wrap.Index .mentWrap .mentListArea > .txtTitle {
          margin-bottom: 4rem;
          font-weight: bold;
          font-size: 2.75em; }
          .wrap.Index .mentWrap .mentListArea > .txtTitle .Point {
            font-weight: inherit;
            color: #6047f6; }
        .wrap.Index .mentWrap .mentListArea .mentGroup {
          display: inline-block;
          max-width: 43.75em;
          text-align: center; }
          .wrap.Index .mentWrap .mentListArea .mentGroup .txtMent {
            display: inline-block;
            padding: 1em 1.25em;
            margin-bottom: 1em;
            font-size: 1.375em;
            border-radius: 1rem;
            background-color: #fff; }
      .wrap.Index .mentWrap .mentFinishWrap {
        padding: 25em 0; }
        .wrap.Index .mentWrap .mentFinishWrap .txtGra {
          font-size: 4.375em;
          font-weight: bold;
          background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
    .wrap.Index .overviewWrap {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin: 6rem 0; }
      .wrap.Index .overviewWrap .sticky-elem {
        width: 100%; }
      .wrap.Index .overviewWrap .safariSticky {
        justify-content: center; }
      .wrap.Index .overviewWrap .titleWrap {
        display: flex;
        align-items: center;
        flex-direction: column;
        display: inline-flex;
        margin-bottom: 6rem; }
        .wrap.Index .overviewWrap .titleWrap > .txtTitle {
          font-weight: bold;
          font-size: 2.75em;
          text-align: center; }
          .wrap.Index .overviewWrap .titleWrap > .txtTitle .Point {
            font-weight: inherit;
            color: #6047f6; }
        .wrap.Index .overviewWrap .titleWrap .txtDescription {
          margin-top: 2rem;
          color: #8B95A1;
          font-size: 1.125rem; }
      .wrap.Index .overviewWrap .boxWrap {
        display: flex;
        justify-content: space-between; }
        .wrap.Index .overviewWrap .boxWrap .leftWrap {
          display: flex;
          flex-direction: column;
          width: 100%;
          padding-left: 1.5rem; }
          .wrap.Index .overviewWrap .boxWrap .leftWrap .ulDotWrap {
            display: flex;
            margin-bottom: 1rem; }
            .wrap.Index .overviewWrap .boxWrap .leftWrap .ulDotWrap > li {
              flex-shrink: 0;
              width: .5em;
              height: .5em;
              margin-right: .5em;
              background-color: rgba(139, 149, 161, 0.2);
              border-radius: 50%; }
              .wrap.Index .overviewWrap .boxWrap .leftWrap .ulDotWrap > li.Active {
                background-color: #273447; }
          .wrap.Index .overviewWrap .boxWrap .leftWrap .copyGroupWrap {
            height: 16em;
            overflow: hidden; }
          .wrap.Index .overviewWrap .boxWrap .leftWrap .copyWrap > .txtCopy {
            margin-bottom: 1.25em;
            font-size: 1.125em;
            color: #8B95A1; }
          .wrap.Index .overviewWrap .boxWrap .leftWrap .copyWrap > .txtTitle {
            margin-bottom: 1.25em;
            font-size: 2em;
            font-weight: bold; }
          .wrap.Index .overviewWrap .boxWrap .leftWrap .copyWrap > .txtDescription {
            font-size: 1em;
            line-height: 1.5em;
            color: #8B95A1; }
          .wrap.Index .overviewWrap .boxWrap .leftWrap .copyWrap + .copyWrap {
            margin-top: 2em; }
        .wrap.Index .overviewWrap .boxWrap > .imgWrap {
          flex-shrink: 0; }
          .wrap.Index .overviewWrap .boxWrap > .imgWrap > img {
            width: 35em; }
        .wrap.Index .overviewWrap .boxWrap + .boxWrap {
          margin-top: 10rem;
          flex-direction: row-reverse; }
          .wrap.Index .overviewWrap .boxWrap + .boxWrap > .imgWrap {
            margin-left: unset;
            margin-right: 4.5rem; }
    .wrap.Index .serviceWrap {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 7.5rem 0; }
      .wrap.Index .serviceWrap .titleWrap {
        display: flex;
        align-items: center;
        flex-direction: column;
        display: inline-flex;
        gap: 2rem;
        margin-bottom: 6rem; }
        .wrap.Index .serviceWrap .titleWrap > .txtTitle {
          font-weight: bold;
          font-size: 2.75em;
          text-align: center; }
          .wrap.Index .serviceWrap .titleWrap > .txtTitle .Point {
            font-weight: inherit;
            color: #6047f6; }
        .wrap.Index .serviceWrap .titleWrap .txtDescription {
          color: #8B95A1;
          font-size: 1.125rem; }
      .wrap.Index .serviceWrap .serviceInfoWrap {
        display: flex;
        align-items: center; }
        .wrap.Index .serviceWrap .serviceInfoWrap .btn {
          flex-shrink: 0;
          display: inline-flex;
          width: 3em;
          height: 3em; }
          .wrap.Index .serviceWrap .serviceInfoWrap .btn i {
            width: 2em;
            height: 2em;
            color: rgba(139, 149, 161, 0.7);
            border-left: 0.1875em solid currentColor;
            border-bottom: 0.1875em solid currentColor;
            transform: rotate(45deg); }
          .wrap.Index .serviceWrap .serviceInfoWrap .btn.Next {
            margin-left: 1em; }
            .wrap.Index .serviceWrap .serviceInfoWrap .btn.Next i {
              transform: rotate(225deg); }
          .wrap.Index .serviceWrap .serviceInfoWrap .btn:hover i {
            color: #273447; }
        .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup {
          display: flex;
          width: 62.5em;
          overflow: hidden; }
          .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            width: 62.5em;
            height: 30em;
            border-radius: 1.75em;
            background: linear-gradient(0deg, #FFEECD 0%, #FFFCF3 100%);
            transition: .7s; }
            .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap {
              width: 100%;
              padding: 2.5rem; }
              .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap .txtTitle {
                margin-bottom: 1em;
                font-size: 2.125em;
                font-weight: bold;
                color: #E8B124; }
                .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap .txtTitle > .txtTop {
                  opacity: .5;
                  color: inherit; }
              .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap .ulTag {
                display: flex;
                flex-wrap: wrap; }
                .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap .ulTag > li {
                  flex-shrink: 0;
                  margin: 0 .25em .25em 0;
                  padding: .5em .75em;
                  font-size: .75em;
                  color: #585865;
                  border-radius: 1em;
                  background-color: rgba(255, 255, 255, 0.3); }
            .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap > img {
              flex-shrink: 0;
              width: 35.1875em; }
            .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap.Company {
              background: linear-gradient(0deg, #BEE7E2 0%, #EFFFDE 100%); }
              .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap.Company .textWrap .txtTitle {
                color: #20AA8E; }
            .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap.ISV {
              background: linear-gradient(0deg, #C7E1FF 0%, #E6F7FF 100%); }
              .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap.ISV .textWrap .txtTitle {
                color: #268EFF; }
            .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap.Avtice {
              order: 1;
              opacity: 1; }
            .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap.disable {
              order: 2;
              opacity: 0; }
      .wrap.Index .serviceWrap.movie-view-wrap {
        background-color: #F9FAFC; }
      .wrap.Index .serviceWrap .movie-view {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
        padding: 2rem; }
        .wrap.Index .serviceWrap .movie-view > iframe {
          width: 100%;
          height: 576px;
          border-radius: 28px; }
        .wrap.Index .serviceWrap .movie-view .btn-more {
          display: flex;
          align-items: center;
          padding: 12px 20px;
          color: #6B7684;
          font-size: 20px;
          border-radius: 24px;
          background-color: #E2E4E6; }
          .wrap.Index .serviceWrap .movie-view .btn-more > i {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url("../Img/iconArrow.svg"); }
          .wrap.Index .serviceWrap .movie-view .btn-more:hover {
            cursor: pointer;
            background-color: #efe8ff; }
    .wrap.Index .faqWrap {
      text-align: center;
      padding: 7em 0;
      background-color: #333D4B; }
      .wrap.Index .faqWrap > .txtTitle {
        margin-bottom: 2em;
        font-size: 2.5em;
        font-weight: bold;
        color: #fff; }
      .wrap.Index .faqWrap .ulFaq {
        display: inline-block;
        border-bottom: 0.0625em solid rgba(255, 255, 255, 0.1); }
        .wrap.Index .faqWrap .ulFaq li {
          position: relative;
          text-align: left;
          border-top: 0.0625em solid rgba(255, 255, 255, 0.1); }
          .wrap.Index .faqWrap .ulFaq li > .txtQuestion {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 1.5rem 3rem 1.5rem 1rem;
            font-size: 1.125em;
            color: #fff;
            transition: .3s; }
            .wrap.Index .faqWrap .ulFaq li > .txtQuestion:before {
              flex-shrink: 0;
              display: inline-block;
              content: 'Q';
              width: 2rem;
              font-weight: bold;
              font-size: 1.375em; }
            .wrap.Index .faqWrap .ulFaq li > .txtQuestion::after {
              position: absolute;
              right: .35em;
              top: .35em;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              content: '+';
              width: 2rem;
              height: 2rem;
              font-size: 3em;
              font-weight: lighter;
              transition: .3s; }
          .wrap.Index .faqWrap .ulFaq li .txtAnswer {
            display: none;
            padding: 1rem 1rem 1rem calc(2rem + 1em);
            color: #fff;
            line-height: 1.5rem; }
          .wrap.Index .faqWrap .ulFaq li:hover {
            cursor: pointer; }
            .wrap.Index .faqWrap .ulFaq li:hover .txtQuestion {
              background-color: rgba(255, 255, 255, 0.05); }
          .wrap.Index .faqWrap .ulFaq li.Active .txtQuestion {
            background-color: #273447; }
            .wrap.Index .faqWrap .ulFaq li.Active .txtQuestion::after {
              transform: rotate(45deg); }
          .wrap.Index .faqWrap .ulFaq li.Active .txtAnswer {
            display: block; }
    .wrap.Index .contactUsWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 37.5em;
      background-image: url("../Img/bgImgStart.jpg");
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .wrap.Index .contactUsWrap > .itemWrap {
        text-align: center; }
      .wrap.Index .contactUsWrap .txtMsg {
        margin-bottom: 1.563rem;
        font-size: 3.25em;
        text-align: center;
        font-weight: bold;
        color: #fff;
        -webkit-text-fill-color: unset; }
  .wrap.SubLayout .subImgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 28rem;
    width: 100%;
    border-top: 0.0625em solid #cbd2d8;
    background-image: url(../Img/imgSubBg.jpg);
    background-position: bottom center;
    background-size: cover; }
    .wrap.SubLayout .subImgWrap > .imgArea {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 4rem;
      flex-direction: column;
      background-repeat: no-repeat; }
      .wrap.SubLayout .subImgWrap > .imgArea::after {
        content: '';
        margin-top: 4rem;
        width: 1.5em;
        height: 1.5em;
        color: rgba(139, 149, 161, 0.5);
        border-left: 0.1875em solid currentColor;
        border-bottom: 0.1875em solid currentColor;
        transform: rotate(-45deg); }
    .wrap.SubLayout .subImgWrap .txtCopy {
      margin-bottom: 2.500rem;
      font-size: 3.25em;
      font-weight: bold;
      text-align: center; }
      .wrap.SubLayout .subImgWrap .txtCopy .Point {
        font-weight: inherit;
        color: #6047f6; }
    .wrap.SubLayout .subImgWrap .txtSubCopy {
      text-align: center;
      font-size: 1em;
      line-height: 1.25em;
      color: #8B95A1; }
  .wrap.SubLayout .titleWrap {
    display: flex;
    justify-content: center;
    padding: 2em 0; }
    .wrap.SubLayout .titleWrap > .titleArea .txtTitle {
      font-size: 1.5em;
      font-weight: bold; }
  .wrap.SubLayout .contentsWarp {
    text-align: center; }
  .wrap.SubLayout.Product .titleWrap {
    top: calc(3.5em + 2.75em); }
    .wrap.SubLayout.Product .titleWrap .titleArea {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .wrap.SubLayout.Product .titleWrap .titleArea > .productTab {
        display: inline-flex;
        padding: .75em;
        border-radius: .75em;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(0.875em);
        backdrop-filter: blur(0.875em); }
        .wrap.SubLayout.Product .titleWrap .titleArea > .productTab > a {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 1em 1.5rem;
          font-size: 1rem;
          font-weight: bold;
          color: #273447;
          opacity: .4;
          border-radius: .5rem; }
          .wrap.SubLayout.Product .titleWrap .titleArea > .productTab > a.Active {
            color: #fff;
            background-color: #273447;
            opacity: 1; }
          .wrap.SubLayout.Product .titleWrap .titleArea > .productTab > a:hover {
            cursor: pointer;
            opacity: 1; }
  .wrap.SubLayout.Product .contentsWarp > .productInfoWrap {
    display: inline-block;
    width: 100%;
    transition: top 0.3s; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap > .txtSubTitle {
      padding-top: 10em;
      text-align: center;
      color: #6047f6;
      font-size: 1em;
      font-weight: bold; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap > .txtTitle {
      margin-bottom: 4em;
      text-align: center;
      font-size: 2.5em;
      font-weight: bold; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap {
      position: relative;
      display: inline-flex;
      justify-content: center;
      margin-bottom: 8.750rem;
      text-align: left; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .imgArea {
        flex-shrink: 0;
        margin: 0 1rem; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .itemArea {
        margin: 1rem 2rem; }
        .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .itemArea > .txtSubTitle {
          margin-bottom: 0.625rem;
          color: #6047f6;
          font-size: 1.125rem;
          font-weight: bold; }
        .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .itemArea > .txtTitle {
          margin-bottom: 1.875rem;
          font-size: 2.000rem;
          font-weight: bold; }
        .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .itemArea > .txtDescription {
          margin-bottom: 1.875rem;
          font-size: 1.125rem;
          line-height: 1.625rem; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap.Symbol {
        justify-content: unset;
        margin-bottom: 2.500rem; }
        .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap.Symbol .logoSymbolBox {
          width: 13.750rem;
          height: 13.750rem;
          background-size: 6.250rem; }
          .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap.Symbol .logoSymbolBox .logoCircle {
            position: absolute;
            left: unset;
            top: unset;
            right: unset;
            bottom: unset;
            width: 13.75em;
            height: 13.75em;
            background-image: url("../Images/text_flextudioCircle.svg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            animation: rotate 10s infinite; }
        .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap.Symbol.Right {
          justify-content: flex-end; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemGraWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 26.875rem;
      margin-bottom: 8.750rem;
      background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%); }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemGraWrap > .itemWrap {
        color: #fff; }
        .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemGraWrap > .itemWrap > .itemArea > .txtSubTitle {
          color: inherit; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Formatting {
      margin-bottom: 25.000rem; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Formatting .itemArea {
        position: relative;
        width: 100%;
        z-index: 1; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Formatting .imgArea {
        position: absolute;
        right: 0;
        top: 0; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Theme > .itemArea {
      margin: 7.500rem 0 0 0; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .DesignFirst {
      padding-top: 9.375rem;
      justify-content: unset; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .DesignFirst > .imgArea {
        position: absolute;
        bottom: -25.000rem;
        right: -16rem; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .DesignFirst > .itemArea {
        position: relative;
        z-index: 1; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .DesignFirst .logoCircleLeft {
        position: absolute;
        left: -7.5rem;
        top: -1.25rem;
        right: unset;
        bottom: unset;
        width: 16.875rem;
        height: 16.875rem;
        background-image: url("../Images/text_flextudioCircle.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        animation: rotate 10s infinite;
        opacity: .15; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .DesignFirst .logoCircle {
        position: absolute;
        left: unset;
        top: 18.75rem;
        right: 0;
        bottom: unset;
        width: 10.625rem;
        height: 10.625rem;
        background-image: url("../Images/text_flextudioCircle.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        animation: rotate 10s infinite;
        opacity: .4; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Hosting {
      margin-bottom: 2.500rem; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Hosting > .imgArea {
        margin-left: 30%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .OnlyText > .itemArea {
      width: 100%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .Lambda > .imgArea {
      margin-top: -15.625rem; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexService {
      padding: 2.500em 0;
      justify-content: unset; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexService > .itemArea {
        position: absolute;
        top: -2.500rem;
        left: 45%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexSQL > .itemArea {
      width: 100%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexSQL > .imgArea {
      position: absolute;
      top: 6.250rem;
      right: -45%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .mySQL {
      padding-bottom: 0rem; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .mySQL > .itemArea {
        width: 100%; }
      .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .mySQL > .imgArea {
        position: absolute;
        top: 8.750rem;
        right: 0; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.AppMng .PublicApp .imgArea {
      margin-left: -10%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.AppMng .APPPack .imgArea {
      margin-right: -15%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.AppMng .Publish {
      margin-bottom: 0; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.TenantMng .Invitation .imgArea {
      margin-left: -35%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.TenantMng .Invitation .itemArea {
      margin: 16.250em 0 0 -2%; }
    .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.TenantMng .Auth .imgArea {
      margin-right: -5%; }
  .wrap.SubLayout.Plan .contentsWarp {
    padding: 3.125rem;
    text-align: center; }
    .wrap.SubLayout.Plan .contentsWarp .ulPlan {
      max-width: 59.375rem;
      display: inline-flex;
      width: 100%; }
      .wrap.SubLayout.Plan .contentsWarp .ulPlan > li {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        border-radius: 1.250rem;
        border: 0.063em solid #EAEAEF; }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap {
          text-align: center;
          width: 100%;
          padding: 3.75em 1.563rem 1.563rem 1.563rem;
          border-bottom: 0.063em solid #EAEAEF; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .txtType {
            display: inline-flex;
            align-items: center;
            padding: 0.375rem 1rem;
            margin-bottom: 0.938rem;
            border-radius: 1.250rem;
            color: inherit;
            font-size: 0.875rem;
            background-color: #8B95A1; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .txtTitle {
            color: inherit;
            font-size: 1rem;
            font-weight: bolder; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .txtPrice {
            margin-bottom: 1rem;
            color: #273447;
            font-size: 1.750rem;
            font-weight: bold; }
            .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .txtPrice > span {
              font-size: 1.25rem; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .btn {
            display: flex;
            width: 100%;
            padding: 0.125rem;
            border-radius: 1.875rem;
            background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%); }
            .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .btn > div {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              padding: 0.75rem;
              border-radius: 1.875rem;
              background-color: #fff; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .btn > div > span {
                font-size: 1.25rem;
                font-weight: bold; }
            .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .topWrap > .btn:hover {
              cursor: pointer;
              box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em; }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .infoWrap {
          width: 100%;
          height: 100%;
          padding: 1.563rem;
          text-align: left; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .infoWrap .txtTitle {
            margin-bottom: 1rem;
            font-weight: bold;
            font-size: 1rem; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .infoWrap .txtInfo {
            margin-bottom: 0.75rem;
            font-size: 1rem; }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap {
          width: 100%;
          padding: 1.563rem;
          border-top: 0.063em solid #EAEAEF;
          text-align: left; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .txtTitle {
            margin-bottom: 1.250rem;
            font-size: 1rem;
            font-weight: bold; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .ullogo {
            display: flex; }
            .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .ullogo > li {
              width: 2.750rem;
              height: 2.750rem;
              margin-right: 1rem;
              border-radius: 0.625rem;
              background-color: #fff;
              background-image: url("../Images/icon_logoBiz.svg");
              background-repeat: no-repeat;
              background-size: 6.25rem;
              box-shadow: rgba(0, 0, 0, 0.1) 0.188em 0.188em 0.188em; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .ullogo > li.chrome {
                background-position: 0.438rem 0.375rem; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .ullogo > li.firefox {
                background-position: -3.813rem 0.438rem; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .ullogo > li.playStore {
                background-position: 0.563rem -3.000rem; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li > .devWrap > .ullogo > li.appStore {
                background-position: -3.938rem -3.000rem; }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li + li {
          margin-left: 2.500rem; }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.horizontal {
          margin-top: 2.500rem;
          flex-direction: unset; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.horizontal > .topWrap {
            flex-shrink: 0;
            width: 18.125rem;
            height: 100%;
            border-bottom: 0;
            border-right: 0.063rem solid #EAEAEF; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.horizontal > .infoWrap {
            width: 100%; }
            .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.horizontal > .infoWrap > .infoArea {
              display: flex;
              flex-wrap: wrap;
              margin-top: 1.250rem; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.horizontal > .infoWrap > .infoArea .txtTitle {
                width: 100%; }
              .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.horizontal > .infoWrap > .infoArea .txtInfo {
                width: 33%; }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.plan2 > .topWrap {
          color: #1376EA; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.plan2 > .topWrap > .txtType {
            background-color: rgba(19, 118, 234, 0.1); }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.plan3 > .topWrap {
          color: #D20CBA; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.plan3 > .topWrap > .txtType {
            background-color: rgba(210, 12, 186, 0.1); }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.plan4 > .topWrap {
          color: #6047f6; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.plan4 > .topWrap > .txtType {
            background-color: rgba(96, 71, 246, 0.1); }
        .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.Best {
          position: relative;
          border: 0.125em solid #1376EA; }
          .wrap.SubLayout.Plan .contentsWarp .ulPlan > li.Best::before {
            content: attr(title);
            position: absolute;
            margin-top: -0.125rem;
            padding: 0.375rem 1rem;
            text-align: center;
            color: #fff;
            font-weight: bold;
            border-radius: 0 0 1.250rem 1.250rem;
            background: linear-gradient(-45deg, #D383D5 -20%, #6047f6 90%); }
    .wrap.SubLayout.Plan .contentsWarp .tablePlan {
      width: 100%;
      max-width: 62.5em;
      margin: 0 auto;
      border-spacing: 0;
      border-radius: 1.5625em;
      border: 0.0625em solid rgba(234, 234, 239, 0.5);
      overflow: hidden; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan .icon {
        display: inline-block;
        background-image: url("../Images/iconPlan.svg");
        background-repeat: no-repeat; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan .icon.Question {
        width: 17px;
        height: 16px;
        background-position: 0 0; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan .icon.Close {
        width: 11px;
        height: 11px;
        background-position: 0 -84px; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan .icon.CheckGreen {
        width: 17px;
        height: 11px;
        background-position: 0 -44px; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan .txtUnit {
        margin-left: 0.375rem;
        padding: 0.125rem 0.25rem;
        font-size: .75rem;
        color: #8B95A1;
        border-radius: 0.25rem;
        border: 0.0625em solid rgba(234, 234, 239, 0.5);
        background-color: rgba(139, 149, 161, 0.05); }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan .caption {
        position: relative;
        min-width: 23.125em;
        padding-left: 1.25em;
        text-align: left; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan .caption > .icon.Question {
          position: absolute;
          right: 0.625em; }
          .wrap.SubLayout.Plan .contentsWarp .tablePlan .caption > .icon.Question:before {
            display: none;
            position: absolute;
            top: 1.25em;
            left: 0;
            content: attr(data-Msg);
            width: 13.125em;
            padding: 0.625em;
            background-color: white;
            font-size: 0.75em;
            border-radius: 0.25em;
            border: 0.0625em solid rgba(234, 234, 239, 0.5);
            box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em;
            z-index: 1; }
          .wrap.SubLayout.Plan .contentsWarp .tablePlan .caption > .icon.Question:hover::before {
            display: inline-block; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 1;
        padding: 1.25em 1.25em;
        vertical-align: top;
        text-align: left;
        font-weight: normal;
        border-right: 0.0625em solid #EAEAEF;
        border-bottom: 0.0625em solid #EAEAEF; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .txtPlanName {
          font-weight: bold;
          white-space: nowrap; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .txtDiscountPrice {
          margin: 0.25em 0;
          font-size: 0.75em;
          opacity: .5;
          text-decoration: line-through; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th .iconDiscount {
          padding: 0.125em 0.25em;
          font-size: 0.75em;
          color: #5F3D13;
          border-radius: 0.25em;
          background-color: #F2EADA; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .txtPrice {
          display: inline-flex;
          align-items: center;
          margin: 0.75em 0 0 0;
          font-weight: bold;
          font-size: 1.125em;
          white-space: nowrap; }
          .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .txtPrice .txtUnit {
            margin-left: 0.25em;
            font-size: 0.75em;
            color: #8B95A1;
            font-weight: normal; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .btnCommon {
          margin-top: 0.9375em;
          padding: 0.375em 0.5em;
          white-space: nowrap;
          font-size: .75rem;
          border-radius: .25rem; }
          .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .btnCommon.Line {
            border-color: rgba(139, 149, 161, 0.2); }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .txtCheck {
          margin-top: 0.25em;
          font-size: 0.75em; }
          .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th > .txtCheck::before {
            content: '';
            display: inline-block;
            width: 0.1875em;
            height: 0.375em;
            margin: 0 0.5em 0.125em 0;
            border-right: 0.0625em solid #D383D5;
            border-bottom: 0.0625em solid #D383D5;
            transform: rotate(45deg); }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th.Biz .iconDiscount {
          background-color: rgba(0, 153, 255, 0.1);
          color: #0099ff; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody tr.title th {
        font-size: 0.875em;
        color: #8B95A1;
        background-color: rgba(139, 149, 161, 0.1); }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody tr.title th.caption {
          border-right: 0; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody tr.mainPricing > th {
        color: #D383D5;
        background-color: rgba(211, 131, 213, 0.1); }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody td, .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody th {
        padding: 0.75em 0.5em;
        font-size: 0.875em;
        text-align: center;
        border-right: 0.0625em solid rgba(234, 234, 239, 0.5);
        border-bottom: 0.0625em solid rgba(234, 234, 239, 0.5); }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody td .txtPlan, .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody th .txtPlan {
          display: inline-flex;
          padding: 0.25em 0.5em;
          border-radius: 0.25em;
          color: #6047f6;
          font-weight: bold;
          background-color: rgba(96, 71, 246, 0.2); }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody td .iconBadge, .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody th .iconBadge {
          padding: 0.25em 0.25em;
          font-size: 0.75rem;
          border-radius: 0.25em;
          color: #fff;
          background-color: #eb4b0c; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody td.txtNumber, .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody th.txtNumber {
          text-align: right;
          font-weight: bold; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody td.txtRed, .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody th.txtRed {
          color: tomato; }
        .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody td.txtDis, .wrap.SubLayout.Plan .contentsWarp .tablePlan tbody th.txtDis {
          text-decoration: line-through;
          color: #999; }
      .wrap.SubLayout.Plan .contentsWarp .tablePlan th:last-child,
      .wrap.SubLayout.Plan .contentsWarp .tablePlan td:last-child {
        border-right: 0; }
  .wrap.SubLayout.EduSubmit .contentsWarp {
    padding: 2rem  0; }
    .wrap.SubLayout.EduSubmit .contentsWarp .inputWrap {
      padding: 3.125rem 0; }
  .wrap.SubLayout.Case .subImgWrap > .imgArea {
    width: 40.625rem;
    height: 23.125rem;
    background-image: url("../Images/subImg_case.svg"); }
    .wrap.SubLayout.Case .subImgWrap > .imgArea > .txtCopy {
      font-size: 3.125rem; }
      .wrap.SubLayout.Case .subImgWrap > .imgArea > .txtCopy b {
        font-size: 4.625rem; }
  .wrap.SubLayout.Case .contentsWarp .caseWrap {
    display: inline-block;
    width: 100%;
    padding-top: 11.875rem; }
    .wrap.SubLayout.Case .contentsWarp .caseWrap > .txtSubTitle {
      text-align: center;
      color: #0099ff;
      font-size: 1.750rem;
      font-weight: bold; }
    .wrap.SubLayout.Case .contentsWarp .caseWrap > .txtTitle {
      margin-bottom: 6.250rem;
      text-align: center;
      font-size: 3.125rem;
      font-weight: bold; }
    .wrap.SubLayout.Case .contentsWarp .caseWrap .itemWrap {
      margin: 1rem 3.125rem;
      position: relative;
      display: inline-flex;
      justify-content: center;
      margin-bottom: 8.750rem;
      text-align: left; }
      .wrap.SubLayout.Case .contentsWarp .caseWrap .itemWrap .itemArea {
        text-align: left; }
        .wrap.SubLayout.Case .contentsWarp .caseWrap .itemWrap .itemArea > .txtSubTitle {
          margin-bottom: 0.625rem;
          color: #0099ff;
          font-size: 1.125rem;
          font-weight: bold; }
        .wrap.SubLayout.Case .contentsWarp .caseWrap .itemWrap .itemArea > .txtTitle {
          margin-bottom: 1.875rem;
          font-size: 2.000rem;
          font-weight: bold; }
        .wrap.SubLayout.Case .contentsWarp .caseWrap .itemWrap .itemArea > .txtDescription {
          margin-bottom: 1.875rem;
          font-size: 1.125rem;
          line-height: 1.625rem; }
    .wrap.SubLayout.Case .contentsWarp .caseWrap.Sample {
      background-color: #F2F2F7; }
      .wrap.SubLayout.Case .contentsWarp .caseWrap.Sample .txtSubTitle {
        color: #9438C9; }
      .wrap.SubLayout.Case .contentsWarp .caseWrap.Sample .itemWrap .txtSubTitle {
        color: #9438C9; }
  .wrap.SubLayout.ContactUs .inputWrap {
    width: 100%; }
  .wrap.SubLayout.ContactUs .btnPoint {
    color: #6047f6;
    font-size: 0.875rem; }
  .wrap.SubLayout.ContactUs .btnWrap {
    width: 100%; }
  .wrap .company-info-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    padding: 6rem 0; }
    .wrap .company-info-wrap .section-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
      width: 100%;
      max-width: 64rem; }
      .wrap .company-info-wrap .section-wrap > h2 {
        font-size: 3.25rem;
        font-weight: bold; }
      .wrap .company-info-wrap .section-wrap > .txt-description {
        font-size: 1.25rem;
        color: #8B95A1;
        line-height: 2rem; }
      .wrap .company-info-wrap .section-wrap > .img-wrap {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 420px;
        margin-top: 2.5rem;
        padding: 2rem 3rem;
        background-image: url("../Img/imgVision.png");
        background-size: contain;
        background-repeat: no-repeat; }
        .wrap .company-info-wrap .section-wrap > .img-wrap > ul li {
          padding: .25rem 0;
          list-style: disc;
          font-weight: bold;
          text-align: left; }
      .wrap .company-info-wrap .section-wrap .item-wrap {
        display: flex;
        margin-top: 3rem; }
        .wrap .company-info-wrap .section-wrap .item-wrap > .circle-wrap {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 1rem;
          width: 23rem;
          height: 23rem;
          padding: 2rem;
          margin: 0 -1.5rem;
          border-radius: 50%;
          background-color: rgba(96, 71, 246, 0.15); }
          .wrap .company-info-wrap .section-wrap .item-wrap > .circle-wrap > h3 {
            font-size: 2.5rem;
            font-weight: bold; }
          .wrap .company-info-wrap .section-wrap .item-wrap > .circle-wrap > .txt-description {
            opacity: .5; }
          .wrap .company-info-wrap .section-wrap .item-wrap > .circle-wrap.Blue {
            background-color: rgba(19, 118, 234, 0.15); }
      .wrap .company-info-wrap .section-wrap.space-between {
        flex-direction: unset;
        align-items: unset; }
      .wrap .company-info-wrap .section-wrap .txt-wrap {
        width: 100%;
        text-align: left; }
        .wrap .company-info-wrap .section-wrap .txt-wrap > h2 {
          margin-bottom: 2rem;
          font-size: 3.25rem;
          font-weight: bold; }
        .wrap .company-info-wrap .section-wrap .txt-wrap .txt-description {
          font-size: 1.25rem;
          font-weight: bold;
          line-height: 1.75rem; }
      .wrap .company-info-wrap .section-wrap .history-wrap {
        flex-shrink: 0;
        padding: 2.5rem;
        border-radius: 2rem;
        background-color: rgba(139, 149, 161, 0.1); }
        .wrap .company-info-wrap .section-wrap .history-wrap .ul-history {
          text-align: left; }
          .wrap .company-info-wrap .section-wrap .history-wrap .ul-history > li {
            display: flex;
            gap: 3rem;
            padding: 1rem 0;
            border-bottom: 1px solid #EAEAEF; }
            .wrap .company-info-wrap .section-wrap .history-wrap .ul-history > li > .txt-date {
              flex-shrink: 0;
              width: 30%;
              font-weight: bold;
              font-size: 2rem; }
            .wrap .company-info-wrap .section-wrap .history-wrap .ul-history > li > .txt-value {
              width: 100%;
              padding-right: 3rem; }
              .wrap .company-info-wrap .section-wrap .history-wrap .ul-history > li > .txt-value > .txt-title {
                margin-bottom: 1rem;
                font-size: 1.5rem;
                font-weight: bold; }
              .wrap .company-info-wrap .section-wrap .history-wrap .ul-history > li > .txt-value > .txt-description {
                font-size: 1rem;
                opacity: .7; }
            .wrap .company-info-wrap .section-wrap .history-wrap .ul-history > li:last-child {
              border-bottom: unset; }
  .wrap.MembersCenter {
    height: 100%;
    background-image: url(../Img/bgImg.jpg);
    background-position: center 40%;
    overflow-x: hidden;
    overflow-y: auto; }
    .wrap.MembersCenter .inputmemberForm {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .wrap.MembersCenter .inputmemberForm input {
        width: 100%;
        height: 60px;
        padding: 16px 0 0 40px;
        font-size: 18px;
        border: 1px solid #EAEAEF;
        border-radius: 8px; }
        .wrap.MembersCenter .inputmemberForm input ~ .labelName {
          position: absolute;
          top: 20px;
          left: 40px;
          display: flex;
          align-items: center;
          width: 100%;
          color: rgba(139, 149, 161, 0.5);
          pointer-events: none;
          transition: all 0.3s ease; }
        .wrap.MembersCenter .inputmemberForm input ~ .icon {
          position: absolute;
          left: 8px;
          top: 16px;
          display: inline-block;
          width: 24px;
          height: 24px;
          background-image: url("../Img/imgMembers.svg");
          background-repeat: no-repeat;
          background-position: -6px -10px; }
          .wrap.MembersCenter .inputmemberForm input ~ .icon.User {
            background-position-y: -49px; }
          .wrap.MembersCenter .inputmemberForm input ~ .icon.Date {
            background-position-y: -88px; }
          .wrap.MembersCenter .inputmemberForm input ~ .icon.Mobile {
            background-position-y: -127px; }
          .wrap.MembersCenter .inputmemberForm input ~ .icon.Key {
            background-position-y: -166px; }
        .wrap.MembersCenter .inputmemberForm input ~ .btnNext {
          display: none;
          position: absolute;
          right: 8px;
          top: 16px;
          padding: 8px 16px;
          border-radius: 8px;
          font-size: 14px;
          color: #fff;
          background-color: #6047f6; }
        .wrap.MembersCenter .inputmemberForm input ~ .txtErrorMsg {
          display: none;
          align-items: center;
          padding: 8px 0;
          font-size: 14px;
          color: #FF7676; }
          .wrap.MembersCenter .inputmemberForm input ~ .txtErrorMsg::before {
            content: '';
            flex-shrink: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 4px;
            background-image: url("../Img/imgMembers.svg");
            background-repeat: no-repeat;
            background-position: -9px -213px; }
        .wrap.MembersCenter .inputmemberForm input.Password {
          -webkit-text-security: disc; }
        .wrap.MembersCenter .inputmemberForm input:disabled, .wrap.MembersCenter .inputmemberForm input:valid, .wrap.MembersCenter .inputmemberForm input:focus {
          border-color: #452BDE; }
          .wrap.MembersCenter .inputmemberForm input:disabled ~ .icon, .wrap.MembersCenter .inputmemberForm input:valid ~ .icon, .wrap.MembersCenter .inputmemberForm input:focus ~ .icon {
            background-position-x: -49px; }
          .wrap.MembersCenter .inputmemberForm input:disabled ~ .labelName, .wrap.MembersCenter .inputmemberForm input:valid ~ .labelName, .wrap.MembersCenter .inputmemberForm input:focus ~ .labelName {
            top: 8px;
            font-size: 14px;
            color: #8B95A1; }
        .wrap.MembersCenter .inputmemberForm input:disabled {
          border-color: #ebebeb; }
        .wrap.MembersCenter .inputmemberForm input.btnShow {
          padding-right: 80px; }
          .wrap.MembersCenter .inputmemberForm input.btnShow ~ .btnNext {
            display: flex; }
        .wrap.MembersCenter .inputmemberForm input.Error {
          border-color: #FF7676; }
          .wrap.MembersCenter .inputmemberForm input.Error ~ .icon {
            background-position-x: -93px; }
          .wrap.MembersCenter .inputmemberForm input.Error ~ .txtErrorMsg {
            display: flex; }
    .wrap.MembersCenter .textColorGra {
      background: -webkit-linear-gradient(#D383D5, #6047F6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .wrap.MembersCenter .textColorMain {
      color: #6047f6; }
    .wrap.MembersCenter .membersWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 600px;
      padding: 80px 0; }
    .wrap.MembersCenter .inputMemberWrap {
      display: flex;
      gap: 28px;
      flex-direction: column;
      width: 380px; }
      .wrap.MembersCenter .inputMemberWrap .titleWrap {
        margin-bottom: 34px; }
        .wrap.MembersCenter .inputMemberWrap .titleWrap .txtTitle {
          text-align: center;
          font-size: 34px;
          font-weight: bold; }
          .wrap.MembersCenter .inputMemberWrap .titleWrap .txtTitle > span {
            font-weight: bold; }
        .wrap.MembersCenter .inputMemberWrap .titleWrap .txtDescription {
          margin-top: 16px;
          text-align: center;
          font-size: 14px;
          color: #8B95A1; }
      .wrap.MembersCenter .inputMemberWrap .inputColum {
        display: flex;
        gap: 16px; }
      .wrap.MembersCenter .inputMemberWrap .btnLogin {
        width: 100%;
        padding: 20px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        border-radius: 8px;
        background-color: #6047f6; }
        .wrap.MembersCenter .inputMemberWrap .btnLogin:hover {
          cursor: pointer;
          filter: brightness(120%); }
        .wrap.MembersCenter .inputMemberWrap .btnLogin:active {
          filter: brightness(90%); }
        .wrap.MembersCenter .inputMemberWrap .btnLogin.Dis {
          background-color: #ebebeb;
          filter: brightness(90%); }
      .wrap.MembersCenter .inputMemberWrap .btnText {
        text-align: center;
        color: #8B95A1;
        font-size: 14px; }
        .wrap.MembersCenter .inputMemberWrap .btnText:hover {
          cursor: pointer;
          text-decoration: underline; }
      .wrap.MembersCenter .inputMemberWrap .btnTextAction {
        text-align: center;
        color: #8B95A1;
        font-weight: bold;
        font-size: 14px; }
        .wrap.MembersCenter .inputMemberWrap .btnTextAction:hover {
          cursor: pointer; }
          .wrap.MembersCenter .inputMemberWrap .btnTextAction:hover .textColorMain {
            text-decoration: underline; }
      .wrap.MembersCenter .inputMemberWrap .txtGray {
        text-align: center;
        color: #8B95A1;
        font-size: 14px; }
        .wrap.MembersCenter .inputMemberWrap .txtGray > a {
          text-decoration: underline;
          opacity: .7; }
          .wrap.MembersCenter .inputMemberWrap .txtGray > a:hover {
            opacity: 1; }
    .wrap.MembersCenter .workspaceListWrap {
      width: 350px;
      margin-top: 2rem;
      padding-bottom: 3rem; }
    .wrap.MembersCenter .member-dev-level-wrap {
      width: 100%;
      max-width: 450px; }
      .wrap.MembersCenter .member-dev-level-wrap .titleWrap {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        margin-bottom: 48px; }
        .wrap.MembersCenter .member-dev-level-wrap .titleWrap .txt-copy {
          color: #765BFB;
          font-size: 20px;
          font-weight: bold; }
        .wrap.MembersCenter .member-dev-level-wrap .titleWrap .txt-title {
          font-size: 30px;
          font-weight: bold;
          line-height: 40px; }
        .wrap.MembersCenter .member-dev-level-wrap .titleWrap .txt-description {
          font-size: 14px;
          color: #616366; }
      .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level {
        display: flex;
        flex-direction: column;
        row-gap: 16px; }
        .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li {
          position: relative;
          display: flex;
          align-items: center;
          width: 100%; }
          .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio] {
            display: none; }
            .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio] + label {
              display: flex;
              align-items: center;
              column-gap: 16px;
              height: 100%;
              width: 100%;
              min-height: 110px;
              padding: 24px 120px 24px 24px;
              background-color: #fff;
              border-radius: 8px;
              border: 1px solid transparent; }
              .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio] + label i {
                flex-shrink: 0;
                position: relative;
                display: inline-block;
                width: 22px;
                height: 22px;
                border-radius: 50%;
                background-color: #ddd; }
                .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio] + label i::before {
                  content: '';
                  position: absolute;
                  left: 8px;
                  top: 5px;
                  display: inline-block;
                  width: 4px;
                  height: 8px;
                  border-bottom: 2px solid #fff;
                  border-right: 2px solid #fff;
                  transform: rotate(45deg); }
              .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio] + label .caption {
                font-size: 16px;
                font-weight: bold; }
            .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio]:checked + label {
              border-color: #6546FF; }
              .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li > input[type=radio]:checked + label i {
                background-color: #6546FF; }
          .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li .img {
            position: absolute;
            right: 24px;
            width: 64px;
            height: 64px;
            background-image: url("../Img/imgOnboarding_DevLevel.svg");
            background-repeat: no-repeat; }
            .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li .img.level1 {
              background-position-x: 0; }
            .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li .img.level2 {
              background-position-x: -128px; }
            .wrap.MembersCenter .member-dev-level-wrap .ul-dev-level > li .img.level3 {
              background-position-x: -256px; }
  .wrap .popup-member-cancel {
    display: flex;
    align-content: center;
    flex-direction: column;
    gap: 1em;
    width: fit-content;
    padding: 2rem 2rem 1rem 2rem; }
    .wrap .popup-member-cancel .txt-title {
      font-size: 1.5em;
      font-weight: bold; }
    .wrap .popup-member-cancel .txt-description {
      font-size: 1em;
      text-align: center;
      opacity: .7; }
  .wrap.Community {
    width: 100%;
    background-color: #F3F4F6; }
    .wrap.Community .btnCommunity {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 16px;
      border-radius: 12px;
      background-color: #6047f6;
      color: #fff;
      font-size: 15px;
      font-weight: bold; }
      .wrap.Community .btnCommunity.write::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("../../Img/imgQnA.svg");
        background-repeat: no-repeat;
        background-position: 0 -44px; }
      .wrap.Community .btnCommunity:hover {
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.3) 0rem 0rem 0.313rem;
        filter: brightness(120%); }
      .wrap.Community .btnCommunity.Line {
        background-color: #fff;
        outline: 1px solid #EAEAEF;
        color: #273447; }
      .wrap.Community .btnCommunity.Black {
        background-color: #273447; }
    .wrap.Community .CommunityWrap {
      width: 100%;
      padding-bottom: 100px;
      text-align: center; }
      .wrap.Community .CommunityWrap .CommunityArea {
        display: inline-flex;
        flex-direction: column;
        gap: 20px; }
        .wrap.Community .CommunityWrap .CommunityArea .qaListWrap > .qaList .ulQaList > li, .wrap.Community .qaListWrap > .qaList .CommunityWrap .CommunityArea .ulQaList > li, .wrap.Community .CommunityWrap .CommunityArea .qaWriteWrap, .wrap.Community .CommunityWrap .CommunityArea .qaViewWrap {
          display: flex;
          flex-direction: column;
          gap: 16px;
          width: 100%;
          padding: 24px;
          border: 1px solid #EAEAEF;
          border-radius: 12px;
          background-color: #fff; }
        .wrap.Community .CommunityWrap .CommunityArea > .topWrap {
          flex-shrink: 0;
          display: flex;
          gap: 16px;
          padding-top: 50px; }
          .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .txtTitleWrap {
            width: 100%;
            text-align: left; }
            .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .txtTitleWrap > .txtTitle {
              margin-bottom: 8px;
              font-size: 24px;
              font-weight: bold; }
            .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .txtTitleWrap > .txtDescription {
              font-size: 15px;
              color: #8B95A1; }
          .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .sortWrap {
            flex-shrink: 0;
            display: flex;
            padding-bottom: 10px; }
            .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .sortWrap .radioTab > input[type='radio'] {
              display: none; }
              .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .sortWrap .radioTab > input[type='radio'] + label {
                position: relative;
                display: inline-flex;
                align-items: center;
                padding: 12px 16px;
                border: 1px solid  transparent;
                border-radius: 12px;
                color: #8B95A1;
                font-size: 15px; }
              .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .sortWrap .radioTab > input[type='radio']:checked + label {
                color: #273447;
                border-color: #EAEAEF;
                background-color: #fff; }
          .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap {
            position: relative;
            width: 100%;
            max-width: 200px; }
            .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap > .inputQuery {
              height: 40px;
              width: 100%;
              padding: 0 40px 0 12px;
              border-radius: 12px;
              border: 1px solid #EAEAEF;
              font-size: 15px; }
              .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap > .inputQuery::placeholder {
                color: #8B95A1; }
              .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap > .inputQuery:focus {
                border-color: #067EF8;
                font-weight: bold; }
            .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap > .btnQuery {
              position: absolute;
              right: 0;
              top: 0;
              width: 40px;
              height: 40px;
              opacity: .5;
              background-image: url("../../Img/imgQnA.svg");
              background-repeat: no-repeat;
              background-position: 7px -66px; }
              .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap > .btnQuery:hover {
                cursor: pointer;
                opacity: 1; }
            .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap .recentList {
              position: absolute;
              top: calc(40px - 1px);
              left: 0;
              width: 100%;
              padding: 5px 0;
              max-height: 300px;
              border: 1px solid #8B95A1;
              background-color: #F7F9FA; }
              .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap .recentList > .ulRecentList li {
                padding: 8px 16px;
                font-size: 14px; }
                .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .queryWrap .recentList > .ulRecentList li:hover {
                  cursor: pointer;
                  background-color: rgba(139, 149, 161, 0.5); }
        .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap {
          display: flex;
          gap: 30px; }
          .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap {
            position: sticky;
            top: 20px;
            flex-shrink: 0;
            width: 245px;
            height: 100%;
            display: flex;
            gap: 16px;
            flex-direction: column; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap {
              padding: 20px 12px;
              text-align: left;
              border: 1px solid #EAEAEF;
              border-radius: 12px;
              background-color: #fff; }
              .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap > .txtTitle {
                padding: 16px 12px;
                font-size: 13px; }
              .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap > .ulCategory li {
                padding: 12px;
                border-radius: 10px; }
                .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap > .ulCategory li.line {
                  margin: 4px 0;
                  padding: 0;
                  border-radius: unset;
                  height: 1px;
                  background-color: #EAEAEF; }
                .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap > .ulCategory li:hover {
                  cursor: pointer;
                  background-color: #F6F7FA; }
                .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap > .ulCategory li.Selected {
                  font-weight: bold;
                  background-color: #F6F7FA; }
          .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap {
            position: relative;
            width: 100%;
            height: 100%;
            overflow-y: auto; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar {
              width: 0.438em;
              height: 0.438em; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar-track {
              background: #F7F9FA; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar-thumb {
              background: #f9fafb; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar-thumb:hover {
              background: #f9fbfc; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar-thumb:active {
              background: #fafbfc; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar-corner {
              background: #F7F9FA; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap::-webkit-scrollbar-button {
              display: none; }
            .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .ContentsWrap {
              scrollbar-face-color: #333;
              scrollbar-track-color: #F7F9FA;
              scrollbar-3dlight-color: #F7F9FA;
              scrollbar-highlight-color: #F7F9FA;
              scrollbar-darkshadow-color: #F7F9FA;
              scrollbar-shadow-color: #F7F9FA;
              scrollbar-arrow-color: #333; }
    .wrap.Community .wirterInfoArea {
      position: relative;
      display: flex;
      gap: 8px; }
      .wrap.Community .wirterInfoArea .userImg {
        flex-shrink: 0;
        position: relative;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(139, 149, 161, 0.1);
        border-radius: 50%;
        background-color: #DDE0E4;
        background-image: url("../Img/imgMembers.svg");
        background-repeat: no-repeat;
        background-position: -6px -290px; }
        .wrap.Community .wirterInfoArea .userImg img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
        .wrap.Community .wirterInfoArea .userImg.empty > img {
          display: none; }
      .wrap.Community .wirterInfoArea > .textWrap {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        overflow: hidden; }
        .wrap.Community .wirterInfoArea > .textWrap > .btnMore {
          position: absolute;
          right: 0;
          top: 0;
          width: 24px;
          height: 24px;
          background-image: url("../../Img/imgQnA.svg");
          background-repeat: no-repeat;
          background-position: -1px -305px; }
        .wrap.Community .wirterInfoArea > .textWrap > .ulContextMenu {
          position: absolute;
          right: 0;
          top: 0;
          min-width: 130px;
          border-radius: 12px;
          border: 1px solid #EAEAEF;
          background-color: #fff;
          overflow: hidden;
          opacity: 0;
          transition: .3s;
          z-index: 1; }
          .wrap.Community .wirterInfoArea > .textWrap > .ulContextMenu li {
            padding: 12px 16px;
            font-size: 15px;
            text-align: center;
            border-bottom: 1px solid #EAEAEF; }
            .wrap.Community .wirterInfoArea > .textWrap > .ulContextMenu li:last-child {
              border-bottom: unset; }
            .wrap.Community .wirterInfoArea > .textWrap > .ulContextMenu li:hover {
              cursor: pointer;
              font-weight: bold; }
          .wrap.Community .wirterInfoArea > .textWrap > .ulContextMenu.Show {
            top: 24px;
            opacity: 1; }
        .wrap.Community .wirterInfoArea > .textWrap .txtUserName {
          display: flex;
          gap: 8px;
          font-size: 14px; }
          .wrap.Community .wirterInfoArea > .textWrap .txtUserName .txtWorkspace {
            padding-left: 8px;
            border-left: 1px solid #EAEAEF; }
        .wrap.Community .wirterInfoArea > .textWrap .txtDate {
          display: flex;
          gap: 8px;
          text-align: left;
          font-size: 12px;
          color: #8B95A1; }
          .wrap.Community .wirterInfoArea > .textWrap .txtDate > span {
            color: inherit; }
          .wrap.Community .wirterInfoArea > .textWrap .txtDate .txtView {
            display: flex;
            align-items: center;
            gap: 2px; }
            .wrap.Community .wirterInfoArea > .textWrap .txtDate .txtView:before {
              content: '';
              display: inline-block;
              width: 16px;
              height: 12px;
              background-image: url("../../Img/imgQnA.svg");
              background-repeat: no-repeat;
              background-position: 0px -392px; }
        .wrap.Community .wirterInfoArea > .textWrap .titleArea {
          position: relative;
          display: flex;
          justify-content: space-between;
          margin-top: 16px; }
          .wrap.Community .wirterInfoArea > .textWrap .titleArea > .txttitle {
            text-align: left;
            font-weight: bold;
            font-size: 20px; }
        .wrap.Community .wirterInfoArea > .textWrap .contentArea {
          text-align: left; }
    .wrap.Community .actionArea {
      display: flex;
      gap: 28px;
      justify-content: flex-end;
      padding-bottom: 8px; }
      .wrap.Community .actionArea .CheckLike {
        display: inline-flex; }
        .wrap.Community .actionArea .CheckLike > input[type=checkbox] {
          display: none; }
          .wrap.Community .actionArea .CheckLike > input[type=checkbox] + label {
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 15px; }
            .wrap.Community .actionArea .CheckLike > input[type=checkbox] + label > i {
              display: inline-block;
              width: 21px;
              height: 19px;
              background-image: url("../../Img/imgQnA.svg");
              background-repeat: no-repeat;
              background-position: -1px -163px; }
          .wrap.Community .actionArea .CheckLike > input[type=checkbox]:checked + label > i {
            background-position-x: -52px; }
        .wrap.Community .actionArea .CheckLike.Gray input[type=checkbox] + label {
          font-size: 13px;
          color: #8B95A1; }
          .wrap.Community .actionArea .CheckLike.Gray input[type=checkbox] + label > i {
            width: 17px;
            height: 15px;
            background-position-x: -112px; }
        .wrap.Community .actionArea .CheckLike.Gray input[type=checkbox]:checked + label > i {
          background-position-x: -142px; }
      .wrap.Community .actionArea .replyChecked > input[type=checkbox] {
        display: none; }
        .wrap.Community .actionArea .replyChecked > input[type=checkbox] + label {
          flex-shrink: 0;
          display: inline-flex;
          align-items: center;
          gap: 4px;
          font-size: 13px;
          color: #8B95A1; }
          .wrap.Community .actionArea .replyChecked > input[type=checkbox] + label > i {
            display: inline-block;
            width: 14px;
            height: 11px;
            background-image: url("../../Img/imgQnA.svg");
            background-repeat: no-repeat;
            background-position: -3px -349px; }
        .wrap.Community .actionArea .replyChecked > input[type=checkbox]:checked + label {
          color: #6047f6; }
          .wrap.Community .actionArea .replyChecked > input[type=checkbox]:checked + label > i {
            background-position-x: -43px; }
      .wrap.Community .actionArea .btnAction {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 15px; }
        .wrap.Community .actionArea .btnAction > i {
          flex-shrink: 0;
          display: inline-block;
          width: 21px;
          height: 19px;
          background-image: url("../../Img/imgQnA.svg");
          background-repeat: no-repeat;
          background-position: -1px -164px; }
        .wrap.Community .actionArea .btnAction.Reply > i {
          background-position-y: -211px; }
        .wrap.Community .actionArea .btnAction.Share > i {
          background-position-y: -260px; }
        .wrap.Community .actionArea .btnAction.Share:hover {
          color: #273447;
          text-decoration: underline; }
      .wrap.Community .actionArea .txtReply {
        font-size: 14px; }
    .wrap.Community .qaListWrap {
      display: flex;
      flex-direction: column; }
      .wrap.Community .qaListWrap > .queryResultWrap {
        flex-shrink: 0;
        padding-top: 10px;
        max-width: 650px; }
        .wrap.Community .qaListWrap > .queryResultWrap > .txtMsg {
          display: flex;
          align-items: center;
          margin-bottom: 16px;
          font-size: 14px;
          color: #8B929C; }
          .wrap.Community .qaListWrap > .queryResultWrap > .txtMsg b {
            color: #067EF8; }
          .wrap.Community .qaListWrap > .queryResultWrap > .txtMsg.emptyResult {
            min-height: 200px;
            justify-content: center;
            font-size: 16px; }
            .wrap.Community .qaListWrap > .queryResultWrap > .txtMsg.emptyResult:before {
              content: '!';
              display: inline-flex;
              justify-content: center;
              align-items: center;
              width: 25px;
              height: 25px;
              margin-right: 8px;
              border: 1px solid #ebebeb;
              border-radius: 50%;
              background-color: #fff; }
      .wrap.Community .qaListWrap > .qaList {
        width: 100%;
        height: 100%; }
        .wrap.Community .qaListWrap > .qaList .ulQaList > li {
          margin-bottom: 24px; }
          .wrap.Community .qaListWrap > .qaList .ulQaList > li > .wirterInfoArea:hover {
            cursor: pointer;
            border-color: #8B929C; }
          .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea {
            position: relative;
            max-height: 200px;
            overflow: hidden; }
            .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea:has(img)::before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 50px;
              background: linear-gradient(0deg, rgba(230, 230, 230, 0.5) 0%, rgba(230, 230, 230, 0.1) 50%, rgba(230, 230, 230, 0) 100%); }
            .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea * {
              color: #4b4b4b;
              line-height: 22px; }
            .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea img {
              max-width: 100%; }
            .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea > .txtContents {
              -webkit-line-clamp: 5;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box; }
            .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea > .btnMore {
              display: none !important;
              position: sticky;
              bottom: 0;
              margin-top: 24px;
              display: inline-flex;
              font-size: 14px;
              color: #8B95A1; }
              .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea > .btnMore:hover {
                cursor: pointer;
                color: #273447; }
            .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea .imgPrivate {
              width: 100%;
              height: 75px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 5px;
              background-color: #99a2ac; }
              .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea .imgPrivate > p {
                display: inline-flex;
                align-items: center;
                font-size: 14px;
                color: #8B929C; }
                .wrap.Community .qaListWrap > .qaList .ulQaList > li .contentArea .imgPrivate > p:before {
                  content: '';
                  display: inline-flex;
                  margin-right: 4px;
                  width: 20px;
                  height: 22px;
                  background-image: url("../../Img/imgQnA.svg");
                  background-repeat: no-repeat;
                  background-position: 0 -108px; }
        .wrap.Community .qaListWrap > .qaList .btnMoreArea {
          display: flex;
          justify-content: center;
          padding: 20px 0; }
          .wrap.Community .qaListWrap > .qaList .btnMoreArea > .btnMore {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 200px;
            height: 42px;
            border-radius: 4px;
            background-color: rgba(139, 149, 161, 0.7);
            font-size: 14px; }
            .wrap.Community .qaListWrap > .qaList .btnMoreArea > .btnMore:hover {
              cursor: pointer;
              background-color: #8B95A1; }
    .wrap.Community .qaWriteWrap {
      margin-bottom: 40px; }
      .wrap.Community .qaWriteWrap > .txtTitle {
        flex-shrink: 0;
        padding-top: 50px;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold; }
      .wrap.Community .qaWriteWrap > .inputControl {
        flex-shrink: 0;
        width: 100%;
        height: 42px;
        padding: 0 12px;
        border-radius: 8px;
        border: 1px solid #EAEAEF;
        font-size: 14px; }
        .wrap.Community .qaWriteWrap > .inputControl:focus {
          border-color: #067EF8;
          font-weight: bold; }
      .wrap.Community .qaWriteWrap select {
        appearance: none;
        background: url("../Img/controlArrow.svg") no-repeat center right; }
      .wrap.Community .qaWriteWrap > .textArea {
        max-height: 100%; }
        .wrap.Community .qaWriteWrap > .textArea > iframe {
          width: 100%;
          height: 362px;
          border: 0; }
      .wrap.Community .qaWriteWrap > .btnWrap {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        flex-shrink: 0;
        padding: 20px 0; }
        .wrap.Community .qaWriteWrap > .btnWrap > .checkbox {
          flex-shrink: 0; }
          .wrap.Community .qaWriteWrap > .btnWrap > .checkbox > input[type=checkbox] {
            display: none; }
            .wrap.Community .qaWriteWrap > .btnWrap > .checkbox > input[type=checkbox] + label {
              display: flex;
              align-items: center;
              gap: 4px;
              font-size: 15px;
              color: #606069; }
              .wrap.Community .qaWriteWrap > .btnWrap > .checkbox > input[type=checkbox] + label > i {
                position: relative;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 1px solid #EAEAEF; }
                .wrap.Community .qaWriteWrap > .btnWrap > .checkbox > input[type=checkbox] + label > i:before {
                  content: '';
                  display: inline-block;
                  width: 4px;
                  height: 8px;
                  border-style: solid;
                  border-color: #fff;
                  border-width: 0 2px 2px 0;
                  transform: rotate(45deg) translateY(-1px) translateX(-1px); }
            .wrap.Community .qaWriteWrap > .btnWrap > .checkbox > input[type=checkbox]:checked + label > i {
              background-color: #6047f6; }
        .wrap.Community .qaWriteWrap > .btnWrap > .btnArea {
          display: flex;
          justify-content: flex-end;
          width: 100%;
          gap: 8px; }
    .wrap.Community .qaViewWrap .wirterInfoArea {
      position: relative;
      text-align: left; }
      .wrap.Community .qaViewWrap .wirterInfoArea .txtArea {
        display: inline-block; }
        .wrap.Community .qaViewWrap .wirterInfoArea .txtArea img {
          max-width: 100%; }
      .wrap.Community .qaViewWrap .wirterInfoArea * {
        max-width: 100%;
        color: #4b4b4b;
        line-height: 22px; }
      .wrap.Community .qaViewWrap .wirterInfoArea:last-child {
        padding-bottom: 0; }
    .wrap.Community .qaViewWrap > .actionArea {
      justify-content: flex-start;
      margin: 0 -24px;
      padding: 24px 24px 0 24px; }
    .wrap.Community .qaViewWrap .replyWrap {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding-top: 24px;
      border-top: 1px solid #EAEAEF; }
    .wrap.Community .qaViewWrap > .titleWrap {
      position: sticky;
      top: 0;
      padding-top: 50px;
      background-color: #F7F9FA;
      z-index: 1; }
      .wrap.Community .qaViewWrap > .titleWrap > .titleArea {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px; }
        .wrap.Community .qaViewWrap > .titleWrap > .titleArea > .txtTitle {
          display: flex;
          align-items: center;
          font-size: 20px;
          font-weight: bold; }
          .wrap.Community .qaViewWrap > .titleWrap > .titleArea > .txtTitle > select.iconBadge {
            padding: 4px 4px;
            border: none; }
        .wrap.Community .qaViewWrap > .titleWrap > .titleArea .btnLink {
          padding-top: 5px;
          flex-shrink: 0;
          font-size: 14px;
          color: #8B929C; }
          .wrap.Community .qaViewWrap > .titleWrap > .titleArea .btnLink:hover {
            cursor: pointer;
            color: #273447; }
      .wrap.Community .qaViewWrap > .titleWrap .btnArea {
        position: absolute;
        right: 0;
        top: 5px; }
    .wrap.Community .qaViewWrap > .btnWrap {
      flex-shrink: 0;
      display: flex;
      justify-content: space-between;
      padding-bottom: 24px; }
      .wrap.Community .qaViewWrap > .btnWrap > .btnArea {
        flex-shrink: unset;
        width: unset; }
    .wrap.Community .qaViewWrap .replyWrap .actionArea {
      justify-content: flex-start; }
    .wrap.Community .replyWriteWrap {
      padding: 20px 0; }
      .wrap.Community .replyWriteWrap > iframe {
        width: 100%;
        height: 250px;
        border: 0; }
      .wrap.Community .replyWriteWrap .btnArea {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        padding-top: 10px; }
  .wrap .aniShow {
    animation: loadSection 2s; }
  .wrap .aniShowLeft {
    animation: loadSectionLeft 2s; }
  .wrap .aniShowRight {
    animation: loadSectionRight 2s; }

.msgCommonWrap {
  position: fixed;
  top: 3.5em;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }
  .msgCommonWrap > .msgContentWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 34px;
    max-height: 80%;
    overflow: hidden; }
    .msgCommonWrap > .msgContentWrap > .icoLogo {
      flex-shrink: 0;
      display: inline-block;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #333D4B; }
    .msgCommonWrap > .msgContentWrap > .titleWrap {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 16px; }
      .msgCommonWrap > .msgContentWrap > .titleWrap .txtTitle {
        text-align: center;
        font-weight: bold;
        font-size: 28px; }
      .msgCommonWrap > .msgContentWrap > .titleWrap .txtDescription {
        text-align: center;
        font-size: 14px;
        color: #8B95A1; }
    .msgCommonWrap > .msgContentWrap .btnRefresh {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 8px 12px;
      font-size: 14px;
      color: #8B95A1;
      border-radius: 8px;
      border: 1px solid #EAEAEF; }
      .msgCommonWrap > .msgContentWrap .btnRefresh::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url("../Img/imgMembers.svg");
        background-repeat: no-repeat;
        background-position: -10px -378px; }
      .msgCommonWrap > .msgContentWrap .btnRefresh:hover {
        color: #273447;
        border-color: currentColor; }
    .msgCommonWrap > .msgContentWrap .btnBlack {
      padding: 16px 24px;
      font-size: 16px;
      color: #fff;
      border-radius: 32px;
      background-color: #273447; }
      .msgCommonWrap > .msgContentWrap .btnBlack:hover {
        filter: brightness(110%); }
    .msgCommonWrap > .msgContentWrap .btnText {
      font-size: 14px;
      color: #8B95A1; }
      .msgCommonWrap > .msgContentWrap .btnText:hover {
        text-decoration: underline; }

.myPageWrap {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden; }
  .myPageWrap .contnetnsWrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow-y: overlay; }
    .myPageWrap .contnetnsWrap > section > .txtTitle {
      font-size: 14px;
      color: #273447; }
    .myPageWrap .contnetnsWrap .userInfoWrap {
      display: flex;
      flex-direction: column;
      gap: 12px;
      font-weight: bold; }
      .myPageWrap .contnetnsWrap .userInfoWrap .txtTitle {
        font-weight: bold; }
      .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap {
        display: flex;
        align-items: flex-end;
        gap: 16px; }
        .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg {
          flex-shrink: 0;
          position: relative;
          width: 44px;
          height: 44px;
          border: 1px solid rgba(139, 149, 161, 0.1);
          border-radius: 50%;
          background-color: #DDE0E4;
          background-image: url("../Img/imgMembers.svg");
          background-repeat: no-repeat;
          background-position: -6px -290px; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg .hoverArea {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(39, 52, 71, 0.3);
            background-image: url("../Img/imgMembers.svg");
            background-repeat: no-repeat;
            background-position: 1px -246px; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg > input[type=file] {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            z-index: 1; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg .btnDel {
            display: none;
            position: absolute;
            right: -4px;
            top: 0;
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: #8B95A1; }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg .btnDel::before, .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg .btnDel::after {
              content: "";
              position: absolute;
              top: 7px;
              left: 4px;
              width: 9px;
              height: 1px;
              background: #fff;
              transform: rotate(45deg); }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg .btnDel::after {
              transform: rotate(-45deg); }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg .btnDel:hover {
              background-color: #273447; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg:hover {
            cursor: pointer; }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .userImg:hover .hoverArea {
              opacity: 1; }
        .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl {
          width: 100%; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl dt {
            font-size: 14px;
            font-weight: normal;
            color: #8B95A1; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl dd input {
            width: 100%;
            height: 32px;
            font-size: 16px;
            border: 1px solid transparent; }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl dd input:hover {
              padding-left: 4px;
              border-color: #8B95A1; }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl dd input::placeholder {
              color: rgba(139, 149, 161, 0.5); }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl dd input:focus {
              padding-left: 4px;
              border-color: #452BDE; }
            .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap dl dd input:disabled {
              background-color: #fff;
              color: #273447; }
        .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .btnEdit {
          flex-shrink: 0;
          padding: 8px 16px;
          font-size: 14px;
          color: #8B95A1;
          border: 1px solid #EAEAEF;
          border-radius: 8px; }
          .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap .btnEdit:hover {
            filter: brightness(90%); }
        .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap.Edit .imgWrap .btnDel {
          display: block; }
        .myPageWrap .contnetnsWrap .userInfoWrap .infoWrap.Edit .btnEdit {
          color: #fff;
          background-color: #6047f6;
          border-color: #6047f6; }
  .myPageWrap .member-cancel-wrap {
    padding: 8px 0; }
    .myPageWrap .member-cancel-wrap .btn-cancel {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 14px;
      color: #8B95A1; }
      .myPageWrap .member-cancel-wrap .btn-cancel::after {
        content: '';
        width: 12px;
        height: 12px;
        display: inline-block;
        background-image: url("../Img/imgMembers.svg");
        background-repeat: no-repeat;
        background-position: -13px -446px; }
      .myPageWrap .member-cancel-wrap .btn-cancel:hover {
        color: #273447; }

.workspaceListWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 100%;
  overflow: hidden; }
  .workspaceListWrap > .txtTitle {
    font-size: 12px;
    font-weight: bold;
    color: #8B95A1; }
  .workspaceListWrap .btnLink {
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    color: #8B95A1;
    border: 1px solid #EAEAEF;
    border-radius: 8px; }
  .workspaceListWrap > .scrollArea {
    max-height: 100%;
    overflow-y: overlay; }
    .workspaceListWrap > .scrollArea .ulWorkspaceList li {
      display: flex;
      padding: 8px 0; }
      .workspaceListWrap > .scrollArea .ulWorkspaceList li > .txtWorkspaceName {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        overflow: hidden; }
        .workspaceListWrap > .scrollArea .ulWorkspaceList li > .txtWorkspaceName .txtName {
          display: inline-block;
          max-width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 16px; }
        .workspaceListWrap > .scrollArea .ulWorkspaceList li > .txtWorkspaceName .iconMaster {
          flex-shrink: 0;
          padding: 4px 8px;
          color: #4F9FFF;
          font-size: 14px;
          border-radius: 4px;
          background-color: #E8F0FF; }
      .workspaceListWrap > .scrollArea .ulWorkspaceList li > .btnGo {
        flex-shrink: 0;
        padding: 6px 12px;
        border-radius: 8px;
        border: 1px solid #EAEAEF;
        color: #8B95A1;
        font-size: 13px; }
        .workspaceListWrap > .scrollArea .ulWorkspaceList li > .btnGo:hover {
          filter: brightness(90%); }

.errorMsgWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../Img/bgPageNotFound.png");
  background-position: center;
  background-repeat: no-repeat; }
  .errorMsgWrap .contentsWrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .errorMsgWrap .contentsWrap .iconSymbol {
      display: inline-block;
      width: 3rem;
      height: 3rem;
      margin-bottom: 1rem;
      border-radius: 50%;
      box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em;
      background-image: url("../Img/icoSymbol.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60%; }
    .errorMsgWrap .contentsWrap .txtTitle {
      margin-bottom: 1.75rem;
      font-weight: bold;
      text-align: center;
      font-size: 2rem; }
    .errorMsgWrap .contentsWrap .txtDescription {
      margin-bottom: 1.75rem;
      text-align: center;
      font-size: 1rem;
      color: #8B95A1; }
    .errorMsgWrap .contentsWrap .btnCommon {
      display: inline-flex;
      align-items: center;
      padding: 1em 1.75rem;
      font-size: 1.125em;
      font-weight: bold;
      border-radius: 2rem;
      color: #fff;
      background-color: #273447; }

@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes loadSection {
  from {
    opacity: 0;
    transform: translate(-0.625rem, 12.5rem); }
  to {
    opacity: 1; } }

@keyframes sectionTop {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(0, 100vh); } }

@keyframes loadSectionLeft {
  from {
    opacity: 0;
    transform: translate(-31.25rem, 0); }
  to {
    opacity: 1; } }

@keyframes loadSectionRight {
  from {
    opacity: 0;
    transform: translate(31.25rem, 0); }
  to {
    opacity: 1; } }

.btnMobileMenu, .btnMobileMenuClose, .btnMobileMenuCloseWrap {
  display: none; }

#eduSubmitPopup .popup {
  width: 62.5em;
  height: 43.75em; }
  #eduSubmitPopup .popup .contentsWrap {
    margin: 0 -1.5rem; }

.policy {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #666; }
  .policy .fusion-text {
    padding: 1rem 0; }
    .policy .fusion-text .title {
      margin: .5rem 0 .25rem 0;
      font-weight: bold; }
    .policy .fusion-text table {
      border: 0.0625em solid #ccc;
      border-spacing: 0;
      border-collapse: collapse;
      margin: 1rem; }
      .policy .fusion-text table td, .policy .fusion-text table th {
        padding: .25rem .5rem;
        font-size: .75rem; }
      .policy .fusion-text table th {
        background-color: #f4f4f4; }
      .policy .fusion-text table tbody th {
        text-align: left; }
    .policy .fusion-text a {
      color: #333; }

.popup-edu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 400px;
  padding: 24px;
  border-radius: 2rem;
  background-color: #fff; }
  .popup-edu .btn-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-mask-image: url("../Img/iconCloseSmall.svg");
    mask-image: url("../Img/iconCloseSmall.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-border-mode: luminance;
    mask-border-mode: luminance;
    background-color: #797B80; }
    .popup-edu .btn-close:hover {
      background-color: #202632; }
  .popup-edu h1 {
    font-size: 24px;
    font-weight: bold; }
  .popup-edu .contents-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .popup-edu .contents-wrap img {
      width: 100%; }
    .popup-edu .contents-wrap .btn-more {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: .5rem;
      padding: 1rem;
      border-radius: .5rem;
      color: #fff;
      background-color: #6047F6; }
      .popup-edu .contents-wrap .btn-more::after {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        -webkit-mask-image: url("../Img/iconArrowSmallBlack.svg");
        mask-image: url("../Img/iconArrowSmallBlack.svg");
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-border-mode: luminance;
        mask-border-mode: luminance;
        background-color: #fff; }
      .popup-edu .contents-wrap .btn-more:hover {
        background-color: #452ec6; }
  .popup-edu .btn-common-wrap {
    display: flex;
    justify-content: flex-end; }
    .popup-edu .btn-common-wrap > .btn-today {
      color: #919499;
      font-size: 14px;
      text-decoration: underline; }
      .popup-edu .btn-common-wrap > .btn-today:hover {
        color: #616869; }

@media only screen and (max-width: 930px) {
  html .wrap .contactUsCommonWrap .itemWrap .txtMsg {
    padding: 2rem;
    font-size: 2em; }
  html .wrap #footers footer {
    padding: 3rem 2rem 1rem 2rem; }
    html .wrap #footers footer .footerWrap {
      flex-direction: column; }
      html .wrap #footers footer .footerWrap .infoWrap {
        flex-direction: column; }
        html .wrap #footers footer .footerWrap .infoWrap > div {
          margin-left: unset;
          margin-top: 1.25rem; }
          html .wrap #footers footer .footerWrap .infoWrap > div p {
            margin-bottom: 0.5rem; }
  html .wrap.Index .mainCopyWrap .txtMainCopy {
    font-size: 3rem; }
  html .wrap.Index .mainCopyWrap .txtMainDescription {
    font-size: 1rem; }
  html .wrap.Index .mentWrap {
    height: fit-content !important; }
    html .wrap.Index .mentWrap .mentListArea {
      padding: 0 1rem; }
      html .wrap.Index .mentWrap .mentListArea > .txtTitle {
        margin-bottom: 3.5rem;
        text-align: center;
        font-size: 2em; }
        html .wrap.Index .mentWrap .mentListArea > .txtTitle .Point {
          width: 100%;
          display: block; }
      html .wrap.Index .mentWrap .mentListArea .mentGroup .txtMent {
        padding: .75em 1em;
        margin-bottom: 1em;
        font-size: 0.875em;
        border-radius: .5rem; }
    html .wrap.Index .mentWrap .mentFinishWrap {
      padding: 10rem 0; }
      html .wrap.Index .mentWrap .mentFinishWrap .txtGra {
        font-size: 3em; }
  html .wrap.Index .overviewWrap {
    margin: 0;
    width: 100%;
    height: fit-content !important;
    padding: 0 1rem;
    overflow: hidden; }
    html .wrap.Index .overviewWrap .sticky-elem {
      position: unset; }
    html .wrap.Index .overviewWrap > div {
      width: 100%; }
    html .wrap.Index .overviewWrap .titleWrap > .txtTitle {
      font-size: 2rem; }
    html .wrap.Index .overviewWrap .titleWrap .txtDescription {
      font-size: 1rem; }
    html .wrap.Index .overviewWrap .boxWrap {
      flex-direction: column-reverse;
      position: relative; }
      html .wrap.Index .overviewWrap .boxWrap .leftWrap .ulDotWrap {
        display: none; }
      html .wrap.Index .overviewWrap .boxWrap .leftWrap .copyGroupWrap {
        height: unset; }
        html .wrap.Index .overviewWrap .boxWrap .leftWrap .copyGroupWrap .copyWrap {
          transform: unset !important;
          margin-top: 16rem;
          height: 14rem; }
          html .wrap.Index .overviewWrap .boxWrap .leftWrap .copyGroupWrap .copyWrap > .txtCopy {
            margin-bottom: .75rem;
            font-size: .875rem; }
          html .wrap.Index .overviewWrap .boxWrap .leftWrap .copyGroupWrap .copyWrap > .txtTitle {
            font-size: 1.625em; }
          html .wrap.Index .overviewWrap .boxWrap .leftWrap .copyGroupWrap .copyWrap > .txtDescription > br {
            display: none; }
      html .wrap.Index .overviewWrap .boxWrap > .imgWrap {
        flex-shrink: unset;
        margin-left: unset; }
        html .wrap.Index .overviewWrap .boxWrap > .imgWrap > img {
          position: absolute;
          left: 0;
          top: 0;
          max-height: 15rem;
          width: unset;
          display: block !important; }
          html .wrap.Index .overviewWrap .boxWrap > .imgWrap > img.b {
            top: 30rem; }
          html .wrap.Index .overviewWrap .boxWrap > .imgWrap > img.c {
            top: calc(30rem * 2); }
          html .wrap.Index .overviewWrap .boxWrap > .imgWrap > img.e {
            top: 30rem; }
          html .wrap.Index .overviewWrap .boxWrap > .imgWrap > img.f {
            top: calc(30rem * 2); }
  html .wrap.Index .serviceWrap {
    width: 100%;
    height: unset !important;
    padding-bottom: 0;
    overflow: hidden; }
    html .wrap.Index .serviceWrap .titleWrap {
      margin-bottom: 2rem; }
      html .wrap.Index .serviceWrap .titleWrap .txtDescription {
        margin-bottom: 1.5rem;
        font-size: 1rem; }
      html .wrap.Index .serviceWrap .titleWrap .txtTitle {
        font-size: 2em; }
    html .wrap.Index .serviceWrap .serviceInfoWrap {
      width: 100%; }
      html .wrap.Index .serviceWrap .serviceInfoWrap .btn {
        display: none; }
      html .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup {
        width: 100%;
        flex-direction: column;
        padding: 1rem; }
        html .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap {
          margin-bottom: 2rem;
          width: 100%;
          height: 36.875rem;
          flex-direction: column;
          align-items: flex-end;
          overflow: hidden; }
          html .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap {
            padding: 2.125rem 1.75rem 0rem 1.75rem; }
            html .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap .txtTitle {
              font-size: 1.75em; }
            html .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap .textWrap .ulTag li:nth-child(n+9) ~ li {
              display: none; }
          html .wrap.Index .serviceWrap .serviceInfoWrap .itemGroup .itemWrap > img {
            position: unset;
            width: 80%; }
    html .wrap.Index .serviceWrap .movie-view > iframe {
      height: 450px; }
  html .wrap.Index .faqWrap > .txtTitle {
    font-size: 1.75rem; }
  html .wrap.Index .faqWrap .ulFaq li > .txtQuestion {
    font-size: 1rem; }
    html .wrap.Index .faqWrap .ulFaq li > .txtQuestion:before {
      font-size: 1em; }
  html .wrap.Index .contactUsWrap {
    height: 30rem; }
    html .wrap.Index .contactUsWrap .itemWrap .txtMsg {
      padding: 2rem;
      font-size: 2rem; }
  html .wrap.SubLayout .subImgWrap {
    height: 25rem;
    padding: 2rem; }
    html .wrap.SubLayout .subImgWrap .txtCopy {
      font-size: 2.25rem; }
  html .wrap.SubLayout .titleWrap > .titleArea {
    padding: 0 2rem; }
  html .wrap.SubLayout.Product .titleWrap > .titleArea {
    padding: 0 1rem; }
    html .wrap.SubLayout.Product .titleWrap > .titleArea .productTab {
      padding: 0;
      width: 100%;
      border-radius: 0;
      overflow-x: auto; }
      html .wrap.SubLayout.Product .titleWrap > .titleArea .productTab > a {
        flex-shrink: 0;
        padding: .5rem .65rem;
        font-size: .875rem; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .imgArea {
    max-width: 300px; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Formatting > .imgArea {
    top: 8rem;
    max-width: 60%; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Theme > .imgArea {
    top: 8rem;
    max-width: 60%; }
  html .wrap.SubLayout.Plan .contentsWarp {
    padding: 3.125rem 0;
    overflow-y: auto; }
    html .wrap.SubLayout.Plan .contentsWarp .tablePlan {
      overflow: unset; }
      html .wrap.SubLayout.Plan .contentsWarp .tablePlan th {
        min-width: 130px; }
      html .wrap.SubLayout.Plan .contentsWarp .tablePlan thead th {
        position: unset;
        top: unset; }
      html .wrap.SubLayout.Plan .contentsWarp .tablePlan tr {
        position: relative; }
      html .wrap.SubLayout.Plan .contentsWarp .tablePlan .caption {
        position: sticky;
        left: 0;
        min-width: 150px;
        z-index: 1;
        background-color: #fff; }
  html .wrap .mktoForm textarea.mktoField {
    width: 290px !important; } }

@media only screen and (max-width: 897px) {
  html .top-bn-wrap .top-bn-contents {
    padding: 0 1rem;
    gap: .5rem; }
    html .top-bn-wrap .top-bn-contents .text-pc {
      display: none; }
    html .top-bn-wrap .top-bn-contents a {
      gap: .5rem;
      padding: 0 .5rem; }
      html .top-bn-wrap .top-bn-contents a > img {
        width: 24px; }
      html .top-bn-wrap .top-bn-contents a p {
        flex-shrink: 0; }
        html .top-bn-wrap .top-bn-contents a p span {
          font-size: 1rem; }
      html .top-bn-wrap .top-bn-contents a .btn-more {
        padding: .25rem;
        font-size: .75rem;
        border-radius: .25rem; }
        html .top-bn-wrap .top-bn-contents a .btn-more::after {
          display: none; }
  html .wrap #MktoCompanyNotes {
    width: 300px !important; }
  html .wrap.SubLayout .company-info-wrap {
    padding: 4rem 1rem; } }

@media only screen and (max-width: 786px) {
  html .wrap > header {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset; }
    html .wrap > header .topGnbWrap {
      padding: 0.5rem 1rem; }
      html .wrap > header .topGnbWrap .btnMobileMenu {
        display: flex;
        width: 2rem;
        height: 2rem;
        align-items: center;
        justify-content: center; }
        html .wrap > header .topGnbWrap .btnMobileMenu i {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 60%;
          height: 50%;
          color: #8B95A1;
          border-top: 0.125rem solid currentColor;
          border-bottom: 0.125rem solid currentColor; }
          html .wrap > header .topGnbWrap .btnMobileMenu i:before {
            content: '';
            display: inline-block;
            width: 100%;
            height: 0.125rem;
            color: inherit;
            background-color: currentColor; }
      html .wrap > header .topGnbWrap .btnMobileMenuClose {
        position: fixed;
        right: 1rem;
        top: 1.5rem;
        display: flex;
        width: 2rem;
        height: 2rem;
        align-items: center;
        justify-content: center; }
        html .wrap > header .topGnbWrap .btnMobileMenuClose:before {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          content: '+';
          width: 2em;
          height: 2em;
          font-size: 3em;
          color: #8B95A1;
          font-weight: lighter;
          transition: .3s;
          transform: rotate(45deg); }
      html .wrap > header .topGnbWrap .btnMobileMenuCloseWrap {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(39, 52, 71, 0.3); }
      html .wrap > header .topGnbWrap .topGnb {
        position: fixed;
        right: 0;
        top: 0;
        display: none;
        flex-direction: column;
        height: 100%;
        width: calc(100% - 3rem);
        padding-top: 4rem;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.15) 0.25em 0.25em 0.5em; }
        html .wrap > header .topGnbWrap .topGnb .divTopGnb {
          flex-direction: column;
          width: 100%; }
          html .wrap > header .topGnbWrap .topGnb .divTopGnb > a {
            width: 90%;
            height: 2.5rem;
            margin: 0rem;
            padding: 0 1rem;
            justify-content: center; }
        html .wrap > header .topGnbWrap .topGnb.Open {
          animation: openMenu 0.5s; }
          html .wrap > header .topGnbWrap .topGnb.Open + .profileWrap {
            display: flex; }
            html .wrap > header .topGnbWrap .topGnb.Open + .profileWrap .btn-workspace, html .wrap > header .topGnbWrap .topGnb.Open + .profileWrap .devWorkspaceWrap, html .wrap > header .topGnbWrap .topGnb.Open + .profileWrap .userImg {
              display: none; }
        html .wrap > header .topGnbWrap .topGnb.Close {
          animation: CloseMenu 1s forwards; }
      html .wrap > header .topGnbWrap .profileWrap {
        display: none; }
        html .wrap > header .topGnbWrap .profileWrap .userInfoWrap.mypage {
          position: fixed;
          top: unset;
          right: unset;
          left: 100%;
          bottom: 0;
          display: flex;
          width: 100%;
          border-radius: unset;
          opacity: 0; }
          html .wrap > header .topGnbWrap .profileWrap .userInfoWrap.mypage.Open {
            left: 3rem;
            opacity: 1; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap > .txtTitle {
    margin-bottom: 4rem;
    padding: 0 2rem;
    font-size: 1.5rem; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap {
    width: 100%;
    padding: 0 1.5rem;
    flex-direction: column;
    margin-bottom: 5rem; }
    html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap > .imgArea {
      max-width: 100%;
      margin: 0; }
    html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap .itemArea {
      margin: 1rem 0; }
      html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap .itemArea .txtSubTitle {
        font-size: .875rem; }
      html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap .itemArea .txtTitle {
        font-size: 1.25rem; }
      html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap .itemArea > .txtDescription {
        font-size: .875rem;
        line-height: 1rem;
        margin-bottom: unset; }
    html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap .itemWrap.Right {
      flex-direction: column-reverse; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .ControlStyle > .imgArea, html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .DesignTemplate > .imgArea {
    max-width: 60%; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Formatting {
    margin-bottom: 8rem; }
    html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Formatting > .imgArea {
      position: unset;
      max-width: 100%; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Theme > .imgArea {
    max-width: 100%; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Functional {
    flex-direction: column; }
    html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Front .Functional .imgArea {
      width: 15rem;
      margin-right: 1rem; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .Lambda > .imgArea {
    margin-top: unset;
    max-width: 40%; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexService {
    padding: 0 2rem; }
    html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexService > .itemArea {
      position: unset; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexSQL > .imgArea {
    position: unset; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .FlexAPI > .imgArea {
    position: unset; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.Back .mySQL > .imgArea {
    position: unset; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.AppMng .publicApp .imgArea {
    margin-left: unset; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.TenantMng .Members > .imgArea {
    margin-top: unset;
    max-width: 60%; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.TenantMng .Invitation .itemArea {
    margin-top: unset; }
  html .wrap.SubLayout.Product .contentsWarp > .productInfoWrap.TenantMng .Invitation .imgArea {
    max-width: 100%;
    margin: unset; }
  html .wrap.Community .CommunityWrap {
    padding: 0 1rem; }
    html .wrap.Community .CommunityWrap .CommunityArea .queryWrap {
      min-width: 200px; }
    html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap {
      flex-direction: column; }
      html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap {
        flex-direction: unset;
        width: 100%;
        overflow: hidden;
        z-index: 1; }
        html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap {
          width: 100%;
          padding: .25rem; }
          html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap .txtTitle {
            display: none; }
          html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap .ulCategory {
            display: flex;
            width: 100%;
            overflow-x: auto; }
            html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .categoryWrap .ulCategory > li {
              flex-shrink: 0; }
  html .wrap.Community .btnCommunity {
    flex-shrink: 0; }
  html .wrap .company-info-wrap .section-wrap > h2 {
    font-size: 2rem; }
  html .wrap .company-info-wrap .section-wrap > .txt-description {
    font-size: 1rem;
    line-height: 1.5rem; }
  html .wrap .company-info-wrap .section-wrap .item-wrap {
    flex-direction: column; }
    html .wrap .company-info-wrap .section-wrap .item-wrap > .circle-wrap {
      margin: -2rem 0; }
  html .wrap .company-info-wrap .section-wrap.space-between {
    flex-direction: column; }
    html .wrap .company-info-wrap .section-wrap.space-between .history-wrap .ul-history > li {
      flex-direction: column;
      gap: 1rem; } }

@media only screen and (max-width: 520px) {
  html .wrap {
    /* 허브스팟 메일 폼  */ }
    html .wrap .contactUsCommonWrap .itemWrap .txtMsg {
      font-size: 2em; }
    html .wrap.Index .mainCopyWrap .txtMainCopy {
      font-size: 2rem; }
    html .wrap.Index .mentWrap .mentListArea > .txtTitle {
      font-size: 1.625em; }
    html .wrap.Index .mentWrap .mentFinishWrap .txtGra {
      font-size: 2em; }
    html .wrap.Index .overviewWrap .titleWrap > .txtTitle {
      font-size: 1.625rem; }
    html .wrap.Index .serviceWrap .titleWrap .txtTitle {
      font-size: 1.625em; }
    html .wrap.Index .serviceWrap .movie-view > iframe {
      height: 420px; }
    html .wrap.Community {
      padding-bottom: 52px; }
      html .wrap.Community .CommunityWrap .CommunityArea > .topWrap > .txtTitleWrap > .txtDescription {
        display: none; }
      html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap {
        flex-direction: column; }
        html .wrap.Community .CommunityWrap .CommunityArea > .ScrollWrap > .LeftWrap .btnCommunity {
          position: fixed;
          right: 0;
          bottom: 0;
          z-index: 1;
          width: 100%;
          border-radius: unset;
          height: 52px; }
      html .wrap.Community .CommunityWrap .CommunityArea .qaWriteWrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 100px);
        border-radius: unset;
        z-index: 2; }
    html .wrap.MembersCenter .inputMemberWrap {
      padding: 0 1.5rem; }
    html .wrap .inputWrap {
      padding: 0 2rem; } }

@media only screen and (max-width: 370px) {
  .wrap.Community .actionArea {
    gap: 16px; }
    .wrap.Community .actionArea .btnAction.Share {
      display: none; } }

@keyframes openMenu {
  from {
    display: flex;
    opacity: 0;
    transform: translate(20%, 0); }
  to {
    opacity: 1;
    display: flex; } }

@keyframes CloseMenu {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate(50%, 0);
    display: none; } }
