/* common  */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");

*,
::after,
::before {
  box-sizing: border-box;
}
.hidden {
  display: none !important;
}

p {
  margin: 0px;
}
h2 {
  margin: 0px;
}
h3 {
  margin: 0px;
}
body {
  background-color: #fff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d353c;
  /* background-color: #dee2e6; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
.ally-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}
/* .active {
  display: block !important;
} */
.block {
  display: block !important;
}
.b-flex{
  display: flex;
}
.hide {
  display: none !important;
}
.transparent {
  background-color: transparent !important;
}
.header--border-bottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.xl--br {
  display: block;
}
.lg--br {
  display: none;
}
.sm--br {
  display: none;
}
/* .header-div {
    width:100%;
    height:70px;
} */
.scrollX {
  overflow: hidden !important;
  position: sticky;
  -ms-touch-action: none;
  touch-action: none;
}
ul, li {
  margin: 0;
  padding:0;
}
ul {
  list-style: none;
}
/* common  */

.fp-controlArrow {
  display: none;
}
.fullpage-wrapper .text-group {
  word-wrap: break-word;
  word-break: keep-all;
}
.fullpage-wrapper .fp-slidesNav.fp-right .fp-sr-only{
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #222d69
}
.fullpage-wrapper #fp-nav ul li a, .fp-slidesNav ul li a.active .fp-sr-only::after{
  background: #222d69;
}
.section-01 .slide1 .fp-bg {
  /* background-image: url("/img/main_slider01.jpg") !important; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e9f1ff;
  /* background-color: #e9f1ff; */
  /* background-color: #fff; */
}
.section > .inner {
  padding: 0 15px;
  /* display: flex;
  flex-direction: column; */
}
.section-01 .slide1 .inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
}
.section-01 .slide1 .inner .img-box.main {
  width:63%;
  height:auto;
  position: absolute;
  right:2%;
  /* top:50%;
  transform:translateY(-50%); */
}
.section-01 .slide1 .inner .img-box.main img{
  object-fit: contain;
  width:100%;
  height:auto;
}
.section-01 .slide1 .text-group{
  /* max-width: 360px; */
  width:35%;
  position: absolute;
  left:2%;
  font-family: Pretendard;
  text-align: left;
}
.section-01 .slide1 .text-group h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.54;
  color: #000;
  z-index: 1;
}
.section-01 .slide1 .text-group p {
  margin-top:27px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.13;
  color: #000;
}
.section-01 .slide1 .text-group .link-box {
  margin-top: 35px;
  display: flex;
  align-items: center;
  /* width:130px; */
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  /* text-align: left; */
  color:#000;
}
.section-01 .slide1 .text-group .link-box .img-box {
  width: 26.8px;
  height:4.3px;
  margin-left:20px;
  position: relative;
}
.section-01 .slide1 .text-group .link-box .img-box::before {
  content:"";
  width:23.8px;
  height:23.8px;
  border-radius: 50%;
  position: absolute;
  top:50%;
  right:-12px;
  transform: translateY(-50%);
  /* border: 1px solid #222d69; */
  background-color:rgba(80,89,140,0.4);
}
.section-01 .slide1 .text-group .link-box img {

  width:26.8px;
  height:4.3px;
}

.section-01 .slide2 .fp-bg {
  background-image: url("/img/main-p01-s02-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffebaf;
}
.section-01 .slide2 .inner {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
}
.section-01 .slide2 .inner .img-box {
  right:2%;
  width:63%;
  height: auto;
  position: absolute;
}
.section-01 .slide2 .inner .img-box img{
  object-fit: contain;
  width:100%;
  height:auto;
}
.section-01 .slide2 .text-group{
  font-family: Pretendard;
  position: absolute;
  width:35%;
  left:2%;
  text-align: left;
}
.section-01 .slide2 .text-group h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.54;
  color: #1e1e1e;
}
.section-01 .slide2 .text-group p {
  margin-top: 31px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: #1e1e1e;
}
.section-01 .slide3 .inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;

}
.section-01 .slide3 .fp-bg {
  /* background-image: url("/img/main-p01-s02-bg.png"); */
  background-image: url("/img/bg-repeat.png");
  /* background-color: #e4dbff; */
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}
.section-01 .slide3 .text-group{
  top:21%;
  left:50%;
  width:50%;
  /* margin: 0 auto; */
  height:auto;
  transform: translateX(-50%);
  position: absolute;
  font-family: Pretendard;
  text-align: center;
}
.section-01 .slide3 .text-group h2{
  margin: 0 auto;
  max-width: 450px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.54;
  color: #343434;
}
.section-01 .slide3 .text-group p{
  margin-top: 23px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.33;
  color: #343434;
}

.section-01 .slide3 .inner .img-box {
  bottom:0px;
  height: auto;
  width:75%;
  position:absolute;
}
.section-01 .slide3 .inner .img-box img{
  object-fit: contain;
  width:100%;
  height:auto;
}
.inner {
  /* max-width: 1200px; */
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.section-02 .inner {
  max-width: 1920px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
}
.section-02 .img-box {
  max-width: 1058px;
  /* width:55%; */
  height:auto;
  position: absolute;
  left:3%;
  bottom:0;
}
.section-02 .inner .img-box img{
  object-fit: contain;
  width:100%;
  height:auto;
}

.section-02 .fp-bg {
  background-color:#3660e2;
  /* background-color:yellowgreen; */
}

.section-02 .inner .text-group {
  /* width:20%; */
  max-width: 380px;
  height: auto;
  font-family: Pretendard;
  color: #fff;
  position: absolute;
  right:18%;
  top:327px;
  text-align: right;
  /* transition: all 0.75s cubic-bezier(0.64, 0.03, 0.21, 1); */
}
.section-02 .inner .text-group h2{
  font-size: 42px;
  font-weight: bold;
  line-height: 1.48;
}
.section-02 .inner .text-group p{
  margin-top: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.fullpage-wrapper .full-link{
  margin-top: 33px;
  width: 185px;
  height: 48px;
  border-radius: 7px;
  font-size: 16px;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-decoration: none;
  color:#fff;
  transform: translate3d(0,0,0);
  transform: translateX(0px);
  transform: translateY(0px);
}
.fullpage-wrapper .full-link.--mr{
  margin-left: 0px;
  margin-right: auto;
}
.fp-bg {
  /* transition: transform 1000ms ease; */
}
.fp-bg {
  z-index: 0 !important;
  position: relative;
}
.section-03 .fp-bg {
  /* background-image: url("ref/img/main_sec03.jpg") !important; */
  background-image: url("/img/main-p03-bg.png");
  background-color: #0d1b63;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-03 .inner .img-box{
  position: absolute;
  width:55%;
  right:0px;
  bottom:7%;
}
.section-03 .inner .img-box img{
  object-fit: contain;
  width:100%;
  height:auto;
}
.section-03 .inner .text-group{
  left:0%;
  max-width: 495px;
  /* width:40%; */
  top: 23%;
  position: absolute;
  color:#fff;
  height:auto;
}
.section-03 .inner .text-group h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.43;
  text-align: left;
  color: #fff;
}
.section-03 .inner .text-group p{
  margin-top: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.fullpage-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  /* background-color: black; */
  /* background-image: our video ; */
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
.video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #1e8b96; */
  /* background-color: rgba(30,139,150,0.73); */
  /* opacity: .65; */
}

.section-05 .inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  padding-top: 143px;
  padding-bottom: 146px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-05 .inner .row.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-05 .inner .row.footer-top .link-box .menu-link{
  display: flex;
  align-content: space-between;
  padding:0;
  list-style: none;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: bold;
  text-align: left;

  width:255px;
  height:90px;
  flex-wrap: wrap;
  /* margin-top: -30px; */
}

.section-05 .inner .row.footer-top .link-box .menu-link li{
  width:50%;
  /* margin-top: 30px; */
}
.section-05 .inner .row.footer-top .link-box .menu-link li a{
  text-decoration: none;
  color: #343434;
}
.section-05 .inner .row.footer-top .link-box .social-link{
  width:255px;
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}
.section-05 .inner .row.footer-top .bi-box {
  width:272px;
}
.section-05 .inner .row.footer-top .bi-box .img-box {
  width:272px;
  height:90px;
}
.section-05 .inner .row.footer-top .bi-box .img-box img{
  width:100%;
  height:auto;
}
.section-05 .inner .row.footer-top .bi-box p {
  word-wrap: break-word;
  word-break: keep-all;
  margin-top: 38px;
  font-family: Pretendard;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.62;
  text-align: right;
  color: #292e6e;
}
.section-05 .inner .row.footer-bottom {
  display: flex;
  justify-content: space-between;
  width:100%;
  height:220px;
  font-family: Pretendard;
}
.section-05 .inner .row.footer-bottom .company-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  color: #343434;
}
.section-05 .inner .row.footer-bottom .company-info p:first-child{
  font-size: 24px;
  font-weight: bold;
  /* line-height: 1.17; */
  text-align: left;
  color: #343434;
}

