@charset 'utf-8';
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}
select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #686E7B;
}
input[readonly] {
  background: #F8F9FA;
  cursor: not-allowed;
  color: #686E7B;
  border:1px solid #e7eaee!important;
}
input[type="checkbox"] {
  margin: -2px 4px 0 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container { padding-bottom:80px;}

.accordion {
  width: 100%;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.not-border-bottom {
  border-bottom: 0 !important;
}
.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(../../image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(../../image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
.textarea-regular {
  display: inline-block;
  min-width: 200px;
  padding: 12px 16px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #686E7B;
  letter-spacing: -0.65px;
  transition: all 0.5s;
}
.margin-t40 {
  margin-top: 40px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
a.btn-medium {
  display: inline-block;
  vertical-align: middle;
}
.help-text {
  font-size: 11px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #8F95A1;
  margin: 8px 0 0;
}
.help-text.icon-type {
  position: relative;
  padding-left: 20px;
}
.help-text.icon-type:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_help.png);
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.width312 {
  width: 312px !important;
}

.btn-split2 {
  float: left;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.btn-split2 + .btn-split2 {
  margin-left: 8px;
}

.btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.btn-split3 {
  float: left;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
  padding: 0;
}

/*input-split*/
.input-split2 {
  float: left;
  min-width: calc((100% - 8px) / 2) !important;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.input-split2 + .input-split2 {
  margin-left: 8px;
}
.input-split3 {
  float: left;
  min-width: calc((100% - 16px) / 3) !important;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.input-split3 + .input-split3 {
  margin-left: 8px;
}
.input-split4 {
  float: left;
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  margin: 0;
}
.input-split4 + .input-split4 {
  margin-left: 8px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

.like > a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background: url(../../image/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(../../image/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

input[type="checkbox"] {
  margin-top: -3px !important;
}
input[type="radio"] {
  margin-top: -2px !important;
}
input[type="checkbox"]:checked {
  background-color: #1AB588;
  border: 1px solid #1AB588;
}
input[type="radio"]:checked:before {
  background: #1ab588;
}

input[type="radio"].radius-half {
  margin-top: -3px !important;
  width: 18px;
  height: 18px;
  border: 0;
  background: #d6d6d6 url(../../image/component/icon_check.png) center center
    no-repeat;
  background-size: 14px;
}
input[type="radio"].radius-half:checked {
  background: #424242 url(../../image/component/icon_check.png) center center
    no-repeat;
  background-size: 14px;
}
input[type="radio"].radius-half:checked:before {
  display: none;
}

.cart-list-quantity {
  display: block;
  width: 88px;
  margin: 0 auto;
  overflow: hidden;
}
.cart-list-quantity .btn-minus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
  margin: 0;
}
.cart-list-quantity .btn-minus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.cart-list-quantity .input {
  float: left;
  width: 40px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.cart-list-quantity .btn-plus {
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  transition: all 0.5s;
}
.cart-list-quantity .btn-plus span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: middle;
  background: url(../../image/mobile/icon_plus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}

.img-list {
  margin: 0 0 16px;
}
.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../../image/mobile/no_image_type_a.png) center center
    no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}

/*인덱스팝업*/
.index-popup {
  min-width: calc(100% - 48px) !important;
  max-width: calc(100% - 48px) !important;
}
.index-popup .btn-split2 {
  width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
  border: 0 !important;
  border-top: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
  width: 100%;
}

/*mobile용*/
.popup {
  min-width: calc(100% - 32px);
  width: calc(100% - 32px);
  margin-top: 20px;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 18px;
  font-size: 18px;
}
.popup .temp-content {
  padding: 0;
  height: 440px;
}

/*temp-content*/
.temp-content {
  position: fixed;
  left: 0;
  top: 44px;
  width: 100%;
  height: calc(100% - 44px);
  padding: 16px;
  background: #fff;
}
.temp-content pre {
  padding: 12px 16px;
  height: 100%;
  background: #f8f9fa;
  font-size: 12px;
  color: #686e7b;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
  border-radius: 8px;
}

.paginate-area {
  display: block;
  width: 226px;
  margin: 24px auto;
  height: 28px;
}
.paginate-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginate-area ul li.on a {
  background: #1AB588;
  border: 1px solid #1AB588;
}
.paginate-area ul li.on a:hover {
  background: #686E7B;
  border: 1px solid #686E7B;
}

.btn-switch {
  width: 54px !important;
  height: 26px !important;
  border-radius: 50vh;
}
.btn-switch:after {
  width: 22px;
  height: 22px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -11px;
  right: 1px;
}
.btn-switch.inactive:after {
  left: 1px !important;
}

.app-setting {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.app-setting > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-setting > ul > li h1 {
  padding: 16px 16px;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #353c46;
}
.app-setting > ul > li .switch-setting {
  padding: 10px 16px;
  text-align: right;
}
.app-setting > ul > li p {
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.7px;
  text-align: left;
  color: #767676;
  padding: 0 16px 12px;
}

.datepicker {
  width: 170px;
}
.datepicker--cell {
  font-size: 10px;
}

.datepickers-container {
  z-index: 103 !important;
}
.datepicker-here.icon-type {
  background: #ffffff url(../../image/component/icon_date.png) right 6px center
    no-repeat;
  background-size: 24px 24px;
  padding-right: 37px;
}

/*tab-menu*/
.tab-menu .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/*type-b*/
.tab-menu.type-b {
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 35px;
  border: 0;
  padding: 0 16px;
  background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #353c46;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400;
  background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #686E7B;
  border: 1px solid #252c3a;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #252c3a;
  border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}

/* type-c */
.tab-menu.type-c > .inner-wrap > .tab-header {
  border: 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #bac1cb;
  border: 0;
  border-bottom:1px solid #e7eaee;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
  border: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  background-color: #fff;
  color: #1ab588;
  border-bottom: 2px solid #1ab588;
}

/* category-slider */
.category-slider {
  border: 0;
  margin-bottom: 8px;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #a6a6a6;
  line-height: 40px;
  padding: 0 4px 9px;
  margin: 0 4px;
  font-weight: 500;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: 600;
  color: #5cc4ef;
  border-bottom: 2px solid #5cc4ef;
}

.search-type1 {
  padding: 16px 16px 0;
  background-color: #fff;
}
.search-type1 select.input-medium {
  padding-left: 16px !important;
  font-size: 14px;
}
.search-type1 .basic {
  padding: 0 0 16px;
  display: flex;
}
.search-type1.margin-t8 .basic {
  padding: 0 0 8px;
}
.search-type1 .basic select.input-medium {
  min-width: 110px;
  width: 110px;
  font-size: 14px;
}
.search-type1 .basic .search-medium {
  width: calc(100% - 110px);
  padding-left: 8px;
}
.search-type1 .basic .search-medium .input-medium {
  width: 100%;
  padding-right: 0px;
  font-size: 14px;
}
.search-medium > .btn-medium {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  padding: 0;
  min-width: auto;
  border: 0;
  top: 50%;
  margin-top: -11px;
  right: 12px;
  background: url(../../image/component/icon_search.png) no-repeat 0 0;
  background-size: contain;
}
.search-type1 .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #e9e9e9;
}
.search-type1 .area select.input-medium {
  width: calc((100% - 8px) / 2);
  padding-left: 8px;
}

.search-type1 .select-gender {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #e9e9e9;
}
.search-type1 .select-gender .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #8f95a1;
  margin-right: 24px;
}
.search-type1 .select-gender .con {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.1px;
  text-align: left;
  color: #353c46;
}

.search-type2 {
  padding: 16px 16px 0;
  background-color: #fff;
}
.search-type2 form {
  padding: 0 0 16px;
  display: flex;
}
.search-type2 select.input-medium {
  min-width: calc((100% - 88px) / 2);
  margin-right: 8px;
}
.search-type2 .btn-medium {
  min-width: 72px;
  margin: 0;
}

.btn-small {
  min-width: 54px;
}
.btn-large {
  font-size: 16px;
  font-weight:800;
}
/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
}
#sb-site {
  width: 100%;
  height: 100%;
}
#wrapper {
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  padding: 44px 0 0;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  background-color: rgba(255,255,255,0.9);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
#content {
  width: 100%;
  min-height: 560px;
}
#footer {
  background-color: #f3f3f3;
  padding: 50px 16px 40px;
}

.left-menu {
  display: none;
}

/* 헤더 */
#header .left {
  text-align: left;
}
#header .right {
  text-align: right;
  padding-right: 8px;
}
#header .right > a {
  margin-left: 4px;
}
#header > h1 {
  display: none;
  width: 152px;
  height: 32px;
  position: absolute;
  top: 6px;
  left: 16px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 48px;
  height: 28px;
  background: url(../../image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}
#header .back.not {
  display: none;
}
/*alirm*/
#header .alirm {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header .alirm.new {
  background: url(../../image/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
  margin-top: 6px;
}
/*menu*/
#header .menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 6px;
}
#header .menu.not {
  display: none;
}

