.meet-private-wrap {
  text-align: center;
  background: #f1cccc;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  color: #a94444;
  border-top: 1px solid #a94444;
  border-bottom: 1px solid #a94444;
}

.meet-private-wrap.have-tools {
  text-align: left;
}

.meet-private-wrap.have-tools:after {
  content:'';
  clear:both;
  display:block;
}

.meet-private-wrap.have-tools .container {
  position:relative;
}

.meet-private-wrap.have-tools a.tool {
  float:right;
  transition:0.3s
}

.meet-private-wrap.have-tools a.tool:hover {
  opacity:0.5;
}

.meet-private-wrap span {
  display:inline-block;
  padding-left:24px;
  font-size:13px;
  background:url(/img/layout/icon_info_red.svg) no-repeat left 10px / 18px 18px;
}

.meet-header-wrap {
  height: 425px;
  background: linear-gradient(
    0deg,
    #fc90de 0%,
    #f9df5d 18.95%,
    #84ff9f 45.73%,
    #47bbfc 68.27%,
    #936dfe 98.55%
  );
}

.meet-header-wrap .meet-header-title {
  margin-top: 35px;
  padding-top: 70px;
  margin-bottom: 20px;
  background: url(/img/layout/icon_ufo.svg) no-repeat center top;
}

.meet-header-wrap .meet-header-title h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.02em;
  text-align: center;
}

.meet-header-wrap .meet-header-cover {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 365px;
  background: #fff;
  border: 1px solid #000;
}

.meet-header-wrap .meet-header-cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meet-header-wrap .meet-header-cover .meet-status {
  position:absolute;
  z-index: 1;
  top:-1px; right:-1px;
  width:70px;
  height:30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #000000;
  line-height:30px;
  text-align:center;
  border:1px solid #000;
}
.meet-header-wrap .meet-header-cover .meet-status,
.meet-header-wrap .meet-header-cover .meet-status.ready {
  background:#000;
  color:#fff;
}
.meet-header-wrap .meet-header-cover .meet-status.going {
  background-color: #FF8FDA;
  color:#000;
}
.meet-header-wrap .meet-header-cover .meet-status.proceeding {
  background-color: #B399FF;
  color:#000;
}
.meet-header-wrap .meet-header-cover .meet-status.finish {
  background-color: #13CF8F;
  color:#000;
}

.meet-header-content-wrap {
  margin-top: 100px;
}

.meet-header-content-info {
  background: #b3b3b3;
  border: 1px solid #000000;
  border-top: 0;
  padding: 24px 54px;
}

.meet-header-content-info ul li {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.meet-header-content-info ul li .title {
  font-weight: 700;
  min-width: 90px;
  letter-spacing: -0.02em;
}

.meet-header-content-info ul li .value {
  letter-spacing: -0.02em;
  font-weight: 500;
}

.meet-header-content-info ul li .value .date-text {
  display:inline-block;
}

.meet-header-content-info ul li .count {
  display:inline-block;
  background:#fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #6528B3;
  height:19px;
  text-align:center;
  border-radius:20px;
  padding:2px 10px;
  vertical-align: middle;
  margin-left:4px;
  margin-top:-2px;
}

.meet-header-content-join {
  display: flex;
  gap: 10px;
}

.meet-header-content-info + .meet-header-content-join {
  margin-top: 10px;
}

.meet-header-content-join .btn-join {
  flex: 1;
}

.meet-header-content-join .btn-join:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 20px;
  background: url(/img/layout/icon_flag.svg) no-repeat center;
  vertical-align: middle;
  margin-top: -5px;
}

.meet-header-content-join .btn-share {
  width: 120px;
}

.meet-header-content-join-user-wrap {
  position:relative;
  margin-top: 10px;
  border: 1px solid #000;
  padding: 10px 20px;
}

.meet-header-content-join-user-wrap a {
  position:absolute;
  right:20px;
  color:#000;
  font-weight:bold;
}

.meet-header-content-join-user-wrap a.disabled {
  text-decoration: line-through;
  opacity: 0.5;
}

.meet-header-content-manager {
  margin-top: 38px;
  margin-bottom: 46px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 120px;
  position: relative;
  min-height: 148px;
}