.section-05 .inner .social-link-box {
  display: flex;
  justify-content: space-between;
}
img {
  display: block;
}

section > .inner {
  padding: 0 15px;
  /* display: flex;
  flex-direction: column; */
}
footer {
  /* margin-top: auto; */
  font-family: Pretendard;
  width:100%;
  height:auto;
}
footer .inner {
  height:auto;
  padding-top: 26px;
  padding-bottom: 27px;
}
footer .inner a {
  text-decoration: none;
  color:#343434;
}
footer .inner .company-info-container {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
footer .inner .company-info-container .brand {
  display: flex;
  align-items: center;

}
footer .inner .company-info-container .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 43px;
  max-width: 500px;
}
footer .inner .company-info-container .info-box .text-group {
  margin-top: 16px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  color: #343434;
}
footer .inner .company-info-container .info-box .text-group .row{
  display: flex;
  flex-wrap: wrap;
}
footer .inner .company-info-container .info-box .text-group .row:first-child{
  justify-content: space-between;
}
footer .inner .company-info-container .info-box .text-group .row:last-child{
  max-width:406px;
  text-align: right;
}
footer .inner .company-info-container .info-box .text-group .row span {
  display: block;
  padding:0 4px;
}
footer .inner .company-info-container .info-box .text-group .row span:first-child{
  text-align: center;
  padding-right: 4px;
  padding-left: 0px;
}
footer .inner .company-info-container .info-box .text-group .row span:last-child{
  padding-right:0px;
  padding-left:4px;
}
footer .inner .company-info-container .info-box .text-group .row span:not(:last-child){
  border-right: 1px solid #343434;
  /* clip-path: polygon(0 0, 98% 0, 98% 25%, 100% 25%, 100% 80%, 98% 80%, 98% 100%, 0 100%); */
  clip-path: polygon(0 0, 93% 0, 93% 15%, 100% 15%, 100% 85%, 93% 85%, 93% 100%, 0 100%);
}

footer .inner .company-info-container .info-box .text-group .row span:first-child{
  text-align: left;
}