/* 푸터 */
#footer .toggle-btn {
  display: block;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.6px;
  text-align: center;
  color: #8f95a1;
  margin: 0 0 19px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../../image/component/icon_accordion_arrow_down.png)
    no-repeat left top;
  background-size: cover;
  margin: -3px 0 0 8px;
}
#footer.on .toggle-btn:after {
  background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat
    left top;
  background-size: cover;
}
#footer .toggle-box {
  display: none;
  background: #ffffff;
  padding: 16px 16px 24px;
  text-align: left;
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 0 16px;
  border-radius: 8px;
  line-height: 1.8;
  letter-spacing: -0.6px;
  font-weight: 400;
}
#footer.on .toggle-box {
  display: block;
}
#footer .toggle-box h2 {
  margin: 4px 0 8px;
  line-height: 1;
  height: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #8f95a1;
}
#footer .toggle-box ul + h2 {
  margin-top: 16px;
}
#footer .toggle-box li.tel a {
  display: block;
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #686E7B;
}
#footer .toggle-box li {
  color: #b6b6b6;
  margin: 4px 0 0;
}
#footer .toggle-box span {
  display: inline-block;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#footer .toggle-box span + span {
  margin-left: 8px;
}
#footer .toggle-box a {
  color: #b6b6b6;
}
#footer .copyright {
  text-align: center;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #d6d6d6;
}

.fnb {
  margin: 0 0 24px;
}
.fnb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fnb li {
  margin: 0 8px;
}
.fnb a {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #a6a6a6;
}

#to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  display:none;
}
#to-top a {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url(../../image/mobile/to_top.png) center center no-repeat;
  background-size: contain;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  z-index: 50;
}
.footer-fixed-menu li {
  float: left;
  width: 20%;
  height: 52px;
  text-align: center;
}
.footer-fixed-menu li a {
  font-size: 10px;
  color: #353c46;
}
.footer-fixed-menu li a img {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}

/* 메뉴레이어 */
.con_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -5000px;
  z-index: 200;
}
.con_bg.on {
  display: block;
}
.sb-slidebar.sb-left {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  background: #fff;
  padding: 24px 24px 16px;
  text-align: center;
  overflow: hidden;
  border-bottom: 8px solid #f3f3f3;
}
.sb-slidebar .top h1 {
  display: inline-block;
  width: 152px;
  height: 32px;
}
.sb-slidebar .top h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sb-slidebar .top h1 a img {
  width: 100%;
  height: 100%;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: url(../../image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .top .btn {
  overflow: hidden;
  padding-top: 16px;
}
.sb-slidebar .top .btn .btn-regular {
  display: block;
}
.sb-slidebar .top .btn .underline {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.16px;
  text-align: center;
  color: #8F95A1;
  text-decoration: underline;
}
.gnbWrap {
  height: 100%;
  overflow: auto;
  background: #F3F5F6;
}
.gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.gnbWrap .gnbBox > li {
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gnbWrap .gnbBox > li > a,
.gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  line-height: 1.47;
  font-size: 15px;
  color: #353c46;
  font-weight: 500;
  background: #fff;
}
.gnbWrap .gnbBox > li .title {
  background: url(../../image/component/icon_accordion_arrow_down.png) right
    10px center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.gnbWrap .gnbBox > li > ul {
  display: none;
  background: #F8F9FA;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 4px 4px;
  margin: 0;
}
.gnbWrap .gnbBox > li > ul > li > a {
  display: block;
  height: 19px;
  font-size: 14px;
  line-height: 1.46;
  text-align: left;
  color: #686e7b;
  margin: 20px 0 20px 12px;
}
.gnbWrap .gnbBox > li > ul > li > a:before {
  content: " - ";
}
.gnbWrap .gnbBox > li.on .title {
  background: url(../../image/component/icon_accordion_arrow_up.png) right 10px
    center no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li.on > ul {
  display: block;
}
.gnbWrap .gnbBox > li .btn-all-cate {
  background: url(../../image/mobile/icon_arrow_next.png) right 10px center
    no-repeat;
  background-size: 24px;
}
.gnbWrap .gnbBox > li > ul > li > ul > li > a {
  display: block;
  height: 32px;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #686e7b;
  padding-left: 32px;
  background: url(../../image/mobile/icon_re.png) 16px 6px no-repeat;
  background-size: 12px;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}

.list-empty {
  padding: 126px 0;
  text-align: center;
}
.list-empty img {
  width: 80px;
  height: 80px;
}
.list-empty p {
  font-size: 12px;
  font-weight: 400;
  color: #d6d6d6;
  text-align: center;
  margin: 10px 0 0;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 32px 0;
}
.list-empty.large {
  padding: 160px 0 282px;
  min-height: 510px;
  background: #fff;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 6px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  z-index: 100;
  color:#353c46;
}
.sub-title-area.type-b h1 {
  left: 45px;
  width: calc(100% - 90px);
}

.btn-medium {
  font-weight: bold;
}

/*결과*/
.result-area {
  padding: 32px 16px;
  text-align: center;
  background: #fff;
  min-height: 596px;
}
.result-area.border-top {
  border-top: 1px solid #e6e6e6;
}

.result-area .icon-result {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: contain;
}
.result-area h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  color:#353C46;
}
.result-area p {
  font-size: 14px;
  text-align: center;
  color: #8f95a1;
  margin: 8px 0 0;
}
.result-area p strong {
  font-weight: bold;
  color: #8f95a1;
}
.result-area .btn-medium {
  display: block;
  width: 160px;
  margin: 24px auto 0;
}
.result-area .text-decoration {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 16px;
  display: block;
  text-decoration: underline;
}
.result-area .block-type-area > ul {
  padding: 0;
}

/*게시판 목록 공통*/
.board-list-area {
  background: #fff;
  padding: 16px 16px 0;

}
.board-list-area.golf-join-type { border-bottom:0; padding:4px 16px 0;}
.board-list-area > button {
  float: right;
  margin: 0 0 12px;
}
.board-list-area > .board-list-header {
  clear: both;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 14%;
}
.board-list-area ul li.class {
  width: 14%;
}
.board-list-area ul li.error {
  width: 16%;
}
.board-list-area ul li.chk {
  width: 12%;
}
.board-list-area ul li.writer {
  width: 20%;
}
.board-list-area ul li.board {
  width: 24%;
}
.board-list-area ul li.date {
  width: 24%;
}
.board-list-area ul li.status {
  width: 16%;
}
.board-list-area ul li.width18p {
  width: 18%;
}
.board-list-area ul li.width22p {
  width: 22%;
}
.board-list-area ul li.width26p {
  width: 30%;
}
.board-list-area ul li.term {
  width: 20%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}
.board-list-area ul li.people-gender {
  width: 16%;
}
.board-list-area ul li.profile-view {
  width: 33.3%;
}
.board-list-area ul li.profile-view2 {
  width: 30%;
}

.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #8f95a1;
  background: #f8f9fa;
  border-top: 1px solid #e7eaee;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-area .board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
  border-bottom:1px solid #f3f5f6;
}
.board-list-area .board-list-content > div + div {

}
.board-list-area .board-list-content.golf-list > div { border-bottom:0!important; }
.board-list-area .board-list-content.golf-list > div + div { border-top:0; }
.board-list-area .board-list-content > div > ul > li {
  padding: 10px 0;
  height: 48px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.33px;
  text-align: center;
  color: #686E7B;
  vertical-align: middle;
}
.board-list-area .board-list-content > div > ul > li p {
  color: #686E7B;
}
.board-list-area .board-list-content > div > ul > li.subject {
  display: flex;
  align-items: center;
}
.board-list-area .board-list-content > div > ul > li.subject a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.65px;
  text-align: left;
  color: #353C46;
  max-width: calc(100% - 8px);
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject > a .comn {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #5cc4ef;
  margin: 0 0 0 8px;
}
.board-list-area .board-list-content > div > ul > li.subject {
  display: block;
  width: 100%;
  text-align: left;
}
.board-list-content > div > ul > li.status span {
  font-weight: 600;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.num {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #a6a6a6;
}
.board-list-area .board-list-content > div > ul > li.date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #8F95A1;
}
.board-list-area .board-list-content > div.notice .num {
  font-weight: bold;
  color: #1AB588;
}
.board-list-area .board-list-content > div > ul > li .btn-small {
  padding: 0 8px;
  color: #686E7B;
  width:64px!important;
  margin-left:16px;
}
.board-list-area .board-list-content > div > ul > li .btn-small + .btn-small {

  margin-top:4px;
}
.board-list-area .board-list-content > div > ul > li strong {
  font-weight: bold;
}
.board-list-area .board-list-content > div > ul > li.people-gender {
  color: #8f95a1;
}
.board-list-area .board-list-content > div > ul > li.profile-view,
.board-list-area .board-list-content > div > ul > li.profile-view2 {
  padding: 10px 0;
}


/* board-file */
.board-file {
  padding: 20px 0;
}
.board-file a {
  display: inline-block;
  height: 32px;
  margin: 0 16px 0 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: solid 2px #e9e9e9;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #8f95a1;
}
.board-file a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -3px 8px 0 0;
  background: url(../../image/mobile/icon_download.png);
  background-size: contain;
}

/*검색*/
.board-search {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 16px 16px 0;
}
.board-search select.input-regular {
  float: left;
  min-width: 120px;
}
.board-search input.input-regular {
  float: left;
  width: calc(100% - 128px);
  margin-left: 8px;
}
.board-search button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../../image/mobile/icon_search.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.board-search:after {
  content: "";
  clear: both;
  display: block;
  padding-top: 16px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
/* type-b */
.board-search.type-b select.input-regular {
  float: left;
  min-width: calc(50% - 4px);
  width: calc(50% - 4px);
}
.board-search.type-b select.input-regular + select.input-regular {
  margin-left: 8px;
}
.board-search.type-b input.input-regular {
  min-width: 100%;
  width: 100%;
  margin: 8px 0 0;
}
.board-search.type-b button {
  top: 65px;
}

.file-upload .btn-regular {
  width: 100%;
}
.file-upload .btn-medium {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  color:#353c46;
}
.file-upload .gallery .delete {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_delete.png);
  background-size: contain;
}

.btn-medium.img-type:before {
  width: 20px;
  height: 20px;
}

/* faq */
.accordion.faq {
  background: #fff;
  padding: 24px 16px;
  width: 100%;
}
.accordion.faq .inner-wrap {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 12px 40px 12px 24px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 14px;
  top: 10px;
  content: "Q";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #1ab588;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #686E7B;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  background-color: #f8f9fa;
  padding-left: 24px;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 14px;
  top: 12px;
  content: "A";
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #8f95a1;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
  padding: 12px 16px 24px;
  font-size: 14px;
  color: #353c46;
  line-height: 1.5;
  letter-spacing: -0.6px;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
  display: block;
	max-width: 100%;

  margin: 16px 0 0;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0 16px 32px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header h1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  color:#353c46;
  word-break: keep-all;
}
.board-view-area .header .info {
  margin: 12px 0 0;
}
.board-view-area .header .info ul {
  display: flex;
  margin: 8px 0 0;
  font-size:12px;
  color:#8f95a1;
}
.board-view-area .header .info li {
  font-size: 12px;
  color: #8f95a1;
  margin: 0 8px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #a6a6a6;
}
.board-view-area .header.scrap {
  padding-right: 32px;
}
.board-view-area .btn-scrap {
  position: absolute;
  top: 16px;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/scrap_n.png) center center no-repeat;
  background-size: contain;
}
.board-view-area .btn-scrap.active {
  background: url(../../image/mobile/scrap_s.png) center center no-repeat;
  background-size: contain;
}