.meet-header-content-manager .profile {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 24px;
  border-radius: 100%;
  overflow: hidden;
  background:#000;
}
.meet-header-content-manager .profile img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.meet-header-content-manager .info h3 {
  margin-bottom: 10px;
}
.meet-header-content-manager .info h3 span.name {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.meet-header-content-manager .info h3 span.label {
  margin-left: 12px;
  vertical-align: middle;
  display: inline-block;
  background: #e31c0f;
  border-radius: 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 4px 14px;
  padding-left: 10px;
  margin-top: -2px;
}

.meet-header-content-manager .info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

/* MENU */
.meet-menu-wrap {
  width: 100%;
  border-bottom: 1px solid #000;
  background: #fffdf2;
}
.meet-menu-wrap .meet-menu {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.meet-menu-wrap .meet-menu li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.meet-menu-wrap .meet-menu li.right {
  position: absolute;
  right: 0;
  top: 7px;
  margin-right: 0;
}

.meet-menu-wrap .meet-menu li a.menu-item {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.meet-menu-wrap .meet-menu li a.menu-item:hover {
  text-decoration: none;
  color: #333;
}
.meet-menu-wrap .meet-menu li.active a.menu-item {
  font-weight: 700;
  border-bottom: 3px solid #000000;
}

.meet-menu-wrap .meet-menu li a.menu-item-page-add {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 32px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 12px;
  background-image: url(/img/admin/icon_add_black.png);
  background-repeat: no-repeat;
  background-position: 8px center;
}

/* 상세보기 */
.meet-view {
  width: 100%;
}

.meet-page-content-wrap {
  padding-top: 60px;
  padding-bottom: 78px;
}

.meet-page-content {
  position: relative;
}

.meet-page-content a {
  text-decoration: underline;
}

.meet-page-images {
  max-width:100%;
}

.meet-page-images img {
  display:block;
  width:100%;
  margin-bottom:20px;
}

.meet-page-content .anchor {
  position: absolute;
  top: -80px;
}

.meet-page-content h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  position: relative;
  padding-right: 40px;
}
.meet-page-content h3.have-tools {
  margin-bottom: 10px;
  height: 32px;
}
.meet-page-content h3 .tools {
  position: absolute;
  right: 0;
  top: 0;
}

.meet-page-content h3 > .btn {
  margin-left:5px;
  margin-top:-4px;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  height:22px;
  letter-spacing: -0.02em;
  background:#000;
  color:#fff;
  border-radius: 4px;
  padding:4px 6px;
}

.meet-page-content h3 ul.sort {
  position:absolute;
  right:0; bottom:0; font-size:0; line-height:0;
}

.meet-page-content h3 ul.sort li {
  display:inline-block;    font-size: 0;
  line-height: 0;
}

.meet-page-content h3 ul.sort li + li {
  margin-left:20px;
}

.meet-page-content h3 ul.sort li a {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #C4C4C4;
  text-decoration:none;
}

.meet-page-content h3 ul.sort li.active a {
  color:#000;
}

.meet-page-content p,
.meet-page-content .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.meet-page-content + .meet-page-content {
  margin-top: 44px;
}

/* 상세보기 공통 */
.meet-view-common-detail {
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgba(217, 217, 217, 0.2);
}

.meet-view-common-detail h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
  padding-bottom: 18px;
  border-bottom: 3px solid #000000;
}

.meet-view-main-footer {
  padding-top: 68px;
  padding-bottom: 80px;
}

/* FAQ */
.meet-view-faq ul {
  display: block;
}
.meet-view-faq ul li {
  display: block;
}
.meet-view-faq ul li .question,
.meet-view-faq ul li .answer {
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}
.meet-view-faq ul li span.title {
  font-family: "Georgia";
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.meet-view-faq ul li .question {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}

.meet-view-faq ul li .question a {
  display: block;
}

.meet-view-faq ul li .answer {
  display: none;
}

.meet-view-faq ul li.view-answer .answer {
  display: block;
}

.meet-view-faq ul li .answer p {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #b3b3b3;
}

/* 취소 및 환불 규정 */
.meet-view-cancel-and-refund {
  margin-top: 80px;
}

.meet-view-cancel-and-refund-content {
  margin-top: 20px;
}

.meet-view-cancel-and-refund-content ul {
  list-style: disc;
  padding-left: 20px;
}

.meet-view-cancel-and-refund-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.meet-view-map {
  position: relative;
  margin-top: 22px;
}
.meet-view-map .map {
  border: 1px solid #ccc;
}

/* Meet Summary */

.meet-summary-wrap {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 340px;
  background: linear-gradient(
    180deg,
    rgba(80, 223, 178, 0) 50%,
    rgba(80, 223, 178, 0.4) 100%
  );
}

.meet-summary-wrap .meet-summary {
  position: relative;
  padding-right: 370px;
  min-height: 210px;
}

.meet-summary-wrap .meet-info .title-wrap {
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.meet-summary-wrap .meet-info .title-wrap h4 {
  font-size: 16px;
  line-height: 20px;
  color: #936dfe;
  margin-bottom: 7px;
}

.meet-summary-wrap .meet-info .title-wrap h3 {
  font-weight:700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 12px;
}

.meet-summary-wrap .meet-info .title-wrap p {
  font-size: 15px;
  line-height: 19px;
  color: #b3b3b3;
}

.meet-summary-wrap .meet-info ul.info-wrap li {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.meet-summary-wrap .meet-info ul.info-wrap li .title {
  font-weight: 700;
  width: 90px;
}

.meet-summary-wrap .meet-info .link-wrap {
    margin-top:7px;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
}

.meet-summary-wrap .meet-cover {
  position: absolute;
  right: 0;
  top: 30px;
  width: 345px;
  height: 210px;
  overflow: hidden;
  border: 1px solid #000;
}

.meet-summary-wrap .meet-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* JOIN */

.meet-join-wrap .meet-join {
    padding-top: 58px;
    padding-bottom: 182px;
}

.meet-join-wrap .meet-join h2.main-title {
    position:relative;
    margin-bottom:28px;
}

.meet-join-wrap .meet-join h2.main-title:before {
    content:'';
    position:absolute; left:0; top:50%; right:0; border-top:1px solid #000;
}

.meet-join-wrap .meet-join h2.main-title span {
    position: relative;
    display:block;
    margin:0 auto;
    width:268px; height:118px;
    background:url(/img/layout/bg_title_eclipse.svg) no-repeat center / contain;
    font-family: 'Noto Serif KR';
    font-weight: 900;
    font-size: 25px;
    line-height: 118px;
    letter-spacing: -0.02em;
    text-align:center;
}

.meet-join-wrap .meet-join .meet-join-form h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #B3B3B3;
    margin-bottom:40px;
}

.meet-join-wrap .meet-join .meet-join-form h2.main {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom:18px;
}

.meet-join-wrap .meet-join .meet-join-form .form-header-group .help-block {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #B3B3B3;
  margin-bottom:45px;
}

/* 탑승 신청서 폼 설정 */

.meet-join-wrap .meet-join .meet-join-form .form-maker-form {
    padding-top:0;
    padding-bottom:0;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group {
    margin-bottom: 36px;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group label.form-control-label {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;    
    margin-bottom: 16px;
}
.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group label.form-control-label span.required { display:none; }
.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group label.form-control-label.is-required:before { content:'(필수)'; display:inline-block; margin-right:6px; }
.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group label.form-control-label.is-option:before { content:'(선택)'; display:inline-block; margin-right:6px; }

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group:not(.error) label.form-control-label.is-required:before,
.meet-join-wrap .meet-join .meet-join-form .form-maker-form .form-group:not(.error) label.form-control-label.is-required:before { color: #936DFE; }

.meet-join-wrap .meet-join .meet-join-form .form-maker-form textarea.form-control,
.meet-join-wrap .meet-join .meet-join-form .form-maker-form input.form-control {
    border-radius:0;
    background: rgba(230, 230, 230, 0.2);
    border: 1px solid #D9D9D9;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .message-wrap {
    color:#7A5AD6;
    background: rgba(147, 109, 254, 0.2);
    border: 1px solid rgba(147, 109, 254, 0.5);
    border-radius: 9px;
    padding:18px 30px;
    letter-spacing: -0.02em;
    margin-bottom:32px;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .message-wrap h3 {
    font-weight: 700;
    color: #7A5AD6;
    font-size: 13px;
    line-height: 28px;
    padding-left:26px;
    position:relative;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .message-wrap h3:before {
    position:absolute; left:0; top:5px;
    display:inline-block;
    width:17px; height:17px;
    content:'';
    background:url(/img/layout/icon_info.svg) no-repeat center / contain;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .message-wrap .content {
    margin-top: 2px;
    font-weight: 500;
    color: rgba(122, 90, 214, 0.6);
    font-size: 13px;
    line-height: 28px;
    margin-top:-4px;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .step-data .step-footer {
    margin-top:32px;
    padding-top:0;
    border-top:0;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .step-data .step-footer.float-side {
  padding-bottom:60px;
}

.meet-join-wrap .meet-join .meet-join-form .form-maker-form .step-data .step-footer.float-side .left,
.meet-join-wrap .meet-join .meet-join-form .form-maker-form .step-data .step-footer.float-side .right {
  top:80px
}

/* OLD CSS : 곧 삭제 */

.meet-update-view-wrap {
}
.meet-update-view-wrap .header {
  padding-top: 20px;
}

/* MENU */

.meet-view .meet-view-side {
  display: table-cell;
  vertical-align: top;
  min-width: 312px;
  padding-top: 30px;
}

.meet-introduce {
  padding-top: 30px;
  padding-right: 60px;
}
.meet-introduce h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-right: 40px;
}
.meet-introduce h4.have-tools {
  margin-bottom: 10px;
  height: 32px;
}
.meet-introduce h4 .tools {
  position: absolute;
  right: 0;
  top: 0;
}

.meet-introduce p {
  font-size: 15px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 2px;
}

.meet-question {
  padding-top: 60px;
  padding-bottom: 78px;
}

.meet-view-side-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.meet-view-side-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.meet-view-side-item h4 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.meet-view-side-item p {
  color: #525252;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}

.meet-files-wrap {
  margin-top: 20px;
  padding-top: 20px;
  margin-right: 60px;
  border-top: 1px dotted #ddd;
}
.meet-files-wrap h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.meet-files-wrap ul {
}
.meet-files-wrap ul li {
  margin-bottom: 10px;
}
.meet-files-wrap ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 18px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-image: url(/img/admin/icon_download.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.meet-files-wrap ul li a:hover {
  text-decoration: none;
}
/*.meet-files-wrap ul li a:hover { text-decoration:none; box-shadow:0 4px 8px rgba(50,50,93,.05), 0 2px 4px rgba(0,0,0,.03); }*/

.meet-view a.btn-add-action {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1f8ceb;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  height: 35px;
  line-height: 10px;
  padding: 12px 20px;
  border: 1px solid #1f8ceb;
}
.meet-view a.btn-add-action:hover {
  background-color: #ebf6ff;
}
.meet-view a.btn-add-action:active {
  background-color: #ebf6ff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/* UPDATES */
ul.meet-updates {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  position: relative;
}
ul.meet-updates:before {
  content: " ";
  position: absolute;
  width: 5px;
  top: 0;
  bottom: 0;
  left: 5px;
  background: #f4f4f4;
}

ul.meet-updates li {
  padding-left: 0px;
  padding-right: 35px;
  font-size: 13px;
  margin-bottom: 40px;
}

ul.meet-updates li .item {
  padding-left: 40px;
  position: relative;
}
ul.meet-updates li .item:after {
  content: " ";
  width: 15px;
  height: 15px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  background: #d3d3d3;
  position: absolute;
  transition: background 0.2s;
}
ul.meet-updates li:hover .item:after {
  background: #aaa;
}
ul.meet-updates li:last-child .item:before {
  content: " ";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 5px;
  background: #fafafa;
  bottom: 0px;
}

ul.meet-updates li.update-button {
  padding-left: 40px;
  margin-bottom: 30px;
}
ul.meet-updates li.update-button:empty {
  display: none;
}

ul.meet-updates li.update-button .box {
  position: relative;
}

ul.meet-updates li .empty {
  padding-left: 40px;
  font-size: 14px;
}

ul.meet-updates li .notice {
}
ul.meet-updates li .notice .box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 14px 26px;
}
ul.meet-updates li .notice p {
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  word-break: break-all;
  text-overflow: ellipsis;
}
ul.meet-updates li .notice span.date {
  font-size: 13px;
  color: #999999;
}

ul.meet-updates li .update {
}
ul.meet-updates li .update .info {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
ul.meet-updates li .update .tools {
  position: absolute;
  right: 0;
  top: 0;
}
ul.meet-updates li .update .tools .btn-xs {
  font-size: 13px;
}
ul.meet-updates li .update .tools .btn + .btn {
  margin-left: 5px;
}

ul.meet-updates li .update h3 {
  font-size: 15px;
  line-height: 30px;
  height: 32px;
  color: #000000;
  margin-bottom: 6px;
}
ul.meet-updates li .update .image {
  width: 100%;
  background: #d8d8d8;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
ul.meet-updates li .update .image img {
  width: 100%;
}
ul.meet-updates li .update span.date {
  display: block;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #999999;
}
ul.meet-updates li .update span.date a {
  color: #999;
}

ul.meet-updates li .update .user {
  margin-top: 8px;
  color: #999;
}
ul.meet-updates li .update .user strong {
  font-weight: 400;
  color: #333;
}
ul.meet-updates li .update div.description {
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}
ul.meet-updates li .update div.description iframe {
  border: 0;
  width: 100%;
}

ul.meet-updates li .update .info.have-tools div.description {
  /*padding-right:180px;*/
  word-break: break-all;
}

ul.meet-updates li .related {
  position: relative;
  border: 1px solid #dbdbd9;
  margin-top: 15px;
  max-width: 360px;
}
ul.meet-updates li .related .cover {
  width: 100%;
  height: 100px;
  background: #eee;
}
ul.meet-updates li .related .cover img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

ul.meet-updates li .related h3 {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  padding: 10px;
}
ul.meet-updates li .related h4 {
  font-size: 11px;
  line-height: 14px;
  color: #999;
  padding: 10px;
  padding-top: 0;
}

ul.meet-updates li:last-child {
  position: relative;
  margin-bottom: 20px;
}
ul.meet-updates li:last-child:before {
  /* position:absolute; left:46px; top:5px; width:5px; bottom:0; background:#fff; content:' ';*/
}

.meet-update-wrap .more-wrap {
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* UPDATE, PAGE ADD */
.meet-view-add-wrap {
  padding-bottom: 50px;
}
.meet-view-add-wrap .header {
  padding-top: 50px;
  padding-right: 35px;
}

.meet-view-add-wrap .view-add-data {
  border-radius: 2px;
  padding: 10px 20px;
  margin-top: 20px;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.meet-view-add-wrap .view-add-data .alert {
  margin-bottom: 20px;
}
.meet-view-add-wrap .view-add-data h3 {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #aaa;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
}
.meet-view-add-wrap .step-data .step-footer {
  padding-bottom: 20px;
}

.meet-view-add-wrap .form-maker-wrap {
  margin-top: 20px;
}
.meet-view-add-wrap .form-maker-form {
  width: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.meet-view-add-wrap .form-maker-form .form-group {
  margin-bottom: 30px;
}

/* EXPLORE */
.meet-explore-wrap {
}
.meet-explore-wrap .meet-explore-header-wrap {
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.meet-explore-wrap .meet-explore-header {
  height: 140px;
  position: relative;
  background: url(/img/admin/bg_line_meet.png) no-repeat top center #fff;
  background-size: 100% 3px;
}
.meet-explore-wrap .meet-explore-header.not-have-search-shortcut {
  height: 120px;
}

.meet-explore-wrap .meet-explore-header h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 36px;
  padding-top: 38px;
  transition: all ease-in-out 0.1s;
}
.meet-explore-wrap .meet-explore-header h2.have-search-shortcut {
  padding-top: 34px;
}
.meet-explore-wrap .meet-explore-header h2 .is-search strong {
  color: #333;
  display: inline-block;
  border-bottom: 2px solid #ccc;
  margin-right: 4px;
}
.meet-explore-wrap .meet-explore-header h2 .is-search:hover strong {
  border-bottom-color: #333;
}

.meet-explore-wrap .meet-explore-header h2 .search-shortcut {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 19px;
  color: #a5a5a5;
}
.meet-explore-wrap .meet-explore-header h2 .search-shortcut .text {
  display: inline-block;
  text-decoration: none;
  color: #a5a5a5;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 4px;
  font-weight: normal;
}
.meet-explore-wrap
  .meet-explore-header
  h2
  .search-shortcut
  .text.is-search:before {
  display: inline-block;
  content: " ";
  width: 15px;
  height: 15px;
  background: url(/img/admin/icon_search_for_explore.png) no-repeat center;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.8;
}
.meet-explore-wrap .meet-explore-header h2 .search-shortcut .text:hover {
  color: #666;
  border-bottom-color: #999;
}
.meet-explore-wrap
  .meet-explore-header
  h2
  .search-shortcut
  .text.is-search:hover:before {
  opacity: 1;
}

.meet-explore-wrap .meet-explore-header .search-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-width: 600px;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -60px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  transition: all ease-in-out 0.2s;
}
.meet-explore-wrap .meet-explore-header .search-wrap .form-control {
  padding-left: 44px;
  background: url(/img/admin/icon_search.png) no-repeat 14px center;
  font-size: 14px;
}
.meet-explore-wrap .meet-explore-header .search-wrap .btn-search-close {
  text-indent: -10000px;
  overflow: hidden;
  background: url(/img/admin/icon_search_close.png) no-repeat center transparent;
  box-shadow: none;
}

.meet-explore-wrap .meet-explore-header.search-mode h2 {
  opacity: 0;
}
.meet-explore-wrap .meet-explore-header.search-mode .search-wrap {
  visibility: visible;
  opacity: 1;
  margin-top: -20px;
}

.meet-explore-wrap .meet-explore-menu {
  height: 50px;
  border-top: 1px solid #eaeaea;
}
.meet-explore-wrap .meet-explore-menu-data {
  position: relative;
  padding-top: 11px;
}

.meet-explore-wrap .meet-explore-menu .filter-wrap {
}

.meet-explore-wrap .meet-explore-menu .sort-wrap {
  text-align: right;
}
.meet-explore-wrap .meet-explore-menu .sort-wrap .finish-with-wrap {
  display: inline-block;
  vertical-align: middle;
}

.meet-explore-wrap
  .meet-explore-menu
  .sort-wrap.have-sort-filter
  .finish-with-wrap:before {
  content: " ";
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  border-left: 1px solid #e6e6e6;
  height: 20px;
  vertical-align: middle;
}

.meet-explore-wrap
  .meet-explore-menu
  .sort-wrap
  .finish-with-wrap.image-checkbox
  .form-check-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.meet-explore-wrap
  .meet-explore-menu
  .sort-wrap
  .finish-with-wrap.image-checkbox
  .form-check-input
  + span {
  color: #484848;
  font-size: 14px;
  font-weight: 400;
}

.meet-explore-wrap .meet-explore-menu-data .bootstrap-select.btn-group {
  display: inline-block;
}
.meet-explore-wrap .meet-explore-menu .filter-wrap .bootstrap-select.btn-group {
  margin-right: 20px;
}

.meet-explore-wrap .meet-explore-menu-data .bootstrap-select.btn-group .btn {
  background: transparent;
  font-size: 15px;
  color: #5c5c5c;
  padding: 0;
  line-height: 0;
  padding-right: 14px;
}
.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group.open
  .btn,
.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn:active {
  box-shadow: none;
}

.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn
  .bs-caret {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  color: #49a6f8;
}
.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn
  .filter-option {
  color: #49a6f8;
}
.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn
  .filter-option {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn.bs-placeholder
  .filter-option {
  color: #999;
}
.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn.bs-placeholder
  .bs-caret {
  color: #999;
}

.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn.bs-placeholder:hover
  .filter-option,
.meet-explore-wrap
  .meet-explore-menu-data
  .bootstrap-select.btn-group
  .btn.bs-placeholder:hover
  .bs-caret {
  color: #111;
}

/* TAG EXPLORE */
.meet-explore-wrap.meet-explore-mode-tag {
}
.meet-explore-wrap.meet-explore-mode-tag .meet-explore-header {
  background-color: #64a388;
  height: 200px;
  text-align: center;
}
.meet-explore-wrap.meet-explore-mode-tag .meet-explore-header .header-data {
  padding-top: 58px;
}
.meet-explore-wrap.meet-explore-mode-tag
  .meet-explore-header
  .header-image-box {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-right: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.meet-explore-wrap.meet-explore-mode-tag .meet-explore-header .header-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  height: 82px;
}
.meet-explore-wrap.meet-explore-mode-tag .meet-explore-header .header-info h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  padding-top: 6px;
}
.meet-explore-wrap.meet-explore-mode-tag .meet-explore-header .header-info p {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 4px;
}

/* Meet ITEM */
.meet-explore {
  padding-top: 30px;
  padding-bottom: 30px;
}
.meet-explore .empty {
  text-align: center;
  font-size: 25px;
  color: #999;
  font-weight: 400;
  padding-top: 100px;
  padding-bottom: 100px;
}
.meet-explore .empty .reset-wrap {
  font-size: 15px;
  padding-top: 20px;
}
.meet-explore .empty .reset-wrap a {
  color: #666;
  text-decoration: underline;
}

.meet-explore .meet-lists {
  transition: all ease-in-out 0.4s;
}
.meet-explore .meet-lists.loading {
  opacity: 0.5;
}

.meet-explore .meet-update-lists {
  margin-left: -24px;
  margin-right: -24px;
}

.questions-wrap {
  border-top: 1px solid #ddd;
}
.questions-wrap .question-button {
  text-align:right;
  padding-top: 20px;
}

.questions-wrap .empty {
  font-size: 14px;
  text-align: center;
  padding-top: 50px;
  color: #999;
}
.questions-wrap .question {
  border-bottom: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  letter-spacing: -0.5px;
  line-height: 30px;
  position: relative;
}
.questions-wrap .question .question-link {
  display: block;
  padding-right: 70px;
  text-decoration: none;
}
.questions-wrap .question .question-link .label {
  display: inline-block;
  margin-right: 6px;
}
.questions-wrap .question.is-owner .question-link {
  padding-right: 180px;
}

.questions-wrap .question .tools {
  position: absolute;
  right: 0;
  top: 5px;
}
.questions-wrap .question .tools .sep {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ddd;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.questions-wrap .question strong.title {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 16px;
}

.questions-wrap .question .description {
}

.questions-wrap .question .description,
.questions-wrap .question .answer {
  position: relative;
  padding-left: 45px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.5px;
}
.questions-wrap .question .answer {
  padding-bottom: 5px;
}
.questions-wrap .question .answer.can-manage {
  padding-right: 100px;
}
.questions-wrap .question .answer .buttons {
  text-align: right;
  position: absolute;
  right: 0;
  top: 10px;
}

.questions-wrap .question .answers,
.questions-wrap .question .description {
  display: none;
}

.questions-wrap .question.view-answer .answers,
.questions-wrap .question.view-answer .description {
  display: block;
}

.questions-wrap .question.view-answer .answers .meet-files-wrap,
.questions-wrap .question.view-answer .description .meet-files-wrap {
  margin-right: 0;
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 0;
}

.questions-wrap .question.view-answer .answers .empty {
  padding-top: 5px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}

/* Agreement */
.agreement-wrap {
  width: 720px;
  margin: 0 auto;
  margin-top: 30px;
}
.agreement-wrap h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  margin: 0;
  margin-bottom: 30px;
}
.agreement-wrap .terms-wrap {
  position: relative;
  overflow: auto;
  box-sizing: border-box;
  margin-top: 11px;
  padding: 14px;
  border: 1px solid #f0f0f0;
  background: #f7f7f7;
}
.agreement-wrap .terms-wrap h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.agreement-wrap .terms-wrap h4:first-child {
  margin-top: 0;
}
.agreement-wrap .terms-wrap ul {
}
.agreement-wrap .terms-wrap ul li {
}
.agreement-wrap .terms-wrap ol {
}
.agreement-wrap .terms-wrap ol li {
  margin-bottom: 10px;
}
.agreement-wrap .terms-wrap ol li:last-child {
  margin-bottom: 0;
}
.agreement-wrap .terms-wrap ol li > strong {
  margin-bottom: 5px;
}
.agreement-wrap .terms-wrap ol li small {
  display: inline-block;
  margin-left: 10px;
}
.agreement-wrap .terms-wrap ol li ul {
  list-style: disc;
  padding-left: 20px;
}
.agreement-wrap .terms-wrap ol li ul li {
  margin-bottom: 5px;
}
.agreement-wrap .terms-wrap ol li ul li ul {
  list-style: none;
  padding-left: 0;
}

.agreement-wrap .checks-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.agreement-wrap .checks-wrap .checks {
  position: relative;
  margin-bottom: 20px;
}
.agreement-wrap .checks-wrap .checks:last-child {
  margin-bottom: 0;
}
.agreement-wrap .checks-wrap .checks .text {
  font-weight: bold;
  font-size: 15px;
}
.agreement-wrap .checks-wrap .checks .image-checkbox {
  position: absolute;
  right: 0;
  top: 0;
}
.agreement-wrap .checks-wrap .checks .image-checkbox .form-check-label {
  font-size: 15px;
  font-weight: normal;
}

.agreement-wrap .next-wrap {
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.agreement-wrap .next-wrap .btn {
  pointer-events: all;
}

/* MODAL */
.meet-view #setting-modal .btn-radio-wrap .btn-group {
  display:flex;
}
.meet-view #setting-modal .btn-radio {
  border:0;
  padding-left:24px;
  position:relative;
  float:none;
  width:auto;
  box-shadow: none;
  background-color: transparent;
}

.meet-view #setting-modal .btn-radio + .btn-radio {
  margin-left:30px;
}

.meet-view #setting-modal .btn-radio-word {
  margin-left: 0;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color:#B3B3B3;
}

.meet-view #setting-modal .btn-radio.active .btn-radio-word {
  color:var(--main);
}

.meet-view #setting-modal .btn-radio .radio-dot:before {
  left:0; top:4px;
  border:0;
  width: 20px;
  height: 24px;
  background: url(/img/layout/ui_check.svg) no-repeat left center;
}

.meet-view #setting-modal .btn-radio .radio-dot:after {
  display:none;
}

.meet-view #setting-modal .btn-radio.active .radio-dot:before {
  background-image: url(/img/layout/ui_checked.svg);
}

@media (max-width: 991px) {
  .meet-explore {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .meet-updates-wrap .meet-explore {
    padding-left: 15px;
    padding-right: 15px;
  }
  .meet-explore-wrap .meet-explore-header-wrap {
    border-top: 1px solid #eee;
  }
  .meet-explore-wrap .meet-explore-header {
    height: 90px;
  }
  .meet-explore-wrap .meet-explore-header.not-have-search-shortcut {
    height: 60px;
  }

  .meet-explore-wrap .meet-explore-header h2 {
    font-size: 18px;
    padding-top: 10px;
  }
  .meet-explore-wrap .meet-explore-header h2.have-search-shortcut {
    padding-top: 12px;
    font-size: 18px;
  }
  .meet-explore-wrap .meet-explore-header h2 .search-shortcut {
    margin-top: 0px;
  }
  .meet-explore-wrap .meet-explore-header h2 .search-shortcut .text {
    font-size: 12px;
  }
  .meet-explore-wrap .meet-explore-header .search-wrap {
    left: 20px;
    margin-left: 0;
    right: 20px;
  }

  .meet-explore-wrap .meet-explore-menu {
    height: auto;
  }
  .meet-explore-wrap .meet-explore-menu .filter-wrap {
    display: none;
    padding-top: 5px;
  }
  .meet-explore-wrap .meet-explore-menu .open .filter-wrap {
    display: block;
  }

  .meet-explore-wrap
    .meet-explore-menu
    .filter-wrap
    .bootstrap-select.btn-group {
    display: block;
    width: 100%;
    text-align: left;
    height: 25px;
    padding-right: 0px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .meet-explore-wrap .meet-explore-menu .filter-mobile-wrap {
    height: 40px;
    padding-left: 10px;
    padding-top: 7px;
  }
  .meet-explore-wrap .meet-explore-menu .open .filter-mobile-wrap {
    border-bottom: 1px solid #eee;
  }

  .meet-explore-wrap .meet-explore-menu .filter-mobile-wrap .btn {
    height: 26px;
    font-size: 13px;
    padding: 0px 10px;
    line-height: 24px;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 2px;
    position: relative;
    padding-right: 28px;
  }
  .meet-explore-wrap .meet-explore-menu .filter-mobile-wrap .btn .caret {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .meet-explore-wrap .meet-explore-menu-data {
    padding-top: 0;
  }
  .meet-explore-wrap
    .meet-explore-menu-data
    .bootstrap-select.btn-group
    .btn
    .filter-option {
    font-size: 13px;
  }

  .meet-explore-wrap .meet-explore-menu .sort-wrap {
    position: absolute;
    right: 0;
    top: 6px;
  }
  .meet-explore-wrap
    .meet-explore-menu
    .sort-wrap.have-sort-filter
    .finish-with-wrap:before {
    margin-left: 5px;
    margin-right: 4px;
    border-color: #eee;
  }

  .meet-explore-wrap .meet-explore-menu .sort-wrap .finish-with-wrap {
  }
  .meet-explore-wrap
    .meet-explore-menu
    .sort-wrap
    .finish-with-wrap.image-checkbox
    .form-check-input
    + span:before {
    background-size: 16px 16px;
  }
  .meet-explore-wrap
    .meet-explore-menu
    .sort-wrap
    .finish-with-wrap.image-checkbox
    .form-check-input:checked
    + span:before {
    background-size: 16px 16px;
  }
  .meet-explore-wrap
    .meet-explore-menu
    .sort-wrap
    .finish-with-wrap.image-checkbox
    .form-check-input
    + span {
    font-size: 12px;
    padding-left: 24px;
  }

  .meet-explore-wrap .meet-explore-menu-data .bootstrap-select.btn-group .btn {
    height: 25px;
  }

  /* .meet-menu-wrap {
    box-shadow: none;
  }
  .meet-menu-wrap .meet-menu li {
    margin-right: 20px;
  }
  .meet-menu-wrap .meet-menu li a.menu-item {
    line-height: 40px;
    font-size: 13px;
  }
  .meet-menu-wrap .meet-menu li.active a.menu-item {
    border-bottom: 2px solid #000;
  }
  .meet-menu-wrap .meet-menu li .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
  } */

  .meet-header-wrap {
    height:287px;
  }
  .meet-header-wrap .meet-header-title {
    margin-bottom:42px;
  }
  .meet-header-wrap .meet-header-title h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .meet-header-wrap .meet-header-cover {
    height: 212px;
  }

  .meet-header-content-info {
    padding: 24px;
  }

  .meet-header-content-info ul li {
    font-size:14px;
    line-height:28px;
  }

  .meet-header-content-info + .meet-header-content-join {
    margin-top:15px;
  }

  .meet-header-content-join .btn {
    height: 60px;
    line-height:60px;
  }

  .meet-header-content-manager {
    margin-top:15px;
    padding-top:24px;
    padding-bottom:24px;
    padding-left:106px;
    min-height:136px;
    margin-bottom:24px;
  }
  
  .meet-header-content-manager .profile,
  .meet-header-content-manager .profile img {
    width:86px; height:86px;
  }

  .meet-header-content-manager .info p {
    font-size: 12px;
    line-height: 18px;
  }

  .meet-menu-wrap .meet-menu {
    display:block;
    padding-bottom: 16px;
  }

  .meet-menu-wrap .meet-menu li { margin-right:26px; margin-bottom:8px; }

  .meet-menu-wrap .meet-menu li a.menu-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding-left:0; padding-right:0;
  }

  .meet-menu-wrap .meet-menu li.active a.menu-item {
    border-bottom:0;
  }

  .meet-page-content-wrap {
    padding-top:40px;
    padding-bottom:40px;
  }

  /* WYSIWYG 콘텐츠 모바일 스타일은 wysiwyg-content.css에서 공통으로 관리 */

  .meet-view-common-detail {
    padding-top:40px;
    padding-bottom:40px;
  }

  .meet-view-faq ul li .question {
    font-size:13px;
    line-height:24px;
  }

  .meet-view-faq ul li span.title {
    font-size:13px;
    line-height:24px;
  }

  .meet-view-faq ul li .answer p {
    font-size:13px;
    line-height:20px;
  }

  .meet-view-cancel-and-refund {
    margin-top:45px;
  }

  .meet-view-cancel-and-refund-content ul li {
    font-size: 13px;
    line-height: 28px;
  }

  .meet-view-main-footer {
    padding-top:40px;
    padding-bottom:58px;
  }

  .meet-summary-wrap {
    padding-top:40px;
    padding-bottom:66px;
  }
  .meet-summary-wrap .meet-summary {
    padding-right:0;
    min-height:0;
  }

  .meet-summary-wrap .meet-cover {
    position:inherit;
    width:auto;
    height:210px;
    margin-top: 30px;
    top: auto;
  }

  .meet-join-wrap .meet-join {
    padding-top:36px;
    padding-bottom:116px;
  }

  .meet-join-wrap .meet-join h2.main-title {
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:20px;
  }

  .meet-join-wrap .meet-join .meet-join-form h2 {
    font-size:15px;
    line-height:22px;
  }

  .meet-join-wrap .meet-join .meet-join-form .form-maker-form .message-wrap {
    padding:22px 20px;
  }

  .meet-join-wrap .meet-join .meet-join-form .form-maker-form .message-wrap .content {
    font-size:13px;
    line-height:20px;
    margin-top:12px;
  }

  .meet-join-wrap .meet-join .meet-join-form .form-maker-form .step-data .step-footer {
    margin-top:20px;
  }

  .meet-join-wrap .meet-join .meet-join-form .form-maker-form .step-data .step-footer .btn {
    font-size: 18px;
    line-height: 28px;
    height: 60px;
    line-height:60px;
  }

  .meet-view {
    display: block;
  }
  .meet-view .meet-view-main {
    display: block;
  }
  .meet-view .meet-view-side {
    display: block;
    min-width: auto;
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px;
  }
  .meet-view-mode-update .meet-view-side {
    display: none;
  }

  .meet-introduce {
    padding-top: 20px;
    padding-right: 0;
  }
  .meet-introduce h4 {
    font-size: 14px;
    line-height: 14px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .meet-introduce p {
    font-size: 13px;
  }

  .meet-files-wrap {
    margin-right: 0;
  }

  .meet-view-side-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .meet-view-side-item:last-child {
    margin-bottom: 0;
  }
  .meet-view-side-item h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .meet-view-side-item p {
    margin-top: 0;
    font-size: 13px;
  }

  .meet-view a.btn-add-action {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    padding-left: 40px;
    background-image: url(/img/admin/icon_add_blue@2x.png);
    background-size: 18px 18px;
  }

  ul.meet-updates {
    padding-top: 20px;
  }
  ul.meet-updates li {
    margin-bottom: 20px;
    padding-right: 0;
  }
  ul.meet-updates li:last-child {
    margin-bottom: 0;
  }

  ul.meet-updates li.update-button {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  ul.meet-updates li.update-button .btn {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
  }

  ul.meet-updates li .notice .box {
    padding: 6px 16px;
    padding-bottom: 10px;
  }
  ul.meet-updates li .notice span.date {
    font-size: 12px;
  }
  ul.meet-updates li .notice p {
    font-size: 13px;
    line-height: 14px;
  }
  ul.meet-updates li .item {
    padding-left: 30px;
  }
  ul.meet-updates li .item:after {
    width: 10px;
    height: 10px;
    left: 3px;
  }
  ul.meet-updates li .update h3 {
    font-size: 13px;
    line-height: 20px;
  }
  ul.meet-updates li .update div.description {
    font-size: 12px;
    line-height: 20px;
  }
  ul.meet-updates li .update .user {
    font-size: 12px;
  }

  .meet-view-add-wrap .btn {
    font-size: 13px;
    line-height: 38px;
    height: 38px;
  }
  .meet-view-add-wrap .view-add-data {
    margin-right: 0;
  }

  .questions-wrap .empty {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .agreement-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .agreement-wrap h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .agreement-wrap .checks-wrap .checks {
    margin-bottom: 10px;
  }
  .agreement-wrap .checks-wrap .checks .text {
    font-size: 14px;
  }
}
