@charset "utf-8";
@import url('./font.css');

html, body, header, footer {min-width: 320px; max-width: 720px; margin: 0 auto; padding: 0;}
html { -webkit-text-size-adjust: none;  -moz-text-size-adjust: none;  -ms-text-size-adjust: none; }
body, table, div, p {font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;}
img, textarea {-webkit-appearance: none;-webkit-border-radius: 0}
a, img, input[type=image] {outline: none; select-dummy: expression(this.hideFocus=true);}
ul {margin: 0; padding: 0;}
a {text-decoration: none;}


.no-drag {-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; background:#fff;}

/**************************/
/*      common            */
/**************************/

.bd {border: 1px solid red !important;}
.bl {display: none;}
.fl {float: left;}
.fr {float: right;}
.vc {text-align: center;}
.w3-container {padding: 0;margin: 0;}
.w3-bar .w3-bar-item {padding: 0;margin: 0;}
.sb-container {
}
.contents {
  background:#fff;
  margin-bottom: 60px;
}

/* top-menu */

.top-menu {
  padding: 10px 0 0 0 ;
  width: 100%;
  height: 56px;
  z-index: 1001;
  position: fixed;
  background: #fff;
}
.top-menu img {
  margin: 0;
  padding-left: 20px;
  width: 150px;
}
.top-menu .sb-left {
  width: 50%;
}
.top-menu .sb-right {
  width: 50%;
  text-align: right;
  padding-right: 20px;
}
.top-menu .top-search {
  position: relative;
}
.top-menu .top-search .form-control {
  border: 0;
  width: 180px;
  height: 38px;
  font-size: 10pt;
  padding-left: 20px;
  border-radius: 22px;
  background-color: #f5f5f5;
  font-family: 'AppleSDGothicNeoM';
}
.top-menu .top-search .form-control::placeholder {
  color: #9e9e9e;
}
.top-menu .top-search .btn-search {
  position: absolute;
  top: 1px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
  background: url('/img/search_icon.png') no-repeat center;
  background-size: contain;
}
.top-menu .top-search input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #9e9e9e;
}


/* slider-main */

.slider-main {
  padding: 0;
  margin-top: 65px;
}
.slider-main .mainBanner {
  z-index: 1;
  position: relative;
  float: right;
  margin-top: -26px;
  text-align: center;
  font-size: 10pt;
  color: #fff;
  padding-top: 4px;
  margin-right: 32px;
  width: 50px;
  height: 26px;
  opacity: 0.8;
  border-radius: 28px;
  background-color: #2e2e2e;
  @media (min-width: 640px) {
    margin-top: -32px;
    margin-right: 50px;
  }
}
.slider-main .main-rolling {
  width: 90%;
}
.slider-main .main-rolling img {
  width: 100%;
}


/* sb-area */

.sb-area {
  padding: 16px;
}
.sb-area .sb-area-box {
  float: left;
  width: 25%;
  text-align: center;
}
.sb-area .sb-area-box img {
  width: 90%;
  margin-top: 4px;
  border-radius: 50% !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0px 10px 3px -4px rgba(199,189,199,1);
  -moz-box-shadow: 0px 10px 3px -4px rgba(199,189,199,1);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.sb-area .sb-area-box .mainArea {
  color: #262626;
  font-size: 10pt;
  padding-top: 10px;
  font-family: 'AppleSDGothicNeoM';
  text-align: center;
  font-weight: 550;
}
.sb-area .sb-area-button {
  text-align: center;
}
.sb-area .sb-area-button button {
  height: 30px;
  font-size: 9pt;
  margin-top: 15px;
  background: #ffffff;
  border-radius : 20px;
  border: solid 1px #0fd4b2;
  padding: 6px 20px 6px 20px;
  font-family: 'AppleSDGothicNeoEB';
}
.sb-area .sb-area-box:nth-child(n+5) {
  margin-top: 10px;
}


/* golf-event */

.golf-event {
  width: 100%;
  background:#fff;
  overflow: hidden;
  position:relative;
}
.golf-event img {
  width: 100%;
}
.golf-event .swiper-pagination {
  position:absolute;
  left:unset;
  right: 10px;
  bottom:12px;
  width:auto;
  padding: 4px 27px 5px 10px;
  font-size:14px;
  color:#fff;
  font-family: 'Noto Sans KR';
  font-weight:400;
  line-height: 1;
  letter-spacing: -1px;
}
.golf-event .swiper-pagination::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  border-radius:50px;
  background:#2E2E2E;
  opacity: 0.8;
  z-index: -1;
}
.golf-event .swiper-pagination::after { content: ' +';
  display:block;
  position:absolute;
  top:50%;
  right:12px;
  transform: translateY(-50%);
  font-size: 13px;
  color:#fff;
  font-weight:500;
}
.golf-event .swiper-pagination span { position:relative;
  z-index:1;
  font-weight: 400;
}