.board-view-area .content {
  padding: 16px 0 32px;
  font-size: 14px;
  color:#353c46;
  line-height: 1.4;
  word-break: break-all;
  min-height: 380px;
}
.board-view-area .content.small {
  min-height: 100px;
}
.board-view-area .content img {
  max-width: 100%;
  margin: 16px 0 0;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}

/*답변*/
.board-view-area .re-header {
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}

/*board-re*/
.board-re {
  margin: 16px 0;
}
.board-re > h1 {
  background-color: #f8f9fa;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #8f95a1;
  border-top: 1px solid #d8dde2;
}
.board-re > div {
  font-size: 13px;
  color: #353c46;
  line-height: 1.46;
  min-height: 204px;
  padding: 16px 0 24px;
}

/* 댓글 작성 */
.board-comment-area {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  margin: 32px 0 0;
}
.board-comment-area h1 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #353c46;
  margin-bottom: 12px;
}
.board-comment-write {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 24px;
  padding: 0 16px 16px;
}
.board-comment-write textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  padding: 10px 12px;
}
.board-comment-write .btn-group-type1 {
  margin: 16px 0 0;
  padding: 0;
}

.board-comment-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
  width: 100%;
  height: auto;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
  display: block;
  float: left;
}
.board-comment-list .comment-btn {
  display: block;
  float: right;
  position: relative;
  margin-right: -8px;
}
.board-comment-list .comment-btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_cm_btn.png);
  background-size: contain;
  cursor: pointer;
}
.board-comment-list .comment-btn ul {
  display: none;
}
.board-comment-list .comment-btn.active ul {
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 88px;
  height: 105px;
  margin: 0 0 0 60px;
  padding: 8px 0 16px 16px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  z-index: 1;
}
.board-comment-list .comment-btn li button {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #8f95a1;
}
.board-comment-list .comment-btn li + li {
  margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
  text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
  display: inline-block;
  margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
  font-size: 11px;
  color: #a6a6a6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
  color: #686E7B;
}

.board-comment-list > div > ul > li .comment-content-area {
  width: 100%;
  display: block;
  height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
  width: 100%;
  height: auto;
  line-height: 1.46;
  display: block;
  color: #353c46;
  font-size: 13px;
  padding: 4px 0;
}

.board-comment-list > div > ul > li .bottom-btn button {
  font-size: 12px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}

.board-comment-list > div > ul > li .comment-reply-write {
  width: 100%;
  height: auto;
  padding: 12px 12px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #f9f9f9 url(../../image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
  width: 100%;
  height: 120px;
}

.board-comment-list > div > ul > li .comment-reply-write .btn-group-type1 {
  margin: 16px 0 0;
  padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-regular {
  width: calc(50% - 5px);
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  font-size: 13px;
  margin: 0;
}
.board-comment-list .comment-reply-write .btn-regular + .btn-regular {
  margin: 0 0 0 8px;
}

.board-comment-list > div > ul > li > .comment-box.re {
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 44px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: url(../../image/mobile/icon_re.png) 16px 12px no-repeat;
  background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
  color: #8f95a1;
}
.comment-content-area ul {
  display: flex;
  margin: 8px 0;
}
.comment-content-area li.tit {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #a6a6a6;
  width: 64px;
  height: 18px;
}
.comment-content-area li.con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #353c46;
  width: calc(100% - 64px);
  padding-left: 8px;
}

/*table-type-area*/
.table-type-area {
  background: #fff;
  padding: 0 16px;
}
.table-type-area > ul {
  border-top: 1px solid #353c46;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
  height: 50px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
}
.table-type-area > ul > li + li {
  border-top: 0;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: middle;
}
.table-type-area > ul > li > .title {
  background: #f9f9f9;
  font-size: 13px;
  font-weight: 400;
  color: #8f95a1;
  width: 96px;
  padding: 12px 4px 12px 12px;
}
.table-type-area > ul > li > .title span {
  color: #c8242c;
}
.table-type-area > ul > li > .con {
  text-align: left;
  font-size: 14px;
  color: #353c46;
  padding: 12px;
}
.table-type-area > ul > li > .con .input-regular {
  width: 100%;
}
.table-type-area > ul > li > .con .input-regular.btn-add {
  width: calc(100% - 82px);
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
  width: 74px;
  padding: 0;
  margin-left: 8px;
}
.table-type-area > ul > li > .con .textarea-regular {
  width: 100%;
}
.table-type-area + .btn-group-type1 {
  padding: 24px 0;
}

/*block-type-area*/
.block-type-area > ul {
  background: #fff;
  padding: 0 16px 24px;
  overflow: hidden;
  border-bottom: 0;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
  font-size: 13px;
  color: #353c46;
  overflow: hidden;
  font-weight:700;
}
.block-type-area > ul > li > .title.required:before {
  content: "*";
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #ed3d51;
}
.block-type-area > ul > li > .title > span {
  color: #5cc4ef;
}
.block-type-area > ul > li > .title .f-left {
  float: left;
}
.block-type-area > ul > li > .title .f-right {
  float: right;
}
.block-type-area > ul > li > .con {
  margin: 8px 0 0;
  font-size: 15px;
  color: #686E7B;
}
.block-type-area > ul > li > .con .unit-box .input-medium {
  width: calc(100% - 40px);
}

.block-type-area > ul > li input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
}
.block-type-area > ul > li > .con .search-date input.input-medium {
  width: calc(50% - 10px);
}
.block-type-area > ul > li > .con input[type="radio"] {
  margin-left: 0;
  margin-right:8px;
}
.block-type-area > ul > li > .con .input-medium {
  width: 100%;
  font-size: 15px;
}
.block-type-area > ul > li > .con .input-medium.btn-add {
  width: calc(100% - 88px);
}
.block-type-area > ul > li > .con .input-medium.btn-add + button {
  width: 78px;
  padding: 0;
  margin-left: 8px;
}
.block-type-area > ul > li > .con .textarea-regular {
  width: 100%;
  height: 160px;
  font-size:14px;
  color:#353c46;
}
.block-type-area + .btn-group-type1 {
  padding: 24px 0;
}
.block-type-area .btn-group-type1 {
  padding: 24px 16px 0;
}

