@charset "UTF-8";
a[href^=tel] {
  pointer-events: none;
  text-decoration: none;
  cursor: default !important;
}

.show_sp {
  display: none !important;
}

.show_tb {
  display: none !important;
}

.container {
  overflow: hidden;
  height: 100%;
}

.row {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body main.p_post {
  height: 100%;
}

body main.p_post .ctRight {
  height: 100%;
  overflow: auto;
}

body main p {
  font-size: 14px;
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
       transform: perspective(1px) translateZ(0);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
       box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  -moz-animation-name: hvr-pop;
       animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
       animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
       animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
       animation-iteration-count: 1;
}

.hvz {
  overflow: hidden;
}

.hvz figure {
  overflow: hidden;
}

.hvz img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.hvz:hover {
  opacity: 1;
}

.hvz:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.btn_wr {
  text-align: center;
}

.btn, a.btn {
  padding: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin-top: 28px;
  margin-bottom: 20px;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183ae0;
  width: 100%;
}

.btn.nomg, a.btn.nomg {
  margin-top: 0;
}

.btn.st2, a.btn.st2 {
  -moz-border-radius: 0px;
       border-radius: 0px;
  height: 64px;
  border: 1px solid #707070;
}

.ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.45833;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ttl img {
  margin-bottom: 13px;
}

.ttl.st2 {
  font-size: 28px;
  margin-bottom: 33px;
}

.btn_add {
  width: 268px;
  height: 48px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #e6ebfb;
  font-size: 16px;
  text-align: center;
  color: #183ae0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  max-width: 100%;
}

.btn_add.st2 {
  margin-top: 12px;
}

.aside {
  width: 300px;
  background: #fafbfc;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99;
}

.aside.hide {
  width: 80px;
}

.aside.hide .aside_top {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
}

.aside.hide .aside_logo {
  display: none;
}

.aside.hide .aside_blog ul li a {
  min-height: 72px;
  padding-left: 16px;
}

.aside.hide .aside_blog ul li a span, .aside.hide .aside_blog ul li a small {
  display: none;
}

.aside.hide .btn_add {
  width: 48px;
}

.aside.hide .btn_add span {
  display: none;
}

.aside.hide .aside_fig {
  width: 48px;
  height: 48px;
}

.aside.hide .btn_action {
  background: url(../img/ic_action_hide.svg) center no-repeat;
}

.aside.hide .aside_user {
  width: 48px;
  padding: 0;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #edeff3;
}

.aside.hide .aside_user .aside_user_info {
  display: none;
}

.aside.hide .aside_user .btn_setting {
  background-color: #edeff3;
}

.aside.hide .aside__search--inner::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aside_fig {
  -moz-border-radius: 8px;
       border-radius: 8px;
  overflow: hidden;
  width: 268px;
  height: 120px;
  margin: 0 auto;
}

.aside_fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-border-radius: 8px;
       border-radius: 8px;
  overflow: hidden;
}

.aside_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 7px 16px 16px;
}

.aside_top .aside_logo {
  width: 182px;
}

.aside_top .btn_action {
  width: 36px;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: url(../img/ic_action.svg) center no-repeat;
  -moz-background-size: 20px 14px;
       background-size: 20px 14px;
}

.aside_blog ul li a {
  display: block;
  padding: 12px 16px 12px 76px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.aside_blog ul li a.active, .aside_blog ul li a:hover {
  background: #edeff3;
  opacity: 1;
}

.aside_blog ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  -moz-border-radius: 12px;
       border-radius: 12px;
  background: #fff url(../img/ic_w.png) center no-repeat;
  -moz-background-size: 32px 32px;
       background-size: 32px 32px;
  display: block;
}

.aside_blog ul li a span {
  display: block;
  font-size: 16px;
}

.aside_blog ul li a small {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}

.aside_user {
  width: 268px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 14px 12px;
  background: #edeff3;
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside_user_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aside_user_info span {
  font-size: 16px;
}

.aside_user .btn_setting {
  width: 36px;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #fff url(../img/ic_setting.svg) center no-repeat;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
}

.aside_user figure {
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.aside_user figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-border-radius: 50%;
       border-radius: 50%;
  overflow: hidden;
}

.aside__search {
  padding: 0 16px 16px;
  width: 100%;
}

.aside__search--inner {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.aside__search--inner::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/iconSearch.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.aside__search--inner input {
  background: #EDEFF3;
  -moz-border-radius: 6px;
       border-radius: 6px;
  border: 0;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  padding: 7px 15px 7px 30px;
  width: 100%;
}

.aside__search--inner input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.aside__search--inner input::-moz-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.aside__search--inner input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.aside__search--inner input::placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.aside__button {
  padding: 0 16px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aside__button a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 128px;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.aside__button a.usage {
  background: #DFF2EE;
  color: #0ACB8D;
}

.aside__button a.intergration {
  background: #E6EBFB;
  color: #183AE0;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.form .tar {
  text-align: right;
}

.form .f_txt {
  font-size: 14px;
}

.form .f_txt.mb {
  margin-bottom: 12px;
}

.form .f_txt span, .form .f_txt a {
  color: #183ae0;
}

.form input {
  width: 100%;
  padding: 0 12px;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #edeff3;
}

.form input::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form input::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form input:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form input::placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea {
  width: 100%;
  padding: 12px;
  outline: none;
  font-size: 16px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 0;
  height: 160px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #edeff3;
  resize: none;
}

.form textarea::-webkit-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea::-moz-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea:-ms-input-placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form textarea::placeholder {
  color: #1a1a1a;
  opacity: 0.3;
}

.form .select label {
  display: block;
  position: relative;
  -webkit-perspective: 1px;
     -moz-perspective: 1px;
          perspective: 1px;
  border: 0;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #edeff3;
  position: relative;
}

.form .select label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url(../img/arb.svg) center/100% 100% no-repeat;
  display: block;
}

.form .select label select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0 35px 0 12px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.form .select label select::-ms-expand {
  display: none;
}

.form dl + dl {
  margin-top: 23px;
}

.form dl dt {
  font-size: 16px;
  margin-bottom: 9px;
}

.form dl dt span {
  color: #183ae0;
}

.form dl dt img {
  margin-left: 4px;
}

.list_ctn {
  padding: 33px 0;
}

.list_ctn .row {
  max-width: 880px;
}

.list_ctn .list_head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.list_ctn .list_head p span {
  display: block;
  font-weight: bold;
  font-size: 24px;
}

.list_ctn .list_head p a {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.5);
}

.list_ctn .list_head .list_head_r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.list_ctn .list_head .list_head_r .btn_create_art {
  min-width: 136px;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183ae0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-right: 8px;
}

.list_ctn .list_head .list_head_r .btn_st {
  width: 36px;
  height: 36px;
  background: #edeff3 url(../img/ic_setting.svg) center no-repeat;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.list_ctn .list_head .list_head_r .btn_brain {
  width: 36px;
  height: 36px;
  background: #DFF2EE url(../img/icBrain.png) center no-repeat;
  -moz-background-size: 24px 24px;
       background-size: 24px 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  margin-right: 8px;
}

.list_ctn .list_head .list_head_r .btn_stat {
  width: 36px;
  height: 36px;
  background: #E4EFFA url(../img/icStat.png) center no-repeat;
  -moz-background-size: 24px 24px;
       background-size: 24px 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  margin-right: 8px;
}

.list_ctn .list_bd .list_bd--plan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -15px;
}

.list_ctn .list_bd .list_bd--plan span {
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
}

.list_ctn .list_bd .list_bd--plan em {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #183AE0;
  display: inline-block;
  padding: 4px 12px;
  background: #E6EBFB;
  -moz-border-radius: 14px;
       border-radius: 14px;
}