footer .inner .company-info-container .info-box .text-group .row:nth-child(2) {
  margin-top: 4px;
}
footer .inner .company-info-container .info-box .menu-link{
  display: flex;
  justify-content: space-between;
  width: 308px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
}
footer .inner .company-info-container .link-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
}
footer .inner .company-info-container .link-box p {
  font-size: 15px;
  font-weight: 300;
  color: #343434;
}
footer .inner .company-info-container .link-box .social-link{
  display: flex;
  width: 150px;
  margin-left: auto;
  justify-content: space-between;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9;
  background-color: #fff;
  color: #060606;
}
#fg-menu {
  background-color: transparent;
}
.transparent {
  color: #fff;
}
/* nav {
  background-color: #fff;
} */
.main-menu {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.transparent .main-menu .no-link,
.transparent .main-menu a {
  color: #fff;
}
.main-nav__item{
  position: relative;
}
.main-nav__item .no-link{
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 3.31;
  letter-spacing: normal;
  text-align: center;
  color: #060606;
  margin-right: 5px;
}

.start-link a {
  color: white !important;
}

.main-menu a {
  text-decoration: none;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 3.31;
  letter-spacing: normal;
  text-align: center;
  color: #060606;
}
.main-menu .main-nav__dropdown {
  position: absolute;
  top:50px;
  left:0px;
  width:150px;
  height:220px;
  padding: 8px 0px;
  border-radius: 5px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  /* transform: translate3d(0px, 40px, 0px); */
  will-change: transform;
  display: none;
}
.main-nav__item .drop-down-arrow-icon {
  width:18px;
  height:18px;
  margin-left: 2px;
}
.main-nav__item.dropdown-box{
  display: flex;
  align-items: center;
  position: relative;
}
.main-nav__dropdown {
  list-style: none;
}
.main-nav__dropdown li{
  height:34px;
  display: flex;
  align-items: center;
}
.main-nav__dropdown li:hover{
  background-color: #f2f2f2;
}
.transparent .main-nav__dropdown .dropdown__item,
.main-nav__dropdown .dropdown__item {
  width:100%;
  font-family: Pretendard;
  font-size:15px;
  padding-left: 12px;
  line-height: 1.07;
  color: #343434;
  text-align: left;
}
.main-nav .main-nav__item:last-child a {
  font-size: 15px;
  font-weight: normal;
  line-height: 4;
  text-align: center;
  /* color: #fff; */
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu > .inner {
  max-width: 1620px;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 15px;
}
.main-menu .inner .logo {
  width: 133px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.main-menu .main-nav {
  display: flex;
  align-items: center;
  list-style: none;
  width: 170px;
  justify-content: space-between;
}
.main-menu .main-nav .login-area {
  width:83px;
  display: flex;
  justify-content: flex-end;
}
.main-menu .main-nav__item:last-child {
  /* margin-left: 24px; */
  /* width:83px; */
}
.main-menu .main-nav__link-box {
  width: calc((96px * 2) + 12px);
  /* padding-left: 20px; */
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  margin-left: 20px;
}
.main-menu .main-nav__link-box .button {
  width: 96px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-link {
  background-color: #222d69;
  color: #fff;
}
.transparent .main-menu .login-link{
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.login-link {
  background-color: transparent;
  border: solid 1px #222d69;
  color: #222d69;
}
.mobile-container {
  display: none;
}
.mobile-area {
  display: none;
}


/* header {
    width:100%;
    height:95px;
    background-color: #fff;
    position: fixed;
    top:0;
    left:0;
} */
/* :root {
    --vh: 100%;
 } */

.features-main {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(44, 44, 44, 0.6), rgba(44, 44, 44, 0.6)),
    url("/img/features-main-bg.png") no-repeat center / cover;
}
.features-main .inner {
  padding-top: 280px;
  height: 715px;
}

.features-main .inner .text-group {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  height: auto;
  font-family: Pretendard;
  font-size: 40px;
  font-weight: 800;
  line-height: 2.05;
  text-align: center;
  color: #fff;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-main .inner .text-group h2 {
  margin: 0 auto;
  max-width: 500px;
  font-size: 40px;
  font-weight: 800;
  line-height: 2.05;
}
.features-main .inner .text-group p {
  margin-top: 39px;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.82;
}
.features-main .inner .link-button {
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  width: 255px;
  height: 57px;
  border-radius: 47px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
}
.features-main .inner a {
  text-decoration: none;
}
.features-sub-menu {
  position: sticky;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 10;
}
.features-sub-menu .inner {
  height: 60px;
 
}
.features-sub-menu .inner .sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 796px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  z-index: 10;
}
.features-sub-menu .inner .sub-nav li {
  list-style: none;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.65;
  letter-spacing: normal;
  text-align: center;
  color: #404040;
}
.features-design {
  width: 100%;
  height: auto;
}
.features-design .inner {
  height: 1093px;
  height: auto;
  padding-top: 112px;
  padding-bottom: 105px;
}
.features-design .inner .text-group {
  margin: 0 auto;
  max-width: 810px;
  height: auto;
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-design .inner .text-group h2 {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  color: #000;
}
.features-design .inner .text-group p {
  margin-top: 22px;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  color: #000;
}
.features-design .inner .img-box {
  margin-top: 40px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.features-design .inner .img-box img {
  width: 100%;
  height: auto;
}
.features-design .inner .design-dec-container {
  margin-top: 70px;
  /* margin-bottom: 105px; */
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.features-design .inner .design-dec-container .card {
  width: calc((100% - 60px) / 3);
}
.features-design .inner .design-dec-container .card-img-top {
  width: 100%;
  height: 72px;
}
.features-design .inner .design-dec-container .card .text-group {
  margin-top: 15px;
  width: 100%;
  height: auto;
}
.features-design .inner .design-dec-container .card .text-group h3 {
  font-family: Pretendard;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  text-align: left;
  color: #000;
}
.features-design .inner .design-dec-container .card .text-group p {
  margin-top: 37px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.features-function {
  width: 100%;
  background-color: #f9f9f9;
  height: auto;
}
.features-function .inner {
  height: auto;
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
.features-function .text-group.title {
  max-width: 634px;
  color: #000;
  height: auto;
  text-align: center;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-function .text-group.title h2 {
  max-width: 406px;
  font-family: Pretendard;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto;
}
.features-function .text-group.title p {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  margin: 0 auto;
  margin-top: 28px;
}
.features-function .function-desc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: calc(76px - 31px);
  /* margin-bottom: 100px; */
}
.features-function .inner .function-desc-container .card {
  width: calc((100% - 60px) / 3);
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 31px;
}
.features-function .inner .function-desc-container .card .card-img-top {
  width: 100%;
  height: auto;
}
.features-function .inner .function-desc-container .card .text-group {
  width: 100%;
  padding: 20px;
  padding-bottom: 40px;
}
.features-function .inner .function-desc-container .card .text-group h3 {
  width: 100%;
  margin: 0;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #000;
}
.features-function .inner .function-desc-container .card .text-group p {
  width: 100%;
  margin-top: 20px;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

section.theme {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
}
.theme .inner {
  /* padding-top: 26px; */
  padding-top: 96px;
  background-color: #f8f8f8;
}
.theme .inner .text-group.title {
  text-align: center;
}
.theme .inner .text-group.title h1 {
  font-family: Pretendard;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.17;
  color: #292929;
  text-align: center;
  margin: 0;
}
.theme .inner .text-group.title p {
  margin-top: 14px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  color: #949494;
}
.theme .inner .theme-list__header {
  display: flex;
  height: 32px;
  align-items: center;
}
.theme .inner .theme-list__header .theme-list-title {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.theme .inner .theme-list__header .theme-list-title li {
  margin-right: 18px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #949494;
}
.theme .inner .theme-list-title li.selected {
  color: #292929;
}
/* .theme .inner .theme-list__header .theme-list-sort {
    width: 148px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
    margin-left: auto;
} */

/* IE */
select::-ms-expand {
  display: none;
}
.custom-select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  outline: none;
}

.theme .inner .theme-list {
  margin-top: 40px;
}
.theme-list__header .select-box {
  margin-left: auto;
}
.theme-list__header .custom-select {
  width: 148px;
  height: 32px;
  padding: 6px 10px 4px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  border: 1px #f8f8f8;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
}
.theme-list__header .select-box .custom-select {
  background: url("/img/select-down-arrow.png") calc(100% - 5px) center
    no-repeat;
}

.theme-list__header .select-box .custom-select option {
  background-color: #fff;
  height: 32px;
  padding: 9px 10px;
}
.theme-list__header .select-box .custom-select option:hover {
  box-shadow: 0 0 10px 100px #f2f2f2 inset;
  /* background-color: #f2f2f2; */
}
.theme .inner .theme-list-container {
  margin-top: calc(21px - 48px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 65px;
}
.theme .inner .theme-list-container .theme-card {
  cursor:pointer;
  /* max-width: 378px;
  width: 33%;
  height: 343px; */
  width:calc((100% - 60px) / 3);
  height: auto;
  margin-top: 48px;
}
.theme .inner .theme-list-container .theme-card__header {
  width: 100%;
  /* height: 260px; */
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 0px 0px;
}
.theme .inner .theme-list-container .theme-card__header .card-img-top{
  border-radius: 14px 14px 0px 0px;
  width:100%;
  height: auto;

}
.theme .inner .theme-list-container .theme-card .dark-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
  opacity: 0;
  border-radius: 14px 14px 0px 0px;
}
.theme .inner .theme-list-container .theme-card .dark-overlay .button-box {
  width: 128px;
  height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme
  .inner
  .theme-list-container
  .theme-card
  .dark-overlay
  .button-box
  button {
  opacity: 0;
  width: 100%;
  height: 31px;
  outline: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.18;
  color: #fff;
    cursor: pointer;
}
.theme
  .inner
  .theme-list-container
  .theme-card
  .dark-overlay
  .button-box
  .project-start {
  border: 1px solid #222d69;
  background-color: #222d69;
}
.theme
  .inner
  .theme-list-container
  .theme-card
  .dark-overlay
  .button-box
  .theme-preview {
  border: 1px solid #fff;
  background-color: transparent;
}
.theme .inner .theme-list-container .theme-card:hover .dark-overlay {
  opacity: 1;
}
.theme .inner .theme-list-container .theme-card:hover .card-img-top {
  transform: scale(1.3);
  transition: all 0.4s;
}
.theme
  .inner
  .theme-list-container
  .theme-card:hover
  .dark-overlay
  .button-box {
  opacity: 1;
}
.theme
  .inner
  .theme-list-container
  .theme-card:hover
  .dark-overlay
  .button-box
  button {
  opacity: 1;
}
.theme .inner .theme-list-container .theme-card__body {
  position: relative;
  padding: 13px 16px;
}
.theme .inner .theme-list-container .theme-card__body .share-button {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: 52px;
}
.theme .inner .theme-list-container .theme-card__body .like-button {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: 16px;
}
.theme .inner .theme-list-container .theme-card__body .theme-pay {
  width: 42px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: #222d69;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  color: #fff;
}
.theme .inner .theme-list-container .theme-card__body .row {
  display: flex;
  height: 20px;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.theme .inner .theme-list-container .theme-card__body .row p {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
}
.theme .inner .theme-list-container .theme-card__body .row p:last-child {
  font-family: Pretendard;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
  color: #949494;
}

.login {
  width: 100%;
  height:auto;
  /* border:5px solid salmon; */
  background-color: #fff;
}
.login > .inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-top: 70px;
  justify-content: center;
}
.login .login__card {
  text-align: center;
  max-width: 440px;
  width:100%;
  height: 567px;
  /* height: auto; */
  background-color: #fff;
}
.transform-cc {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}
.login__card h1 {
  /* margin-bottom: 56px; */
  margin: 0;
  font-size: 24px;
}
.login .login__card .login__form {
  margin-top: 56px;
}
.login__card .login__container {
  display: flex;
  flex-direction: column;
  /* height: auto; */
}
.join__container .message-floating-box,
.login__container .message-floating-box {
  /* width: 438px; */
  width: 100%;
  height: auto;
  position: relative;
}
.join__container .message-floating-box{
  margin-top: 9px;
}
.user-info-round {
  /* width: 438px; */
  width: 100%;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 16px 43px;
}
.login__container .login__control {
  outline: none;
  background-color: #f2f2f2;
  border: 1px solid #fff;
}
.login__container .login__button {
  background-color: #222d69;
  color: white;
  margin-bottom: 0px;
  text-decoration: none;
  cursor:pointer;
}
.join__container .error-message,
.login__container .error-message{
  /* display: none; */
  position: absolute;
  font-size: 12px;
  line-height: 1;
  color:red;
  background-color: transparent;
  right:43px;
  top:18px;
  text-align: right;

}
.login__container .check-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 30px;
}
.check-box label {
  margin-left: 10px;
}
.social-box {
  margin-top: 15px;
  /* margin-bottom: 30px; */
  display: flex;
  justify-content: space-around;
  padding: 0 44px;
  /* padding: 0 24px; */
}
.login .join__button {
  /* max-width: 440px ; */
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  border: solid 1px #222d69;
  text-decoration: none;
  color: #222d69;
}
.login__card .login__function {
  margin-top: 20px;
  display: flex;
  list-style: none;
  font-size: 14px;
  justify-content: space-between;
  justify-content: center;
  padding: 0px 20px;
}
.login__card .login__function li {
  position: relative;
  padding-right: 8px;
  padding-left:8px;
}
.login__card .login__function li:first-child {
  padding-left:0px;
}
.login__card .login__function li:last-child {
  padding-right: 0px;
}
.login__card .login__function li::after {
  border-right: 1px solid #5e5353;
  content: "";
  height: 12px;
  margin-top: -5px;
  /* margin-left:5px; */
  position: absolute;
  right: -1px;
  /* right: -14px; */
  top: 50%;
}
.login__card .login__function li:last-child::after {
  border: none;
}

.join {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
}
.join > .inner {
  height: auto;
  /* height: calc(var(--vh, 1vh) * 100); */
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 120px;
  padding-top: 100px;
}
.join .join__card {
  text-align: center;
  width: 440px;
  height: 829px;
  background-color: #fff;
}
.join__card h1 {
  /* margin-top: 20px; */
  /* margin-bottom: 36px; */
  font-size: 20px;
}
.join__container .join__control {
  outline: none;
  background-color: #f2f2f2;
  border: 1px solid #fff;
}
.join__container .check-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 41px;
  margin-bottom: 12px;
}
.join__container .user-info-round {
  border: solid 1px #d1d1d1;
  margin: 0;
}
.join__container .join__check-box.user-info-round{
  margin-top: 9px;
}
.join__container .join__check-box {
  display: flex;
  align-items: center;
  padding: 16px;
}
.join__container .join__check-box .join__label {
  color: #333;
}
.join__container .join__check-box input {
  margin-right: 10px;
}
.join__container .join__check-box .modal-term {
  outline: none;
  border: none;
  background-color: transparent;
  color: #222d69;
  flex: none;
  margin-left: auto;
}
.join__container .join__button {
  margin-top: 26px;
  margin-bottom: 26px;
  color: #fff;
  background-color: #222d69;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  /* z-index: 10; */
  z-index: 30;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100.2vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.8);
}
#modal_wrap .modal_box {
  position: relative;
  border-radius: 15px;
  background: #fff;
}
#modal_wrap .terms_con {
  max-width: 768px;
  overflow: hidden;
  width: calc(100% - 26px);
  height: 90%;
  word-break: initial;
}
#modal_wrap .modal_box.user-invite {
  max-width: 786px;
  width:100%;
  height: auto;
}
#modal_wrap .modal_box.user-invite .inner {
  width: 100%;
  /* height: 391px; */
  height: auto;
  padding: 97px 52px 87px 52px;
  /* padding: 0px 52px;
  padding-top: 97px;
  padding-bottom:87px; */
  border-radius: 10px;
  border: solid 1px #707070;
  background-color: #fff;
}
#modal_wrap .modal_box.user-invite .inner .img-box.top {
  position: absolute;
  top: 38px;
  right: 52px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
#modal_wrap .modal_box.user-invite .inner h2 {
  max-width: 260px;
  height: 26px;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  color: #343434;
  margin: 0 auto;
}
#modal_wrap .modal_box.user-invite .inner .form-box {
  margin-top: 42px;
  position: relative;
  width: 100%;
  height: auto;
}
#modal_wrap .modal_box.user-invite .inner .form-box .search-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 13px;
  left: 13px;
}
#modal_wrap .modal_box.user-invite .inner .form-box .clear-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 13px;
  right: 13px;
  display: none;
}
#modal_wrap .modal_box.user-invite .inner .user-search-result {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 681px;
  max-height: calc(55px * 5);
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: calc(52px + 11px);
  left: 0px;
  border-radius: 6px;
  border: solid 1px #707070;
  display: none;
}

