/* 공통 인풋 컬러 */
input::placeholder {
  color: #222;
}

label {
  cursor: pointer;
}

/* 로그인페이지  */

body .loginBox {
  background: url("../../images/sub/login_bg.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0px 95px;
  min-height: 665px;
}

body .loginBox .conBox .title {
  font-size: 60px;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #222;
  font-family: 'nsR';
  display: block;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1;
}

body .loginBox .conBox .title.ko {
  font-family: "nsEB";
  font-size: 50px;
  letter-spacing: -0.025em;
  color: #222;
}

body .loginBox .conBox .title.ko .subTitle {
  font-size: 24px;
  display: block;
  margin-top: 10px;
}

body .loginBox .conBox .loginWrap {
  width: 830px;
  box-shadow: 6px 3px 5px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

body .loginBox .conBox .loginWrap .loginSel {
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
}

body .loginBox .conBox .loginWrap .loginSel ul li {
  float: left;
  width: 50%;
}

body .loginBox .conBox .loginWrap .loginSel ul li a {
  display: block;
  font-family: "nsR";
  color: #212121;
  font-size: 26px;
  font-weight: 400;
  padding: 42px 0px 21px;
  text-align: center;
  letter-spacing: -0.025em;
  position: relative;
}

/* 220720 색상변경 */
body .loginBox .conBox .loginWrap .loginSel ul li::after {
  content: " ";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #e5007e;
  bottom: 0px;
  display: none;
}

/* 220720 색상변경 */
body .loginBox .conBox .loginWrap .loginSel ul li.on a {
  font-family: "nsB";
  color: #e5007e;
}

body .loginBox .conBox .loginWrap .loginSel ul li.on::after {
  display: block;
}

/* 230102 속성추가 */
body .loginBox .conBox .loginForm {
  position: relative;
}

body .loginBox .conBox .loginForm .cont {
  display: none;
}

body .loginBox .conBox .loginForm .cont.on {
  display: block;
}

body .loginBox .conBox .loginForm .conBox {
  padding: 90px 0px 80px;
}

body .loginBox .conBox .loginForm .conBox input {
  display: block;
  margin: 0 auto;
  width: 350px;
  height: 44px;
  line-height: 44px;
  padding-left: 40px;
  font-size: 18px;
  font-family: "nsR";
  line-height: 44px;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
  letter-spacing: -0.025em;
  color: #444444;
  font-family: "nsR";
}

/* 220720 색상변경 */
body .loginBox .conBox .loginForm .conBox input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #e5007e;
}

body .loginBox .conBox .loginForm .conBox input + input {
  margin-top: 20px;
}

body .loginBox .conBox .loginForm .conBox input.id {
  background: url("../../images/sub/id.png") no-repeat;
  background-position: left center;
}

body .loginBox .conBox .loginForm .conBox input.password {
  background: url("../../images/sub/pass.png") no-repeat;
  background-position: left center;
}

/* 230126 수정 */
body .loginBox .conBox .loginForm .noti {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  text-align: center;
}
/* //230126 수정 */

body .loginBox .conBox .loginForm .noti > div {
  display: inline-block;
  padding-left: 22px;
  background: url("../../images/sub/ico_noti.png") left center no-repeat;
  font-size: 14px;
  color: #444;
  line-height: 19px;
  letter-spacing: -0.025em;
}

/* 220823 */
input[type="password"],
input[type="password"]::placeholder {
  font-family: "Malgun gothic", sans-serif !important;
}

/* 220720 색상변경 */
body .loginBox .conBox .loginForm button {
  display: block;
  margin: 40px auto 30px;
  background-color: #e5007e;
  color: #fff;
  width: 254px;
  height: 58px;
  border-radius: 58px;
  text-align: center;
}

body .loginBox .conBox .loginForm button span {
  color: #fff;
  display: inline-block;
  padding-right: 70px;
  background: url("../../images/sub/go.png") no-repeat;
  background-position: right center;
  font-size: 22px;
  font-family: "nsB";
  font-weight: bold;
}

body .loginBox .conBox .loginForm .logLink {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

body .loginBox .conBox .loginForm .logLink a {
  font-size: 16px;
  color: #222222;
  position: relative;
  font-family: "nsR";
  color: #222;
  letter-spacing: -0.025em;
}

body .loginBox .conBox .loginForm .logLink a:nth-child(n + 2) {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}

body .loginBox .conBox .loginForm .logLink a:nth-child(n + 2)::after {
  content: " ";
  width: 1px;
  height: 14px;
  background-color: #7f7f7f;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
}

/* 회원가입 */
/* 230126 수정 */
.loginBox.join .joinBox {
  width: 1000px;
  padding: 0 200px 100px;
  background-color: #fff;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 7%);
}
/* //230126 수정 */

/* 230126 추가 */
.loginBox.join .joinBox .guideBox {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  padding: 30px 200px;
  margin-bottom: 90px;
  box-sizing: border-box;
  box-shadow: 0 6px 5px rgba(90, 90, 90, 0.07);
}

.loginBox.join .joinBox .guideBox > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.loginBox.join .joinBox .guideBox p {
  font-family: "nsR";
  font-size: 20px;
  line-height: 34px;
}

.loginBox.join .joinBox .guideBox p strong {
  font-weight: 700;
}

.loginBox.join .joinBox .guideBox p strong.c {
  color: #cd0a5d;
}

.loginBox.join .joinBox .guideBox .btnLogin {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 40px;
  border: 1px solid #cd0a5d;
  border-radius: 30px;
  font-family: "nsR";
  font-size: 16px;
  font-weight: 700;
  color: #cd0a5d;
}
/* //230126 추가 */

.joinBox .borderTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

.joinBox .borderTitle.pt80 {
  padding-top: 80px;
}

.joinBox .borderTitle span {
  font-size: 24px;
  font-family: "nsB";
  letter-spacing: -0.025em;
  color: #222;
  margin-bottom: 16px;
  display: block;
}

.joinBox .inputLine {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.joinBox .inputLine.mb0 {
  margin-bottom: 0px;
}

.joinBox .inputLine .lineTitle {
  display: block;
  float: left;
  min-width: 180px;
  font-family: "nsR";
  font-size: 18px;
  color: #222222;
  line-height: 40px;
}

.joinBox .inputLine input[type="text"] {
  width: 466px;
  padding-left: 20px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cecece;
  font-size: 16px;
  line-height: 40px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  color: #222;
  transform: skew(-0.3deg);
}

.joinBox .inputLine input[type="password"] {
  width: 466px;
  padding-left: 20px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cecece;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.025em;
  color: #222;
  transform: skew(-0.3deg);
}

.joinBox .inputLine input[type="checkbox"],
.joinBox input[type="radio"],
.joinBox input[type="checkbox"],
.joinBox input[type="radio"] {
  display: none;
}

.joinBox .inputLine input[type="text"]::placeholder {
  color: #222;
}

/* 220720 색상변경 */
.joinBox .inputLine .error {
  font-size: 14px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  display: inline-block;
  transform: skew(-0.3deg);
  padding-left: 20px;
  margin-top: 10px;
  color: #e5007e;
}

.joinBox .agreeBox {
  overflow: hidden;
}

.joinBox .agreeBox.mt {
  margin-top: 26px;
}

.joinBox .toggleLine {
  overflow: hidden;
}

.joinBox .toggleLine label {
  float: left;
}

.joinBox label span {
  font-size: 18px;
  font-family: "nsR";
  color: #222222;
  letter-spacing: -0.025em;
  line-height: 25px;
}

/* 220720 색상변경 */
.joinBox .agreeBox .toggleLine label span.import {
  margin-right: 5px;
  color: #e5007e;
}

.joinBox .agreeBox .toggleLine .textToggle {
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-family: "nsR";
  color: #000;
  display: block;
  padding-right: 25px;
  position: relative;
  line-height: 25px;
  letter-spacing: -0.025em;
}

.joinBox .agreeBox .toggleLine .textToggle::after {
  content: " ";
  width: 13px;
  height: 9px;
  background: url(../../images/common/toggleBtn.png) no-repeat;
  background-position: center;
  background-size: auto;
  display: block;
  position: absolute;
  top: 8px;
  right: 2px;
}

.joinBox label input + span {
  padding-left: 32px;
  background: url("../../images/common/check.jpg") no-repeat;
  background-position: left 2px;
  display: inline-block;
  padding: 2px 0px 2px 32px;
}

.joinBox label input:checked + span {
  padding-left: 32px;
  background: url("../../images/common/checked.jpg") no-repeat;
  background-position: left 2px;
}

.joinBox .toggleBox {
  width: calc(100% - 2px);
  display: block;
  height: 0px;
  margin-top: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.joinBox .toggleBox.on {
  height: 182px;
  margin-top: 10px;
}

.joinBox .toggleBox > div {
  padding: 20px;
  border: 1px solid #dedede;
}

.joinBox .toggleBox div .scrollLine {
  height: 140px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.joinBox .toggleBox div .scrollLine p {
  display: block;
  padding-right: 20px;
  word-wrap: break-word;
  word-break: keep-all;
}

.joinBox .toggleBox div .scrollLine p.m0 {
  margin-top: 0px;
}

.joinBox .toggleBox div .scrollLine .titleSec {
  font-family: "nsB";
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 1;
  display: block;
  transform: rotate(-0.3deg);
  margin-top: 30px;
}

.joinBox .toggleBox div .scrollLine .titleSec:first-child {
  margin-top: 0;
}

.joinBox .toggleBox div .scrollLine .titleThr {
  font-family: "nsB";
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 22px;
  display: block;
  margin-top: 20px;
  transform: rotate(-0.3deg);
}

.joinBox .toggleBox div .scrollLine .titleThr.reg {
  font-family: "nsR";
  font-size: 14px;
}

.joinBox .toggleBox div .scrollLine .smallText {
  font-family: "nsR";
  font-size: 14px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 22px;
  display: block;
  transform: rotate(-0.3deg);
}

.joinBox .toggleBox div .scrollLine table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

.joinBox .toggleBox div .scrollLine table tr th,
.joinBox .toggleBox div .scrollLine table tr td {
  border: 1px solid #cdcdcd;
}

.joinBox .toggleBox div .scrollLine table tr th span {
  font-family: "nsB";
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 24px;
  display: block;
  transform: rotate(-0.3deg);
  line-height: 40px;
  text-align: center;
}

.joinBox .toggleBox div .scrollLine table tr td {
  padding: 10px 20px;
  text-align: left;
}

.joinBox .toggleBox div .scrollLine table tr td span {
  text-align: left;
}

.joinBox .toggleBox div .scrollLine table tr td.center span {
  text-align: center;
  display: block;
}

.joinBox .toggleBox div .scrollLine table tr td.center {
  text-align: center;
  padding: 10px 0px;
}

.joinBox .toggleBox div .scrollLine table tr td span {
  font-family: "nsR";
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 24px;
  display: block;
  transform: rotate(-0.3deg);
}

/* 회원가입 완료페이지 */

.loginBox.join .loginWrap {
  padding: 110px 0px;
  text-align: center;
}

.loginBox.join .loginWrap p.bigMent {
  font-size: 32px;
  font-family: "nsB";
  color: #222;
  text-align: center;
  letter-spacing: -0.025em;
}

.loginBox.join .loginWrap p.ment {
  margin: 27px 0 54px;
  text-align: center;
  position: relative;
  font-family: "nsR";
  display: inline-block;
  color: #222;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.loginBox.join .loginWrap p .pBg {
  width: 340px;
  height: 12px;
  display: block;
  background-color: #ffdbea;
  display: block;
  margin-top: -8px;
  margin-left: -6px;
}

.botBox {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid #cdcdcd;
}

.botBox.bn {
  border: none;
}

.botBox.m0 {
  margin: 0;
}

.botBox.p0 {
  padding: 0;
}

.botBox button {
  display: block;
  margin: 35px auto 0px;
  width: 254px;
  height: 58px;
  border-radius: 58px;
  text-align: center;
}

.botBox button span {
  color: #fff;
  display: inline-block;
  padding-right: 70px;
  background: url("../../images/sub/go.png") no-repeat;
  background-position: right center;
  font-size: 22px;
  font-family: "nsB";
  font-weight: bold;
}

.botBox.two {
  text-align: center;
}

.botBox.two button {
  margin-top: 0px;
  display: inline-block;
}

/* 개인정보 동의 모달 */

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}

.modal.on {
  display: block;
}

.modal .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}

.modal .modalCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: #fff;
  padding: 40px 56px;
  border-radius: 30px;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 7%);
}

.modal .modalCon.long {
  padding-left: 48px;
  padding-right: 48px;
}

.modal .modalCon .modalClose {
  cursor: pointer;
  position: absolute;
  top: 21px;
  right: 26px;
}

.modal .modalCon .modalTop.bb {
  border-bottom: 2px solid #000000;
}

.modal .modalCon .modalTop .title {
  font-size: 28px;
  font-family: "nsB";
  color: #222;
  letter-spacing: -0.025em;
  display: block;
  margin-bottom: 14px;
  line-height: 28px;
}

.modal .modalCon .modalTop .info {
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  letter-spacing: -0.025em;
  display: block;
  transform: skew(-0.3deg);
  margin-bottom: 16px;
  line-height: 16px;
}
.modal .modalCon .modalText {
  width: 474px;
  border: 1px solid #cecece;
  padding: 20px;
}

.modal .modalCon .modalText p {
  font-size: 14px;
  color: #222;
  line-height: 30px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  min-height: 106px;
  overflow-y: scroll;
  transform: skew(-0.3deg);
}

.modal .modalCon .select {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 20px auto 30px;
}

.modal .modalCon .select label {
  cursor: pointer;
  font-size: 16px;
  font-family: "nsR";
  line-height: 20px;
  letter-spacing: -0.025em;
  transform: skew(-0.3deg);
}

.modal .modalCon .select label + label {
  margin-left: 50px;
}

.modal .modalCon .select label input {
  display: none;
}

.modal .modalCon .select label input + span {
  padding-left: 32px;
  background: url("../../images/common/check.jpg") no-repeat;
  background-position: left center;
  display: inline-block;
  padding: 2px 0px 2px 32px;
}

.modal .modalCon .select label input:checked + span {
  padding-left: 32px;
  background: url("../../images/common/checked.jpg") no-repeat;
  background-position: left center;
}

/* 아이디찾기모달 */
.modal .modalCon div.form {
  margin: 30px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

.modal .modalCon div.form.m20 {
  margin: 20px 0px;
  padding-bottom: 20px;
}

.modal .modalCon div.form.m0 {
  margin-bottom: 0px;
  border-bottom: none;
}

.modal .modalCon div.form .inputLine {
  overflow: hidden;
}

.modal .modalCon div.form .inputLine:nth-child(n + 2) {
  margin-top: 15px;
}

.modal .modalCon div.form .inputLine .title {
  display: inline-block;
  min-width: 75px;
  font-size: 16px;
  line-height: 40px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  color: #222;
  display: block;
  float: left;
  transform: skew(-0.3deg);
}

/* 220720 색상변경 */
.modal .modalCon div.form .inputLine .error {
  font-size: 14px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  display: block;
  transform: skew(-0.3deg);
  padding-left: 124px;
  margin-top: 10px;
  color: #e5007e;
}

.modal .modalCon div.form .inputLine .title.long {
  min-width: 125px;
}

.modal .modalCon div.form .inputLine input[type="text"] {
  width: 376px;
  padding-left: 20px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cecece;
  font-size: 16px;
  line-height: 40px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  color: #222;
  transform: skew(-0.3deg);
}

.modal .modalCon div.form .inputLine input[type="password"] {
  width: 326px;
  padding-left: 20px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cecece;
}

/* 결과리스트 */
.modal .modalCon .area {
  width: 470px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 40px 0px 40px;
  background-color: #f4eee7;
}

.modal .modalCon .area span {
  font-size: 18px;
  color: #222;
  font-family: "nsR";
}

.modal .modalCon .area.not {
  background-color: #fff;
  border-radius: 0px;
  font-size: 18px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  color: #222;
  text-align: center;
  height: 144px;
  line-height: 29.25px;
}

/* 하단 버튼 */
.modal .modalCon .popBtn {
  text-align: center;
}

.modal .modalCon .myStart {
  font-size: 16px;
  font-family: "nsR";
  line-height: 30px;
  display: block;
  transform: skew(-0.3deg);
}

/* 버튼 길 때 */
.modal .modalCon.long .modalTop {
  margin: 0px 10px;
}
.modal .modalCon.long div.form {
  margin-left: 10px;
  margin-right: 10px;
}

.modal.spaceModal .modalCon {
  width: 544px;
  padding: 40px 40px;
}

.modal.spaceModal .modalCon .swiper-slide img {
  display: block;
  width: 100%;
}

.modal.spaceModal .modalCon .swiper-button-prev {
  background: url("../../images/common/space_prev.png") no-repeat;
  width: 47px;
  top: calc(50% - 23.5px);
  left: 0px;
  height: 47px;
}

.modal.spaceModal .modalCon .swiper-button-next {
  background: url("../../images/common/space_next.png") no-repeat;
  width: 47px;
  top: calc(50% - 23.5px);
  right: 0px;
  height: 47px;
}

.modal.spaceModal .modalCon .comName {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-family: "nsB";
  color: #222;
  display: block;
  line-height: 1;
  transform: skew(-0.3deg);
}

.modal.spaceModal .modalCon .spaceT {
  font-size: 22px;
  letter-spacing: -0.025em;
  font-family: "nsB";
  color: #222;
  display: block;
  line-height: 30px;
  margin-top: 10px;
}

.modal.spaceModal .modalCon .spaceSub {
  display: block;
  overflow: hidden;
  margin: 16px auto 28px;
}

.modal.spaceModal .modalCon .spaceSub span {
  font-size: 14px;
  letter-spacing: -0.025em;
  font-family: "nsR";
  color: #222;
  display: block;
  float: left;
  transform: skew(-0.3deg);
}

.modal.spaceModal .modalCon .spaceSub span:nth-child(2) {
  margin-left: 65px;
}

.modal.spaceModal .modalCon .swiper-pagination {
  position: inherit;
  left: inherit;
  bottom: inherit;
  display: block;
  overflow: hidden;
  text-align: left;
  margin: 20px 0px 0px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 29px;
}

.modal.spaceModal .modalCon .swiper-pagination .swiper-pagination-bullet {
  background-color: #bcbcbc;
  opacity: 1;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: block;
  float: left;
}

.modal.spaceModal .modalCon .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #222;
}

.modal.spaceModal .modalCon .equipment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 29px;
  padding-bottom: 12px;
}

.modal.spaceModal .modalCon .equipment div {
  display: flex;
  align-items: center;
}

.modal.spaceModal .modalCon .equipment div:nth-child(n + 2) {
  margin-left: 50px;
}

.modal.spaceModal .modalCon .equipment div .equipImg,
.modal.spaceModal .modalCon .equipment div .equipName {
  float: left;
}

.modal.spaceModal .modalCon .equipment div .equipName {
  font-size: 14px;
  font-family: "nsB";
  color: #222;
  transform: skew(-0.3deg);
  margin-left: 10px;
}

/* 서브페이지 공통 레이아웃 */
.container {
  padding: 0px 0px 100px;
  overflow: hidden;
}

body.port {
  background: #FAF9F5;
}

.container .conBox .title {
  display: block;
  margin: 90px auto 65px;
  text-align: center;
  font-size: 60px;
  font-family: 'nsR';
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: -0.025em;
  line-height: 42px;
  padding-top: 100px;
}

.container .conBox .portTab {
  width: 100%;
  overflow: hidden;
}

.container .conBox .portTab ul {
  display: block;
  width: 660px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container .conBox .portTab ul::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  display: block;
  background-color: #d1d0ce;
}