/* title . button */
.section-title {
  position:relative;
  font-size: 20px;
  letter-spacing: -0.25px;
  color: #2a2a2a;
  margin-bottom: 20px;
  font-family: 'AppleSDGothicNeoEB';
}
.section-title button {
  position:absolute;
/*  top:50%;*/
  right:0;
/*  transform:translateY(-50%);*/
/*  display: inline-block;*/
  font-family: "AppleSDGothicNeoM";
  font-size:13px;
  letter-spacing: -0.3px;
  line-height: 18px;
/*color: red;*/
  text-align:center;
  background:#fff !important;
/*  width: 62px;*/
/*  height: 25px;*/
  border: 1px solid #343953;
  border-radius: 12px;
}
.section-title .plus {
  color: #00d2ae;
  border: solid 1px #00d2ae;
}
.section-title .minus {
  color: #808080;
  border: solid 1px #343953;
}


/* main-recommend */
.main-recommend {
  padding: 0 16px 16px 16px;
}
.main-recommend .sb-recom-best .rec-best {
  font-size: 20px;
  letter-spacing: -0.25px;
  color: #2a2a2a;
  font-family: 'AppleSDGothicNeoEB';
}
.main-recommend .sb-recom-best .rec-best img {
  width: 35px;
  margin-left: 5px;
  vertical-align: text-top;
}


/* sb-recom */

.sb-recom {
  max-width: 100%;
  margin: 8px auto;
  margin-top: 0;
  position: relative;
}
.sb-recom::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
}
.sb-recom .sb-recom-wrap {
  overflow-x: auto;
  white-space: nowrap;
}
.sb-recom button {
  width: auto;
  border: none;
  padding: 15px;
  color: #a9a9a9;
  font-size: 14px;
  font-family: 'AppleSDGothicNeoM';
}
.sb-recom .sb-active {
  color: #e5e5e5;
  background: #303032;
}
.sb-recom .sb-none {
  background: none;
}
.sb-recom .sb-recom-wrap .swiper-slide {
  width: auto;
}
.sb-recom .sb-active {
  position: relative;
  color: #509F74;
  font-family: 'AppleSDGothicNeoB';
  background: none;
}
.sb-recom .sb-active::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #509F74;
}
.sb-recom .swiper-button-area .swiper-button-prev {
  width: 5px;
  height: 8px;
  margin-top: -4px;
  left: 0;
  background: url('/img/recom-arrow-prev.png') no-repeat center / 5px 8px;
}
.sb-recom .swiper-button-area .swiper-button-next {
  width: 5px;
  height: 8px;
  margin-top: -4px;
  right: 0;
  background: url('/img/recom-arrow-next.png') no-repeat center / 5px 8px;
}
.sb-recom .swiper-button-area .swiper-button-prev.swiper-button-disabled,
.sb-recom .swiper-button-area .swiper-button-next.swiper-button-disabled {
  background: none;
}


/* sb-best-box */

.sb-best-box {
  width: 48%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.19);
  -moz-box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.19);
  box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.19);
  border-radius: 12px;
  border: solid 1px #ccc;
  margin-right: 4px;
}
.sb-best-box img {
  width: 100%;
  @media (min-width: 360px) {
/*    width: 139px;*/
    height:120px;
  }
  @media (min-width: 720px) {
/*    width: 278px;*/
    height:240px;
  }

  border-radius: 12px !important;
}
.sb-best-box .bestArea {
  color: #6b6a67;
  text-align: left;
  font-size: 11pt;
  font-weight: 600;
  line-height: 110%;
  padding: 10px 0 0 0;
}
.sb-best-box .bestName {
  height: 30px;
  font-size: 14px;
  text-align: left;
  color: #262626;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1px;
  padding: 4px 10px 10px 16px;
}
.sb-best-box .bestRank {
  z-index: 1;
  float: left;
  width: 30px;
  height: 30px;
  color: #302e26;
  font-size: 8pt;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
    margin-top: -186px;
  @media (min-width: 360px) {
    margin-top: -186px;
  }
  @media (min-width: 720px) {
    margin-top: -500px;
  }
  margin-left: 10px;
  background-color: #ffeebb;
  font-family: 'AppleSDGothicNeoB';
}
.sb-best-box .bestArea {
    padding: 14px 0 0 17px;
}
.sb-best-box .bestTime {
  float: right;
  position: relative;
  margin-top: -126px;
  margin-right: 10px;
  text-align: right;
}
.sb-best-box .bestTime img {
  width: 80px;
}