/* type-b */
.block-type-area.type-b > ul {
  border-bottom: 0;
  padding: 0;
}

/* popup-report */
.popup-report {
  padding-bottom: 8px;
}
.popup-report .block-type-area {
  padding: 0 0 24px;
}
.popup-report .block-type-area > ul {
  padding: 0;
  border-bottom: 0;
}
.popup-report .block-type-area > ul > li:first-child {
  margin-top: 0;
}
.popup-report .btn-group-area {
  padding: 0 8px 24px;
}

.push-list {
  padding: 0 16px 0;
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  margin-top: -8px;
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
  margin: 8px 0 0;
}
.push-list > ul > li a {
  display: block;
  border: 1px solid #e7eaee;
  color:#686e7b;
  font-size:14px;
  border-radius: 8px;
  padding: 16px 40px 16px 16px;
  background: #fff;
}
.push-list > ul > li .date {
  font-size: 12px;
  color: #686E7B;
}
.push-list > ul > li .con {
  font-size: 14px;
  color: #686e7b;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
  opacity:0.5;
}
.push-list > ul > li.read {  color:#8f95a1;}
.push-list > ul > li.read a {
  background: #f8f9fa;
  border: 1px solid #f8f9fa;

}
.push-list > ul > li.read .con {
  color: #a6a6a6;
}
.push-list > ul > li.read .date {
  color: #a6a6a6;
}

.block-type-area.my_info_c > ul {
  padding-bottom: 24px;
  border-bottom: 0;
}
.block-type-area.my_info_c + .btn-group-type1 {
  padding-top: 0;
}

.block-type-area.member_out {
  background-color: #ffffff;
  padding: 0 0 32px;
}
.block-type-area.member_out ul {
  border-bottom: 0;
  padding-bottom: 8px;
}

/* Login */
.login-area {
  background: #fff;
  padding: 40px 24px 200px;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 24px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 266px;
  height: auto;
}
.login-area .input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-area li input.input-large {
  font-size: 15px;
}
.login-area button[type="submit"] {
  margin: 16px 0 0;
}
.login-chk-link {
  margin-top: 12px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0;
  font-size: 13px;
  letter-spacing: -0.55px;
  cursor: pointer;
  color: #686E7B;
}
.login-chk-link .chk input {
  margin: 0 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 13px;
  color: #8F95A1;
  display: inline-block;
  margin-left: 8px;
}
.login-area .login-join {
  text-align: center;
  margin: 40px 0 0;
  font-size: 13px;
  color: #353C46;
}
.login-area .login-join a {
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 8px;
  color:#1AB588;
}

.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #8f95a1;
  margin: 8px 0 0;
}
.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_kakaotalk.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_facebook.png) center center
    no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.login-area .apple,
.login-area .apple:hover {
  background: #000;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  border: 0;
  color: #ffffff;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  overflow: hidden;
  background: #fff;
  padding: 0 16px 40px;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.textarea-regular {
  height: 120px;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #8f95a1;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: block;
}
.member-content label span {
  font-size: 14px;
  color: #353C46;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content input[type="checkbox"] {
  margin-left: 0;
}
.member-content .btn-group-type1 {
  padding: 32px 0 0;
}

/* 회원용 */
.member-write-area {
  padding: 0 16px;
  background: #fff;
  margin: 0 auto;
}
.member-write-area > h1 {
  font-size: 14px;
  margin: 48px 0;
  text-align: center;
}
.member-write-area label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #353c46;
  margin: 24px 0 8px;
}
.member-write-area label span {
  font-weight: bold;
  color: #ff3939;
}
.member-write-area .btn-group-area {
  margin: 24px 0 0;
  text-align: center;
}
.member-write-area .btn-group-area .btn-small {
  display: inline-block;
  width: calc((100% - 15px) / 3);
  font-size: 13px;
  height: 36px;
  line-height: 34px;
}
.member-write-area .btn-group-area .btn-small + .btn-small {
  margin-left: 4px;
}
.member-write-area .member-guide-text {
  font-size: 14px;
  color: #353c46;
  line-height: 1.8;
  margin: 48px 0;
  text-align: center;
  word-break: keep-all;
}
.member-write-area .member-guide-text strong {
  font-weight: 900;
}
.member-write-area .btn-regular {
  padding: 0;
}
.member-write-area .icon-result {
  display: none;
}
.member-write-area .agree {
  position: relative;
  padding-left: 28px;
  margin: 24px 0 0;
  font-size: 13px;
  color: #686E7B;
}
.member-write-area .agree input {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
}

.btn-group-type1 {
  padding: 16px;
  text-align: center;
  overflow: hidden;
}
.btn-group-type1 .btn-small + .btn-small,
.btn-group-type1 .btn-regular + .btn-regular {
  margin-left: 4px;
}
.btn-group-type1 .btn-medium + .btn-medium,
.btn-group-type1 .btn-large + .btn-large {
  margin-left: 8px;
  font-size: 14px;
}

.service-info {
  min-height: 600px;
  padding: 16px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #686E7B;
}

/* .event-list-type2 */
.event-list-type2 {
  background-color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
}
.event-list-type2 .img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.event-list-type2 .subject {
  margin: 16px 32px 8px;
  text-align: center;
}
.event-list-type2 .subject a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: center;
  color: #686E7B;
}
.event-list-type2 .subject a:hover {
  text-decoration: underline;
}
.event-list-type2 .term {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #a6a6a6;
  margin-bottom: 16px;
}

/* member-out */
.member-out {
  padding: 0 0 96px;
  text-align: center;
  background: #fff;
}
.member-out .icon-result {
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: url(../../image/mobile/icon_result_chk.png) center center
    no-repeat;
  background-size: 44px;
}
.member-out h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  margin: 16px 0 0;
}
.member-out p {
  margin: 16px 0 0;
  padding: 16px 28px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.6px;
  text-align: center;
  color: #8f95a1;
}
.member-out p strong {
  font-weight: bold;
  color: #8f95a1;
}
.member-out .block-type-area > ul {
  border-bottom: 0;
  padding-bottom: 16px;
}
.member-out .textarea-regular {
  height: 200px !important;
}

/* page_option */
body.find_id .block-type-area,
body.find_password .block-type-area,
body.find_pw_success .block-type-area,
body.member_check .block-type-area {
  height: 596px;
  background: #fff;
}
body.not-footer #footer,
body.not-footer #to-top {
  display: none;
}
body.not-footer .paginate-area {
  margin-bottom: 40px;
}
body.not-header {
  display: none;
}

/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/

.select-search-chkeck {
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  color: #686e7b;
  margin: 16px 0;
}
.select-search-chkeck input {
  margin-left: 6px;
}

.add-insert-item {
  border-top: 1px solid #e6e6e6;
  margin: 24px 0;
  padding-top: 16px;
}
.add-insert-item .tit {
  font-size: 13px;
  font-weight: bold;
  color: #686E7B;
}
.add-insert-item .con {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #686E7B;
  margin-top: 8px;
}

.sub-title-small {
  margin-top: 24px;
}
.sub-title-small h1 {
  padding: 0 0 12px;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.1px;
  text-align: left;
  color: #353c46;
}

/* settle-view-detail */
.settle-view-detail {
  padding: 0 16px 24px;
}
.settle-view-detail > ul > li {
  padding: 16px;
  border-radius: 8px;
  border: solid 2px #e6e6e6;
  background-color: #ffffff;
}
.settle-view-detail > ul > li + li {
  margin-top: 16px;
}
.settle-view-detail .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.settle-view-detail .header .tit {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #353c46;
}
.settle-view-detail .header .con {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: right;
  color: #353c46;
}
.svd-box {
  padding: 16px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin-top: 16px;
}
.svd-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.svd-box ul + ul {
  margin-top: 8px;
}
.svd-box .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #8f95a1;
}
.svd-box .con {
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #353c46;
}

/* payment-info-card */
.payment-info-card {
  height: 543px;
  margin-top: 8px;
  background: #fff;
  padding: 24px 16px;
}
.payment-info-card .sub-title-small {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-info-card .sub-title-small h1 {
  padding: 0;
}
.payment-info-card .info-card {
  height: 69px;
  margin: 16px 0 24px;
  padding: 22px 20px;
  border-radius: 8px;
  border: solid 2px #e6e6e6;
  background-color: #ffffff;
}
.payment-info-card .info-card ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-info-card .info-card .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #8f95a1;
}
.payment-info-card .info-card .con {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.51px;
  text-align: right;
  color: #353c46;
}
.payment-info-card .btn-group-type1 {
  padding: 0;
}

.evaluation-guide {
  padding: 24px 16px;
  background: #fff url(../../image/mobile/evaluation-guide.png) no-repeat right
    8px center;
  background-size: 110px 96px;
}
.evaluation-guide h1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.51px;
  text-align: left;
  color: #353c46;
}
.evaluation-guide p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.33px;
  text-align: left;
  color: #686E7B;
  margin-top: 8px;
}

