
.loadding-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(128, 128, 128, 0.6) url(../img/deco/progress.svg) 50% 50% no-repeat;
}

.loading {
  overflow: hidden;
}

.progress {
  display: block;
}

.progress-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  display: none;
}

.progress-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.progress-wrap.show {
  display: block;
}
body.popup-open{
	overflow:hidden;
}
#main .main-logo{
	display: block;
}
#main .sub-logo{
	display: none;
}
#sub .main-logo{
	display: none;
}
#sub .sub-logo{
	display: block;
}
.list-content{
 display: block;
}

.reviews .swiper-wrapper .swiper-slide .slide-content {
  background-image: url(../img/deco/review-bg.png);
}
textarea{
	font-family: "Wanted Sans", sans-serif;
}
input::placeholder{
	font-family: "Wanted Sans", sans-serif;
}

footer .btn-contact-us::after {
  background-image: url(../img/icon/circle-arrow-r.png);
}
footer .btn-contact-us:hover::after {
  background-image: url(../img/icon/circle-arrow-orange-r.png);
}
.parkgolf-guide {
    background-image: url(../img/deco/guide.png);
}
.table.form-table .form-label{
	font-weight:600;
	color:#333438;
	
}


.agree-flex-box .btn{
	font-weight:600;
	color: #5A5C63;
    font-family: "Wanted Sans", sans-serif;
    font-size:16px;
}
.alert-message .alert-message__inner .alert-message__title{
	text-align: center;
}
.page-title-box .page-sub-title{
	font-weight:400;
}
.guide-setep1-swiper .swiper-wrapper .swiper-slide .slide-content .inner-text{
	font-weight:600;	
}
.table td.title{
	font-weight:700;
}
.btn.btn-circle-arrow {
	 background-image: url(../img/icon/Arrow_R.png);
}
.community-list li .community-content{
	padding-right:40px;
}
.icon-new{
	background-image: url(../img/icon/icon_new.svg);
	background-position:center;
	bakcground-size:cover;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}
.table td.title .title-wrap{
	display: flex;
	align-items: center;
}
.table td.title .title-wrap .title{
	position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    max-width: calc(100% - 30px);
}
.table td.title .title-wrap .icon-new{
	margin-left:10px;
}
.icon-new{
	display:inline-block;
	vertical-align:middle;
	background-image:url("../img/icon/icon_new.svg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
}
.main-title-line.center-col-type{
	justify-content: center;
	flex-direction: column;
}
.main-title-line.center-col-type .sub-info{
	color:#5a5c63;
}
.orange-paging .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#FF7038;
}
.orange-paging .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left:8px;
}
.park-golf-game{
	background-color:#F7F7F8;
}
.game-swiper .img-wrap{
	display: flex;
}
