body {
  position: relative;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  font-family: 'Noto Sans KR', sans-serif;
  background: #F8F8F8;
}
body::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #dbdbdb; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: transparent;  /*스크롤바 뒷 배경 색상*/
}
a {display: block; color: #000; -webkit-tap-highlight-color: #7a7a7ac9;}
a:hover { color: #000;}
ul, li {list-style-type: none;}
.table {background-color: unset!important;}
.label {color: #000;}
form { margin-block-end: 0; }
input::placeholder {
  font-size: 1rem!important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ccc;
}
input, textarea {
  width: 100%;
  border: none;
  resize: none;
}
input:focus {
  outline: none;
}
textarea::placeholder {
  font-size: 1rem;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ccc;
}
textarea:focus {
  outline: none;
}
text:focus {
  outline: none;
}
input {
  border: none;
  padding: unset;
  line-height: unset;
  height: unset;
  background: transparent;
}
button:focus {
  outline: none;
}
/*checkbox costum*/
.is-checkradio[type=checkbox], .is-checkradio[type=radio] {
  width: 20px; height: 20px; cursor: pointer;
}
.is-checkradio[type=checkbox]+label:first-of-type, .is-checkradio[type=radio]+label:first-of-type {
  margin: 0!important;
}
.is-checkradio[type=checkbox]+label, .is-checkradio[type=radio]+label {
  padding: unset!important;
}
.period-radio .radio input { width: 15px; margin-right: 3px; }
.period-radio .radio { font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; }


.afms-input {
  padding: 12px 20px 10px 10px;
  border-bottom: 1px solid #BFBFBF;
  box-sizing: border-box;
  background: transparent;
  align-items: center; white-space: nowrap;
}
.afms-input.afms-input__result {
  padding: 0;
  color: #000;
  font-size: 18px;
  margin-left: 10px;
  display: inline-block!important;
  border: none;
  word-break: break-all;
  white-space: unset;
  /*width: 60%;*/
  /*margin-left: 0;*/
}
.afms-input.afms-input__result input, .afms-input.afms-input__result select { cursor: auto!important;}
.afms-input.on{
  border-color: #FC1F49; margin: 0 4px; 
}
.afms-input input {
  font-size: 16px;
  z-index: 1;
}
.afms-input__right {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #FC1F49;
}
.afms-input__btn {
  padding: 7px 16px;
  background: #BFBFBF;;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.02em;
}
.afms-input__btn.on {
  background: #000;
}
.label:not(:last-child) { margin-bottom: 0; }
.field:not(:last-child) { margin-bottom: 1.5rem;}

.afms-input textarea {
  height: 200px;
  font-size: 1rem;
  color: #000;
}
.afms-input select {
  width: 100%!important;
  border: none;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
}
.afms-input select:focus {
  outline: none;
}
/*.afms-input > li { cursor: pointer; }*/
.input_img {
  width: 100%!important; margin-bottom: 7px; position: relative;
}
.input_img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50%);
}
.afms-input .datex { cursor: pointer;}
.afms-input .datex ~ svg { cursor: pointer; z-index: 0; }
.input_txt {
  position: absolute; right: 10px; font-weight: 600;
}
/*캘린더*/
#ui-datepicker-div, .ui-datepicker { z-index: 99999999999999999999999999!important;
position: fixed!important; top: 45%!important; left: 50%!important; transform: translate( -50%, -50%); width: 520px; height: 360px;}
.ui-widget-header { background: #bed5ff!important; border: solid 1px #bed5ff!important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { height: 100%; background: #edf4ff; border: solid 1px #bbd5ff; border-radius: 5px; }
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover { border: solid 1px #9fc4ff; background: #dce9ff;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 25%!important; margin-left: 15px;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #ffcc96!important; background: #fff3e5!important;}
.ui-widget-content { border: 1px solid #bed5fd; }
.ui-datepicker table { height: 85%;}
.ui-datepicker table thead th { text-align: center;}
.afms-input svg { position: absolute; right: 20px; z-index: 9; cursor: pointer; }
.afms-input svg.iconify--akar-icons { bottom: 12px;  z-index: 2;}


/*AFMS상단바*/
.afms-header {
  height: auto;
  position: fixed;
  left: 0; right: 0;
  z-index: 11;
}
.afms-header .afms-header__con {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 65px;
  border-bottom: solid 1px #ddd;
}
.afms-header .afms-header__con .afms-header__back { height: 65px; width: 70px; position: relative; }
.afms-header .afms-header__con .afms-header__back span { position: absolute; top: 50%; right: 5px; transform: translateY( -50% ); width: 24px; height: 24px; background-repeat: no-repeat; background-size: cover; background-image: url('/assets/images/renewal_images/header/header-back.svg'); }
.afms-header .afms-header__con .afms-header__title { 
  font-size: 24px;
  font-weight: 600;
  color: #000;
  vertical-align: baseline;
}
.afms-header .afms-header__con .afms-header__category {
  color: #fff;
  background: #000;
  border-radius: 50px;
  padding: 1px 11px 2px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin-left: 3px; white-space: nowrap
}
.afms-header .afms-header__con .afms-header__category img {
  margin-left: 5px;
}
.header-icon .header-icon__write {
  height: 21px;
}

.list_write { position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 97;} 



/*여백-입력페이지*/
.afms-wrap {}
.afms-wrap.afms-wrap__con { overflow: auto; padding-top: 105px; min-height: calc( 100vh - 200px ); }
.afms-inner { position: relative; max-width: 1179px; margin: 0 auto; padding-bottom: 150px;}
.afms-wrap::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

.afms-wrap::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #dbdbdb; /*스크롤바의 색상 */
    
    border-radius: 10px;
}

.afms-wrap::-webkit-scrollbar-track {
    background: transparent;  /*스크롤바 뒷 배경 색상*/
}
/*탭*/
.afms-inner .wrap { width: 100%; }


.afms-wrap.afms-wrap__con .afms-inner {  display: flex; justify-content: space-between; display: -webkit-box; display: -moz-box; display: -webkit-flex;}
.right-box { width: 100%; max-width: 350px; float: right; }
.right-box .box { z-index: 1; position: fixed; width: 30%; max-width: 325px; min-width: 282px; top: 177px; bottom: 0; -webkit-transform: translateX(0); transform: translateX(0); height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; }
.left-box { margin: 20px 30px 0; width: 65%; }
.left-box .left-box__category {display: flex; margin-bottom: 14px; z-index: 1;}
.left-box .left-box__category button { background: none; border: none; cursor: pointer;  font-size: 16px; font-weight: 600; }
.left-box .left-box__category button:first-child { margin-left: 35px;}
.left-box .left-box__category .select.is-info select { font-weight: 600; }
.left-box .left-box__category ul li { float: left; }
.left-box .left-box__category ul li a.is_on { background: #0a63ff; color: #fff; }
.left-box .left-box__category ul li+li { margin-left: 8px; }
.left-box .left-box__category ul li a { padding: 3px 15px; font-size: 16px; font-weight: 600; border: solid 1px #0a63ff; color: #0a63ff; border-radius: 50px;  background: #fff;}
@media screen and (max-width: 1023px) {

}


/*대시보드*/
.update_num { position: absolute; bottom: 0px; right: -4px; font-size: 11px; color: #Fff; padding: 0px 4px; background: #FF6363; border-radius: 15px; }



/*페이지세팅*/
.page_tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 25px;
  word-break: break-all;
}
.afms_tag1 {
  color: #fff; background: #000;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; 
  display: inline-block; white-space: nowrap;
}
.afms_tag2 {
  color: #929292; background: #e3e3e3;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag3 {
  color: #fff; background: #08A8F0;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag4 {
  color: #fff; background: #ffbb00;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag5 {
  color: #fff; background: #00bb32;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag6 {
  color: #4a4a4a; background: #fff;
  padding: 1px 6px; font-size: 14px;
  font-weight: 500; border-radius: 4px;
  border: solid 1px #afafaf; margin-bottom: 2px; white-space: nowrap;
  display: inline-block;
}
.afms_tag7 {
  border-bottom: 1px solid #d9e6ff;
  box-shadow: inset 0 -10px 0 #d9e6ff;
  display: inline-block; white-space: nowrap;
}
.afms_tag7_comma {
	margin-right: 7px;
	margin-left: -3px;
}
.afms_tag7_comma:last-child {
	display: none;
}
.afms_tag8 { border-radius: 50px; border: solid 1px #dbdbdb; color: #4a4a4a; background: #eef3fc; padding: 0 8px; font-size: 12px; font-weight: 500; }

.afms_tag9 { display: inline;  box-shadow: inset 0 -10px 0 #f1ff1d;}
.afms_tag10 {
  border: solid 1px #95aed9;
  background: #d9e6ff;
  padding: 0px 5px;
  display: inline-block;
  white-space: nowrap;
  border-radius: 4px;
  margin: 0 3px 3px 0;
}
.afms_tag10:last-child {
  margin-right: 0;
}
.afms_tag11 {
  color: #fff; background: #6d14b8;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
/*서랍메뉴*/

/*탭*/
/*.tab_menu .list{overflow:hidden;}
.tab_menu .list li{float:left; width: 50%; text-align: center; line-height: 52px;}
.tab_menu .list li.is_on .btn{font-weight:bold; border-bottom: solid 3px #000;}
.tab_menu .list .btn{font-size:22px;}
.tab_menu .cont_area .cont{display:none;}*/
.slick-slide { height: auto!important; }
.slick-list { height: auto!important; }
.slick-next, .slick-prev { font-size: unset!important; line-height: unset!important; position: unset!important; top: unset!important; right: unset!important; width: unset!important; height: unset!important; padding: unset!important; transform: unset!important; border: unset!important; }
.swiper-slide { padding: 0 21px; box-sizing: border-box; }
.swiper-button-next, .swiper-button-prev { position: unset!important; width: unset!important; height: unset!important; margin-top: unset!important; display: block!important; color: #000!important;  border-bottom: none;}
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: unset!important; left: unset!important; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: unset!important; font-weight:bold; border-bottom: solid 3px #000; }
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { display: none; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { display: none; }
.tab_menu { padding: 0 30px; border-bottom: solid 1px #CECECE; }
.tab_menu .list{overflow-y: hidden; overflow-x: auto;}
.tab_menu .list li{float:left; text-align: center; line-height: 39px; position: relative;}
.tab_menu .list li+li { margin-left: 15px; }
.tab_menu .list li.is_on::after { content:""; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; background: #333; width: 100%; border-radius: 10px; -webkit-border-radius: 10px;}
.tab_menu .list li a{display: block; height: 38px; padding: 0 10px; line-height: 38px; font-weight: 700; font-size: 14px; color: #999;}
.tab_menu .cont_area .cont{display:none;}





.afms-con__category {
  color: #000;
  background: #fff;
  border-radius: 50px;
  border: solid 1px #0a63ff;
  padding: 1px 11px 2px 10px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.afms-con__category img {
  margin-left: 5px;
}



/*박스스타일*/
a.box:hover, a.box:focus { box-shadow: 0 0.2em 0.5em -0.1em rgb(10 10 10 / 21%), 0 0px 0 1px rgb(10 10 10 / 2%)!important;}
.box {
  box-shadow: 0 0.2em 0.5em -0.1em rgb(10 10 10 / 21%), 0 0px 0 1px rgb(10 10 10 / 2%);
}
.box.afms-box {
  background: #fff;
  padding: 0.938rem 1.25rem;
  border: solid 2px #fff;
  transition: all ease 0.1s;
  width: 100%;  
}
.box.afms-box .media-content { overflow: hidden;}
.afms-box__more { font-weight: 600; background: #f0f5ff; display: inline-flex!important; justify-content: center; align-items: center; transition: all ease 0.2s; width: 100%; text-align: center; cursor: pointer; color: #000; white-space: nowrap; border-radius: 7px; border: dotted 2px #9dc0ff;}
/*.afms-box__more:hover { background: ; }*/
.box.afms-box.afms-box__click { cursor: pointer; }
.box.afms-box.afms-box__click:hover { border: solid 2px #c4d8ff;}
.box:not(:last-child) {
  margin-bottom: 24px;
}
.box.afms-box input[type=checkbox] { width: 18px; height: 18px; margin-bottom: 8px;}
.card_arrow, .card_check {
  position: absolute!important; top: 0; right: 0;
}
.card_more { position: absolute; top: -10px; right: -17px; cursor: pointer;}
.card_more .moreBtn { padding: 10px;}
#boxSelectBtn, .boxCheck { display: none; }
.boxCheck { width: 24px;}
/*드롭다운 메뉴*/
.more-menu__drop { display: none; position: absolute;  right: -215px; top: -12px;  border: none!important; width: 220px; background: #fff; border-radius: 7px; box-shadow: 0 0.2em 0.5em -0.1em rgb(10 10 10 / 21%), 0 0px 0 1px rgb(10 10 10 / 2%);}
.more-menu__drop li a:hover {  background: #f7f7f7!important; color: unset!important;}
.more-menu__drop li a { padding: 7px 14px; }
.more-menu li:hover ul { display: block; }
/*더보기버튼 드랇다운*/
.btn-menu__drop.dropdown-content { left: 15px; top: 30px; z-index: 2;}
.btn-menu__drop.dropdown-content span { text-align: center; padding: 7px 14px; display: block; }
.btn-menu__drop.dropdown-content span:hover {  background: #f7f7f7!important; color: unset!important;}
.dropdown a:hover {background-color: #f1f1f1}
.btn-menu__drop.dropdown-content.show {display:block;}
.box_new { position: absolute;top: -8px;left: -11px;width: 8px;height: 8px; border-radius: 6px; background: #ff6363;}

.card_title {
  font-size: 18px; font-weight: 600; line-height: 24px;
  color: #000; margin-top: 3px; white-space:unset; word-break: break-all; line-height: 24px;
}
.card_txt {
  font-size: 15px;color: #000;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
} 
.card_writer {
  font-size: 15px; font-weight: 500;
}
.card_detail .tit {
  font-size: 12px; color: #333; margin-right: 4px;
}
.card_detail .txt {
  font-size: 13px;color: #000; font-weight: 600;
}
.moreBtn {z-index: 11;}
.media-content.hide { display: none;}
.media-content:active { background: unset; }
.afms_tag1.detailBtn { padding: 3px 15px; font-size: 13px; background: #0a63ff;}









/*박스스타일*/


.bottom-btn {
  width: 100%;
  margin-top: 30px;
}
.bottom-btn .bottom-btn__btn {
  padding: 17px 0;
  display: block;
  margin-bottom: 5px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
.bottom-btn .bottom-btn__btn.bottom-btn__edit,
.bottom-btn__next, .bottom-btn .bottom-btn__btn.bottom-btn__delete {
  background: #bfbfbf; transition: all ease 0.2s;
}
.bottom-btn .bottom-btn__btn.bottom-btn__edit:hover,
.bottom-btn__next:hover, .bottom-btn .bottom-btn__btn.bottom-btn__delete:hover {
  background: #c3c3c3;
}
.bottom-btn .bottom-btn__btn.bottom-btn__etc {
  background: #fff; border: solid 1px #0a63ff; color: #0a63ff; transition: all ease 0.2s;
}
.bottom-btn .bottom-btn__btn.bottom-btn__etc:hover {
  background: #f7faff;
}
.bottom-btn .bottom-btn__btn.bottom-btn__regist, .bottom-btn .bottom-btn__regist.on, .bottom-btn .bottom-btn__btn.bottom-btn__edit.on {
  background: #0a63ff; transition: all ease 0.2s;
}
.bottom-btn .bottom-btn__btn.bottom-btn__regist:hover, .bottom-btn .bottom-btn__regist.on:hover, .bottom-btn .bottom-btn__btn.bottom-btn__edit.on:hover {
  background: #2172ff;
}
 .bottom-btn .bottom-btn__btn.bottom-btn__list, .bottom-btn .bottom-btn__btn.bottom-btn__add, .bottom-btn__next.on  {
  background: #000; transition: all ease 0.2s;
}
 .bottom-btn .bottom-btn__btn.bottom-btn__list:hover, .bottom-btn .bottom-btn__btn.bottom-btn__add:hover, .bottom-btn__next.on:hover {
  background: #1c1c1c;
}
.bottom-btn .bottom-btn__btn.bottom-btn__cancel{
  background: #707070; transition: all ease 0.2s;
}
.bottom-btn .bottom-btn__btn.bottom-btn__cancel:hover{
  background: #7a7a7a;
}
.bottom-btn__btn.modalSearch { color: #333; background: #ebebeb; border: solid 1px #cecece; transition: all ease 0.2s;}
.bottom-btn__btn.modalSearch:hover { background: #e1e1e1; }

/*엑셀 드롭다운*/
.btn-menu__drop { display: none; position: absolute;  right: -30px; top: 35px;  border: none!important; width: 120px; background: #fff; border-radius: 7px; box-shadow: 0 0.2em 0.5em -0.1em rgb(10 10 10 / 21%), 0 0px 0 1px rgb(10 10 10 / 2%);}
.btn-menu__drop li a:hover {  background: #f7f7f7!important; color: unset!important;}
.btn-menu__drop li a { padding: 7px 14px; }
.btn-menu li:hover ul { display: block; }
/*더보기버튼 드랍다운*/


.afms-input__red {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #FC1F49;
  margin: 5px 0 0 10px;
  display: block;
}
.afms-input__blue{
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #1950E9;
  margin: 5px 0 0 10px;
  display: block;
}
.afms-input__green {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: rgb(0, 160, 112);
  margin: 5px 0 0 10px;
  display: block;
}
.afms-input__orange {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #ff7f1a;
  margin: 5px 0 0 10px;
  display: block;
}



/*컬러 */
.btn-bg1 {
  background: #0a63ff;
  color: #Fff;
}
.txt-color1 {
  color: #0a63ff;
}






.join_agreement {
  width: 100%;
  height: auto;
  margin: 0 4px;
}
.join_agreement li {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #F2F2F2;
}
.join_agreement__detail {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #FF2550;
  margin-right: 3px;
  cursor: pointer;
}
.join_agreement__detail:hover {
  color: #FF2550;
}


/*모달*/

.modal {z-index: 9999999;}
.modal-background { background-color: rgba(0,0,0,.6); }
.modal-content {
  z-index: 10; width: 50%; 
  position: absolute; top: 50%; transform: translateY( -50%); }
.modal .modal-content.modal-content__form { min-width: 650px; max-width: 650px;}
.modal .modal-content.modal-content__form .bottom-btn { background: #Fff; position: absolute; bottom: 0; left: 0; border-top: 1px solid #eee; padding: 12px 24px 15px; z-index: 1; border-radius: 0 0 6px 6px;}
.modal .box { color: #000; font-weight: 500!important; padding: 15px 24px 24px;}
.modal.modal_write .box, .modal.modal_add .box, .modal.modal_detail .box, .modal.modal_edit .box { padding: 15px 0 24px; }
.modal.modal_write .box .afms-header__con, .modal.modal_add .box .afms-header__con, .modal.modal_detail .box .afms-header__con, .modal.modal_edit .box .afms-header__con { padding: 0 24px; }
.modal .modal-content.modal-content__form .box { height: 720px; }
.modal .modal-content.modal-content__form .modal-con { height: 500px; overflow: auto;}
.modal.modal_write .modal-content.modal-content__form .modal-con, .modal.modal_add .modal-content.modal-content__form .modal-con, .modal.modal_detail .modal-content.modal-content__form .modal-con, .modal.modal_edit .modal-content.modal-content__form .modal-con { padding: 0 24px 80px; }
.modal_category ul li {
  border-bottom: solid 1px #f0f0f0;
}
.modal_category ul li a {
  padding: 12px 0;
}
.modal-card-body {
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  display: block;
  height: 150px;
  font-size: 18px;
  padding: 12px;
}
.modal .modal-content.modal-content__form .modal-con::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

.modal .modal-content.modal-content__form .modal-con::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #dbdbdb; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

.modal .modal-content.modal-content__form .modal-con::-webkit-scrollbar-track {
    background: transparent;  /*스크롤바 뒷 배경 색상*/
}
/* 마이페이지*/
.mp-user__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.02em;
}
.mp-user__name span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #FC1F49;
  position: relative;
  margin-left: 22px;
}
.mp-user__name span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 1px;
  background: #FC1F49;
}
.mp-user__mail {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
}
.mp-user__img {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  border: 1px solid #051038;

}
.mp-user__img img {
  position: absolute;
}
.form_tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.form_tit.form_tit__result {
  display: inline-block; text-align: bottom;
}
.form_tit span {
  font-size: 16px;
  font-weight: 700px;
  color: #005DFF; margin-left: 3px;
}



.mp_inform {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #000;
}
.mp_edit {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #FC1F49;
}
.mp_edit_btn {
  padding: 12px 16px;
  background: #FC1F49;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.02em;
}
.mp-layer__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
}
.mp-layer__sex_btn {
  display: inline-block;
  width: 49%;
  padding: 17px 0;
  margin-right: 6px;
  border-radius: 50px;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #595959;
  text-align: center;
  float: left;
}
.mp-layer__sex_btn.on {
  border: 1px solid #FC1F49;
  color: #FC1F49;
}
.birthdate-select__option {
  overflow-y: auto;
  width: 100%;
  height: 100px;
  border-right: 1px solid #BFBFBF;
  margin: 20px 0;
}
.birthdate-select__option li{
  width: 100%;
  padding: 8.5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #595959;
}
.birthdate-select__option li.on {
  font-weight: 700;
  color: #FC1F49;

}
/* main page*/
.berryful-content__wrap {
  border-top: 1px solid #F2F2F2;
}
.main-user__img {
  display: inline-block;
  position: relative;
  top: 0; left: 0;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  box-sizing: border-box;
  border-radius: 50px;
  float: left;
}
.main-user__img img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate( -50%, -50%);
}
.main-con {
  display: inline-block;
  margin-left: 9px;
  height: 48px;
  padding-top: 2px;
}
.main-con__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}
.main-con__id {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000;
}
.main-con__time {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  margin-left: 10px;
  color: #000;
}
.main-con__text {
  position: relative;

}
.main-con__text p{
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #000;
  max-height: 69px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap:break-word;

}
.main-con__media {
  display: inline-grid;
  margin-right: 10px;
}
.main-con__media_round {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #BFBFBF;
  background: #fff;
}
.main-con__media_round.on {
  border: none;
  background: #FC1F49;
}
.main-con__media .media_id {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-top: 3px;
}
.main-con__media .media_add {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate( -50%, -50%);
}
.main-con__media .media_img {
  width: 54px;
  height: 54px;
  border-radius: 50px;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate( -50%, -50%);
  border: solid 1px #fff;
}
.main-con__more {
  width: 115px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, transparent 10% , white 35%)
}
.main-con__more a{
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #000;
  float: right;
  display: inline-block;
}
/* berryful detail page 라운지 상세*/
.detail-con__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.02em;
}
.detail-con__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #000;
}


.media-total {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.02em;
}
.media-total span {
  font-weight: 700;
}
.media-total__view {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.02em;
}
.detail-con__media {
  width: 90px;
  height: 173px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}
.detail-con__media a {
  display: inline-block;
  width:100%;
  height: 100%;
  position: relative;
}
.detail-con__media .detail-con__media_img {
  border-radius: 5px;
}
.detail-con__media .media_plus{
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #FC1F49;
  border-radius: 50px;
}
.detail-con__media span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.detail-con__media p{
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #fff;
  position: absolute;
  bottom: 10px; left: 10px;
  z-index: 10;
}
.main-con__media_round.detail {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px; left: 10px;
  z-index: 10;

}
.main-con__media_round.detail.on {
  background: #FC1F49;
}
.main-con__media_round.detail img {
  width: 30px; height: 30px;
  border: solid 1px #fff;
  border-radius: 50px;
}
.media_layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 5px;
}

/*캘린더 */
	.calendar_dot { display: inline-block; width: 13px; height: 13px; border-radius: 50px; border: solid 1px #fff; vertical-align: middle;}




/* berryful detail page 라운지 글쓰기*/
.write-cancel{
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #000;
}
.write-complate {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #BFBFBF;
}
.write-complate.on {
  color: #ff3f6c;
}
.write-bottom__tag_input {
  position: absolute;
  bottom: 33px;
  width: 100%;
}

.clnk-btn__circle__on {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3f6c;
  cursor: pointer;
}

.clnk-btn__circle__off {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc;
  cursor: pointer;
}
/*berryful bottom nav*/
.afms-bottom__nav {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  z-index: 103;
  padding: 0 30px;
  background: #FFFFFF;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.05);
  /*border-radius: 41.5px 41.5px 0px 0px;*/
}
.afms-bottom__nav .nav-menu {
  display: inline-grid;
  padding: 13px 0;
  position: relative; top: 0; right: 0;
}
.afms-bottom__nav .nav-menu__icon {
  width: 25px;
  height: 25px;
  position: relative;
  top: 0; left: 50%;
  transform: translateX(-50%);
}
.afms-bottom__nav .nav-menu__icon img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate( -50%, -50%);
}
.afms-bottom__nav .nav-menu__text {
  font-family: Comfortaa;
  font-size: 10px;
  font-weight: 300;
  line-height: 11px;
  letter-spacing: -0.02em;
  color: #595959;
  margin-top: 4px;
  text-align: center;
}
.afms-bottom__nav .nav-menu__text.on {
  color: #0a63ff;
}

.update_dot { width: 6px; height: 6px; border-radius: 50px; background: red; position: absolute; top: 4px; right: 14px;}

.afms-bottom__nav .nav-menu__bar {
  width: 134px;
  height: 6px;
  background: #000;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
}
/*작성 버튼*/
.write_btn {
  position: fixed;
  bottom: 100px; right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #FC1F49;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: inline-block;
}
.write_btn img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}



.afms-content__area {

}
.clnk-content__area ul {
  border-top: solid 1px #f0f0f0;
}
.clnk-content__area ul li {

}
.clnk-content__area ul li a {
  display: block;
  padding: 1.25rem 0.875rem;
  height: 82px;
}
.clnk-content__area ul li a span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.clnk-p__title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.clnk-p__sub__title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-left: 20px;
}
.afms-content__pt1 {
  padding-top: 10px;
}
.afms-content__pt2 {
  padding-top: 15px;
}
.afms-content__pt3 {
  padding-top: 20px;
}
.clnk-content__pt4 {
  padding-top: 25px;
}
.clnk-content__pt5 {
  padding-top: 30px;
}
.afms-content__pb1 {
  padding-bottom: 15px;
}
.berryful-content__pb2 {
  padding-bottom: 20px;
}
.berryful-content__pb3 {
  padding-top: 25px;
}
.berryful-content__pb4 {
  padding-top: 30px;
}
.clnk-icon__approve {
  vertical-align: -0.4em;
  margin-right: 12px;
}
.clnk-p__incorrect {
  color: #ff7f1a;
}
.clnk-p__correct {
  color: #53A867;
}
.clnk-box__sns {
  border-radius: 6px;
  border: solid 1px #ff3f6c;
}
.clnk-box__sns a {
  display: block;
  width: 100%;
  padding: 16px 24px;
}
.clnk-box__sns.clnk_linked {
  background: #f7f7f7;
  border: none;
}
.clnk-columns {
  margin-bottom: 0 !important;
}
.clnk-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 3.75rem;
  padding-left: 5%;
  padding-right: 5%;
}
/* [START] 07.  */
.clnk-sns__box__area {
  display: flex;
  align-items: center;
}
.clnk-sns__box__img__area {
  display: flex;
}
.clnk-sns__name {
  color: black;
}
.clnk-sns__connect {
  color: #707070
}
/* [END] 07. */
/* [START] 09. inform1 */
.clnk-inform1__certi__no__area {
  width: 75%;
}
/* [END] 09. inform1 */

/* [START] login */
.berryful-login__bg__wrapper {
  height: 100vh;
  background-color: black;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  opacity: 0.7;
}
.berryful-login__type__wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 326px;
  background-color: #fff;
  z-index: 20;
}
.berryful-login__type__wrapper .berryful-login__type{
  position: absolute;
  top: 89px;
  left: 50%;
  transform: translateX(-50%);
}
.berryful-login__type__wrapper .berryful-login__type ul {
  width: max-content;
  margin-top: 39px;
}
.berryful-login__type__wrapper .berryful-login__type .berryful_logo {
  display: block;
  margin: 0 auto;
}
.berryful-login__type__wrapper .berryful-login__type ul li {
  display: inline-block;
  margin: 0 8px;

}
.berryful-login__type__wrapper .berryful-login__type ul li img {
  border-radius: 5px;
}
.berryful-login__type__wrapper .berryful-login__type .berryful-login__text {
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 17px;
  color: #000
}


/*파일첨부 드랍존*/
.dropzone { width: 100%; height: auto;  }
.dz-preview { display: flex; align-items: center;  justify-content: space-between; position: relative; top: 0; right: 0; padding: 15px 0; border-bottom: dotted 2px #f7f7f7;}
/*.dz-image { width: 60px; height: 60px; border-radius: 5px; margin-right: 0.75rem; background: #eee; }*/
.dz-image img{ min-width: 60px; width: 60px!important; height: 60px; border-radius: 5px;  margin-right: 5px}
.dz-details { display: inline-block; width: 88%; }
/*.dz-remove { position: absolute; top: 50%; transform: translateY( -50% ); right: 3px; border: solid 1px #444; background: #fff; border-radius: 4px; padding: 0 7px; font-size: 15px; color: #000;}*/
.dz-remove { display: inline-block; white-space: nowrap; border: solid 1px #444; background: #fff; border-radius: 4px; padding: 0 7px; font-size: 15px; color: #000; cursor: pointer;}
.dz-filename { /*display: none;*/ }
.dz-filename { display: inline-block; font-size: 12px; max-width: 300x; width: 300px; white-space: nowrap; word-wrap:break-word; word-break:break-all; overflow: hidden; text-overflow: ellipsis;   -webkit-line-clamp: 1;
}
#imagepreview img { position: relative; left: 50%; transform: translateX( -50%); max-width: 90%;  height: 100vh;}
.dz-comment2 { display: none; }
.file_txt { display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 300px; }
li.filedownloadBtn { cursor: pointer; }
.input-file__icon { width: 100%; height: 100%; border-radius: 5px; display: flex; justify-content: center; align-items: center;}
#Page-1 { display: none; }

/*aside*/
html.has-navbar-fixed-top, body.has-navbar-fixed-top { padding-top: 3.25rem; }

aside.aside { display: none; position: fixed; top: 0; left: 0; z-index: 40; height: 100vh; padding: 0; box-shadow: none; background: #2C2A34; width: 14rem; }
aside.aside.is-expanded { width: 13rem; }
aside.aside .aside-logo { display: flex; flex-direction: row; width: 100%; background-color: #2c2a34; border-bottom: solid 1px #3f3e42; border-right: solid 1px #3f3e42; line-height: 58px; height: 3.25rem; padding-left: 0.75rem; flex: 1;}
.menu-list a { border-radius: 0; color: #727c8f; display: flex; align-items: center; padding: 0.5rem 0;}
.menu-list a:hover{background-color:#201e2a;color:#fff}
.menu-list a.is-active{background-color:#201e2a;color:#fff}

.navbar.is-fixed-bottom, .navbar.is-fixed-top { left: 0; position: fixed;  right: 0;  z-index: 30; }
.navbar.is-fixed-top { top: 0; }
.navbar-brand, .navbar-tabs { align-items: stretch; display: flex; flex-shrink: 0; min-height: 3.25rem;}
.navbar-item, .navbar-link { color: #4a4a4a; display: block; line-height: 1.5; padding: 0.5rem 0.75rem; position: relative; }
.navbar-item { flex-grow: 0; flex-shrink: 0;}
.navbar-item:hover, .navbar-item:active {background: unset!important; }

.navbar-item img { max-height: 1.75rem; }
nav.navbar .navbar-item.has-control { padding-top: 0; padding-bottom: 0; }
/*nav.navbar .navbar-item .control { border-bottom: solid 1px #979699; }*/
nav.navbar .navbar-item .control .input { color: #fff; border: 0; box-shadow: none; background: rgba(0,0,0,0); border-radius: 0;}
nav.navbar .navbar-item .control .input::placeholder { color: #fff; }
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active { background-color: unset!important; }
.icon img { width: 28px; }
.icon.has-update-mark { position: relative; }
.icon.has-update-mark:after { content: ""; width: 0.5rem; height: 0.5rem; position: absolute; top: 1px; right: 1px; background-color: #FF6363; border-radius: 9999px; }
.icon { align-items: center; display: inline-flex; justify-content: center; height: 1.5rem; width: 1.5rem;}



@media screen and (min-width: 1024px) {
	html.has-aside-left aside.is-placed-left { display: block;}
	html.has-aside-left.has-aside-expanded nav.navbar, html.has-aside-left.has-aside-expanded body, .afms-header { padding-left: 13rem!important; }
  aside.aside { left: 0!important;}
  aside.aside.is-expanded .menu-list .icon { width: 3rem; }
	aside.aside.is-expanded .menu-list .icon.has-update-mark:after { right: 0.65rem; }
	nav.navbar .navbar-item { padding-right: 1.125rem; padding-left: 1.125rem; }
	.navbar-item, .navbar-link { align-items: center; display: flex; }
}
@media screen and (max-width: 1023px) {
	html.has-aside-mobile-transition body, html.has-aside-mobile-transition #app, html.has-aside-mobile-transition nav.navbar, .afms-header { width: 100vw;}
	html.has-aside-mobile-transition aside.aside { width: 14rem; display: block; left: -14rem; }
	nav.navbar { display: flex;  padding-right: 0;}
	nav.navbar .navbar-brand { flex: 1;}
	nav.navbar .navbar-brand.is-right { flex: none;}
	#app, nav.navbar {  transition: margin-left 250ms ease-in-out 50ms;}
	.navbar-brand .navbar-item, .navbar-tabs .navbar-item { align-items: center; display: flex;}
	aside.aside { transition: left 250ms ease-in-out 50ms; }
	.navbar-menu { background-color: unset!important; padding: unset!important; box-shadow: unset!important; }


    .afms-header .afms-header__con { padding: 0 21px; }
  .afms-inner { padding: 0 21px 50px;}
  .afms-wrap.afms-wrap__con .afms-inner { width: 100%; }
    .left-box { width: 100%; margin: 20px 0;}

}

/*툴팁*/
.tooltipBox{
  position: relative;
  display: inline-block;
}
.tooltipBtn{

}
.tooltip{
  position:absolute;
  left:0px;
  top:30px;
  background: #c1d7ff;
  padding: 10px;
  border-radius:5px;
  color: #000;
  text-align: center;
  display: none;
  width: max-content;
}
/*.tooltip:after{*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -7px;*/
/*  left:15px;*/
/*  width: 0px;*/
/*  height: 0px;*/
/*  border-top: 8px solid none;*/
/*  border-left: 8psolid transparent;*/
/*  border-right: 8px solid transparent;*/
/*  border-bottom: 8px solid #646FD4;*/
/*}*/
.tooltipBox:hover .tooltip{display: inline-block;}
/*더보기 로더*/
.loader_more {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #ddd;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 0 auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}