.review-chk-insert {
  margin-top: 8px;
  padding: 24px 16px;
  background: #fff;
  min-height: 472px;
}
.review-chk-insert .btn-group-type1 {
  padding: 24px 0 0;
}

/* review-chk */
.review-chk label {
  display: block;

}
.review-chk label + label {
  margin-top: 8px;
}
.review-chk input[type="checkbox"] {
  display: none;
}
.review-chk input[type="checkbox"] + p {
  display: block;
  height: 50px;
  padding: 13px 10px 13px 42px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #ffffff url(../../image/mobile/icon_review_chk.png) no-repeat
    10px 10px;
  background-size: 26px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
}

.review-chk input[type="checkbox"]:checked + p {

  border:1px solid #1ab588!important;
  background-color: #F2FAF8;


}
.review-chk input[type="checkbox"]:checked  {

}
/*
.review-chk input[type="checkbox"]:checked + p span {
  position: absolute;
  top: 15.5px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  z-index: 2;
  height: 19px;
  background: #fff8f2 url(../../image/mobile/icon_review_chk.png) no-repeat
    10px -3px;
  background-size: 26px;
  padding-left: 42px;
}*/

.apply-receive-view {
  padding: 24px 16px;
  background: #fff;
  min-height: 595px;
}
.apply-receive-view .sub-title-small:first-child {
  margin-top: 0;
}
.apply-receive-view .sub-title-small h1 {
  padding: 0;
}
.apply-receive-view .arv-con {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
  margin: 16px 0 32px;
}
.apply-receive-view .btn-group-type1 {
  padding: 24px 0 0;
}

.amount-payment-area {
  height: 69px;
  margin: 16px 0 0;
  padding: 22px 20px;
  border-radius: 8px;
  border: 1px solid #e7eaee;
  background-color: #ffffff;
}
.amount-payment-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amount-payment-area .tit {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #8f95a1;
}
.amount-payment-area .con {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.51px;
  text-align: right;
  color: #353c46;
}

.join-hope-golfcourse {
  padding: 16px;
  border-radius: 8px;
  background-color: #f8f9fa;
  margin: 16px 0 0;
}

.join-hope-golfcourse ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-hope-golfcourse ul + ul {
  margin-top: 12px;
  padding-top:12px;
  border-top:1px solid #e7eaee;
}


.join-hope-golfcourse .tit {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
}

.join-hope-golfcourse .tit:before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background: url(../../image/mobile/icon_golf_area.png);
  background-size: contain;
  margin-right:8px;
  margin-bottom:-6px;

}
.join-hope-golfcourse .empty {
  padding: 16px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #8f95a1;
}

/* payment-page */
.payment-page {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.payment-page .sub-title-small {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-page .sub-title-small h1 {
  padding: 0;
}
.payment-page .sub-title-small:first-child {
  margin-top: 24px;
}
.payment-page .info-card {
  height: 69px;
  margin: 16px 0 24px;
  padding: 22px 20px;
  border-radius: 8px;
  border: solid 2px #e6e6e6;
  background-color: #ffffff;
}
.payment-page .info-card ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-page .info-card .tit {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #8f95a1;
}
.payment-page .info-card .con {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.51px;
  text-align: right;
  color: #353c46;
}
.payment-page + .btn-group-type1 {
  padding-top: 24px;
}

/* payment-info-area */
.payment-info-area {
  border-top: 1px solid #353c46;
  margin-top: 16px;
}
.payment-info-area > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #e9e9e9;
  padding: 14px 0;
  min-height: 50px;
}
.payment-info-area > ul > li.tit {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #686e7b;
}
.payment-info-area > ul > li.con {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #353c46;
}
.payment-info-area > ul.add-round {
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.payment-info-area > ul.add-round .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}
.payment-info-area > ul.add-round .input-medium {
  min-width: calc(100% - 80px);
}
.payment-info-area > ul.add-round .btn-medium {
  min-width: 72px;
  width: 72px;
  color: #686E7B;
}
.payment-info-area .con strong {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: right;
  color: #353c46;
}

.chat-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px; width:100%;
position:fixed; max-width:500px;
  background:#353c46;
}
.chat-view-header h1 {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.45px;
  text-align: left;
  color: #fff;
}
/*
.chat-view-header h1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 4px 2px 0;
  background: url(../../image/mobile/icon_tooltip.png);
  background-size: contain;
}
*/
.chat-view-header .btn-small {
  padding: 0 10px;
}

.chat_room {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height:100%;
  padding-bottom:120px;
}
.chat_room .cont {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 16px;
}
.chat_room .cont li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 24px 0 0;
}
.chat_room .cont li .text {
  position: relative;
  display: block;
  padding: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  max-width: 248px;
}
.chat_room .cont li .text + .text {
  clear: both;
}
.chat_room .cont li .date-time {
  position: absolute;
  top: -22px;
  font-size: 11px;
  color: #bac1cb;
  width: 120px;
}
.chat_room .cont li.left .text {
  float: left;
  margin: 10px 0 0;
  background: #f3f5f6;
  border-radius: 0 10px 10px 10px;
  color: #353c46;
}
.chat_room .cont li.left .date-time {
  left: 0;
}
.chat_room .cont li.right .text {
  float: right;
  margin: 10px 0 0;
  background: #E6F1ED;
  border-radius: 10px 0 10px 10px;
  color: #353c46;
}
.chat_room .cont li.right .text img {
  max-width: 100%;
  border-radius:8px;
}
.chat_room .cont li.right .date-time {
  right: 0;
  text-align: right;
}
.chat_room .cont li .map_open {
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
}
.chat_room .guide-text {
  position: fixed;
  bottom: 52px;
  font-size:13px;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: rgba(255,255,255,0.8);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #8f95a1;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.chat_room .chat-form {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  padding: 6px;
  background-color: #fff;
  border-top: 1px solid #e7eaee;
  overflow: hidden;
  z-index: 50;
}
.chat_room .chat-form .input-medium {
  width: 100%;
  height: 38px;
  border-radius: 50vh;
  padding-left: 20px;
  font-size: 14px;

}
.chat_room .chat-form .search-medium button[type="submit"] {
  position: absolute;
  top: -5px;
  right: 3px;
  margin: 0;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/btn_submit.png);
  background-size: contain;
  text-indent: -5000px;
}

/* item-list */
.item-list {
  margin-top: 8px;
}
.item-list > ul > li {
  width:calc(100% - 32px);
  margin:0 16px;
  padding:16px 0;
  display: flex;
  align-items: start;
  background: #fff;
  border-bottom:1px solid #f3f5f6;
  position:relative;
  min-height:126px;
}
.item-list > ul > li:first-child { border-top:1px solid #f3f5f6; }
.item-list .img {
  width: 88px;
  position: relative;
}
.item-list .img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid rgba(30, 34, 41, 0.04);
}
.item-list .img .basic {
  position: absolute;
  top: 0;
  left: -4px;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_basic.png);
  background-size: contain;
}
.item-list .info {
  width: calc(100% - 80px);
  padding-left: 16px;
  position: relative;
}
.item-list .status-personnel {
 position:absolute;
 left:-88px;
 top:-4px;
}

.i-status {
  padding: 4px 8px;
  border-radius: 22px;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: -0.1px;
  text-align: left;
  color: #ffffff;
}
.i-status.ing {
  background-color: #1ab588;
}
.i-status.waiting {
  background-color: #fff;
  color:#1AB588;
  border:1px solid #1AB588;
}
.i-status.do-not-disturb {
  background-color: #1E2229;
}

