@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.fc-red {
  color: #EA3255; }

.fc-primary {
  color: #2779D9 !important; }

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

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

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

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

.scroll-effect.scroll-effect-bg-white::-webkit-scrollbar-track {
  background: transparent; }

.scroll-effect.scroll-effect-bg-white::-webkit-scrollbar-thumb {
  background-color: rgba(234, 233, 249, 0.3); }

.scroll-effect.scroll-effect-hide::-webkit-scrollbar-track {
  background: transparent; }

.scroll-effect.scroll-effect-hide::-webkit-scrollbar-thumb {
  background: transparent; }

.scroll-effect::-webkit-scrollbar {
  width: 8px; }
  @media (max-width: 1024px) {
    .scroll-effect::-webkit-scrollbar {
      width: 4px; } }

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

.scroll-effect::-webkit-scrollbar-thumb {
  background: #dddddd;
  width: 10px; }

.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; }

.relative {
  position: relative; }

.type-en {
  font-family: "NotoSansKR"; }

article.menu-btn-box {
  padding-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center; }
  article.menu-btn-box .menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 270px;
    width: 100%; }
    article.menu-btn-box .menu-box + .menu-box {
      margin-left: 30px; }
    article.menu-btn-box .menu-box.type-1 .menu-btn {
      color: #fff;
      background-color: #555555; }
    article.menu-btn-box .menu-box.type-2 .menu-btn {
      color: #fff;
      background-color: #D4A79A; }
    article.menu-btn-box .menu-box .menu-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 75px;
      width: 100%;
      font-weight: 700;
      font-size: 20px;
      font-family: "NotoSansKR";
      border-radius: 38px; }
  @media (max-width: 1024px) {
    article.menu-btn-box .menu-btn {
      height: 46px;
      font-size: 16px; } }
  article.menu-btn-box .menu-btn + .menu-btn {
    margin-left: 46px; }
    @media (max-width: 1024px) {
      article.menu-btn-box .menu-btn + .menu-btn {
        margin-left: 26px; } }
  article.menu-btn-box .menu-btn.full {
    width: 100%; }

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("/ui/web/img/fold_minus_disable.png") no-repeat center/9px 1px; }
    article.spinner.type-disabled .spinner-btn.type-plus {
      background: url("/ui/web/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;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  article.paging .paging-menu-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    article.paging .paging-menu-box .paging-menu-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      width: 100px;
      height: 40px;
      background-color: #356BB3;
      color: #fff;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: -0.05em; }
  article.paging .paging-list {
    display: flex;
    justify-content: center; }
    article.paging .paging-list .nav-box {
      width: 34px;
      height: 34px;
      background-color: #F5F5F5; }
      article.paging .paging-list .nav-box.off {
        cursor: default; }
        article.paging .paging-list .nav-box.off:before {
          opacity: 0.5; }
      article.paging .paging-list .nav-box.prev-btn {
        border: 0;
        margin-right: 3px; }
        article.paging .paging-list .nav-box.prev-btn:after {
          display: none; }
        article.paging .paging-list .nav-box.prev-btn:before {
          content: '';
          display: inline-flex;
          align-items: center;
          position: relative;
          background: url("/ui/web/img/ic_paging_prev.svg") no-repeat center;
          width: 34px;
          height: 34px; }
      article.paging .paging-list .nav-box.first-btn {
        border: 0;
        margin-right: 3px; }
        article.paging .paging-list .nav-box.first-btn:after {
          display: none; }
        article.paging .paging-list .nav-box.first-btn:before {
          content: '';
          display: inline-flex;
          align-items: center;
          position: relative;
          background: url("/ui/web/img/ic_paging_first.svg") no-repeat center;
          width: 34px;
          height: 34px; }
      article.paging .paging-list .nav-box.next-btn {
        border: 0;
        margin-left: 3px; }
        article.paging .paging-list .nav-box.next-btn:after {
          display: none; }
        article.paging .paging-list .nav-box.next-btn:before {
          content: '';
          display: inline-flex;
          align-items: center;
          position: relative;
          background: url("/ui/web/img/ic_paging_next.svg") no-repeat center;
          width: 34px;
          height: 34px; }
      article.paging .paging-list .nav-box.last-btn {
        border: 0;
        margin-left: 3px; }
        article.paging .paging-list .nav-box.last-btn:after {
          display: none; }
        article.paging .paging-list .nav-box.last-btn:before {
          content: '';
          display: inline-flex;
          align-items: center;
          position: relative;
          background: url("/ui/web/img/ic_paging_last.svg") no-repeat center;
          width: 34px;
          height: 34px; }
    article.paging .paging-list .num-box {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: 13px;
      letter-spacing: -0.05em;
      background-color: #F5F5F5;
      width: 34px;
      height: 34px; }
      article.paging .paging-list .num-box + .num-box {
        margin-left: 3px; }
      article.paging .paging-list .num-box.current {
        color: #009F59; }
  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.full {
  width: 100%; }

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

.textbox textarea {
  border: 1px solid #dddddd;
  outline: none;
  padding: 20px;
  font-size: 15px;
  width: 100%;
  height: 340px;
  resize: none; }
  .textbox textarea::placeholder {
    color: #999999; }

.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: "NotoSansKR";
      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; }

@media (max-width: 1024px) {
  .tbox {
    width: 100%; } }

.tbox.full {
  width: 100%; }

.tbox.long {
  width: 532px; }

.tbox.small {
  width: 150px; }

.tbox.shorter {
  width: 120px; }

.tbox.short {
  width: 180px; }

.tbox.long {
  width: 300px; }

.tbox.longer {
  width: 420px; }

.tbox.long2 {
  width: 270px; }

.tbox.with-btn {
  position: relative; }
  .tbox.with-btn .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/ui/web/img/ic_search.svg") no-repeat center/24px 24px;
    width: 50px;
    height: 50px; }
  .tbox.with-btn .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/ui/web/img/ic_file_remove.svg") no-repeat center/24px 24px;
    width: 50px;
    height: 50px; }
  .tbox.with-btn input {
    padding-right: 50px; }

.tbox input {
  border: 1px solid #dddddd;
  outline: none;
  padding: 0 20px 0 20px;
  font-size: 15px;
  height: 55px;
  width: 100%; }
  .tbox input::placeholder {
    color: #dddddd; }
  .tbox input:read-only {
    background-color: #f5f5f5; }
  .tbox input.readonly-bg:read-only {
    background-color: #fff; }

.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; }
  @media (max-width: 1024px) {
    .toggle-btn-box.big label.toggle .toggle-bg {
      width: 45px;
      height: 21px; } }
  .toggle-btn-box.big label.toggle .toggle-bg:after {
    width: 31px;
    height: 31px; }
    @media (max-width: 1024px) {
      .toggle-btn-box.big label.toggle .toggle-bg:after {
        width: 21px;
        height: 21px; } }

.toggle-btn-box.big label.toggle input:checked ~ .toggle-bg:after {
  left: 36px; }
  @media (max-width: 1024px) {
    .toggle-btn-box.big label.toggle input:checked ~ .toggle-bg:after {
      left: 28px; } }

.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;
  text-align: left; }
  .sbox.full {
    width: 100%; }
  .sbox.long2 {
    width: 270px; }
  @media (max-width: 1024px) {
    .sbox.m-full {
      width: 100%; } }
  .sbox .set {
    width: 100%;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    background-color: #fff;
    text-align: center; }
    .sbox .set.on ~ .select-menu {
      display: block; }
    .sbox .set .txt {
      font-weight: 500;
      color: #aaa;
      font-size: 20px;
      line-height: 19px;
      padding-right: 30px;
      background: url("/ui/web/img/ic_select_arrow@3x.png") no-repeat center right 30px; }
  .sbox .select-menu {
    display: none;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 52px;
    z-index: 20;
    min-width: 208px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.24); }
    .sbox .select-menu ul li + li a {
      border-top: 0.3px solid #CCCCCC; }
    .sbox .select-menu ul li a {
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 19px;
      font-weight: 500; }
  .sbox.off select {
    color: #dddddd; }
  .sbox select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("/ui/web/img/ic_selecft_arrow.svg") no-repeat center right 20px/8px 8px;
    border: 1px solid #dddddd;
    outline: none;
    padding: 0 40px 0 20px;
    border: 1px solid #dddddd;
    outline: none;
    font-size: 15px;
    height: 55px;
    width: 100%; }

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 {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .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]:checked ~ i {
        background: url("/ui/web/img/ic_rbox_on@3x.png") no-repeat center/cover; }
    .rbox label i {
      position: absolute;
      width: 15px;
      height: 15px;
      line-height: 22px;
      left: 0;
      top: 4px;
      background: url("/ui/web/img/ic_rbox_off@3x.png") no-repeat center/cover; }
    .rbox label .txt {
      padding-left: 24px;
      color: #717171;
      font-size: 16px;
      line-height: 22px; }
      @media (max-width: 1024px) {
        .rbox label .txt {
          font-size: 14px; } }

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .cbox.type-2 label input[type=checkbox]:checked ~ i {
    background: url("/ui/web/img/ic_cbox2_on.svg") no-repeat center/cover; }
  .cbox.type-2 label i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url("/ui/web/img/ic_cbox2_off.svg") no-repeat center/cover; }
    @media (max-width: 1024px) {
      .cbox.type-2 label i {
        width: 16px;
        height: 16px; } }
  .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("/ui/web/img/disable.png") no-repeat center/cover; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: url("/ui/web/img/ic_cbox_on@3x.png") no-repeat center/cover; }
    .cbox label i {
      position: absolute;
      width: 12px;
      height: 12px;
      left: 0;
      top: 6px;
      line-height: 20px;
      background: url("/ui/web/img/ic_cbox_off@3x.png") no-repeat center/cover; }
    .cbox label .txt {
      line-height: 20px;
      padding-left: 18px;
      font-size: 16px;
      letter-spacing: -0.04em;
      color: #666; }
      @media (max-width: 1024px) {
        .cbox label .txt {
          font-size: 14px;
          line-height: 22px; } }

article.blank-layout {
  padding: 262px 0;
  border-top: 1px solid #000000;
  text-align: center; }
  article.blank-layout .txt-box {
    padding-top: 29px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: -0.05em; }

article.popup {
  z-index: 501;
  position: fixed;
  display: none; }
  @media (max-width: 1024px) {
    article.popup.m-full .popup-wrapper {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: none;
      width: 100%;
      border: 0;
      box-shadow: none;
      border-radius: 0; } }
  article.popup:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3; }
  article.popup.normal .popup-wrapper {
    max-width: 770px; }
  article.popup.long .popup-wrapper {
    max-width: 1180px; }
  article.popup.short .popup-wrapper {
    max-width: 400px; }
  article.popup.shorter .popup-wrapper {
    max-width: 310px; }
  article.popup .popup-wrapper {
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 820px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    overflow: hidden; }
  article.popup article.popup-msg-form {
    position: relative;
    padding: 18px 18px 24px; }
    article.popup article.popup-msg-form .popup-close-btn {
      position: absolute;
      top: 16px;
      right: 18px;
      background: url("/ui/web/img/ic_popup_close.svg") no-repeat center/cover;
      width: 24px;
      height: 24px; }
    article.popup article.popup-msg-form .msg-tit-box {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: -0.05em;
      padding-bottom: 40px;
      padding-top: 30px; }
    article.popup article.popup-msg-form .msg-head-box {
      font-size: 18px;
      letter-spacing: -0.05em;
      font-weight: 700;
      height: 40px;
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
    article.popup article.popup-msg-form .msg-password-box {
      padding-bottom: 10px; }
      article.popup article.popup-msg-form .msg-password-box input {
        height: 55px;
        padding: 0 17px;
        outline: none;
        border: 1px solid #000000;
        width: 100%;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -0.05em; }
    article.popup article.popup-msg-form .msg-con-box {
      padding: 10px 0;
      font-size: 13px;
      line-height: 20px;
      letter-spacing: -0.05em;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
    article.popup article.popup-msg-form .msg-menu-box {
      padding-top: 10px;
      display: flex;
      justify-content: center; }
      article.popup article.popup-msg-form .msg-menu-box .msg-menu-btn {
        width: 100px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: -0.05em; }
        article.popup article.popup-msg-form .msg-menu-box .msg-menu-btn + .msg-menu-btn {
          margin-left: 10px; }
        article.popup article.popup-msg-form .msg-menu-box .msg-menu-btn.type-primary {
          color: #fff;
          background-color: #356bb3; }
        article.popup article.popup-msg-form .msg-menu-box .msg-menu-btn.type-cancel {
          color: #fff;
          background-color: #979797; }

article.board-view-layout1 .board-head-box {
  border-bottom: 1px solid #000000; }
  article.board-view-layout1 .board-head-box .head-txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: -0.05em;
    padding-bottom: 9px; }

article.board-view-layout1 .board-info-box {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  article.board-view-layout1 .board-info-box .item-box {
    position: relative;
    font-size: 13px;
    line-height: 41px;
    letter-spacing: -0.05em; }
    article.board-view-layout1 .board-info-box .item-box + .item-box {
      margin-left: 40px; }
      article.board-view-layout1 .board-info-box .item-box + .item-box:after {
        content: '';
        position: absolute;
        left: -20px;
        top: 50%;
        height: 12px;
        width: 1px;
        background-color: #DDDDDD;
        transform: translateY(-50%); }

article.board-view-layout1 .board-view-box {
  padding: 25px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }
  article.board-view-layout1 .board-view-box.border-accent {
    border-bottom: 1px solid #000; }
  article.board-view-layout1 .board-view-box + .board-view-box {
    border-top: 1px solid #000; }
  article.board-view-layout1 .board-view-box img {
    max-width: 100%; }
  article.board-view-layout1 .board-view-box .board-accent-box {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #356bb3;
    padding-bottom: 11px; }

article.board-view-layout1 .board-file-box {
  border-bottom: 1px solid #DDDDDD; }
  article.board-view-layout1 .board-file-box .row {
    display: flex;
    min-width: 0; }
    article.board-view-layout1 .board-file-box .row .subject-box {
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      background-color: #F0F0F0;
      width: 182px; }
    article.board-view-layout1 .board-file-box .row .con-box {
      flex: 1;
      display: inline-flex;
      align-items: center;
      padding: 0 68px; }

article.board-view-layout1 .board-menu-box {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end; }
  article.board-view-layout1 .board-menu-box .board-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.05em;
    width: 120px;
    height: 50px;
    border-radius: 50px; }
    article.board-view-layout1 .board-menu-box .board-menu-btn.type-primary {
      background-color: #356BB3;
      color: #fff; }

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