.sb-recommend-bar {
  width: 100%;
  height: 8px;
  background-color: #eeedf5;
  margin-top: 10px;
  margin-bottom: 30px;
}


/* maiPackage */

.maiPackage {
  padding: 16px;
}

.maiPackage .day-text {
  font-size: 20px;
  letter-spacing: -0.25px;
  color: #2a2a2a;
  font-family: 'AppleSDGothicNeoEB';
}
.maiPackage .day-best {
  width: 10%;
}

.maiPackageBox- {
  width: 48%;
  margin-top: 10px;
  text-align: center;
  vertical-align: top;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.19);
  -moz-box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.19);
  box-shadow: 5px 5px 5px 0px rgba(102,102,102,0.19);
  border-radius: 12px;
  border: solid 1px #ccc;
  margin-right: 4px;
}
.maiPackageBox img {
  width: 100%;
  border-radius: 12px !important;
}
.maiPackageBox .bestArea {
  padding: 6px 6px 0 6px;
  color: #6b6a67;
  text-align: left;
  font-size: 11pt;
  font-weight: 600;
  line-height: 110%;
}
.maiPackageBox .bestName {
  height: 30px;
  color: #262626;
  font-size: 11pt;
  text-align: left;
  font-weight: 600;
  line-height: 110%;
  padding: 6px 6px 0 6px;
}
.maiPackageBox .mainPrice {
  color: #1ea372;
  font-size: 11pt;
  letter-spacing: -0.5px;
  padding: 6px 10px 6px;
  font-weight: 600;
  text-align: right;
}
.maiPackage .maiPackageBtn button {
  display: inline-block;
  background: none;
  border: none;
  box-sizing: border-box;
  width:74.5px;
  height:31px;
  padding: 0;
  border-radius:15.5px;
  margin: 0;
  font-family: "AppleSDGothicNeoM";
  font-size: 13px;
  line-height:29px;
  text-align:center;
  color:#343953;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  background-color: #efefef;
  border: solid 1px #efefef;
}
.maiPackage button:active {
  outline: none;
}

.maiPackage {
  padding:45px 0 53px 0;
}
.maiPackage .inner {
  padding-left:20px;
  padding-right:20px;
}
.maiPackage .day-text {
  position: relative;
  padding-left: 28px;
  height: 20px;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "AppleSDGothicNeoEB";
  font-size: 20px;
  letter-spacing: -0.5px;
}
.maiPackage .day-text:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/img/calender_icon.png") left center no-repeat;
  background-size: 20px auto;
}
.maiPackage .slider-package {
  padding:0 20px;
}
.maiPackage .slider-package .swiper-slide {
  width:auto;
  margin-right:10px;
  margin-bottom:25px;
}
.maiPackage .slider-package .swiper-slide:last-child {
  margin-right:0;
}
.maiPackage button.sb-active {
  font-family: "AppleSDGothicNeoEB";
  color:#1ea372;
  border: solid 1px #00d2ae;
  background:#fff;
}
.maiPackage {
  width: 100%;
}
.maiPackage .maiPackageBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom:19px;
}
.maiPackage .maiPackageBox:last-child {
  margin-bottom:0;
}
.maiPackage .maiPackageBox .img {
  position:relative;
  margin:0 20px 0 0;
  border-radius:5px;
  overflow: hidden;
}
.maiPackage .maiPackageBox .img img {
  width:100%;
}
.maiPackage .maiPackageBox .img .num {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:24.7px;
  height:23.5px;
  margin-right:20px;
  border-radius: 5px;
  font-family: 'AppleSDGothicNeoB';
  font-size:15px;
  text-align:center;
  color:#fff;
  line-height:23.5px;
  background-color: #1ea372;
}
.maiPackage .maiPackageBox .img .num.n2 {
  background-color: #e56060;
}
.maiPackage .maiPackageBox .img .num.n3 {
  background-color: #404040;
}
.maiPackage .maiPackageBox .textArea {
  padding-top: 8px;
  float: right;
  width: 56%;
/*  @media (min-width: 360px) {*/
/*    width:calc(100% - 140px);*/
/*  }*/
/*  @media (min-width: 720px) {*/
/*    width:calc(100% - 240px);*/
/*  }*/
}