.item-list .personnel {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: right;
  color: #8f95a1;
}
.item-list .subject {
  margin: 6px 0;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: left;
  color: #353c46;
}
.item-list .subject > strong { }
.item-list .area {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #686E7B;
}
/*
.item-list .area:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 2px 0;
  background: url(../../image/mobile/icon_addr.png);
  background-size: contain;
}
*/
.item-list .btn {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.item-list .btn .m-out {
  border: 0;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  color: #ed3d51;
}

/* popup-search-place */
.popup-search-place {
  min-width: 100% !important;
  width: 100% !important;
  min-height: 100% !important;
  background: #f3f3f3;
  margin: 0;
}
.popup-search-place .inner-wrap {
  padding: 44px 0 0;
}
.popup-search-place .inner-wrap .popup-close {
  position: fixed;
  top: 6px;
  right: 12px;
  z-index: 2;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.popup-search-place .inner-wrap .popup-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  font-weight: 500;
}
.popup-search-place .btn-group-type1 {
  padding: 0;
}

.search-place-cont {
  margin-top: 8px;
  padding: 24px 16px;
  background: #fff;
}
.search-place-add {
  height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: solid 1px #e7eaee;
  border-radius:8px;

}
.search-place-add .th {
  height: 34px;
  padding: 8px 0;
  background-color: #f8f9fa;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #8f95a1;
}
.search-place-add ul {
  padding: 0 16px;
}
.search-place-add li {
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.search-place-add li .info {
  margin-right: 60px;
}
.search-place-add li .btn-small {
  min-width: 54px;
  padding: 0;
}
.search-place-add .c-name {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
}
.search-place-add .addr {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #686E7B;
  margin-top: 8px;
}

/* search-place-list */
.search-place-list {
  margin-top: 24px;
}
.search-place-list li {
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-place-list li + li {
  margin-top: 8px;
}
.search-place-list .c-name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #686E7B;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.search-place-list .delete {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_delete.png);
  background-size: contain;
}

.profile-list {
  padding: 8px 16px 24px;
  background-color: #fff;
}
.profile-list > ul {
  margin-top: 24px;
}
.profile-list > ul > li {
  height: 184px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.profile-list > ul > li + li {
  margin-top: 12px;
}

.width144 {
  width: 144px !important;
}

.profile-list-cont {
  display: flex;
  justify-content: center;
  align-items: start;
}
.profile-list-cont .img {
  width: 92px;
  position: relative;
  padding: 6px;
  background: #fff;
  border-radius: 50%;
}
.profile-list-cont .img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
}
.profile-list-cont .info {
  width: calc(100% - 80px);
  text-align: left;
  padding-left: 20px;
}
.profile-list-cont .basic-radio {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: right;
  color: #a6a6a6;
  position: relative;
}
.profile-list-cont .basic-radio input {
  margin-left: 8px;
}
.profile-list-cont .basic-radio input[type="radio"] + span {
  position: absolute;
  top: 0;
  right: 32px;
  font-size: 12px;
  font-weight: bold;
  color: #a6a6a6;
}
.profile-list-cont .basic-radio input[type="radio"]:checked + span {
  display: none;
}
.profile-list .btn {
  display: flex;
  margin-top: 16px;
}
.profile-list .btn .btn-medium {
  border-width: 2px;
  border-color: #e6e6e6;
  color: #686E7B;
}
.profile-list .btn .btn-medium + .btn-medium {
  margin-left: 8px;
}
.profile-list .subject {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.42px;
  text-align: left;
  color: #353c46;
}

/* profile-view */
.profile-view {
  position: relative;
  padding: 24px 16px;

}
.profile-view .i-status {
  position: absolute;
  top: -4px;
  left: -16px;
  font-size:12px;
  z-index:1;
  padding:5px 10px;
  line-height:1.2;
}
.profile-view .btn-block {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_block.png);
  background-size: contain;
}

.profile-view-img {
  display: block;
  margin: 0 auto;
  width: 100px;
  position: relative;
}
.profile-view-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid rgba(30, 34, 41, 0.04);
}

/*
.profile-view-img .basic {
  position: absolute;
  top: 0;
  left: -4px;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_basic.png);
  background-size: contain;

}
*/
.profile-view .premium {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #686E7B;
  margin-top: 16px;
  margin-left:-8px;

}
.profile-view .premium:before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background: url(../../image/mobile/icon_premium.png);
  background-size: contain;
  margin-right:6px;
  margin-bottom:-6px;

}

.profile-view .premium + .profile-name {
  margin: 4px 0 0;
}

.profile-view .profile-name {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  color: #353c46;
  margin: 16px 0 0;
}
.profile-view .area {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #686E7B;
}
/*
.profile-view .area:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 2px 0;
  background: url(../../image/mobile/icon_addr.png);
  background-size: contain;
}
*/
.profile-view .area span {
  display: inline-block;
  font-size: 13px;
  color: #686e7b;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #e9e9e9;
  line-height: 1;
}
.profile-view .area span:first-child { border-left:0; padding-left:0; margin-left:0;}
.profile-view .btn {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.profile-view .btn .btn-medium {
  width: calc(100% - 52px);
}
.profile-view .btn .btn-chat {
  width: 44px;
  height: 44px;
  padding: 6px;
  margin: 0 0 0 8px;
  border:1px solid #d8dde2;
  background:url(../../image/mobile/icon_tooltip2.png) center center no-repeat;
  background-size: 32px;
  border-radius: 8px;
}
.profile-view .number {
  margin: 24px 0 0;
  padding: 16px 0 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
  border: 1px solid rgba(30, 34, 41, 0.08);
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.profile-view .number ul {
  width: 33.33%;
  text-align: center;
}
.profile-view .number ul + ul {
  border-left: 1px solid #e9e9e9;
}
.profile-view .number .tit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #8f95a1;
}
.profile-view .number .con {
  font-size: 15px;

  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.1px;
  color: #353c46;
  margin-top: 8px;
  font-weight:500;
}

.profile-view-detail {
  padding: 0 16px 24px;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.profile-view-detail .sub-title-small h1 {
  padding-left: 0;
}

.membership-list li {
  height: auto;
  padding: 13px 10px 12px 16px;
  border-radius: 4px;
  background-color: #f8f9fa;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
  display: block;
  justify-content: space-between;
  align-items: center;
  border-radius:8px;
  font-weight:500;
}

.membership-list li:before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background: url(../../image/mobile/icon_golf_area.png);
  background-size: contain;
  margin-right:8px;
  margin-bottom:-6px;
}

.membership-list.membership-type li:before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background: url(../../image/mobile/icon_golf_membership.png);
  background-size: contain;
  margin-right:8px;
  margin-bottom:-6px;
}

.membership-list li + li {
  margin-top: 8px;
}
.membership-list li .delete {
  width: 24px;
  height: 24px;
  background: url(../../image/mobile/icon_delete.png);
  background-size: contain;
}

.about-me {
  min-height: 140px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f8f9fa;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.1px;
  text-align: left;
  color: #353c46;
}

.round-cost li {
  margin: 0 0 8px;
}
.round-cost li .box {
  width: 100%;
  height: 90px;
  border:1px solid #e7eaee;
  border-radius: 8px;
}
.round-cost li .box > div {
  height: 86px;
  padding: 0 20px 0 16px;
  border-radius: 8px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.round-cost li input[type="radio"] {
  display: none;
}
.round-cost li input[type="radio"]:checked + .box {
	background-color:#F2FAF8!important;
	border:1px solid #159F77!important;
}
.round-cost li input[type="radio"]:checked + .box {

}
.round-cost li input[type="radio"]:checked + .box > div {

}

.round-cost .icon img {
  width: 48px;
  height: 48px;
}
.round-cost .tit {
  width: calc(100% - 176px);
  margin-left: 16px;
}
.round-cost .tit strong {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.1px;
  text-align: left;
  color: #353c46;
}
.round-cost .tit p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.1px;
  text-align: left;
  color: #353c46;
  margin-top: 2px;
}
.round-cost .con {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.51px;
  text-align: right;
  color: #159F77;
  width: 120px;
}

.number-select {
  margin-top: 16px;
  border-top: 1px solid #e9e9e9;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.number-select .input-medium {
  width: calc(100% - 80px);
}
.number-select .btn-medium {
  min-width: 72px;
}

.club-select {
  padding: 16px;
  border-radius: 4px;
  background-color: #f9f9f9;
}
.club-select li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.club-select li + li {
  margin-top: 12px;
}
.club-select li .tit {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
}
.club-select li .tit input {
  margin-right: 8px;
}
.club-select li .btn-small {
  min-width: 66px;
  color: #686E7B;
}

.textarea-regular-type2 {
  width: 100%;
  height: 140px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #F8F9FA;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  border: 0;
  color:#686E7B;
}

.profile-view-detail .sub-title-small .num {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #686e7b;
  float:right;
}
.profile-view-detail .sub-title-small .num span {
  color: #686E7B;
}

.evaluation-info li {
  height: 44px;
  padding: 10px 16px 10px 42px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #686E7B;
  background: #f8f9fa url(../../image/mobile/icon_review_chk.png) 10px 10px
    no-repeat;
  background-size: 26px;
}
.evaluation-info li + li {
  margin-top: 8px;
}
.evaluation-info li strong {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: right;
  color: #353c46;
}

/* request-insert */
.request-insert {
  padding: 0 16px 24px;
  background-color: #ffffff;
  overflow: hidden;
}
.request-insert .sub-title-small h1 {
  padding-left: 0;
}
.request-insert .sub-title-small:first-child {
  margin-top: 24px;
}
.request-insert + .btn-group-type1 {
  padding-top: 24px;
}

.chk-agree {
  margin-top: 12px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: left;
  color: #353c46;
}
.chk-agree input {
  margin-right: 8px;
}

.area-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.area-select select.input-medium {
  width: calc((100% - 8px) / 2) !important;

}

.btn-medium.search {
  font-size: 14px;
  font-weight: 500;
  color: #353c46;
  margin-top: 8px;
}
.btn-medium.search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 4px 2px 0;
  background: url(../../image/component/icon_search.png) no-repeat 0 0;
  background-size: contain;
}

