@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}
* {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  top: 0; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  font-family: 'Noto Sans KR', sans-serif;
  /*padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);*/
 /* -ms-overflow-style: none;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;*/
  /*-webkit-tap-highlight-color: transparent;*/
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.has-text-weight-semibold {font-weight: 700!important;}
::-webkit-scrollbar {  /* Chrome, Safari, Opera*/}
a {display: block; color: #000; -webkit-tap-highlight-color: #7a7a7ac9; -webket-tap-heightlight-color: #grey}
a:hover { color: #000;}
a.nav-menu__main { -webket-tap-heightlight-color: #grey }

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;
  font-family: 'Noto Sans KR', sans-serif;
}
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;
  font-family: 'Noto Sans KR', sans-serif;
}
button:focus {
  outline: none;
}
.select:not(.is-multiple):not(.is-loading)::after {border-color: #005dff;}
/*checkbox costum*/
.is-checkradio[type=checkbox], .is-checkradio[type=radio] {
  width: 25px; height: 25px;
}
.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; }


/*프로그래스 바*/
.progress.is-info:indeterminate { background-image: linear-gradient(to right,#0a63ff 30%,#ededed 30%)!important; }
.progress.is-small { height: 7px!important; }
.progress:not(:last-child) { margin-bottom: 0px!important; }


.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-flex!important;
  border: none;
  word-break: break-all;
  white-space: unset;
  /*width: 60%;*/
}
.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: 12px 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;
}
.afms-input select:focus {
  outline: none;
}
.input_img {
  width: 100%!important; margin-bottom: 7px; position: relative;
}
.input_img svg {
  position: absolute; top: 50%; left: 50%; transform: translate( -50%, -50%);
}
.input_txt { position: absolute; right: 10px; font-weight: 700;}
/*캘린더*/
#ui-datepicker-div { z-index: 99999999999999999999999999!important; }
.afms-input svg { position: absolute; right: 20px; }
.afms-input svg.iconify--akar-icons { bottom: 12px;  z-index: 2;}



/*AFMS상단바*/
.afms-header {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 11;
}
.afms-header .afms-header__con {
  width: 100%;
  padding: 0 24px;
  height: 45px;
  display: flex;
  align-items: center;
  background: #fff;

}
.afms-header .afms-header__con .afms-header__back { height: 45px; width: 50px; position: relative;}
.afms-header .afms-header__con .afms-header__back span { position: absolute; top: 50%; right: 5px; transform: translateY( -50% ); width: 21px; height: 21px; background-repeat: no-repeat; background-image: url('/assets/images/renewal_images/header/header-back.svg'); }
.afms-header .afms-header__con .afms-header__title {
  font-size: 17px;
  font-weight: 700;
  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__search { width: 36px; height: 36px; background: #f3f3f3; border-radius: 50px; }
.header-icon .header-icon__write {
  height: 21px;
}

.list_write { position: fixed; bottom: 85px; right: 30px; z-index: 97; width: 50px; height: 50px; border-radius: 50px;
  box-shadow: 0 0.2em 0.5em -0.1em rgb(10 10 10 / 21%), 0 0px 0 1px rgb(10 10 10 / 2%);
  display: flex; background: #1c6eff}



/*여백-입력페이지*/
/*.afms-wrap {*/
/*  overflow-y: scroll;*/
/*  height: -webkit-fill-available; }*/
.afms-inner { padding: 56px 21px 145px;}

/*대시보드*/
.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;
}
.afms_tag1 {
  color: #fff; background: #000; display: inline-block;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; 
  display: inline-block; white-space: nowrap;
}
.afms_tag2 {
  color: #929292; background: #e3e3e3; display: inline-block;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag3 {
  color: #fff; background: #08A8F0; display: inline-block;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag4 {
  color: #fff; background: #ffbb00; display: inline-block;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag5 {
  color: #fff; background: #00bb32; display: inline-block;
  padding: 1px 6px; font-size: 11px;
  font-weight: 500; border-radius: 4px; white-space: nowrap;
}
.afms_tag6 {
  color: #4a4a4a; background: #fff; display: inline-block;
  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; display: inline-block;
  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; display: inline-block;
}

 .afms_tag9 { display: inline;  box-shadow: inset 0 -10px 0 #f1ff1d; display: inline-block;}
.afms_tag10 {
  border: solid 1px #95aed9; display: inline-block;
  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;
}
/*서랍메뉴*/
/*.media-content { cursor: pointer; }*/
/*탭*/
/*.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-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 .list{overflow:hidden;}
.tab_menu .list li{float:left; width: 50%; text-align: center; line-height: 52px;}
.tab_menu .list li.is_on .btn{}
.tab_menu .list .btn{font-size:22px;}
.tab_menu .cont_area .cont{display:none;}
.tab_menu .list li.is_on .btn{font-weight:bold; border-bottom: solid 3px #000;}




.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: #f8f8f8;
  padding: 0.938rem 1.25rem;
  overflow: hidden; position: relative;
}
.box.afms-box .media-content { overflow: hidden;}
.media-content { overflow-x: unset!important }
.box.afms-box .media-content .content { overflow: hidden;}
.box:not(:last-child) {
  margin-bottom: 24px;
}
.box.afms-box input[type=checkbox] { width: 18px; height: 18px; margin-bottom: 8px;}
.card_more, .card_arrow, .card_check {
  position: absolute!important; top: 0; right: 0;
}
.card_more {
  position: absolute!important; top: 0; right: -7px; 
}
.card_title {
  font-size: 18px; font-weight: 700;
  color: #000; margin-top: 3px; white-space:unset; line-height: 24px; word-break: break-all;
}
.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; white-space: nowrap;
}
.card_detail .txt {
  font-size: 13px;color: #000; font-weight: 700; white-space: nowrap;
}
.moreBtn {z-index: 11;}
.media-content.hide { display: none;}
.media-content:active { background: unset; }
.afms_tag1.detailBtn { padding: 1px 6px; background: #0a63ff;}

.afms-box__more { font-weight: 700; 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 { }*/

.afms-btn__slt { background: #f3f3f3; color: #ff6464; border: none; border-radius: 6px; padding: 0 8px; font-weight: 700; cursor: pointer;}
.box_new { position: absolute;top: 8px;left: 8px;width: 9px;height: 9px; border-radius: 6px; background: #ff6363;}





/*박스스타일*/


.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: 14px;
  font-weight: 700;
  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;
}
.bottom-btn .bottom-btn__btn.bottom-btn__regist, .bottom-btn .bottom-btn__regist.on, .bottom-btn .bottom-btn__btn.bottom-btn__edit.on,
.bottom-btn__next.on {
  background: #0a63ff;
}
 .bottom-btn .bottom-btn__btn.bottom-btn__list, .bottom-btn .bottom-btn__btn.bottom-btn__add {
  background: #000;
}
.bottom-btn .bottom-btn__btn.bottom-btn__cancel{
  background: #707070;
}
.bottom-btn__next2{
  background: #000;
}
.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; height: 100vh;}
.modal-content {
  z-index: 10; width: 94%;
  position: absolute; bottom: 13px; margin: 0; }
.modal .box { margin-bottom: 7px!important; color: #000; font-weight: 500!important; padding: 12px;}
.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_img .modal-background { background-color: #111111!important; }

/* berryful my page 마이페이지*/
.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;
  white-space: nowrap;
}
.form_tit.form_tit__result {
  display: inline-block;
}
.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: 700;
  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-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;}
.dz-filename { /*display: none;*/ }
.dz-filename { display: inline-block; font-size: 12px; max-width: 210px; width: 210px; white-space: nowrap; word-wrap:break-word; word-break:break-all; overflow: hidden; text-overflow: ellipsis;   -webkit-line-clamp: 1;
}
.dz-comment2 { display: none; }
.file_txt { display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 300px; }
li.filedownloadBtn { cursor: pointer; }
#Page-1 { display: none; }
.input-file__icon { width: 100%; height: 100%; border-radius: 5px; display: flex; justify-content: center; align-items: center;}
/*달력*/
.month-picker, .ui-datepicker { position: fixed!important; z-index: 9999999!important; width: 100%; left: 50%!important; transform: translateX( -50% )!important;  top: unset!important; bottom: 0px!important; height: 280px!important;}
.month-picker table { width: 100%!important; }
.month-picker-month-table .ui-button { width: 100%!important; }
/*더보기 로더*/
.loader {
  width: 32px;
  height: 32px;
  border: 3px 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);
  }
}