.list_ctn .list_bd .list_bd--plan--ex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  margin-top: 7px;
}

.list_ctn .list_bd .list_bd--plan--ex button.btnUnlock {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 28px;
  -moz-border-radius: 14px;
       border-radius: 14px;
  border: 1px solid #0ACB8D;
  background: #fff;
  -moz-box-shadow: none;
       box-shadow: none;
  outline: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #04CB8D;
  margin-right: 8px;
}

.list_ctn .list_bd .list_bd--search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-bottom: 19px;
}

.list_ctn .list_bd .list_bd--search--by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
}

.list_ctn .list_bd .list_bd--search--by label {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}

.list_ctn .list_bd .list_bd--search--by label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.list_ctn .list_bd .list_bd--search--by label input:checked + span {
  border: 1px solid #183AE0;
  color: #183AE0;
}

.list_ctn .list_bd .list_bd--search--by label span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 42px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1A1A1A;
  padding: 0 16px;
  -moz-border-radius: 24px;
       border-radius: 24px;
  border: 1px solid #DBDBDB;
  white-space: nowrap;
}

.list_ctn .list_bd .list_bd--search--by label.schedule input:checked + span::before {
  background: url("../img/icSchedule_ac.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.list_ctn .list_bd .list_bd--search--by label.schedule span::before {
  content: "";
  width: 18px;
  height: 20px;
  background: url("../img/icSchedule.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-right: 6px;
}

.list_ctn .list_bd .list_bd--search .keyword {
  width: 332px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  overflow: hidden;
}

.list_ctn .list_bd .list_bd--search .keyword input {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #EDEFF3;
  outline: none;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px 10px;
  color: #1A1A1A;
}

.list_ctn .list_bd .list_bd--search .keyword input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.list_ctn .list_bd .list_bd--search .keyword input::-moz-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.list_ctn .list_bd .list_bd--search .keyword input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.list_ctn .list_bd .list_bd--search .keyword input::placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.list_ctn .list_bd .list_bd--search .keyword button {
  width: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5A5F6F;
  color: #fff;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.list_ctn .list_bd .list_bd--search .keyword button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icSearch.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-right: 6px;
}

.list_ctn .list_bd .list_bd_head {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_ctn .list_bd .list_bd_head .list_bd_head_l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.list_ctn .list_bd .list_bd_head .list_bd_head_l > span {
  font-size: 16px;
}

.list_ctn .list_bd .list_bd_head .list_bd_head_l .btn_del {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #e0175d;
  margin-left: 24px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list_ctn .list_bd .list_bd_head .list_bd_head_l .btn_del:hover {
  opacity: 0.7;
}

.list_ctn .list_bd .list_bd_head .sl_gr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select {
  position: relative;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select:not(:last-child) {
  margin-right: 24px;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select span {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 11px 22px 11px 0;
  cursor: pointer;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url(../img/arb.svg) center/100% 100% no-repeat;
  display: block;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select ul {
  position: absolute;
  width: 134px;
  background: #fff;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 100%;
  padding: 18px 12px;
  -moz-border-radius: 6px;
       border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select ul li {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select ul li:hover {
  opacity: 0.5;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select ul li + li {
  margin-top: 8px;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select ul li.active {
  opacity: 0.5;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select label {
  position: relative;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url(../img/arb.svg) center/100% 100% no-repeat;
  display: block;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select label select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0 22px 0 0;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select label select::-ms-expand {
  display: none;
}

.list_ctn .list_bd .list_bd_head .sl_gr .select.openSel ul {
  opacity: 1;
  z-index: 2;
}

.list_ctn .list_bd .list_bd_head .notification {
  background: #E2F5F0;
  -moz-border-radius: 8px;
       border-radius: 8px;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #099875;
}

.list_ctn .list_bd .list_bd_bd > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 12px 0 12px 16px;
  min-height: 86px;
}

.list_ctn .list_bd .list_bd_bd > ul > li:first-child {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.list_ctn .list_bd .list_bd_bd > ul > li:hover {
  background: #fafbfe;
}

.list_ctn .list_bd .list_bd_bd > ul > li .form {
  width: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt {
  width: 100%;
  padding-right: 15px;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > span {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > span.st2 {
  color: #1a1a1a;
  opacity: 0.3;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > p {
  font-size: 12px;
  line-height: 1.66667;
  color: #8f94a7;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > p span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.66667;
  color: #183ae0;
  margin-right: 12px;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > p span.st2 {
  color: #8f94a7;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > p span.st3 {
  color: #2fadd3;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_txt > p span.st4 {
  color: #2cb58c;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_eye {
  margin: 0 12px 0 20px;
  cursor: pointer;
  -moz-border-radius: 8px;
       border-radius: 8px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: url(../img/btn_eye.svg) center/100% 100% no-repeat;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots {
  cursor: pointer;
  width: 36px;
  height: 36px;
  position: relative;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots span {
  -moz-border-radius: 8px;
       border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: url(../img/btn_dots.svg) center/100% 100% no-repeat;
  display: inline-block;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots ul {
  position: absolute;
  width: 86px;
  background: #fff;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 100%;
  padding: 18px 12px;
  -moz-border-radius: 6px;
       border-radius: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots ul li {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots ul li:hover {
  opacity: 0.5;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots ul li + li {
  margin-top: 8px;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots ul li.del {
  color: #c64b41;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r .btn_dots.openSel ul {
  opacity: 1;
  z-index: 2;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r figure {
  width: 62px;
  height: 62px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  overflow: hidden;
}

.list_ctn .list_bd .list_bd_bd > ul > li .blk_r figure img {
  -moz-border-radius: 8px;
       border-radius: 8px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule {
  margin-top: 10px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table {
  width: 100%;
  border-collapse: collapse;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table thead tr th {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #8F94A7;
  padding: 10px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table thead tr th:nth-of-type(2) {
  width: 100px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table thead tr th:nth-of-type(3) {
  width: 80px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table thead tr th:nth-of-type(4) {
  width: 60px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td {
  padding-top: 8px;
  padding-bottom: 11px;
  vertical-align: middle;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td:nth-of-type(1) {
  padding-right: 20px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td .idNum {
  font-size: 14px;
  line-height: 20px;
  color: #8F94A7;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td h3.title {
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  margin-top: 7px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td .tags {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #8F94A7;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td time {
  font-size: 16px;
  line-height: 20px;
  color: #1A1A1A;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td a.btnValid {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78px;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #17D0A3;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td a.btnValid::after {
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/icChevronDown.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-left: 8px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td a.btnInValid {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78px;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #8F94A7;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td a.btnInValid::after {
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/icChevronDown.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-left: 8px;
}

.list_ctn .list_bd .list_bd_bd .tableSchedule table tbody tr td a.change {
  font-size: 14px;
  line-height: 20px;
  color: #183AE0;
  text-decoration: underline;
}

.md_art_ctn h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.42857;
  margin-bottom: 30px;
}

.md_art_ctn .box_bd {
  min-height: 180px;
  -moz-border-radius: 12px;
       border-radius: 12px;
  background: transparent;
  border: 1px solid #dbdbdb;
  padding: 12px;
}

.md_art_ctn .box_bd a {
  font-size: 16px;
  color: #183ae0;
}

.md_art_ctn .dlist a {
  font-size: 16px;
  color: #183ae0;
  letter-spacing: 0;
}

.md_art_ctn .dlist dl {
  font-size: 16px;
  line-height: 1.5;
}

.md_art_ctn .dlist dl + dl {
  margin-top: 24px;
}

.md_art_ctn .dlist dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.p_list .container {
  min-width: 1200px;
}

.p_login {
  background: #f2f4f7;
  padding-top: 80px;
}

.p_login .box {
  padding: 40px;
  -moz-border-radius: 12px;
       border-radius: 12px;
  background: #fff;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}

.p_login .box .f_logo {
  width: 200px;
  margin-bottom: 33px;
  display: block;
  line-height: 0;
}

.p_login .box .l_txt {
  margin-bottom: 37px;
}

.p_login .box .l_txt span {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}

.p_login .box .l_txt small {
  display: block;
  font-size: 16px;
}

.p_login .box .l_txt small a {
  color: #183ae0;
  font-weight: 700;
}

.p_login .box input {
  height: 48px;
}

.p_login .box .f_txt {
  margin-top: 20px;
}

.p_login .box .f_txt a {
  color: #183AE0;
}

.p_login .box .btn {
  height: 48px;
  margin: 0;
  margin-top: 40px;
}

.p_login .box .btn.st2 {
  margin-top: 22px;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.p_login .box .input_group {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.p_login .box .input_group .btn_toogle_pass {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-image: url(../img/ic_eye.svg);
  background-repeat: no-repeat;
  -moz-background-size: 20px 14px;
       background-size: 20px 14px;
}

.p_login .box .input_group .btn_toogle_pass.show {
  background-image: url(../img/ic_eye2.svg);
  -moz-background-size: 24px 17px;
       background-size: 24px 17px;
}

.ctRight {
  padding-left: 300px;
}

.ctRight.hide {
  padding-left: 80px;
}

.noside main .ctRight {
  padding-left: 0;
}

a.btn_back {
  width: 107px;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #e6ebfb;
  font-size: 14px;
  color: #183AE0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}

a.btn_back::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../img/arl.svg) center/100% 100% no-repeat;
  display: block;
  margin-right: 12px;
}

.post_ctn .post_top {
  height: 73px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_ctn .post_top ul {
  counter-reset: div;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_ctn .post_top ul li {
  font-size: 16px;
  color: #8f94a7;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_ctn .post_top ul li.active {
  color: #183ae0;
  font-weight: bold;
}

.post_ctn .post_top ul li.active::before {
  background: #183ae0;
}

.post_ctn .post_top ul li:not(:last-child) {
  margin-right: 47px;
  position: relative;
}

.post_ctn .post_top ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../img/arr.svg) center/100% 100% no-repeat;
  display: block;
}

.post_ctn .post_top ul li::before {
  counter-increment: div;
  content: counter(div);
  width: 24px;
  height: 24px;
  background: #8f94a7;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  -moz-border-radius: 9999px;
       border-radius: 9999px;
}

.post_ctn .post_bot .pbm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100vh - 73px);
  height: -moz-calc(100vh - 73px);
  height: calc(100vh - 73px);
}

.post_ctn .post_bot .post_bot_l {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px;
  border-right: 1px solid #dbdbdb;
  height: 100%;
  overflow: auto;
}

.post_ctn .post_bot .post_bot_l h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.55556;
  margin-bottom: 16px;
}

.post_ctn .post_bot .post_bot_l h3 {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 32px;
}

.post_ctn .post_bot .post_bot_l h3.ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  color: #1A1A1A;
  display: block;
  margin-bottom: 18px;
}

.post_ctn .post_bot .post_bot_l .formScroll {
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
  overflow: auto;
}

.post_ctn .post_bot .post_bot_l .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #8f94a7;
  margin-bottom: 21px;
}

.post_ctn .post_bot .post_bot_l .listInfo {
  margin-top: 35px;
}

.post_ctn .post_bot .post_bot_l .listInfo dl dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #8f94a7;
}

.post_ctn .post_bot .post_bot_l .listInfo dl dd {
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}

.post_ctn .post_bot .post_bot_l .listInfo dl dd ul {
  counter-reset: li;
}

.post_ctn .post_bot .post_bot_l .listInfo dl dd ul li {
  counter-increment: li;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0 17px;
  font-size: 14px;
  line-height: 20px;
}

.post_ctn .post_bot .post_bot_l .listInfo dl dd ul li::before {
  position: absolute;
  content: counter(li);
  font-size: 14px;
  line-height: 20px;
  left: 0;
  top: 0;
}

.post_ctn .post_bot .post_bot_l .listInfo dl + dl {
  margin-top: 17px;
}

.post_ctn .post_bot .post_bot_r {
  width: 100%;
  margin: auto;
  padding: 35px 40px;
  height: 100%;
  position: relative;
}

.post_ctn .post_bot .post_bot_r.noBot {
  padding-bottom: 0;
}

.post_ctn .post_bot .post_bot_r.noPd {
  padding: 0;
}

.post_ctn .post_bot .post_bot_r .btn.st2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.post_ctn .post_bot .post_bot_r .p_edit {
  overflow: auto;
  height: -webkit-calc(100% - 64px);
  height: -moz-calc(100% - 64px);
  height: calc(100% - 64px);
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it + .e_it {
  margin-top: 35px;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_txt {
  font-size: 14px;
  line-height: 1.57143;
  color: #8f94a7;
  margin-bottom: 10px;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_txt.full {
  width: 100%;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action .e_action_l .tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 15px;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action .e_action_l .tags span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5px 12px;
  -moz-border-radius: 16px;
       border-radius: 16px;
  background: transparent;
  border: 1px solid #173be0;
  font-size: 14px;
  color: #183ae0;
  cursor: pointer;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action .e_action_l .tags span.active {
  color: #fff;
  background: #173be0;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action .e_action_r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action .e_action_r span {
  margin-right: 12px;
  font-size: 14px;
  color: #183ae0;
  white-space: nowrap;
}

.post_ctn .post_bot .post_bot_r .p_edit .e_it .e_action .e_action_r button {
  white-space: nowrap;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183ae0;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
}

.post_ctn .post_bot .post_bot_r .box_gr {
  padding: 8px 12px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #edeff3;
  font-size: 16px;
}

.post_ctn .post_bot .post_bot_r .box_gr textarea {
  width: 100%;
  outline: none;
  background: none;
  border: 0;
  resize: none;
  font-size: 16px;
}

.post_ctn .post_bot .post_bot_r .box_gr .txt-lg {
  font-size: 20px;
}

.post_ctn .post_bot .post_bot_r .box_gr p + p {
  margin-top: 20px;
}

.post_ctn .post_bot .post_bot_r .b_results {
  text-align: center;
}

.post_ctn .post_bot .post_bot_r .b_results p {
  margin-top: 15px;
  font-size: 16px;
  color: #8f94a7;
}

.post_ctn .ck_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.post_ctn .ck_block .ck_block_l {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
}

.post_ctn .ck_block .ck_block_l .bl_head {
  height: 100%;
}

.post_ctn .ck_block .ck_block_l .bl_head h2 {
  margin-bottom: 20px;
}

.post_ctn .ck_block .ck_block_l .bl_head h2 span, .post_ctn .ck_block .ck_block_l .bl_head h2 input, .post_ctn .ck_block .ck_block_l .bl_head h2 textarea {
  display: block;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  border: 0;
  outline: none;
}

.post_ctn .ck_block .ck_block_l .bl_head h2 small {
  display: block;
  font-size: 14px;
  line-height: 1.71429;
  color: #8f94a7;
}

.post_ctn .ck_block .ck_block_l .bl_head h2 small a {
  color: #183AE0;
}

.post_ctn .ck_block .ck_block_l .bl_head h2 textarea {
  word-wrap: break-word;
  /* IE 5.5-7 */
  white-space: -moz-pre-wrap;
  /* Firefox 1.0-2.0 */
  white-space: pre-wrap;
  word-break: break-all;
}

.post_ctn .ck_block .ck_block_l .fig {
  margin: 24px 0;
  overflow: hidden;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.post_ctn .ck_block .ck_block_l .fig img {
  overflow: hidden;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.post_ctn .ck_block .ck_block_l .ck_text p {
  font-size: 16px;
  line-height: 1.75;
}

.post_ctn .ck_block .ck_block_l .ck_text p + p {
  margin-top: 30px;
}

.post_ctn .ck_block .ck_block_l .ck_text .fz-lg01 {
  font-size: 20px;
}

.post_ctn .ck_block .ck_block_l .ck_text .fz-lg02 {
  font-size: 22px;
}

.post_ctn .ck_block .ck_block_l .ck_text .fz-lg03 {
  font-size: 24px;
}

.post_ctn .ck_block .ck_block_r {
  width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: auto;
  padding: 20px 15px;
  border-left: 1px solid #dbdbdb;
}

.post_ctn .ck_block .ck_block_r .blk01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.post_ctn .ck_block .ck_block_r .blk01 .btn_preview {
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: rgba(24, 58, 224, 0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  color: #183ae0;
  white-space: nowrap;
  margin-right: 12px;
}

.post_ctn .ck_block .ck_block_r .blk01 .btn_scheduled {
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183ae0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.post_ctn .ck_block .ck_block_r .blk01 .btn_scheduled.st2 {
  background: #14D0A4;
}

.post_ctn .ck_block .ck_block_r .blk02 {
  margin-bottom: 34px;
}

.post_ctn .ck_block .ck_block_r .blk02 p {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 14px;
  color: #8f94a7;
}

.post_ctn .ck_block .ck_block_r .blk02 dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.71429;
}

.post_ctn .ck_block .ck_block_r .blk02 dl + dl {
  margin-top: 14px;
}

.post_ctn .ck_block .ck_block_r .blk02 dl dt {
  text-align: left;
  color: #1a1a1a;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post_ctn .ck_block .ck_block_r .blk02 dl dd {
  width: 100%;
}

.post_ctn .ck_block .ck_block_r .blk02 dl dd a {
  color: #183ae0;
}

.post_ctn .ck_block .ck_block_r .blk03 {
  margin-bottom: 36px;
}

.post_ctn .ck_block .ck_block_r .blk03 dl dt {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 10px;
}

.post_ctn .ck_block .ck_block_r .blk03 dl dd {
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #edeff3;
  padding: 53px 46px;
}

.post_ctn .ck_block .ck_block_r .blk03 dl dd .btn_create_img {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183ae0;
  margin-bottom: 12px;
}

.post_ctn .ck_block .ck_block_r .blk03 dl dd p {
  font-size: 14px;
  text-align: center;
  color: #183ae0;
}

.post_ctn .ck_block .ck_block_r .blk04 {
  margin-bottom: 34px;
}

.post_ctn .ck_block .ck_block_r .blk04 dl dt {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 18px;
}

.post_ctn .ck_block .ck_block_r .blk04 dl dd .btn_add_check {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.71429;
  text-align: left;
  color: #183ae0;
}

.post_ctn .ck_block .ck_block_r .blk05 dl dt {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 10px;
}

.post_ctn .ck_block .ck_block_r .blk05 dl dd textarea {
  font-size: 14px;
}

.list_checkbox li, .list_checkbox .mwform-checkbox-field, .list_checkbox div {
  margin-bottom: 12px;
}

.list_checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  line-height: 24px;
}

.list_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.list_checkbox label span {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  display: inline-block;
  padding: 0 0 0 32px;
  position: relative;
}

.list_checkbox label span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border: 0;
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background: #edeff3;
}

.list_checkbox label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 11px;
  background: url(../img/ic_check.svg) center/100% 100% no-repeat;
  display: none;
}

.list_checkbox label input:checked ~ span:after {
  display: block;
}

.list_checkbox label input:checked ~ span:before {
  background-color: #183ae0;
}

.blocker {
  z-index: 99;
  background: rgba(26, 26, 26, 0.5);
}

.modal {
  max-width: 940px;
  padding: 40px;
  -moz-border-radius: 12px;
       border-radius: 12px;
  background: #fafbfc;
  -moz-box-shadow: none;
       box-shadow: none;
}

.modal.st2 {
  max-width: 420px;
}

.modal.st4 {
  max-width: 800px;
}

.modal.st3 {
  max-width: 500px;
}

.modal.st3 .form input {
  height: 48px;
}

.modal.st3 .form .btn {
  height: 48px;
  margin-bottom: 0;
}

.modal .m_txt {
  font-size: 16px;
  line-height: 24px;
  color: #8f94a7;
}

.modal .m_btn {
  width: 340px;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #e6ebfb;
  font-size: 16px;
  text-align: center;
  color: #183ae0;
  margin-top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal a.close-modal {
  background-image: url(../img/ic_close.svg);
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
}

.modalStatus {
  max-width: 420px;
  background: #fff;
  -moz-border-radius: 12px;
       border-radius: 12px;
  padding: 33px 40px 37px;
}

.modalStatus__inner h2 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #1A1A1A;
}

.modalStatus__inner p {
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  margin-top: 19px;
}

.modalStatus__inner button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  color: #fff;
  background: #183AE0;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  outline: none;
  margin-top: 16px;
  font-weight: 700;
}

.modalStatus__inner .btnCancle {
  text-align: center;
  margin-top: 19px;
}

.modalStatus__inner .btnCancle a {
  font-size: 16px;
  line-height: 24px;
  color: #8F94A7;
}

.modalChooseHow__main h2 {
  text-align: center;
}

.modalChooseHow__main ul {
  margin: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.modalChooseHow__main ul li {
  width: 268px;
  height: 192px;
  margin: 10px;
}

.modalChooseHow__main ul li a {
  font-style: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 111px 0 0;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  height: 100%;
  -moz-border-radius: 12px;
       border-radius: 12px;
}

.modalChooseHow__main ul li a::before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 28px;
}

.modalChooseHow__main ul li a span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #1A1A1A;
}

.modalChooseHow__main ul li a small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
}

.modalChooseHow__main ul li.icSeo a {
  background: #E5EFF5;
}

.modalChooseHow__main ul li.icSeo a::before {
  background: url("../img/icSeo.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.modalChooseHow__main ul li.icMap a {
  background: #E4EFEA;
}

.modalChooseHow__main ul li.icMap a::before {
  background: url("../img/icMap.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.modalChooseHow__main ul li.icWrite a {
  background: #EDEFF3;
}

.modalChooseHow__main ul li.icWrite a::before {
  background: url("../img/icWrite.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.setting {
  padding-top: 7px;
  max-width: 880px;
  width: 100%;
  margin: auto;
}

.setting__direct .back {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #E6EBFB;
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px;
  color: #183AE0;
}

.setting__direct .back::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../img/icArrBack.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  display: inline-block;
  margin-right: 12px;
}

.setting__head {
  margin-top: 33px;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.setting__head h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #1A1A1A;
}

.setting__head p {
  font-size: 16px;
  line-height: 22px;
  color: #1A1A1A;
  margin-top: 10px;
}

.setting__head .btnSave {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 9px 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
}

.setting__list {
  margin-top: 35px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.setting__list dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 21px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
}

.setting__list dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setting__list dl dd .info {
  margin-right: 24px;
}

.setting__list dl dd .action.change {
  color: #183AE0;
  font-weight: 700;
}

.setting__list dl dd .action.cancel {
  color: #E0175D;
}

.setting__change {
  margin-top: 35px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.setting__change dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
}

.setting__change dl dt {
  width: 265px;
}

.setting__change dl dd {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.setting__change dl dd input {
  width: 100%;
  outline: none;
  border: 0;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
  height: 42px;
  padding: 0 12px;
}

.setting__change--note {
  margin-top: 19px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8F94A7;
}

.setting__change--btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.setting__change--btn .btn {
  width: 240px;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  color: #fff;
  margin: 0;
}

.setting__change--forgot {
  margin-top: 35px;
  text-align: center;
}

.setting__change--forgot a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #183AE0;
}

.setting__logout {
  margin-top: 19px;
  text-align: right;
}

.setting__logout a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8F94A7;
}

.setting__schedule {
  margin-top: 33px;
}

.setting__schedule--title span {
  font-size: 14px;
  line-height: 20px;
  color: #8F94A7;
}

.setting__schedule--title h3 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  color: #1A1A1A;
  margin-top: 6px;
}

.setting__schedule--list {
  margin-top: 15px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.setting__schedule--list dl {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.setting__schedule--list dl dt {
  width: 182px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FAFBFC;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
}

.setting__schedule--list dl dd {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
}

.setting__schedule--list dl dd ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setting__schedule--list dl dd ul li + li {
  margin-top: 12px;
}

.setting__schedule--list dl dd ul li span {
  display: inline-block;
  line-height: 0;
  width: 24px;
  height: 24px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #EDEFF3;
  margin-right: 12px;
  cursor: pointer;
}

.setting__schedule--list dl dd ul li .wrapTime {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  opacity: 0.5;
}

.setting__schedule--list dl dd ul li .wrapTime input, .setting__schedule--list dl dd ul li .wrapTime select {
  width: 58px;
  height: 42px;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  padding: 0 13px;
  background: url("../img/icChevronTime.svg") center right 8px no-repeat;
  -moz-background-size: 9px 5px;
       background-size: 9px 5px;
  outline: none;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.setting__schedule--list dl dd ul li .wrapTime em {
  font-style: normal;
  display: inline-block;
  margin: 0 8px;
}

.setting__schedule--list dl dd ul li .wrapSel {
  width: 156px;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0.5;
}

.setting__schedule--list dl dd ul li .wrapSel select {
  width: 100%;
  height: 42px;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  padding: 0 13px;
  background: url("../img/icChevronTime.svg") center right 8px no-repeat;
  -moz-background-size: 9px 5px;
       background-size: 9px 5px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  pointer-events: none;
}

.setting__schedule--list dl dd ul li .wrapSel select.personalSetting option:last-of-type {
  color: #183AE0;
  font-weight: 700;
}

.setting__schedule--list dl dd ul li.choose span {
  background: url("../img/icTickSchedule.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.setting__schedule--list dl dd ul li.choose .wrapTime {
  opacity: 1;
}

.setting__schedule--list dl dd ul li.choose .wrapTime input, .setting__schedule--list dl dd ul li.choose .wrapTime select {
  pointer-events: auto;
}

.setting__schedule--list dl dd ul li.choose .wrapSel {
  opacity: 1;
}

.setting__schedule--list dl dd ul li.choose .wrapSel select {
  pointer-events: auto;
}

.setting__schedule--btn {
  margin-top: 28px;
  text-align: center;
}

.setting__schedule--btn a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.setting.prompt {
  height: -webkit-calc(100vh - 66px);
  height: -moz-calc(100vh - 66px);
  height: calc(100vh - 66px);
}

.setting.prompt .prompt__nav {
  margin-top: 29px;
  overflow: auto;
  padding: 0 0 13px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.setting.prompt .prompt__nav::-webkit-scrollbar {
  display: none;
}

.setting.prompt .prompt__nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: li;
}

.setting.prompt .prompt__nav ul li {
  counter-increment: li;
}

.setting.prompt .prompt__nav ul li + li {
  margin-left: 20px;
}

.setting.prompt .prompt__nav ul li a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #8F94A7;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.setting.prompt .prompt__nav ul li a::before {
  content: counter(li);
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  background: #8F94A7;
  margin-right: 8px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.setting.prompt .prompt__nav ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  background: #173BE0;
  bottom: -13px;
  opacity: 0;
}

.setting.prompt .prompt__nav ul li a.active {
  font-weight: 700;
  color: #183AE0;
}

.setting.prompt .prompt__nav ul li a.active::before {
  background: #183AE0;
}

.setting.prompt .prompt__nav ul li a.active::after {
  opacity: 1;
}

.setting.prompt .prompt__nav ul li a:hover {
  color: #183AE0;
}

.setting.prompt .prompt__nav ul li a:hover::before {
  background: #183AE0;
}

.setting.prompt .prompt__nav ul li a:hover::after {
  opacity: 1;
}

.setting.prompt .prompt__con {
  padding-top: 25px;
  padding-bottom: 16px;
  height: -webkit-calc(100% - 172px);
  height: -moz-calc(100% - 172px);
  height: calc(100% - 172px);
}

.setting.prompt .prompt__con textarea {
  padding: 16px 12px;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  height: 100%;
  width: 100%;
  white-space: pre-wrap;
}

.setting__plan {
  margin-top: 35px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.setting__plan--radio ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.setting__plan--radio ul li label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.setting__plan--radio ul li label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.setting__plan--radio ul li label input:checked + span::before {
  background: -webkit-radial-gradient(circle, #183ae0 0%, #183ae0 40%, #edeff3 40%, #edeff3 100%);
  background: -moz- oldradial-gradient(circle, #183ae0 0%, #183ae0 40%, #edeff3 40%, #edeff3 100%);
  background: radial-gradient(circle, #183ae0 0%, #183ae0 40%, #edeff3 40%, #edeff3 100%);
}

.setting__plan--radio ul li label span {
  padding: 0 0 0 44px;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
}

.setting__plan--radio ul li label span::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: #EDEFF3;
  left: 0;
  top: -4px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.setting__plan--radio ul li label span[data-after]::after {
  content: attr(data-after);
  font-size: 14px;
  line-height: 20px;
  width: 66px;
  height: 30px;
  text-align: center;
  color: #17D0A2;
  border: 1px solid #17D0A2;
  -moz-border-radius: 15px;
       border-radius: 15px;
  font-weight: 700;
  margin-left: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.setting__plan--btn {
  margin-top: 40px;
  text-align: center;
}

.setting__plan--btn button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 42px;
  color: #fff;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border: 0;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

.post_ctn .post_top--setting {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.post_ctn .post_top--home a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #183AE0;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  width: 104px;
  height: 40px;
}

.post_ctn .post_top--home a::before {
  content: "";
  width: 20px;
  height: 22px;
  background: url("../img/icHome.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  margin-right: 12px;
}

.post_ctn .post_top--plan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post_ctn .post_top--plan span {
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
}

.post_ctn .post_top--plan em {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #183AE0;
  display: inline-block;
  margin-top: 3px;
}

.post_ctn .post_bot--setting {
  height: -webkit-calc(100vh - 73px);
  height: -moz-calc(100vh - 73px);
  height: calc(100vh - 73px);
  overflow: auto;
}

.post_ctn .post_bot--setting--inner {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 0;
  padding: 33px 0;
}

.post_ctn .post_bot--setting h2 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 19px;
}

.post_ctn .post_bot--setting .intro {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0 0;
}

.post_ctn .post_bot--setting--form dl {
  position: relative;
  z-index: 2;
}

.post_ctn .post_bot--setting--form dl.focus {
  z-index: 10;
}

.post_ctn .post_bot--setting--form dl.focus2 {
  z-index: 9;
}

.post_ctn .post_bot--setting--form dl dt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting--form dl dt span {
  color: #183AE0;
}

.post_ctn .post_bot--setting--form dl dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.post_ctn .post_bot--setting--form dl dd input[type="text"], .post_ctn .post_bot--setting--form dl dd input[type="email"], .post_ctn .post_bot--setting--form dl dd input[type="number"], .post_ctn .post_bot--setting--form dl dd textarea {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 13px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  width: 100%;
  height: 42px;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting--form dl dd input[type="text"]::-webkit-input-placeholder, .post_ctn .post_bot--setting--form dl dd input[type="email"]::-webkit-input-placeholder, .post_ctn .post_bot--setting--form dl dd input[type="number"]::-webkit-input-placeholder, .post_ctn .post_bot--setting--form dl dd textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.post_ctn .post_bot--setting--form dl dd input[type="text"]::-moz-placeholder, .post_ctn .post_bot--setting--form dl dd input[type="email"]::-moz-placeholder, .post_ctn .post_bot--setting--form dl dd input[type="number"]::-moz-placeholder, .post_ctn .post_bot--setting--form dl dd textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.post_ctn .post_bot--setting--form dl dd input[type="text"]:-ms-input-placeholder, .post_ctn .post_bot--setting--form dl dd input[type="email"]:-ms-input-placeholder, .post_ctn .post_bot--setting--form dl dd input[type="number"]:-ms-input-placeholder, .post_ctn .post_bot--setting--form dl dd textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.post_ctn .post_bot--setting--form dl dd input[type="text"]::placeholder, .post_ctn .post_bot--setting--form dl dd input[type="email"]::placeholder, .post_ctn .post_bot--setting--form dl dd input[type="number"]::placeholder, .post_ctn .post_bot--setting--form dl dd textarea::placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.post_ctn .post_bot--setting--form dl dd textarea {
  height: 160px;
}

.post_ctn .post_bot--setting--form dl dd .wrapTextarea .count {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel {
  position: relative;
  z-index: 10;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel + .wrapSel {
  z-index: 8;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/icChevronDownSel.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel select, .post_ctn .post_bot--setting--form dl dd .wrapSel span {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 0 13px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel span {
  padding: 9px 13px;
  display: block;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel ul {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  -moz-border-radius: 8px;
       border-radius: 8px;
  border: 1px solid #DBDBDB;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
       box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  padding: 7px 0;
  opacity: 0;
  pointer-events: none;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel ul li {
  font-size: 16px;
  line-height: 24px;
  padding: 4px 12px;
  cursor: pointer;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel ul li:hover {
  background: #EDEFF3;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel ul li + li {
  margin-top: 8px;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel ul li.special {
  font-weight: 700;
  color: #183AE0;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel.cusW1 {
  width: 216px;
}

.post_ctn .post_bot--setting--form dl dd .wrapSel.openSel ul {
  pointer-events: auto;
  opacity: 1;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio label {
  width: 216px;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio label input:checked + span {
  outline: 2px solid #173BE0;
}

.post_ctn .post_bot--setting--form dl dd .wrapRadio label span {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid #DBDBDB;
  font-size: 16px;
  line-height: 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.post_ctn .post_bot--setting--form dl dd .note {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #8F94A7;
  margin-top: 4px;
}

.post_ctn .post_bot--setting--form dl dd .note.st2 {
  color: gray;
}

.post_ctn .post_bot--setting--form dl dd .note.st2 a {
  color: gray;
  pointer-events: none;
}

.post_ctn .post_bot--setting--form dl dd .notice {
  font-size: 14px;
  line-height: 20px;
  color: #8F94A7;
  margin-bottom: 10px;
}

.post_ctn .post_bot--setting--form dl dd .box {
  border: 1px solid #DBDBDB;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 12px;
}

.post_ctn .post_bot--setting--form dl dd .box > label {
  cursor: pointer;
  position: relative;
}

.post_ctn .post_bot--setting--form dl dd .box > label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.post_ctn .post_bot--setting--form dl dd .box > label input:checked + span::before {
  background: url("../img/icTick.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.post_ctn .post_bot--setting--form dl dd .box > label span {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.post_ctn .post_bot--setting--form dl dd .box > label span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background: #EDEFF3;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.post_ctn .post_bot--setting--form dl dd .box em, .post_ctn .post_bot--setting--form dl dd .box input {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  width: 100%;
  height: 42px;
  padding: 9px 13px;
  color: #1A1A1A;
  font-style: normal;
  display: block;
  margin-top: 12px;
}

.post_ctn .post_bot--setting--form dl dd .wrapTitle label {
  width: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
  display: block;
}

.post_ctn .post_bot--setting--form dl dd .wrapTitle label + label {
  margin-top: 12px;
}

.post_ctn .post_bot--setting--form dl dd .wrapTitle label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.post_ctn .post_bot--setting--form dl dd .wrapTitle label input:checked + span {
  outline: 2px solid #173BE0;
}

.post_ctn .post_bot--setting--form dl dd .wrapTitle label span {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid #DBDBDB;
  font-size: 16px;
  line-height: 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 0 0 0 12px;
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul {
  counter-reset: li;
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul li {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0 26px;
  counter-increment: li;
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul li + li {
  margin-top: 12px;
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul li::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 12px;
  background: url("../img/icOrder.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul li .wrapInput {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul li .wrapInput::before {
  position: absolute;
  content: counter(li);
  font-size: 16px;
  line-height: 24px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8F94A7;
}

.post_ctn .post_bot--setting--form dl dd .wrapOrder ul li .wrapInput input {
  padding: 0 0 0 33px;
}

.post_ctn .post_bot--setting--form dl dd .listSeo {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.post_ctn .post_bot--setting--form dl dd .listSeo ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -4px;
}

.post_ctn .post_bot--setting--form dl dd .listSeo ul li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  -moz-border-radius: 16px;
       border-radius: 16px;
  color: #173BE0;
  border: 1px solid #173BE0;
  margin: 4px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.post_ctn .post_bot--setting--form dl dd .listSeo ul li.active {
  background: #173BE0;
  color: #fff;
}

.post_ctn .post_bot--setting--form dl dd .reCreate {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.post_ctn .post_bot--setting--form dl dd .btnManual {
  margin-top: 12px;
}

.post_ctn .post_bot--setting--form dl dd .btnManual a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #183AE0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  -moz-border-radius: 8px;
       border-radius: 8px;
  width: 264px;
  height: 42px;
}

.post_ctn .post_bot--setting--form dl dd .parentCategory {
  position: relative;
  z-index: 11;
}

.post_ctn .post_bot--setting--form dl dd .parentCategory em {
  font-style: normal;
}

.post_ctn .post_bot--setting--form dl dd .childCategory {
  display: none;
  margin-top: 12px;
}

.post_ctn .post_bot--setting--form dl dd .childCategory em {
  font-style: normal;
}

.post_ctn .post_bot--setting--form dl dd .parentCategory ul li, .post_ctn .post_bot--setting--form dl dd .childCategory ul li, .post_ctn .post_bot--setting--form dl dd .personalSetting ul li, .post_ctn .post_bot--setting--form dl dd .signSetting ul li {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.post_ctn .post_bot--setting--form dl dd .parentCategory ul li a.del, .post_ctn .post_bot--setting--form dl dd .childCategory ul li a.del, .post_ctn .post_bot--setting--form dl dd .personalSetting ul li a.del, .post_ctn .post_bot--setting--form dl dd .signSetting ul li a.del {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 14px;
  height: 15px;
  text-indent: -9999px;
  background: url("../img/iconTrash2.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_ctn .post_bot--setting--form dl dd .parentCategory ul li a.edit, .post_ctn .post_bot--setting--form dl dd .childCategory ul li a.edit, .post_ctn .post_bot--setting--form dl dd .personalSetting ul li a.edit, .post_ctn .post_bot--setting--form dl dd .signSetting ul li a.edit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: url("../img/pen.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post_ctn .post_bot--setting--form dl dd .parentCategory ul li:hover a, .post_ctn .post_bot--setting--form dl dd .childCategory ul li:hover a, .post_ctn .post_bot--setting--form dl dd .personalSetting ul li:hover a, .post_ctn .post_bot--setting--form dl dd .signSetting ul li:hover a {
  opacity: 1;
}

.post_ctn .post_bot--setting--form dl dd .parentCategory ul li em, .post_ctn .post_bot--setting--form dl dd .childCategory ul li em, .post_ctn .post_bot--setting--form dl dd .personalSetting ul li em, .post_ctn .post_bot--setting--form dl dd .signSetting ul li em {
  font-style: normal;
}

.post_ctn .post_bot--setting--form dl + dl {
  margin-top: 24px;
  z-index: 3;
}

.post_ctn .post_bot--setting--form .boxContent {
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 24px;
}

.post_ctn .post_bot--setting--form .boxContent p {
  margin-bottom: 24px;
}

.post_ctn .post_bot--setting--form .boxContent h2 {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.post_ctn .post_bot--setting--form .boxContent h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.post_ctn .post_bot--setting button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 0;
  outline: none;
  margin-top: 26px;
}

.post_ctn .post_bot--setting button.btnComp, .post_ctn .post_bot--setting button.st2 {
  background: #17D0A3;
}

.post_ctn .post_bot--setting .borBtn a.back {
  width: 107px;
  height: 42px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #E6EBFB;
  font-size: 16px;
  color: #183AE0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.post_ctn .post_bot--setting .borBtn a.back::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../img/arl.svg) center/100% 100% no-repeat;
  display: block;
  margin-right: 12px;
}

.post_ctn .post_bot--setting .setting__schedule--list {
  margin-top: 37px;
}

.post_ctn .post_bot--setting .points {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #1A1A1A;
  margin-top: 20px;
}

.post_ctn .post_bot--setting .points span {
  color: #183AE0;
}

.modalPersonal {
  max-width: 680px;
  padding: 33px 40px;
}

.modalPersonal .dlist dl dt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.modalPersonal .dlist dl dd {
  margin-top: 6px;
  line-height: 0;
}

.modalPersonal .dlist dl dd input[type="text"], .modalPersonal .dlist dl dd input[type="email"], .modalPersonal .dlist dl dd input[type="number"], .modalPersonal .dlist dl dd textarea {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 13px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  width: 100%;
  height: 42px;
  color: #1A1A1A;
}

.modalPersonal .dlist dl dd input[type="text"]::-webkit-input-placeholder, .modalPersonal .dlist dl dd input[type="email"]::-webkit-input-placeholder, .modalPersonal .dlist dl dd input[type="number"]::-webkit-input-placeholder, .modalPersonal .dlist dl dd textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.modalPersonal .dlist dl dd input[type="text"]::-moz-placeholder, .modalPersonal .dlist dl dd input[type="email"]::-moz-placeholder, .modalPersonal .dlist dl dd input[type="number"]::-moz-placeholder, .modalPersonal .dlist dl dd textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.modalPersonal .dlist dl dd input[type="text"]:-ms-input-placeholder, .modalPersonal .dlist dl dd input[type="email"]:-ms-input-placeholder, .modalPersonal .dlist dl dd input[type="number"]:-ms-input-placeholder, .modalPersonal .dlist dl dd textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.modalPersonal .dlist dl dd input[type="text"]::placeholder, .modalPersonal .dlist dl dd input[type="email"]::placeholder, .modalPersonal .dlist dl dd input[type="number"]::placeholder, .modalPersonal .dlist dl dd textarea::placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.modalPersonal .dlist dl dd textarea {
  height: 120px;
}

.modalPersonal .dlist dl dd .wrapSel {
  position: relative;
}

.modalPersonal .dlist dl dd .wrapSel::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/icChevronDownSel.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.modalPersonal .dlist dl dd .wrapSel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 0 13px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
}

.modalPersonal .dlist dl dd .editor {
  height: 200px;
}

.modalPersonal .dlist dl dd + dd {
  margin-top: 28px;
}

.modalPersonal .dlist dl + dl {
  margin-top: 16px;
}

.modalPersonal .dlist .wrapSub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.modalPersonal .dlist .wrapSub label {
  cursor: pointer;
  position: relative;
}

.modalPersonal .dlist .wrapSub label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.modalPersonal .dlist .wrapSub label input:checked + span::before {
  background: url("../img/icTick.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.modalPersonal .dlist .wrapSub label span {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.modalPersonal .dlist .wrapSub label span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background: #EDEFF3;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.modalPersonal .dlist .wrapSub button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 56px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 0;
  outline: none;
}

.modalPreview--inner h2 {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #1A1A1A;
}

.modalPreview--inner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
  margin-top: 19px;
}

.modalPreview--inner .wrapUrl {
  margin-top: 16px;
}

.modalPreview--inner .wrapUrl .wrapInput {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.modalPreview--inner .wrapUrl .wrapInput + .wrapInput {
  margin-top: 12px;
}

.modalPreview--inner .wrapUrl .wrapInput input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 9px 12px;
  background: #EDEFF3;
  border: 0;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  pointer-events: none;
}

.modalPreview--inner .wrapUrl .wrapInput span {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/iconCopy.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
}

.modalPreview--inner .wrapUrl .wrapInput span .tooltiptext {
  position: absolute;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: #1F2D3A;
  -moz-border-radius: 6px;
       border-radius: 6px;
  height: 30px;
  color: #fff;
  padding: 0 9px;
  text-decoration: none;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modalPreview--inner .wrapUrl .wrapInput span:hover .tooltiptext {
  opacity: 1;
}

.createCategory {
  max-width: 680px;
  padding: 27px 40px;
}

.createCategory .md_art_ctn h2 {
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1A1A1A;
}

.createCategory .dlist > p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

.createCategory .dlist dl dt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.createCategory .dlist dl dd {
  margin-top: 6px;
  line-height: 0;
}

.createCategory .dlist dl dd input[type="text"], .createCategory .dlist dl dd input[type="email"], .createCategory .dlist dl dd input[type="number"], .createCategory .dlist dl dd textarea {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 13px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
  width: 100%;
  height: 42px;
  color: #1A1A1A;
}

.createCategory .dlist dl dd input[type="text"]::-webkit-input-placeholder, .createCategory .dlist dl dd input[type="email"]::-webkit-input-placeholder, .createCategory .dlist dl dd input[type="number"]::-webkit-input-placeholder, .createCategory .dlist dl dd textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.createCategory .dlist dl dd input[type="text"]::-moz-placeholder, .createCategory .dlist dl dd input[type="email"]::-moz-placeholder, .createCategory .dlist dl dd input[type="number"]::-moz-placeholder, .createCategory .dlist dl dd textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.createCategory .dlist dl dd input[type="text"]:-ms-input-placeholder, .createCategory .dlist dl dd input[type="email"]:-ms-input-placeholder, .createCategory .dlist dl dd input[type="number"]:-ms-input-placeholder, .createCategory .dlist dl dd textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.createCategory .dlist dl dd input[type="text"]::placeholder, .createCategory .dlist dl dd input[type="email"]::placeholder, .createCategory .dlist dl dd input[type="number"]::placeholder, .createCategory .dlist dl dd textarea::placeholder {
  opacity: 1;
  color: rgba(26, 26, 26, 0.3);
}

.createCategory .dlist dl dd textarea {
  height: 120px;
}

.createCategory .dlist dl dd .wrapSel {
  position: relative;
}

.createCategory .dlist dl dd .wrapSel::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 9px;
  background: url("../img/icChevronDownSel.svg") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.createCategory .dlist dl dd .wrapSel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 42px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  padding: 0 13px;
  outline: none;
  border: 0;
  -moz-box-shadow: none;
       box-shadow: none;
}

.createCategory .dlist dl + dl {
  margin-top: 16px;
}

.createCategory .dlist .wrapSub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.createCategory .dlist .wrapSub button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 56px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 0;
  outline: none;
}

.deleteCard {
  max-width: 680px;
  padding: 27px 40px;
}

.deleteCard .md_art_ctn {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.deleteCard .md_art_ctn h2 {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  color: #1F2D3A;
}

.deleteCard .md_art_ctn .btnAccept {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 56px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  background: #183AE0;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 45px 0 30px;
}

.deleteCard .md_art_ctn .cancelAvatar {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
}

.p_post--preview .post_ctn .ck_block .ck_block_l {
  max-width: 720px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 40px 0 23px;
}

.p_post--preview .post_ctn .ck_block .ck_block_l .bl_head h2 span {
  font-size: 36px;
}

.p_post--preview .post_ctn .ck_block .ck_block_l .fig {
  margin: 22px 0 40px;
}

.p_post--preview .post_ctn .ck_block .ck_block_l .fig img {
  width: 100%;
  height: auto;
}

.modalPass .modalPreview--inner p {
  text-align: center;
}

.modalPass .modalPreview--inner .wrapUrl .wrapInput input {
  text-align: center;
  pointer-events: auto;
}

.modalPass .modalPreview--inner .errorPass {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 36px;
  background: #F7D9E4;
  -moz-border-radius: 8px;
       border-radius: 8px;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  color: #E0175D;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.modalPass .modalPreview--inner .wrapConfirm {
  margin-top: 16px;
}

.modalPass .modalPreview--inner .wrapConfirm button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 42px;
  background: #183AE0;
  -moz-border-radius: 8px;
       border-radius: 8px;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.post_ctn .post_bot--setting .seo__setting {
  height: 100%;
  overflow: hidden;
}

.post_ctn .post_bot--setting .seo__setting h2 {
  padding: 45px 0 0;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  margin-bottom: 10px;
}

.post_ctn .post_bot--setting .seo__setting h2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/icSeo.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.post_ctn .post_bot--setting .seo__setting h2.icMap::before {
  background: url("../img/icMap.png") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
}

.post_ctn .post_bot--setting .seo__setting--intro {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--search {
  margin-top: 33px;
}

.post_ctn .post_bot--setting .seo__setting--search h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword input {
  width: 504px;
  height: 42px;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 12px 9px;
  border: none;
  -moz-box-shadow: none;
       box-shadow: none;
  outline: none;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword input::-webkit-input-placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword input::-moz-placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword input:-ms-input-placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword input::placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--search .wrapKeyword button {
  width: 164px;
  height: 42px;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-left: 12px;
  font-size: 16px;
  line-height: 24px;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal {
  margin-top: 33px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl {
  width: 120px;
  margin-right: 12px;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl.diff {
  width: 220px;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd {
  margin-top: 10px;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapInput input {
  width: 100%;
  height: 42px;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 12px 9px;
  border: none;
  -moz-box-shadow: none;
       box-shadow: none;
  outline: none;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapInput input::-webkit-input-placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapInput input::-moz-placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapInput input:-ms-input-placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapInput input::placeholder {
  opacity: 1;
  color: #1A1A1A;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapSel {
  position: relative;
  width: 100%;
  height: 42px;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapSel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url(../img/arb.svg) center/100% 100% no-repeat;
  display: block;
  pointer-events: none;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal dl dd .wrapSel select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 24px 9px 12px;
  font-weight: 400;
  cursor: pointer;
  background: #EDEFF3;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.post_ctn .post_bot--setting .seo__setting--searchLocal button {
  width: 164px;
  height: 42px;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.post_ctn .post_bot--setting .seo__setting--top {
  margin-bottom: 38px;
}

.post_ctn .post_bot--setting .seo__setting--list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: -webkit-calc(100% - var(--seoTop-height) - 38px);
  height: -moz-calc(100% - var(--seoTop-height) - 38px);
  height: calc(100% - var(--seoTop-height) - 38px);
}

.post_ctn .post_bot--setting .seo__setting--list > div {
  width: 330px;
  height: 100%;
  overflow: auto;
}

.post_ctn .post_bot--setting .seo__setting--list > div.full {
  width: 100%;
}

.post_ctn .post_bot--setting .seo__setting--list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.post_ctn .post_bot--setting .seo__setting--list table thead tr th {
  font-size: 14px;
  line-height: 24px;
  color: #8F94A7;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 1;
}

.post_ctn .post_bot--setting .seo__setting--list table thead tr th:nth-of-type(1) {
  padding-left: 12px;
  padding-right: 12px;
}

.post_ctn .post_bot--setting .seo__setting--list table thead tr th:nth-of-type(2), .post_ctn .post_bot--setting .seo__setting--list table thead tr th:nth-of-type(3) {
  width: 42px;
  text-align: center;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr {
  cursor: pointer;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr.sel td:last-of-type {
  color: #173BE0;
  font-weight: 700;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr:hover {
  background: #EDEFF3;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr td:nth-of-type(1) {
  padding-left: 12px;
  padding-right: 12px;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr td:nth-of-type(2), .post_ctn .post_bot--setting .seo__setting--list table tbody tr td:nth-of-type(3) {
  width: 42px;
  text-align: center;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr td:first-of-type {
  -moz-border-radius-topleft: 8px;
       border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
       border-bottom-left-radius: 8px;
}

.post_ctn .post_bot--setting .seo__setting--list table tbody tr td:last-of-type {
  -moz-border-radius-topright: 8px;
       border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
       border-bottom-right-radius: 8px;
}

.selectPlan {
  max-width: 756px;
  padding: 33px 59px;
  background: #FAFBFC;
}

.selectPlan .md_art_ctn h2 {
  text-align: center;
}

.selectPlan .md_art_ctn .list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectPlan .md_art_ctn .list ul li {
  width: 202px;
  height: 202px;
}

.selectPlan .md_art_ctn .list ul li label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.selectPlan .md_art_ctn .list ul li label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.selectPlan .md_art_ctn .list ul li label input:checked + em {
  border: 1px solid #173BE0;
}

.selectPlan .md_art_ctn .list ul li label input:checked + em::before {
  background: -webkit-radial-gradient(circle, #183ae0 0%, #183ae0 50%, white 50%);
  background: -moz- oldradial-gradient(circle, #183ae0 0%, #183ae0 50%, white 50%);
  background: radial-gradient(circle, #183ae0 0%, #183ae0 50%, white 50%);
}

.selectPlan .md_art_ctn .list ul li label em {
  font-style: normal;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 12px;
       border-radius: 12px;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  background: #FFFFFF;
}

.selectPlan .md_art_ctn .list ul li label em::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FAFBFC;
  left: 10px;
  top: 10px;
}

.selectPlan .md_art_ctn .list ul li label em span {
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  font-family: 'Poppins',sans-serif;
}

.selectPlan .md_art_ctn .list ul li label em span small {
  font-size: 14px;
  line-height: 20px;
}

.selectPlan .md_art_ctn .list ul li label em ins {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.selectPlan .md_art_ctn .list ul li.basic label {
  pointer-events: none;
}

.selectPlan .md_art_ctn .list ul li.basic label em {
  color: #EF4E86;
}

.selectPlan .md_art_ctn .list ul li.basic label em::before {
  display: none;
}

.selectPlan .md_art_ctn .list ul li.basic label em::after {
  content: "契約中";
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57px;
  height: 22px;
  -moz-border-radius: 11px;
       border-radius: 11px;
  background: #183AE0;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 4px;
}

.selectPlan .md_art_ctn .list ul li.standard label em {
  color: #00C494;
}

.selectPlan .md_art_ctn .list ul li.pro label em {
  color: #2A93D5;
}

.selectPlan .md_art_ctn .wrapBtn {
  margin-top: 40px;
  text-align: center;
}

.selectPlan .md_art_ctn .wrapBtn button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 420px;
  height: 48px;
  -moz-border-radius: 8px;
       border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  outline: none;
  border: 0;
  background: #183AE0;
  -moz-box-shadow: none;
       box-shadow: none;
}

.ql-editor {
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  line-height: 1.6 !important;
}