.sub-tit-small {
  margin: 16px 0 8px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #353c46;
}
.sub-tit-small span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #8f95a1;
  display: inline-block;
  margin-left: 8px;
}

.today-golf-partner {
  position: relative;
  object-fit: contain;
  background-image: linear-gradient(80deg, #ffa42c, #ea4649 110%);
}
.today-golf-partner > h1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: -0.72px;
  text-align: left;
  color: #ffffff;
  padding: 24px 16px 42px;
}
.today-golf-partner h1 strong {
  font-weight: bold;
  color: #ffffff;
}
.today-golf-partner .premium {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: right;
  color: #ffffff;
  position: absolute;
  top: 26px;
  right: 16px;
}
.today-golf-partner .premium:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 2px 2px 0;
  background: url(../../image/mobile/icon_basic.png);
  background-size: contain;
}

.my-golfer-profile {
  margin: -16px auto 8px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px 16px 0 0;
}
.my-golfer-profile > h1 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.45px;
  text-align: left;
  color: #353c46;
  display: block;
  width: 100%;
}

.my-golfer-profile > ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin: 16px 0 0;
}
.my-golfer-profile > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.my-golfer-profile > ul > li.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  right: 50%;
  z-index: 1;
  margin-right: -46px;
  width: 18px;
  height: 18px;
  background: #424242 url(../../image/component/icon_check.png) center center
    no-repeat;
  background-size: 14px;
  border-radius: 50%;
}
.my-golfer-profile .img {
  width: 92px;
  position: relative;
  background: #fff;
  border-radius: 50%;
}
.my-golfer-profile .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}
.my-golfer-profile .subject {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: center;
  color: #686E7B;
}
.my-golfer-profile .i-status {
  margin: 8px 0 0;
}
.my-golfer-profile .btn {
  height: 44px;
  margin: 24px 0 0;
  padding: 12px 0;
  border-radius: 22px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.my-golfer-profile .btn a {
  width: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: -0.39px;
  text-align: center;
  color: #686E7B;
  display: inline-block;
  height: 19px;
}
.my-golfer-profile .btn a + a {
  border-left: solid 1px #e9e9e9;
}

/* golferflex-service */
.golferflex-service {
  padding: 24px 16px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.golferflex-service h1 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.45px;
  text-align: left;
  color: #353c46;
  margin-bottom: 16px;
}
.main-menu {
  padding: 8px 0;
}
.main-menu a {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.39px;
  text-align: left;
  color: #686E7B;
  padding: 0 8px;
  background: url(../../image/mobile/icon_right_arrow.png) right center
    no-repeat;
  background-size: 24px;
}
.main-menu li + li {
  border-top: 1px solid #e9e9e9;
}
.main-menu li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 8px 2px 0;
}
.main-menu li.n1 a:before {
  background: url(../../image/mobile/icon_menu_1.png);
  background-size: contain;
}
.main-menu li.n2 a:before {
  background: url(../../image/mobile/icon_menu_2.png);
  background-size: contain;
}
.main-menu li.n3 a:before {
  background: url(../../image/mobile/icon_menu_3.png);
  background-size: contain;
}
.main-menu li.n4 a:before {
  background: url(../../image/mobile/icon_menu_4.png);
  background-size: contain;
}
.main-menu li.n5 a:before {
  background: url(../../image/mobile/icon_menu_5.png);
  background-size: contain;
}

/* 2021-05-03 pc용 */
@media (min-width: 500px) {
  #header,
  .chat_room,
  .chat_room .chat-form,
  .temp-content {
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
  }
  .popup {
    max-width: 480px !important;
    min-width: 480px !important;
    width: 480px !important;
    left: 50% !important;
    margin-left: -240px !important;
  }
  .sub-title-area h1 {
    width: 556px;
    left: 50%;
    margin-left: -278px;
  }
  .my-golfer-profile > ul {
    justify-content: space-around;
  }
}


/* 2021-06-30 */
.my-golfer-profile .img {
  width: 92px;
  height: 92px;
}
.my-golfer-profile .img img {
  object-fit: cover;
}

.item-list .img {
  width: 80px;
  height: 80px;
}
.item-list .img img {
  object-fit: cover;
}

.profile-list-cont .img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.profile-view-img {
	width: 100px;
	height: 100px;
}
.profile-view-img img {
	object-fit: cover;
}


/* 2023-04-13 */
#header .home {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_home.png) center center no-repeat;
  background-size: contain;
}
#header .home.no_home {
  display: none;
}
.chat-view-header .btn-profile {
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_chat_profile.png) no-repeat;
  background-size: contain;
}
.chat-view-header .btn-exit {
  margin: 0 0 0 8px;
  width: 28px;
  height: 28px;
  background: url(../../image/mobile/icon_chat_out.png) no-repeat;
  background-size: contain;
}
.sub-title-area h1 {
  margin-left: -70px;
  width: 140px;
  z-index: 100;
  overflow:hidden;
  text-overflow: ellipsis;
}


/* 2023-10-23 */
.today-golf-partner {
  overflow: hidden;
}
.today-golf-partner .premium {
  top: 60px;
  right: 16px;
}
.today-golf-partner > h1 {
  padding-top: 12px;
}
.today-golf-partner .current-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  padding: 0px 12px;
  border-radius: 6px;
  background: rgba(219, 64, 45, 0.6);
  margin: 16px 16px 0;
}
.today-golf-partner .current-point .tit {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.today-golf-partner .current-point .con {
  color: #fff;
  text-align: right;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: -0.036px;
}

.my-golfer-profile {
  position: relative;
}
.my-golfer-profile .btn-referrerID {
  position: absolute;
  top: 22px;
  right: 16px;
  z-index: 1;
  display: flex;
  width: 107px;
  height: 28px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--light-semantic-border-secondary, #d6d6d6);
  background: var(--light-semantic-fill-reverse-primary, #fff);
  color: var(--light-semantic-text-primary, #262626);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.my-golfer-profile .btn-referrerID:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/image/mobile/icon_reply.png) no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}



/*  */
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

#header > h1 {
  display: none;
  width: 152px;
  height: 32px;
  position: absolute;
  top: 6px;
  /* left: 16px; */
  left: 50%;
  transform: translateX(-50%);
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
/* 푸터 */
#footer {
  display: none;
  margin: 0 16px 24px;
  padding: 0;
  background-color: #fff;
}
#footer .toggle-btn-fnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
  padding: 0;
}
#footer .toggle-btn {
  height: auto;
  margin: 8px 0 0;
  padding: 0;
  display: block;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
#footer .toggle-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(/image/component/icon_arrow_down.png) no-repeat left top;
  background-size: cover;
  margin: -3px 0 0 2px;
  opacity: 0.5;
}
#footer.active .toggle-btn:after {
  background: url(/image/component/icon_arrow_up.png) no-repeat left top;
  background-size: cover;
}
#footer .fnb {
  margin: 0;
  padding: 0;
}
#footer .fnb a {
  margin: 0 0 0 16px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
#footer .fnb a strong {
  color: #686e7b;
  font-weight: 700;
}
#footer .toggle-box {
  transition: height 0ms 400ms, opacity 400ms 0ms;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
#footer.active .toggle-box {
  display: block;
  padding: 0;
  height: auto;
  opacity: 1;
  margin: 0 0 16px;
}
#footer .toggle-box ul {
  padding: 16px;
  border-radius: 8px;
  background: var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