#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 19px;
}
#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item:hover {
  background-color: #222d69;
  color: #fff;
}

#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item
  .profile-img {
  width: 40px;
  height: 100%;
  margin-right: 11px;
  /* height: 55px; */

  /* background-color: #949494; */
  /* border:1px solid blue; */
  display: flex;
  align-items: center;
}
#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item
  .profile-img
  img {
  width: 40px;
  height: 40px;
  border-radius: 50%;

  position: static;
}
#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item
  .user-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item
  .user-info
  .text-group {
  display: flex;

}
#modal_wrap
  .modal_box.user-invite
  .inner
  .user-search-result
  .autocomplete-item
  .user-info
  .text-group
  .user-full-name {
  margin-right: 5px;
}
#modal_wrap .modal_box.user-invite .inner input {
  padding: 13px 14px;
  padding-left: calc(13px + 30px);
  width: 100%;
  height: 52px;
  border-radius: 7px;
  border: solid 1px #949494;
  /* padding-right: 125px; */
}
#modal_wrap .modal_box.user-invite .inner .project-invite-button {
  /* max-width: 681px; */
  width:100%;
  height: 52px;
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background-color: #222d69;
  border: 1px solid #222d69;
  outline: none;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #fff;
}

#modal_wrap .modal_box.profile-edit-info {
  width:438px;
  height: auto;
}
#modal_wrap .modal_box.profile-edit-info .inner {
  width: 100%;
  /* height: 830px; */
  height: auto;
  padding: 0px 30px;
  padding-top: 80px;
  padding-bottom: 55px;
  border-radius: 10px;
  border: solid 1px #707070;
  background-color: #fff;
  overflow-y: auto;
}
#modal_wrap .modal_box.profile-edit-info .inner .img-box.top {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 28px;
  height: 28px;
  z-index: 2;
}
#modal_wrap .modal_box.profile-edit-info .inner .img-box.top .modal-close{
  width: 28px;
  height: 28px;
}
#modal_wrap .modal_box.profile-edit-info .inner .img-box.profile-portrait {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  position: relative;
}
#modal_wrap .modal_box.profile-edit-info .inner .img-box .profile-img{
  width: 58px;
  height: 58px;
}
#modal_wrap .modal_box.profile-edit-info .inner .img-box.mypage-box{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: -6px;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-name {
  margin:0 auto;
  text-align: center;
  margin-top: 13px;
  font-family: Pretendard;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.19;
  color: #343434;
}
#modal_wrap .modal_box.profile-edit-info .inner form {
  margin: 0;
  padding:0;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container {
  margin: 0;
  padding:0;
  margin-top: 34px;
  border:none;
  width: 100%;
  height: auto;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #343434;
}

#modal_wrap .modal_box.profile-edit-info .inner .user-info-container:last-of-type {
  margin-top: 22px;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container input #user-name{
  margin-top: 10px;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container #user-name::placeholder,
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container #user-id::placeholder{
  color: #343434;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container input::placeholder{
  color:#d4d4d4;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container .message-floating-box{
  width: 100%;
  height:auto;
  position: relative;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container .message-floating-box .error-message{
  position: absolute;
  font-size: 12px;
  color:red;
  background-color: transparent;
  right:16px;
  top:50%;
  transform: translateY(-50%);

}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container input:not([type=checkbox]){
  margin: 0;
  padding:0;
  margin-top: 6px;
  padding-left: 16px;
  width: 100%;
  height:50px;
  color: #d4d4d4;
  border-radius: 7px;
  border: solid 1px #c2c2c2;
  background-color: #fff;
}