.container .conBox .portTab ul li {
  float: left;
  width: 50%;
  display: block;
  text-align: center;
}

.container .conBox .portTab ul li a {
  display: block;
  width: 100%;
  height: 46px;
  position: relative;
  font-size: 28px;
  font-family: 'nsR';
  color: #222;
  display: block;
  font-weight: 500;
  overflow: hidden;
}

.container .conBox .portTab ul li a span {
  margin-top: -9px;
  display: block;
}

/* 220720 색상변경 */
.container .conBox .portTab ul li.on a {
  color: #e5007e;
}

/* 220720 색상변경 */
.container .conBox .portTab ul li.on a::after {
  content: " ";
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  bottom: 0px;
  background-color: #e5007e;
}

/* 220805 포트폴리오 박스 수정 */
.container .conBox .portContent {
  display: block;
}

.container .conBox .portContent .portInfo {
  display: block;
  text-align: center;
  margin: 43px 0px 53px;
  font-size: 18px;
  font-family: "nsR";
  color: #222;
  line-height: 32px;
}

.container .conBox .portContent .portCont {
  width: 100%;
  max-width: 1398px;
  height: 68px;
  border: 1px solid #c9c9c9;
  margin: 0 auto;
  position: relative;
}

.container .conBox .portContent .portCont::after {
  width: 100%;
  height: 1px;
  content: " ";
  position: absolute;
  top: 68px;
  z-index: 999;
  left: 0px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}

.container .conBox .portContent .portCont .selBox {
  width: 25%;
  position: relative;
  float: left;
  text-align: left;
}

.container .conBox .portContent .portCont .selBox .selBoxTitle {
  font-size: 18px;
  padding-left: 38px;
  padding-right: 18px;
  color: #222;
  cursor: pointer;
  line-height: 68px;
  position: relative;
}

.container .conBox .portContent .portCont .selBox .selBoxTitle span {
  display: block;
  background: url("../../images/common/toggleBtn.png") no-repeat;
  background-position: right center;
  background-size: auto;
}

.container .conBox .portContent .portCont .selBox .selBoxTitle::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 69px;
  border-right: 1px solid #c9c9c9;
  top: 0px;
  right: 0px;
}

.container .conBox .portContent .portCont .selBox .pdBox {
  overflow: hidden;
  height: 0px;
  width: calc(100% + 1px);
  margin-left: -1px;
  margin-top: -0.5px;
  position: absolute;
  z-index: 22;
}

.container .conBox .portContent .portCont .selBox:nth-child(3) .pdBox,
.container .conBox .portContent .portCont .selBox:nth-child(2) .pdBox {
  margin-left: -1px;
}

.container .conBox .portContent .portCont .selBox:nth-child(3) .pdBox {
  width: calc(100% + 1px);
}

.container .conBox .portContent .portCont .selBox .pdBox.on {
  height: auto;
}

.container .conBox .portContent .portCont .selBox .checkLine {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  padding: 40px;
  min-height: 202px;
}

.container .conBox .portContent .portCont .selBox:nth-child(3) .checkLine {
  border-right: 1px solid #c9c9c9;
}

.container .conBox .portContent .portCont .selBox .checkLine label {
  display: block;
  line-height: 20px;
}

.container .conBox .portContent .portCont .selBox .chkBox {
  margin-bottom: 16px;
}

.container .conBox .portContent .portCont .selBox .chkBox:last-child {
  margin-bottom: 0px;
}

.container .conBox .portContent .portCont .selBox .searIn {
  font-size: 18px;
  padding-left: 38px;
  padding-right: 38px;
  color: #222;
  cursor: pointer;
  line-height: 68px;
  position: absolute;
  width: calc(100% - 76px);
  background-color: #fbf9f6;
}

.container .conBox .portContent .portCont .selBox .searIn:focus::placeholder {
  color: transparent;
}

.container .conBox .portContent .portCont .selBox .searBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
}

.container.port {
  overflow: visible;
  padding-bottom: 0;
}

.container .conBox .portContent .portSlide {
  overflow: hidden;
  width: 1228px;
  margin: 0 auto;
}

.container .conBox .portContent .portSlide p {
  height: 40px;
  margin-left: 190px;
  font-size: 24px;
  font-weight: 700;
}

/* 230102 타이틀추가 */

.container .conBox .portContent .portSlide .swiper-container {
  overflow: visible;
  height: 290px;
}

.container .conBox .portContent .portSlide .swiper-slide {
  position: relative;
  width: 867px;
  height: 260px;
  margin: 0 20px;
}

.container .conBox .portContent .portSlide .swiper-slide a {
  pointer-events: none;
}

.container .conBox .portContent .portSlide .swiper-slide .item {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  border: 1px solid #c9c9c9;
  background: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
  transition: all 0.7s ease;
}

.container .conBox .portContent .portSlide .swiper-slide .item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 140px;
  height: 140px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.7s ease;
}

.container .conBox .portContent .portSlide .swiper-slide .item .logo img {
  width: 50px;
  transition: all 0.7s ease;
}

.container .conBox .portContent .portSlide .swiper-slide .item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 140px;
  top: 0;
  width: 607px;
  height: 100%;
  padding: 0 40px;
  background: #e5007e;
  opacity: 1;
  transition: all 0.7s ease;
  box-sizing: border-box;
}

.container .conBox .portContent .portSlide .swiper-slide .item .info dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.container .conBox .portContent .portSlide .swiper-slide .item .info dl dt {
  width: 215px;
  padding-left: 30px;
  margin: 6px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
  box-sizing: border-box;
}

.container .conBox .portContent .portSlide .swiper-slide .item .info dl dt.ico1 {
  background: url("../../images/sub/port_ico1.png") left 1px no-repeat;
}

.container .conBox .portContent .portSlide .swiper-slide .item .info dl dt.ico2 {
  background: url("../../images/sub/port_ico2.png") left 3px no-repeat;
}

.container .conBox .portContent .portSlide .swiper-slide .item .info dl dt.ico3 {
  background: url("../../images/sub/port_ico3.png") left 6px no-repeat;
}

.container .conBox .portContent .portSlide .swiper-slide .item .info dl dd {
  width: 312px;
  max-height: 48px;
  padding: 0 0;
  margin: 6px 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.container .conBox .portContent .portSlide .swiper-slide .item .info dl dd strong {
  font-size: 30px;
  font-weight: 600;
}

.container .conBox .portContent .portSlide .swiper-slide-prev .item {
  left: 727px;
}

.container .conBox .portContent .portSlide .swiper-slide-next .item {
  left: 0;
}

.container .conBox .portContent .portSlide .swiper-slide-active a {
  pointer-events: auto;
}

.container .conBox .portContent .portSlide .swiper-slide-active .item {
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5007e;
  border-radius: 0 30px 0 30px;
  box-shadow: 12px 12px 13px rgba(90, 90, 90, 0.28);
}

.container .conBox .portContent .portSlide .swiper-slide-active .item .logo {
  width: 258px;
  height: 258px;
}

.container .conBox .portContent .portSlide .swiper-slide-active .item .logo img {
  width: 94px;
}

.container .conBox .portContent .portSlide .swiper-slide-active .item .info {
  left: 258px;
}

.container .conBox .portContent .portSlide .btm {
  position: relative;
  width: 867px;
  height: 46px;
  margin: 0 auto;
}

.container .conBox .portContent .portSlide .btm .swiper-button-prev {
  left: 0;
  top: 0;
  width: 26px;
  height: 46px;
  margin: 0;
  background: url(../../images/sub/btn_prev.png) center no-repeat;
}

.container .conBox .portContent .portSlide .btm .swiper-button-next {
  right: 0;
  top: 0;
  width: 26px;
  height: 46px;
  margin: 0;
  background: url(../../images/sub/btn_next.png) center no-repeat;
}

.container .conBox .portContent .portSlide .btm .swiper-scrollbar {
  position: relative;
  top: 50%;
  width: 657px;
  height: 1px;
  margin: 0 auto;
  background: #ccc;
}

.container .conBox .portContent .portSlide .btm .swiper-scrollbar .bar {
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 2px;
  background: #222;
  transition: all 0.7s ease;
}

.container .conBox .portContent .portSlide .btm .curr {
  position: absolute;
  left: -35px;
  top: 50%;
  font-size: 18px;
  font-weight: 500px;
  color: #222;
  transform: translateY(-50%);
}

.container .conBox .portContent .portSlide .btm .total {
  position: absolute;
  right: -35px;
  top: 50%;
  font-size: 18px;
  font-weight: 500px;
  color: #222;
  transform: translateY(-50%);
}

.container .conBox .portContent .portForm {
  padding: 0 0 145px;
  margin-top: 163px;
  background: #fbf9f6;
}

.container .conBox .portContent .portForm > div {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.container.port .sfLeft.bg {
  width: 470px;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1002;
  padding: 50px 30px 20px;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: all .5s ease-in;
}

.container.port .sfLeft_overlay{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.container.port.searchOn .sfLeft.bg{
  transform: translateX(0%);
}
.container.port.searchOn .sfLeft_overlay{
  display: block;
}

.container.port .sfLeft.bg .sfLeft-title{
  font-size: 24px;
  font-family: 'nsB';
  color: #000;
}

.container.port .sfLeft.bg .close-sfLeft{
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.container.port .sfLeft.bg .searchBox{
  margin: 40px auto 55px;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 0px 15px 0px 0px;
  overflow: hidden;
}
.container.port .sfLeft.bg .searchBox input{
  width: 100%;
  box-sizing: border-box;
  padding: 0px 50px 0px 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: 'nsR';
  color: #000;
  height: 50px;
}

.container.port .sfLeft.bg .searchBox button{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
}

.container.port .sfLeft.bg .searchBox button img{
  display: block;
  width: 100%;
}

.container.port .sfLeft .conditionBox-wrap{
  overflow: hidden;
}

.container.port .sfLeft .conditionBox-wrap .conditionBox{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 15px;
}

.container.port .sfLeft .conditionBox .condTitle {
  display: block;
  flex: 1;
  width: 100%;
  min-width: 100%;
}


.container.port .sfLeft .conditionBox .condTitle .ctText {
  font-size: 18px;
  font-family: "nsB";
  color: #222;
}

.container.port .sfLeft .conditionBox .condTitle .ctText .ctBorder {
  display: none;
}

.container.port .sfLeft .conditionBox:nth-child(n + 2) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #dadada;
}

.container.port .sfLeft .conditionBox label {
  display: block;
}

.container.port .sfLeft .conditionBox label input {
  display: none;
}

.container.port .sfLeft .conditionBox label input[type="checkbox"] + span {
  display: block;
  border-radius: 10px;
  background: unset;
  background-color: #f5f5f5;
  padding: 10px 20px;
  font-size: 13px;
  color: #000;
  font-family: 'nsB';
  transform: rotate(-0.03deg);
}

.container.port .sfLeft .conditionBox label input[type="checkbox"]:checked + span {
  background-color: #666;
  color: #fff;
}

.container.port .sfLeft .resetBtn{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}

.container.port .sfLeft .resetBtn button.reset {
  width: auto;
  height: 20px;
  background-color: transparent;
}

.container.port .sfLeft .resetBtn button.reset span {
  font-size: 16px;
  font-family: "nsB";
  color: #000;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: url("../../images/common/reset.png") left center/auto no-repeat;
  transform: skew(-1deg);
}

.container.port .sfLeft .resetBtn button.port-search{
  width: 285px;
  height: 60px;
  border-radius: 60px;
  background-color: #444;
  font-size: 20px;
  font-family: 'nsEB';
  color: #fff;
}

/* 포트폴리오 */

.container.port .portWrap {
  width: 100%;
  margin: 0 auto;
}

.container.port .portWrap .sortBtn-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.container.port .portWrap .sortBtn-box .search-wrap-btn{
  height: 26px;
  line-height: 26px;
  padding-left: 34px;
  display: block;
  font-size: 18px;
  font-family: 'nsB';
  color: #000;
  background: url(/assets/front/images/common/ico-search-black.png) left center/26px no-repeat;
  cursor: pointer;
}

.container.port .portWrap .sortBtn {
  overflow: hidden;
}

.container.port .portWrap .sortBtn button {
  float: left;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: -0.025em;
  font-family: "nsR";
  color: #222;
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
  transform: rotate(-0.03deg);
}

.container.port .portWrap .sortBtn button::after {
  content: " ";
  position: absolute;
  left: -0.5px;
  width: 1px;
  height: 12px;
  background-color: #000;
  top: 3px;
}

.container.port .portWrap .sortBtn button:nth-child(1):after {
  display: none;
}

.container.port .portWrap .sortBtn button:nth-child(1) {
  padding-left: 0px;
  margin-left: 0px;
}

.container.port .portWrap .sortBtn button.on {
  color: #e5007e;
  font-family: 'nsB';
}

.container.port .portWrap ul::after {
  content: " ";
  display: block;
  width: 100%;
  clear: both;
}

.container.port .title {
  font-size: 60px;
  line-height: 1;
  font-family: 'nsR';
  font-weight: 600;
  display: block;
  color: #000;
  padding-top: 181px;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 0px;
}

.container.port .listBox .portWrap ul{
  display: flex;
  flex-direction: row;
  row-gap: 34px;
  column-gap: 30px;
  flex-wrap: wrap;
}

.container.port .listBox .portWrap ul li {
  display: block;
  width: calc( ( 100% - 136px ) / 5 );
  cursor: pointer;
  transition: transform 1.1s, opacity 1.1s;
  text-align: center;
}

.container.port .listBox .portWrap ul li .gsapBox {
  border: 1px solid #ddd;
  transform: translateY(60%);
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  position: relative;
}

.container.port .listBox .portWrap ul li .dim {
  padding-bottom: 100%;
  display: block;
}

.container.port.scroll ul li {
  transform: translate(0, 0);
  opacity: 1;
}

.container.port .listBox .portWrap ul li:nth-child(4n + 1) {
  margin-left: 0px;
}

.container.port .listBox .portWrap ul li:hover .hoverBox {
  opacity: 1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.31);
  transform: scale(1.1);
}

.container.port .listBox .portWrap ul li .hoverBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  top: 0px;
}

/* 230126 수정 */
.container.port .listBox .portWrap ul li .hoverBox .hbWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.container.port .listBox .portWrap ul li .hoverBox span,
.container.port .listBox .portWrap ul li .hoverBox a {
  color: #fff;
  display: inline-block;
  font-family: "nsR";
  transform: skew(-0.3deg);
}

.container.port .listBox .portWrap ul li .hoverBox span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
}

.container.port .listBox .portWrap ul li .hoverBox .homepage {
  height: 40%;
  text-align: center;
}

.container.port .listBox .portWrap ul li .hoverBox .homepage a {
  display: inline-flex;
  height: 100%;
  font-size: 16px;
  background: url("../../images/main/home.png") no-repeat;
  background-position: left top;
  padding-left: 22px;
}
/* //230126 수정 */

.container.port .listBox .portWrap ul li .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container.port .listBox .portWrap ul li .imgBox .company {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
  transform: translate(-50%, -50%);
}

.container.port a.view {
  display: inline-block;
  margin: 20px auto 0px auto;
  font-family: 'nsR';
  font-size: 18px;
  text-decoration: underline;
  text-underline-position: under;
  color: #222;
  font-weight: 600;
}

/* 포트폴리오 새로운 레이아웃 */