.maiPackage .maiPackageBox .textArea .txt {
  font-family: 'AppleSDGothicNeoB';
  font-size: 16px;
  letter-spacing: -0.37px;
  text-align: left;
  color: #414141;
}
.maiPackage .maiPackageBox .textArea .mainPrice {
  margin-top:10px;
  overflow: hidden;
/*  border: 1px solid red;*/
}
.maiPackage .maiPackageBox .textArea .mainPrice p {
  display: block;
  text-align: right;
  font-size: 19px;
  line-height: 1;
  margin: 0;
  color: #e56060;
}
.maiPackage .maiPackageBox .textArea .mainPrice p span {
  font-family: "GmarketSansBold";
  font-size: 14px;
}
.maiPackage .btnDiv {
  margin: 27px auto 0;
}
.maiPackage .btnDiv .moreBtn {
  margin-top: 0;
}
.maiPackageBox .pkg-image {
 float: left;
}
.maiPackageBox .pkg-image img {
    width: 110px !important;
    height: 110px;
  @media (min-width: 360px) {
    width: 110px !important;
    height: 110px;
/*    border: 1px solid red;*/
  }
  @media (min-width: 720px) {
    width: 220px !important;
    height: 220px;
/*    border: 1px solid blue;*/
  }
}


/* evePeriod */

.evePeriod {
/*  padding:0 0 32px;*/
  padding: 0 20px 0;
}
.evePeriod p {
  margin: 0;
}

.evePeriod .slider-period-event {
/*  padding:0 20px;*/
}
.evePeriod .slider-period-event .swiper-slide {
  border-radius: 14px;
  overflow: hidden;
}
.evePeriod .slider-period-event .swiper-slide a {
  position:relative;
  display: block;
}
.evePeriod .slider-period-event .swiper-slide a:after {
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
/*  background:url("../img/gradation_img.png") center center no-repeat;*/
  background-size:100% 100%;
}
.evePeriod .slider-period-event .swiper-slide a .img {
  width:100%;
  border-radius: 7px;
  overflow: hidden;
}
.evePeriod .slider-period-event .swiper-slide a .img img {
  width:100%;
/*  @media (min-width: 360px) {*/
/*    height: 240px;*/
/*  }*/
/*  @media (min-width: 720px) {*/
/*    height: 500px;*/
/*  }*/
}
.evePeriod .slider-period-event .swiper-slide a .textArea {
  position:absolute;
  top:27.5px;
  left:23.5px;
  z-index: 1;
}
.evePeriod .slider-period-event .swiper-slide a .textArea p {
  margin:0;
  padding:0;
}
.evePeriod .slider-period-event .swiper-slide a .textArea .txt1 {
  margin: 0 0 9px;
  font-family: "AppleSDGothicNeoEB";
  font-size: 20px;
  color:#fff;
  line-height: 1.2;
}
.evePeriod .slider-period-event .swiper-slide a .textArea .txt1 span {
  font-family: "AppleSDGothicNeoM";
}
.evePeriod .slider-period-event .swiper-slide a .textArea .txt2 {
  font-family: "AppleSDGothicNeoEB";
  font-size: 10px;
  letter-spacing: -0.25px;
  line-height: 1.2;
  color:#fff;
}

/* evePackage */
.evePackage {
  padding: 0 20px 0;
}