#footer .toggle-box li {
  display: flex;
}
#footer .toggle-box li + li {
  margin: 8px 0 0;
}
#footer .toggle-box .tit,
#footer .toggle-box .con {
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
#footer .toggle-box .tit {
  width: 100px;
}
#footer .toggle-box .con {
  width: calc(100% - 100px);
  color: var(--Text-Sub-Primary, #686e7b);
}
#footer .copyright {
  margin: 0 0 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #bac1cb;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.theme2-c-btn {
  background-color: #1ab588 !important;
  color: #fff !important;
  border: 1px solid #1ab588 !important;
}
.theme2-c-btn:not(.btn-switch):hover {
  background-color: #fff !important;
  color: #1ab588 !important;
  border: 1px solid #1ab588 !important;
}
.theme2-c-btn.line {
  background-color: #fff !important;
  color: #1ab588 !important;
  border: 1px solid #1ab588 !important;
}
.theme2-c-btn.line:hover {
  background-color: #1ab588 !important;
  color: #fff !important;
  border: 1px solid #1ab588 !important;
}
.theme2-c-font {
  color: #8F95A1 !important;
}
.theme2-c-bg {
  background-color: #1ab588 !important;
}
.theme2-c-line {
  border-color: #1ab588 !important;
}
.item-list .time {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #686E7B;
}
/*
.item-list .time:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 2px 0;
  background: url(/image/mobile/icon_clock_on_time.png) no-repeat;
  background-size: contain;
}
*/
.btn-favorites {
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_star_rating_n.png) no-repeat;
  background-size: contain;
}
.btn-favorites.active {
  background: url(/image/component/icon_star_rating_s.png) no-repeat;
  background-size: contain;
}
/* index-main */
.index-main {
  padding: 8px 16px 0;
}
/* current-amount */
.current-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 10px 16px 10px 10px;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
  cursor:pointer;
}
.current-amount .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Primary-Darkened, #159f77);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.current-amount .tit img {
  width: 24px;
  height: 24px;
}
.current-amount .con {
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  letter-spacing: -0.039px;
}
/* profile-info */
.profile-info {
  margin: 8px 0 0;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Border-Tertiary, #e7eaee);
  background: var(--Background, #fff);
  box-shadow: 0px 2px 6px 0px rgba(30, 34, 41, 0.04);
}
.profile-info .img-info {
  display: flex;
}
.profile-info .img {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
  background: url(/image/component/bg_profile.png) no-repeat;
  background-size: contain;
  position:relative;
}
.profile-info .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border-radius: 50px;
  border: 1px solid var(--Dimed-4, rgba(30, 34, 41, 0.04));
}
.profile-info .info {
  width: calc(100% - 72px);
  padding: 8px 0 0 16px;
}
.profile-info .name {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}
.profile-info .cont {
  margin: 8px 0 0;
  color: var(--Text-Sub-Secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: pre-line;
}
.profile-info .btn-regular {
  margin: 16px 0 0;
}
/* p-status */
.p-status {
  display: inline-flex;
  height: 20px;
  padding: 0px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 130% */
  letter-spacing: -0.03px;
}
.p-status.waiting {
  border: 1px solid var(--Primary, #1ab588);
  background: var(--Background, #fff);
  color: var(--Primary, #1ab588);
}
.p-status.round-progress {
  border: 1px solid #1ab588;
  background: #1ab588;
  color: var(--Text-Dark-Inverted, #fff);
}
.p-status.do-not-disturb {
  border: 1px solid var(--Gray-900, #1e2229);
  background: var(--Gray-900, #1e2229);
  color: var(--Text-Dark-Inverted, #fff);
}
/* tit-con-bg-wrap */
.tit-con-bg-wrap .tit-con {
  padding: 16px;
  border-radius: 12px;
  background: var(--Background-Lower-Secondary, #f8f9fa);
}
.tit-con-bg-wrap .tit-con .subject {
  border-bottom: 1px solid rgba(30, 34, 41, 0.08);
  padding: 0 0 12px;
  margin: 0 0 12px;
  color: var(--Text-Primary, #1e2229);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: -0.045px;
}
.tit-con-bg-wrap .tit-con > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tit-con-bg-wrap .tit-con > ul > li + li {
  margin: 8px 0 0;
}
.tit-con-bg-wrap .tit-con .tit {
  width: 100px;
  padding-right: 16px;
  color: var(--Text-Sub-Primary, #686e7b);
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: -0.033px;
}
.tit-con-bg-wrap .tit-con .con {
  width: calc(100% - 100px);
  color: var(--Text-Secondary, #353c46);
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
/* split2 */
.split2 {
  width: calc((100% - 8px) / 2);
}
.split2 + .split2 {
  margin-left: 8px !important;
}

.index-main-menu { width:100%; height:auto; padding:0 8px;}

.index-main-menu ul {
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-main-menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--Text-Secondary, #353c46);
  text-align: center;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.036px;
}
.index-main-menu li a img {
  width: 44px;
  height: 44px;
  margin-bottom:6px;
}
#footer {
  background-color: #fff;
}

/* creditcard-list */
.creditcard-list {
  margin: 16px 0 48px;
}
.creditcard-list > .title {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5; /* 150% */
}
.creditcard-list > ul > li {
  position: relative;
  margin: 8px 0 0;
  padding: 22px 20px;
  border-radius: 8px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
}
.creditcard-list > ul > li.default .number:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 2px;
  width: 49px;
  height: 21px;
  margin: 0 4px 0 0;
  background: url(/image/component/icon_card_default.png) no-repeat;
  background-size: contain;
}
.creditcard-list .number-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creditcard-list .number {
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.creditcard-list .name {
  color: #8f95a1;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
.creditcard-list .more-layer {
  position: absolute;
  top: 0;
  right: 8px;
}
.creditcard-list .more-layer ul {
  top: 24px;
  z-index: 2;
}

/* more-layer */
.more-layer {
  position: relative;
  margin: 0;
}
.more-layer > button {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/image/component/icon_more_horizontal.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.more-layer > ul {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 10;
  width: 160px;
  border-radius: 12px;
  background: var(--light-semantic-background-elevated-primary, #fff);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}
.more-layer.active > ul {
  display: block;
}
.more-layer > ul > li {
  border-bottom: 1px solid #e6e6e6;
  color: var(--light-semantic-text-primary, #262626);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.more-layer > ul > li + li {
  /* border-top: 1px solid #e6e6e6; */
}
.more-layer > ul > li:nth-last-child(1) {
  border-bottom: 0;
}
.more-layer .tit {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  color: var(--light-semantic-text-sub-secondary, #8f95a1);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  letter-spacing: -0.045px;
}
.more-layer .tit:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_check2.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.more-layer button {
  display: flex;
  padding: 8px 16px;
  width: 100%;
}
.area-select select.input-medium.third {
  width: calc((100% - 16px) / 3) !important;
}
.area-select.flexgap {
  gap: 8px;
}
.area-select.flexgap select.input-medium {
  width: auto !important;
  flex-grow: 1;
}
.chat_room .chat-form .btn-file {
  position: absolute;
 top:50%;
 margin-top:-15px;
 left:3px;
  width:32px;
  height: 32px;
}
.chat_room .chat-form .btn-file div {
  display:block;
 position:absolute;

  width:32px;
  height: 32px;
  border-radius: 50vh;
  font-size: 18px;
    background: url(../../image/mobile/btn_plus_add.png);
	background-size:contain;
	text-indent:-9999px;
}
.chat_room .chat-form .input-medium {
  padding-left: 40px;
}

.bank-info { font-size:14px; }
.bank-info > strong { font-size:14px; font-weight:600; }

.sub-info { font-size:12px; color:#686e7b; margin-bottom:4px; }
.sub-info > span { display:inline-block; width:60px; color:#8f95a1; font-size:11px; }

.btn-favorite { position:absolute; top:16px; right:0; z-index:99;}
.golf-join-title { display:none!important; }

.color-primary { color:#1ab588; }
.color-gray { color:#8f95a1; }

.golf-list {}
.golf-list > div > ul { padding:4px 16px; background:#f8f9fa; border-radius:8px; margin-bottom:8px; overflow:hidden; }
.golf-list .profile-view { display:block!important; height:auto!important;  float:left!important; width:152px!important; text-align:left!important; }
.golf-list a { display:block; font-size:14px; font-weight:700; color:#353c46; }
.golf-list a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(30, 34, 41, 0.04);
	margin-right:8px;
}
.btn-golf { width:auto!important; float:right; }
.btn-golf > button { margin-top:-8px; }

.btn-payment { border:1px solid #1ab588; background:#1ab588; color:#fff!important; }

.review-chk-insert .review-chk p { font-size:14px!important;  }

.premium-badge {   background: url(/image/mobile/icon_premium.png) no-repeat;
  background-size: contain;
  width:32px; height:32px; position:absolute; bottom:-4px; right:-4px; z-index:1; }

@media screen and (min-width: 960px) {
    #wrapper:before {
        content: "";
        position: fixed;
        top: -1px;
        bottom: 0;
        width: 500px;
        border: 1px solid #E7EAEE;
        z-index: 100;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        max-width: 500px;

	}
}


/* premium-apply-absolute-bottom */
.premium-apply-absolute-bottom {
  position: fixed;
  left: auto;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  background-color: #fff;
}
.premium-apply-absolute-bottom .agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 14px auto 24px !important;
  color: var(--Text-Secondary, #353C46);
font-size: 14px !important;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
letter-spacing: -0.042px;
}
.premium-apply-absolute-bottom .agree input {
  margin: 0 !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.premium-apply-absolute-bottom .btn-radio label {
  position: relative;
  display: block;
  cursor: pointer;
}
.premium-apply-absolute-bottom .btn-radio label + label {
  margin: 8px 0 0;
}
.premium-apply-absolute-bottom .btn-radio .btn {
  display: flex;
  align-items: center;
  gap: 8px;
height: 50px;
padding: 13px 14px 13px 48px;
border-radius: 10px;
border: 1px solid var(--Border-Tertiary, #E7EAEE);
background: var(--Background, #FFF);
}
.premium-apply-absolute-bottom .btn-radio .btn strong {
  font-weight: 700;
}
.premium-apply-absolute-bottom .btn-radio input {
  position: absolute;
  top: 13px;
  left: 14px;
}
.premium-apply-absolute-bottom .btn-radio input:checked + .btn {
border: 1px solid var(--Primary, #1AB588);
background: var(--Primary-Lightened, #F2FAF8);
}