@charset "UTF-8"; 
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,
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, textarea, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 10px;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif; 
  color: #212121;
  vertical-align: baseline; /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */
}

html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family:'Montserrat', 'Noto Sans KR', sans-serif; 
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1; /* 한글 기준은 1.2 */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

textarea {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

i {
  display: inline-block;
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

th, td {
  vertical-align: middle;
}

button {
  background: transparent;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  font-family:'Montserrat', 'Noto Sans KR', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span, div {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

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

b {
  color: inherit;
  font-family: inherit;
}

/** ios reset **/
input {
  box-shadow: none;
  border: 0;
  background-clip: padding-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

/** flex word reset **/
* {
  word-wrap: break-word;
  word-break: keep-all;
}

/*# sourceMappingURL=reset.css.map */



* {
  word-break: keep-all;
}

@media (max-width: 768px) {
  html.m-scroll-lock, body.m-scroll-lock {
    overflow: hidden;
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
  }
  html.m-scroll-lock .container, body.m-scroll-lock .container {
    touch-action: none;
    /* 이외의 브라우저 */
    overscroll-behavior: none;
  }
}

body.scrollHidden {
  overflow: hidden;
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none;
}
body.scrollHidden .container {
  touch-action: none;
  /* 이외의 브라우저 */
  overscroll-behavior: none;
}
.inner {
  width: calc(100% - 40px);
  margin: 0 auto 80px auto;
}

.container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56px;
  background-color: #fff;
}
.container.bg-white {
  background-color: #fff;
}
.container.with-floating {
  padding-bottom: 90px;
}
.container.with-tabs {
  padding-top: 120px;
}
.container.fullpage {
  padding: 0;
}
.container.pb0 {
  padding-bottom: 0;
}

header.page-header {
  position: fixed;
  z-index: 400;
  top: 0;
  width: 100%;
  max-width: 760px;
}
header.page-header .header-wrap {
  background-color: #fff;
  display: flex;
  position: relative;
  justify-content: center;
  height: 56px;
  align-items: center;
}
header.page-header .header-wrap.left {
  padding: 0 20px;
  justify-content: flex-start;
}
header.page-header .header-wrap .header-option-box {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  display: inline-flex;
}
header.page-header .header-wrap .header-option-box.left {
  left: 12px;
}
header.page-header .header-wrap .header-option-box.right {
  right: 21px;
}
header.page-header .header-wrap .header-option-box .header-profile-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 15px;
  background-color: #EFF0EC;
}
header.page-header .header-wrap .header-option-box .header-profile-box img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
header.page-header .header-wrap .header-option-box .header-option-item {
  display: inline-flex;
  align-items: center;
  position: relative;
}
header.page-header .header-wrap .header-option-box .header-option-item .header-option-btn.active ~ .option-list {
  display: block;
}
header.page-header .header-wrap .header-option-box .header-option-item .option-list {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 20;
  padding-top: 10px;
}
header.page-header .header-wrap .header-option-box .header-option-item .option-list ul {
  padding: 16px 0;
  overflow: hidden;
  border: 1px solid #DFE2EA;
  border-radius: 8px;
  background-color: #fff;
}
header.page-header .header-wrap .header-option-box .header-option-item .option-list ul li + li {
  margin-top: 16px;
}
header.page-header .header-wrap .header-option-box .header-option-item .option-list ul li .option-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 15px;
  line-height: 20px;
  color: #212121;
  font-weight: 400;
}
header.page-header .header-wrap .header-option-box .header-option-btn {
  display: inline-flex;
  align-items: center;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-home {
  background: url("../img/ic_home.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-gnb {
  background: url("//rsc.woondongga.net/wdg/img/menu_new.png") no-repeat center/cover;
  background-size: 20px auto;
  width: 24px;
  height: 24px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-back {
  background: url("//rsc.woondongga.net/wdg/img/icon_back_btn.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
  background-size: 8px auto;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-close {
  background: url("../img/ic_close.svg") no-repeat center/24px 24px;
  width: 32px;
  height: 32px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-refresh {
  background: url("//rsc.woondongga.net/wdg/img/ic_refresh.svg") no-repeat center/16px 16px;
  width: 32px;
  height: 32px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-search {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -149px 0;
  background-size: 170px;
  width: 21px;
  height: 22px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-setting {
  background: url("//rsc.woondongga.net/wdg/img/ic_setting.svg") no-repeat center/20px 20px;
  width: 40px;
  height: 40px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-folder {
  background: url("//rsc.woondongga.net/wdg/img/icon_folder.png") no-repeat center/20px 20px;
  width: 23px;
  height: 19px;
  background-size: 20px auto;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-write {
  background: url("//rsc.woondongga.net/wdg/img/ic_write.svg") no-repeat center/20px 20px;
  width: 21px;
  height: 20px;
  padding-right: 55px;
}
/* 아이콘 추가 */
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-user {
  background: url("//rsc.woondongga.net/wdg/img/icon_chat_member_on.png") no-repeat center/20px 20px;
  width: 21px;
  height: 20px;
  padding-right: 55px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-chat-room {
  background: url("//rsc.woondongga.net/wdg/img/icon_chat_room.png") no-repeat center/20px 20px;
  width: 21px;
  height: 20px;
  padding-right: 55px;
}
header.page-header .header-wrap .header-option-box .header-option-btn .ic.ic-option {
  background: url("//rsc.woondongga.net/wdg/img/ic_option.svg") no-repeat center/20px 20px;
  width: 24px;
  height: 24px;
}
header.page-header .header-wrap .header-option-box .header-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1px solid #7d51ff;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 8px;
}
header.page-header .header-wrap .header-option-box .header-menu-btn:disabled {
  background-color: #E7E7E9;
  border: 1px solid #BDBFC7;
  color: #BDBFC7;
}
header.page-header .header-wrap .header-option-box .header-menu-btn:disabled .txt {
  color: #BDBFC7;
}
header.page-header .header-wrap .header-option-box .header-menu-btn .txt {
  color: #7d51ff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
header.page-header .header-wrap .page-box {
  display: flex;
  align-items: center;
}
header.page-header .header-wrap .page-box h1.logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header.page-header .header-wrap .page-box h1.logo-box a {
  background: url("../img/header_logo.svg") no-repeat;
  width: 94px;
  height: 20px;
  background-size: contain;
}
header.page-header .header-wrap .page-box .page-date-selector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header.page-header .header-wrap .page-box .page-date-selector .date-prev-btn {
  background: url("//rsc.woondongga.net/wdg/img/ic_prev.svg") no-repeat center/cover;
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
header.page-header .header-wrap .page-box .page-date-selector .date-next-btn {
  margin-left: 6px;
  background: url("//rsc.woondongga.net/wdg/img/ic_next.svg") no-repeat center/cover;
  width: 28px;
  height: 28px;
}
header.page-header .header-wrap .page-box .page-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
header.page-header .header-wrap .page-box .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 22px;
}
header.page-header .header-wrap .page-box .page-btn .ic.ic-refresh {
  margin-top: -1px;
  background: url("//rsc.woondongga.net/wdg/img/ic_refresh.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}

article.tabs-list-layout1.type-floating {
  position: fixed;
  z-index: 300;
  top: 56px;
  width: 100%;
  height: 40px;
  /* max-width: 760px; */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fbfcfe;
}
article.tabs-list-layout1 .tabs-list-wrap {
  padding: 5px 20px 0 20px;
  background-color: #ffffff;
}
article.tabs-list-layout1 .tabs-list-wrap .tabs-list {
  background-color: #F2F5FC;
  display: flex;
  border-radius: 100px;
}
article.tabs-list-layout1 .tabs-list-wrap .tabs-list .tabs-btn-box {
  width: 100%;
}
article.tabs-list-layout1 .tabs-list-wrap .tabs-list .tabs-btn-box + .tabs-btn-box {
  margin-left: 3px;
}
article.tabs-list-layout1 .tabs-list-wrap .tabs-list .tabs-btn-box .tabs-btn {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F5FC;
  border-radius: 100px;
  color: #8f949c;
}
article.tabs-list-layout1 .tabs-list-wrap .tabs-list .tabs-btn-box .tabs-btn.active {
  background: linear-gradient(171deg, #7d51ff 0%, #7d51ff 100%);
  color: #fff;
  font-weight: bold;
}
article.tabs-list-layout1 .tabs-list-wrap .tabs-list .tabs-btn-box .tabs-btn .txt {
  font-size: 14px;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  padding-top: 2px;
  text-align: center;
}

article.list-layout1 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #F2F5FC;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout1.type-small .list-wrap ul li .item-wrap {
  padding: 10px 15px;
}
article.list-layout1.type-small .list-wrap ul li .item-wrap .info-box .row + .row {
  margin-top: 4px;
}
article.list-layout1.type-small .list-wrap ul li .item-wrap .info-box .row .subject-box {
  font-size: 12px;
}
article.list-layout1.with-check .list-wrap ul li .item-wrap {
  padding-left: 64px;
  position: relative;
}
article.list-layout1.with-check .list-wrap ul li .item-wrap:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_off.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.list-layout1.with-check .list-wrap ul li .item-wrap.active {
  border: 1px solid #7D51FF;
  box-shadow: 0 0 2px inset #7D51FF;
}
article.list-layout1.with-check .list-wrap ul li .item-wrap.active:before {
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_on.svg") no-repeat center/cover;
}
article.list-layout1 .list-wrap .list-division-box {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #393C46;
  padding-bottom: 15px;
  font-weight: 600;
}
article.list-layout1 .list-wrap ul + .list-division-box {
  margin-top: 20px;
}
article.list-layout1 .list-wrap ul li + li {
  margin-top: 15px;
}
article.list-layout1 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E0DEDE;
  background: #FFF;
  padding: 20px;
  position: relative;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-head-box {
  display: flex;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-head-box .head-box {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row {
  display: flex;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row + .row {
  margin-top: 5px;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row .subject-box {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 26px;
  padding-right: 10px;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row .con-box {
  line-height: 26px;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row .con-box .type-box {
  padding: 0 8px;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 10px;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row .con-box .type-box.type-primary {
  background-color: #7653f6;
  color: #fff;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box .group-body-box .row .con-box .type-box.type-error {
  background-color: #FF6565;
  color: #fff;
}
article.list-layout1 .list-wrap ul li .item-wrap .group-box + .group-box {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #E0DEDE;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-state-box {
  position: absolute;
  right: 15px;
  top: 23px;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-state-box .state-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  padding: 0 8px;
  border-radius: 4px;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-state-box .state-box.type-finish {
  background-color: #6495B0;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box {
  position: absolute;
  right: 15px;
  top: 15px;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .item-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 75px;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  font-weight: 700;
  border-radius: 70px;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn {
  display: inline-flex;
  align-items: center;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn.active ~ .option-list {
  display: block;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn .ic {
  width: 24px;
  height: 24px;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn .ic.ic-option {
  background: url("//rsc.woondongga.net/wdg/img/ic_option.svg") no-repeat center/cover;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .option-list {
  display: none;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 20;
  padding-top: 10px;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .option-list-wrap {
  box-shadow: 0px 4px 14px 0px rgba(15, 21, 34, 0.06);
  overflow: hidden;
  border: 1px solid #DFE2EA;
  border-radius: 8px;
  padding: 5px 0;
}
article.list-layout1 .list-wrap ul li .item-wrap .item-menu-box .option-list-wrap .option-box .option-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0px 20px;
  font-size: 13px;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .tit-txt {
  color: #333;
  flex: 1;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .tit-txt.small {
  font-size: 15px;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .type-box .type-txt-box {
  padding: 0 8px;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 10px;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .type-box .type-txt-box.type-primary {
  background: #7653f6;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .type-box .type-txt-box.type-error {
  background: #FF6565;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .type-box .type-txt-box.type-teal {
  background: #6495B0;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .ic-box {
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .ic-box .ic.ic-link {
  background: url("//rsc.woondongga.net/wdg/img/ic_link_arrow.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .menu-box {
  padding-left: 10px;
}
article.list-layout1 .list-wrap ul li .item-wrap .tit-box .menu-box .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  padding: 0 23px;
  height: 25px;
  border: 1px solid #7653f6;
  color: #7653f6;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row {
  display: flex;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row + .row {
  margin-top: 2px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row.with-line {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 10px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row .subject-box {
  line-height: 26px;
  font-size: 14px;
  color: #757575;
  width: 88px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row .subject-box.long {
  width: 115px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row .con-box {
  line-height: 26px;
  font-size: 14px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row .con-box .label-txt-box {
  background-color: #FF6565;
  color: #fff;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  width: 35px;
  border-radius: 4px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row .con-box .note-msg-box {
  font-size: 12px;
  line-height: 26px;
}
article.list-layout1 .list-wrap ul li .item-wrap .info-box .row .con-box .sub-txt-box {
  font-size: 12px;
  color: #B3B3B3;
}

article.list-layout2 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout2 .list-wrap ul li + li {
  margin-top: 15px;
}
article.list-layout2 .list-wrap ul li .list-note-box {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 9px;
}
article.list-layout2 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E0DEDE;
  background: #FFF;
  padding: 20px;
  position: relative;
}
article.list-layout2 .list-wrap ul li .item-wrap .item-menu-box {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
article.list-layout2 .list-wrap ul li .item-wrap .item-menu-box .ic.ic-remove {
  background: url("//rsc.woondongga.net/wdg/img/ic_remove.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box {
  display: flex;
  align-items: center;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box {
  display: flex;
  align-items: center;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .img-box {
  border-radius: 10px;
  background-color: #EFF0EC;
  width: 58px;
  height: 58px;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .img-box img {
  width: 100%;
  height: 100%;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box {
  flex: 1;
  min-width: 0;
  padding-left: 16px;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box .name-box {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 5px;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box .txt-list-box {
  display: flex;
  align-items: center;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box .txt-list-box .txt-box {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box .txt-list-box .txt-box.accent {
  font-size: 13px;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box .txt-list-box .txt-box + .txt-box {
  margin-left: 16px;
}
article.list-layout2 .list-wrap ul li .item-wrap .view-box .profile-box .user-box .txt-list-box .txt-box + .txt-box:after {
  content: "";
  position: absolute;
  left: -8px;
  width: 1px;
  height: 15px;
  background-color: #D9D9D9;
  top: 50%;
  transform: translateY(-50%);
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #d9d9d9;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .label-box .label-main-box {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .label-box .label-sub-box {
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .detail-box .detail-txt-box {
  font-size: 13px;
  line-height: 18px;
  color: #8F96A0;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .detail-box .detail-menu-box {
  padding-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .detail-box .detail-menu-box .des-menu-btn {
  width: 146px;
  height: 42px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .detail-box .detail-menu-box .des-menu-btn + .des-menu-btn {
  margin-left: 9px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .detail-box .detail-menu-box .des-menu-btn.type-cancel {
  border: 1px solid #BDBFC7;
  background: #FFF;
  color: #7653F6;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .detail-box .detail-menu-box .des-menu-btn.type-approval {
  border: 1px solid #7653F6;
  background: #7653F6;
  color: #fff;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row-list {
  padding-top: 5px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row {
  display: flex;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row + .row {
  margin-top: 4px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row.with-line {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 10px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row .subject-box {
  line-height: 16px;
  font-size: 12px;
  width: 88px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row .con-box {
  flex: 1;
  min-width: 0;
  line-height: 16px;
  font-size: 12px;
}
article.list-layout2 .list-wrap ul li .item-wrap .info-box .row .con-box .note-msg-box {
  font-size: 12px;
  line-height: 26px;
}

article.list-layout3 .list-summary-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.list-layout3 .list-summary-box .summary-txt-box {
  font-size: 14px;
  line-height: 19px;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box {
  position: relative;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box .summary-option-btn {
  display: inline-flex;
  align-items: center;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box .summary-option-btn.active ~ .option-list {
  display: block;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box .summary-option-btn .ic {
  width: 24px;
  height: 24px;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box .summary-option-btn .ic.ic-option {
  background: url("//rsc.woondongga.net/wdg/img/ic_option.svg") no-repeat center/cover;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box .option-list {
  display: none;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 20;
  padding-top: 10px;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box ul {
  overflow: hidden;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
article.list-layout3 .list-summary-box .summary-option-list .summary-option-box ul li .option-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
}
article.list-layout3 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout3 .list-wrap ul li + li {
  margin-top: 15px;
}
article.list-layout3 .list-wrap ul li .list-note-box {
  font-size: 11px;
  line-height: 18px;
  padding-bottom: 9px;
}
article.list-layout3 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E0DEDE;
  background: #FFF;
  position: relative;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box {
  padding: 15px 20px;
  border-top: 1px solid #DBDCEB;
  background-color: #ECECEC;
  border-radius: 0 0 14px 14px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box .memo-head-txt-box {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box .memo-head-option-box {
  position: relative;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box .memo-head-option-box .option-toggle-btn {
  background: url("//rsc.woondongga.net/wdg/img/ic_option.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box .memo-head-option-box ul {
  display: none;
  box-shadow: 0px 4px 14px 0px rgba(15, 21, 34, 0.06);
  position: absolute;
  border: 1px solid #DFE2EA;
  right: 0;
  top: 24px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  z-index: 10;
  padding: 14px 0;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box .memo-head-option-box ul li + li {
  margin-top: 12px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-head-box .memo-head-option-box ul li .sub-option-btn {
  padding: 0 20px;
  font-size: 15px;
  line-height: 20px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-memo-box .memo-body-box .memo-txt-box {
  font-size: 12px;
  line-height: 24px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box {
  width: 100%;
  padding: 15px 20px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box.active .head-bottom-box .ic-box .ic.ic-arrow {
  background: url("//rsc.woondongga.net/wdg/img/ic_toggle_show.svg") no-repeat center/cover;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box.active ~ .item-memo-box {
  border-radius: 0;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box.active ~ .item-body-box {
  display: block;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-top-box .main-box {
  font-size: 16px;
  line-height: 22px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-top-box .sub-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-top-box .sub-box .sub-txt {
  font-size: 14px;
  line-height: 19px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-top-box .sub-box .sub-txt + .sub-txt {
  margin-left: 15px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box {
  padding-top: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .toggle-item-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .item-menu-box .item-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .item-menu-box .item-menu-btn.type-btn {
  height: 25px;
  background-color: #8F949C;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 5px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .item-menu-box .item-menu-btn.type-btn.type-cancel {
  background-color: #FF0303;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .item-menu-box .item-menu-btn.type-txt {
  text-underline-position: under;
  text-decoration: underline;
  font-size: 14px;
  line-height: 19px;
  color: #8F949C;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .item-menu-box .item-menu-btn.type-txt.txt-type1 {
  color: #7653f6;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .subject-box {
  font-size: 14px;
  line-height: 19px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-head-box .head-bottom-box .ic-box .ic.ic-arrow {
  background: url("//rsc.woondongga.net/wdg/img/ic_toggle_hide.svg") no-repeat center/cover;
  width: 22px;
  height: 20px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box {
  display: none;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .info-box {
  padding: 10px 17px;
  border-top: 1px solid #F3F3F3;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .info-box .row {
  display: flex;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .info-box .row + .row {
  margin-top: 4px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .info-box .row .subject-box {
  font-size: 12px;
  line-height: 17px;
  color: #757575;
  width: 105px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .info-box .row .con-box {
  flex: 1;
  min-width: 0;
  line-height: 17px;
  font-size: 12px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .menu-list {
  padding: 22px 15px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E0DEDE;
  border-bottom: 1px solid #E0DEDE;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .menu-list .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  border: 1px solid #7653f6;
  color: #7653f6;
  border-radius: 22px;
  font-size: 12px;
  font-weight: 700;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .menu-list .menu-btn + .menu-btn {
  margin-left: 5px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box {
  padding: 20px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-note-box {
  padding-top: 20px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-note-box .note-box {
  font-size: 11px;
  line-height: 15px;
  color: #757575;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box + .list-group-box {
  margin-top: 25px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-tit-box {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 13px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row + .row {
  margin-top: 15px;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .view-box {
  display: flex;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .view-box .img-box {
  width: 29px;
  height: 29px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EFF0EC;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .view-box .img-box img {
  width: 100%;
  height: 100%;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .view-box .user-box {
  margin-left: 10px;
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .view-box .user-box .name-box {
  font-size: 14px;
  font-weight: 700;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .view-box .user-box .cnt-box {
  font-size: 12px;
  padding-left: 8px;
  color: #8F96A0;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .option-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout3 .list-wrap ul li .item-wrap .item-body-box .list-box .list-group-box .list-item-box .row .option-box .option-btn {
  font-weight: 500;
  font-size: 12px;
  color: #ffc34f;
  line-height: 18px;
  text-decoration: underline;
  text-underline-position: under;
}

article.list-layout4 .list-option-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}
article.list-layout4 .list-option-box .option-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout4 .list-option-box .option-box .option-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7D51FF;
  border: 1px solid #7D51FF;
  color: #fff;
  border-radius: 10px;
  height: 25px;
  padding: 0 8px;
  font-weight: 700;
  font-size: 12px;
}
article.list-layout4 .list-option-box .option-box .option-btn:disabled {
  background-color: #fff;
  border: 1px solid #E0DEDE;
  color: #E0DEDE;
}
article.list-layout4 .list-option-box .option-box .sbox select {
  border: 0;
  background-color: #fbfcfe;
  padding: 0 40px 0 0;
  font-size: 14px;
  color: #424242;
}
article.list-layout4 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout4 .list-wrap ul li + li {
  margin-top: 10px;
}
article.list-layout4 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E0DEDE;
  padding: 15px 20px;
  background: #FFF;
  position: relative;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box.with-link {
  background: url("//rsc.woondongga.net/wdg/img/ic_link_arrow.svg") no-repeat right top 8px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box.with-arrow {
  background: url("//rsc.woondongga.net/wdg/img/ic_link_arrow.svg") no-repeat right center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .cbox {
  margin-right: 7px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .option-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .option-box .option-btn {
  display: inline-flex;
  align-items: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .option-box .option-btn + .option-btn {
  margin-left: 10px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .option-box .option-btn .ic.ic-remove {
  background: url("//rsc.woondongga.net/wdg/img/ic_remove.svg") no-repeat center;
  width: 16px;
  height: 16px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .option-box .option-btn .ic.ic-link {
  background: url("//rsc.woondongga.net/wdg/img/ic_link_arrow.svg") no-repeat center/cover;
  width: 16px;
  height: 16px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box {
  display: flex;
  align-items: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box .img-box {
  width: 29px;
  height: 29px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EFF0EC;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box .img-box img {
  width: 100%;
  height: 100%;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box .user-box {
  margin-left: 10px;
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box .user-box .name-box {
  font-size: 14px;
  font-weight: 700;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box .user-box .id-box {
  margin-left: 18px;
  font-size: 12px;
  padding-left: 2px;
  color: #333333;
  position: relative;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .profile-box .user-box .id-box:after {
  content: "";
  position: absolute;
  left: -9px;
  background-color: #D9D9D9;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box {
  padding-top: 8px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box {
  border-radius: 14px;
  padding: 7px 16px;
  background-color: #F6F7FA;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box + .lesson-item-box {
  margin-top: 5px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .subject-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
  position: relative;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .subject-box .label-box {
  position: absolute;
  right: 0;
  top: 135%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .subject-box .label-box .label-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  font-size: 10px;
  line-height: 1.2;
  padding: 0 3px;
  border-radius: 4px;
  color: #fff;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .subject-box .label-box .label-txt + .label-txt {
  margin-left: 4px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .subject-box .label-box .label-txt.type-1 {
  background-color: #ff2c2c;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .subject-box .label-box .label-txt.type-2 {
  background-color: #FF6565;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box {
  display: flex;
  align-items: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .info-box {
  position: relative;
  color: #212121;
  font-size: 13px;
  line-height: 18px;
}
/* 소진임박일 내리기 */
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .label-box {
  position: absolute;
  right: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .label-box .label-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  font-size: 10px;
  line-height: 1.2;
  padding: 0 3px;
  border-radius: 4px;
  color: #fff;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .label-box .label-txt + .label-txt {
  margin-left: 4px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .label-box .label-txt.type-1 {
  background-color: #ff2c2c;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .label-box .label-txt.type-2 {
  background-color: #FF6565;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box {
  display: flex;
  align-items: center;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .info-box {
  position: relative;
  color: #212121;
  font-size: 13px;
  line-height: 18px;
}
/* 리스트 점 삭제 */
/* article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .info-box:after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #B5B5B5;
  top: 50%;
  transform: translateY(-50%);
} */
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .info-box .cnt-box {
  color: #7D51FF;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .info-box .date-box {
  color: #333333;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-body-box .lesson-item-box .con-box .info-box .info-msg-box {
  color: #FF6565;
}
article.list-layout5 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout5 .nodata .nodata-msg-box {
  color: #000;
}
article.list-layout5 .nodata .nodata-msg-box b {
  font-weight: 600;
}
article.list-layout5 .list-wrap ul li + li {
  margin-top: 10px;
}
article.list-layout5 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E0DEDE;
  padding: 15px 20px;
  background: #FFF;
  position: relative;
}
article.list-layout5 .list-wrap ul li .item-wrap.disabled .item-head-box .ic-box .ic.ic-checkbox {
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_disabled.svg") no-repeat center;
}
article.list-layout4 .list-wrap ul li .item-wrap.active{
  border: 2px solid #7653F6;
}
article.list-layout5 .list-wrap ul li .item-wrap.active {
  border: 1px solid #7653F6;
}
article.list-layout5 .list-wrap ul li .item-wrap.active .item-head-box .ic-box .ic.ic-checkbox {
  background: url("//rsc.woondongga.net/wdg/img/icon_radio_on.png") no-repeat center;
  background-size: 15px auto;
}
article.list-layout4 .list-wrap ul li .item-wrap.active .item-head-box .ic-box .ic.ic-checkbox {
  background: url("//rsc.woondongga.net/wdg/img/icon_radio_on.png") no-repeat center;
  background-size: 15px auto;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box.type-reserve {
  padding: 0 80px 0 0;
  min-height: 48px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box.state-none {
  padding-right: 0;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .reserve-box {
  width: 100%;
  display: flex;
  align-items: center;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .reserve-box .reserve-label-box {
  color: #757575;
  font-size: 14px;
  line-height: 26px;
  padding-right: 5px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .reserve-box .reserve-con-box {
  flex: 1;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  color: #45567E;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .stats-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
/* 수강통계 스타일 수정 */
/* article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .stats-box .stats-txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 64px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
} */
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .stats-box .stats-txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 6px;
  border-bottom: 1px solid #7d51ff;
  color: #7d51ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
/* article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .stats-box .stats-txt.type-use {
  background-color: #7653f6;
} */
/* article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .stats-box .stats-txt.type-cancel {
  background: #FF6565;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .stats-box .stats-txt + .stats-txt {
  margin-top: 6px;
} */
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .state-box {
  position: absolute;
  right: 0;
  top: 23px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .state-box .state-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  height: 25px;
  border-radius: 22px;
  padding: 0 7px;
  min-width: 50px;
  color: #7653f6;
  border: 1px solid #7653f6;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .ic-box {
  margin-right: 11px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .ic-box .ic.ic-checkbox {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("//rsc.woondongga.net/wdg/img/icon_radio_off.png") no-repeat center;
  background-size: 15px auto;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .ic-box {
  margin-right: 11px;
}
article.list-layout4 .list-wrap ul li .item-wrap .item-head-box .ic-box .ic.ic-checkbox {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("//rsc.woondongga.net/wdg/img/icon_radio_off.png") no-repeat center;
  background-size: 15px auto;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box {
  display: flex;
  width: 100%;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box.v-align-top {
  align-items: flex-start;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .img-box {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EFF0EC;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .img-box img {
  width: 100%;
  height: 100%;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box {
  margin-left: 16px;
  flex: 1;
  min-width: 0;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box {
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .name-txt {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .label-txt {
  margin-left: 10px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 53px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 4px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .label-txt.type-purple {
  background-color: #7d51ff;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .label-txt.type-yellow {
  background-color: #F3B105;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .label-txt.type-red {
  background-color: #ff6565;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .ic {
  margin-left: 6px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .name-box .ic.ic-like {
  background: url("//rsc.woondongga.net/wdg/img/ic_like.svg") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .tag-box {
  margin: 0 -2px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .tag-box .tag-txt {
  display: inline-flex;
  align-items: center;
  margin: 0 2px;
  font-size: 12px;
  line-height: 18px;
  color: #7583AB;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .user-box {
  font-size: 0;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .user-box .user-txt-box {
  font-size: 13px;
  line-height: 18px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .user-box .user-txt-box + .user-txt-box {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .user-box .user-txt-box + .user-txt-box:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .subject-box {
  font-size: 14px;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .subject-box .subject-sub-txt {
  margin-left: 12px;
  position: relative;
  color: #8F96A0;
  font-size: 10px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .subject-box .subject-sub-txt:after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  height: 15px;
  width: 1px;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .desc-list-box .desc-item-box {
  color: #8F96A0;
  position: relative;
  padding-left: 10px;
  font-size: 10px;
  line-height: 15px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .desc-list-box .desc-item-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 3px;
  background: #8F96A0;
  border-radius: 50%;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .category-box {
  color: #424242;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .place-box {
  padding-top: 4px;
  display: inline-flex;
  align-items: center;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .place-box .ic.ic-place {
  background: url("//rsc.woondongga.net/wdg/img/ic_place.svg") no-repeat center;
  width: 10px;
  height: 12px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .place-box .txt {
  padding-left: 5px;
  color: #8F96A0;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 1px;
  font-weight: 700;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .place-detail-box {
  font-size: 10px;
  color: #757575;
  padding-top: 4px;
  line-height: 14px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box {
  padding-top: 8px;
  padding-left: 74px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box {
  width: 100%;
  display: block;
  padding: 12px 15px;
  border-radius: 15px;
  background: #F2F5FC;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box + .sub-item-box {
  margin-top: 12px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-head-box .sub-item-head {
  font-size: 12px;
  line-height: 28px;
  font-weight: 600;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-head-box .sub-option-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-head-box .sub-option-box .txt {
  color: #45567E;
  font-size: 10px;
  line-height: 26px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-head-box .sub-option-box .ic-sub-arrow {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  background: url("//rsc.woondongga.net/wdg/img/ic_sub_arrow.svg") no-repeat center/cover;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-body-box {
  padding-top: 2px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-body-box .sub-row-box .sub-txt-box {
  position: relative;
  padding-left: 10px;
  color: #616161;
  font-size: 10px;
  line-height: 18px;
}
article.list-layout5 .list-wrap ul li .item-wrap .item-body-box .sub-list-box .sub-item-box .sub-item-body-box .sub-row-box .sub-txt-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #B5B5B5;
}
article.list-layout5 .list-note-box {
  margin-top: 22px;
  padding: 20px;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  border-radius: 8px;
}

article.list-layout6 .list-wrap {
  border: 1px solid #8F949C;
  border-radius: 20px;
  overflow: hidden;
}
article.list-layout6 .list-option-box {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
article.list-layout6 ul li {
  padding: 0 20px;
}
article.list-layout6 ul li .item-box {
  padding: 20px 0;
  border-top: 1px solid #8F949C;
  display: flex;
  align-items: center;
  width: 100%;
}
article.list-layout6 ul li .item-box.on .option-box .chk-box .ic-chk {
  background: url("//rsc.woondongga.net/wdg/img/ic_chk_on.svg") no-repeat center/cover;
}
article.list-layout6 ul li .item-box .info-box {
  flex: 1;
  min-width: 0;
}
article.list-layout6 ul li .item-box .info-box .info-txt-box {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.04em;
}
article.list-layout6 ul li .item-box .info-box .info-txt-box + .info-txt-box {
  margin-top: 5px;
}
article.list-layout6 ul li .item-box .option-box {
  margin-left: 10px;
}
article.list-layout6 ul li .item-box .option-box .chk-box .ic-chk {
  background: url("//rsc.woondongga.net/wdg/img/ic_chk_off.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}

article.list-layout7 ul > li + li {
  margin-top: 10px;
}
article.list-layout7 ul > li > .item-wrap {
  border: 1px solid #E0DEDE;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
article.list-layout7 ul > li > .item-wrap .info-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout7 ul > li > .item-wrap .info-box .profile-box {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  overflow: hidden;
}
article.list-layout7 ul > li > .item-wrap .info-box .profile-box img {
  width: 100%;
  height: 100%;
}
article.list-layout7 ul > li > .item-wrap .info-box .user-box {
  padding-left: 8px;
  display: inline-flex;
  align-items: center;
}
article.list-layout7 ul > li > .item-wrap .info-box .user-box .main-box {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}
article.list-layout7 ul > li > .item-wrap .info-box .user-box .sub-box {
  position: relative;
  margin-left: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #8F96A0;
}
article.list-layout7 ul > li > .item-wrap .info-box .user-box .sub-box:after {
  content: "";
  position: absolute;
  left: -9px;
  background-color: #D9D9D9;
  top: 50%;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
}
article.list-layout7 ul > li > .item-wrap .option-box {
  display: inline-flex;
  align-items: center;
}
article.list-layout7 ul > li > .item-wrap .option-box .option-btn + .option-btn {
  margin-left: 15px;
}
article.list-layout7 ul > li > .item-wrap .option-box .option-btn .ic {
  width: 20px;
  height: 20px;
}
article.list-layout7 ul > li > .item-wrap .option-box .option-btn .ic.ic-move {
  background: url("//rsc.woondongga.net/wdg/img/ic_option_move.svg") no-repeat center/16px 16px;
}
article.list-layout7 ul > li > .item-wrap .option-box .option-btn .ic.ic-remove {
  background: url("//rsc.woondongga.net/wdg/img/ic_option_close.svg") no-repeat center/24px 24px;
}

article.list-layout8 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout8 .nodata .nodata-msg-box {
  color: #000;
}
article.list-layout8 .nodata .nodata-msg-box b {
  font-weight: 600;
}
article.list-layout8 .list-wrap ul li {
  border-bottom: 1px solid #F3F3F3;
}
article.list-layout8 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  padding: 20px 0 20px 0;
  position: relative;
}
article.list-layout8 .list-wrap ul li .item-wrap.disabled .item-head-box .ic-box .ic.ic-checkbox {
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_disabled.svg") no-repeat center;
}
article.list-layout8 .list-wrap ul li .item-wrap.active {
  border: 1px solid #7653F6;
}
article.list-layout8 .list-wrap ul li .item-wrap.active .item-head-box .ic-box .ic.ic-checkbox {
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_on.svg") no-repeat center;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box {
  display: flex;
  align-items: center;
  width: 100%;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box.v-align-top {
  align-items: flex-start;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .img-box {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EFF0EC;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .img-box img {
  width: 100%;
  height: 100%;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box {
  margin-left: 16px;
  flex: 1;
  min-width: 0;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-top-box .name-box {
  display: inline-flex;
  align-items: center;
  padding-bottom: 2px;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-top-box .name-box .name-txt {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-top-box .name-box .type-txt {
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #8F96A0;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-top-box .sub-box .sub-txt {
  color: #8F96A0;
  font-size: 11px;
  line-height: 18px;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-top-box .sub-box .sub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  height: 24px;
  background-color: #FF6565;
  border-radius: 10px;
  padding: 0 9px;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box {
  padding-top: 3px;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box .msg-box {
  display: flex;
  align-items: center;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box .msg-box .msg-txt {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box .msg-box .num-box {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-color: #FF0303;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  padding-top: 1px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.list-layout8 .list-note-box {
  margin-top: 22px;
  padding: 20px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  color: #333;
  background-color: #F7F8FA;
  border-radius: 8px;
}

article.list-layout9 .nodata {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #9E9E9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
article.list-layout9 .list-wrap ul li + li {
  margin-top: 15px;
}
article.list-layout9 .list-wrap ul li .item-wrap {
  width: 100%;
  border-radius: 14px;
  padding: 20px 0;
  position: relative;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box {
  position: absolute;
  right: 0;
  top: 18px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .item-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 75px;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  font-weight: 700;
  border-radius: 70px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn {
  display: inline-flex;
  align-items: center;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn.active ~ .option-list {
  display: block;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn .ic {
  width: 24px;
  height: 24px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .item-option-btn .ic.ic-option {
  background: url("//rsc.woondongga.net/wdg/img/ic_option.svg") no-repeat center/cover;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .option-list {
  display: none;
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 20;
  padding-top: 10px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .option-list-wrap {
  box-shadow: 0px 4px 14px 0px rgba(15, 21, 34, 0.06);
  overflow: hidden;
  border: 1px solid #DFE2EA;
  border-radius: 8px;
  padding: 5px 0;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-menu-box .option-list-wrap .option-box .option-btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0px 20px;
  font-size: 13px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-subject-box {
  color: #393C46;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.03em;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-msg-box {
  padding-top: 10px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-msg-box .msg-box {
  color: #393C46;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-img-list {
  padding-top: 10px;
  display: flex;
  flex-flow: row wrap;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-img-list .item-img-box + .item-img-box {
  margin-left: 10px;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-img-list .item-img-box .img-box {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
article.list-layout9 .list-wrap ul li .item-wrap .item-img-list .item-img-box .img-box img {
  width: 100%;
  height: 100%;
}

article.floating-btn-layout {
  position: fixed;
  z-index: 400;
  bottom: 0;
  width: 100%;
  /* max-width: 760px; */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fbfcfe;
}
article.floating-btn-layout.with-full .floating-btn-wrap {
  padding: 0;
}
article.floating-btn-layout.with-full .floating-btn-wrap .floating-btn-box .floating-btn {
  border-radius: 0;
}
article.floating-btn-layout .floating-btn-wrap {
  border-radius: 12px 12px 0px 0px;
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}
article.floating-btn-layout .floating-btn-wrap.type-row {
  flex-direction: column;
}
article.floating-btn-layout .floating-btn-wrap.type-row .floating-btn-box + .floating-btn-box {
  margin: 10px 0 0;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box {
  display: inline-flex;
  width: 100%;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box + .floating-btn-box {
  margin-left: 5px;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn {
  border-radius: 100px;
  width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn.type-primary {
  background-color: #7653f6;
  color: #fff;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn.type-transparency {
  background-color: #fff;
  border: #fff;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn.type-cancel {
  color: #7653f6;
  border: 1px solid #7653f6;
  background-color: #fff;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn:disabled {
  background-color: #E7E7E9;
  color: #BDBFC7;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn .txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
article.floating-btn-layout .floating-btn-wrap .floating-btn-box .floating-btn .num {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #7653f6;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  margin-left: 5px;
}

article.popup {
  position: fixed;
  display: none;
  z-index: 500;
}
article.popup:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
article.popup.width-dynamic .popup-wrapper {
  max-width: 100%;
  width: auto;
}
article.popup .popup-wrapper {
  z-index: 500;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 760px;
  width: 370px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 0 25px;
}
article.popup .popup-wrapper .popup-close-btn {
  position: absolute;
  right: -40px;
  top: -40px;
  background: url("//rsc.woondongga.net/wdg/img/ic_popup_close.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  article.popup .popup-wrapper .popup-close-btn {
    width: 20px;
    height: 20px;
    right: -25px;
    top: -25px;
  }
}
article.popup .popup-wrapper .popup-contents {
  padding: 23px 15px;
  border-radius: 8px;
  border: 1px solid #DBDCEB;
  background-color: #fff;
}
article.popup .popup-wrapper .popup-contents .popup-contents-box {
  max-height: 70vh;
  overflow-y: auto;
  padding: 1px 0;
}
article.popup .popup-wrapper .popup-contents .popup-floating-box {
  padding-top: 25px;
}
article.popup .popup-wrapper .popup-contents .popup-floating-box .floating-note-box {
  padding-bottom: 20px;
}
article.popup .popup-wrapper .popup-contents .popup-floating-box .floating-note-box .note-txt-box {
  font-size: 14px;
  line-height: 17px;
}

article.popup-note-form-layout1 .form-data-box {
  padding-bottom: 10px;
}
article.popup-note-form-layout1 .form-data-box .row .subject-box {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #393C46;
}
article.popup-note-form-layout1 .form-contents-box {
  padding-bottom: 30px;
}
article.popup-note-form-layout1 .form-contents-box .subject-box {
  color: #393C46;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 20px;
  padding-bottom: 13px;
}
article.popup-note-form-layout1 .form-contents-box .con-box {
  color: #393C46;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 20px;
}
article.popup-note-form-layout1 .form-view-box {
  padding-bottom: 52px;
}
article.popup-note-form-layout1 .form-view-box .swiper-group-box {
  position: relative;
}
article.popup-note-form-layout1 .form-view-box .swiper-group-box .swiper-pagination {
  bottom: -20px;
  display: flex;
  justify-content: center;
}
article.popup-note-form-layout1 .form-view-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #D9D9D9;
  opacity: 1;
  margin: 0 4px;
}
article.popup-note-form-layout1 .form-view-box .swiper-group-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7C7C7C;
}
article.popup-note-form-layout1 .form-view-box .swiper-group-box .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 80%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
article.popup-note-form-layout1 .form-view-box .swiper-group-box .img-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.popup-note-form-layout1 .form-info-box {
  padding-bottom: 54px;
}
article.popup-note-form-layout1 .form-info-box .row {
  display: flex;
}
article.popup-note-form-layout1 .form-info-box .row .subject-box {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
}
article.popup-note-form-layout1 .form-info-box .row .con-box {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
article.popup-note-form-layout1 .form-input-box {
  padding-bottom: 30px;
}
article.popup-note-form-layout1 .form-input-box .textarea-box {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #DBDCEB;
  border-radius: 8px;
}
article.popup-note-form-layout1 .form-input-box .textarea-box textarea {
  width: 100%;
  height: 170px;
  padding: 13px 20px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  resize: none;
  outline: none;
}
article.popup-note-form-layout1 .form-input-box .textarea-box .limit-box {
  padding: 12px 20px 16px;
  text-align: right;
  font-size: 12px;
  letter-spacing: -0.04em;
  line-height: 16px;
}
article.popup-note-form-layout1 .form-input-box .upload-list {
  display: flex;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  overflow: hidden;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box + .upload-box {
  margin-left: 10px;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box .img-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box .img-box img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box .img-box .img-remove-btn {
  z-index: 11;
  position: absolute;
  right: 0;
  top: 0;
  background: url("//rsc.woondongga.net/wdg/img/ic_remove.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background: #E4E1F8 url("//rsc.woondongga.net/wdg/img/ic_upload_photo.svg") no-repeat center;
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box label input[type=file] {
  position: absolute;
  left: -9999px;
  transform: none;
}

/* 새로운 팝업 스타일*/
article.popup .popup-wrapper .popup-contents2 {
  padding: 30px 15px 0 15px;
  border-radius: 8px;
  border: 1px solid #DBDCEB;
  background-color: #fff;
  position: relative;
}
article.popup .popup-wrapper .popup-contents2 .alert-menu-box{
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 101%;
  height: 50px;
  background: #7653F6;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.popup .popup-wrapper .popup-contents2 .popup-contents-box {
  height: 110px;
  overflow-y: auto;
  padding: 1px 0;
}
article.popup .popup-wrapper .popup-contents2 .popup-floating-box {
  padding-top: 25px;
}
article.popup .popup-wrapper .popup-contents2 .popup-floating-box .floating-note-box {
  padding-bottom: 20px;
}
article.popup .popup-wrapper .popup-contents2 .popup-floating-box .floating-note-box .note-txt-box {
  font-size: 14px;
  line-height: 17px;
}
article.popup-head-layout .popup-head-wrap .popup-head-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.popup-head-layout .popup-head-wrap .popup-head-box2 .head-box {
  font-weight: 700;
  font-size: 16px;
}
article.popup-head-layout .popup-head-wrap .popup-head-box2 .option-box {
  display: inline-flex;
  align-items: center;
}
article.popup-head-layout .popup-head-wrap .popup-head-box2 .option-box .option-btn {
  display: inline-flex;
  align-items: center;
}
article.popup-head-layout .popup-head-wrap .popup-head-box2 .option-box .option-btn .ic.ic-close {
  background: url("//rsc.woondongga.net/wdg/img/ic_popup_close.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}

/* 새로운 팝업 스타일*/
article.popup-head-layout .popup-head-wrap {
  padding-bottom: 30px;
}
article.popup-head-layout .popup-head-wrap .popup-head-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.popup-head-layout .popup-head-wrap .popup-head-box .head-box {
  font-weight: 700;
  font-size: 16px;
}
article.popup-head-layout .popup-head-wrap .popup-head-box .option-box {
  display: inline-flex;
  align-items: center;
}
article.popup-head-layout .popup-head-wrap .popup-head-box .option-box .option-btn {
  display: inline-flex;
  align-items: center;
}
article.popup-head-layout .popup-head-wrap .popup-head-box .option-box .option-btn .ic.ic-close {
  background: url("//rsc.woondongga.net/wdg/img/ic_popup_close.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
}
/* 달력 x 표시 */
.date-selector-layout1 .option-box .option-btn .ic.ic-close {
  position: absolute;
  background: url("//rsc.woondongga.net/wdg/img/ic_popup_close.svg") no-repeat center/cover;
  width: 40px;
  height: 40px;
  right: 45px;
  top: 21px;
}
article.form-layout1 .form-wrap .form-group-box .row + .row {
  margin-top: 18px;
}
article.form-layout1 .form-wrap .form-group-box .row .subject-box {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
article.form-layout1 .form-wrap .form-group-box .row .con-box .item-box {
  width: 100%;
  display: flex;
  align-items: center;
}
article.form-layout1 .form-wrap .form-group-box .row .con-box .item-box .unit-box {
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
}
article.form-layout1 .form-wrap .form-menu-box {
  padding-top: 16px;
}

article.menu-btn-layout1 .menu-btn-wrap {
  display: flex;
  align-items: center;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box + .menu-btn-box {
  margin-left: 10px;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box .menu-txt-btn .txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #393c46;
  text-decoration: underline;
  text-underline-position: under;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box .menu-btn {
  border-radius: 100px;
  width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box .menu-btn.type-transparency {
  background-color: #fff;
  border: #fff;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box .menu-btn.type-primary {
  background-color: #7653f6;
  color: #fff;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box .menu-btn:disabled {
  background-color: #DEDEDE !important;
}
article.menu-btn-layout1 .menu-btn-wrap .menu-btn-box .menu-btn .txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

article.search-layout1 .search-list-box .row .subject-box {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
article.search-layout1 .search-list-box .row .con-box .sbox select {
  border: 0;
  height: 46px;
  background-color: #fbfcfe;
  border-radius: 0;
  border-bottom: 1px solid #bdbfc7;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 40px 0 0;
}
article.search-layout1 .search-form-box {
  background: var(--color-1, linear-gradient(304deg, #535FF6 16.15%, #EE46FF 100%));
  padding: 2px;
  overflow: hidden;
  border-radius: 25px;
}
article.search-layout1 .search-form-box .search-input-box {
  padding: 0 18px;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
}
article.search-layout1 .search-form-box .search-input-box .search-btn {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -149px 0;
  background-size: 170px;
  width: 21px;
  height: 22px;
  z-index: 10;
}
article.search-layout1 .search-form-box .search-input-box .input-box input {
  padding: 0 28px;
  width: 100%;
  outline: none;
  height: 40px;
  font-size: 14px;
}
article.search-layout1 .search-form-box .search-input-box .input-box input::placeholder {
  color: #9E9E9E;
}

nav.nav-bar {
  position: fixed;
  z-index: 400;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
nav.nav-bar .nav-bar-wrap {
  border-top: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
}
nav.nav-bar .nav-bar-wrap .nav-btn {
  width: 100%;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-home {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: 0 -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-friend {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -21px -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-status {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -43px -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-share {
  background: url("//rsc.woondongga.net/wdg/img/share_on.png");
  background-repeat: no-repeat;
  background-size: cover;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-chat {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -64px -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-diet {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -128px -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-work {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -106px -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-alarm {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -85px -21px;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic {
  width: 21px;
  height: 21px;
  margin-bottom: 5px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-home {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-friend {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -21px 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-status {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -43px 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-chat {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -64px 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-diet {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -128px 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-work {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -106px 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-check-in {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon_check_in_off.png");
  background-repeat: no-repeat;
  background-size: 22px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .ic.ic-check-in {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon_check_in_on.png");
  background-repeat: no-repeat;
  background-size: 22px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .ic.ic-alarm {
  background: url("//rsc.woondongga.net/wdg/img/footer_icon.png");
  background-repeat: no-repeat;
  background-position: -85px 0;
  background-size: 170px;
}
nav.nav-bar .nav-bar-wrap .nav-btn .txt {
  font-size: 10.5px;
  line-height: 12px;
  padding-top: 3px;
}
nav.nav-bar .nav-bar-wrap .nav-btn.active .txt {
  font-size: 10.5px;
  line-height: 12px;
  padding-top: 3px;
  font-weight: bolder;
}
nav.nav-bar .nav-bar-wrap .nav-btn .cnt {
  position: absolute;
    top: 10px;
    left: calc(50% + 8px);
    padding: 2px 4px;
    background: #ff5440;
    border-radius: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #fff !important;
    min-width: 14px;
    text-align: center;
}

article.date-nav-layout1 .date-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
article.date-nav-layout1 .date-nav-wrap .nav-btn .ic {
  width: 28px;
  height: 28px;
}
article.date-nav-layout1 .date-nav-wrap .nav-btn .ic.ic-next {
  background: url("//rsc.woondongga.net/wdg/img/ic_next.svg") no-repeat center/cover;
}
article.date-nav-layout1 .date-nav-wrap .nav-btn .ic.ic-prev {
  background: url("//rsc.woondongga.net/wdg/img/ic_prev.svg") no-repeat center/cover;
}
article.date-nav-layout1 .date-nav-wrap .date-nav-box {
  font-weight: 700;
  padding: 0 5px;
  font-size: 18px;
}

article.filter-layout1 .filter-wrap .filter-list {
  margin: -3px;
  display: flex;
}
article.filter-layout1 .filter-wrap .filter-list .filter-btn {
  display: inline-flex;
  align-items: center;
  margin: 3px;
}
article.filter-layout1 .filter-wrap .filter-list .filter-btn label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
article.filter-layout1 .filter-wrap .filter-list .filter-btn label input[type=checkbox], article.filter-layout1 .filter-wrap .filter-list .filter-btn label input[type=radio] {
  position: absolute;
  left: -9999px;
  transform: scale(0);
}
article.filter-layout1 .filter-wrap .filter-list .filter-btn label input[type=checkbox]:checked ~ .txt-box, article.filter-layout1 .filter-wrap .filter-list .filter-btn label input[type=radio]:checked ~ .txt-box {
  color: #fff;
  background-color: #7653f6;
  border: 1px solid #7653f6;
}
article.filter-layout1 .filter-wrap .filter-list .filter-btn label .txt-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BDBFC7;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  color: #BDBFC7;
  font-size: 14px;
}

article.filter-layout2 .filter-wrap .filter-list {
  display: flex;
}
article.filter-layout2 .filter-wrap .filter-list.type-auto {
  justify-content: center;
}
article.filter-layout2 .filter-wrap .filter-list.type-auto .filter-box {
  width: auto;
}
article.filter-layout2 .filter-wrap .filter-list.type-auto .filter-box .filter-btn {
  padding: 0 25px;
}
article.filter-layout2 .filter-wrap .filter-list .filter-box {
  width: 100%;
}
article.filter-layout2 .filter-wrap .filter-list .filter-box + .filter-box {
  position: relative;
}
article.filter-layout2 .filter-wrap .filter-list .filter-box + .filter-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: #8F949C;
  transform: translateY(-50%);
}
article.filter-layout2 .filter-wrap .filter-list .filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F949C;
  font-size: 14px;
  line-height: 19px;
}
article.filter-layout2 .filter-wrap .filter-list .filter-btn.active {
  color: #7653f6;
}

article.filter-layout3 .filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.filter-layout3 .filter-wrap .filter-view-box {
  display: inline-flex;
  align-items: center;
}
article.filter-layout3 .filter-wrap .filter-view-box .cnt-box {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}
article.filter-layout3 .filter-wrap .filter-option-box {
  display: inline-flex;
  align-items: center;
}
article.filter-layout3 .filter-wrap .filter-option-box .filter-option-txt-box {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
article.filter-layout3 .filter-wrap .filter-option-box .option-box + .option-box {
  margin-left: 16px;
}
article.filter-layout3 .filter-wrap .filter-option-box .sbox select {
  border: 0;
  background-color: #fff;
  padding: 0 40px 0 0;
  font-size: 14px;
  color: #424242;
}
article.filter-layout3 .filter-wrap .filter-option-box .filter-option-btn .ic.ic-filter {
  background: url("//rsc.woondongga.net/wdg/img/ic_filter.svg") no-repeat center;
  width: 22px;
  height: 22px;
}

article.banner-layout1 .banner-wrap {
  border-radius: 14px;
  background-color: #F5F5F5;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
article.banner-layout1 .banner-wrap .ic-box .ic-banner {
  background: url("//rsc.woondongga.net/wdg/img/ic_banner_flag.svg") no-repeat center/cover;
  width: 20px;
  height: 21px;
}
article.banner-layout1 .banner-wrap .con-box {
  padding-left: 16px;
  flex: 1;
  min-width: 0;
}
article.banner-layout1 .banner-wrap .con-box .swiper {
  height: 64px;
}
article.banner-layout1 .banner-wrap .con-box .item-wrap {
  display: block;
  position: relative;
  height: 100%;
}
article.banner-layout1 .banner-wrap .con-box .item-wrap .txt-box {
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 16.8px;
  max-width: 100%;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  color: #333;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

article.dashboard-layout1 .dashboard-warp {
  display: flex;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box {
  width: 100%;
  border-radius: 14px;
  padding: 16px 12px 26px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box + .dashboard-item-box {
  margin-left: 12px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box.bg-primary {
  background: #7653f6;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box.bg-secondary {
  background: #6495b0;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box.bg-secondary .row + .row {
  border-top: 1px solid #86AEC3 !important;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-head-box {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-head-box .head-box {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-head-box .head-box b {
  font-weight: 700;
  font-size: 22px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-head-box .head-box b.large {
  font-size: 24px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-head-box .label-box {
  margin-left: 4px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-head-box .label-box .label-txt {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 10px;
  line-height: 1.2;
  padding: 0 5px;
  background-color: #3d81a6;
  color: #fff;
  height: 20px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-body-box .row {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-body-box .row + .row {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #9F7EFF;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-body-box .row .subject-box {
  font-size: 14px;
}
article.dashboard-layout1 .dashboard-warp .dashboard-item-box .item-body-box .row .con-box {
  font-size: 14px;
  font-weight: 700;
}

article.schedule-layout2 .list-wrap .swiper-group-box {
  /* padding: 0 0 0 39px; */
  position: relative;
}
article.schedule-layout2 .list-wrap .swiper-group-box .swiper-button-prev {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  background: url("//rsc.woondongga.net/wdg/img/ic_prev.svg") no-repeat center/cover;
  width: 28px;
  height: 28px;
}
article.schedule-layout2 .list-wrap .swiper-group-box .swiper-button-prev:after {
  display: none;
}
article.schedule-layout2 .list-wrap .swiper-group-box .swiper-button-next {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  background: url("//rsc.woondongga.net/wdg/img/ic_next.svg") no-repeat center/cover;
  width: 28px;
  height: 28px;
}
article.schedule-layout2 .list-wrap .swiper-group-box .swiper-button-next:after {
  display: none;
}
article.schedule-layout2 .list-wrap .swiper-group-box .schedule-swiper .swiper-wrapper .swiper-slide {
  height: 54px;
}
article.schedule-layout2 .list-wrap .swiper-group-box .schedule-swiper .swiper-wrapper .swiper-slide .item-box {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 0px 0;
  color: #333;
  text-align: center;
}
article.schedule-layout2 .list-wrap .swiper-group-box .schedule-swiper .swiper-wrapper .swiper-slide .item-box.active {
  border: 1px solid #7d51ff;
  color: #333;
}
article.schedule-layout2 .list-wrap .swiper-group-box .schedule-swiper .swiper-wrapper .swiper-slide .item-box .item-head-box {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 8px;
}
article.schedule-layout2 .list-wrap .swiper-group-box .schedule-swiper .swiper-wrapper .swiper-slide .item-box .item-body-box {
  font-size: 13px;
}

article.schedule-layout1 {
  /* padding-bottom: 50px; */
}
article.schedule-layout1 .schedule-body-box {
  padding-top: 16px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box {
  overflow: auto;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box .share-msg-box {
  margin: 0 0 0 35px;
  background-color: #F2F2FA;
  border-radius: 10px;
  padding: 18px 20px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box .share-msg-box .msg-txt-box {
  font-size: 15px;
  line-height: 20px;
  color: #8F949C;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table {
  table-layout: fixed;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table th {
  position: sticky;
  left: 0;
  background-color: #fff;
  width: 40px;
  color: #666C76;
  font-size: 13px;
  height: 56px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td {
  width: 100%;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-master-list .item-box {
  border-radius: 10px;
  border: 1px solid #7653F6;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  min-width: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #494949;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-master-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-master-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 15px;
  height: 45px;
  max-width: 100%;
  height: auto;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-master-list .item-box .item-num-box {
  display: flex;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-master-list .item-box .item-num-box .num-box {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-user-list {
  display: flex;
  white-space: nowrap;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-user-list .item-box {
  border: 1px solid #D1D1D6;
  background-color: #F2F2FA;
  display: inline-flex;
  flex-direction: column;
  min-width: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #494949;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-user-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-share-box table td .item-user-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 15px;
  height: 45px;
  max-width: 100%;
  height: auto;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box {
  margin: 0 -20px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table th {
  position: sticky;
  left: 0;
  background-color: #fff;
  min-width: 40px;
  width: 40px;
  color: #666C76;
  font-size: 13px;
  height: 66px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  z-index: 10;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list {
  display: flex;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list .item-box {
  vertical-align: top;
  border-radius: 10px;
  border: 1px solid #7653F6;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  min-width: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #494949;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  height: 28px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list .item-box .item-body-box b {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 14px;
  height: 28px;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list .item-box .item-num-box {
  padding-top: 4px;
  display: flex;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-master-list .item-box .item-num-box .num-box {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background-color: #8e65ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-user-list {
  display: flex;
  white-space: nowrap;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-user-list .item-box {
  border: 1px solid #D1D1D6;
  background-color: #F2F2FA;
  display: inline-flex;
  flex-direction: column;
  min-width: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #494949;
  justify-content: center;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-user-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-user-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 15px;
  height: 45px;
  max-width: 100%;
  height: auto;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list {
  display: flex;
  white-space: nowrap;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box {
  display: inline-flex;
  flex-direction: column;
  padding: 8px 4px;
  min-width: 56px;
  width: 56px;
  height: 66px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box.type-close {
  background-color: #7DD8AE;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box.type-none {
  background-color: #C3ADFF;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box.type-active {
  background-color: #FE94B8;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box .item-head-box {
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 14px;
}
article.schedule-layout1 .schedule-body-box .schedule-table-box .schedule-list-box table td .item-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 15px;
  height: 30px;
  max-width: 100%;
  height: auto;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box {
  padding-left: 40px;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 10px 5px 0;
  color: #000;
  border-radius: 15px;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.selected {
  color: #fff !important;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.selected:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #7D51FF;
  border-radius: 50%;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.selected .txt {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.weekend {
  color: #757575;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.none {
  box-shadow: 0 0 0 3px #7d51ff inset !important;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.active {
  box-shadow: 0 0 0 3px #fe2a74 inset !important;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.close {
  box-shadow: 0 0 0 3px #3bc884 inset !important;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.type-none {
  color: #7d51ff;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.type-active {
  color: #fe2a74;
}
article.schedule-layout1 .schedule-body-box .schedule-slide-box .day.type-close {
  color: #3bc884;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table thead th {
  font-size: 12px;
  height: 34px;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td {
  text-align: center;
  /* border: 3px solid transparent; */
  border-top: 1px solid #ececec;
  height: 60px;
  position: relative;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td.selected:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #7D51FF;
  border-radius: 50%;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td.selected .day {
  color: #fff !important;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot {
  position: absolute;
  left: 50%;
  top: 28px;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  background-color: #8f949c;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.dot-small {
  top: 36px;
  width: 4px;
  height: 4px;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.type-none {
  background-color: #7d51ff;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.type-active {
  background-color: #ff0303;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.type-close {
  background-color: #7DD8AE;
}
/* 달력 오늘날짜 직사각형 수정 */
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 10px 5px 0;
  color: #000;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.selected {
  color: #fff !important;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.selected:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #7D51FF;
  border-radius: 50%;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.selected .txt {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.weekend {
  color: #757575;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.none {
  border-radius: 16px;
  box-shadow: 0 0 0 1px #7d51ff inset !important;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.active {
  box-shadow: 0 0 0 3px #fe2a74 inset !important;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.close {
  box-shadow: 0 0 0 3px #3bc884 inset !important;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.type-none {
  color: #7d51ff;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.type-active {
  color: #fe2a74;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .day.type-close {
  color: #3bc884;
}
article.schedule-layout1 .schedule-body-box .legend-box {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box {
  display: inline-flex;
  align-items: center;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box + .legend-item-box {
  margin-left: 12px;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot.type-none {
  background-color: #7d51ff;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot.type-active {
  background-color: #fe2a74;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot.type-close {
  background-color: #3bc884;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .txt {
  padding-left: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #757575;
}

aside.floating-schedule {
  position: fixed;
  right: 0;
  bottom: 75px;
  transform: translateX(-38%);
  z-index: 9999;
  margin-left: 40%;
}
aside.floating-schedule .floating-schedule-box {
  position: relative;
  display: inline-flex;
  align-items: center;
}
aside.floating-schedule .floating-schedule-box .floating-schedule-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #7d51ff;
  background: #fff url("//rsc.woondongga.net/wdg/img/ic_add2.png") no-repeat center;
}

article.popup-alert-layout .alert-msg-box {
  color: #757575;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
article.popup-alert-layout .alert-menu-box {
  display: flex;
  align-items: center;
  padding-top: 40px;
}
article.popup-alert-layout .alert-menu-box .alert-menu-btn {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
article.popup-alert-layout .alert-menu-box .alert-menu-btn + .alert-menu-btn {
  margin-left: 8px;
}
article.popup-alert-layout .alert-menu-box .alert-menu-btn.type-cancel {
  border: 1px solid #BDBFC7;
  background-color: #fff;
  color: #7653f6;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}
article.popup-alert-layout .alert-menu-box .alert-menu-btn.type-success {
  background: #7653f6;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

article.filter-form-layout1 .form-wrap .form-group-box + .form-group-box {
  border-top: 1px solid #C7C7C7;
  padding-top: 30px;
  margin-top: 30px;
}
article.filter-form-layout1 .form-wrap .form-group-box .row-list.active .row:nth-child(n+7) {
  display: block;
}
article.filter-form-layout1 .form-wrap .form-group-box .row-list .row:nth-child(n+7) {
  display: none;
}
article.filter-form-layout1 .form-wrap .form-group-box .row-list .row + .row {
  margin-top: 15px;
}
article.filter-form-layout1 .form-wrap .form-group-box .more-box {
  padding-top: 15px;
}
article.filter-form-layout1 .form-wrap .form-group-box .more-box .more-btn {
  padding-left: 4px;
  color: #7653f6;
  font-size: 14px;
  line-height: 21px;
}

article.date-selector-layout1 .date-head-box {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.date-selector-layout1 .date-head-box.type-popup {
  width: 100%;
  justify-content: space-between;
}
article.date-selector-layout1 .date-head-box .head-nav-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
article.date-selector-layout1 .date-head-box .head-nav-box .current-box {
  font-size: 18px;
  font-weight: 900;
  width: 140px;
  display: grid;
  place-items: center;
}
article.date-selector-layout1 .date-head-box .head-nav-box .nav-btn {
  width: 28px;
  height: 28px;
}
article.date-selector-layout1 .date-head-box .head-nav-box .nav-btn.prev-btn {
  background: url("//rsc.woondongga.net/wdg/img/ic_prev.svg") no-repeat center/cover;
}
article.date-selector-layout1 .date-head-box .head-nav-box .nav-btn.next-btn {
  background: url("//rsc.woondongga.net/wdg/img/ic_next.svg") no-repeat center/cover;
}
article.date-selector-layout1 .date-head-box .head-additional-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}
article.date-selector-layout1 .date-head-box .head-additional-box .reserve-box {
  padding-left: 22px;
  text-align: center;
  color: #7653f6;
  display: contents;
}
article.date-selector-layout1 .date-head-box .head-additional-box .reserve-box .label-box {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
article.date-selector-layout1 .date-head-box .head-additional-box .reserve-box .cnt-box {
  font-size: 14px;
  line-height: 19px;
  padding-top: 1px;
  padding-left: 5px;
}
article.date-selector-layout1 .date-head-box .head-option-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
article.date-selector-layout1 .date-head-box .head-option-box .option-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.date-selector-layout1 .date-head-box .head-option-box .option-btn + .option-btn {
  margin-left: 6px;
}
article.date-selector-layout1 .date-head-box .head-option-box .option-btn .ic {
  width: 24px;
  height: 24px;
}
article.date-selector-layout1 .date-head-box .head-option-box .option-btn .ic.ic-schedule {
  background: url("//rsc.woondongga.net/wdg/img/week.png") no-repeat center;
  background-size: 20px auto;
  width: 24px;
  height: 24px;
}


article.date-selector-layout1 .date-head-box .head-option-box .option-btn .ic.ic-schedule-month {
  background: url("//rsc.woondongga.net/wdg/img/month.png") no-repeat center;
  background-size: 20px auto;
  width: 24px;
  height: 24px;
}
article.date-selector-layout1 .date-head-box .head-option-box .option-btn .ic.ic-share {
  background: url("//rsc.woondongga.net/wdg/img/share.png") no-repeat center;
  background-size: 20px auto;
  width: 24px;
  height: 24px;
}

article.edit-form-layout1 {
  padding-bottom: 5px;
}
article.edit-form-layout1 .form-note-box {
  padding-top: 27px;
}
article.edit-form-layout1 .form-note-box.padding-zero {
  padding-top: 0;
}
article.edit-form-layout1 .form-note-box .note-txt-box {
  color: #757575;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 22px;
}
article.edit-form-layout1 .form-note-box .note-txt-box b {
  color: #000;
}
article.edit-form-layout1 .form-wrap .row:last-child {
  border-bottom: 1px solid #BDBFC7;
  padding-bottom: 20px;
}
article.edit-form-layout1 .form-wrap .row:last-child.line-none {
  border-bottom: 0;
  padding-bottom: 0;
}
article.edit-form-layout1 .form-wrap .row + .row {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #BDBFC7;
}
article.edit-form-layout1 .form-wrap .row .subject-box {
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-txt-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-txt-box .ess {
  color: #FF6565;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-txt-box .chk-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-txt-box .chk-box .ic-chk {
  background: url("//rsc.woondongga.net/wdg/img/ic_chk_off.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-txt-box .chk-box .ic-chk.on {
  background: url("//rsc.woondongga.net/wdg/img/ic_chk_on.svg") no-repeat center/cover;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-txt-box .chk-box .txt {
  margin-left: 10px;
  color: #393C46;
  font-size: 14px;
  line-height: 20px;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-option-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-option-box .calendar-select-box {
  position: relative;
  min-width: 0;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-option-box .calendar-select-box input {
  outline: none;
  text-align: right;
  color: #7653f6;
  text-decoration: underline;
  text-underline-position: under;
  width: 140px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 20px;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-option-box .calendar-select-box input::-webkit-input-placeholder {
  border-bottom: 1px solid #7653f6;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-option-box .calendar-select-box input::placeholder {
  text-decoration: underline;
  text-underline-position: under;
  color: #7653f6;
}
article.edit-form-layout1 .form-wrap .row .subject-box .subject-option-box .subject-option-btn {
  color: #7653f6;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 20px;
}
article.edit-form-layout1 .form-wrap .row .con-box .con-desc-box {
  font-size: 11px;
  line-height: 18px;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-item-list .check-item-box + .check-item-box {
  margin-top: 10px;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-toggle-box {
  padding-top: 15px;
  padding-left: 29px;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-toggle-box .toggle-item-box {
  display: flex;
  align-items: center;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-toggle-box .toggle-item-box + .toggle-item-box {
  margin-top: 10px;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-toggle-box .toggle-item-box .toggle-subject-box {
  width: 88px;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-toggle-box .toggle-item-box .toggle-con-box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
article.edit-form-layout1 .form-wrap .row .con-box .check-toggle-box .toggle-item-box .toggle-con-box .time-selector-btn {
  font-size: 24px;
  color: #7d51ff;
}
article.edit-form-layout1 .form-wrap .row .con-box .item-box[data-toggle] {
  display: none;
}
article.edit-form-layout1 .form-wrap .row .con-box .item-box .item-head-box {
  font-size: 14px;
  font-weight: 500;
  color: #393C46;
  line-height: 20px;
  padding-bottom: 6px;
}
article.edit-form-layout1 .form-wrap .row .con-box .item-box .item-body-box .item-msg-box {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
article.edit-form-layout1 .form-wrap .row .con-box .item-box .item-body-box .rbox-txt-box {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  padding-left: 10px;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box {
  display: flex;
  align-items: center;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box + .time-item-box {
  margin-top: 25px;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box {
  padding: 0 20px;
  display: inline-flex;
  flex: 1;
  min-width: 0;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box.type-divider:before {
  z-index: 1;
  content: ">";
  color: #7653f6;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 33px;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box .time-box {
  width: 50%;
  flex-direction: column;
  display: inline-flex;
  justify-content: center;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box .time-box.off .time-body-box select {
  color: #BDBFC7;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box .time-box .time-head-box {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box .time-box .time-body-box .time-selector-btn {
  text-align: center;
  width: 100%;
  outline: none;
  color: #7D51FF;
  font-size: 24px;
  line-height: 33px;
  border: 0;
  background: transparent;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box .time-box .time-body-box select {
  text-align: center;
  width: 100%;
  outline: none;
  color: #7D51FF;
  font-size: 24px;
  height: 33px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: transparent;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-select-box .time-box .time-body-box select.off {
  color: #BDBFC7;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-menu-box .time-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 56px;
  background-color: #F2F5FC;
  color: #8F949C;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-menu-box .time-menu-btn.type-primary {
  background-color: #7D51FF;
  color: #fff;
}
article.edit-form-layout1 .form-wrap .row .con-box .time-list-box .time-item-box .time-menu-box .time-menu-btn.type-remove {
  background-color: #f2f5fc;
  color: #8F949C;
}
article.edit-form-layout1 .form-wrap .row .con-box .input-group-box {
  display: flex;
}
article.edit-form-layout1 .form-wrap .row .con-box .input-group-box .tbox + .sbox, article.edit-form-layout1 .form-wrap .row .con-box .input-group-box .tbox + .tbox {
  margin-left: 10px;
}
article.edit-form-layout1 .form-wrap .row .con-box .input-group-box .sbox + .sbox {
  margin-left: 10px;
}
article.edit-form-layout1 .form-wrap .row .form-msg-box {
  background-color: #f7f8fa;
  padding: 22px 20px;
  border-radius: 8px;
}
article.edit-form-layout1 .form-wrap .row .form-msg-box .msg-item-box + .msg-item-box {
  margin-top: 18px;
}
article.edit-form-layout1 .form-wrap .row .form-msg-box .msg-item-box .msg-head-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
}
article.edit-form-layout1 .form-wrap .row .form-msg-box .msg-item-box .msg-body-box {
  padding-top: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

article.edit-form-layout2 {
  padding-bottom: 5px;
}
article.edit-form-layout2 .row {
  display: flex;
  align-items: center;
}
article.edit-form-layout2 .row + .row {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E0DEDE;
}
article.edit-form-layout2 .row .subject-box {
  width: 88px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.03em;
}
article.edit-form-layout2 .row .con-box {
  flex: 1;
  min-width: 0;
}
article.edit-form-layout2 .row .con-box .calendar-input-box input {
  color: #7D51FF;
  outline: none;
  border: 0;
  font-size: 14px;
}
article.edit-form-layout2 .row .con-box .time-input-box select {
  width: 100%;
  outline: none;
  color: #7D51FF;
  font-size: 24px;
  height: 33px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: transparent;
}

article.select-radio-layout1 .select-wrap {
  background-color: #F2F5FC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
article.select-radio-layout1 .select-wrap label {
  cursor: pointer;
}
article.select-radio-layout1 .select-wrap label input[type=radio] {
  position: absolute;
  left: -9999px;
}
article.select-radio-layout1 .select-wrap label input[type=radio]:checked ~ span {
  background-color: #7D51FF;
  color: #fff;
}
article.select-radio-layout1 .select-wrap label span {
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  color: #8F949C;
  font-size: 12px;
  line-height: 34px;
  width: 58px;
  height: 34px;
}

article.legend-layout1 .legend-box {
  display: flex;
  align-items: center;
}
article.legend-layout1 .legend-box .legend-item-box {
  display: inline-flex;
  align-items: center;
}
article.legend-layout1 .legend-box .legend-item-box + .legend-item-box {
  margin-left: 12px;
}
article.legend-layout1 .legend-box .legend-item-box .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
article.legend-layout1 .legend-box .legend-item-box .dot.type-none {
  background-color: #7d51ff;
}
article.legend-layout1 .legend-box .legend-item-box .dot.type-active {
  background-color: #fe2a74;
}
article.legend-layout1 .legend-box .legend-item-box .dot.type-close {
  background-color: #3bc884;
}
article.legend-layout1 .legend-box .legend-item-box .txt {
  padding-left: 6px;
  font-size: 12px;
  line-height: 20px;
  color: #757575;
}

article.sub-floating-layout1 {
  /* position: fixed;
  bottom: 60px;
  width: 100%;
  max-width: 760px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100; */
  width: 100%;
}
article.sub-floating-layout1 .sub-floating-wrap {
  background-color: #fff;
  padding: 10px 20px;
}

article.current-view-layout1 .view-wrap {
  display: flex;
  background: #7653f6;
  border-radius: 14px;
  align-items: center;
  padding: 10px;
}
article.current-view-layout1 .view-wrap .view-box {
  width: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
article.current-view-layout1 .view-wrap .view-box .view-item-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.current-view-layout1 .view-wrap .view-box .view-item-box .subject-box {
  color: #fff;
  font-size: 16px;
}
article.current-view-layout1 .view-wrap .view-box .view-item-box .con-box {
  margin-left: 16px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
article.current-view-layout1 .view-wrap .view-box .view-txt-box {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

article.line-divider-layout1 {
  margin: 24px 20px;
  height: 1px;
  background-color: #F3F3F3;
}

article.choice-list-layout1 .choice-note-box {
  padding-top: 60px;
  font-size: 14px;
}
article.choice-list-layout1 .list-wrap {
  padding-bottom: 5px;
}
article.choice-list-layout1 .list-wrap ul li + li {
  margin-top: 20px;
}
article.choice-list-layout1 .list-wrap ul li .item-box {
  width: 100%;
  border-radius: 14px;
  padding: 18px 22px;
  background: #fff url("//rsc.woondongga.net/wdg/img/ic_choice.svg") no-repeat right 20px top 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #E0DEDE;
  transition: background-color 0.2s;
}
article.choice-list-layout1 .list-wrap ul li .item-box.active {
  background: #E4E1F8 url("//rsc.woondongga.net/wdg/img/ic_choice_active.svg") no-repeat right 20px top 20px;
}
article.choice-list-layout1 .list-wrap ul li .item-box .tit-box {
  padding-bottom: 10px;
  color: #7D51FF;
  font-size: 16px;
  font-weight: 700;
}
article.choice-list-layout1 .list-wrap ul li .item-box .info-box .row {
  display: flex;
}
article.choice-list-layout1 .list-wrap ul li .item-box .info-box .row + .row {
  margin-top: 10px;
}
article.choice-list-layout1 .list-wrap ul li .item-box .info-box .row .subject-box {
  font-size: 14px;
  line-height: 19px;
}
article.choice-list-layout1 .list-wrap ul li .item-box .info-box .row .con-box {
  font-size: 14px;
  line-height: 19px;
}

article.user-detail-view-layout1 .profile-box {
  display: flex;
  padding-bottom: 20px;
}
article.user-detail-view-layout1 .profile-box .img-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}
article.user-detail-view-layout1 .profile-box .img-box a {
  width: 100%;
  height: 100%;
}
article.user-detail-view-layout1 .profile-box .img-box img {
  width: 100%;
  height: 100%;
}
article.user-detail-view-layout1 .profile-box .info-box {
  flex: 1;
  min-width: 0;
  padding-top: 7px;
  padding-left: 16px;
}
article.user-detail-view-layout1 .profile-box .info-box .main-info-box {
  display: flex;
}
article.user-detail-view-layout1 .profile-box .info-box .main-info-box .main-box {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
article.user-detail-view-layout1 .profile-box .info-box .main-info-box .sub-box {
  margin-left: 13px;
  position: relative;
  color: #BDBDBD;
  font-size: 13px;
  line-height: 22px;
}
article.user-detail-view-layout1 .profile-box .info-box .main-info-box .sub-box:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #D9D9D9;
}
article.user-detail-view-layout1 .profile-box .info-box .sub-info-box {
  padding-top: 4px;
  display: flex;
}
article.user-detail-view-layout1 .profile-box .info-box .sub-info-box .tel-btn {
  font-size: 13px;
  line-height: 19px;
  text-decoration: underline;
  text-underline-position: under;
  color: #757575;
}
article.user-detail-view-layout1 .user-menu-box {
  display: flex;
  padding-bottom: 16px;
}
article.user-detail-view-layout1 .user-menu-box .user-menu-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #7653f6;
}
article.user-detail-view-layout1 .user-menu-box .user-menu-btn + .user-menu-btn {
  margin-left: 8px;
}
article.user-detail-view-layout1 .user-menu-box .user-menu-btn .txt {
  color: #7653f6;
  font-size: 13px;
}
article.user-detail-view-layout1 .user-menu-box .user-menu-btn .ic {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
article.user-detail-view-layout1 .user-menu-box .user-menu-btn .ic.ic-note {
  background: url("//rsc.woondongga.net/wdg/img/icon_profile_chat_01.png") no-repeat center/cover;
  background-size: 18px auto;
}
article.user-detail-view-layout1 .user-menu-box .user-menu-btn .ic.ic-memo {
  background: url("//rsc.woondongga.net/wdg/img/icon_profile_memo.png") no-repeat center/cover;
  background-size: 18px auto;
}
article.user-detail-view-layout1 .manage-menu-box {
  display: flex;
  flex-direction: column;
}
article.user-detail-view-layout1 .manage-menu-box .manage-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 14px;
}

article.week-select-layout1 table thead th {
  font-size: 12px;
  height: 34px;
}
article.week-select-layout1 table tbody td {
  text-align: center;
  border: 3px solid transparent;
  height: 60px;
  position: relative;
}
article.week-select-layout1 table tbody td .num {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 28px;
  background-color: #FF6565;
  color: #fff;
  border-radius: 15px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.week-select-layout1 table tbody td .dot {
  position: absolute;
  left: 50%;
  top: 28px;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  background-color: #8f949c;
}
article.week-select-layout1 table tbody td .dot.dot-small {
  top: 32px;
  width: 6px;
  height: 6px;
}
article.week-select-layout1 table tbody td .dot.type-none {
  background-color: #7d51ff;
}
article.week-select-layout1 table tbody td .dot.type-active {
  background-color: #ff0303;
}
article.week-select-layout1 table tbody td .dot.type-close {
  background-color: #7DD8AE;
}
article.week-select-layout1 table tbody td .day {
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 10px 5px 0;
  color: #000;
  border-radius: 15px;
}
article.week-select-layout1 table tbody td .day.selected {
  background-color: #7653F6;
  color: #fff !important;
}
article.week-select-layout1 table tbody td .day.weekend {
  color: #757575;
}
article.week-select-layout1 table tbody td .day.none {
  box-shadow: 0 0 0 3px #7d51ff inset !important;
}
article.week-select-layout1 table tbody td .day.active {
  box-shadow: 0 0 0 3px #fe2a74 inset !important;
}
article.week-select-layout1 table tbody td .day.close {
  box-shadow: 0 0 0 3px #3bc884 inset !important;
}

article.more-view-layout1 .profile-box {
  padding: 20px 20px 24px;
  margin: 0 -20px;
  display: flex;
  border-bottom: 1px solid #F2F2F2;
}
article.more-view-layout1 .profile-box .img-box {
  width: 78px;
  height: 78px;
  border-radius: 18px;
  overflow: hidden;
}
article.more-view-layout1 .profile-box .img-box img {
  width: 100%;
  height: 100%;
}
/* 수정 */
article.more-view-layout1 .profile-box .info-box {
  padding-left: 10px;
  height: 55px;
  position:relative;
}
article.more-view-layout1 .profile-box .info-box .top-box .link-btn {
  display: inline-flex;
  align-items: center;
}
article.more-view-layout1 .profile-box .info-box .top-box .link-btn .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
article.more-view-layout1 .profile-box .info-box .top-box .link-btn .ic-arrow {
  margin-top: -1px;
  background: url("//rsc.woondongga.net/wdg/img/ic_link_arrow2.svg") no-repeat center/cover;
  width: 28px;
  height: 28px;
}
article.more-view-layout1 .profile-box .info-box .mid-box .mid-txt-box {
  font-size: 14px;
  line-height: 22px;
  color: #8F96A0;
}
/* 수정 */
article.more-view-layout1 .profile-box .bottom-box .user-label-box {
  height: 25px;
  width: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  background-color: #7653f6;
  color: white;
  border-radius: 25px;
  font-size: 11px;
  font-weight: 500;
}
article.more-view-layout1 .nav-menu-list {
  padding-top: 20px;
}
article.more-view-layout1 .nav-menu-list .nav-menu-box + .nav-menu-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}
article.more-view-layout1 .nav-menu-list .nav-menu-box .nav-menu-btn {
  display: flex;
  align-items: center;
  background: url("//rsc.woondongga.net/wdg/img/ic_link_arrow2.svg") no-repeat right;
  height: 26px;
  width: 260px;
  margin: 4px 0;
}
/* article.more-view-layout1 .nav-menu-list .nav-menu-box .nav-menu-btn + .nav-menu-btn {
  margin-top: 20px;
} */
article.more-view-layout1 .nav-menu-list .nav-menu-box .nav-menu-btn .nav-menu-txt {
  font-size: 14px;
  font-weight: 400;
}
article.more-view-layout1 .app-menu-list {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
article.more-view-layout1 .app-menu-list .app-menu-box + .app-menu-box {
  margin-top: 15px;
}
article.more-view-layout1 .app-menu-list .app-menu-box .app-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 26px;
}
article.more-view-layout1 .app-menu-list .app-menu-box .app-menu-btn .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
article.more-view-layout1 .app-menu-list .app-menu-box .app-menu-btn .ic.ic-notice {
  background: url("//rsc.woondongga.net/wdg/img/ic_app_notice.svg") no-repeat center;
}
article.more-view-layout1 .app-menu-list .app-menu-box .app-menu-btn .ic.ic-manual {
  background: url("//rsc.woondongga.net/wdg/img/ic_app_manual.svg") no-repeat center;
}
article.more-view-layout1 .app-menu-list .app-menu-box .app-menu-btn .ic.ic-terms {
  background: url("//rsc.woondongga.net/wdg/img/ic_app_terms.svg") no-repeat center;
}
article.more-view-layout1 .app-menu-list .app-menu-box .app-menu-btn .txt {
  font-size: 14px;
  font-weight: 500;
}
article.more-view-layout1 .cs-center-box {
  padding-top: 25px;
}
article.more-view-layout1 .cs-center-box .info-box .main-box {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
article.more-view-layout1 .cs-center-box .info-box .sub-box {
  font-size: 14px;
  line-height: 20px;
  padding-top: 6px;
}
article.more-view-layout1 .cs-center-box .cs-menu-list {
  padding-top: 25px;
  display: flex;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn + .cs-menu-btn {
  margin-left: 10px;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn .ic {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn .ic.ic-kakao {
  background: url("//rsc.woondongga.net/wdg/img/ic_cs_kakao.svg") no-repeat center/cover;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn .ic.ic-email {
  background: url("//rsc.woondongga.net/wdg/img/ic_cs_email.svg") no-repeat center/cover;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn .ic.ic-tel {
  background: url("//rsc.woondongga.net/wdg/img/ic_cs_tel.svg") no-repeat center/cover;
}
article.more-view-layout1 .cs-center-box .cs-menu-list .cs-menu-btn .txt {
  color: #424242;
  font-size: 15px;
}

article.page-btn-layout1 .page-menu-list .page-menu-box .page-menu-btn {
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #612FF2;
  border: 1px solid #C4B0FF;
  font-weight: 700;
  font-size: 15px;
  background: #fff;
}

article.calendar-layout1 .table-box {
  position: relative;
}
article.calendar-layout1 .table-box.disabled:after {
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
article.calendar-layout1 table thead th {
  padding: 4px;
}
article.calendar-layout1 table thead th .day-label {
  width: 100%;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFBFD;
  font-size: 13px;
  border-radius: 100px;
}
article.calendar-layout1 table thead th .day-label.sunday {
  color: #FF6565;
}
article.calendar-layout1 table tbody td {
  text-align: center;
  border: 3px solid transparent;
  height: 45px;
  position: relative;
  padding: 4px;
}
article.calendar-layout1 table tbody td .day {
  font-size: 13px;
  color: #000;
  position: relative;
  border-radius: 15px;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.calendar-layout1 table tbody td .day.not {
  background-color: #ececec;
}
article.calendar-layout1 table tbody td .day.sunday {
  color: #FF6565;
}
article.calendar-layout1 table tbody td .day.selected {
  color: #fff;
}
article.calendar-layout1 table tbody td .day.selected:before {
  border-radius: 50%;
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background-color: #7653f6;
}

article.select-menu-layout1 .menu-msg-box {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 30px;
}
article.select-menu-layout1 .menu-list-box .menu-item-box + .menu-item-box {
  margin-top: 10px;
}
article.select-menu-layout1 .menu-list-box .menu-item-box .menu-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  border: 1px solid #7653F6;
}
article.select-menu-layout1 .menu-list-box .menu-item-box .menu-item-btn.disabled {
  background-color: #fff;
  border: 1px solid #e7e7e9;
  color: #BDBFC7;
}

article.msg-layout1 .msg-txt-box {
  font-size: 12px;
  line-height: 16px;
}
article.msg-layout1 .msg-txt-box.type-large {
  font-size: 14px;
  line-height: 21px;
}

article.day-select-layout1 .day-list {
  display: flex;
  justify-content: space-between;
}
article.day-select-layout1 .day-list .day-item-box label {
  cursor: pointer;
}
article.day-select-layout1 .day-list .day-item-box label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
article.day-select-layout1 .day-list .day-item-box label input[type=checkbox]:checked ~ span {
  background-color: #7653F6;
  color: #fff;
  font-weight: 700;
}
article.day-select-layout1 .day-list .day-item-box label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #393C46;
  font-size: 14px;
  letter-spacing: -0.03em;
  background-color: #fff;
  border: 1px solid #7653F6;
  border-radius: 50%;
}

article.simple-list-layout1 .row {
  display: flex;
}
article.simple-list-layout1 .row + .row {
  margin-top: 15px;
}
article.simple-list-layout1 .row .subject-box {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  margin-right: 20px;
}
article.simple-list-layout1 .row .con-box {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

article.example-layout1 .example-wrap {
  border: 1px solid #E0DEDE;
  background-color: #F7F8FA;
  border-radius: 8px;
  padding: 20px;
}
article.example-layout1 .example-wrap .example-item-box + .example-item-box {
  margin-top: 18px;
}
article.example-layout1 .example-wrap .example-item-box .example-head-box {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
article.example-layout1 .example-wrap .example-item-box .example-head-box + .example-body-box {
  padding-top: 5px;
}
article.example-layout1 .example-wrap .example-item-box .example-body-box {
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

article.example-layout2 .example-wrap {
  border: 1px solid #E0DEDE;
  background-color: #ecedee;
  border-radius: 5px;
  padding: 10px 15px;
}
article.example-layout2 .example-wrap .example-item-box + .example-item-box {
  margin-top: 18px;
}
article.example-layout2 .example-wrap .example-item-box .example-head-box {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
article.example-layout2 .example-wrap .example-item-box .example-head-box + .example-body-box {
  padding-top: 5px;
}
article.example-layout2 .example-wrap .example-item-box .example-body-box {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #7B808E;
}

article.page-msg-layout1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  bottom: 70px;
  z-index: 10;
}
article.page-msg-layout1 .wrap {
  height: 100%;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article.page-msg-layout1 .msg-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
article.page-msg-layout1 .msg-img-box img {
  max-width: 100%;
}
article.page-msg-layout1 .msg-txt-box {
  padding-top: 14px;
  text-align: center;
}
article.page-msg-layout1 .msg-txt-box .msg-main-box {
  color: #393C46;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
article.page-msg-layout1 .msg-txt-box .msg-sub-box {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #393C46;
}
article.page-msg-layout1 .msg-menu-box {
  padding-top: 60px;
}

article.page-bottom-layer {
  display: none;
  padding-top: 0;
  height: auto;
  width: 100%;
  top: auto;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  max-width: 760px;
  right: 0;
  bottom: 0;
  z-index: 400;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 84px;
  box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.16);
}
article.page-bottom-layer:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 10px;
  width: 56px;
  height: 4px;
  background: #D0D0D0;
  border-radius: 999px;
}
article.page-bottom-layer .layer-wrap {
  padding-top: 28px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
article.page-bottom-layer .layer-wrap .layer-contents {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
article.page-bottom-layer .layer-wrap .layer-contents .layer-head-box {
  padding: 5px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.02em;
}
article.page-bottom-layer .layer-wrap .layer-contents .layer-body-box {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
article.page-bottom-layer .layer-wrap .layer-menu {
  padding-bottom: 10px;
}
article.page-bottom-layer .ui-resizable-n {
  height: 40px;
}

article.copy-msg-layout1 .msg-main-box {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
article.copy-msg-layout1 .msg-sub-box {
  padding-bottom: 35px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  display: none;
}

article.time-selector-layer {
  position: fixed;
  display: none;
  z-index: 500;
}
article.time-selector-layer:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 499;
}
article.time-selector-layer .selector-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 500;
  margin: 0 auto;
  max-width: 760px;
}
article.time-selector-layer .selector-wrap .selector-head-box {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
article.time-selector-layer .selector-wrap .selector-head-box .selector-view-box {
  color: #7D51FF;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
article.time-selector-layer .selector-wrap .selector-head-box .selector-close-box .selector-close-btn {
  background: url("//rsc.woondongga.net/wdg/img/ic_selector_close.svg") no-repeat center/cover;
  width: 26px;
  height: 24px;
}
article.time-selector-layer .selector-wrap .selector-body-box {
  display: flex;
  align-items: center;
  height: 232px;
  overflow: hidden;
  position: relative;
}
article.time-selector-layer .selector-wrap .selector-body-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0.5)));
  z-index: 200;
}
article.time-selector-layer .selector-wrap .selector-body-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0.5)));
  z-index: 200;
}
article.time-selector-layer .selector-wrap .selector-body-box .selector-box {
  width: 32%;
}
article.time-selector-layer .selector-wrap .selector-body-box .selector-box:nth-child(1) {
  width: 36%;
}
article.time-selector-layer .selector-wrap .selector-body-box .swiper-group-box {
  border-top: 1px solid #BDBFC7;
  border-bottom: 1px solid #BDBFC7;
  height: 40px;
  display: flex;
  align-items: center;
}
article.time-selector-layer .selector-wrap .selector-body-box .swiper-group-box .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
article.time-selector-layer .selector-wrap .selector-body-box .swiper-group-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: rgba(117, 117, 117, 0.5);
}
article.time-selector-layer .selector-wrap .selector-body-box .swiper-group-box .swiper-slide.swiper-slide-active {
  color: #757575;
}
article.time-selector-layer .selector-wrap .selector-foot-box {
  display: flex;
}
article.time-selector-layer .selector-wrap .selector-foot-box .selector-set-btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7d51ff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

article.manual-list-layout1 .list-wrap > ul > li + li {
  margin-top: 30px;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap {
  display: block;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-head-box {
  display: block;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-head-box.active ~ .item-body-box {
  display: block;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-head-box.active .ic.ic-arrow {
  background: url("//rsc.woondongga.net/wdg/img/ic_toggle_show.svg") no-repeat center/cover;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-head-box .head-txt {
  display: inline;
  font-size: 15px;
  line-height: 26px;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-head-box .ic.ic-arrow {
  width: 23px;
  height: 20px;
  background: url("//rsc.woondongga.net/wdg/img/ic_toggle_hide.svg") no-repeat center/cover;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-body-box {
  display: none;
}
article.manual-list-layout1 .list-wrap > ul > li .item-wrap .item-body-box .contents-box {
  padding: 30px 13px;
  border-bottom: 1px solid #BDBFC7;
  color: #333;
  font-size: 15px;
  line-height: 26px;
}

article.note-user-info-layout1 {
  border-top: 1px solid #E0DEDE;
  border-bottom: 1px solid #E0DEDE;
  background-color: #eff0ec;
}
article.note-user-info-layout1 .user-info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}
article.note-user-info-layout1 .user-info-box .name-box {
  display: inline-flex;
  align-items: center;
}
article.note-user-info-layout1 .user-info-box .name-box .name-txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}
article.note-user-info-layout1 .user-info-box .name-box .type-txt {
  padding-left: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #777;
}
article.note-user-info-layout1 .user-info-box .option-box {
  display: inline-flex;
  align-items: center;
}
article.note-user-info-layout1 .user-info-box .option-box .option-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  border: 1px solid #E0DEDE;
  border-radius: 22px;
  height: 33px;
  background-color: #FFFFFF;
}
.note-option-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 15px;
  border: 1px solid #E0DEDE;
  border-radius: 22px;
  height: 33px;
  background-color: #FFFFFF;
}

article.note-room-layout1 .note-msg-list {
  padding: 50px 0;
}
article.note-room-layout1 .note-msg-list .note-msg-item {
  display: flex;
  justify-content: flex-end;
}
/* 쪽지 수정 */
article.note-room-layout1 .note-msg-list .note-msg-item + .note-msg-item {
  /* margin-top: 40px; */
  margin-top: 20px;
}
article.note-room-layout1 .note-msg-list .note-msg-item.type-other {
  justify-content: flex-start;
}
article.note-room-layout1 .note-msg-list .note-msg-item.type-other .note-msg-box {
  padding-right: 0;
}
article.note-room-layout1 .note-msg-list .note-msg-item.type-other .note-msg-box .msg-box {
  background-color: #eff0ec;
}
article.note-room-layout1 .note-msg-list .note-msg-item.type-other .note-msg-box .msg-box:before {
  /* content: "";
  position: absolute;
  right: auto;
  left: -16px;
  top: 14px;
  border-left: 0;
  border-right: 16px solid #eff0ec;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; */
  
  content: "";
  position: absolute;
  right: auto;
  left: -14px;
  top: 4px;
  width: 26px;
  height: 18px;
  background: url(//rsc.woondongga.net/wdg/img/icon_chat_you_tail.png) center center no-repeat;
  background-size: 14px;
}
article.note-room-layout1 .note-msg-list .note-msg-item.type-other .note-msg-box .msg-box .msg-txt {
  color: #000;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-profile-box {
  margin-right: 25px;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-profile-box .img-box {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-profile-box .img-box img {
  width: 100%;
  height: 100%;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-msg-box {
  padding-right: 20px;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-msg-box .msg-box {
  position: relative;
  padding: 20px;
  background-color: #7d51ff;
  border-radius: 10px;
  display: inline-block;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-msg-box .msg-box:before {
  /* content: "";
  position: absolute;
  right: -16px;
  top: 14px;
  border-left: 16px solid #7d51ff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; */
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url(//rsc.woondongga.net/wdg/img/icon_chat_my_tail.png) center center no-repeat;
  background-size: 17px;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-msg-box .msg-box .msg-txt {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
article.note-room-layout1 .note-msg-list .note-msg-item .note-msg-box .last-box {
  padding-top: 5px;
  padding-left: 20px;
  font-size: 12px;
  color: #777;
  line-height: 16px;
}
  
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/   
.fw-light {
  font-weight: 300 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fc-ess {
  color: #FF404E !important;
}

.fc-error {
  color: #FF6565 !important;
}

.fc-success {
  color: #1E88E5;
}

.fc-primary {
  color: #7653f6;
}

.fc-secondary {
  color: #45567E;
}

.left-align {
  text-align: left !important;
}

.right-align {
  text-align: right !important;
}

.center-align {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml5 {
  margin-left: 5px;
}

.mt50 {
  margin-top: 50px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt90 {
  padding-top: 90px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .web.web-inline {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .web {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}

.scroll-effect::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scroll-effect::-webkit-scrollbar-track {
  background: #e3e1d9;
}

.scroll-effect::-webkit-scrollbar-thumb {
  background: #fff;
  border: 1px solid #C2C1BA;
}

.scroll-effect2::-webkit-scrollbar {
  width: 8px;
}

.scroll-effect2::-webkit-scrollbar-track {
  background: #E5E7EB;
}

.scroll-effect2::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #FFF;
  border: 1px solid #E5E7EB;
}

.scroll-effect3::-webkit-scrollbar {
  width: 8px;
}

.scroll-effect3::-webkit-scrollbar-track {
  background: #1d1e24;
}

.scroll-effect3::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #3c4356;
}

.scroll-effect4::-webkit-scrollbar {
  width: 8px;
}

.scroll-effect4::-webkit-scrollbar-track {
  background: #262d39;
  border-radius: 100px;
}

.scroll-effect4::-webkit-scrollbar-thumb {
  background: #bec6d6;
  border-radius: 100px;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 500;
}

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 550;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mml6 {
  margin-left: 6px;
}

.relative {
  position: relative;
}

.type-en {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}

article.spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

article.spinner.type-disabled {
  border: 1px solid #d9d9d9;
}

article.spinner.type-disabled input {
  color: #d9d9d9;
}

article.spinner.type-disabled .spinner-btn.type-minus {
  background: url("//rsc.woondongga.net/wdg/img/fold_minus_disable.png") no-repeat center/9px 1px;
}

article.spinner.type-disabled .spinner-btn.type-plus {
  background: url("//rsc.woondongga.net/wdg/img/fold_plus_disable.png") no-repeat center/9px 9px;
}

article.spinner .spinner-btn {
  width: 34px;
  height: 40px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #F5F5F5;
}

article.spinner input {
  height: 40px;
  width: 68px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  outline: none;
}

article.spinner input::placeholder {
  color: #ccc;
}

article.paging {
  font-size: 0;
  text-align: center;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

article.paging.small .paging-list .nav-box.first-btn {
  margin-right: 4px;
}

article.paging.small .paging-list .nav-box.prev-btn {
  margin-right: 4px;
}

article.paging.small .paging-list .nav-box.next-btn {
  margin-left: 4px;
}

article.paging.small .paging-list .nav-box.last-btn {
  margin-left: 4px;
}

article.paging.small .paging-list .num-box {
  margin: 0 2px;
}

article.paging .paging-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

article.paging .paging-list .nav-box {
  width: 32px;
  height: 32px;
  border: 1px solid #aaa;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 6px;
}

article.paging .paging-list .nav-box.off {
  background-color: #EAEAEA !important;
  border: 1px solid #eaeaea;
  opacity: 0.6;
}

article.paging .paging-list .nav-box.prev-btn {
  margin-right: 21px;
  background: url("//rsc.woondongga.net/wdg/img/ic_paging_prev.svg") no-repeat center;
}

article.paging .paging-list .nav-box.next-btn {
  margin-left: 21px;
  background: url("//rsc.woondongga.net/wdg/img/ic_paging_next.svg") no-repeat center;
}

article.paging .paging-list .nav-box.first-btn {
  margin-right: 8px;
  background: url("//rsc.woondongga.net/wdg/img/ic_paging_first.svg") no-repeat center;
}

article.paging .paging-list .nav-box.last-btn {
  margin-left: 8px;
  background: url("//rsc.woondongga.net/wdg/img/ic_paging_last.svg") no-repeat center;
}

article.paging .paging-list .num-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  color: #333333;
  margin: 0 3px;
  line-height: 1.2;
  border-radius: 6px;
}

article.paging .paging-list .num-box:hover {
  background-color: #F1EFEB;
}

article.paging .paging-list .num-box.current {
  font-weight: 700;
  background-color: #80736A;
  color: #fff;
}

article.paging .menu-list {
  padding-left: 30px;
}

article.paging .menu-list .menu-btn {
  background-color: #16a085;
  color: #fff;
  border-radius: 5px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.textbox.with-file {
  border: 1px solid #D6D6D6;
  position: relative;
}

.textbox.with-file textarea {
  border: none;
  height: 100px;
}

.textbox.smallest textarea {
  height: 74px;
}

.textbox.long textarea {
  height: 150px;
}

.textbox textarea {
  padding: 8px 14px;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
  width: 100%;
  resize: none;
  color: #111111;
  border: 1px solid #DBDCEB;
  height: 94px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
}

.textbox textarea::placeholder {
  color: #666666;
  font-weight: 300;
}

.textbox .file-box {
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.textbox .file-box .file-upload-box {
  display: flex;
  align-items: center;
}

.textbox .file-box .file-upload-box .upload-msg {
  font-size: 14px;
  color: #CCCCCC;
  line-height: 18px;
  padding-right: 17px;
}

.textbox .file-box .file-upload-box label input {
  position: absolute;
  left: -99999px;
}

.textbox .file-box .file-upload-box label .txt {
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 130px;
  background-color: #555555;
  color: #fff;
  cursor: pointer;
}

.control-box {
  position: relative;
  display: flex;
}

.control-box .prev-btn {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url("//rsc.woondongga.net/wdg/img/ic_control_prev.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
}

.control-box .next-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url("//rsc.woondongga.net/wdg/img/ic_control_next.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
}

.control-box input {
  text-align: center;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  outline: none;
  padding: 0 16px 0 16px;
  height: 42px;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.control-box input::placeholder {
  color: #666;
  font-weight: 300;
}

.control-box input:read-only {
  background-color: #fff;
}

.control-box input.readonly-bg:read-only {
  background-color: #F7F7F7;
}

.tbox.right input {
  text-align: right;
}

.tbox.full {
  width: 100% !important;
}

@media (max-width: 768px) {
  .tbox.m-full {
    width: 100% !important;
  }
}

.tbox.normal {
  width: 300px;
}

.tbox.shorter {
  width: 100px;
}

.tbox.short {
  width: 140px;
}

.tbox.short2m {
  width: 170px;
}

.tbox.long {
  width: 400px;
}

.tbox.longer {
  width: 480px;
}

.tbox.medium {
  width: 308px;
}

.tbox.with-clear {
  position: relative;
}

.tbox.with-clear .clear-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("//rsc.woondongga.net/wdg/img/ic_input_clear.svg") no-repeat center/cover;
}

.tbox.with-clear input {
  padding-right: 40px;
}

.tbox.with-btn {
  display: flex;
}

.tbox.with-btn .find-btn {
  display: inline-flex;
  align-items: center;
  background: url("//rsc.woondongga.net/wdg/img/ic_find_search.png") no-repeat center/18px 18px;
  width: 42px;
  height: 42px;
  border: 1px solid #8CA5E5;
}

.tbox.with-btn .input-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  background: #757380;
  height: 42px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.tbox.with-btn input {
  flex: 1;
  border-right: 0;
}

.tbox.with-search {
  position: relative;
}

.tbox.with-search input {
  padding-right: 48px;
}

.tbox.with-calendar input {
  background: #fff url("//rsc.woondongga.net/wdg/img/ic_input_calendar.svg") no-repeat right 12px center/18px 20px;
  padding-right: 48px;
}

.tbox.with-calendar input:read-only {
  background-color: #fff !important;
  color: #393C46 !important;
}

.tbox.with-calendar input.readonly-bg {
  background: #F7F7F7 url("//rsc.woondongga.net/wdg/img/ic_calendar_disabled.png") no-repeat right 12px center/24px 24px;
}

.tbox .search-btn {
  z-index: 10;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("//rsc.woondongga.net/wdg/img/ic_search.png") no-repeat center/cover;
  width: 24px;
  height: 24px;
}

.tbox input {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  color: #171010;
  font-size: 13px;
  border: 1px solid #DBDCEB;
  outline: none;
  padding: 0 40px 0 14px;
  height: 42px;
  line-height: 20px;
  border-radius: 8px;
}

.tbox input::placeholder {
  color: #777777;
}

.tbox input:focus {
  border: 1px solid #000000;
}

.tbox input:read-only {
  background-color: #f7f7f7 !important;
  color: #767676 !important;
}

.tbox input.readonly-bg {
  background-color: #F7F7F7;
}

.tbox input.readonly-bg:read-only {
  background-color: #F7F7F7;
}

.tbox.center input {
  text-align: center;
}

.tbox::placeholder {
  color: rgba(57, 57, 57, 0.4);
  letter-spacing: -0.3px;
}

.toggle-btn-box.big label.toggle .toggle-bg {
  width: 67px;
  height: 25px;
}

.toggle-btn-box.big label.toggle .toggle-bg:after {
  width: 31px;
  height: 31px;
}

.toggle-btn-box.big label.toggle input:checked ~ .toggle-bg:after {
  left: 36px;
}

.toggle-btn-box label.toggle {
  position: relative;
  height: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.toggle-btn-box label.toggle input {
  display: none;
  cursor: pointer;
}

.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-on-txt {
  display: block;
}

.toggle-btn-box label.toggle input:checked ~ .toggle-txt.toggle-off-txt {
  display: none;
}

.toggle-btn-box label.toggle input:checked ~ .toggle-bg {
  background-color: #E8F4FF;
}

.toggle-btn-box label.toggle input:checked ~ .toggle-bg:after {
  left: 13px;
  background-color: #6EA7DB !important;
  transition: left 0.3s ease-out;
}

.toggle-btn-box label.toggle .toggle-off-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}

.toggle-btn-box label.toggle .toggle-on-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}

.toggle-btn-box label.toggle .toggle-txt {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 17px;
}

.toggle-btn-box label.toggle .toggle-txt + .toggle-bg {
  margin-left: 7px;
}

.toggle-btn-box label.toggle .toggle-txt.toggle-off-txt {
  display: block;
}

.toggle-btn-box label.toggle .toggle-txt.toggle-on-txt {
  display: none;
}

.toggle-btn-box label.toggle .toggle-txt:first-child {
  margin-right: 6px;
}

.toggle-btn-box label.toggle .toggle-txt:last-child {
  margin-left: 6px;
}

.toggle-btn-box label.toggle .toggle-bg {
  position: relative;
  display: inline-block;
  background: #F5F5F5;
  border-radius: 100px;
  width: 25px;
  height: 100%;
  z-index: 9;
}

.toggle-btn-box label.toggle .toggle-bg:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #CCCCCC;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 10;
}

.sbox {
  position: relative;
}

.sbox.h-auto {
  height: auto;
}

.sbox.full {
  width: 100%;
}

.sbox.small {
  width: 230px;
}

.sbox.smaller {
  width: 180px;
}

.sbox.normal {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 768px) {
  .sbox.m-full {
    width: 100%;
    max-width: 100%;
  }
}

.sbox .sbox-wrap {
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .sbox .sbox-wrap {
    border-radius: 6px;
  }
}

.sbox .sbox-wrap.active {
  border: 1px solid #000000;
  z-index: 100;
}

.sbox .sbox-wrap.active ul.select-menu {
  display: block;
}

.sbox .set-btn {
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding: 0 50px 0 20px;
  background: url("//rsc.woondongga.net/wdg/img/ic_select_arrow.svg") no-repeat center right 20px;
  color: #777777;
  font-size: 15px;
  min-witdh: 65px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .sbox .set-btn {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 40px 0 10px;
    background-position: center right 10px;
  }
}

.sbox ul.select-menu {
  display: none;
  padding: 0 10px 10px;
  margin-top: -2px;
}

@media (max-width: 768px) {
  .sbox ul.select-menu {
    padding: 0 5px 5px;
  }
}

.sbox ul.select-menu li + li {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .sbox ul.select-menu li + li {
    margin-top: 0;
  }
}

.sbox ul.select-menu li .select-btn {
  padding: 0 10px;
  color: #777777;
  font-size: 15px;
  line-height: 32px;
  border-radius: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .sbox ul.select-menu li .select-btn {
    padding: 0 5px;
    font-size: 14px;
  }
}

.sbox ul.select-menu li .select-btn:hover {
  background-color: #EEEEEE;
}

.sbox.active select {
  background: #EFF7FF url("//rsc.woondongga.net/wdg/img/ic_select_arrow_selected.svg") no-repeat center right 10px/11px 7px !important;
  color: #6EA7DB;
}

.sbox.with-time select {
  background: #fff url("//rsc.woondongga.net/wdg/img/ic_select_time.svg") no-repeat center right 5px;
}

.sbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("//rsc.woondongga.net/wdg/img/ic_select_arrow.svg") no-repeat center right 12px;
  border-bottom: 1px solid #DBDCEB;
  outline: none;
  padding: 0 40px 0 14px;
  height: 42px;
  font-size: 13px;
  line-height: 20px;
}

.sbox select:focus {
  border: 1px solid #000;
}

.sbox select:disabled {
  color: #1A1A1A;
  opacity: 1;
  background: #f7f7f7 url("//rsc.woondongga.net/wdg/img/ic_select_arrow.png") no-repeat center right 12px/24px 24px;
}

label.toggle {
  position: relative;
  height: 16px;
  cursor: pointer;
}

label.toggle input {
  display: none;
  cursor: pointer;
}

label.toggle input:checked ~ .handler {
  left: 14px;
  border-color: #ce2027;
  transition: left 0.3s ease-out;
}

label.toggle input:checked ~ .bg {
  background-color: #0b7af3;
}

label.toggle .handler {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.3s ease-out;
  padding: 0;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  z-index: 10;
}

label.toggle .bg {
  position: relative;
  display: inline-block;
  background-color: #dddee0;
  border-radius: 8px;
  width: 28px;
  height: 16px;
  z-index: 9;
}

.rbox-list.between {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.rbox-list.between .rbox + .rbox {
  margin-left: 0;
}

.rbox-list .rbox {
  line-height: 1;
}

.rbox-list .rbox + .rbox {
  margin-left: 32px;
}

.cbox-list .cbox + .cbox {
  margin-left: 25px;
}

.rbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.rbox.with-active label input[type=radio]:checked ~ i {
  background: url("//rsc.woondongga.net/wdg/img/ic_rbox_on_active.svg") no-repeat center/cover;
}

.rbox.with-active label input[type=radio]:checked ~ .txt {
  color: #7D51FF;
}

.rbox label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  align-items: center;
}

.rbox label input[type=radio] {
  position: absolute;
  left: -9999px;
}

.rbox label input[type=radio]:disabled:checked ~ i {
  background: url("//rsc.woondongga.net/wdg/img/ic_rbox_on_disabled.svg") no-repeat center/cover;
}

.rbox label input[type=radio]:disabled ~ i {
  background: url("//rsc.woondongga.net/wdg/img/ic_rbox_disabled.svg") no-repeat center/cover;
}

.rbox label input[type=radio]:disabled ~ .txt {
  color: #757575;
}

.rbox label input[type=radio]:checked ~ i {
  background: url("//rsc.woondongga.net/wdg/img/ic_rbox_on.svg") no-repeat center/cover;
}

.rbox label input[type=radio]:checked ~ .txt {
  color: #171010;
}

.rbox label i {
  top: 0px;
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: url("//rsc.woondongga.net/wdg/img/ic_rbox_off.svg") no-repeat center/cover;
}

.rbox label .txt {
  padding-left: 29px;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}

.rbox label .txt.large {
  font-size: 14px;
}

.rbox label .txt .sub-txt-box {
  display: block;
  padding-top: 5px;
  font-size: 11px;
  line-height: 15px;
}

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.cbox.style-2 label input[type=checkbox]:checked ~ i {
  background: url("//rsc.woondongga.net/wdg/img/ic_chk_on.svg") no-repeat center/cover;
}

.cbox.style-2 label i {
  position: absolute;
  right: 0;
  left: auto;
  background: url("//rsc.woondongga.net/wdg/img/ic_chk_off.svg") no-repeat center/cover;
  width: 20px;
  height: 20px;
}

.cbox.style-2 label .txt {
  line-height: 20px;
  padding-left: 0;
  padding-right: 28px;
}

.cbox.static i {
  position: static !important;
}

.cbox label {
  cursor: pointer;
}

.cbox label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.cbox label input[type=checkbox]:disabled ~ i {
  background: url("//rsc.woondongga.net/wdg/img/disable.png") no-repeat center/cover;
}

.cbox label input[type=checkbox]:checked ~ i {
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_on.svg") no-repeat center;
}

.cbox label i {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("//rsc.woondongga.net/wdg/img/ic_cbox_off.svg") no-repeat center;
}

.cbox label .txt {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding-left: 28px;
  color: #424242;
}

/* 체크박스 스타일 추가 ------------> */
.cbox .radio-checkbox input[type=checkbox]:checked ~ i {
  background: url("//rsc.woondongga.net/wdg/img/icon_radio_on.png") no-repeat center;
  background-size: 15px auto;
}

.cbox .radio-checkbox i {
  position: absolute;
  width: 17px;
  margin-left: 5px;
  background: url("//rsc.woondongga.net/wdg/img/icon_radio_off.png") no-repeat center;
  background-size: 15px auto;
}

.cbox .radio-checkbox .txt {
  color: #a9a9af;
  font-size: 14px;
  font-weight: 400;
}
/* <----------- 체크박스 스타일 추가 */

.abox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.abox .abtn {
  border-radius: 8px;
  width: 56px;
  height: 56px;
}

.abox .abtn.minus {
  background: #F2F5FC url("//rsc.woondongga.net/wdg/img/abtn_minus.svg") no-repeat center;
}

.abox .abtn.plus {
  background: #F2F5FC url("//rsc.woondongga.net/wdg/img/abtn_plus.svg") no-repeat center;
}

.abox input {
  outline: none;
  text-align: center;
  width: 100%;
  flex: 1;
  border: 1px solid #DBDCEB;
  border-radius: 8px;
  margin: 0 5px;
  height: 56px;
  font-weight: 700;
  font-size: 18px;
}

article.toggle-input {
  display: inline-flex;
  align-items: center;
}

article.toggle-input .label-txt-box {
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #666666;
  margin-right: 10px;
}

article.toggle-input.with-txt label input:checked ~ i:after {
  left: 38px;
}

article.toggle-input.with-txt label input:checked ~ .txt.off-txt {
  display: none;
}

article.toggle-input.with-txt label input:checked ~ .txt.on-txt {
  display: block;
}

article.toggle-input.with-txt label i {
  width: 66px;
}

article.toggle-input.with-txt label .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 12px;
}

article.toggle-input.with-txt label .txt.off-txt {
  color: #79747E;
  right: 8px;
}

article.toggle-input.with-txt label .txt.on-txt {
  color: #fff;
  left: 8px;
  display: none;
}

article.toggle-input label {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}

article.toggle-input label input {
  position: absolute;
  left: -9999px;
}

article.toggle-input label input:checked ~ i {
  border-color: #6750a4;
  background-color: #7653f6;
}

article.toggle-input label input:checked ~ i:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  left: 24px;
  border-radius: 50%;
  background-color: #fff;
  transition: left 0.3s ease-out;
}

article.toggle-input label i {
  position: relative;
  width: 52px;
  height: 32px;
  border-radius: 21px;
  border: 2px solid #79747E;
  background-color: #e6e0e9;
  font-weight: 900;
  font-size: 37px;
}

article.toggle-input label i:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #79747E;
  transition: left 0.3s ease-out;
}

/*# sourceMappingURL=ui.css.map */
/*  친구 없을 시 */
.no_data3 {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  display: table;
  width: 100%;
  height: 400px;
}

/* loadingbar */
#loading_mask {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
}
#loading_mask .loading_bar {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  z-index: 10;
  border-radius: 50%;
  -webkit-animation: loading_bar_spin 0.5s linear infinite;
  animation: loading_bar_spin 0.5s linear infinite;
  border: 2px solid #f04e22;
  border-bottom: 2px solid #fff;
}
@-ms-keyframes loading_bar_spin {
  from {
      -ms-transform: rotate(0deg);
  }
  to {
      -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes loading_bar_spin {
  from {
      -moz-transform: rotate(0deg);
  }
  to {
      -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading_bar_spin {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
  }
}
@keyframes loading_bar_spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

article.search-layout1 .search-form-box .search-input-box .input-box {
  width: 100%;
}

/* 쪽지 쓰기 */
.msg_write_box {
  padding: 12px 16px 12px 12px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.msg_write_box ul {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.msg_write_box ul li {
  width: 36px;
  vertical-align: middle;
}
.msg_write_box ul li:first-child {
  width: 36px;
}
.msg_write_box ul li:first-child label {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("//rsc.woondongga.net/wdg/img/icon_chat_add_btn.png")
  no-repeat center;
  background-size: 20px;
  font-size: 0;
  vertical-align: middle;
}
.msg_write_box ul li:nth-child(2) {
  position: relative;
  width: calc(100% - 100px);
  padding: 0 8px;
}
.msg_write_box ul li:nth-child(2) input {
  padding-top: 8px;
  height: 36px;
}
.msg_write_box ul li:last-child input::-webkit-input-placeholder {
  font-size: 1rem !important;
  letter-spacing: -0.5px;
}
.msg_write_box textarea {
  width: 100%;
  box-sizing: border-box;
}
.msg_write_box .textarea_msg {
  height: 36px;
  line-height: 1rem;
  color: #333 !important;
  vertical-align: top;
  outline: none !important;
  border: 1px solid #dadaec; 
  border-radius: 17px; 
  padding:9px 0 0 13px; 
  background: #f7f7fc; 
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}
.msg_write_box .textarea_msg:focus {
  border-color: #0064d5;
  caret-color: #0064d5;
}

/* 채팅방 새로고침 버튼 */
.reload {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 1000;
}

.reload .reload-box {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.reload .reload-box .reload-btn {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


article.note-room-layout1 .note-msg-list .note-msg-item .note-msg-box .last-box
{
  padding-left: 5px  ;
}
#send-btn{
  width: 100%; 
  color: #ffffff; 
  font-size: 1rem; 
  font-family:'Montserrat', 'Noto Sans KR', sans-serif;
  font-weight: bold; 
  padding: 0px;
}

/* 쪽지 내역 없을 시 화면 */
.empty-box .empty-msg{
  display: flex;
  align-items: center;
  padding: 20px 20px 2px 20px;
  margin-bottom: 19px;
}
.empty-box .empty-msg span{
  font-size: 1.5rem;
  font-family:'Montserrat', 'Noto Sans KR', sans-serif;
  line-height: 1.2;
  font-weight: lighter;
  letter-spacing: -1px;
  font-weight: bold;
}
.empty-box .empty-msg span strong{
  color: #7d51ff;
}
.empty-box .empty-msg img{
  position: absolute;
  width: 110px;
  top: 130px;
  height: 87px;
  height: 8;
  right: 35px;
}
/*  친구 없을 시 */
.no_data3 {
  text-align: center;
  border-radius: 10px;
  display: table;
  width: 100%;
  height: 400px;
}
.no_data3 p {
  display: table-cell;
  font-size: 14px;
  color: #333;
  text-align: center;
  vertical-align: middle;
}
.note-nodata {
  text-align: center;
  border-radius: 10px;
  display: table;
  width: 100%;
  height: 400px;
  position: relative; /* 상대적 위치 설정 */
}

.note-nodata p {
  display: table-cell;
  font-size: 16px;
  color: #333;
  text-align: center;
  vertical-align: middle;
}

/* 추가된 부분: 키보드가 나타날 때 위치 고정 */
@media (max-height: 500px) {
  .note-nodata {
    height: 100vh;
  }
}

/* 추가된 부분: 키보드가 나타날 때 위치 고정 */
@media (max-height: 500px) {
  .nodata {
    height: 100vh;
  }
}

article.popup .popup-wrapper.member-manage{
  width: 300px;
  padding: 0px;
}

article.popup .popup-wrapper.member-manage .popup-contents{
  padding-top: 9px;
  padding-bottom: 4px;
}

article.popup .popup-wrapper.member-manage .popup-head-box{
  height: 40px;
  position: relative;
  justify-content: center;
}

article.popup .popup-wrapper.member-manage .option-box{
  position: absolute;
  right: 0px;
}

article.popup .popup-wrapper.member-manage article.popup-head-layout .popup-head-wrap{
  padding-bottom: 12px;
}

/* master_home */
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time6 {
  top: 0px;
}  
 
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-close-alpha {
  background-color: rgba(253, 43, 115, 0.5);
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-none-alpha {
  background-color: rgba(40, 174, 112, 0.5);
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-active-alpha {
  background-color: rgba(125, 81, 255, 0.5);
} 


article.legend-layout1 .legend-box .legend-item-box .dot.type-close-new { 
  background-color: #fe2a74;
}
article.legend-layout1 .legend-box .legend-item-box .dot.type-none-new {
  background-color: #3bc884;
}
article.legend-layout1 .legend-box .legend-item-box .dot.type-active-new { 
  background-color: #7d51ff;
}
article.legend-layout1 .legend-box .legend-item-box .dot.type-wait-new { 
  background-color: #8f8f8f;
}

/* 주간 달력 수업 수 스타일 변경 */
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.type-close-new { 
  background-color: #fff;
  color: #ff0303;
  width: 80%;
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.type-none-new { 
  background-color: #7DD8AE;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.type-active-new {  
  background-color: #fff;
  color: #7d51ff;
  font-size: 13px;
  font-weight: bold;
}


article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot.type-close-new {
  background-color: #fe2a74;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot.type-none-new {
  background-color: #3bc884;
}
article.schedule-layout1 .schedule-body-box .legend-box .legend-item-box .dot.type-active-new {
  background-color: #7d51ff;
}

/* 월간 달력 수업 수 스타일 변경 */
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.type-close-new {
  background-color: #fff;
  color: #ff0303;
  width: 92%;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.type-none-new {
  background-color: #7DD8AE;
}
article.schedule-layout1 .schedule-body-box .schedule-calendar-box table tbody td .dot.type-active-new {
  background-color: #fff;
  color: #7d51ff;
  font-size: 14px;
  font-weight: bold;
}
/*
margin: 0 2px;
    width: calc(14.285% - 4px);
*/
/* 마스터 주간 달력 추가 스타일 */
article.schedule-layout22{
  position: fixed;
  margin-top: -66px;
  z-index: 999;
  padding-bottom: 0px;
  width: 100%;
}
article.schedule-layout22 .schedule-body-box{
  width: 100%;
  padding: 0px 17px 0px 57px;
  /* margin-top: -15px; */
  background: #fff;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 {
  display: flex;
  flex-flow: row wrap;
  background: #fff;
  width: 100%;
  margin: 0 -2px;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day-box22 {
  margin: 0 2px;
  width: calc(14.285% - 4px);
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 13px;
  padding: 8px 5px 0;
  color: #000;
  height: 63px;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22 .day-txt22 {
  font-size: 12px;
  line-height: 20px;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22 .dot.type-close-new { 
  background-color: #fff;
  color: #ff0303;
  width: 80%;
  border-radius: 16px;
  font-size: 12px;
  font-weight: bold;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22 .dot.type-none-new { 
  background-color: #7DD8AE;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22 .dot.type-active-new {
  background-color: #fff;
  color: #7d51ff;
  font-size: 12px;
  font-weight: bold;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22.none {
  border-radius: 10px;
  box-shadow: 0 0 0 1px #7d51ff inset !important;
}
article.schedule-calendar-layout22 .calendar-wrap22 .view-wrap22 .day-list22 .day22 .dot {
  position: absolute;
  left: 50%;
  top: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  background-color: #8f949c;
}
/* 메뉴 스타일 변경 */
article.more-view-layout1 .profile-box .bottom-box{
  border: 1px solid #f2f2f2;
  height: 27px;
  border-radius: 20px;
  position: absolute;
  top: 130px;
  left: 105px;
}

/* 임시 스타일 */
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box .test:before{
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 32px;
  height: 2px;
  margin: -2px 0 0 -16px;
  background: #ffffff;
  border-radius: 5px;
  transform: rotate(90deg);
}
article.popup-note-form-layout1 .form-input-box .upload-list .upload-box .test::after{
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 32px;
  height: 2px;
  margin: -2px 0 0 -16px;
  background: #ffffff;
  border-radius: 5px;
}

/* 약관보기 스타일 */
#privacy_table th {
  border: 1px solid black;
  background: #e9e9e9;
  border-collapse: collapse;
  padding: 12px;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
#privacy_table .table_record {
  text-align: center;
  border: 1px solid black;
  padding: 0 12px 0px 12px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
}
.tabs-list-wrap {
  overflow-x: auto;
}

.tabs-list {
  white-space: nowrap;
  display: flex;
}

.uselaw-box {
  flex: 0 0 auto;
  margin-right: 15px;
}

/* 리뷰 */
.msg-layout1 .review_box{
  padding: 20px 20px 40px 20px;
}
.msg-layout1 .review_box.line{
  border-bottom: 3px solid #ececec; 
}
.msg-layout1 .review_box .review{
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.4;
}
.msg-layout1 .review_box .control_btn{
  display: flex;
}
.msg-layout1 .review_box .control_btn li{
  padding: 5px 10px;
  border-radius: 35px;
  margin-right: 5px;
  background: #F2F2FA;
  width: 65px;
  text-align: center;
}
.msg-layout1 .review_box .control_btn li div{
  font-size: 12px;
  color: #7D51FF;
}
.msg-layout1 .review_box .top_contents{
  display: flex;
    justify-content: space-between;
}
.msg-layout1 .review_box .top_contents .id_box{
  font-size: 14px;
  font-weight: 700;
}
.msg-layout1 .review_box .date_box{
  font-size: 12px;
  color: #8B98BC;
}
.msg-layout1 .review_box .answers_box{
  background: #ECECEC;
  padding: 10px;
  border-radius: 5px;
}
.msg-layout1 .review_box .answers_box .answers_id{
  font-size: 14px;
  padding-right: 10px;
  font-weight: 700;
}
.msg-layout1 .review_box .answers_box .answers{
  font-size: 12px;
  line-height: 1.4;
}
.mb15{
  margin-bottom: 15px;
}
/* 리뷰 팝업 */
.alertPopBuy { 
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 55%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  height: 90%;
  border-radius: 20px 20px 0 0;
}
.alertPopBuy .top_title { 
  position: absolute; 
  top: 0; 
  text-align: center; 
  width: 100%; 
  height: 60px; 
}
.alertPopBuy .content_box { 
  position: absolute;
  top: 120px;
  text-align: center;
  width: 100%;
  height: auto;
  display: flow;
}
.alertPopBuy .top_title .close_btn { 
  position: absolute; 
  right: 10px;
  top: 10px;
  width: 40px; 
  height: 40px; 
  background: url(//rsc.woondongga.net/wdg/img/ic_popup_close.svg) no-repeat center/cover;
}
.alertPopBuy .top_title div { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: 100%; 
  font-size: 16px; 
  font-weight: 700; 
  color: #333; 
}
.alertPopBuy .content {
  border: 1px solid #ececec;
  width: 90%;
  height: 350px;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  resize: none;
}
.alertPopBuy .content::placeholder {
  color: #8B98BC;
  background: url(//rsc.woondongga.net/wdg/img/pen_icon.png)no-repeat;
}
.alertPopBuy .control_btn {
  display: inline-flex;
  background: #7D51FF;
  padding: 10px;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  height: 50px;
  border-radius: 35px;
}

/* 지도 마스터보기 스타일 */
#center-name{
  font-size: 18px; 
  color: #FE2A74;
}
.center-desc{
  font-size: 14px;
  padding-bottom: 20px; 
  border-bottom: 1px solid #F0F0F0;
}
.master-box{
  padding: 30px 0;
}
.master-box.line{
  border-bottom: 1px solid #F0F0F0;
}
.master-img{
  position: absolute; 
  width: 76px; 
  height: 76px; 
  overflow: hidden;
  border-radius: 13px;
}
.master-img a{
  width: 76px; 
  height: 76px; 
}
.master-img .img{
  width: 76px; 
  min-height: 76px;
  border-radius: 13px;
  background-size: cover;
}
.master-info-box{
  padding-left: 90px;
  padding-top: 10px;
}
.master-info-box .name-box{
  display: flex; 
  justify-content: space-between; 
  padding-bottom: 10px;
}
.master-info-box .name-box .nickname{
  font-size: 16px; 
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.master-info-box .name-box .review{
  font-size: 14px; 
  color: #7D51FF; 
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.master-info-box .master-link a{
  border-radius: 35px; 
  font-size: 12px; 
  font-weight: 400; 
  border: 1px solid #7D51FF; 
  padding: 5px 20px 5px 10px; 
  text-align: center; 
}
.master-info-box .master-link .center{
  color: #7D51FF; 
  background: url('//rsc.woondongga.net/wdg/img/ic_center_arrow.png') no-repeat center right 8px;
  margin-left: 5px;
}
.master-info-box .master-link .master{
  color: #1D89E4; 
  border: 1px solid #1D89E4; 
  background: url('//rsc.woondongga.net/wdg/img/ic_master_arrow.png') no-repeat center right 8px;
  margin-left: 5px;
}
.master-info-box .favorite{
  color: #646464; 
  font-size: 12px;
}
.master-desc{
  margin-top: 30px;
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
}
.sell-item-box{
  padding-top: 20px;
  width: 100%;
}
.sell-item-box .sell-item{
  display: flex; 
  justify-content: space-between; 
  padding: 20px 0; 
  border-top: 1px solid #F0F0F0;
  align-items: center;
}
.sell-item-box .sell-item .sell-name{
  font-size: 14px; 
  font-weight: 700;
}
.sell-item-box .sell-item .sell-prc{
  font-size: 14px; 
  font-weight: 700; 
  color: #7D51FF;
}
.sell-btn{
  width: 100%; 
  height: 33px; 
  justify-content: center; 
  display: flex; 
  align-items: center; 
  background: #7D51FF; 
  font-size: 12px; 
  color: #fff; 
  border-radius: 0 0 10px 10px;
}


article.schedule-calendar-layout1 .calendar-wrap {
  position: relative;
  padding: 8px 20px 0 54px;
  min-height: 800px;
}
article.schedule-calendar-layout1 .calendar-wrap .time-view-box {
  position: absolute;
  left: 0;
  top: 77px;
  background-color: #fff;
}
article.schedule-calendar-layout1 .calendar-wrap .time-view-box .time-view-list {
  position: relative;
}
article.schedule-calendar-layout1 .calendar-wrap .time-view-box .time-view-list .time-box {
  width: 54px;
  padding-left: 18px;
  color: #666C76;
  font-size: 13px;
  line-height: 5px;
  height: 60px;
}
article.schedule-calendar-layout1 .calendar-wrap .time-view-box .time-view-list .time-box.type-master {
  height: auto;
  left: -4px;
  position: absolute;
  top: -54px;
  text-align: center;
  font-size: 12px;
  color: #494949;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap.x-scroll {
  overflow-x: auto;
  padding-right: 20px;
  display: flex;
  flex-flow: row wrap;
  margin-right: -20px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap.x-scroll .schedule-cell {
  width: 56px !important;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-user-list {
  display: flex;
  white-space: nowrap;
  padding-bottom: 15px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-user-list .item-box {
  border: 1px solid #D1D1D6;
  background-color: #F2F2FA;
  display: inline-flex;
  flex-direction: column;
  /* min-width: 56px; */
  width: 56px;
  height: 56px;
  text-align: center;
  color: #494949;
  justify-content: center;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-user-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-user-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 15px;
  height: 45px;
  max-width: 100%;
  height: auto;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list {
  display: flex;
  padding-bottom: 15px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list .item-box {
  vertical-align: top;
  border-radius: 10px;
  border: 1px solid #7653F6;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  min-width: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #494949;
  justify-content: center;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list .item-box + .item-box {
  margin-left: 4px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list .item-box .item-body-box {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  height: 28px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list .item-box .item-body-box b {
  color: #7653F6;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 14px;
  height: 28px;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list .item-box .item-num-box {
  padding-top: 4px;
  display: flex;
  justify-content: center;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .item-master-list .item-box .item-num-box .num-box {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background-color: #8e65ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list {
  position: relative;
  min-height: 1080px;
  width: 100%;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ebebeb;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time7 {
  top: 60px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time8 {
  top: 120px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time9 {
  top: 180px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time10 {
  top: 240px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time11 {
  top: 300px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time12 {
  top: 360px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time13 {
  top: 420px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time14 {
  top: 480px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time15 {
  top: 540px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time16 {
  top: 600px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time17 {
  top: 660px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time18 {
  top: 720px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time19 {
  top: 780px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time20 {
  top: 840px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time21 {
  top: 900px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time22 {
  top: 960px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.time23 {
  top: 1020px;
}

article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime1{
  top: 0;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime2{
  top: 60px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime3{
  top: 120px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime4{
  top: 180px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime5{
  top: 240px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime6{
  top: 300px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime7 {
  top: 360px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime8 {
  top: 420px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime9 {
  top: 480px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime10 {
  top: 540px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime11 {
  top: 600px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime12 {
  top: 660px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime13 {
  top: 720px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime14 {
  top: 780px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime15 {
  top: 840px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime16 {
  top: 900px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime17 {
  top: 960px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime18 {
  top: 1020px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime19 {
  top: 1080px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime20 {
  top: 1140px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime21 {
  top: 1200px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime22 {
  top: 1260px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime23 {
  top: 1320px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .timeline.centerTime24 {
  top: 1380px;
}

article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row {
  display: flex;
  margin: 0 1px;
  border-top: 1px solid #ebebeb;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row + .schedule-row {
  border-top: 1px solid #ebebeb;
}

article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell {
  width: calc(14.285% - 4px);
  flex-direction: column;
  display: flex;
  margin: 0 2px;
  position: relative;
  z-index: 10;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  /* border-top: 1px solid #fff; */
  border-bottom: 1px solid #fff;
  height: 100%;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-blank {
  background: transparent;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.hide-all .item-head-box {
  display: none;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.hide-all .item-body-box {
  display: none;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.hide-cnt .item-head-box {
  display: none;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.hide-name .item-body-box {
  display: none;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-close {
  background-color: #7DD8AE;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-none {
  background-color: #C3ADFF;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box.type-active {
  background-color: #FE94B8;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box .item-head-box {
  font-size: 11px;
  line-height: 14px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .schedule-list .schedule-row .schedule-cell .item-box .item-body-box {
  padding-top: 2px;
  font-size: 12px;
  line-height: 15px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 15px;
  height: 30px;
  max-width: 100%;
  height: auto;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -2px;
  padding-bottom: 20px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day-box {
  margin: 0 2px;
  width: calc(14.285% - 4px);
}
/* 주간 달력 마스터 오늘날짜 직사각형 수정 */
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 13px;
  padding: 8px 5px 0;
  color: #000;
  height: 63px;
  margin-left: 3px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.selected {
  color: #fff !important;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.selected:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background-color: #7D51FF;
  border-radius: 50%;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.selected .txt {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.weekend {
  color: #757575;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.none {
  border-radius: 10px;
  box-shadow: 0 0 0 1px #7d51ff inset !important;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.active {
  box-shadow: 0 0 0 3px #fe2a74 inset !important;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.close {
  box-shadow: 0 0 0 3px #3bc884 inset !important;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.type-none {
  color: #7d51ff;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.type-active {
  color: #fe2a74;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day.type-close {
  color: #3bc884;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .day-txt {
  font-size: 12px;
  line-height: 20px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot {
  position: absolute;
  left: 50%;
  top: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  background-color: #8f949c;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.dot-small {
  top: 32px;
  width: 6px;
  height: 6px;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.type-none {
  background-color: #7d51ff;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.type-active {
  background-color: #ff0303;
}
article.schedule-calendar-layout1 .calendar-wrap .view-wrap .day-list .day .dot.type-close {
  background-color: #7DD8AE;
}

/*# sourceMappingURL=schedule.css.map */
/* 
article.schedule-calendar-layout1 .calendar-wrap .swiper-group-box .view-wrap .schedule-list .schedule-row .schedule-cell .item-box + .item-box {
  margin-left: 4px;
} */




article.schedule-calendar-layout1 .calendar-wrap .swiper-group-box .view-wrap .schedule-list .schedule-row .schedule-cell .item-box .item-body-box { 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

/*  */
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box .msg-box {
  display: flex;
  align-items: center;
}

/*  */
article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box .msg-box .msg-txt {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}

article.list-layout8 .list-wrap ul li .item-wrap .item-head-box .profile-box .info-box .info-mid-box .msg-box .num-box {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-color: #FF0303;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  padding-top: 1px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.option-box2 .sbox select{
  text-align: right;
  background-color: #fff;
  padding: 0 40px 0 0;
  font-size: 14px;
  color: #7d7d7d;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #E0DEDE;
  padding-left: 15px;
}
.search-input-box2{
  position: relative;
  width: 100%;
}
.search-input-box2 button{
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(//rsc.woondongga.net/wdg/img/footer_icon.png);
  background-repeat: no-repeat;
  background-position: -149px 0;
  background-size: 170px;
  width: 21px;
  height: 22px;
  z-index: 10;
}
.search-input-box2 input{
  height: 35px;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 8px;
  border: 1px solid #E0DEDE;
}

/* 마스터 메모 친구 스타일 */
article.tabs-list-layout1 .tab{
  padding: 10px 20px 0 20px; 
  background-color: #ffffff;
}
article.tabs-list-layout1 .tab .tab-ul{
  display: flex; 
  white-space: nowrap;
}
article.tabs-list-layout1 .tab .tab-ul .tabs-btn-box {
  width: 100%;
}
article.tabs-list-layout1 .tab .tab-ul .center {
  color: #9da0b0; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  font-size: 12px;
}
article.tabs-list-layout1 .tab .tab-ul .tabs-btn-box .tabs-btn{
  width: 100%; 
  height: 40px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
article.tabs-list-layout1 .tab .tab-ul .tabs-btn-box .tabs-btn .txt{ 
  font-size: 14px; 
  padding-top: 2px; 
  text-align: center; 
  color: #9da0b0;
}
article.tabs-list-layout1 .tab .tab-ul .tabs-btn-box .tabs-btn.active .txt{
  color: #7d51ff; 
  font-weight: bold;
}

/* 공통팝업스타일 */
.public-popup{ position: fixed; z-index: 99999; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.public-popup:before { background: rgba(0, 0, 0, .5); content: ""; position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 500; }
.public-popup .public-popup-box{ z-index: 99999; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; min-width: 300px; min-height: 165px; border-radius: 6px; display: block; }
.public-popup .public-popup-box .x-btn{ position: absolute; top: 0; right: 0; background: url(//rsc.woondongga.net/wdg/img/ic_popup_close.svg) center / cover no-repeat; width: 50px; height: 50px; background-size: 35px; }
.public-popup .public-popup-box .tit{ font-size: 16px; font-weight: bold; height: 50px; width: 100%; display: flex; justify-content: center; align-items: center; }
.public-popup .public-popup-box .content{ padding: 0 20px 0 20px; margin: 13px 0 80px 0; height: 100%; max-height: 500px; overflow: hidden; font-size: 14px; line-height: 20px; }
.public-popup .public-popup-box .btn{ height: 50px; width: 100%; position: fixed; bottom: 0; }
.public-popup .public-popup-box ul{ display: flex; list-style: none;  margin: 0; padding: 0; }
.public-popup .public-popup-box ul{ display: flex; list-style: none; margin: 0; padding: 0; }
.public-popup .public-popup-box ul li{ background: #f04e22; color: #fff; width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: bold; position: relative; border-radius: 0 0 6px 6px;}
.public-popup .public-popup-box ul li:not(:last-child)::after{ content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 0.3px; background-color: #fff; }


html, body{ 
  -webkit-touch-callout: none !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}