#modal_wrap .modal_box.profile-edit-info .inner .user-info-container .form-box{
  margin-top: 14px;
  font-size: 16px;
  color: #949494;
  width: 100%;
  height:auto;
  align-items: center;
}
#modal_wrap .modal_box.profile-edit-info .inner .user-info-container .form-box #my-project-password{
  margin-right: 5px;
}
#modal_wrap .modal_box.profile-edit-info .inner .profile-edit-button{
  margin-top: 36px;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline:none;
  border-radius: 10px;
  background-color: #222d69;
  border: 1px solid #222d69;
  font-family: Pretendard;
  font-size: 18px;
  line-height: 1.17;
  color: #fff;
}

#modal_wrap .modal_box.profile-edit-info .inner a.secession-account{
  display: block;
  margin-top: 15px;
  margin-left: auto;
  width:60px;
  height: auto;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #222d69;
  text-decoration: none;
}

#modal_wrap .modal_box.create-link {
  width: 522px;

  height: auto;
}
#modal_wrap .modal_box.create-link .inner {
  width: 100%;
  /* height: 587px; */
  height: auto;
  border-radius: 10px;
  padding: 0px 42px;
  padding-top: 142px;
  padding-bottom: 129px;
  background-color: #fff;
}
#modal_wrap .modal_box.create-link .inner .img-box.top {
  position: absolute;
  top: 38px;
  right: 42px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
#modal_wrap .modal_box.create-link .inner h2 {
  max-width: 252px;
  height: auto;
  font-family: Pretendard;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #343434;
  margin: 0 auto;
}
#modal_wrap .modal_box.create-link .inner input {
  padding: 13px 14px;
  /* width: 438px; */
  width: 100%;
  height: 44px;
  border-radius: 7px;
  border: solid 1px #949494;
  padding-right: 125px;
}
#modal_wrap .modal_box.create-link .inner input::placeholder {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 18px;
  color: #949494;
}
#modal_wrap .modal_box.create-link .inner .form-box {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: auto;
}
#modal_wrap .modal_box.create-link .inner .form-box #project-domain-label {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 18px;
  color: #949494;
  /* width: 106px; */
  position: absolute;
  right: 14px;
  top: 13px;
}
#modal_wrap .modal_box.create-link .inner .text-group p {
  margin-top: 12px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: #949494;
}
#modal_wrap .modal_box.create-link .inner .project-init-button {
  margin: 0 auto;
  margin-top: 83px;
  width: 234px;
  height: 41px;
  border-radius: 5px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  background-color: #222d69;
  border: 1px solid #222d69;
  color: #fff;
  cursor: pointer;
}

#modal_wrap .modal_box .gradient_box {
  opacity: 1;
  transform: translate(0px, 0px);
  z-index: 1;
  position: absolute;

  width: 100%;
  height: 45px;
  border-radius: 15px 15px 0 0;
  pointer-events: none;
  background: url("/img/modal_gradient.png") repeat-x;
}
#modal_wrap .modal_box .gradient_box.top {
  top: 15px;
}
#modal_wrap .modal_box .gradient_box.bottom {
  opacity: 1;
  transform: rotate(180deg) skew(360deg, 0deg);
  /* background 반전 */
  top: auto;
  bottom: 0;
}

#modal_wrap .modal_box.terms_con .img-box {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
#modal_wrap .modal_box .img-box.top {
  top: 20px;
}
#modal_wrap .modal_box .img-box.bottom {
  bottom: 20px;
}

#modal_wrap .modal_box .img-box img {
  width: 20px;
  height: 20px;
}

#modal_wrap .modal_box .scroll_box {
  overflow-y: scroll;
  width: 100%;
  height: calc(100% - 25px);
  margin-top: 25px;
  padding: 0 34px 30px;
}
#modal_wrap .modal_box .scroll_box .title {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}
#modal_wrap .modal_box .scroll_box::-webkit-scrollbar {
  display: none;
}