.main-prod-div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main-prod-div p {
  margin:0;
}
.main-prod-div .list {
  display: block;
  width:calc(50% - 7.5px);
  margin-right: 15px;
  margin-top: 24px;
}
.main-prod-div .list:nth-child(1),.main-prod-div .list:nth-child(2) {
  margin-top:0;
}
.main-prod-div .list:nth-child(2n) {
  margin-right:0;
}
.main-prod-div .list .img {
  position:relative;
  width:100%;
  margin-bottom: 15px;
  border-radius: 7px;
  overflow: hidden;
}
.main-prod-div .list .img img {
  width:100%;
  @media (min-width: 360px) {
    height: 121px;
  }
  @media (min-width: 720px) {
    height: 242px;
  }
}
.main-prod-div .list .img .icon {
  position: absolute;
  top:8.9px;
  left: 7.5px;
  display: inline-block;
/*    width: 54.9px;*/
  min-width: 50px;
  padding: 1px 6px 2px 6px;
  height: 22px;
  border-radius: 50px;
  background-color: #6d4ef2;
  font-family: "AppleSDGothicNeoEB";
  font-size: 11px;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.main-prod-div .list .img .icon.i2 {
  background-color: #1ea372;
}
.main-prod-div .list .textArea {

}
.main-prod-div .list .textArea p {
  font-family: "AppleSDGothicNeoB";
  font-size: 15px;
  text-align: left;
  color: #414141;
  line-height: 1.25;
  letter-spacing: -0.37px;
}
.main-prod-div .list .textArea p.txt1 {
  margin-bottom:5px;
}
.main-prod-div .list .textArea p.price {
  margin-top:10px;
  font-family: "GmarketSansBold";
  font-size:16px;
  text-align: left;
  color: #2a2a2a;
  line-height: 1;
  letter-spacing: normal;
}
.main-prod-div .list .textArea p.price span {
  font-family: "GmarketSansBold";
  font-size: 14px;
}

/* eveSingle */
.eveSingle {
  margin-top: 46px;
  padding: 0 20px 0;
}

/* sb-guide */
.sb-guide { padding:40px 0px; }
.sb-guide > div { display: flex; flex-wrap: wrap; align-items:center; align-content: center; justify-content: center; justify-items: center; width:100%; }
.sb-guide > div a { position:relative; display:block; width:95px; margin-right: 25px; }
.sb-guide > div a:last-child { margin-right: 0; }
.sb-guide > div a p { position:relative; display: block; width: 100%; height:95px; margin:0; border-radius: 50%; background: #F6F6F6; }
.sb-guide > div a p img { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:40px; height: auto; }
.sb-guide > div a:last-child p img { margin-left:5px; }
.sb-guide > div a span { display:block; font-family: 'AppleSDGothicNeoM'; font-size:14px; color:#262626; line-height: 1; margin-top:13px; text-align: center; }

/* sb-note */
/*.sb-note { padding:15px 0 58px; border-bottom:1px solid #E6E6E6; }*/
.sb-note {
  padding: 0 20px 0;
}
.sb-note .title { position:relative; margin-bottom:25px; padding: 0 20px; }
.sb-note .title .note-text { font-family:'AppleSDGothicNeoEB'; font-size:20px; line-height:1; font-weight: normal; }
/*.sb-note .title .note-icon { position:absolute; right: 20px; top:50%; transform: translateY(-50%); display: block; min-width: 62px; height:25px; }*/
/*.sb-note .title .note-icon button { display:inline-block; width: 100%; height: 100%; padding: 0; line-height:1; font-family: 'AppleSDGothicNeoM'; font-size:13px; color: #808080; border-radius: 50px; border:2px solid #343953; }*/
.sb-note .border-table { border-top:1px solid #C6C6C6; }
.sb-note table { width:100%; border-collapse: collapse;}
.sb-note table td { font-family:'AppleSDGothicNeoL'; padding:20px 0; font-size:15px; line-height:1; }
.sb-note table td.vc { font-family:'AppleSDGothicNeoEB'; font-size:14px; }
.sb-note table td:last-child {padding-right:40px; background: url("/img/icon-notice-arrow.png") right 20px center no-repeat; background-size: auto 8px;}
.sb-note table tr:nth-child(2n) { background: #F9F9F9; }

/* sb-info */
.sb-information {
  padding: 20px;
}
.sb-info { padding:35px 20px 30px 20px; background:#F8F8F8 }
.sb-info div {font-family:'AppleSDGothicNeoL'; font-size:14px; line-height:1; text-align: center; color: #2A2A2A; }
.sb-info .sb-large {font-family:'AppleSDGothicNeoSB'; margin-bottom:10px; font-size:16px; line-height: 1; color: #2A2A2A; }
.sb-info .time { margin-top:19px; }
.sb-info .time span { display: block; margin-bottom:10px; line-height: 1; font-size:13px; font-family:'AppleSDGothicNeoSB'; color: #2A2A2A;}
.sb-info .info { font-family:'AppleSDGothicNeoL'; font-size:13px; color:#A1A1A1 }
.sb-info button {margin-top:10px; background: #fff; border-radius: 20px; border: solid 1px #ccc; padding: 6px 20px 6px 20px; box-shadow: 1px 1px 1px;}
.sb-info button span {font-weight: bold; letter-spacing: -0.25px;}

.qna-area {margin-top:25px; margin-bottom:28px }
.qna-area a { display:block; padding:17px 0 13px; text-align:center; background:#FFF8E2; }
.qna-area span {font-family:'AppleSDGothicNeoSB'; padding-left:20px; font-size:16px; line-height:1; color: #2A2A2A;}

.sb-menu { display: flex; flex-wrap: wrap; font-size:13px; justify-content: center; justify-items: center; }
.sb-menu a { position:relative; display:block; padding:0 13px; color:#2A2A2A; }
.sb-menu a:after { content:''; display:block; position:absolute; right:-1px; top:50%; transform: translateY(-50%); width: 2px; height:8px; background:#2A2A2A; }
.sb-menu a:last-child:after { display:none; }

.sb-menu {
  font-size: 9pt;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
}
.sb-menu a {
  text-decoration: none;
}

.sb-talk {
  padding: 15px 15px 15px 40px;
  font-size: 12pt;
  font-weight: 700;
  letter-spacing: -1.5px;
  background-color: #fff8e2;
}
.sb-talk span img {
  width: 8%;
}

.sb-addr {
  margin-top: 10px;
  font-family: 'AppleSDGothicNeoL';
  font-size: 13px;
  color:#646464;
  letter-spacing: -1px;
  text-align: center;
  line-height: 160%;
}

/* footer */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 58px;
  z-index: 999;
  border-top: 1px solid #dee5e7;
  background-color: #ffffff;
}

.copyright-menu {
  width: 100%;
  height: 58px;
  position: absolute;
  padding-top: 5px;
/*  display: inline-block;*/
}
.copyright-menu ul {
  list-style: none;
}
.copyright-menu li {
  float: left;
  width: 20%;
  text-align: center;
}
.copyright-menu li div {
  font-size: 9pt;
}
.copyright-menu li span {
  display: block;
  height: 28px;
/*border: solid 1px red;*/
}
.copyright-menu li a {
  text-decoration-line: none;
}
.copyright-menu li img {
  width: 25%;
  max-width: 100%;
  height: auto;
}
.copyright-menu li .sel-menu {
  color: #707070;
}
.copyright-menu li .sel-menu_ {
  color: #1e794f;
/*  font-weight: bold;*/
}



/**************************/
/*  Button                */
/**************************/

.btn {font-size: 9pt;}
.btn-white {padding: 6px 9px 6px 9px; border: none; border: solid 1px #bbb; background: #fff; border-radius: 20px;}


.butn {font-size: 12pt; padding: 6px 9px 6px 9px; border: none; width: 140px; color: #fff}
.btn-cancel {background: #656565; border-radius: 20px;}
.btn-upload {background: #eeeeee; border-radius: 20px; color: #4ab48d;}
.btn-confirm {background: #1ea372; border-radius: 20px;}

.sb-submit {
  width: 100%;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 16pt;
  margin-top: 10px;
  text-align: center;
  background: #1ea372;
}

.sb-submit- {
  width: 100%;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 14pt;
  margin-top: 10px;
  text-align: center;
  background: #1ea372;
}


/*  modal */
.sb-popup .sb-main-image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sb-popup .sb-main-day {
  float: left;
  padding: 10px;
  font-size: 10pt;
  text-align: left;
}
.sb-popup .sb-main-day div {
  float: left;
}
.sb-popup .sb-main-day .sb-ment-right {
  margin-top: -2px;
  padding-left: 4px;
}
.sb-popup .sb-main-close {
  float: right;
  padding: 6px;
}

/**************************/
/*        Modal           */
/**************************/

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
/*  border-bottom: 1px solid #e9ecef;*/
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close, .modal-header .mailbox-attachment-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  text-align: center;
}

.modal-text {
  font-size: 12pt;
}
.modal-text span {
  font-weight: 600;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
/*  justify-content: flex-end;*/
  justify-content: center;

  padding: 0.75rem;
/*  border-top: 1px solid #e9ecef;*/
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}




.close, .mailbox-attachment-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .mailbox-attachment-close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close, button.mailbox-attachment-close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled, a.disabled.mailbox-attachment-close {
  pointer-events: none;
}


#modal_cal {
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
  width: 100%;
  height: 100%;
/*  display: none;*/
}

#modal_cal > div {
  overflow: scroll;
  height: auto;
}

/*html, body, #wrapper {*/
/*  height: 100%;*/
/*  overflow: auto;*/
/*}*/


/**************************/
/*    Modal Fullsize      */
/**************************/

.modal-dialog.modal-fullsize {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content.modal-fullsize {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