.container.port .portContent{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.container.port .portContent .port-item-title{
  font-size: 35px;
  font-family: 'nsEB';
  color: #000;
  line-height: 43px;
  display: block;
  margin-bottom: 40px;
  padding-left: 62px;
  background: url("../../images/sub/ico-mvp.svg") left center/auto no-repeat;
}

.container.port .portContent .port-item-wrap{
  display: flex;
  row-gap: 15px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.container.port .portContent .port-item-wrap .port-item-box{
  border: 1px solid #d8d8d8;
  width: auto;
  height: 70px;
  border-radius: 70px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
}
.container.port .portContent .port-item-wrap .port-item-box .item{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.container.port .portContent .port-item-wrap .port-item-box .item .logo{
  width: 50px;
  height: 50px;
  position: relative;
}

.container.port .portContent .port-item-wrap .port-item-box .item .logo img{
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container.port .portContent .port-item-wrap .port-item-box .item .logo + .comname {
	padding-right: 10px;
}

.container.port .portContent .port-item-wrap .port-item-box .item .comname{
  font-size: 20px;
  font-family: 'nsEB';
  color: #222;
  line-height: 50px;
}


/* 포트폴리오 상세페이지 */

.viewTitle {
  width: 100%;
  max-width: 1920px;
  min-height: 329px;
  background: url("../../images/sub/portView.png") center/auto no-repeat;
  background-size: 100% 330px;
  box-shadow: 7px 0px 20px rgba(0, 0, 0, 0.43);
}

.viewTitle .comInfo {
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
}

.viewTitle .comInfo .comName {
  min-width: 220px;
  height: 220px;
  border-radius: 220px;
  background-color: #fff;
  line-height: 220px;
  box-shadow: 7px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  float: left;
  margin: 55px 4.2857% 55px 0px;
}

.viewTitle .comInfo .comName img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comInfo .conSlogan {
  max-width: 610px;
  margin-right: 15.714%;
  line-height: 1;
}

.comInfo .conSlogan p {
  display: block;
}

.comInfo .conSlogan p.slogan {
  font-size: 42px;
  font-family: 'nsR';
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.comInfo .conSlogan p.explain {
  font-size: 18px;
  font-family: "nsB";
  line-height: 34px;
  font-weight: 700;
  color: #fff;
}

.comInfo .comTag {
  display: block;
  min-width: 200px;
}

.comInfo .comTag span {
  display: block;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.025em;
  font-family: "nsR";
  color: #fff;
  margin-bottom: 4px;
  text-decoration: underline;
  text-underline-position: under;
}

.comInfo .comTag span:last-child {
  margin-bottom: 0px;
}

.comTable {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 1400px;
  margin: 60px auto 0px;
}

.comTable tr th,
.comTable tr td {
  vertical-align: top;
}

/* 230126 수정 */
.comTable tr td {
  padding-bottom: 40px;
  font-size: 18px;
  font-family: "NanumBarunGothic" !important;
  line-height: 200% !important;
}
/* //230126 수정 */

.comTable tr td a,
.comTable tr td span {
  font-size: 18px;
  line-height: 1;
  display: block;
  letter-spacing: -0.025em;
  font-family: "nsR";
  margin-bottom: 20px;
}

.comTable tr td a:last-child,
.comTable tr td span:last-child {
  margin-bottom: 0px;
}

.comTable tr td span.tTitle {
  font-size: 18px;
  color: #000;
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: "nsB";
}

.comTable tr td .img {
  display: block;
  margin: 30px 0px 20px;
}

.comTable tr td img {
  display: block;
  width: 100%;
}

.detailBtn {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.detailBtn.wd {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-top: 1px solid #cdcdcd;
  margin: 0px auto;
  padding-top: 50px;
  max-width: 1400px;
  width: 100%;
  align-items: flex-start;
}

.detailBtn.center {
  justify-content: center !important;
  border-top: 1px solid #cdcdcd;
  margin: 0px auto;
  padding-top: 50px;
  max-width: 1400px;
  width: 100%;
}

.detailBtn button.textPrev {
  padding-left: 37px;
  background: url("../../images/common/prevArrow.png") left center/auto no-repeat;
}

.detailBtn button.textNext {
  padding-right: 37px;
  background: url("../../images/common/nextArrow.png") right center/auto no-repeat;
}

.detailBtn button.textList {
  width: 154px;
  height: 58px;
  border: 1px solid #222;
  font-size: 20px;
  color: #222;
  font-family: "nsR";
  border-radius: 58px;
  line-height: 58px;
  background-color: #fff;
}

/* 페이징 */

.paging {
  display: block;
  text-align: center;
  margin: 50px auto 0px;
}

.paging a {
  font-family: "korM";
  font-size: 16px;
  color: #222;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  vertical-align: top;
  transform: skew(-0.3deg);
}

.paging a:hover,
.paging a.on {
  color: #e5007e;
  font-family: "korB";
  font-weight: bold;
  transform: skew(-0.3deg);
}

.paging a.first {
  background: url("../../images/common/pager_first.png") center/auto no-repeat;
  margin-right: 10px;
}

.paging a.prev {
  background: url("../../images/common/pager_prev.png") center/auto no-repeat;
  margin-right: 10px;
}

.paging a.next {
  background: url("../../images/common/pager_next.png") center/auto no-repeat;
  margin-left: 10px;
}

.paging a.last {
  background: url("../../images/common/pager_last.png") center/auto no-repeat;
  margin-left: 10px;
}

/*  스토리  */
/* 230126 삭제 */
/*
body.story {
	background: url('../../images/sub/story_bg.jpg') no-repeat;
	background-color: #fbf9f6;
	background-size: 100% auto;
}
*/
/* //230126 삭제 */

.container.story {
  padding-bottom: 0px;
}

/* 220805 수정 */
.container.story .title {
  color: #fff;
  margin-bottom: 70px;
}

/* 230126 수정 */
.container.story .conBox {
  height: 900px;
  margin-bottom: 45px;
  background: url("../../images/sub/story_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
/* //230126 수정 */

.container.story .swiper-container {
  width: 1400px;
}

.container.story .swiper-slide {
  transition: all 0.3s ease-in;
  width: auto !important;
}

.container.story .swiper-slide .caption {
  margin-top: 30px;
  display: flex;
  width: 100%;
  align-items: baseline;
  opacity: 0;
  justify-content: space-between;
}

.container.story .swiper-slide .caption span.newTitle {
  font-size: 28px;
  font-family: "nsB";
  color: #fff;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease;
}

.container.story .swiper-slide .caption span.newDate {
  font-size: 14px;
  font-family: "nsB";
  color: #fff;
  line-height: 1;
  letter-spacing: -0.025em;
  opacity: 0;
  transform: translateY(-50px) skew(-0.3deg);
  transition: all 0.5s ease;
}

.container.story .swiper-slide .imgBox {
  height: 500px !important;
  overflow: hidden;
  position: relative;
}

.container.story .swiper-slide {
  width: auto !important;
}

.container.story .swiper-slide .imgBox {
  width: 75px !important;
  overflow: hidden;
}

.container.story .swiper-slide-active .imgBox {
}

.container.story .swiper-slide-active .imgBox {
  box-shadow: 7px 0px 9px rgba(0, 0, 0, 0.53);
  border-radius: 0px 40px 0px 40px;
}

.container.story .swiper-slide-active .caption {
  opacity: 1;
}

.container.story .swiper-slide-active .caption span.newTitle {
  opacity: 1;
  transform: translateY(00px);
  transition: all 1s ease;
}

.container.story .swiper-slide-active .caption span.newDate {
  opacity: 1;
  transform: translateY(00px) skew(-0.3deg);
  transition: all 1s ease;
}

.container.story .swiper-slide img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.container.story .swiper-slide-active img {
  -webkit-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important;
}

.container.story .swiper-container .arrow {
  position: absolute;
  top: 219px;
  width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.container.story .swiper-container .arrow div {
  width: 62px;
  height: 62px;
  position: absolute;
  cursor: pointer;
}

.container.story .swiper-container .story-prev {
  background: url("../../images/sub/story_prev.png") center/auto no-repeat;
  z-index: 222;
  left: 20px;
}

.container.story .swiper-container .story-next {
  background: url("../../images/sub/story_next.png") center/auto no-repeat;
  z-index: 222;
  right: 20px;
}



.container.story .listTop .searchBox.right {
  margin-left: auto;
  margin-right: 20px;
  position: relative;
}
.container.story .listTop .searchBox.right input {
  width: 100%;
  height: 40px;
  padding-left: 19px;
  padding-right: 52px;
  border: 1px solid #cecece;
  box-sizing: border-box;
  font-family: "nsR";
  font-size: 16px;
  color: #222;
}
.container.story .listTop .searchBox.right button {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 10px;
  right: 12px;
  text-indent: -9999px;
  background: url(../../images/sub/search.png) center no-repeat;
}



/* 230102 리스트상단추가 - 시 */
.container.story .listTop {
  display: flex;
  position: relative;
  width: 1400px;
  margin: 0 auto -45px;
  align-items: center;
  z-index: 100;
}

.container.story .listTop .tabCtg {
  display: flex;
}

.container.story .listTop .tabCtg li {
  position: relative;
  padding: 0 18px;
}

.container.story .listTop .tabCtg li:first-child {
  padding-left: 0;
}

.container.story .listTop .tabCtg li:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #525252;
  content: "";
}

.container.story .listTop .tabCtg li:first-child:after {
  display: none;
}

.container.story .listTop .tabCtg li a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 30px;
  letter-spacing: -1.5px;
}

.container.story .listTop .tabCtg li a.on {
  color: #dd007a;
}

.container.story .listTop .tabCtg li a.on:after {
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dd007a;
  content: "";
}

.container.story .listTop .slt .date {
  position: relative;
}

.container.story .listTop .slt .date .btnSlt {
  padding-right: 25px;
  background: url("../../images/sub/ico_slt_bottom.png") right center no-repeat;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  line-height: 30px;
  letter-spacing: -1.5px;
}

.container.story .listTop .slt .date.on .btnSlt {
  background-image: url("../../images/sub/ico_slt_top.png");
}

.container.story .listTop .slt .date .dateBox {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 220px;
  padding: 30px 30px 40px;
  background: #fff;
  box-shadow: 9px 9px 21px rgba(90, 90, 90, 0.19);
  box-sizing: border-box;
}

.container.story .listTop .slt .date.on .dateBox {
  display: block;
}

.container.story .listTop .slt .date .dateBox .list a {
  font-size: 14px;
  line-height: 30px;
  color: #222;
  letter-spacing: -1px;
}

.container.story .listTop .slt .date .dateBox .list a.on {
  font-weight: 700;
  color: #058ef9;
}

.container.story .listTop .slt .date .dateBox .direct {
  display: block;
  width: 100%;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #cdcdcd;
}

.container.story .listTop .slt .date .dateBox .direct .tit {
  font-size: 14px;
  color: #222;
  letter-spacing: -1px;
}

.container.story .listTop .slt .date .dateBox .direct .tit.on {
  font-weight: 700;
  color: #058ef9;
}

.container.story .listTop .slt .date .dateBox .direct .ipt {
  margin-top: 10px;
}

.container.story .listTop .slt .date .dateBox .direct .ipt li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #c6c6c6;
}

.container.story .listTop .slt .date .dateBox .direct .ipt li:first-child {
  margin-top: 0;
}

.container.story .listTop .slt .date .dateBox .direct .ipt li input[type="text"] {
  width: 130px;
  padding-left: 15px;
  line-height: 34px;
  box-sizing: border-box;
}

.container.story .listTop .slt .date .dateBox .btnConfirm {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  box-sizing: border-box;
}
/* 230102 리스트상단추가 - 끝 */

.container.story .newList {
  overflow: hidden;
  max-width: 1400px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 90px auto 90px;
}

.container.story .newList .newBox {
  margin-left: 55px;
  width: calc(33.33% - 36.6666px);
  display: none;
  cursor: pointer;
}

.container.story .newList .newBox:nth-child(3n + 1) {
  margin-left: 0px;
}

.container.story .newList .newBox:nth-child(n + 4) {
  margin-top: 50px;
}

.container.story .newList .newBox .imgBox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0px 30px 0px 30px;
}

.container.story .newList .newBox .imgBox img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.container.story .newList .newBox .imgBox:hover img {
  transform: scale(1.3);
}

.container.story .newList .newBox .ctg {
  margin-top: 30px;
}

.container.story .newList .newBox .ctg .type1 {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #cd0a5d;
}

.container.story .newList .newBox .ctg .type2 {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  background: #cd0a5d;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

.container.story .newList .newBox .hbText {
  font-family: "nsB";
  color: #222;
  font-size: 20px;
  line-height: 28px;
  display: block;
  width: 100%;
  word-break: keep-all;
  margin: 12px 0px 18px;
}

.container.story .newList .newBox .hbDate {
  font-family: "nsB";
  color: #222;
  font-size: 14px;
  line-height: 1;
  display: block;
  width: 100%;
  display: block;
  color: #222222;
  letter-spacing: -0.025em;
  transform: skew(-0.3deg);
}

.container.story #load {
  display: block;
  margin: 0 auto 150px;
  background-color: transparent;
}

.container.story button {
  background-color: transparent;
}

/* 슬라이드 새로 */

.banner_destacados_wrapper .gallery_wrapper .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel {
  width: 1400px !important;
  margin: 0 auto;
}

.owl-item {
  height: 558px !important;
  transition: all 0.3s ease;
  position: relative;
}

.owl-item .imgBox {
  height: 500px;
  position: relative;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.owl-item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  width: inherit !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
}
.owl-item .imgBox::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.owl-item.center .imgBox::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.owl-item.active {
  width: 75px !important;
}
.owl-item.center {
  width: 1000px !important;
}

.owl-item.center img {
  filter: grayscale(0);
}

.container.story .owl-item .caption {
  margin-top: 30px;
  display: flex;
  width: 100%;
  align-items: baseline;
  opacity: 0;
  justify-content: space-between;
}

.container.story .owl-item .caption span.newTitle {
  font-size: 28px;
  font-family: "nsB";
  color: #fff;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s ease;
  transition-delay: 1s;
}

.container.story .owl-item .caption span.newDate {
  font-size: 14px;
  font-family: "nsB";
  color: #fff;
  line-height: 1;
  letter-spacing: -0.025em;
  opacity: 0;
  transform: translateY(-50px) skew(-0.3deg);
  transition: all 0.5s ease;
  transition-delay: 1s;
}

.container.story .owl-item.center .imgBox {
  box-shadow: 7px 0px 9px rgba(0, 0, 0, 0.53);
  border-radius: 0px 40px 0px 40px;
}

.container.story .owl-item.center .caption {
  opacity: 1;
}

.container.story .owl-item.center .caption span.newTitle {
  opacity: 1;
  transform: translateY(00px);
  transition: all 1s ease;
}

.container.story .owl-item.center .caption span.newDate {
  opacity: 1;
  transform: translateY(00px) skew(-0.3deg);
  transition: all 1s ease;
}
.container.story {
  overflow: hidden;
}

.container.story .my-owl-nav {
  width: 1400px;
  height: 0px;
  z-index: 9;
  display: block;
  margin: 0 auto;
  position: relative;
}

.container.story .my-owl-nav span {
  position: absolute;
  cursor: pointer;
}

.container.story .my-owl-nav span.my-next-button {
  right: 220px;
  top: 220px;
}

.container.story .my-owl-nav span.my-prev-button {
  left: 220px;
  top: 220px;
}

/* 스토리 상세 */

.container.storyView {
  max-width: 1400px;
  margin: 0 auto;
}

.container.storyView .title {
  color: #222;
  font-size: 34px;
  margin-bottom: 25px;
}

.container.storyView .date {
  font-size: 14px;
  letter-spacing: -0.025em;
  color: #222;
  text-align: center;
  font-family: "nsB";
  display: block;
  transform: skew(-0.3deg);
  margin-bottom: 35px;
}

/* 220824 추가 */
.container.storyView .date .mTitle {
  margin-right: 6px;
}

/* 220824 추가 */
.container.storyView .date .mTitle:nth-child(3) {
  margin-left: 12px;
}

.container.storyView .shareLine {
  display: block;
  text-align: center;
}

.container.storyView .conBox {
  padding-bottom: 40px;
  border-bottom: 1px solid #c9c9c9;
}

/* 230126 수정 */
.container.storyView .newContext {
  padding-top: 60px;
  font-family: "NanumBarunGothic" !important;
  line-height: 200% !important;
}

.container.storyView .newContext p {
  font-size: 16px;
  color: #222;
  word-break: keep-all;
  transform: skew(-0.3deg);
}
/* //230126 수정 */

.container.storyView .newContext img {
  display: block;
  margin: 40px auto;
}

.container.storyView .newContext .bottom {
  margin-bottom: 60px;
  text-align: center;
}

.container.storyView .newContext .bottom a {
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-family: "nsB";
  padding-right: 25px;
  background: url("../../images/common/newLink.png") right center/auto no-repeat;
}

.container.storyView .newContext .file {
  width: 100%;
  background-color: #fbf9f6;
  border-bottom: 1px solid #c9c9c9;
}

.container.storyView .newContext .file table tr td {
  vertical-align: top;
  padding: 30px 0px;
}

.container.storyView .newContext .file .fileTitle {
  font-size: 16px;
  font-family: "nsB";
  color: #222;
  text-align: center;
  display: block;
  transform: skew(-0.3deg);
}

.container.storyView .newContext .file .fileDown {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  font-family: "nsR";
  line-height: 1;
}

.container.storyView .newContext .file div {
  margin-top: 12px;
  line-height: 1;
}

.container.storyView .newContext .file div:nth-child(1) {
  margin-top: 0px;
}

.container.storyView .newContext .detailBtn {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.container.storyView .newContext .detailBtn button {
  background-color: transparent;
}

.container.storyView .newContext .detailBtn button.textPrev,
.container.storyView .newContext .detailBtn button.textNext {
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  letter-spacing: -0.025em;
  transform: skew(-0.3deg);
  height: 18px;
}

.container.storyView .newContext .detailBtn button.textPrev {
  padding-left: 37px;
  background: url("../../images/common/prevArrow.png") left center/auto no-repeat;
}

.container.storyView .newContext .detailBtn button.textNext {
  padding-right: 37px;
  background: url("../../images/common/nextArrow.png") right center/auto no-repeat;
}

.container.storyView .newContext .detailBtn button.textList {
  width: 154px;
  height: 58px;
  border: 1px solid #222;
  font-size: 20px;
  color: #222;
  font-family: "nsR";
  border-radius: 58px;
  line-height: 58px;
  background-color: #fff;
}

/* 스페이스  */

body.space {
  background-image: url(../../images/sub/space_bg1.png), url(../../images/sub/space_bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right 715px;
}

.container.space .spaceList {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.container.space .spaceList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.container.space .spaceList ul li {
  width: calc(100% / 3 - 99.666px);
  position: relative;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: 55px;
  border-radius: 0px 40px 0px 40px;
  padding: 30px 31.5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-self: stretch;
}

/* 220830 추가 */
.container.space .spaceList ul li > a {
  display: block;
}

/* 220720 색상변경 */
.container.space .spaceList ul li .borderBox {
  position: absolute;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #e5007e;
  left: 0px;
  top: 0px;
  display: none;
  border-radius: 0px 40px 0px 40px;
}

.container.space .spaceList ul li:hover .borderBox {
  display: block;
}

.container.space .spaceList ul li:nth-child(3n + 1) {
  margin-left: 0px;
}

.container.space .spaceList ul li:nth-child(n + 4) {
  margin-top: 55px;
}

.container.space .spaceList ul li .box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 220720 색상변경 */
.container.space .spaceList ul li .reserveMark {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 66px;
  background-color: #e5007e;
  font-size: 14px;
  color: #fff;
  line-height: 66px;
  display: none;
  text-align: center;
  letter-spacing: -0.05em;
}

/* 220830 주석처리 */
/*
.container.space .spaceList ul li.not{
	pointer-events: none;
}
*/

.container.space .spaceList ul li.yes .reserveMark {
  display: block;
}

.container.space .spaceList ul li .spaceThum {
  display: block;
  border-radius: 0px 40px 0px 40px;
  overflow: hidden;
}

.container.space .spaceList ul li .spaceThum img {
  display: block;
  width: 100%;
}

.container.space .spaceList ul li .ctg {
  margin-top: 30px;
}

.container.space .spaceList ul li .ctg .type1 {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #cd0a5d;
}

.container.space .spaceList ul li .ctg .type2 {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  background: #cd0a5d;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

.container.space .spaceList ul li .spaceName {
  display: block;
  margin-top: 20px;
}

.container.space .spaceList ul li .spaceName .comName {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-family: "nsB";
  color: #222;
  display: block;
  line-height: 1;
  transform: skew(-0.3deg);
}

.container.space .spaceList ul li .spaceName .spaceT {
  font-size: 22px;
  letter-spacing: -0.025em;
  font-family: "nsB";
  color: #222;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.container.space .spaceList ul li .spaceLink {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}

.container.space .spaceList ul li.not .spaceLink {
  display: none;
}

/* 220720 색상변경 */
/* 220830 a → span 변경 */
.container.space .spaceList ul li .spaceLink span {
  display: inline-block;
  color: #e5007e;
  font-size: 16px;
  font-family: "nsB";
  transform: skew(-0.3deg);
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  background: url("../../images/common/right_mini.png") right center/9px 15px no-repeat;
  background-size: 10px 15px;
}

/* 스페이스 상세 */
.container.space {
  overflow: inherit;
}
.spaceForm {
  margin: 0 auto;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.spaceForm .sfLeft {
  width: 60%;
  top: 150px;
  position: sticky;
  display: block;
  float: left;
}

.spaceForm .sfLeft .sfInfo {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 9px 0px 21px rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: center;
  border-radius: 0px 40px 0px 40px;
  margin-bottom: 20px;
}

.spaceForm .sfLeft .sfInfo .spaceName {
  margin-left: 50px;
}

.spaceForm .sfLeft .sfInfo .spaceName .ctg .type1 {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #cd0a5d;
}

.spaceForm .sfLeft .sfInfo .spaceName .ctg .type2 {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  background: #cd0a5d;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

.spaceForm .sfLeft .sfInfo .spaceName .comName {
  font-size: 16px;
  letter-spacing: -0.025em;
  font-family: "nsB";
  color: #222;
  display: block;
  line-height: 1;
  transform: skew(-0.3deg);
}

.spaceForm .sfLeft .sfInfo .spaceName .spaceT {
  font-size: 22px;
  letter-spacing: -0.025em;
  font-family: "nsB";
  color: #222;
  display: block;
  line-height: 30px;
  margin: 10px 0px 15px;
}

.spaceForm .sfLeft .sfInfo .spaceSub {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

.spaceForm .sfLeft .sfInfo .spaceSub span {
  font-size: 14px;
  letter-spacing: -0.025em;
  font-family: "nsR";
  color: #222;
  display: block;
  transform: skew(-0.3deg);
  line-height: 24px;
}

.spaceForm .sfLeft .sfInfo .viewMore a {
  font-size: 16px;
  font-family: "nsB";
  color: #222;
  transform: skew(-0.3deg);
  text-decoration: underline;
}

.spaceForm .sfLeft .sfCalendar {
  width: 100%;
  min-height: 380px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 9px 0px 21px rgba(0, 0, 0, 0.19);
  align-items: center;
  border-radius: 0px 40px 0px 40px;
  margin-bottom: 20px;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline {
  display: flex !important;
  align-items: center;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-header {
  padding: 0px 6.55%;
  height: 380px;
  display: flex;
  font-size: 30px;
  align-items: center;
  position: relative;
  min-width: 240px;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-header a {
  position: absolute;
  font-size: 0px;
  display: block;
  width: 52px;
  height: 18px;
  cursor: pointer;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-header a:nth-child(1) {
  background: url("../../images/common/prevArrow.png") no-repeat;
  background-position: center;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-header a:nth-child(2) {
  background: url("../../images/common/nextArrow.png") no-repeat;
  background-position: center;
  right: 55px;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-header a.ui-state-disabled {
  background: url("../../images/common/prevArrowDis.png") no-repeat;
  background-position: center;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  display: block;
  text-align: center;
  width: 100%;
}

.spaceForm .sfLeft .sfCalendar #sfCal {
  font-family: 'nsR';
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr th {
  text-align: center;
  height: 45px;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr th span {
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  display: block;
  font-weight: 500;
  margin: 0 auto;
}

/* 220805 토/일 컬러값 추가 */
.date-holiday a,
.ui-datepicker-week-end:first-child,
.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr th:nth-child(1) span,
.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr td:nth-child(1) a {
  color: #8c0928;
}

.ui-datepicker-week-end:last-child,
.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr th:nth-child(7) span,
.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr td:nth-child(7) a {
  color: #0d45b8;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr td {
  height: 45px;
  text-align: center;
}

.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr td a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  display: block;
  border-radius: 40px;
  margin: 0px 6px;
  font-weight: 500;
}

/* 220720 색상변경 */
.spaceForm .sfLeft .sfCalendar #sfCal .ui-datepicker-inline .ui-datepicker-calendar tr td a.ui-state-active {
  background-color: #e5007e;
  color: #fff;
}

.spaceForm .sfLeft .sfTime {
  padding: 13px 23px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 9px 0px 21px rgba(0, 0, 0, 0.19);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0px 40px 0px 40px;
}

.spaceForm .sfLeft .sfTime input {
  display: none;
}

.spaceForm .sfLeft .sfTime label {
  display: block;
  width: 84px;
  height: 36px;
  border-radius: 36px;
  margin: 6px 7px;
  overflow: hidden;
}

.spaceForm .sfLeft .sfTime label span {
  font-size: 15px;
  font-family: 'nsR';
  color: #444;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  display: block;
  width: 100%;
  height: 38px;
  background-color: #f1f1f1;
}

.spaceForm .sfLeft .sfTime label input:checked + span {
  background-color: #ca0a5c;
  line-height: 38px;
  text-align: center;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 15px;
  font-family: 'nsR';
  color: #fff;
}

.spaceForm .sfRight {
  background-color: rgba(251, 249, 246, 0.8);
  width: calc(40% - 160px);
  padding: 50px 50px 40px;
  border-radius: 0px 40px 0px 40px;
  box-shadow: 9px 0px 21px rgba(0, 0, 0, 0.19);
  display: inline-block;
  margin-left: 60px;
}

.spaceForm .sfRight .applyTitle {
  font-size: 16px;
  color: #444444;
  font-family: "nsB";
  letter-spacing: -0.01em;
  transform: skew(-0.3deg);
  display: block;
  margin-bottom: 10px;
}

.spaceForm .sfRight .applyTitle.mt30 {
  margin-top: 30px;
}

/* 220720 색상변경 */
.spaceForm .sfRight .selItem {
  font-size: 15px;
  font-family: "nsB";
  letter-spacing: -0.01em;
  transform: skew(-0.3deg);
  display: block;
  color: #e5007e;
}

.spaceForm .sfRight .selNotice {
  font-size: 14px;
  font-family: "nsR";
  color: #444;
  line-height: 24px;
  transform: skew(-0.3deg);
  display: block;
}

.spaceForm .sfRight .sfMid {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cecece;
}

.spaceForm .sfRight .sfMid .inputLine {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.spaceForm .sfRight .sfMid .inputLine .sflTitle {
  font-size: 14px;
  line-height: 40px;
  color: #444;
  font-family: "nsR";
  display: block;
  width: 120px;
  transform: skew(-0.3deg);
  float: left;
}

/* 220715 수정 */
.spaceForm .sfRight .sfMid .inputLine input[type="text"] {
  border: 1px solid #cecece;
  background-color: #fff;
  float: left;
  height: 38px;
  width: calc(100% - 142px);
  line-height: 38px;
  font-size: 14px;
  padding-left: 20px;
  font-family: "nsR";
}

.spaceForm .sfRight .sfMid .inputLine.phone input[type="text"] {
  padding: 0px;
  float: left;
  width: calc(100% / 3 - 50px);
  text-align: center;
}

.spaceForm .sfRight .sfMid .inputLine.phone span.hypen {
  font-size: 14px;
  line-height: 40px;
  color: #444;
  font-family: "nsR";
  display: block;
  float: left;
  margin: 0px 3px;
  text-align: center;
}

.spaceForm .sfRight .sfBot {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cecece;
}

.spaceForm .sfRight .sfBot .priList .priLine {
  overflow: hidden;
  margin-top: 20px;
}

/* 220805 개인정보수집 내용 추가 */
.spaceForm .sfRight .sfBot .priList .toggleBox {
  width: calc(100% - 2px);
  display: block;
  height: 0px;
  margin-top: 10px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.spaceForm .sfRight .sfBot .priList .toggleBox.on {
  height: 130px;
}

.spaceForm .sfRight .sfBot .priList .toggleBox > div {
  padding: 10px;
  border: 1px solid #dedede;
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine {
  height: 108px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.spaceForm .sfRight .sfBot .priList .toggleBox .scrollLine p {
  display: block;
  padding-right: 20px;
  word-wrap: break-word;
  word-break: keep-all;
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine p.m0 {
  margin-top: 0px;
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine .titleSec {
  font-family: "nsB";
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 1;
  display: block;
  transform: rotate(-0.3deg);
  margin-top: 20px;
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine .titleSec:first-child {
  margin-top: 0;
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine .titleThr {
  font-family: "nsB";
  font-size: 13px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 20px;
  display: block;
  margin-top: 10px;
  transform: rotate(-0.3deg);
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine .titleThr.reg {
  font-family: "nsR";
  font-size: 13px;
}

.spaceForm .sfRight .sfBot .priList .toggleBox div .scrollLine .smallText {
  font-family: "nsR";
  font-size: 13px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 20px;
  display: block;
  transform: rotate(-0.3deg);
}

.spaceForm .sfRight .sfBot .priList:nth-child(3) .priLine {
  margin-top: 10px;
}

.spaceForm .sfRight .sfBot .priList .priLine span {
  display: block;
  float: left;
  font-size: 14px;
  font-family: "nsR";
  transform: skew(-0.3deg);
  color: #444;
  letter-spacing: -0.01em;
}

.spaceForm .sfRight .sfBot .priList .priLine a {
  display: block;
  float: right;
  font-size: 14px;
  font-family: "nsB";
  transform: skew(-0.3deg);
  color: #444;
  letter-spacing: -0.01em;
  text-decoration: underline;
}

.spaceForm .sfRight .sfBot .botBox {
  border: none;
  margin-top: 17px;
  padding-top: 0px;
}

.spaceForm .botBox input[type="checkbox"] {
  display: none;
}

.spaceForm .botBox input[type="checkbox"] + span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: url("../../images/common/graycheck.png") left top/22px no-repeat;
  display: block;
  font-size: 14px;
  font-family: "nsr";
  color: #444;
  letter-spacing: -0.01em;
  padding-left: 34px;
  line-height: 24px;
}

.spaceForm .botBox input[type="checkbox"]:checked + span {
  background: url("../../images/common/checked.jpg") left top/22px no-repeat;
}

.spaceForm .sfRight span.ml12 {
  margin-left: 12px;
}

/* 프로그램 시작 */

/* 체크박스 on/off 방식 */

/* 프로그램 */

body.program .bgBox {
	display: none;
  background-color: #FAF9F5;
}
.container.program {
  overflow: inherit;
}


.container.program .sfLeft.bg {
  width: 470px;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 1002;
  padding: 50px 30px 20px;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: all .5s ease-in;
  background-color: #fff;
}

.container.program .sfLeft_overlay{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.container.program.searchOn .sfLeft.bg{
  transform: translateX(0%);
}

.container.program.searchOn .sfLeft_overlay{
  display: block;
}

.container.program .sfLeft.bg .close-sfLeft{
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.container.program .sfLeft.bg .searchBox{
  margin: 40px auto 55px;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 0px 15px 0px 0px;
  overflow: hidden;
}
.container.program .sfLeft.bg .searchBox input{
  width: 100%;
  box-sizing: border-box;
  padding: 0px 50px 0px 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: 'nsR';
  color: #000;
  height: 50px;
}

.container.program .sfLeft.bg .searchBox button{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
}

.container.program .sfLeft.bg .searchBox button img{
  display: block;
  width: 100%;
}

.container.program .sfLeft .conditionBox-wrap{
  overflow: hidden;
}
.container.program .sfLeft .conditionBox-wrap .conditionBox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 15px;
}

.container.program .sfLeft .conditionBox .condTitle {
  display: block;
  flex: 1;
  width: 100%;
  min-width: 100%;
}


.container.program .sfLeft .conditionBox .condTitle .ctText {
  font-size: 18px;
  font-family: "nsB";
  color: #222;
}

.container.program .sfLeft .conditionBox .condTitle .ctText .ctBorder {
  display: none;
}

.container.program .sfLeft .conditionBox:nth-child(n + 2) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #dadada;
}

.container.program .sfLeft .conditionBox label {
  display: block;
}

.container.program .sfLeft .conditionBox label input {
  display: none;
}

.container.program .sfLeft .conditionBox label input[type="checkbox"]+span {
  display: block;
  border-radius: 10px;
  background: unset;
  background-color: #f5f5f5;
  padding: 10px 20px;
  font-size: 13px;
  color: #000;
  font-family: 'nsB';
  transform: rotate(-0.03deg);
}

.container.program .sfLeft .conditionBox label input[type="checkbox"]:checked+span {
  background-color: #666;
  color: #fff;
}

.container.program .sfLeft .resetBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  align-items: center;
}

.container.program .sfLeft .resetBtn button.reset {
  width: auto;
  height: 20px;
  background-color: transparent;
}

.container.program .sfLeft .resetBtn button.reset span {
  font-size: 16px;
  font-family: "nsB";
  color: #000;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: url("../../images/common/reset.png") left center/auto no-repeat;
  transform: skew(-1deg);
}

.container.program .sfLeft .resetBtn button.program-search {
  width: 285px;
  height: 60px;
  border-radius: 60px;
  background-color: #444;
  font-size: 20px;
  font-family: 'nsEB';
  color: #fff;
}

.container.program .sfRight {
  background-color: transparent;
  width: 100%;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
}

.container.program .sfLeft.bg .sfLeft-title {
    font-size: 24px;
    font-family: 'nsB';
    color: #000;
}

.container.program .sfRight .topCondition {
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container.program .sfRight .topCondition .search-wrap-btn{
  height: 26px;
  line-height: 26px;
  padding-left: 34px;
  display: block;
  font-size: 18px;
  font-family: 'nsB';
  color: #000;
  background: url(/assets/front/images/common/ico-search-black.png) left center / 26px no-repeat;
  cursor: pointer;
}

.container.program .sfRight .topCondition div {
  display: block;
}

.container.program .sfRight .postBox {
  border-top: 2px solid #000;
}

.container.program .switchBox input {
  display: none;
}

.container.program .switchBox input + span {
  font-size: 18px;
  color: #000;
  font-family: "nsB";
  transform: skew(-0.3deg);
  line-height: 26px;
  display: inline-block;
  padding-left: 34px;
  background: url(/assets/front/images/sub/ico-check-off.svg) left center / 28px no-repeat;
}

.container.program .switchBox input:checked + span {
  background: url(/assets/front/images/sub/ico-check-on.svg) left center / 28px no-repeat;
}

.postBox .postBox-top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.postBox .postBox-top > div{
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-family: 'nsEB';
  color: #000;
}

.postBox .postBox-top > div:nth-child(1){
  width: 100%;
  flex: 1;
  padding-left: 60px;
}

.postBox .postBox-top > div:nth-child(2){
  width: 300px;
}

.postBox .postBox-top > div:nth-child(3){
  width: 160px;
}

.postBox .postBox-top > div:nth-child(4){
  width: 80px;
}

.postBox .postBox-top > div:nth-child(5){
  width: 100px;
}


.postBox .linePost {
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  padding: 15px 0px;
  justify-content: space-between;
  align-items: center;
}

.postBox .linePost>div {
  text-align: center;
  font-size: 18px;
  font-family: 'nsR';
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.postBox .linePost>div:nth-child(1) {
  width: 60px;
}

.postBox .linePost>div:nth-child(2) {
  width: 100%;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 10px;
}

.postBox .linePost>div:nth-child(3) {
  width: 300px;
}

.postBox .linePost>div:nth-child(4) {
  width: 160px;
}

.postBox .linePost>div:nth-child(5) {
  width: 80px;
}

.postBox .linePost>div:nth-child(6) {
  width: 100px;
}

.postBox .linePost .dateCount {
  font-family: "nsB";
  color: #646464;
  font-size: 18px;
}

.postBox .linePost .dateCount p{
  color: #E5007E;
}

.postBox .linePost .postTag {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.postBox .linePost .postTag .tag {
  font-size: 11px;
  font-family: "nsB";
  line-height: 1;
  padding: 5px 10px;
  color: #fff;
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}

.postBox .linePost .postTag .tag.border {
  background-color: #dc007a;
}

.postBox .linePost .postTag .tag.borderBlue {
  background-color: #6484E5;
}

.postBox .linePost .postTag .tag.borderOrange {
  background-color: #BFBFBF;
  color: #000
}

.postBox .linePost .postTag .tag.gray {
  background-color: #5e5e5e;
}

.postBox .linePost .tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.postBox .linePost .tagList li {
	font-family: 'NanumSquare';
	padding: 0 10px;
	border-radius: 5px;
	background: #000;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.postBox .linePost .tagList li.type1 {
	background: #FF0000;
}

.postBox .linePost .tagList li.type2 {
	background: #E5007E;
}

.postBox .linePost .tagList li.type3 {
	background: #85200C;
}

.postBox .linePost .tagList li.type4 {
	background: #B01010;
}

.postBox .linePost .tagList li.type5 {
	background: #BFBFBF;
	color: #000;
}

.postBox .linePost .tagList li.type6 {
	background: #1155CC;
}

.postBox .linePost .tagList li.type7 {
	background: #674EA7;
}

.postBox .linePost .tagList li.type8 {
	background: #38761D;
}

.postBox .linePost .tagList li.type9 {
	background: #FF6D01;
}

.postBox .linePost .tagList li.type10 {
	background: #5B0F00;
}

.postBox .linePost .tagList li.type11 {
	background: #FF0000;
}

.postBox .linePost .postTitle {
  font-size: 18px;
  color: #222;
  font-family: "nsB";
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	width: 700px;
  cursor: pointer;
}

.postBox .linePost .postPeriod {
  font-size: 18px;
  font-family: "nsR";
  color: #000;
  display: block;
  transform: skew(-0.3deg);
}


/* 공유하기모달 */

.modal.snsModal .shareName {
  font-size: 24px;
  font-family: "korM";
  color: #222;
  letter-spacing: -0.025em;
  display: block;
  text-align: center;
}

.modal.snsModal .snsWrap .sns {
  width: 205px;
  display: flex;
  margin: 20px auto 0px;
  justify-content: space-between;
}

.modal.snsModal .snsWrap .sns img {
  display: block;
}

.modal.snsModal .snsWrap .sns span {
  display: block;
  font-weight: bold;
  font-family: "korL";
  font-size: 13px;
  color: #222;
  text-align: center;
  margin-top: 10px;
  letter-spacing: -0.025em;
}

.modal.snsModal .urlLine {
  margin-top: 30px;
  border: 1px solid #cecece;
  font-family: "korL";
  font-size: 13px;
  color: #002220;
  overflow: hidden;
  min-width: 320px;
}

.modal.snsModal .urlLine span {
  font-family: "korL";
  font-size: 13px;
  display: block;
  float: left;
  color: #000;
  padding: 11px 0px;
  margin: 0px 15px;
  width: 212px;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.modal.snsModal .urlLine button {
  float: left;
  display: block;
  font-size: 13px;
  font-family: "korM";
  width: 78px;
  height: 35px;
  border-left: 1px solid #cecece;
}

/* 프로그램 상세 */

.container.program {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 1px 0px 150px;
}

.container.program .proView{
  /*padding-top: 100px;*/
}

.container.program .sfLeft {
  background: transparent;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  top: 100px;
  position: sticky;
  display: block;
  float: left;
  transition: all .3s;
}
.container.program .sfLeft.in{
  top: 80px;
}
.container.program .sfLeft.in.in2{
  top: 0;
}

.container.program .sfLeft .detailInfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #C9C9C9;
  background-color: #fff;
  align-items: center;
}

.proView .detailInfo .postTag {
  display: block;
}

/* 220720 색상변경 */
.proView .detailInfo .postTag .tag {
  font-size: 11px;
  font-family: "nsB";
  line-height: 1;
  padding: 5px 10px;
  /*border: 1px solid #e5007e;*/
  color: #fff;
  overflow: hidden;
  /*background-color: #DC007A;*/
  border-radius: 5px;
  display: inline-block;
  transform: skew(-0.3deg);
}
/*.proView .detailInfo .postTag .tag:nth-child(n+2) {*/
/*  background-color: #6484E5;*/
/*	border-color: #6484E5;*/
/*}*/

.proView .detailInfo .postTag .type1 {
  border: 1px solid #ff0000;
  background-color: #ff0000;
}
.proView .detailInfo .postTag .type2 {
  border: 1px solid #E5007E;
  background-color: #E5007E;
}
.proView .detailInfo .postTag .type3 {
  border: 1px solid #85200C;
  background-color: #85200C;
}
.proView .detailInfo .postTag .type4 {
  border: 1px solid #B01010;
  background-color: #B01010;
}
.proView .detailInfo .postTag .type5 {
  border: 1px solid #BFBFBF;
  background-color: #BFBFBF;
  color: #000;
}
.proView .detailInfo .postTag .type6 {
  border: 1px solid #1155CC;
  background-color: #1155CC;
}
.proView .detailInfo .postTag .type7 {
  border: 1px solid #674EA7;
  background-color: #674EA7;
}
.proView .detailInfo .postTag .type8 {
  border: 1px solid #38761D;
  background-color: #38761D;
}
.proView .detailInfo .postTag .type9 {
  border: 1px solid #FF6D01;
  background-color: #FF6D01;
}
.proView .detailInfo .postTag .type10 {
  border: 1px solid #5B0F00;
  background-color: #5B0F00;
}

.proView .detailInfo .detailTitle {
  font-size: 22px;
  color: #222;
  font-family: "nsB";
  line-height: 32px;
  word-break: keep-all;
  margin: 5px auto 10px;
  display: block;
}

.proView .detailInfo .postPeriod{
  display: flex;
  flex-direction: row;
  gap: 30px;
}


.proView .detailInfo .postPeriod span {
  font-size: 14px;
  font-family: "nsB";
  color: #444;
  line-height: 18px;
  display: flex;
  transform: skew(-0.3deg);
}

.proView .buttonBox button {
  height: 50px;
  padding: 0px 30px;
  line-height: 50px;
}

.proView .buttonBox button span {
  color: #fff;
  display: inline-block;
  padding-right: 40px;
  background: url(../../images/sub/go.svg) right center/30px no-repeat;
  background-position: right center;
  font-size: 16px;
  font-family: "nsB";
  font-weight: bold;
}

.proView .postSns {
  display: flex;
  margin-top: 23px;
  justify-content: center;
}

.proView .postSns div {
  cursor: pointer;
}

.proView .postSns div.bookmark {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../../images/common/bookmark.png") center/auto no-repeat;
}

.proView .postSns div.bookmark.on {
  background: url("../../images/common/bookmark_on.png") center/auto no-repeat;
}

.proView .postSns div:nth-child(2) {
  margin-left: 17px;
}

.container.program .proView .sfRight {
  background-color: transparent;
  width: 100%;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  display: inline-block;
  margin-top: 130px;
}

/* 230102 프로그램상세 텍스트 수정 */
.container.program .proView .sfRight .text * {
  font-family: "나눔바른고딕" !important;
  line-height: 200% !important;
}

.proView .sfRight .text {
  display: block;
  overflow: hidden;
}

.proView .sfRight .text img {
  display: block;
  width: 100%;
}

.proView .sfRight .buttonBox {
  margin: 60px auto 50px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 50px;
  overflow: hidden;
}

.proView .sfRight .buttonBox.bn {
  border-bottom: none;
}

.proView .sfRight .buttonBox button {
  height: 60px;
  margin-top: 30px;
  width: 228px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

.proView .sfRight .buttonBox button span {
  color: #fff;
  display: inline-block;
  padding-right: 44px;
  background: url(../../images/sub/go.svg) right center/34px no-repeat;
  background-position: right center;
  font-size: 20px;
  font-family: "nsB";
  font-weight: bold;
}

.proView .newContext .detailBtn {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

.proView .detailBtn button {
  background-color: transparent;
}

.proView .detailBtn button.textPrev,
.proView .detailBtn button.textNext {
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  letter-spacing: -0.025em;
  transform: skew(-0.3deg);
  height: 18px;
}

.proView .detailBtn {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  margin-bottom: 80px;
}

.proView .detailBtn button.textPrev {
  padding-left: 37px;
  background: url("../../images/common/prevArrow.png") left center/auto no-repeat;
}

.proView .detailBtn button.textNext {
  padding-right: 37px;
  background: url("../../images/common/nextArrow.png") right center/auto no-repeat;
}

.proView .detailBtn button.textList {
  width: 154px;
  height: 58px;
  border: 1px solid #222;
  font-size: 20px;
  color: #222;
  font-family: "nsR";
  border-radius: 58px;
  line-height: 58px;
  background-color: #fff;
}

/* 프로그램 상세 */
.container.program .sfRight .proForm:nth-child(1) {
  border-top: 2px solid #000;
}

.container.program .sfRight .proForm {
  border-bottom: 1px solid #cdcdcd;
  padding: 50px 0px;
  overflow: hidden;
}

.container.program .sfRight .file {
  padding: 20px 20px 20px 20px;
  width: 100%;
  background-color: #fbf9f6;
  /*border-bottom: 1px solid #c9c9c9;*/
}

.container.program .sfRight .file .fileTitle {
  font-size: 17px;
	line-height: 24px;
  font-family: "nsB";
  color: #222;
  text-align: center;
  display: block;
  transform: skew(-0.3deg);
}

.container.program .sfRight .file .fileDown {
  display: inline-block;
  font-size: 14px;
	line-height: 24px;
  color: #222222;
  font-family: "nsR";
	vertical-align: top;
}

.container.program .sfRight .file .fileDown a {
	vertical-align: top;
}

.container.program .sfRight .proForm .bigTitle {
  font-size: 24px;
  color: #222;
  line-height: 1;
  margin-bottom: 35px;
  font-family: "nsEB";
}

.container.program .sfRight .proForm .formLine {
  margin-top: 50px;
}

.container.program .sfRight .proForm .formLine:nth-child(2) {
  margin-top: 0px;
}

.container.program .sfRight .proForm .formLine .fTitle {
  font-size: 18px;
  color: #222;
  font-family: "nsB";
  line-height: 1;
  display: block;
}

.container.program .sfRight .proForm .formLine input[type="text"] {
  width: calc(100% - 42px);
  height: 38px;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  padding: 0px 20px;
  display: block;
  transform: skew(-0.3deg);
  border: 1px solid #cecece;
  margin-top: 10px;
}

.container.program .sfRight .proForm .formLine input.phone.first {
  width: 88px;
}
.container.program .sfRight .proForm .formLine input.phone {
  width: 106px;
  float: left;
  display: block;
  text-align: center;
}
.container.program .sfRight .proForm .formLine span.hypen {
  font-size: 16px;
  color: #222;
  font-family: "nsR";
  display: block;
  line-height: 42px;
  float: left;
  margin: 10px 5px 0px;
}

.container.program .sfRight .proForm .formLine .textBox {
  width: calc(100% - 42px);
  padding: 15px 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  margin-top: 10px;
}

.container.program .sfRight .proForm .formLine .textBox textarea {
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 0px;
  color: #222;
  font-family: "nsR";
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.025em;
  width: 100%;
  height: 150px;
}

.container.program .sfRight .proForm .formLine .textBox .scollLine {
  overflow-y: scroll;
  height: 240px;
}

.container.program .sfRight .proForm .formLine .textBox .titleFir {
  font-family: "nsB";
  font-size: 28px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 1;
  margin-top: 100px;
  display: block;
}

.container.program .sfRight .proForm .formLine .textBox .titleSec {
  font-family: "nsB";
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 1;
  display: block;
  margin-top: 50px;
}

.container.program .sfRight .proForm .formLine .textBox .titleThr {
  font-family: "nsB";
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 28px;
  display: block;
  margin-top: 30px;
}

.container.program .sfRight .proForm .formLine .textBox .titleThr.reg {
  font-family: "nsR";
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 28px;
  display: block;
  margin-top: 30px;
}

.container.program .sfRight .proForm .formLine .textBox .titleThr.reg.m0 {
  margin-top: 0px;
}

.container.program .sfRight .proForm .formLine .textBox.titleThr.mt100 {
  margin-top: 100px;
}

.container.program .sfRight .proForm .formLine .textBox .titleThr.mt50 {
  margin-top: 50px;
}

.container.program .sfRight .proForm .formLine .textBox .smallText {
  font-family: "nsR";
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 28px;
  display: block;
  transform: rotate(-0.3deg);
}

.container.program .sfRight .proForm .formLine .textBox .smallText.mt10 {
  margin-top: 10px;
}

.container.program .sfRight .proForm .formLine .textBox .smallText.mt30 {
  margin-top: 30px;
}

.container.program .sfRight .proForm .formLine .textBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  table-layout: inherit;
}

.container.program .sfRight .proForm .formLine .textBox table tr th,
.container.program .sfRight .proForm .formLine .textBox table tr td {
  border: 1px solid #cdcdcd;
}

.container.program .sfRight .proForm .formLine .textBox table tr th span {
  font-family: "nsB";
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 24px;
  display: block;
  transform: rotate(-0.3deg);
  line-height: 40px;
  text-align: center;
}

.container.program .sfRight .proForm .formLine .textBox table tr td {
  padding: 10px 20px;
  text-align: left;
}

.container.program .sfRight .proForm .formLine .textBox table tr td span {
  text-align: left;
}

.container.program .sfRight .proForm .formLine .textBox table tr td.center span {
  text-align: center;
  display: block;
}

.container.program .sfRight .proForm .formLine .textBox table tr td.center {
  text-align: center;
  padding: 10px 0px;
}

.container.program .sfRight .proForm .formLine .textBox table tr td span {
  font-family: "nsR";
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 24px;
  display: block;
  transform: rotate(-0.3deg);
}

.container.program .sfRight .proForm .formLine label {
  overflow: hidden;
  display: block;
}

.container.program .sfRight .proForm .formLine label input {
  display: none;
}

.container.program .sfRight .proForm .formLine label input[type="radio"] + span {
  padding-left: 32px;
  background: url("../../images/common/radio.jpg") no-repeat;
  background-position: left 2px;
  display: inline-block;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  margin-top: 17px;
  transform: skew(-0.3deg);
  line-height: 22px;
  float: left;
  padding: 2px 0px 2px 32px;
}

.container.program .sfRight .proForm .formLine label input[type="radio"]:checked + span {
  padding-left: 32px;
  background: url("../../images/common/radio_c.jpg") no-repeat;
  background-position: left 2px;
}

.container.program .sfRight .proForm .formLine label input[type="checkbox"] + span {
  padding-left: 32px;
  background: url("../../images/common/check.jpg") no-repeat;
  background-position: left 2px;
  display: inline-block;
  font-family: "nsR";
  color: #222;
  transform: skew(-0.3deg);
  margin-top: 17px;
  line-height: 22px;
  padding: 2px 0px 2px 32px;
}

.container.program .sfRight .proForm .formLine label input[type="checkbox"]:checked + span {
  padding-left: 32px;
  background: url("../../images/common/checked.jpg") no-repeat;
  background-position: left 2px;
}

.container.program .sfRight .proForm .formLine label input[type="text"] {
  float: right;
  width: calc(100% - 122px);
}

.container.program .sfRight .proForm .formLine select {
  background: url("../../images/common/toggleBtn.jpg") 98% center/auto no-repeat;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  padding: 0px 20px;
  background-color: #fff;
  display: block;
  transform: skew(-0.3deg);
  border: 1px solid #cecece;
  margin-top: 10px;
}

.container.program .sfRight .proForm .formLine table {
  table-layout: fixed;
  margin-top: 10px;
  border-collapse: collapse;
}

.container.program .sfRight .proForm .formLine table tr th {
  font-size: 14px;
  color: #222;
  font-family: "nsR";
  text-align: center;
  line-height: 30px;
  transform: skew(-0.3deg);
}

.container.program .sfRight .proForm .formLine table tr td {
  line-height: 40px;
  text-align: center;
}

.container.program .sfRight .proForm .formLine table tr td:first-child {
  text-align: left;
}
.container.program .sfRight .proForm .formLine table tr td.right {
  text-align: right;
}

.container.program .sfRight .proForm .formLine table tr td label input[type="radio"] + span {
  background: url("../../images/common/radio.jpg") no-repeat;
  background-position: center;
  display: inline-block;
  font-family: "nsR";
  width: 22px;
  height: 22px;
  float: inherit;
  padding: 0px;
  margin: 0px;
}

.container.program .sfRight .proForm .formLine table label input[type="radio"]:checked + span {
  background: url("../../images/common/radio_c.jpg") no-repeat;
  background-position: center;
}

.container.program .sfRight .proForm .formLine table tr td label input[type="checkbox"] + span {
  background: url("../../images/common/check.jpg") no-repeat;
  background-position: center;
  display: inline-block;
  font-family: "nsR";
  width: 22px;
  height: 22px;
  float: inherit;
  padding: 0px;
  margin: 0px;
}

.container.program .sfRight .proForm .formLine table label input[type="checkbox"]:checked + span {
  background: url("../../images/common/checked.jpg") no-repeat;
  background-position: center;
}

.container.program .file-input {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 10px;
}

.container.program .file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.container.program .file-input > .button {
  display: inline-block;
  cursor: pointer;
  font-family: "nsR";
  border: 1px solid #cecece;
  background: #efefef;
  color: #222222;
  font-size: 16px !important;
  font-family: "omni40";
  width: 120px;
  text-align: center;
  height: 38px;
  margin-left: 10px;
  line-height: 40px !important;
}

.container.program .file-input > .button span {
  padding-left: 22px;
  background: url("../../images/common/file-img.png") left center/auto no-repeat;
}

.container.program .file-input > .label {
  color: #1b1b1b;
  white-space: nowrap;
  height: 40px;
  line-height: 40px !important;
  font-family: "nsR";
  float: left;
  font-size: 16px !important;
  display: block;
  font-weight: 400 !important;
  margin-left: 0px !important;
}

.container.program .file-input.-chosen > .label {
  opacity: 1;
}

.container.program .sfRight .proForm .formLine .normal {
  width: 194px;
  overflow: hidden;
  position: relative;
}

.container.program .sfRight .proForm .formLine #normal {
  width: 152px;
  float: left;
}

.container.program .sfRight .proForm .formLine .calendarImg {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
}

.container.program .sfRight .proForm .formLine .calendarImg img {
  display: block;
}

.container.program .sfRight .proForm .formLine input.time {
  width: 70px;
  float: left;
}

.container.program .sfRight .proForm .formLine span.colon {
  font-size: 16px;
  color: #222;
  font-family: "nsR";
  display: block;
  line-height: 42px;
  float: left;
  margin: 10px 5px 0px;
}

.container.program .sfRight .proForm .formLine select.timeSel {
  width: 84px;
  float: left;
  margin-left: 16px;
  background-position: 60px center;
}

.container.program .sfRight .proForm .formLine .priLine label input[type="radio"] + span {
  padding-left: 32px;
  background: url("../../images/common/check.jpg") no-repeat;
  background-position: left 2px;
  display: inline-block;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  margin-top: 17px;
  transform: skew(-0.3deg);
  line-height: 22px;
  float: left;
  padding: 2px 0px 2px 32px;
}

.container.program .sfRight .proForm .formLine .priLine input[type="radio"]:checked + span {
  padding-left: 32px;
  background: url("../../images/common/checked.jpg") no-repeat;
  background-position: left 2px;
}

.container.program .sfRight .proForm .formLine .priLine label {
  float: left;
}

.container.program .sfRight .proForm .formLine .priLine label:nth-child(2) {
  margin-left: 45px;
}



/* 241106 aboutUs 시작 */

/* 어바웃어스 */
.container.about .aboutUs-category-top {
  margin: 0 auto;
  display: block;
}

.container.about .aboutUs-category-top ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container.about .aboutUs-category-top ul li a {
  display: block;
  font-size: 20px;
  font-family: 'nsB';
  color: #222;
  width: 280px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  border: 1px solid #222;
  transition: all .3s;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
}
.container.about .aboutUs-category-top ul li.on a,
.container.about .aboutUs-category-top ul li a:hover {
  background-color: #444;
  color: #fff;
}

.container.about .aboutUs-container-wrap{
  display: block;
  width: 100%;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box{
  width: 100%;
  background-color: #fff;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box .aboutUs-item-wrap{
  max-width: 1400px;
  margin: 0 auto;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box1{
  padding: 60px 0px 100px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box2{
  background-color: #FAF9F5;
  padding: 100px 0px 85px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box3{
  padding: 90px 0px 190px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box .aboutUs-item-title{
  display: block;
  font-size: 35px;
  font-weight: 600;
  color: #000;
  font-size: 35px;
  font-family: 'nsR';
}

.container.about .aboutUs-container-wrap .aboutUs-item-box1 .aboutUs-item-text{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 120px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box1 .aboutUs-item-text > div{
  width: 100%;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box1 .aboutUs-item-text p{
  font-size: 18px;
  font-family: 'nsR';
  color: #000;
  line-height: 1.8;
  max-width: 571px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box1 .aboutUs-item-text p span{
  font-family: 'nsB';
}

.container.about .aboutUs-container-wrap .aboutUs-item-box2 .aboutUs-item-text div{
  display: flex;
  flex-direction: column;
  margin-top: -36px;
  align-items: center;
  gap: 36px;
  justify-content: center;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box2 .aboutUs-item-text div img{
  display: block;
  width: 363px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box2 .aboutUs-item-text div iframe{
  max-width: 952px;
  width: 100%;
  height: 523px;
  border-radius: 0px 30px 0px 30px;
}

.container.about .aboutUs-container-wrap .aboutUs-item-box3 .aboutUs-item-text img{
  max-width: 1310px;
  width: 100%;
  margin: 20px auto 0;
}

.container.about {
  padding-bottom: 0;
}

.container.about .aboutList {
  max-width: 1400px;
  width: 100%;
  margin: 60px auto 170px;
}

.container.about .aboutList ul li.box {
  box-shadow: 9px 10px 21px rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 55px 52px 50px;
  border-radius: 0px 30px 0px 30px;
  margin-bottom: 50px;
  overflow: hidden;
}

.container.about .aboutList ul li.box .abouWrap {
  display: block;
}

.container.about .aboutList ul li.box .aboutWrap .aboutTitle {
  font-family: "nsEB";
  color: #222222;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 80px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .logo {
  width: 470px;
  min-width: 470px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .logo .logo_link{
  position: absolute;
  bottom: 0px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .logo .logo_link ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .logo img {
  display: block;
  margin: 12px auto 0;
  cursor: pointer;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .logo2 img{
  margin-top: -5px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .logo3 img,
.container.about .aboutList ul li.box .aboutWrap .explainCom .logo4 img,
.container.about .aboutList ul li.box .aboutWrap .explainCom .logo5 img{
  margin: 0 auto;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText {
  width: calc(100% - 550px);
  border-left: 1px solid #cdcdcd;
  padding-left: 50px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText .aboutTag {
  overflow: hidden;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText .aboutTag span {
  font-size: 13px;
  color: #444;
  font-family: "nsB";
  transform: rotate(-0.3deg);
  border-radius: 40px;
  padding: 6px 15px;
  border: 1px solid #bbbbbb;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText .aboutTag span:last-child {
  margin-right: 0px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText p.text-info-title {
  font-size: 24px;
  color: #444;
  font-family: "nsB";
  margin: 0 0px 25px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText p.text-info-title.two{
  line-height: 1.5;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText p.text-info-text {
  margin-bottom: 25px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText p.text-info-text span{
  font-size: 16px;
  color: #444;
  font-family: "nsR";
  line-height: 1.9;
  display: block;
  transform: rotate(-0.03deg);
  letter-spacing: -1px;
  text-indent: -10px;
  padding-left: 10px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .expainText p.text-info-text span:nth-child(1){
  font-family: 'nsB';
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .aboutPeople {
  display: block;
  margin-top: 25px;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .aboutPeople span {
  display: inline-block;
  color: #e5007e;
  font-family: 'nsR';
  font-weight: 500;
  letter-spacing: -0.01em;
  padding-right: 20px;
  cursor: pointer;
  line-height: 29px;
  border-bottom: 1px solid #e5007e;
  background: url("../../images/common/cArrow_down.png") right center/12px no-repeat;
}

.container.about .aboutList ul li.box .aboutWrap .explainCom .aboutPeople span.on {
  background: url("../../images/common/cArrow_up.png") right center/12px no-repeat;
}

.container.about .aboutList ul li.box .peopleTable {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.container.about .aboutList ul li.box .peopleTable.on {
  max-height: 125%;
}

.container.about .aboutList ul li.box .peopleTable table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #cdcdcd;
  width: 100%;
  margin-top: 50px;
}

.container.about .aboutList ul li.box .peopleTable table tr th,
.container.about .aboutList ul li.box .peopleTable table tr td {
  border: 1px solid #cdcdcd;
}

.container.about .aboutList ul li.box .peopleTable table tr th span {
  font-family: "nsB";
  font-size: 16px;
  color: #444;
  display: block;
  text-align: center;
  line-height: 40px;
  transform: rotate(-0.3deg);
  letter-spacing: -0.01em;
}

/* 230209 수정 */
.container.about .aboutList ul li.box .peopleTable table tr td span {
  font-family: "nsR";
  font-size: 16px;
  color: #444;
  display: block;
  padding: 5px;
  text-align: center;
  line-height: 26px;
  transform: rotate(-0.3deg);
  letter-spacing: -0.01em;
}
/* //230209 수정 */

.container.about .aboutList ul li.box .peopleTable table tr td span.two {
  line-height: 22px;
}

.container.about .aboutList ul li.box .peopleTable table tr td span.two:nth-child(1) {
  padding: 10px 0 10px;
}

.container.about .faq {
  padding: 100px 0 150px;
  margin-top: 70px;
  background: #fbf9f6;
}

.container.about .faq > div {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
}

.container.about .faq .tab {
  width: 310px;
}

.container.about .faq .tab li {
  margin-top: 20px;
}

.container.about.faq.tab li:first-child {
  margin-top: 0;
}

.container.about .faq .tab li button {
  width: 100%;
  height: 70px;
  border: 1px solid #cd0a5d;
  border-radius: 35px;
  background: #fff;
  font-family: "nsR";
  font-size: 24px;
  color: #cd0a5d;
  box-sizing: border-box;
}

.container.about .faq .tab li button.on {
  background: #cd0a5d;
  color: #fff;
  font-weight: 700;
}

.container.about .faq .list {
  display: none;
  width: 1000px;
  border-top: 2px solid #000;
}

.container.about .faq .list li {
  padding: 25px 0;
  border-bottom: 1px solid #d6d6d5;
}

.container.about .faq .list li > div {
  display: flex;
  padding-left: 45px;
}

.container.about .faq .list li .q {
  background: url("../../images/sub/ico_faq_bottom.png") right 30px center no-repeat;
  cursor: pointer;
}

.container.about .faq .list li.on .q {
  background-image: url("../../images/sub/ico_faq_top.png");
}

.container.about .faq .list li .q .t {
  font-family: 'nsR';
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 32px;
}

.container.about .faq .list li .q .c {
  margin-left: 15px;
  font-family: "nsR";
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 32px;
}

.container.about .faq .list li .a {
  display: none;
  margin-top: 15px;
}

.container.about .faq .list li .a .t {
  font-family: 'nsR';
  font-size: 24px;
  font-weight: 600;
  color: #222;
  line-height: 28px;
}

.container.about .faq .list li .a .c {
  margin-left: 15px;
  font-family: "nsR";
  font-size: 18px;
  color: #222;
  line-height: 28px;
}

.container.about .faq .list li.on .a {
  display: flex;
}

.container.about .faq .list.on {
  display: block;
}

/* 241106 aboutUs 끝 */



/* 마이페이지 */
body.mypage {
  background: url(../../images/sub/mypage_bg.png) no-repeat;
  background-position: right top;
}

body.mypage .bgBox {
  background: url(../../images/sub/mypage_bg.jpg) no-repeat;
  background-color: #fbf9f6;
  background-size: 100%;
  background-position: center 100px;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.container.mypage {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px 150px;
  overflow: inherit;
}

.container.mypage .spaceForm {
  min-height: 600px;
}

body.mypage .container .conBox .title {
  margin-bottom: 75px;
  padding-top: 50px;
}

.container.mypage .sfLeft {
  background: transparent;
  box-shadow: none;
  padding: 0px;
  width: 300px;
  top: 150px;
  position: sticky;
  display: block;
  float: left;
  border-radius: 0px 40px 0px 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 9px 0px 21px rgb(0 0 0 / 19%);
}

.container.mypage .sfLeft .userInfo {
  padding: 38px 0px 35px 40px;
  background-color: #e93296;
}

.container.mypage .sfLeft .userInfo span {
  font-family: "nsB";
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.container.mypage .sfLeft .userInfo .name {
  font-family: "nsEB";
  font-size: 30px;
  margin-right: -4px;
}

.container.mypage .sfLeft .userInfo a {
  font-size: 14px;
  font-family: "nsB";
  color: #fff;
  display: inline-block;
  transform: rotate(-0.3deg);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 10px;
  padding-right: 20px;
  background: url("../../images/common/opArrow.png") right center/auto no-repeat;
}

.container.mypage .sfLeft .application {
  padding: 39px 39px 70px 39px;
}

.container.mypage .sfLeft .application .appliBox {
  margin-bottom: 30px;
}

.container.mypage .sfLeft .application .appliBox.bt {
  margin-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid #cdcdcd;
}

.container.mypage .sfLeft .application .boxTitle {
  display: block;
  font-family: "nsEB";
  color: #222;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
}

.container.mypage .sfLeft .application .link a {
  font-size: 18px;
  font-family: "nsB";
  color: #444444;
  line-height: 1;
  padding-right: 16px;
  background: url("../../images/common/arrowRight.png") right 2px / auto no-repeat;
}

.container.mypage .sfLeft .application .comStatus {
  font-size: 18px;
  font-family: "nsB";
  color: #444444;
}

.container.mypage .sfLeft .application a.goStartup {
  font-size: 14px;
  font-family: "nsB";
  color: #e5007e;
  display: inline-block;
  transform: rotate(-0.3deg);
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 16px;
  margin-left: 12px;
  padding-right: 20px;
  background: url("../../images/common/colArrow.png") right center/auto no-repeat;
}

.container.mypage .sfRight {
  background-color: transparent;
  width: calc(100% - 400px);
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  display: inline-block;
  margin-left: 100px;
}

.container.mypage .sfRight .myBox .myBoxTitle {
  font-size: 30px;
  font-family: "nsEB";
  color: #222;
  overflow: hidden;
}

.container.mypage .sfRight .myBox .myBoxTitle span.eng {
  font-size: 30px;
  font-family: 'nsR';
  font-weight: 600;
  display: block;
  float: left;
  line-height: 30px;
}

.container.mypage .sfRight .myBox .myBoxTitle span.ko {
  font-size: 26px;
  display: block;
  float: left;
  line-height: 32px;
}

.container.mypage .sfRight .myBox .myBoxTitle span:nth-child(2) {
  margin-left: 5px;
}

.container.mypage .sfRight .myBox .myBoxTitle.ko {
  font-size: 26px;
}

.container.mypage .sfRight .startupInfo,
.container.mypage .sfRight .mpLineBox {
  margin-top: 30px;
  padding: 70px 108px;
  box-shadow: 9px 0px 21px rgba(0, 0, 0, 0.19);
  border-radius: 0px 40px 0px 40px;
}

.container.mypage .sfRight .mpLineBox.short {
  padding-top: 47px;
  padding-bottom: 63px;
}

.container.mypage .sfRight .mpLineBox.info {
  padding-top: 65px;
  padding-bottom: 65px;
}

.container.mypage .sfRight .startupInfo.db {
  padding: 60px 130px;
}

.container.mypage .sfRight .mpLineBox p.mpTitle {
  font-size: 18px;
  font-family: "nsB";
  letter-spacing: -0.025em;
  color: #222;
  display: block;
  line-height: 1;
}

.container.mypage .sfRight .mpLineBox .mpTbox {
  margin: 30px 0px;
}

.container.mypage .sfRight .mpLineBox span.mpText {
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  display: block;
  letter-spacing: -0.025em;
  line-height: 1;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .mpLineBox span.mpText:nth-child(n + 2) {
  margin-top: 16px;
}

.container.mypage .sfRight .mpLineBox table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.container.mypage .sfRight .mpLineBox table tr th,
.container.mypage .sfRight .mpLineBox table tr th {
  line-height: 53px;
}

.container.mypage .sfRight .mpLineBox table tr th {
  background-color: #fbf9f6;
}

.container.mypage .sfRight .mpLineBox table tr {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.container.mypage .sfRight .mpLineBox table tr th span,
.container.mypage .sfRight .mpLineBox table tr td span {
  padding-left: 50px;
  font-size: 14px;
  font-family: "nsR";
  color: #222;
  display: block;
  letter-spacing: -0.025em;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .mpLineBox table tr td span {
  padding: 0px;
  text-align: center;
}

.container.mypage .sfRight .mpLineBox input {
  display: none;
}

.container.mypage .sfRight .mpLineBox label {
  display: block;
  margin: 25px 0px;
  font-family: "nsR";
}

body.mypage label input[type="checkbox"] + span {
  padding-left: 32px;
  background: url("../../images/common/check.jpg") no-repeat;
  background-position: left 2px;
  display: inline-block;
  padding: 4px 0px 2px 32px;
  font-size: 16px;
  font-family: "nsR";
  letter-spacing: -0.01em;
  transform: rotate(-0.3deg);
}

body.mypage label input[type="checkbox"]:checked + span {
  padding-left: 32px;
  background: url("../../images/common/checked.jpg") no-repeat;
  background-position: left 2px;
}

.container.mypage .sfRight .mpLineBox label span {
  display: block;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .mpLineBox button {
  display: block;
  margin: 0 auto;
  height: 50px;
  padding: 0px 40px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #222222;
  font-family: "nsR";
  font-size: 18px;
  color: #fff;
}

.container.mypage .sfRight .mpLineBox .noneStartup {
  background: url("../../images/sub/startup.png") left top/auto no-repeat;
  margin: 0px 52px;
  overflow: hidden;
  padding-top: 16px;
}

.container.mypage .sfRight .mpLineBox .noneStartup p {
  font-family: "nsB";
  color: #222;
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.container.mypage .sfRight .mpLineBox .noneStartup p span {
  font-family: 'nsR';
  font-weight: 500;
}

.container.mypage .sfRight .mpLineBox .noneStartup > span {
  font-size: 18px;
  font-family: "nsB";
  color: #444;
  line-height: 30px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.container.mypage .sfRight .mpLineBox .noneStartup > span strong {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.container.mypage .sfRight .mpLineBox .noneStartup > span strong span {
  font-family: 'nsR';
  font-weight: 500;
}

.container.mypage .sfRight .mpLineBox button.red {
  background-color: #e5007e;
}

/* 스타트업 정보 입력 */

.container.mypage .sfRight .startupInfo table {
  width: 100%;
}

.container.mypage .sfRight .startupInfo table.mt60 {
  margin-top: 60px;
}

.container.mypage .sfRight .startupInfo table tr td {
  padding: 10px 0px;
}

.container.mypage .sfRight .startupInfo table tr td.top {
  vertical-align: top;
}

.container.mypage .sfRight .startupInfo table tr td span {
  line-height: 40px;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  letter-spacing: -0.025em;
  display: block;
  float: left;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .startupInfo table tr td span.mb8 {
  margin-bottom: 8px;
}

.container.mypage .sfRight .startupInfo table tr td span.unit {
  float: left;
  margin-left: 7px;
}

.container.mypage .sfRight .startupInfo table tr td .dateBox {
  position: relative;
  width: 216px;
}

.container.mypage .sfRight .startupInfo table tr td .dateBox span {
  position: absolute;
  top: 8px;
  left: 115px;
}

.container.mypage .sfRight .startupInfo table tr td .dateBox span img {
  display: block;
}

.container.mypage .sfRight .startupInfo table tr td .labelBox {
  line-height: 40px;
  overflow: hidden;
}

.container.mypage .sfRight .startupInfo table tr td .labelBox label,
.container.mypage .sfRight .startupInfo table tr td .labelBox label span {
  display: block;
  float: left;
  line-height: 40px;
}

.container.mypage .sfRight .startupInfo table tr td .labelBox label:nth-child(2) {
  margin-left: 50px;
}

.container.mypage .sfRight .startupInfo table tr td .import {
  color: #e5007e;
}

.container.mypage .sfRight .startupInfo table tr td span.info {
  line-height: 30px;
  font-size: 14px;
  letter-spacing: -0.025em;
  color: #444444;
  font-family: "nsR";
  transform: rotate(-0.3deg);
  margin-top: 2px;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .startupInfo label input[type="checkbox"],
.container.mypage .sfRight .startupInfo label input[type="radio"] {
  display: none;
}

.container.mypage .sfRight .startupInfo label input[type="radio"] + span {
  padding-left: 32px;
  background: url("../../images/common/radio.jpg") no-repeat;
  background-position: left 9px;
  display: inline-block;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  transform: skew(-0.3deg);
  line-height: 22px;
  float: left;
  padding: 0 0 0 32px;
}

.container.mypage .sfRight .startupInfo label input[type="radio"]:checked + span {
  padding-left: 32px;
  background: url("../../images/common/radio_c.jpg") no-repeat;
  background-position: left 9px;
}

.container.mypage .sfRight .startupInfo input[type="text"] {
  width: 150px;
  padding: 0px 20px;
  line-height: 38px;
  border: 1px solid #cecece;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  letter-spacing: -0.025em;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .startupInfo input[type="text"].full {
  width: calc(100%);
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .startupInfo input[type="text"].normal {
  width: 176px;
  float: left;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  transform: rotate(-0.3deg);
}

.container.mypage .sfRight .startupInfo input[type="text"].dateInput {
  padding: 0 20px 0 20px;
  width: 146px;
}

.container.mypage .sfRight .startupInfo input[type="text"].short {
  width: 88px;
  padding: 0;
  text-align: center;
  float: left;
}

.container.mypage .sfRight .startupInfo input[type="text"].middle {
  width: 106px;
  padding: 0px;
  text-align: center;
  float: left;
}

.container.mypage .sfRight .startupInfo .hypen {
  margin: 0px 7px;
}

.container.mypage .sfRight .startupInfo select {
  appearance: none;
  -webkit-appearance: none;
  width: 115px;
  height: 40px;
  border: 1px solid #cecece;
  padding-left: 10px;
  font-size: 16px;
  font-family: "nsR";
  color: #222;
  transform: rotate(-0.3deg);
  background: url("../../images/common/toggleBtn.jpg") 90px center/auto no-repeat;
}

.container.mypage .sfRight .startupInfo .privacy {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #cdcdcd;
}

.container.mypage .sfRight .startupInfo .privacy .borderTitle {
  font-size: 18px;
  font-family: "nsB";
  color: #444;
  display: block;
  margin-bottom: 30px;
}

.container.mypage .sfRight .startupInfo .tableTitle {
  font-size: 18px;
  font-family: "nsB";
  color: #444;
  display: block;
  margin-bottom: 20px;
  border-top: 1px solid #cdcdcd;
  margin-top: 30px;
  padding-top: 40px;
}

.container.mypage .sfRight .startupInfo .toggleBox div {
  padding: 14px 20px;
  border: 1px solid #dedede;
}

.container.mypage .sfRight .startupInfo .toggleBox div p {
  min-height: 145px;
  overflow-y: scroll;
  font-size: 16px;
  color: #222222;
  font-family: "nsR";
  transform: rotate(-0.3deg);
  letter-spacing: -0.025em;
}

.container.mypage .sfRight .startupInfo .agreePri {
  margin-top: 16px;
}

.container.mypage .sfRight .startupInfo .agreePri label:nth-child(n + 2) {
  margin-left: 50px;
}

.container.mypage .sfRight .startupInfo .privacy button {
  margin: 30px auto 0px;
  display: block;
}

.container.mypage .file-input {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 100%;
}

.container.mypage .file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  font-size: 0px;
}

.container.mypage .file-input > .button {
  display: inline-block;
  cursor: pointer;
  font-family: "nsR";
  border: 1px solid #cecece;
  background: #efefef;
  color: #222222;
  font-size: 16px !important;
  font-family: "nsR";
  width: 100px;
  text-align: center;
  height: 38px;
  margin-left: 8px;
  line-height: 40px !important;
}

.container.mypage .file-input > .button span {
  text-align: center;
  float: none !important;
}

.container.mypage .file-input > .label {
  color: #1b1b1b;
  white-space: nowrap;
  height: 38px;
  line-height: 38px !important;
  font-family: "nsR";
  float: left;
  font-size: 16px !important;
  display: block;
  margin-left: 0px !important;
  border: 1px solid #cdcdcd;
  padding-left: 20px;
  width: calc(100% - 132px);
}

.container.mypage .file-input.-chosen > .label {
  opacity: 1;
}

.container.mypage .sfRight .startupInfo .addTable {
  width: 100px;
  height: 40px;
  background-color: #000;
  text-align: center;
  margin: 10px auto 0px;
  display: block;
}

.container.mypage .sfRight .startupInfo .addTable span {
  padding-right: 30px;
  background: url("../../images/common/plus.png") right center/auto no-repeat;
  font-size: 16px;
  font-family: "nsR";
  color: #fff;
}

.container.mypage .sfRight .startupInfo .owner {
  display: none;
}

.container.mypage .sfRight .startupInfo .owner.on {
  display: block;
}

/* 스타트업 리스트 */
.myList {
  width: 100%;
  margin-top: 30px;
}

.myList table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid #000;
}

.myList table tr {
  border-bottom: 1px solid #d4d4d4;
  line-height: 32px;
}

.myList table tr.cursor {
  cursor: pointer;
}

.myList table tr:nth-child(1) {
  border-bottom: 1px solid #313131;
}

.myList table tr th {
  text-align: center;
  background-color: #fbf9f6;
  padding: 14px 0;
}

.myList table tr th span {
  font-family: "nsB";
  font-size: 18px;
  color: #222;
  text-align: center;
  display: block;
}

.myList table tr th span.left {
  text-align: left;
  padding-left: 30px;
}

.myList table tr td {
  background-color: #fff;
  padding: 10px 0;
}

.myList table tr td span {
  font-family: "nsR";
  font-size: 16px;
  color: #444;
  text-align: center;
  display: block;
  transform: rotate(-0.3deg);
}

.myList table tr td span.selected {
  color: #e5007e;
}

.myList table tr td span.left {
  text-align: left;
  padding-left: 30px;
}

.container.mypage .myList .listBtn {
  width: 100px;
  height: 40px;
  background-color: #000;
  text-align: center;
  margin: 20px auto 0px;
  display: block;
}

.container.mypage .myList .listBtn span {
  padding-right: 30px;
  background: url("../../images/common/plus.png") right center/auto no-repeat;
  font-size: 16px;
  font-family: "nsR";
  color: #fff;
}

.container.mypage .buttonWrap {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #cdcdcd;
}

.container.mypage .buttonWrap button + button {
  margin-left: 4px;
}

.container.mypage .deleteBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container.mypage .deleteBox .delL span {
  display: block;
  font-size: 18px;
  font-family: "nsB";
  color: #444;
  line-height: 30px;
}

.container.mypage .timeBox {
  display: flex;
  align-items: center;
}

.container.mypage .timeBox .date {
  min-width: 90px;
}

.container.mypage .timeBox .time {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}

.container.mypage .timeBox .time span {
  font-size: 14px;
  line-height: 20px;
  margin-right: 5px;
}

/* 스페이스 상세내역 */

.container.mypage .sfRight .startupInfo.sb {
  padding: 50px 25px 50px 85px;
}

.container.mypage .spaceBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.container.mypage .spaceBox .sbLine {
  overflow: hidden;
}

.container.mypage .spaceBox .sbLine:nth-child(n + 2) {
  margin-top: 10px;
}

.container.mypage .spaceBox .sbLine .sbTitle {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-family: "nsB";
  min-width: 110px;
  position: relative;
}

.container.mypage .spaceBox .sbLine .sbTitle::after {
  content: " ";
  width: 1px;
  height: 14px;
  background-color: #b9b9b9;
  position: absolute;
  top: 8px;
  right: 0px;
}

.container.mypage .spaceBox .sbLine .sbText {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  font-family: "nsR";
  padding-left: 10px;
  display: block;
  transform: rotate(-0.3deg);
}

.container.mypage .spaceBox .sbL {
  width: calc(100% - 224px);
  border-right: 1px solid #cecece;
}

.container.mypage .spaceBox .sbR {
  padding: 0px 85px;
}

.container.mypage .spaceBox .sbR .status {
  font-size: 20px;
  line-height: 1;
  font-family: "nsB";
  display: block;
  text-align: center;
  color: #444;
}

.container.mypage .spaceBox .sbR button {
  background-color: #efefef;
  display: block;
  margin: 20px auto 0px;
  width: 54px;
  border-radius: 0px;
  line-height: 32px;
  padding: 0px;
  height: 32px;
  border: 1px solId #cecece;
  font-size: 14px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  transform: rotate(-0.3deg);
  color: #222;
}

.container.mypage .spaceInfo {
  margin-top: 25px;
  overflow: hidden;
}

.container.mypage .spaceInfo span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #444;
  font-family: "nsB";
  letter-spacing: -0.01em;
  transform: rotate(-0.3deg);
  padding-left: 40px;
}

.container.mypage .spaceInfo .siBox {
  float: left;
  display: block;
}

.container.mypage .spaceInfo button {
  background-color: #efefef;
  display: block;
  margin: 20px auto 0px 10px;
  border-radius: 0px;
  line-height: 30px;
  padding: 0px 14px;
  height: 30px;
  border: 1px solId #cecece;
  font-size: 14px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  transform: rotate(-0.3deg);
  color: #222;
  float: left;
}

.myList.hori {
  margin-top: 60px;
}

.myList.hori table tr {
  line-height: 50px;
}

.myList.hori table tr th span.left {
  padding-left: 55px;
}

.myList.hori table tr th span {
  font-family: "nsR";
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #444;
  display: block;
  transform: rotate(-0.3deg);
}

.myList.hori table tr td span {
  text-align: left;
  padding-left: 55px;
}

.myList.hori table tr:nth-child(1) {
  border-color: #d4d4d4;
}

.myList.hori button {
  display: block;
  margin: 40px auto 0px;
}

/* 회원정보 수정 */
.container.mypage .sfRight .mpLineBox.info p {
  text-align: center;
  color: #444;
  line-height: 1;
}

.container.mypage .sfRight .mpLineBox.info .infoForm {
  overflow: hidden;
  margin: 30px auto;
  width: 442px;
}

.container.mypage .sfRight .mpLineBox.info .infoForm span {
  font-size: 16px;
  font-family: "nsR";
  display: block;
  float: left;
  transform: rotate(-0.3deg);
  min-width: 78px;
  height: 40px;
  line-height: 40px;
}

.container.mypage .sfRight .mpLineBox.info .infoForm input {
  width: 362px;
  height: 38px;
  border: 1px solid #cecece;
  display: block;
  float: left;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr {
  border: none;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr th,
.container.mypage .sfRight .mpLineBox .infoDetail table tr td {
  padding: 10px 0px;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr th.top {
  vertical-align: top;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr th,
.container.mypage .sfRight .mpLineBox .infoDetail table tr th {
  line-height: 40px;
  padding: 10px 0px;
  background-color: #fff;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr th span,
.container.mypage .sfRight .mpLineBox .infoDetail table tr td span {
  background-color: #fff;
  padding: 0px;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr th span {
  font-size: 16px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  display: block;
  transform: rotate(-0.3deg);
  color: #222;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr td span {
  font-size: 16px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  display: block;
  transform: rotate(-0.3deg);
  color: #666;
  text-align: left;
  float: left;
}

.container.mypage .sfRight .mpLineBox .infoDetail table tr td input {
  width: 352px;
  height: 38px;
  border: 1px solid #cecece;
  padding-left: 20px;
  font-size: 16px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  transform: rotate(-0.3deg);
  color: #222;
  display: block;
  float: left;
  margin-right: 13px;
}

.container.mypage .sfRight .mpLineBox .infoDetail p {
  font-size: 18px;
  color: #444;
  font-family: "nsB";
  text-align: left;
  margin: 30px 0;
  padding-top: 40px;
  border-top: 1px solid #cdcdcd;
}

.container.mypage .sfRight .mpLineBox .infoDetail .error {
  font-size: 14px;
  letter-spacing: -0.025em;
  color: #e5007e;
  float: left;
  display: block;
  transform: translate(-0.3deg);
  line-height: 40px;
}

.container.mypage .sfRight .mpLineBox button.info {
  margin-top: 20px;
}

.container.mypage .myInfo {
  margin-top: 30px;
  overflow: hidden;
}

.container.mypage .myInfo span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #444;
  font-family: "nsB";
  letter-spacing: -0.01em;
  transform: rotate(-0.3deg);
  padding-left: 40px;
}

.container.mypage .myInfo .siBox {
  float: left;
  display: block;
}

.container.mypage .myInfo button {
  background-color: #efefef;
  display: block;
  margin: 0px auto 0px 10px;
  border-radius: 0px;
  line-height: 30px;
  padding: 0px 14px;
  height: 30px;
  border: 1px solId #cecece;
  font-size: 14px;
  font-family: "nsR";
  letter-spacing: -0.025em;
  transform: rotate(-0.3deg);
  color: #222;
  float: left;
}

/* ETC 시작 */
.etcBox {
  background: url(../../images/sub/login_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0px 95px;
  min-height: 665px;
}

.etcBox .conBox .title {
  display: block;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1;
  font-family: "nsEB";
  font-size: 50px;
  letter-spacing: -0.025em;
  color: #222;
}

.etcBox .etcText {
  width: 100%;
  max-width: 1200px;
  padding: 0px 100px 100px;
  background-color: #fff;
  box-shadow: 6px 3px 5px rgb(0 0 0 / 7%);
  overflow: hidden;
}

.etcBox .titleFir {
  font-family: "nsB";
  font-size: 28px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 1;
  margin-top: 100px;
  display: block;
}

.etcBox .titleSec {
  font-family: "nsB";
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 1;
  display: block;
  margin-top: 50px;
}

.etcBox .titleThr {
  font-family: "nsB";
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 28px;
  display: block;
  margin-top: 30px;
}

.etcBox .titleThr.reg {
  font-family: "nsR";
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 28px;
  display: block;
  margin-top: 30px;
}

.etcBox .titleThr.mt100 {
  margin-top: 100px;
}

.etcBox .titleThr.mt50 {
  margin-top: 50px;
}

.etcBox .smallText {
  font-family: "nsR";
  font-size: 16px;
  letter-spacing: -0.025em;
  color: #222;
  line-height: 28px;
  display: block;
  transform: rotate(-0.3deg);
}

.etcBox .smallText.mt10 {
  margin-top: 10px;
}

.etcBox .smallText.mt30 {
  margin-top: 30px;
}

.etcBox table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

.etcBox table tr th,
.etcBox table tr td {
  border: 1px solid #cdcdcd;
}

.etcBox table tr th span {
  font-family: "nsB";
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 24px;
  display: block;
  transform: rotate(-0.3deg);
  line-height: 40px;
  text-align: center;
}

.etcBox table tr td {
  padding: 10px 20px;
  text-align: left;
}

.etcBox table tr td span {
  text-align: left;
}

.etcBox table tr td.center span {
  text-align: center;
  display: block;
}

.etcBox table tr td.center {
  text-align: center;
  padding: 10px 0px;
}

.etcBox table tr td span {
  font-family: "nsR";
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #444444;
  line-height: 24px;
  display: block;
  transform: rotate(-0.3deg);
}



/* 검색결과 시작 */
body.search-container{
  /*background: url("../../images/sub/search_bg.png") left top/auto no-repeat;*/
}

.container.new_search {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 1px 0px 150px;
}
.container.new_search .conBox .title {
  display: block;
  margin: 175px auto 40px;
  text-align: center;
  font-size: 60px;
  font-family: 'nsR';
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: -0.025em;
  line-height: 42px;
  padding-top: 0;
}

.container.new_search .search-line{
  display: block;
  position: relative;
  width: 650px;
  height: 60px;
  margin: 0 auto;
}

.container.new_search .search-line input{
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 60px;
  color: #000;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 0 22px 0 0;
  font-family: 'nsR';
}

.container.new_search .search-line input::placeholder{
  font-size: 18px;
  line-height: 60px;
  color: #000;
}

.container.new_search .search-line button{
    display: block;
    position: absolute;
    z-index: 10;
    top: -0.5px;
    right: 0;
    background: url(../../images/sub/ico-search.png) left top / auto no-repeat;
    width: 60px;
    height: 60px;
}

.container.new_search .search-category{
  display: block;
  margin: 60px 0px 30px;
}

.container.new_search .search-category ul{
  display: flex;
  flex-direction: row;
}

.container.new_search .search-category ul li{
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
  padding-top:16px;
}

.container.new_search .search-category ul li a{
  font-size: 20px;
  font-family: 'nsB';
  color: #222;
}

.container.new_search .search-category ul li:nth-child(n+2){
  margin-left: 40px;
}

.container.new_search .search-category ul li:nth-child(n+2)::after{
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 16px;
  left: -20.5px;
}

.container.new_search .search-category ul li.on a{
  color: #DC007A;
}

.container.new_search .search-category ul li.on::before{
  content: " ";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #DC007A;
  top: 0;
  left: calc( 50% - 4.5px );
}

.container.new_search .search-category-newList table{
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.container.new_search .search-category-newList table tr th{
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 80px;
}

.container.new_search .search-category-newList table tr th span{
  font-size: 20px;
  font-family: 'nsEB';
  color: #000;
  text-align: center;
}

.container.new_search .search-category-newList table tr td{
  text-align: center;
}

.container.new_search .search-category-newList table tr td.left{
  text-align: left;
}

.container.new_search .search-category-newList table tr td.pl20 span{
  padding-left: 20px;
}

.container.new_search .search-category-newList table tr td.pl30 span{
  padding-left: 30px;
}

.container.new_search .search-category-newList table tr td.pl30 span {
  padding-left: 60px;
}

.container.new_search .search-category-newList table tr td span{
  font-size: 18px;
  font-family: 'nsR';
  color: #000;
  line-height: 80px;
}

.container.new_search .search-category-newList table tr td span.ing{
  color: #E5007E;
  font-family: 'nsB';
}

.container.new_search .search-category-newList table tr td a{
  cursor: pointer;
}

.container.new_search .search-category-newList table tr td .search-category-title{
  text-align: left;
}

.container.new_search .search-category-newList table tr td .search-category-title span{
  line-height: unset;
}

.container.new_search .search-category-newList table tr td .search-category-mark{
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 10px;
}

.container.new_search .search-category-newList table tr td .search-category-mark span{
  font-size: 11px;
  font-family: 'nsB';
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

.container.new_search .search-category-newList table tr td .search-category-mark span.technology {
  background-color: #B01010;
}

.container.new_search .search-category-newList table tr td .search-category-mark span.suburbs {
  background-color: #BFBFBF;
  color: #000;
}

.container.new_search .search-category-newList table tr td .search-category-mark span.startup {
  background-color: #ff0000;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.crimson {
  background-color: #E5007E;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.campus {
  background-color: #85200C;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.network {
  background-color: #B01010;
}

.container.new_search .search-category-newList table tr td .search-category-mark span.facility {
  background-color: #1155CC;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.commercial {
  background-color: #674EA7;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.event {
  background-color: #38761D;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.mentoring {
  background-color: #FF6D01;
}
.container.new_search .search-category-newList table tr td .search-category-mark span.etc {
  background-color: #5B0F00;
}

.container.new_search .search-category-newList table tr td .search-category-mark span.suburb {
  background-color: #5E5E5E;
}

.container.new_search .search-category-newList table tr td a.reserving{
  font-size: 18px;
  line-height: 28px;
  font-family: 'nsB';
  color: #E5007E;
  padding-right: 34px;
  background: url(../../images/sub/ico-reserve.png) right top / 24px no-repeat;
  display: inline-block;
}

.container.new_search .search-category-newList table tr td .empty {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.container.new_search .search-category-newList table tr td .empty span {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 24.97px;
	text-align: center;
	color: #000;
	padding-top:72px;
	background: url(../../images/common/ico_search_no.png) center top no-repeat;

}


.search-category-import img{
  display: none;
  margin: 0 auto;
}

.search-category-import.import img{
  display: block;
}


.container.new_search .search-category-newList .search-category-portList ul{
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}

.container.new_search .search-category-newList .search-category-portList ul li{
  width: calc( ( 100% - 120px ) / 5 );
  position: relative;
}

.container.new_search .search-category-newList .search-category-portList ul li::after{
  content: " ";
  float: left;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.container.new_search .search-category-newList .search-category-portList ul li a {
  position: absolute;
  display: block;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	overflow: hidden;
}

.container.new_search .search-category-newList .search-category-portList ul li a .hoverBox{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container.new_search .search-category-newList .search-category-portList ul li a .hoverBox span {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  font-family: 'nsB';
}

.container.new_search .search-category-newList .search-category-portList ul li a:hover .hoverBox{
  transition: all 0.3s ease;
  opacity: 1;
  transform: scale(1.1);
}

.container.new_search .search-category-newList .search-category-portList ul li a .imgBox{
  display: flex;
	align-items: center;
	justify-content: center;
  width: 100%;
  height: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.5px;
	text-align: center;
}

.container.new_search .search-category-newList .search-category-portList ul li a .imgBox img{
	/*
  width: 100%;
  height: 100%;
	*/
	width: auto !important;
	max-width: 80%;
  object-fit: cover;
  display: inline-block;
}




/* 스페이스페이지 추가 */

/* 검색결과 시작 */
body.search-container {
  /*background: url("../../images/sub/search_bg.png") left top/auto no-repeat;*/
}

.container.new_space {
  width: 100%;
  margin: 0 auto;
  padding: 1px 0px 0;
}

.container.new_space .conBox .title {
  display: block;
  margin: 175px auto 40px;
  text-align: center;
  font-size: 60px;
  font-family: 'nsR';
  font-weight: 600;
  line-height: 1;
  color: #222;
  letter-spacing: -0.025em;
  padding-top: 0;
}

.container.new_space .space-category-top{
  margin: 0 auto;
  display: block;
}

.container.new_space .space-category-top ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container.new_space .space-category-top ul li a{
  font-size: 20px;
  font-family: 'nsB';
  color: #222;
  width: 280px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  border: 1px solid #222;
  transition: all .3s;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
  display: block;
}

.container.new_space .space-category-top ul li.on a,
.container.new_space .space-category-top ul li a:hover{
  background-color: #444;
  color: #fff;
}

.container.new_space .space-category {
  display: block;
  margin: 60px auto 30px;
  max-width: 1400px;
}

.container.new_space .space-category ul {
  display: flex;
  flex-direction: row;
}

.container.new_space .space-category ul li {
  display: flex;
  flex-direction: row;
  gap: 4px;
  position: relative;
  padding-top: 16px;
}

.container.new_space .space-category ul li a {
  font-size: 20px;
  font-family: 'nsB';
  color: #222;
}

.container.new_space .space-category ul li:nth-child(n+2) {
  margin-left: 40px;
}

.container.new_space .space-category ul li:nth-child(n+2)::after {
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 16px;
  left: -20.5px;
}

.container.new_space .space-category ul li.on a {
  color: #DC007A;
}

.container.new_space .space-category ul li.on::before {
  content: " ";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #DC007A;
  top: 0;
  left: calc(50% - 4.5px);
}

.container.new_space .space-info-wrap{
  padding: 60px 0px 125px;
  background-color: #FAF9F5;
}

.container.new_space .space-info-wrap .space-info-img{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.container.new_space .space-info-wrap .space-info-img div{
  display: block;
  width: calc( ( 100% - 40px ) / 2 );
  position: relative;
}

.container.new_space .space-info-wrap .space-info-img div img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container.new_space .space-info-wrap .space-info-text{
  display: flex;
  flex-direction: column;
  margin: 60px auto 80px;
  max-width: 1400px;
  gap: 60px;
}

.container.new_space .space-info-wrap .space-info-text > div{
  display: flex;
  flex-direction: row;
  gap: 60px;
}


.container.new_space .space-info-wrap .space-info-text .info-flex-box{
  width: 100%;
}

.container.new_space .space-info-wrap .space-info-text .info-flex-box.flex{
  width: calc( ( 100% - 60px ) / 2 );
}


.container.new_space .space-info-wrap .space-info-text .info-text-bottom > div{
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}

.container.new_space .space-info-wrap .space-info-text .info-text-title span{
  display: block;
  font-size: 24px;
  font-family: 'nsB';
  color: #000;
  margin-bottom: 20px;
}


.container.new_space .space-info-wrap .space-info-text .info-text-sub span{
  display: block;
  font-size: 20px;
  font-family: 'nsR';
  color: #000;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
}

.container.new_space .space-info-wrap .space-info-text .info-text-sub span::before{
  content: "·";
  display: block;
  width: 9px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.container.new_space .space-info-wrap .space-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 302px;
  height: 64px;
  border-radius: 64px;
  background-color: #e5007e;
}

.container.new_space .space-info-wrap .space-btn a span{
  font-size: 24px;
  color: #fff;
  font-family: 'nsEB';
  padding-right: 44px;
  background: url('../../images/sub/ico-arrow-right.png') right center/auto no-repeat;
}

.container.new_space .space-info-wrap .space-btn.btn-double {
  display: flex;
  justify-content: center;
  gap: 2rem;
  height: auto;
}

.container.new_space .space-info-wrap .space-btn.btn-double a {
  margin: 0;
}

.container.new_space .space-rental-wrap{
  padding: 60px 0px 140px;
  background-color: #FAF9F5;
}

.container.new_space .space-rental-item ul{
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
  margin: 0 auto;
}

.container.new_space .space-rental-item ul li{
  width: calc( ( 100% - 110px ) / 3 );
}


.container.new_space .space-rental-item ul li .space-rental-img{
  width: 100%;
  height: 252px;
  position: relative;
}

.container.new_space .space-rental-item ul li .space-rental-img img{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.container.new_space .space-rental-item ul li .space-rental-title{
  display: block;
  margin: 25px 0px 15px;
}

.container.new_space .space-rental-item ul li .space-rental-title span{
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.container.new_space .space-rental-item ul li .spaceLink {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.container.new_space .space-rental-item ul li .spaceLink a {
  display: inline-block;
  color: #e5007e;
  font-size: 16px;
	line-height: 20px;
  font-family: "nsR";
  transform: skew(-0.3deg);
  text-decoration: underline;
	text-underline-offset: 4px;
  position: relative;
  padding-right: 14px;
  background: url("../../images/common/right_mini.png") right center/9px 15px no-repeat;
  background-size: 10px 15px;
}

.container.new_space .space-stage-item .space-rental-title{
  display: block;
  font-size: 24px;
  font-family: 'nsEB';
  color: #222;
  max-width: 1400px;
  margin: 0 auto 30px;
}

.container.new_space .space-stage-item ul {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 55px;
  margin: 0 auto;
}

.container.new_space .space-stage-item ul li {
  width: calc((100% - 110px) / 3);
  position: relative;
  padding: 30px 31px 34px;
  background-color: #fff;
  border-radius: 0px 30px 30px 0px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}


.container.new_space .space-stage-item ul li .space-rental-img {
  width: 100%;
  height: 252px;
  position: relative;
}

.container.new_space .space-stage-item ul li .space-rental-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container.new_space .space-stage-item ul li .space-rental-category {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.container.new_space .space-stage-item ul li .space-rental-category .type1 {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  color: #cd0a5d;
  box-sizing: border-box;
}

.container.new_space .space-stage-item ul li .space-rental-category .type2 {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #cd0a5d;
  border-radius: 5px;
  background: #cd0a5d;
  font-family: "nsB";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
}


.container.new_space .space-stage-item ul li .space-rental-title {
  display: block;
  margin: 25px 0px 15px;
}

.container.new_space .space-stage-item ul li .space-rental-title span {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.container.new_space .space-stage-item ul li .spaceLink {
  display: block;
  overflow: hidden;
}

.container.new_space .space-stage-item ul li .spaceLink a {
  display: inline-block;
  color: #e5007e;
  font-size: 16px;
  font-family: "nsR";
  transform: skew(-0.3deg);
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  background: url("../../images/common/right_mini.png") right center/9px 15px no-repeat;
  background-size: 10px 15px;
}

.container.new_space .space-stage-item ul li .reserveMark {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 66px;
  background-color: #e5007e;
  font-size: 14px;
  color: #fff;
  line-height: 66px;
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
  z-index: 9;
}

.container.new_space .space-rental-info ul{
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}

.container.new_space .space-rental-info ul li {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #444;
  font-weight: bold;
}

.container.new_space .space-rental-info ul li a{
  text-decoration: underline;
  color: #444;
  font-size: 15px;
}

.container.new_space .eqiup_ment{
  display: block;
  text-align: center;
  max-width: 1400px;
  margin: 60px auto 0 ;
  height: 47px;
  background-color: #f2f0e8;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 47px;

}
/* EDUCATION 시작 */
.nav-tabs-sub,
.nav-tabs {
  width: 100%;
  margin: 0;
}

.nav-tabs-sub>li,
.nav-tabs>li {
  float: left;
}

.nav-tabs-sub>a,
.nav-tabs>a {
  float: left;
}

.tab-content {
  width: 100%;
}
.tab-pane-sub,
.tab-pane {
  display: none;
}
.tab-pane-sub.active,
.tab-pane.active {
  display: block;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.top-nav li a {
  display: block;
  font-size: 20px;
  font-family: 'nsB';
  color: #222;
  width: 280px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  border: 1px solid #222;
  transition: all .3s;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
}

.top-nav li.active a,
.top-nav li:hover a {
  background-color: #444;
  color: #fff;
}

.content-wrap .content-top {
  width: 100%;
  margin: 60px auto 90px;
  overflow: hidden;
}

.content-wrap .content-top .content-top-wrap{
  max-width: 1400px;
  margin: 0 auto;
}

.content-wrap .content-top .content-top-wrap .title-con{
  font-size: 35px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

.content-wrap .content-top .content-top-wrap .text-con{
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.content-wrap .content-bottom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FAF9F5;
  padding: 100px 0px;
}

.content-wrap .content-bottom .content-bottom-wrap{
  max-width: 1400px;
  margin: 0 auto;
}

.content-wrap .content-bottom .content-bottom-wrap .title-con{
  font-size: 35px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.content-wrap .content-bottom .content-bottom-wrap .nav-tabs-sub{
  display: flex;
  flex-direction: row;
  margin: 36px 0px 60px;
  gap: 20px;
  position: relative;
}
.content-wrap .content-bottom .content-bottom-wrap .nav-tabs-sub::after{
  content: " ";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
  top: 2px;
  left: 57.5px;
}
.content-wrap .content-bottom .content-bottom-wrap .nav-tabs-sub li a{
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 20px;
  position: relative;
}
.content-wrap .content-bottom .content-bottom-wrap .nav-tabs-sub li.active a{
  color: #dc007a;
}
.content-wrap .content-bottom .content-bottom-wrap .nav-tabs-sub li.active a::after{
  content: " ";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #dc007a;
  top: -12px;
  left: calc( 50% - 4.5px );
}
.content-wrap .content-bottom .content-bottom-wrap .img-box{
  display: block;
  width: 100%;
}
.content-wrap .content-bottom .content-bottom-wrap .img-box img{
  display: block;
  width: 100%;
}

.content-wrap .content-bottom .content-bottom-wrap .info-ment{
  font-size: 16px;
  font-weight: 600;
  color: #666;
  line-height: 24px;
  padding-left: 32px;
  background: url('../../images/sub/ico-info-mark.svg') left center/24px no-repeat;
  margin-top: 80px;
}

.ceo-list > ul{margin-top: 125px;}
.ceo-list > ul{display: flex; flex-direction: row;gap: 55px; padding-bottom: 10px;}
.ceo-list > ul > li{position: relative; border: 1px solid rgba(34,34,34,0.2); box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);padding: 110px 0px 32px 40px; width: calc( ( 100% - 110px ) / 3 ); border-radius: 0px 30px 0px 30px;}
.ceo-list > ul li .ceo-box{
  position: relative;
}
.ceo-list > ul li .ceo-box-img{
    position: absolute;
    display: block;
    width: 190px;
    height: 190px;
    top: -217px;
    background: #fff;
    border-radius: 190px;
    left: calc(50% - 115px);
}
.ceo-list > ul > li .ceo-box-logo{position: absolute;}
.ceo-list > ul > li:nth-child(1) .ceo-box-logo{position: absolute; top: -59px; right: 44px;}
.ceo-list > ul > li:nth-child(2) .ceo-box-logo{position: absolute; top: -12px; right: 24px;}
.ceo-list > ul > li:nth-child(3) .ceo-box-logo{position: absolute; top: -18px; right: 22px;}
.ceo-list > ul > li .ceo-title{ display: flex;flex-direction: row; gap: 5px; margin-bottom: 15px;align-items: flex-end;}
.ceo-list > ul > li .ceo-title .ceo-title-com{font-size: 26px; font-family: 'nsB'; color: #000;}
.ceo-list > ul > li .ceo-title .ceo-title-name{font-size: 22px; font-family: 'nsB'; color: #000;}
.ceo-list > ul > li .ceo-text{display: block; margin-bottom: 15px; font-size: 16px; line-height: 1.8; font-family: 'nsR';transform: rotate(-0.03deg);}
.ceo-list > ul > li .ceo-history .ceo-history-title{position: relative; font-size: 16px; font-family: 'nsB'; color: #000; padding: 0px 5px;z-index: 9; display: inline-block;margin-bottom: 8px;}
.ceo-list > ul > li .ceo-history .ceo-history-title::after{content: " "; display: block; position: absolute; width: 100%; height: 9px; left: 0; bottom: 0; background-color: #FFCAE3; z-index: -1;}
.ceo-list > ul > li .ceo-history > div span{display: block;font-size: 14px; line-height: 1.8; color: #000;transform: rotate(-0.03deg);text-indent: -10px;padding-left: 10px;}
.ceo-table-list{margin: 40px auto 0px;}

.ceo-table-list .ceo-table-title{position: relative; font-size: 24px; font-family: 'nsB'; color: #000; padding: 0px 5px;z-index: 9; display: inline-block;line-height: 44px; height: 44px; margin-bottom: 30px;}
.ceo-table-list .ceo-table-title::after{content: " "; display: block; position: absolute; width: 100%; height: 22px; left: 0; bottom: 0; background-color: #FFCAE3; z-index: -1;}
.ceo-table-list .ceo-table-line .ceo-table-wrap{display: flex; flex-direction: row; gap: 55px; }
.ceo-table-list .ceo-table-line .ceo-table-wrap table{table-layout: fixed; border-collapse: collapse; width: 100%; text-align: center;}
.ceo-table-list .ceo-table-line .ceo-table-wrap table tr th{background-color: #FFF0F7;}
.ceo-table-list .ceo-table-line .ceo-table-wrap table tr th{border-top: 2px solid #000; border-bottom: 1px solid #000; line-height: 60px; text-align: center;}
.ceo-table-list .ceo-table-line .ceo-table-wrap table tr th span{font-size: 18px; font-weight: 'nsB'; color: #000;}
.ceo-table-list .ceo-table-line .ceo-table-wrap table tr td{border-bottom: 1px solid #b7b7b7; line-height: 60px; text-align: center;}
.ceo-table-list .ceo-table-line .ceo-table-wrap table tr td:nth-child(2){padding-left: 30px; text-align: left; letter-spacing: -0.5px;}
.ceo-table-list .ceo-table-line .ceo-table-wrap table tr td span{font-size: 18px; color: #000; font-family: 'nsR';}
.ceo-table-line + .ceo-table-line{margin-top: 80px;}
.ceo-bottom-ment{display: block; margin-top: 100px; display: flex; flex-direction: column; gap: 20px;}
.ceo-bottom-ment > span{font-size: 24px; color: #000; font-family: 'nsB';}
.ceo-bottom-ment > li span{font-size: 18px; line-height: 1.8; color: #000; font-family: 'nsR';}

.tab-content-box .title-con{font-size: 35px; font-weight: 600; color: #000; display: block; margin: 0 auto 20px; max-width: 1400px;}
.tab-content-box2 .title-con{margin-bottom: 40px;}
.tab-content-box{padding: 60px 0px; width: 100%; margin: 0 auto;}
.tab-content-box .tab-content-line{max-width: 1400px; margin: 0 auto; width: 100%;}
.tab-content-1 {display: flex; flex-direction: column; gap: 20px; align-items: flex-start; justify-content: flex-start; }
.tab-content-box1 .tab-content-line{display: flex; flex-direction: row; gap: 20px; align-items: flex-start; justify-content: flex-start; width: 1400px;}
.tab-content-box1 .tab-content-line .tab-content-title{min-width: 72px; display: block; font-size: 18px; line-height:1.8; color: #000; font-weight: 700;}
.tab-content-box1 .tab-content-line .tab-content-text{font-size: 18px; line-height: 1.8; display: block; color: #000;}
.tab-content-box1 .tab-content-line .tab-content-text p span{display: inline-block;position: relative; overflow: hidden; padding: 0px 7px;margin-left: 130px;}
.tab-content-box1 .tab-content-line .tab-content-text p span::after{content: " "; display: block; position: absolute; width: 100%; height: 18px; background-color: #FFF0F7; z-index: -1; left: 0; bottom: 0;}
.tab-content-box1 .tab-content-line .tab-content-text p span img{display: inline-block;float: left;margin-top: 5px; margin-right: 8px;}
.tab-content-box1 .tab-content-line .tab-content-text p span a {display: inline-block;margin-left: 30px;font-size: 16px;font-family: "nsB";transform: skew(-0.3deg);position: relative;padding-right: 14px;background: url(../../images/sub/ico-right-new.svg) right center /auto no-repeat;color: #E5007E;border-bottom: 1px solid #E5007E;}

.tab-content-box2{background-color: #FAF9F5;}
.tab-content-box2 table{table-layout: fixed;border-collapse: collapse;width: 100%;max-width: 1400px;margin: 0 auto;text-align: center;}
.tab-content-box2 table tr th{border-top: 2px solid #000; border-bottom: 1px solid #000; line-height: 60px; font-size: 18px; font-family: 'nsB'; line-height: 60px; color: #000; text-align: center;}
.tab-content-box2 table tr th:nth-child(1){background-color: transparent;}
.tab-content-box2 table tr th:nth-child(2){background-color: #FFF0F7;}
.tab-content-box2 table tr th:nth-child(3){background-color: #FFF0F7;}
.tab-content-box2 table tr th:nth-child(4){background-color: #FFE5F1;}
.tab-content-box2 table tr th:nth-child(5){background-color: #FFE5F1;}
.tab-content-box2 table tr th:nth-child(6){background-color: #FFD1E4;}
.tab-content-box2 table tr td{height: 60px; font-size: 18px; font-family: 'nsR'; color: #000; border-bottom: 1px solid #B7B7B7;}
.tab-content-box2 table tr td:nth-child(1){font-family: 'nsB'; color: #000;}
.tab-content-box2 table tr:last-child td:nth-child(2){text-align: left; padding-left: 30px;}


.tab-content-3 {display: flex; flex-direction: column; gap: 20px; align-items: flex-start; justify-content: flex-start;  line-height: 1.8;}
.tab-content-box3 .tab-content-line{display: flex; flex-direction: row; gap: 20px; align-items: flex-start; justify-content: flex-start; width: 1400px;}
.tab-content-box3 .tab-content-line .tab-content-title{min-width: 72px; display: block; font-size: 18px; font-family: 'nsB'; color: #000;}
.tab-content-box3 .tab-content-line .tab-content-text{font-size: 18px; line-height: 1.8; display: block; color: #000;}
.tab-content-box3 .tab-content-line .tab-content-text p span{display: inline-block;position: relative; overflow: hidden; padding: 0px 7px;margin-left: 130px;}
.tab-content-box3 .tab-content-line .info-ment {font-size: 16px;font-weight: 600;color: #666;line-height: 24px;padding-left: 32px;background: url(../../images/sub/ico-info-mark.svg) left center / 24px no-repeat;margin-top: 20px;}


.tab-content-4 {display: flex; flex-direction: column; gap: 20px; align-items: flex-start; justify-content: flex-start;  line-height: 1.8;}
.tab-content-box4{padding: 100px 0px; background-color: #FAF9F5;}
.tab-content-box4 .tab-content-line p{display: block; margin-bottom: 20px; font-size: 18px; line-height: 1.8;}
.tab-content-box4 .tab-content-line button {width: 230px; height: 60px; border-radius: 60px; background-color: #e5007e; text-align: center; line-height: 60px;}
.tab-content-box4 .tab-content-line button span {
    color: #fff;
    display: inline-block;
    padding-right: 44px;
    background: url(../../images/sub/go.svg) right center/34px no-repeat;
    background-position: right center;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 1630px) {
  .container {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    min-width: 1200px;
  }

  .container.full {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .container.mypage,
  .container.program,
  .container.storyView,
  .container.full .viewTitle .comInfo,
  .container.full .comTable {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    min-width: 1200px;
  }

  .port.full .detailBtn {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    min-width: 1200px;
  }

	.content-wrap .content-bottom{width:calc(100% + 80px); margin-left: -40px;}
}

@media screen and (max-width: 1400px) {
  .container.story .my-owl-nav,
  .container.story .owl-carousel {
    width: 1200px !important;
  }

  .container.story .my-owl-nav span.my-next-button {
    right: 120px;
  }

  .container.story .my-owl-nav span.my-prev-button {
    left: 120px;
  }

  body.mypage .bgL {
    right: 72%;
    top: 0;
    width: 28%;
    height: 100%;
  }
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 파이빌 개척자들 추가작업 */

.space-info-company{
  display: flex;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  gap: 26px;
  margin: 0 auto;
}

.space-info-company > div{
  width: calc(50% - 13px);
  border: 1px solid #bfbfbf;
}

.space-info-company > div .space-company-bottom{
  padding: 66px 0px 66px 70px;
}

.space-info-company > div h3{
  display: block;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  font-family: 'nsB';
}

.space-info-company > div img{
  display: block;
  width: 100%;
} 


.space-info-company > div p {
  font-size: 20px;
  line-height: 30px;
  margin: 18px 0 24px;
  font-family: 'nsR';
}
.btn_l_r{display:inline-block; width:220px; height:50px; line-height:50px; border:1px solid #f04e3e; text-align:center; font-size:18px; color:#f04e3e; font-weight:700; font-family: 'nsR';}
.btn_l_r:hover{text-decoration:none !important}
.btn_l_r.more span{display:inline-block; padding-right:70px; background:url(/assets/front/images/sub/ico_btn_arrow_r.png) right center no-repeat}
.btn_l_r.more:hover{background:linear-gradient(to left, #f04e3e, #fc7a37); color:#fff}
.btn_l_r.more:hover span{background-image:url(/assets/front/images/sub/ico_btn_arrow_w.png)}



.lastest-wrap{
  position: relative;
}

.space-info-company_list h2{
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  font-family: 'nsB';
}

.space-info-company_list{

  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 50px;
}

.space-info-company_list .ctg{position:relative; width:100%; margin:130px 0 50px}
.space-info-company_list .ctg:after{content:''; display:block; clear:both}
.space-info-company_list .ctg h4{float:left; display:block; font-size:30px; line-height:30px; font-weight:800; font-family: 'nsB';}
.space-info-company_list .ctg h4:after{position:absolute; left:0; top:-30px; width:70px; height:3px; background:#f04e3e; content:""}
.space-info-company_list .ctg select{float:right; height:31px; line-height:29px}

.space-info_company_ul{
  display: flex;
  flex-wrap: wrap;
  gap: 70px 33px;
  justify-content: flex-start;
}

.space-info_company_ul li{
  position: relative;
  width: calc( (100% - 99px) / 4 );
}

.space-info_company_ul li::after{
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ddd;
}

.space-info_company_ul li:hover:after{
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #f04e3e;
}


.space-info_company_ul li .img{
  width: 100%;
  height: 300px;
}

.space-info_company_ul li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-info_company_ul li .info {
  padding: 25px 30px 50px;
  font-size: 22px;
  font-weight: 800;
  font-family: 'nsB';
}

.space-info_company_ul li > a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.space-info-company_list select{
  width:134px; 
  height:40px; 
  border:1px solid #b5b5b5; 
  font-size:17px; 
  color:#999; 
  line-height:38px; 
  padding-left:10px; 
  background:url(/assets/front/images/sub/ico_select.png) center right 9px no-repeat #fff; 
  position: absolute;
  right: 30px;
  top: -5px;
  }

.space-info-company_list select{-webkit-appearance:none; -moz-appearance:none; appearance:none}

.space-info-company_list select::-ms-expand{display:none}

.space-info-detail-box{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.space-info-detail_title_box{
  position: relative;
  padding: 35px 0 45px;
}
.space-info-detail_title_box h3::after{
  position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 3px;
    background: #f04e3e;
    content: "";
}

.space-info-detail_title_box h3{
  font-size: 30px;
  font-weight: 800;
}

.space-info-detail_title_box .space-info-detail-date{
  display: flex;
  flex-direction: row;
  font-size: 17px;
  color: #5e5e5e;
  margin-top: 20px;
  gap: 5px;
}

.space-info-detail-context{
  padding: 50px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.space-info-detail-context p{
  font-size: 15px;
  line-height: 1.4;
}

.space-info-detail-context p b{
  font-weight: bold;
}
.space-info-detail-context img{
  display: block;
  max-width: 1220px;
}

.link_next_prev > div{
  border-bottom: 1px solid #ddd;
  position: relative;
}


.link_next_prev > .link_prev_line span:nth-child(1){
  padding:22px 0 22px 30px; color:#5e5e5e;
  display:inline-block; 
  background:url(/assets/front/images/sub/ico_arrow_up.png) right center no-repeat; 
  padding-right:17px;
}

.link_next_prev > .link_next_line span:nth-child(1){
  padding:22px 0 22px 30px; color:#5e5e5e;
  display:inline-block; 
  background:url(/assets/front/images/sub/ico_arrow_down.png) right center no-repeat; 
  padding-right:17px;
}

.link_next_prev > div span:nth-child(2){
  padding:22px 30px 22px 30px; color:#5e5e5e;
}

.link_next_prev > div a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}




/* 장비대여 추가 페이지 */

.space-info-equipment{
  display: flex;
  max-width: 1400px;
  width: 100%;
  align-items: center;
  gap: 26px;
  margin: 0 auto;
}


.space-info-equipment .equipment h3{
    font-size: 30px;
    font-weight: 800;
}

.space-info-equipment .equipment .list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.space-info-equipment .equipment .list li{
  width: calc( 50% - 40px );
}

.space-info-equipment .equipment .list li.last{
  width: 100%;
}

.space-info-equipment .equipment .list li h5 {
    font-size: 24px;
    color: #f04e3e;
    font-weight: 700;
    margin: 8px 0 18px;
}

.space-info-equipment .equipment .list li em {
    display: block;
    font-size: 17px;
    padding: 0 0 30px;
}


.space-info-equipment .equipment .list li dl {
	width:100%;
	box-sizing:border-box;
	padding:30px 0 0 30px;
	line-height:1.4;
	color:#232323
}
.space-info-equipment .equipment .list li .s-txt {
	font-size:16px;
	padding:0 0 30px 30px;
}
.space-info-equipment .equipment .list li dt {
	position:relative;
	display:inline-block;
	width:105px;
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
}
.space-info-equipment .equipment .list li dt:after {
	content:'';
	position:absolute;
	width:2px;
	height:14px;
	background:#404040;
	right:0;
	top:5px;
}
.space-info-equipment .equipment .list li dd {
	display:inline-block;
	width:calc(100% - 110px);
	font-size:18px;
	font-weight:400;
	box-sizing:border-box;
	padding-left:25px;
	margin-bottom:20px;
	letter-spacing: -0.01em;
}
#container .equipment_con .introduce .equipment .t-right {
	position:absolute;
	right:0;
	top:50px;
  font-size: 14px;
}
.space-info-equipment .equipment .list li [class*="color-"], .space-info-equipment .equipment .list li .clear-bg {
	display:inline-block;
	width:50px;
	height:19px;
	line-height:19px;
	box-sizing:border-box;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.space-info-equipment .equipment .list li .color-k {
	background:#000000;
}
.space-info-equipment .equipment .list li .color-m {
	background:#ed028c;
}
.space-info-equipment .equipment .list li .color-c {
	background:#00aeef;
}
.space-info-equipment .equipment .list li .color-y {
	background:#f9eb4d;
	color:#232323;
}
.space-info-equipment .equipment .list li .color-w {
	background:#fff;
	border:1px solid #d8d8d8;
	color:#232323;
}
.space-info-equipment .equipment .list li .clear-bg {
	background:url(/images/about/clear_bg.jpg) no-repeat center center;
	background-size:100%;
	color:#232323;
}