.my-project {
  width: 100%;
  height: auto;
}
.my-project > .inner {
  padding-top: 34px;
  padding-top: 104px;
  min-height: 100vh;
}
.my-project .my-profile {
  width: 100%;
  height: 72px;
  display: flex;
}
.my-project .my-profile > .img-box {
  width: 72px;
  height: 72px;
  position: relative;
  margin-right: 20px;
}
.my-project .my-profile .img-box.mypage-box {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -10px;
}
.my-project .my-profile__user-name {
  font-family: Pretendard;
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 24px;
  margin-bottom: 20px;
}
.my-project-list {
  margin-top: 63px;
  width: 100%;
  height: auto;
}
.my-project-list .my-project-list__title {
  display: flex;
  width: 100%;
}
.my-project-list .my-project-list__title p {
  flex: 1;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #949494;
}
.my-project-list .my-project-list__title p:first-child {
  text-align: left;
}
.my-project-list .my-project-list-container {
  width: 100%;
  padding:0;
  padding-top: calc(31px - 10px);
  display: flex;
  /* flex-direction: column; */
  margin-bottom: 46px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-project-list .my-project-list-container .project-card {
  width: 100%;
  height: 94px;
  border-radius: 9px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-top: 10px;
  display: flex;

}
.my-project-list-container .project-card .card-item {
  width: 20%;
  display: flex;
  height: 100%;
  padding: 22px 0px;
}
.my-project-list-container .more-popup {
  width: 146px;
  height: 136px;
  padding: 8px 0px 8px 12px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  border: solid 1px #d5d5d5;
  background-color: #fff;
  position: absolute;
  /* bottom:0px;
  left:0px; */
  z-index: 2;
  display: none;
}
.my-project-list-container .more-popup .more-menu {
  font-family: Pretendard;
  font-size: 15px;
  line-height: 1.2;
  color: #6a6a6a;
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
}
.my-project-list-container .project-card .card-item:first-child {
  padding-left: 20px;
}
.my-project-list-container .project-card .project-card__title {
  flex-direction: column;
  justify-content: space-between;
}
.my-project-list-container .project-card .project-card__title .project-type {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #292929;
}
.my-project-list-container .project-card .project-card__title .project-desc {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  color: #292929;
}

.my-project-list-container .project-card .project-card__title .user-invite {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #222d69;
  border-radius: 10px;
  width: 43px;
  height: 20px;
  border: solid 1px #222d69;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.my-project-list-container .project-card .project-card__payments {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.my-project-list-container
  .project-card
  .project-card__payments
  .payments-status {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  color: #292929;
}
.my-project-list-container
  .project-card
  .project-card__payments
  .payments-upgrade {
  width: 130px;
  height: 24px;
  padding: 4px 15px 4px 16px;
  border-radius: 15px;
  background-color: #222d69;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  color: #fff;
}
.my-project-list-container .project-card .project-card__storage {
  padding-top: 27px;
  padding-bottom: 26px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.my-project-list-container .project-card .project-card__storage .storage-usage {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.14;
  color: #292929;
}
.my-project-list-container
  .project-card
  .project-card__storage
  .storage-usage-bar {
  width: 92px;
  height: 8px;
  border-radius: 4px;
  border: solid 1px #707070;
  position: relative;
}
.my-project-list-container
  .project-card
  .project-card__storage
  .storage-usage-bar
  .value {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222d69;
}
.my-project-list-container .project-card .project-card__share-count {
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: #292929;
}
.my-project-list-container .project-card .project-card__share-count .lg-text{
  display: none;
}
.my-project-list-container .project-card .project-card__tools {
  position: relative;
  justify-content: center;
  align-items: center;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.my-project-list-container .project-card .project-card__tools .management {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 25px;
  border-radius: 13px;
  border: solid 1px #222d69;
  color: #222d69;
  margin-right: 7px;
  cursor: pointer;
}
.my-project-list-container .project-card .project-card__tools .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 25px;
  border-radius: 13px;
  border: solid 1px #222d69;
  background: #222d69;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
.my-project .project-init {
  text-decoration: none;
  width: 234px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: #222d69;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
}
.features-data {
  width: 100%;
  height: auto;
}
.features-data .inner {
  padding-top: 110px;
  padding-bottom: 100px;
}
.features-data .inner .text-group.title {
  max-width: 690px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-data .inner .text-group.title h2 {
  max-width: 530px;
  margin: 0 auto;
  font-family: Pretendard;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  color: #000;
}
.features-data .inner .text-group.title p {
  margin-top: 44px;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
}
.features-data .inner .img-box {
  margin-top: 53px;
  max-width: 1194px;
}
.features-data .inner .img-box img {
  width: 100%;
  height: auto;
}
.features-data .inner .data-desc-container {
  margin-top: 84px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-data .inner .data-desc-container .card {
  width: calc((100% - 60px) / 3);
  padding: 40px 20px 44px 20px;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: auto;
}
.features-data .inner .data-desc-container .text-group {
  font-family: Pretendard;
  text-align: center;
  color: #000;
}
.features-data .inner .data-desc-container .text-group:hover {
  color: #222d69;
}
.features-data .inner .data-desc-container .card h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.features-data .inner .data-desc-container .card p {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  line-height: 1.38;
  text-align: left;
}

.features-device {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
}
.features-device .inner {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #f9f9f9;
}
.features-device .inner .text-group.title {
  max-width: 710px;
  margin: 0 auto;
  font-family: Pretendard;
  text-align: center;
  color: #000;
}
.features-device .inner .text-group.title h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
}
.features-device .inner .text-group.title p {
  margin-top: 23px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-device .inner .img-container {
  max-width: 990px;
  margin: 0 auto;
  margin-top: 94px;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 5px;
}
.features-device .inner .img-container .img-box.mobile {
  width: 16%;
  height: auto;
  align-self: flex-end;
}
.features-device .inner .img-container .img-box img {
  width: 100%;
  height: auto;
}
.features-device .inner .img-container .img-box.desktop {
  width: 79%;
  height: auto;
}
.features-device .inner .mobile-desc-container {
  width: 100%;
  margin-top: 74px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-device .inner .mobile-desc-container .card {
  width: calc((100% - 60px) / 3);
}

.features-device .inner .mobile-desc-container .card-img-top {
  width: 100%;
  height: 72px;
}
.features-device .inner .mobile-desc-container .card .text-group {
  margin-top: 27px;
  width: 100%;
  height: auto;
  font-family: Pretendard;
  text-align: left;
  color: #000;
}
.features-device .inner .mobile-desc-container .card .text-group h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.54;
  text-align: left;
}
.features-device .inner .mobile-desc-container .card .text-group p {
  margin-top: 37px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.44;
  text-align: left;
  color: #000;
}

.features-grid-system {
  width: 100%;
  height: auto;
  background: url("/img/features-grid-system-bg.png") no-repeat center / cover;
}
.features-grid-system .inner {
  max-width: 1203px;
  padding-top: 110px;
  padding-bottom: 171px;
}
.features-grid-system .inner .text-group.title {
  max-width: 650px;
  margin: 0 auto;
  font-family: Pretendard;
  text-align: center;
  color: #000;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-grid-system .inner .text-group.title h2 {
  max-width: 480px;
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
}
.features-grid-system .inner .text-group.title p {
  margin: 0 auto;
  margin-top: 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
}
.features-grid-system .inner .grid-system-desc-container {
  display: flex;
  justify-content: space-between;
  margin-top: 172px;
  flex-wrap: wrap;
}
/* .features-grid-system .inner .grid-system-desc-container .img-box.desktop {
    position: relative;
    max-width: 597px;
    width:49%;
}
.features-grid-system .inner .grid-system-desc-container .img-box.tablet {
    position: absolute;
    bottom:0px;
    right:24px;
    max-width: 174px;
}
.features-grid-system .inner .grid-system-desc-container .img-box.mobile {
    width: 81px;
    position: absolute;
    bottom: 0;
    left:150px;

} */
.features-grid-system .inner .grid-system-desc-container .img-box {
  width: 52%;
  margin-right: 6%;
}
.features-grid-system .inner .grid-system-desc-container .img-box img {
  width: 100%;
  height: auto;
}
.features-grid-system .inner .grid-system-desc-container .text-group {
  width: 42%;
  font-family: Pretendard;
  color: #000;
  padding-top: 3%;
}
.features-grid-system .inner .grid-system-desc-container .text-group h3 {
  font-size: 31px;
  font-weight: bold;
  line-height: 0.9;
  text-align: left;
  color: #000;
}
.features-grid-system .inner .grid-system-desc-container .text-group p {
  margin-top: 26px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.69;
  text-align: left;
  color: #000;
}

.features-app {
  width: 100%;
  height: auto;
  background-color: #222d69;
}
.features-app .inner {
  padding-top: 110px;
  background-color: #fff;
  background-color: #222d69;
}
.features-app .inner .text-group.title {
  margin: 0 auto;
  font-family: Pretendard;
  max-width: 460px;
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
  color: #fff;
  color: #222d69;
}
.features-app .inner .text-group.title h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  color: #fff;
}
.features-app .inner .text-group.title p {
  margin-top: 28px;
  font-size: 18px;
  color: #fff;
}
.features-app .inner .app-desc-container {
  margin-top: 80px;
  padding-top: 73px;
  padding-bottom: 67px;
  width: 100%;
  height: 579px;
  position: relative;
  /* height: auto; */
  display: flex;
  flex-wrap: wrap;
}
.features-app .inner .app-desc-container .img-box {
  width: 33%;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 579px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-app .inner .app-desc-container .img-box img {
  max-width: 287px;
  width: 100%;
  height: auto;
}
.features-app .inner .app-desc-container .text-group {
  width: 50%;
  height: 50%;
  background-color: #222d69;
}
.features-app .inner .app-desc-container .text-group h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.54;
  text-align: left;
  color: #fff;
}
.features-app .inner .app-desc-container .text-group p {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.features-app .inner .app-desc-container .text-group:nth-child(even) {
  padding-right: calc(15% + 15px);
}
.features-app .inner .app-desc-container .text-group:nth-child(odd) {
  padding-left: calc(15% + 15px);
}

.features-aws {
  width: 100%;
  height: auto;
}
.features-aws .inner {
  height: auto;
  padding-top: 110px;
  padding-bottom: 100px;
}
.features-aws .inner .text-group.title {
  margin: 0 auto;
  font-family: Pretendard;
  text-align: center;
}
.features-aws .inner .text-group.title h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: normal;
  color: #000;
}
.features-aws .inner .text-group.title p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  color: #000;
}
.features-aws .inner .img-box img {
  width: 100%;
  height: auto;
}
.features-aws .inner .aws-desc-container {
  margin-top: calc(74px - 74px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-aws .inner .aws-desc-container .card {
  margin-top: 74px;
  width: calc((100% - 60px) / 3);
  height: auto;
}
.features-aws .inner .aws-desc-container .card .card-img-top {
  width: 100%;
  height: 72px;
}
.features-aws .inner .aws-desc-container .card .text-group {
  margin-top: 24px;
  width: 100%;
  height: auto;
  font-family: Pretendard;
  text-align: left;
  color: #343434;
  word-wrap: break-word;
  word-break: keep-all;
}
.features-aws .inner .aws-desc-container .card .text-group h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
.features-aws .inner .aws-desc-container .card .text-group p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
}

.features-education {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(34, 45, 105, 0.84), rgba(34, 45, 105, 0.84)),
    url("/img/features-education-bg.png") no-repeat center / cover;
}
.features-education .inner {
  height: 483px;
  padding-top: 175px;
}
.features-education .text-group {
  font-family: Pretendard;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.features-education .text-group h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.11;
}
.features-education .text-group p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.features-education .inner a {
  text-decoration: none;
}
.features-education .education-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 268px;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #707070;
  background-color: #fff;
  font-family: Pretendard;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #222d69;
  margin: 0 auto;
  margin-top: 29px;
}

.customer {
  width: 100%;
  height: auto;
}
.customer .inner {
  padding-top: 114px;
  padding-bottom: 70px;
}
.customer .inner .board-container {
  width: 100%;
  height: auto;
  font-family: Pretendard;
}
.customer .inner .board-container ul {
  list-style: none;
  padding: 0;
}
.customer .inner .board-container .board-category__title {
  /* max-width: 200px; */
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
  color: #292929;
  /* margin: 0 auto; */
  text-align: center;
}
.customer .inner .board-container .board-category__nav {
  display: flex;
  max-width: 460px;
  height: 34px;
  margin: 0 auto;
  margin-top: 58px;
  justify-content: space-between;
}
.customer .inner .board-container .board-category__nav li {
  width: 84px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d5d5d5;
  border: solid 1px #d5d5d5;
  cursor: pointer;
}
.customer .inner .board-container .board-category__nav li:not(:last-child){
  margin-right: 10px;
}
.customer .inner .board-container .board-category__nav li.selected {
  border: solid 1px #222d69;
  color: #222d69;
}
.customer .inner .board-container .board-content {
  border-top: 1px solid #d5d5d5;
  margin-top:33px;
}
.customer .inner .board-container .board-content .content__item {
  width: 100%;
  height: auto;
  /* height: 62px; */
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
/* .customer .inner .board-container .board-content .content__item .flex-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.customer .inner .board-container .board-content .content__item .flex-row {
  margin-top: 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.customer .inner .board-container .board-content .content__item a {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.customer .inner .board-container .board-content .content__item:first-child {
  /* margin-top: 33px; */
  border-top:none;
}

.customer .inner .board-container .board-content .content__item .icon-box {
  display: flex;
  width: 114px;
  height: 20px;
  margin-left: auto;
}
.customer .inner .board-container .board-content .content__item .icon-box img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.customer .inner .board-container .board-content .content__item .icon-box div {
  width: 57px;
  height: 20px;
  padding-right: 7px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  text-align: center;
  color: #949494;
}
.customer .inner .board-container .board-content .content__item .text-group {
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #292929;
}
.customer .inner .board-container .board-content .content__item .text-group.title {
  width: 100%;
}
.customer .inner .board-container .board-content .content__item .text-group.info {
  width: 50%;
}
.customer
  .inner
  .board-container
  .board-content
  .content__item
  .text-group
  strong {
  font-weight: 600;
}
.customer
  .inner
  .board-container
  .board-content
  .content__item
  .text-group
  .writer {
  margin-left: 10px;
}

.customer .inner .board-container .pagination-container {
  margin: 0 auto;
  margin-top: 35px;
  /* max-width: 328px; */
  min-width: 176px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer .inner .board-container .pagination-container .icon-box {
  width: 56px;
  height: 28px;
  position: relative;
}
.customer .inner .board-container .pagination-container .icon-box img {
  width: 28px;
  height: 28px;
}
.customer
  .inner
  .board-container
  .pagination-container
  .icon-box
  a:first-child {
  position: absolute;
  left: 0;
}
.customer .inner .board-container .pagination-container .icon-box a:last-child {
  position: absolute;
  right: 0;
}
.customer .inner .board-container .pagination-container .icon-box.pre {
  margin-right: auto;
  margin-right: 18px;
}
.customer .inner .board-container .pagination-container .icon-box.next {
  margin-left: auto;
  margin-left: 18px;
}
.customer .inner .board-container .pagination-container .pagination-nav {
  max-width: 180px;
  height: 28px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer .inner .board-container .pagination-container .pagination-nav li {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 12px;
  border: solid 1px #d5d5d5;
  background-color: #fff;
  color: #d5d5d5;
  cursor: pointer;
}
.customer .inner .board-container .pagination-container .pagination-nav li:not(:last-child) {
  margin-right: 10px;
}
.customer
  .inner
  .board-container
  .pagination-container
  .pagination-nav
  li.selected {
  background-color: #222d69;
  border-color: #222d69;
  color: #fff;
}

.content-detail {
  width: 100%;
  height: auto;
}
.content-detail .inner {
  width: 100%;
  height: auto;
  padding-top: 96px;
}
.content-detail .inner .content-header {
  font-family: Pretendard;
}
.content-detail .inner .content-header .content-category {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.18;
  text-align: left;
  color: #292929;
}
.content-detail .inner .content-header .content-title {
  margin-top: 36px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.17;
  text-align: left;
  color: #292929;
}
.content-detail .inner .content-header .content-info {
  display: flex;
  width: 100%;
  height: 24px;
  margin-top: 9px;
  align-items: center;
  color: #949494;
}
.content-detail .inner .content-header .content-info .icon-box {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: 57px;
  height: 24px;
}
.content-detail .inner .content-header .content-info .content-date {
  margin-left: 18px;
}
.content-detail .inner .content-header .content-info .icon-box img {
  margin-right: 7px;
}
.content-detail .inner .content-body {
  width: 100%;
  height: auto;
  font-family: Pretendard;
  font-size: 20px;
  line-height: 1;
  margin-top: 34px;
}
.content-detail .inner hr {
  margin-top: 19px;
  border: solid 1px #d5d5d5;
}
.content-detail .inner .content-footer {
  margin-top: 14px;
  height: auto;
}
.content-detail .inner .content-footer .back-to-list {
  width: 116px;
  height: 42px;
  margin-left: auto;
  border-radius: 7px;
  border: solid 1px #343434;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-detail .inner .content-footer .back-to-list a {
  font-family: Pretendard;
  text-decoration: none;

  font-size: 16px;
  line-height: 1.19;
  color: #343434;
}
.content-detail .inner .content-footer .comment-notice {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: #eebd29;
}
.content-detail .inner .content-footer .comment-count-info {
  margin-top: 5px;
  width: 100%;
  height: 20px;
  display: flex;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.19;
  color: #343434;
}
.content-detail .inner .content-footer .comment-count-info .comment-count {
  margin-left: 10px;
}
.content-detail .inner .content-footer .comment-list {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  list-style: none;
  /* padding-right:10px; */
}
.content-detail .inner .content-footer .comment-container {
  width: 100%;
  height: auto;
  padding: 10px;
}
.content-detail
  .inner
  .content-footer
  .comment-list
  > .comment-container.commented
  .button-box {
  border-bottom: 1px solid #707070;
}
.content-detail
  .inner
  .content-footer
  .comment-list
  > .comment-container.open-reply
  .button-box {
  border-bottom: none;
}
.content-detail
  .inner
  .content-footer
  .comment-list
  .reply-list
  .comment-container.commented
  .button-box {
  border-bottom: 1px solid #707070;
}
.content-detail .inner .content-footer .comment-container.not-login {
  padding: 0px;
  height: 52px;
  border: 1px solid #707070;
  border-radius: 7px;
}
.content-detail .inner .content-footer .comment-container .profile-box {
  display: flex;
  width: 100%;
  height: 35px;
}
.content-detail
  .inner
  .content-footer
  .comment-container
  .profile-box
  .img-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #222d69;
  margin-right: 12px;
}
.content-detail
  .inner
  .content-footer
  .comment-container
  .profile-box
  .comment-info-box {
  display: flex;
  flex-direction: column;
  height: 35px;
  flex-grow: 1;
}
.content-footer .comment-container.input-ready {
  border: 1px solid #707070;
  border-radius: 7px;
}
.content-footer .comment-container .comment-body {
  margin-top: 13px;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #343434;
}
.content-footer .comment-container .comment-area {
  width: 100%;
  padding: 14px;
  border-radius: 7px;
  /* outline: none; */
  border: none;
  /* border: solid 1px #707070; */
  resize: none;
}
.content-detail .inner .content-footer .comment-container .button-box {
  margin-top: 5px;
  width: 100%;
  height: 25px;
  display: flex;
}
.content-detail .inner .content-footer .comment-container .button-box button {
  width: 60px;
  height: 25px;
}
.content-detail
  .inner
  .content-footer
  .comment-container
  .button-box
  .my-comment {
  width: 60px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.content-detail
  .inner
  .content-footer
  .comment-container
  .button-box
  .my-comment
  span {
  width: 30px;
}
.content-detail
  .inner
  .content-footer
  .comment-container
  .comment-area.not-login {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.content-detail .inner .content-footer .comment-container .comment-area.login {
  margin-top: 14px;
  height: 120px;
}
.content-detail
  .inner
  .content-footer
  .comment-container
  .comment-area::placeholder {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #949494;
}

.content-detail .inner .content-footer .reply-list {
  padding: 0;
  margin: 0;
  padding-left: 32px;
  /* margin-top:5px; */
  padding-top: 15px;
  list-style: none;
  background-color: #f5f5f5;
  height: auto;
}
.content-detail .inner .content-footer .reply-list .comment-container {
  width: calc(100% - 20px);
}

.content-detail .inner .content-footer .comment-container .comment-register {
  width: 90px;
  height: 40px;
  background-color: #222d69;
  border-radius: 7px;
  border: 1px solid #222d69;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #fff;
  margin-left: auto;
}
.mypage {
  width: 100%;
  height:auto;
  background-color: #f8f8f8;
}
.mypage .inner {
  padding-top: 105px;
  padding-bottom: 50px;
  height:auto;
}
.myinfo-container {
  margin-top: calc(10px - 10px);
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.mypage .myinfo-container .card{
  margin-top: 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: solid 1px #e3e3e3;
  background-color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #535353;
}
.mypage .myinfo-container .card .card-header {
  font-family: Pretendard;
  font-size: 16px;
  line-height: 1.19;
  color: #535353;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-bottom: solid 1px #d5d5d5;
}

.mypage .myinfo-container .profile.card{
  width: 243px;
  height:354px;
  background-color: #fff;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 0px;
  text-align: center;
}
.mypage .myinfo-container .profile.card .img-box {
  width: 53px;
  height: 53px;
  position: relative;
}
.mypage .myinfo-container .profile.card .img-box.mypage-box {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: -6px;
}
.mypage .myinfo-container .profile.card .img-box.mypage-box .mypage-link {
  width:100%;
  height:auto;
}
.mypage .myinfo-container .card:not(.purchase-history) .card-header{
  height:45px;

}
.mypage .myinfo-container .purchase-history .card-header{
  height: 50px;
}
.mypage .myinfo-container .card .card-body ul {
  padding: 0;
  list-style: none;
  display: flex;
  height:auto;
}
.mypage .myinfo-container .card .card-body .empty-message {
  display: none;
}
.mypage .myinfo-container .card .card-body a.btn {
  width:144px;
  height:40px;
  background-color: #222d69;
  border-radius: 8px;
  margin-top: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.mypage .myinfo-container .card:not(.profile) .card-body{
  flex-grow: 1;
  overflow-y: auto;
  width: 100%;
  height:calc(100% - 45px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mypage .myinfo-container .purchase-history .card-body{
  height:calc(100% - 50px);
}
.mypage .myinfo-container .profile.card img{
  width: 53px;
  height: 53px;
}
.mypage .myinfo-container .profile.card .user-name {
  margin-top: 11px;
}
.mypage .myinfo-container .profile.card a{
  color:#535353;
  text-decoration: none;
}
.mypage .myinfo-container .profile.card .profile-edit.btn {
  margin-top: 30px;
  width:100px;
  height:33px;
  border-radius: 27px;
  border: solid 1px #707070;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage .myinfo-container .profile.card .text-group{
  margin-top: 26px;
  width: 100%;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mypage .myinfo-container .purchase-history.card{
  /* max-width: calc(100% - 253px); */
  flex-grow: 1;
  height:354px;
}
.mypage .myinfo-container .course-history.card{
  width:100%;
  height:220px;
}
.mypage .myinfo-container .question-history.card{
  width: 100%;
  height:220px;
}

.video-course {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.video-course > .inner {
  /* padding-top: 26px; */
  width:100%;
  padding-top: 132px;
  background-color: #fff;
}
.video-course ul {
  padding:0;
  list-style: none;
}
.video-course .inner .text-group.title h1{
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.61;
  text-align: center;
  color: #3b1111;
  margin: 0 auto;
}
.video-course .inner .base-course-menu {
  padding:0;
  margin: 0 auto;
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  max-width:calc((166px * 5) + (12px * 4));
  height:auto;
  border-radius: 41px;
  list-style: none;
  background-color: #f2f2f2;
  flex-wrap: wrap;
}
.video-course .inner .base-course-menu .course-item{
  margin: 0 auto;
  /* margin-right: 10px; */
  min-width:166px;
  /* max-width: 166px; */
  height:43px;
  border-radius: 41px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Pretendard;
  cursor: pointer;
}

.video-course .inner .base-course-menu .course-item.selected{
  background-color: #222d69;
}
.video-course .inner .base-course-menu .course-item.selected span:first-child{
  background-color: #fff;
  color:#222d69;
}
.video-course .inner .base-course-menu .course-item.selected span:last-child{
  color:#fff;
}
.video-course .inner .base-course-menu .course-item span:first-child {
  margin-right: 10px;
  color:#f2f2f2;
  background-color: #d5d5d5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.video-wrap {
  width:100%;
  height:auto;
  margin-top: 42px;
  position: relative;
}
.video-container {
  width: 100%;
  position:relative; 
  padding-bottom:56.25%; 
  height:0; 
  overflow:hidden;
}
.prev-arrow-big {
  position: absolute;
  top:50%;
  left:-161px;
  transform: translateY(-50%);
  z-index: 8;
  width:85px;
  height:85px;
  background-image: url("/img/prev-arrow-big.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.next-arrow-big {
  position: absolute;
  top:50%;
  right:-161px;
  transform: translateY(-50%);
  z-index:8;
  width:85px;
  height:85px;
  background-image: url("/img/next-arrow-big.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%;
}
.video-course .inner a.btn {
  margin-left: auto;
  margin-top: 20px;
  width: 175px;
  height: 45px;
  border-radius: 7px;
  border: solid 1px #707070;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Pretendard;
  font-size: 18px;
  line-height: 1.17;
  color: #949494;
  text-decoration: none;
}
.video-course .inner .course-list {
  margin-top: 42px;
  padding-bottom: 42px;
}
.video-course .inner .course-list .course-category:not(:first-child){
  margin-top: 50px;
}
.video-course .inner .course-list .course-category h3{
  font-family: Pretendard;
  font-size: 22px;
  line-height: 1.18;
  text-align: left;
  color: #292929;
}
.video-course .inner .course-list .course-category .category-container {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-course .inner .course-list .course-category .category-container .video-card{
  margin-top: 22px;
  margin-bottom: 28px;
  width:calc((100% - 60px) / 3);
  height:auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  font-family: Pretendard;
}
.course-category .category-container .video-card .card-header{
  height:218px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  color: #fff;
  /* background-color: #1994ff; */
}
.course-category .category-container .video-card .card-header .category-series{
  font-size: 12px;
  line-height: 1.17;
}
.course-category .category-container .video-card .card-header .title{
  margin-top: 12px;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.17;
}
.course-category .category-container .video-card .card-body{
  padding-top:22px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.course-category .category-container .video-card .card-body .title{
  font-size: 16px;
  line-height: 1.19;
  text-align: left;
  color: #292929;
}
.course-category .category-container .video-card .card-body .category-series{
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  color: #222d69;
}
.course-category .category-container .video-card .card-footer{
  padding-top: 42px;
  padding-bottom:24px;
  padding-left:10px;
  display: flex;
  font-family: Pretendard;
  color: #949494;
}
.course-category .category-container .video-card .card-footer .view-info-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width:130px;
  height:20px;
  margin-left: auto;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;

}
.course-category .category-container .video-card .card-footer .view-info-box img{
  margin-right: 5px;
}
.course-category .category-container .video-card .card-footer .view-info-box span:nth-of-type(1){
  margin-right: 7px;
}

.education{
  width:100%;
  height:auto;
  background-color: #fff;
}
.education > .inner {
  width:100%;
  padding-top: 132px;
  background-color: #fff;
}
.education .inner .edu-list-container {
  width:100%;
  height:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.education .inner .edu-list-container .edu-card{
  margin-top: 27px;
  width:calc((100% - 90px) / 4);
}
