@charset "UTF-8";
/*
 * clearfix
 * @include clearfix;
*/
/*
* overflowScrolling
* @include overflowScrolling;
*/
/*
* calc
* @include calc('width', 250px)
*/
/*
* mobile-size-calc
* @include camobile-size-calc('width', 87px);
*/
/*
* textEllipsis 한 줄
* @include textEllipsis;
*/
/*
* textEllipsis 두 줄
* @include textEllipsisClamp;
*/
/*
* textClip
* @include textClip;
*/
/*
* swiper
* @include swiper(center);
*/
/*
* translate3D
* @include translate3D;
*/
/*
* scale
* @include scale(-1, 1);
*/
/*
* transition
* @include allTransition();
*/
/*
 * font-size

    var px = parseInt(v);
    var rem = parseFloat((px / parseInt(baseVal, 10)).toPrecision(4));

*/
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*! jQuery UI - v1.12.1 - 2020-03-15  */
.ui-draggable-handle {
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

/**
 * Swiper 4.5.1
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@font-face {
  font-family: SpoqaHanSans-Regular;
  font-weight: 400;
  src: url("../fonts/SpoqaHanSansRegular.eot");
  src: local(☺), url("../fonts/SpoqaHanSansRegular.woff2") format("woff2"), url("../fonts/SpoqaHanSansRegular.woff") format("woff"), url("../fonts/SpoqaHanSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: SpoqaHanSans-Light;
  font-weight: 700;
  src: url("../fonts/SpoqaHanSansLight.eot");
  src: local(☺), url("../fonts/SpoqaHanSansLight.woff2") format("woff2"), url("../fonts/SpoqaHanSansLight.woff") format("woff"), url("../fonts/SpoqaHanSansLight.ttf") format("truetype");
}
@font-face {
  font-family: KievitOT-MediumItalic;
  font-weight: 400;
  src: url("../fonts/KievitOT-MediumItalic.eot");
  src: local(☺), url("../fonts/KievitOT-MediumItalic.woff2") format("woff2"), url("../fonts/KievitOT-MediumItalic.woff") format("woff"), url("../fonts/KievitOT-MediumItalic.ttf") format("truetype");
}
/*
 * checkbox-box
*/
.checkbox-box [type=checkbox] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.checkbox-box [type=checkbox] + label {
  cursor: pointer;
  /* margin-left: 15px; */
}
.checkbox-box [type=checkbox] + label i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 1px #ccc solid;
  border-radius: 4px;
  background-color: #fff;
}
.checkbox-box [type=checkbox] + label em {
  display: inline-block;
  vertical-align: -2px;
  color: #555;
  margin-left: 10px;
}
.checkbox-box [type=checkbox]:checked + label i {
  border: 1px #da291c solid;
  position: relative;
}
.checkbox-box [type=checkbox]:checked + label i::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='11px'%3e%3cpath fill-rule='evenodd' stroke='rgb(218, 41, 28)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.000,5.000 L5.000,8.000 L12.000,2.000 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  width: 15px;
  height: 11px;
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .checkbox-box [type=checkbox]:checked + label i::before {
    width: 13px;
    height: 9px;
    left: 4px;
    top: 6px;
  }
}
.checkbox-box [type=checkbox]:disabled + label i {
  border: 1px #ccc solid;
  background-color: #eee;
}
.checkbox-box [type=checkbox]:disabled + label i::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='11px'%3e%3cpath fill-rule='evenodd' stroke='rgb(204, 204, 204)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.000,5.000 L5.000,8.000 L12.000,2.000 '/%3e%3c/svg%3e");
}

@media screen and (max-width: 768px) {
  .mypage-main-box .checkbox-box {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .mypage-main-box .choice-box ul {
    width: 100%;
    padding: 20px 0;
  }
  .mypage-main-box .choice-box .label {
    margin-left: 0 !important;
  }
}
#ui-datepicker-div.ui-datepicker.ui-widget-content {
  padding: 20px 25px;
  width: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  z-index: 2000 !important;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  color: #262626;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title span {
  font-size: 24px;
  line-height: 24px;
  color: #262626;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
  top: -8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev span {
  width: 10px;
  height: 17px;
  margin: -8.5px 0 0 -5px;
  background: url("../image/icon-calendar-prev.png");
  background-size: cover;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: none;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
  top: -8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next span {
  width: 10px;
  height: 17px;
  margin: -8.5px 0 0 -5px;
  background: url("../image/icon-calendar-next.png");
  background-size: cover;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  border: none;
  background: none;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar {
  margin: 0;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr th {
  padding: 30px 0 20px;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr th span {
  font-size: 14px;
  line-height: 14px;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr th:first-child * {
  color: #da291c;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr th:last-child * {
  color: #006bc6;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td {
  padding: 0;
  width: 50px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  line-height: 40px;
  text-align: center;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span {
  position: relative;
  padding: 0;
  width: 50px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: none;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-hover, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-hover {
  color: #fff;
  z-index: 1;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-hover:before, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2fa0a8;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-hover.ui-state-highlight:after, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-hover.ui-state-highlight:after {
  background: #fff;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-active, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-active {
  color: #fff;
  z-index: 1;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-active:before, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2fa0a8;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-active.ui-state-highlight:after, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-active.ui-state-highlight:after {
  background: #fff;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-highlight:after, #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td span.ui-state-highlight:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #da291c;
  transform: translateX(-50%);
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td:first-child * {
  color: #da291c;
}
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td:last-child * {
  color: #006bc6;
}
@media screen and (max-width: 768px) {
  #ui-datepicker-div.ui-datepicker.ui-widget-content {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    padding: 0;
    border: none;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header {
    padding: 0 20px;
    background: #fff;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
    padding: 30px 0 20px;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title span {
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev {
    top: 20px;
    left: 10px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-prev span {
    background: url("../image/icon-calendar-prev-mo.png");
    background-size: cover;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next {
    top: 20px;
    right: 10px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-next span {
    background: url("../image/icon-calendar-next-mo.png");
    background-size: cover;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar {
    background: #fff;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr:last-child td {
    padding-bottom: 50px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr th {
    padding: 15px 0 0 0;
    width: auto;
    height: 45px;
    line-height: 45px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td {
    width: auto;
    height: 45px;
    line-height: 45px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a {
    width: auto;
    height: 45px;
    line-height: 45px;
  }
  #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-highlight:after {
    width: 5px;
    height: 5px;
    bottom: 6px;
  }
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none !important;
  background: #ffffff !important;
  text-align: center !important;
}

.groupEventInquiry #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tr {
	display: flex;
}

.groupEventInquiry #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr th {
	display: flex;
	height: 45px;
	flex: 1;
	padding: 0;
	margin-top: 20px;
	align-items: center;
	justify-content: center;
}

.groupEventInquiry #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody {
	display: block;
}

.groupEventInquiry #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td {
	display: flex;
	padding-bottom: 0;
	flex: 1;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.groupEventInquiry #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead tr th {
		margin-top: 0;
	}
	.groupEventInquiry #ui-datepicker-div.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody {
		padding-bottom: 20px;
	}
}
/*
 * radio-box
*/
.radio-box [type=radio] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.radio-box [type=radio] + label {
  cursor: pointer;
}
.radio-box [type=radio] + label i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 1px #ccc solid;
  border-radius: 100%;
}
.radio-box [type=radio] + label em {
  display: inline-block;
  vertical-align: -2px;
  color: #555;
  padding-left: 10px;
}
.radio-box [type=radio]:checked + label i {
  border: 1px #da291c solid;
  position: relative;
}
.radio-box [type=radio]:checked + label i::before {
  content: "";
  background-color: #da291c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
}
.radio-box [type=radio]:disabled + label i {
  border: 1px #ccc solid;
  background-color: #eee;
}
.radio-box [type=radio]:disabled + label i::before {
  content: "";
  background-color: #ccc;
  left: 6px;
  top: 6px;
}

/*
 * select-box
*/
.select-box {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.select-box::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='7px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M0.717,-0.005 C1.318,-0.005 11.852,-0.005 12.266,-0.005 C12.803,-0.005 13.203,0.429 12.889,0.857 C12.637,1.202 7.560,6.070 7.126,6.657 C6.840,7.041 6.160,7.034 5.875,6.657 C5.556,6.233 0.453,1.340 0.099,0.841 C-0.162,0.475 0.126,-0.005 0.717,-0.005 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  top: 19px;
}
@media screen and (max-width: 768px) {
  .select-box::before {
    top: 13px;
    width: 7px;
    height: 4px;
  }
}
.select-box.on::before {
  transform: rotate(180deg);
}
.select-box em {
  background-color: transparent;
  display: block;
  padding: 12px 0;
  height: 44px;
  color: #999;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 2px #555 solid;
}
@media screen and (max-width: 768px) {
  .select-box em {
    font-size: 14px;
    line-height: 14px;
  }
}
.select-box em.active {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .select-box em {
    padding: 8px 0;
    height: 33px;
    font-size: 14px;
    line-height: 14px;
    border-bottom-width: 1px;
  }
}
.select-box ul {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 10;
  background-color: #fff;
  border: 1px #ccc solid;
  padding: 6px 9px;
  display: none;
  min-width: 100%;
  max-height: 230px;
  overflow-y: auto;
}
.select-box ul li {
  border-bottom: 1px #eee solid;
  white-space: nowrap;
}
.select-box ul li:last-child {
  border-bottom: none;
}
.select-box ul li a,
.select-box ul li span {
  display: block;
  padding: 10px 0;
  color: #555;
}
@media screen and (max-width: 768px) {
  .select-box ul {
    top: 28px;
  }
  .select-box[data-align=right] ul {
    left: inherit;
  }
}

/*
 * select-cc-box
*/
.select-cc-box {
  display: block;
  position: relative;
  cursor: pointer;
}
.select-cc-box:hover {
  cursor: pointer;
}
.select-cc-box::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='7px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M0.717,-0.005 C1.318,-0.005 11.852,-0.005 12.266,-0.005 C12.803,-0.005 13.203,0.429 12.889,0.857 C12.637,1.202 7.560,6.070 7.126,6.657 C6.840,7.041 6.160,7.034 5.875,6.657 C5.556,6.233 0.453,1.340 0.099,0.841 C-0.162,0.475 0.126,-0.005 0.717,-0.005 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  width: 8px;
  height: 6px;
  display: block;
  position: absolute;
  right: 19px;
  top: 13px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .select-cc-box::before {
    top: 13px;
    width: 7px;
    height: 4px;
  }
}
.select-cc-box.on::before {
  transform: rotate(180deg);
}
.select-cc-box em {
  background-color: #fff;
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 16px;
  border: 1px #ccc solid;
  border-radius: 20px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .select-cc-box em {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .select-cc-box em {
    padding: 8px 0;
    font-size: 14px;
    line-height: 14px;
  }
}
.select-cc-box ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  z-index: 10;
  background-color: #fff;
  border: 1px #ccc solid;
  padding: 6px 9px;
  display: none;
  border-radius: 15px;
  padding-top: 27px;
}
.select-cc-box ul li {
  border-bottom: 1px #eee solid;
}
.select-cc-box ul li:last-child {
  border-bottom: none;
}
.select-cc-box ul li span {
  display: block;
  padding: 10px 0;
  color: #555;
}
@media screen and (max-width: 768px) {
  .select-cc-box ul {
    top: 30px;
  }
  .select-cc-box[data-align=right] ul {
    left: inherit;
  }
}

/*
 * switch-box
*/
.switch-box .switch {
  position: relative;
  display: block;
  width: 260px;
  height: 50px;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 100px;
}
.switch-box .switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-box .switch .switch-input:checked ~ .switch-label:before {
  color: #fff;
}
.switch-box .switch .switch-input:checked ~ .switch-label:after {
  color: #777;
}
.switch-box .switch .switch-label {
  position: relative;
  z-index: 2;
  display: block;
  height: inherit;
  text-transform: uppercase;
  border-radius: inherit;
}
.switch-box .switch .switch-label::before, .switch-box .switch .switch-label::after {
  position: absolute;
  top: 16px;
  transition: inherit;
}
.switch-box .switch .switch-label::before {
  content: attr(data-off);
  right: 28px;
  color: #777;
}
.switch-box .switch .switch-label::after {
  content: attr(data-on);
  left: 28px;
  color: #fff;
}
.switch-box .switch .switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 124px;
  height: 40px;
  background-color: red;
  border-radius: 100px;
}
.switch-box .switch .switch-input:checked ~ .switch-handle {
  left: 149px;
  width: 104px;
}
.switch-box .switch .switch-label,
.switch-box .switch .switch-handle {
  transition: All 0.3s ease;
}
.switch-box .switch.switch-small {
  width: 80px;
  height: 24px;
}
.switch-box .switch.switch-small .switch-label::before, .switch-box .switch.switch-small .switch-label::after {
  top: calc(50% - 9px);
  width: 50%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
}
.switch-box .switch.switch-small .switch-label::before {
  right: 0;
  margin-left: calc(50% + 1px);
}
.switch-box .switch.switch-small .switch-label::after {
  left: 0;
}
.switch-box .switch.switch-small .switch-handle {
  top: -1px;
  left: -1px;
  width: calc(50% + 1px);
  height: 24px;
}
.switch-box .switch.switch-small .switch-input:checked ~ .switch-handle {
  left: 50%;
  width: calc(50% + 1px);
}

/*
 * input
*/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-wrap label, .form-wrap .label {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form-wrap label, .form-wrap .label {
    margin-bottom: 0;
    font-size: 15px;
  }
}
.form-wrap .require {
  margin-left: 3px;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .form-wrap .require {
    font-size: 15px;
  }
}

.input-box {
  display: block;
}
.input-box.default input {
  color: #999;
  border-bottom: 2px #aaa solid;
}
@media screen and (max-width: 768px) {
  .input-box.default input {
    border-bottom-width: 1px;
  }
}
.input-box.default input:focus {
  border-color: #aaa;
}
.input-box input {
  width: 100%;
  border: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  display: block;
  padding: 12px 0;
  height: 44px;
  border-bottom: 2px #555 solid;
  background-color: transparent;
}
.input-box input:disabled {
  border-bottom-color: #aaa;
  background: transparent;
  color: #999;
  opacity: 1;
  -webkit-text-fill-color: #999;
}
.input-box input:-moz-read-only {
  border-bottom-color: #aaa;
  background: transparent;
  color: #999;
  opacity: 1;
  -webkit-text-fill-color: #999;
  cursor: default;
}
.input-box input:read-only {
  border-bottom-color: #aaa;
  background: transparent;
  color: #999;
  opacity: 1;
  -webkit-text-fill-color: #999;
  cursor: default;
}
.input-box input:-moz-read-only:focus {
  border-color: #aaa;
}
.input-box input:read-only:focus {
  border-color: #aaa;
}
.input-box input:focus {
  border-color: #4D97DB;
}
.input-box input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color: #999;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: -1px;
}
.input-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
  color: #999;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .input-box input::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .input-box input::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
}
.input-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
.input-box input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
@media screen and (max-width: 768px) {
  .input-box input {
    font-size: 15px;
    padding: 8px 0;
    height: auto;
    border-bottom-width: 1px;
  }
  .input-box input::-moz-placeholder {
    font-size: 14px;
  }
  .input-box input::placeholder {
    font-size: 14px;
  }
}
.input-box.date-picker {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 120px;
}
.input-box.date-picker input {
  height: 32px;
  padding: 9px 30px 9px 0;
  border-bottom: 1px #555 solid;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #555;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='22.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.000,2.500 L19.000,2.500 C20.105,2.500 21.000,3.395 21.000,4.500 L21.000,18.500 C21.000,19.605 20.105,20.500 19.000,20.500 L3.000,20.500 C1.895,20.500 1.000,19.605 1.000,18.500 L1.000,4.500 C1.000,3.395 1.895,2.500 3.000,2.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M15.000,6.500 C14.448,6.500 14.000,6.052 14.000,5.500 L14.000,1.500 C14.000,0.948 14.448,0.500 15.000,0.500 C15.552,0.500 16.000,0.948 16.000,1.500 L16.000,5.500 C16.000,6.052 15.552,6.500 15.000,6.500 ZM7.000,6.500 C6.448,6.500 6.000,6.052 6.000,5.500 L6.000,1.500 C6.000,0.948 6.448,0.500 7.000,0.500 C7.552,0.500 8.000,0.948 8.000,1.500 L8.000,5.500 C8.000,6.052 7.552,6.500 7.000,6.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.561,12.096 L10.511,15.083 L14.444,10.104 '/%3e%3c/svg%3e");
  background-size: 23px 22.5px;
  background-position: right 3px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .input-box.date-picker input {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .input-box.date-picker input {
    background-position: right 6px;
    background-size: 20px;
  }
}
.input-box.date-picker::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='22.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.000,2.500 L19.000,2.500 C20.105,2.500 21.000,3.395 21.000,4.500 L21.000,18.500 C21.000,19.605 20.105,20.500 19.000,20.500 L3.000,20.500 C1.895,20.500 1.000,19.605 1.000,18.500 L1.000,4.500 C1.000,3.395 1.895,2.500 3.000,2.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M15.000,6.500 C14.448,6.500 14.000,6.052 14.000,5.500 L14.000,1.500 C14.000,0.948 14.448,0.500 15.000,0.500 C15.552,0.500 16.000,0.948 16.000,1.500 L16.000,5.500 C16.000,6.052 15.552,6.500 15.000,6.500 ZM7.000,6.500 C6.448,6.500 6.000,6.052 6.000,5.500 L6.000,1.500 C6.000,0.948 6.448,0.500 7.000,0.500 C7.552,0.500 8.000,0.948 8.000,1.500 L8.000,5.500 C8.000,6.052 7.552,6.500 7.000,6.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.561,12.096 L10.511,15.083 L14.444,10.104 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: none;
  width: 23px;
  height: 22.5px;
  position: absolute;
  right: 0;
  top: 3px;
}
.input-box.date-picker .ui-datepicker-trigger {
  display: inline-block;
  width: 23px;
  height: 22.5px;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0;
}
.input-box.date-picker2 {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 120px;
}
.input-box.date-picker2 input {
  height: 32px;
  padding: 9px 30px 9px 0;
  border-bottom: 1px #555 solid;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #555;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='22.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.000,2.500 L19.000,2.500 C20.105,2.500 21.000,3.395 21.000,4.500 L21.000,18.500 C21.000,19.605 20.105,20.500 19.000,20.500 L3.000,20.500 C1.895,20.500 1.000,19.605 1.000,18.500 L1.000,4.500 C1.000,3.395 1.895,2.500 3.000,2.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M15.000,6.500 C14.448,6.500 14.000,6.052 14.000,5.500 L14.000,1.500 C14.000,0.948 14.448,0.500 15.000,0.500 C15.552,0.500 16.000,0.948 16.000,1.500 L16.000,5.500 C16.000,6.052 15.552,6.500 15.000,6.500 ZM7.000,6.500 C6.448,6.500 6.000,6.052 6.000,5.500 L6.000,1.500 C6.000,0.948 6.448,0.500 7.000,0.500 C7.552,0.500 8.000,0.948 8.000,1.500 L8.000,5.500 C8.000,6.052 7.552,6.500 7.000,6.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.561,12.096 L10.511,15.083 L14.444,10.104 '/%3e%3c/svg%3e");
  background-size: 23px 22.5px;
  background-position: right 3px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .input-box.date-picker2 input {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .input-box.date-picker2 input {
    background-position: right 6px;
    background-size: 20px;
  }
}
.input-box.date-picker2::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23px' height='22.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.000,2.500 L19.000,2.500 C20.105,2.500 21.000,3.395 21.000,4.500 L21.000,18.500 C21.000,19.605 20.105,20.500 19.000,20.500 L3.000,20.500 C1.895,20.500 1.000,19.605 1.000,18.500 L1.000,4.500 C1.000,3.395 1.895,2.500 3.000,2.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M15.000,6.500 C14.448,6.500 14.000,6.052 14.000,5.500 L14.000,1.500 C14.000,0.948 14.448,0.500 15.000,0.500 C15.552,0.500 16.000,0.948 16.000,1.500 L16.000,5.500 C16.000,6.052 15.552,6.500 15.000,6.500 ZM7.000,6.500 C6.448,6.500 6.000,6.052 6.000,5.500 L6.000,1.500 C6.000,0.948 6.448,0.500 7.000,0.500 C7.552,0.500 8.000,0.948 8.000,1.500 L8.000,5.500 C8.000,6.052 7.552,6.500 7.000,6.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.561,12.096 L10.511,15.083 L14.444,10.104 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: none;
  width: 23px;
  height: 22.5px;
  position: absolute;
  right: 0;
  top: 3px;
}
.input-box.date-picker2 .ui-datepicker-trigger {
  display: inline-block;
  width: 23px;
  height: 22.5px;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0;
}
.input-box .message {
  display: none;
}
.input-box.error input {
  border-bottom: 2px #da291c solid;
}
.input-box.error .message {
  display: block;
  margin-top: 10px;
  color: #da291c;
}
.input-box.error .message::before {
  content: "* ";
  vertical-align: -4px;
}

.trem {
  display: inline-block;
  width: 20px;
  text-align: center;
}

/*
 * textarea
*/
.textarea-box {
  position: relative;
  display: block;
}
.textarea-box textarea {
  resize: none;
  margin: 12px 0;
  padding: 20px;
  width: 100%;
  height: 280px;
  color: #000;
  font-family: "SpoqaHanSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 16px;
  line-height: 26px;
  border: 1px solid #555;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .textarea-box textarea {
    font-size: 14px;
    line-height: 14px;
  }
}
.textarea-box textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
  font-size: 16px;
  line-height: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -0.6px;
}
.textarea-box textarea::placeholder {
  opacity: 1;
  color: #999;
  font-size: 16px;
  line-height: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 768px) {
  .textarea-box textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }
  .textarea-box textarea::placeholder {
    font-size: 14px;
    line-height: 14px;
  }
}
.textarea-box textarea:-ms-input-placeholder {
  color: #999;
}
.textarea-box textarea::-ms-input-placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .textarea-box textarea {
    height: 250px;
    line-height: 20px;
  }
  .textarea-box textarea::-moz-placeholder {
    line-height: 20px;
  }
  .textarea-box textarea::placeholder {
    line-height: 20px;
  }
}
.textarea-box .text-limit {
  position: absolute;
  bottom: 32px;
  right: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.textarea-box .text-limit span {
  font-size: 14px;
  line-height: 14px;
}

a[class^=submit-],
a[class^=button-],
a[class^=bt-],
button {
  background-color: transparent;
  border: none;
  display: inline-block;
  touch-action: manipulation;
  text-align: center;
  width: inherit;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-rendering: auto;
  letter-spacing: -1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
}
a[class^=submit-] em,
a[class^=button-] em,
a[class^=bt-] em,
button em {
  color: #fff;
  text-rendering: auto;
  letter-spacing: -1px;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
a[class^=submit-]:active i,
a[class^=submit-]:active em,
a[class^=button-]:active i,
a[class^=button-]:active em,
a[class^=bt-]:active i,
a[class^=bt-]:active em,
button:active i,
button:active em {
  position: relative;
  top: 0;
  left: 0;
}
a[class^=submit-]:active::before,
a[class^=button-]:active::before,
a[class^=bt-]:active::before,
button:active::before {
  position: relative;
  top: 0;
}
a[class^=submit-][class^=submit-],
a[class^=button-][class^=submit-],
a[class^=bt-][class^=submit-],
button[class^=submit-] {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
  border-radius: 200px;
  position: relative;
}
a[class^=submit-][class^=submit-] em,
a[class^=button-][class^=submit-] em,
a[class^=bt-][class^=submit-] em,
button[class^=submit-] em {
  font-size: 18px;
  line-height: 18px;
}
a[class^=submit-][class^=submit-c-],
a[class^=button-][class^=submit-c-],
a[class^=bt-][class^=submit-c-],
button[class^=submit-c-] {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #da291c;
  background-color: #da291c;
  border-radius: 200px;
}
a[class^=submit-][class^=submit-c-] em,
a[class^=button-][class^=submit-c-] em,
a[class^=bt-][class^=submit-c-] em,
button[class^=submit-c-] em {
  font-size: 18px;
  line-height: 18px;
}
a[class^=submit-][class^=reset-],
a[class^=button-][class^=reset-],
a[class^=bt-][class^=reset-],
button[class^=reset-] {
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 200px;
}
a[class^=submit-][class^=reset-] em,
a[class^=button-][class^=reset-] em,
a[class^=bt-][class^=reset-] em,
button[class^=reset-] em {
  color: #000;
}
a[class^=submit-][class^=button-],
a[class^=button-][class^=button-],
a[class^=bt-][class^=button-],
button[class^=button-] {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 200px;
}
a[class^=submit-][class^=button-] em,
a[class^=button-][class^=button-] em,
a[class^=bt-][class^=button-] em,
button[class^=button-] em {
  color: #000;
}
a[class^=submit-][class^=bt-],
a[class^=button-][class^=bt-],
a[class^=bt-][class^=bt-],
button[class^=bt-] {
  border: 1px solid #33AEB6;
  background-color: #fff;
  border-radius: 200px;
}
a[class^=submit-][class^=bt-] em,
a[class^=button-][class^=bt-] em,
a[class^=bt-][class^=bt-] em,
button[class^=bt-] em {
  color: #33aeb6;
}
a[class^=submit-][class^=pt-],
a[class^=button-][class^=pt-],
a[class^=bt-][class^=pt-],
button[class^=pt-] {
  border: 1px solid #da291c;
  background-color: #fff;
  border-radius: 200px;
}
a[class^=submit-][class^=pt-] em,
a[class^=button-][class^=pt-] em,
a[class^=bt-][class^=pt-] em,
button[class^=pt-] em {
  color: #da291c;
}
a[class^=submit-][class$=-small],
a[class^=button-][class$=-small],
a[class^=bt-][class$=-small],
button[class$=-small] {
  padding: 11px 30px;
}
a[class^=submit-][class$=-small] em,
a[class^=button-][class$=-small] em,
a[class^=bt-][class$=-small] em,
button[class$=-small] em {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  a[class^=submit-][class$=-small] em,
  a[class^=button-][class$=-small] em,
  a[class^=bt-][class$=-small] em,
  button[class$=-small] em {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  a[class^=submit-][class$=-small],
  a[class^=button-][class$=-small],
  a[class^=bt-][class$=-small],
  button[class$=-small] {
    padding: 8.5px 25px;
  }
  a[class^=submit-][class$=-small] em,
  a[class^=button-][class$=-small] em,
  a[class^=bt-][class$=-small] em,
  button[class$=-small] em {
    font-size: 14px;
  }
}
a[class^=submit-][class$=-x-small],
a[class^=button-][class$=-x-small],
a[class^=bt-][class$=-x-small],
button[class$=-x-small] {
  padding: 15px 50px;
}
a[class^=submit-][class$=-x-small] em,
a[class^=button-][class$=-x-small] em,
a[class^=bt-][class$=-x-small] em,
button[class$=-x-small] em {
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  a[class^=submit-][class$=-x-small],
  a[class^=button-][class$=-x-small],
  a[class^=bt-][class$=-x-small],
  button[class$=-x-small] {
    padding: 15px 15px;
  }
  a[class^=submit-][class$=-x-small] em,
  a[class^=button-][class$=-x-small] em,
  a[class^=bt-][class$=-x-small] em,
  button[class$=-x-small] em {
    font-size: 14px;
  }
}
a[class^=submit-][class$=-medium],
a[class^=button-][class$=-medium],
a[class^=bt-][class$=-medium],
button[class$=-medium] {
  padding: 20px 30px;
}
a[class^=submit-][class$=-medium] em,
a[class^=button-][class$=-medium] em,
a[class^=bt-][class$=-medium] em,
button[class$=-medium] em {
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  a[class^=submit-][class$=-medium],
  a[class^=button-][class$=-medium],
  a[class^=bt-][class$=-medium],
  button[class$=-medium] {
    padding: 16px 25px;
  }
  a[class^=submit-][class$=-medium] em,
  a[class^=button-][class$=-medium] em,
  a[class^=bt-][class$=-medium] em,
  button[class$=-medium] em {
    font-size: 16px;
  }
}
a[class^=submit-][class$=-large],
a[class^=button-][class$=-large],
a[class^=bt-][class$=-large],
button[class$=-large] {
  padding: 19px 30px;
}
a[class^=submit-][class$=-large] em,
a[class^=button-][class$=-large] em,
a[class^=bt-][class$=-large] em,
button[class$=-large] em {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  a[class^=submit-][class$=-large],
  a[class^=button-][class$=-large],
  a[class^=bt-][class$=-large],
  button[class$=-large] {
    padding: 19px 25px;
  }
}
a[class^=submit-][disabled],
a[class^=button-][disabled],
a[class^=bt-][disabled],
button[disabled] {
  cursor: inherit;
}
a[class^=submit-][data-in=sx],
a[class^=button-][data-in=sx],
a[class^=bt-][data-in=sx],
button[data-in=sx] {
  width: 188px;
  margin: -20px 0 10px;
}
a[class^=submit-].submit-complete,
a[class^=button-].submit-complete,
a[class^=bt-].submit-complete,
button.submit-complete {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
  border-radius: 200px;
  position: relative;
  text-align: left;
  padding: 19px 30px;
  min-width: 180px;
  overflow: hidden;
}
a[class^=submit-].submit-complete.disabled,
a[class^=button-].submit-complete.disabled,
a[class^=bt-].submit-complete.disabled,
button.submit-complete.disabled {
  cursor: auto;
  background-color: #eee;
  border: 1px solid #ccc;
}
a[class^=submit-].submit-complete.disabled em,
a[class^=button-].submit-complete.disabled em,
a[class^=bt-].submit-complete.disabled em,
button.submit-complete.disabled em {
  color: #000;
}
a[class^=submit-].submit-complete.disabled::before,
a[class^=button-].submit-complete.disabled::before,
a[class^=bt-].submit-complete.disabled::before,
button.submit-complete.disabled::before {
  display: none;
}
a[class^=submit-].submit-complete.disabled::after,
a[class^=button-].submit-complete.disabled::after,
a[class^=bt-].submit-complete.disabled::after,
button.submit-complete.disabled::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='27px'%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,23.056 L14.025,13.458 L2.975,2.917 '/%3e%3c/svg%3e");
}
a[class^=submit-].submit-complete em,
a[class^=button-].submit-complete em,
a[class^=bt-].submit-complete em,
button.submit-complete em {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  a[class^=submit-].submit-complete,
  a[class^=button-].submit-complete,
  a[class^=bt-].submit-complete,
  button.submit-complete {
    padding: 16px 25px;
    line-height: 16px;
    min-width: 140px;
    margin-left: 10px !important;
  }
  a[class^=submit-].submit-complete em,
  a[class^=button-].submit-complete em,
  a[class^=bt-].submit-complete em,
  button.submit-complete em {
    font-size: 16px;
  }
}
a[class^=submit-].submit-complete::before,
a[class^=button-].submit-complete::before,
a[class^=bt-].submit-complete::before,
button.submit-complete::before {
  content: "";
  background: url("../image/submit-complete-bg.png") no-repeat left top;
  background-size: 100% 100%;
  width: 85px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  a[class^=submit-].submit-complete::before,
  a[class^=button-].submit-complete::before,
  a[class^=bt-].submit-complete::before,
  button.submit-complete::before {
    height: 55px;
  }
}
a[class^=submit-].submit-complete::after,
a[class^=button-].submit-complete::after,
a[class^=bt-].submit-complete::after,
button.submit-complete::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='21px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,17.056 L11.025,10.458 L2.975,2.917 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 18px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  a[class^=submit-].submit-complete::after,
  a[class^=button-].submit-complete::after,
  a[class^=bt-].submit-complete::after,
  button.submit-complete::after {
    width: 13px;
    height: 19px;
    top: 18px;
    right: 25px;
  }
}
.btn-area-r {
  text-align: right;
  margin-top: 40px;
}
.btn-area-r button {
  display: inline-block;
  width: inherit;
  width: 180px;
  margin-left: 20px;
}
.icon-infolist {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='14px'%3e%3cpath fill-rule='evenodd' fill='rgb(218, 41, 28)' d='M3.804,5.917 C4.017,5.532 3.744,5.339 3.502,5.339 C2.382,5.339 0.930,7.203 0.386,7.203 C0.174,7.203 -0.008,7.053 -0.008,6.924 C-0.008,6.539 1.323,5.640 1.717,5.361 C2.927,4.547 4.501,3.926 6.255,3.926 C7.556,3.926 8.949,4.482 7.859,6.561 L5.681,10.737 C5.499,11.058 5.167,11.594 5.167,11.937 C5.167,12.086 5.287,12.236 5.529,12.236 C6.437,12.236 8.101,10.416 8.525,10.416 C8.676,10.416 8.888,10.544 8.888,10.737 C8.888,11.358 5.348,14.014 2.292,14.014 C1.202,14.014 0.446,13.650 0.446,12.837 C0.446,11.808 1.475,10.052 1.687,9.687 L3.804,5.917 ZM5.438,1.698 C5.438,0.756 6.588,-0.015 7.919,-0.015 C9.130,-0.015 10.007,0.562 10.007,1.441 C10.007,2.427 8.858,3.155 7.496,3.155 C6.255,3.155 5.438,2.577 5.438,1.698 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -1px;
}
@media screen and (max-width: 768px) {
  .icon-infolist {
    width: 8px;
    height: 12px;
  }
}

.icon-c-x1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52px' height='41.5px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 137, 146)' d='M39.445,24.037 C32.912,25.871 28.494,21.977 28.502,16.339 C28.513,7.910 32.118,3.675 38.485,1.942 C44.851,0.210 50.756,3.746 51.409,9.584 C52.326,17.791 45.707,22.279 39.445,24.037 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='miter' fill='none' d='M36.500,40.500 L27.500,40.500 L26.500,40.500 L24.500,40.500 L24.500,38.500 L24.500,34.500 L24.500,13.500 C24.500,12.395 25.395,11.500 26.500,11.500 L36.500,11.500 C37.605,11.500 38.500,12.395 38.500,13.500 L38.500,38.500 C38.500,39.605 37.605,40.500 36.500,40.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M26.215,39.514 C25.866,40.102 25.233,40.500 24.500,40.500 L2.500,40.500 C1.395,40.500 0.500,39.805 0.500,38.700 L0.500,2.500 C0.500,1.395 1.395,0.500 2.500,0.500 L24.500,0.500 C25.604,0.500 26.500,1.395 26.500,2.500 L26.500,32.500 L26.500,38.500 L26.500,39.500 L26.215,39.514 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='miter' fill='none' d='M15.500,33.500 L15.500,28.500 L20.500,28.500 L20.500,33.500 L15.500,33.500 ZM15.500,18.500 L20.500,18.500 L20.500,23.500 L15.500,23.500 L15.500,18.500 ZM15.500,8.500 L20.500,8.500 L20.500,13.500 L15.500,13.500 L15.500,8.500 ZM6.500,28.500 L11.500,28.500 L11.500,33.500 L6.500,33.500 L6.500,28.500 ZM6.500,18.500 L11.500,18.500 L11.500,23.500 L6.500,23.500 L6.500,18.500 ZM6.500,8.500 L11.500,8.500 L11.500,13.500 L6.500,13.500 L6.500,8.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='miter' fill='none' d='M29.500,33.500 L29.500,28.500 L34.500,28.500 L34.500,33.500 L29.500,33.500 ZM29.500,18.500 L34.500,18.500 L34.500,23.500 L29.500,23.500 L29.500,18.500 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 52px;
  height: 41.5px;
}
.icon-c-x2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='55px' height='41.5px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 137, 146)' d='M42.445,23.037 C35.912,24.871 31.494,20.977 31.502,15.339 C31.513,6.910 35.118,2.675 41.485,0.942 C47.851,-0.790 53.756,2.746 54.409,8.584 C55.326,16.791 48.707,21.279 42.445,23.037 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M41.972,31.262 C38.732,35.574 30.500,40.500 30.500,40.500 L30.500,34.500 L16.500,34.500 C7.663,34.500 0.500,27.021 0.500,18.184 L0.500,16.500 C0.500,7.663 7.663,0.500 16.500,0.500 L32.500,0.500 C41.337,0.500 48.500,7.663 48.500,16.500 L48.500,18.184 C48.500,23.471 45.924,28.258 41.972,31.262 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 55px;
  height: 41.5px;
}
.icon-c-x3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='42px' height='41.5px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 137, 146)' d='M29.445,23.037 C22.912,24.871 18.494,20.977 18.502,15.339 C18.513,6.910 22.118,2.675 28.485,0.942 C34.851,-0.790 40.756,2.746 41.409,8.584 C42.326,16.791 35.707,21.279 29.445,23.037 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M18.828,0.500 C23.980,0.500 28.156,4.676 28.156,9.828 C28.156,14.980 23.980,19.156 18.828,19.156 C13.676,19.156 9.500,14.980 9.500,9.828 C9.500,4.676 13.676,0.500 18.828,0.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.751,39.990 C0.578,38.970 0.489,37.921 0.489,36.851 C0.489,26.709 8.553,18.489 18.500,18.489 C28.447,18.489 36.511,26.709 36.511,36.851 C36.511,38.097 36.389,39.315 36.157,40.493 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 42px;
  height: 41.5px;
}
.icon-b-t1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='25px'%3e%3cpath fill-rule='evenodd' stroke='rgb(204, 204, 204)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M3.190,1.000 L14.000,12.000 L3.190,23.000 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 25px;
}
.icon-b-t2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11.5px' height='7.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M10.431,1.979 C10.277,2.172 6.152,6.011 5.885,6.339 C5.709,6.554 5.291,6.550 5.115,6.339 C4.919,6.103 0.779,2.249 0.561,1.970 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 11.5px;
  height: 7.5px;
}
.icon-pos {
  background-image: url("../image/icon-pos.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 71px;
  height: 56px;
}
.icon-sns-1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(30, 200, 0)' d='M-0.000,28.000 L-0.000,-0.000 L28.000,-0.000 L28.000,28.000 L-0.000,28.000 ZM21.000,8.000 L16.000,8.000 L16.000,15.000 L12.000,8.000 L7.000,8.000 L7.000,21.000 L12.000,21.000 L12.000,14.000 L16.000,21.000 L21.000,21.000 L21.000,8.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.icon-sns-2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(59, 90, 154)' d='M-0.000,28.000 L-0.000,-0.000 L28.000,-0.000 L28.000,28.000 L-0.000,28.000 ZM18.000,12.000 L15.000,12.000 L15.000,11.000 C15.000,11.000 14.866,10.000 16.000,10.000 L18.000,10.000 L18.000,7.000 L16.000,7.000 L14.000,7.000 C14.000,7.000 12.000,7.915 12.000,10.000 C12.000,12.085 12.000,12.000 12.000,12.000 L10.000,12.000 L10.000,15.000 L12.000,15.000 L12.000,22.000 L15.000,22.000 L15.000,15.000 L18.000,15.000 L18.000,12.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.icon-sns-3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3e%3cpath fill-rule='evenodd' fill='rgb(252, 231, 0)' d='M-0.000,-0.000 L28.000,-0.000 L28.000,28.000 L-0.000,28.000 L-0.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(64, 45, 51)' d='M14.500,20.000 C19.970,20.171 23.000,17.090 23.000,13.500 C23.000,9.910 19.194,7.000 14.500,7.000 C9.806,7.000 6.000,9.910 6.000,13.500 C6.000,15.736 7.752,17.830 10.000,19.000 C10.398,19.207 9.771,21.078 8.000,22.000 C7.973,22.014 8.000,22.000 8.000,22.000 C8.000,22.000 13.005,21.870 14.000,20.000 C14.000,20.000 12.847,19.948 14.500,20.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.icon-sel {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='10.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='bevel' fill='rgb(0, 0, 0)' d='M2.152,2.253 L13.847,2.253 L8.000,8.029 L2.152,2.253 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 16.5px;
  height: 10.5px;
}
.icon-f-1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='11.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(204, 204, 204)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M0.500,0.500 L16.500,0.500 L16.500,10.500 L0.500,10.500 L0.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(218, 41, 28)' d='M0.500,0.500 L2.500,0.500 L2.500,10.500 L0.500,10.500 L0.500,0.500 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 17.5px;
  height: 11.5px;
}
.icon-f-2 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='11.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(204, 204, 204)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(221, 221, 221)' d='M0.500,0.500 L16.500,0.500 L16.500,10.500 L0.500,10.500 L0.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(119, 119, 119)' d='M0.500,0.500 L2.500,0.500 L2.500,10.500 L0.500,10.500 L0.500,0.500 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 17.5px;
  height: 11.5px;
}
.icon-f-3 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='11.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(221, 221, 221)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(245, 245, 245)' d='M0.500,0.500 L16.500,0.500 L16.500,10.500 L0.500,10.500 L0.500,0.500 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 17.5px;
  height: 11.5px;
}
.icon-reset {
  background: url("../image/icon_reset.png") no-repeat left top;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.icon-times {
  background: url("../image/icon_times.png") no-repeat left top;
  display: block;
  width: 16px;
  height: 16px;
}
.icon-bar-c {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='24px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M4.000,2.000 L22.000,2.000 C23.657,2.000 25.000,3.343 25.000,5.000 L25.000,19.000 C25.000,20.657 23.657,22.000 22.000,22.000 L4.000,22.000 C2.343,22.000 1.000,20.657 1.000,19.000 L1.000,5.000 C1.000,3.343 2.343,2.000 4.000,2.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M19.000,6.000 C18.448,6.000 18.000,5.552 18.000,5.000 L18.000,1.000 C18.000,0.448 18.448,-0.000 19.000,-0.000 C19.552,-0.000 20.000,0.448 20.000,1.000 L20.000,5.000 C20.000,5.552 19.552,6.000 19.000,6.000 ZM7.000,6.000 C6.448,6.000 6.000,5.552 6.000,5.000 L6.000,1.000 C6.000,0.448 6.448,-0.000 7.000,-0.000 C7.552,-0.000 8.000,0.448 8.000,1.000 L8.000,5.000 C8.000,5.552 7.552,6.000 7.000,6.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M9.000,12.000 L12.000,15.000 L16.000,10.000 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 27px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -3px;
}
.icon-pay-1 {
  background-image: url("../image/ic-pay-1.png");
  background-size: 100% 100%;
  display: block;
  width: 88px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .icon-pay-1 {
    width: 58px;
    height: 24px;
  }
}

.active .icon-pay-1 {
  background-image: url("../image/ic-pay-1-ov.png");
}

.icon-pay-2 {
  background-image: url("../image/ic-pay-2.png");
  background-size: 100% 100%;
  display: block;
  width: 88px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .icon-pay-2 {
    width: 58px;
    height: 24px;
  }
}

.active .icon-pay-2 {
  background-image: url("../image/ic-pay-2-ov.png");
}

button[disabled] .icon-pay-2 {
  background-image: url("../image/ic-pay-2-gray.png");
}

.icon-pay-3 {
  background-image: url("../image/ic-pay-3.png");
  background-size: 100% 100%;
  display: block;
  width: 88px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .icon-pay-3 {
    width: 58px;
    height: 24px;
  }
}

.active .icon-pay-3 {
  background-image: url("../image/ic-pay-3-ov.png");
}
.icon-ok {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='59px' height='41.5px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 137, 146)' d='M46.445,23.037 C39.912,24.870 35.494,20.977 35.502,15.339 C35.513,6.910 39.118,2.675 45.485,0.942 C51.851,-0.790 57.756,2.746 58.409,8.584 C59.326,16.791 52.707,21.279 46.445,23.037 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M41.971,31.262 C38.732,35.574 30.500,40.500 30.500,40.500 L30.500,34.500 L16.500,34.500 C7.663,34.500 0.500,27.021 0.500,18.184 L0.500,16.500 C0.500,7.663 7.663,0.500 16.500,0.500 L32.500,0.500 C41.336,0.500 48.500,7.663 48.500,16.500 L48.500,18.184 C48.500,23.471 45.924,28.258 41.971,31.262 Z'/%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='14px' x='14.5px' y='23.5px'%3e%3ctspan font-size='14px' font-family='SpoqaHanSans' font-weight='bold' fill='%23777777'%3eOK%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 59px;
  height: 41.5px;
}
.icon-page-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='13.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.271,1.483 L1.383,6.150 L7.271,11.484 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 9.5px;
  height: 13.5px;
}
.icon-page-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='13.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1.572,11.486 L7.461,6.818 L1.572,1.485 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 9.5px;
  height: 13.5px;
}
.icon-page-prev-start {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.5px' height='13.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M13.259,11.485 L7.371,6.818 L13.259,1.484 '/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.259,11.485 L1.371,6.818 L7.259,1.484 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 15.5px;
  height: 13.5px;
}
.icon-page-next-end {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.5px' height='13.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1.572,11.485 L7.461,6.818 L1.572,1.484 '/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.572,11.485 L13.461,6.818 L7.572,1.484 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 15.5px;
  height: 13.5px;
}
.icon-percent {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='135px' height='121px'%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='160px' x='0px' y='119.219px'%3e%3ctspan font-size='160px' font-family='NanumGothic' fill='%23F5F5F5'%3e&%2337;%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 135px;
  height: 121px;
}
.icon-gift {
  background-image: url("../image/icon-gift.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 64px;
  height: 49px;
}
.icon-tooltip {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px'%3e%3cpath fill-rule='evenodd' fill='rgb(221, 221, 221)' d='M9.000,-0.000 C13.970,-0.000 18.000,4.029 18.000,9.000 C18.000,13.971 13.970,18.000 9.000,18.000 C4.029,18.000 -0.000,13.971 -0.000,9.000 C-0.000,4.029 4.029,-0.000 9.000,-0.000 Z'/%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='11px' x='6px' y='14px'%3e%3ctspan font-size='11px' font-family='SpoqaHanSans' font-weight='bold' fill='%23000000'%3e&%2363;%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.icon-download {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='17px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,12.000 L0.500,16.000 L15.500,16.000 L15.500,12.000 '/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.500,-0.000 L8.500,-0.000 L8.500,12.000 L7.500,12.000 L7.500,-0.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M4.404,7.154 L7.990,10.690 L11.575,7.154 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 16.5px;
  height: 17px;
}
.icon-download-black {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='17px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,12.000 L0.500,16.000 L15.500,16.000 L15.500,12.000 '/%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M7.500,-0.000 L8.500,-0.000 L8.500,12.000 L7.500,12.000 L7.500,-0.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M4.404,7.154 L7.990,10.690 L11.575,7.154 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 16.5px;
  height: 17px;
}
.icon-no-result {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='49px' height='47px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 137, 146)' d='M36.447,22.546 C29.913,24.380 25.494,20.486 25.502,14.847 C25.513,6.416 29.119,2.180 35.487,0.447 C41.855,-1.286 47.761,2.251 48.414,8.090 C49.332,16.299 42.711,20.788 36.447,22.546 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M20.000,7.000 C30.770,7.000 39.500,15.730 39.500,26.500 C39.500,37.269 30.770,46.000 20.000,46.000 C9.230,46.000 0.500,37.269 0.500,26.500 C0.500,15.730 9.230,7.000 20.000,7.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M21.404,21.835 L20.978,30.002 L19.027,30.002 L18.601,21.835 L18.499,18.005 L21.506,18.005 L21.404,21.835 ZM20.000,32.000 C20.828,32.000 21.500,32.671 21.500,33.500 C21.500,34.328 20.828,35.000 20.000,35.000 C19.172,35.000 18.500,34.328 18.500,33.500 C18.500,32.671 19.172,32.000 20.000,32.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 49px;
  height: 47px;
}
.icon-d-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='26px'%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M12.998,22.998 L2.002,13.455 L12.998,2.975 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 26px;
}
.icon-d-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='27px'%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,23.056 L14.025,13.458 L2.975,2.917 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 27px;
}
.icon-recruit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='76px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(51, 174, 182)' d='M4.000,22.000 L-0.000,34.000 L18.000,24.000 L4.000,22.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(51, 174, 182)' d='M13.000,-0.000 L73.000,-0.000 C74.656,-0.000 76.000,1.343 76.000,3.000 L69.000,25.000 C69.000,26.656 67.657,28.000 66.000,28.000 L6.000,28.000 C4.343,28.000 3.000,26.656 3.000,25.000 L10.000,3.000 C10.000,1.343 11.343,-0.000 13.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(51, 174, 182)' d='M15.157,19.028 L7.107,26.978 L6.101,27.971 L2.101,27.940 L5.139,21.965 L10.164,17.997 L15.157,19.028 Z'/%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='14px' x='20px' y='19px'%3e%3ctspan font-size='14px' font-family='SpoqaHanSans' fill='%23FFFFFF'%3e&%2347784;&%2351665;&%2351473;%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 76px;
  height: 34px;
}
.icon-recruit-complete {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='87px' height='34px'%3e%3cpath fill-rule='evenodd' fill='rgb(136, 136, 136)' d='M4.000,22.000 L-0.000,34.000 L18.000,24.000 L4.000,22.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(136, 136, 136)' d='M13.000,-0.000 L84.000,-0.000 C85.657,-0.000 87.000,1.343 87.000,3.000 L80.000,25.000 C80.000,26.656 78.657,28.000 77.000,28.000 L6.000,28.000 C4.343,28.000 3.000,26.656 3.000,25.000 L10.000,3.000 C10.000,1.343 11.343,-0.000 13.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(136, 136, 136)' d='M15.157,19.028 L7.107,26.978 L6.101,27.971 L2.101,27.940 L5.139,21.965 L10.164,17.997 L15.157,19.028 Z'/%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='14px' x='20px' y='19px'%3e%3ctspan font-size='14px' font-family='SpoqaHanSans' fill='%23FFFFFF'%3e&%2347784;&%2351665;&%2350756;&%2347308;%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 87px;
  height: 34px;
}
.icon-my {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='53px' height='28px'%3e%3cpath fill-rule='evenodd' opacity='0.102' fill='rgb(218, 41, 28)' d='M3.000,-0.000 L50.000,-0.000 C51.657,-0.000 53.000,1.343 53.000,3.000 L53.000,25.000 C53.000,26.657 51.657,28.000 50.000,28.000 L3.000,28.000 C1.343,28.000 -0.000,26.657 -0.000,25.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z'/%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='12px' x='8px' y='18.828px'%3e%3ctspan font-size='12px' font-family='SpoqaHanSans' fill='%23DA291C'%3eMY&%2332;&%2352280;&%2350668;%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 53px;
  height: 28px;
}
.icon-admin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='70px' height='28px'%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='12px' x='8px' y='19px'%3e%3ctspan font-size='12px' font-family='SpoqaHanSans' fill='%2333AEB6'%3e&%2344288;&%2347532;&%2351088;&%2332;&%2344060;&%2349444;%3c/tspan%3e%3c/text%3e%3cpath fill-rule='evenodd' opacity='0.102' fill='rgb(51, 174, 182)' d='M3.000,-0.000 L67.000,-0.000 C68.657,-0.000 70.000,1.343 70.000,3.000 L70.000,25.000 C70.000,26.657 68.657,28.000 67.000,28.000 L3.000,28.000 C1.343,28.000 -0.000,26.657 -0.000,25.000 L-0.000,3.000 C-0.000,1.343 1.343,-0.000 3.000,-0.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 70px;
  height: 28px;
}
.icon-join-inf-1 {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31.5px' height='27.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M13.500,0.500 C20.680,0.500 26.500,6.320 26.500,13.500 C26.500,20.680 20.680,26.500 13.500,26.500 C6.320,26.500 0.500,20.680 0.500,13.500 C0.500,6.320 6.320,0.500 13.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M7.500,11.500 L13.500,17.500 L29.500,3.500 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 31.5px;
  height: 27.5px;
}
.icon-join-inf-2 {
  background: url("../image/icon-join-in-2.png") no-repeat left top;
  background-size: 100% 100%;
  display: inline-block;
  width: 31px;
  height: 26px;
}
.icon-filter {
  background-image: url("../image/icon-filter.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 44px;
  height: 41px;
}
@media screen and (max-width: 768px) {
  .icon-filter {
    width: 22px;
    height: 20.5px;
  }
}

.icon-join-plus {
  background-image: url("../image/icon-join-plus.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 78px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .icon-join-plus {
    width: 39px;
    height: 38px;
  }
}

.icon-join-people {
  background-image: url("../image/icon-join-people.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 78px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .icon-join-people {
    width: 39px;
    height: 37.5px;
  }
}

.icon-join-select {
  background-image: url("../image/icon-join-select.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 77px;
  height: 59px;
}
@media screen and (max-width: 768px) {
  .icon-join-select {
    width: 38.5px;
    height: 29.5px;
  }
}

.icon-join-calendar {
  background-image: url("../image/icon-join-calendar.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 72px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .icon-join-calendar {
    width: 36px;
    height: 31.5px;
  }
}

.icon-join-card {
  background-image: url("../image/icon-join-card.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 76px;
  height: 59px;
}
@media screen and (max-width: 768px) {
  .icon-join-card {
    width: 38px;
    height: 29.5px;
  }
}

.icon-join-check {
  background-image: url("../image/icon-join-check.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 80px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .icon-join-check {
    width: 40px;
    height: 38px;
  }
}

.icon-phone {
  background: url("../image/icon-phone.png") no-repeat left top;
  display: block;
  background-size: 100%;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .icon-phone {
    width: 14px;
    height: 14px;
  }
}

.icon-time {
  background: url("../image/icon-times-2.png") no-repeat left top;
  display: block;
  background-size: 100%;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .icon-time {
    width: 14px;
    height: 14px;
  }
}

.icon-location {
  background: url("../image/icon-location.png") no-repeat left top;
  display: block;
  background-size: 100%;
  width: 16px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .icon-location {
    width: 14px;
    height: 17px;
  }
}

.icon-store {
  background: url("../image/icon-store.png") no-repeat left top;
  display: block;
  background-size: 100%;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .icon-store {
    width: 14px;
    height: 14px;
  }
}

.icon-alarm {
  background: url("../image/icon-alarm.png") no-repeat left top;
  display: block;
  background-size: 100%;
  width: 29px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .icon-alarm {
    width: 18.5px;
    height: 17px;
  }
}

/*
    active
    success
    warning
    danger
    info
*/
.table-wrap-h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.table-wrap-h2 + .table th:nth-child(1) {
  width: 10%;
}
.table-wrap-h2 + .table th:nth-child(3) {
  width: 15%;
}
.table-wrap-h2 + .table th:nth-child(4) {
  width: 15%;
}
.table-wrap-h2 + .table th:nth-child(5) {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .table-wrap-h2 + .table th:nth-child(1) {
    display: none;
  }
  .table-wrap-h2 + .table th:nth-child(2) {
    border-left: none;
  }
  .table-wrap-h2 + .table th:nth-child(3) {
    width: 23%;
  }
  .table-wrap-h2 + .table th:nth-child(4) {
    width: 23%;
  }
  .table-wrap-h2 + .table th:nth-child(5) {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .table-wrap-h2 + .table td:nth-child(1) {
    display: none;
  }
  .table-wrap-h2 + .table td:nth-child(2) {
    border-left: none;
  }
}

.table {
  width: 100%;
  border-top: 2px solid #000;
}
.table table caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -99999px;
  clip: rect(0, 0, 0, 0);
}
.table .table-basic th, .table .table-basic td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.table .table-basic th .text-b, .table .table-basic td .text-b {
  font-weight: 700;
}
.table .table-basic thead th {
  background-color: #f5f5f5;
}
.table .table-border th, .table .table-border td {
  padding: 10px 40px;
  border: 1px solid #eee;
  text-align: left;
  vertical-align: middle;
}
.table .table-border th, .table .table-border th *, .table .table-border td, .table .table-border td * {
  line-height: 26px;
}
.table .table-border th:first-child, .table .table-border td:first-child {
  border-left: 0;
}
.table .table-border th:last-child, .table .table-border td:last-child {
  border-right: 0;
}
.table .table-border th .text-b, .table .table-border td .text-b {
  font-weight: 700;
}
.table .table-border th.text-center, .table .table-border td.text-center {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table .table-border th, .table .table-border td {
    padding: 7px 15px;
  }
  .table .table-border th, .table .table-border th *, .table .table-border td, .table .table-border td * {
    line-height: 19px;
  }
}
.table .table-border thead th, .table .table-border thead td {
  border-color: #ddd;
  background-color: #f5f5f5;
}
.table .table-border tbody tr:first-child th, .table .table-border tbody tr:first-child td {
  border-top: 0;
}
.table .table-border tbody tr td .table {
  margin: 10px 0;
  border-top: 1px solid #ddd;
}
.table .table-border tbody tr td .button-small {
  margin-left: 8px;
  padding: 6px 20px;
  line-height: 14px;
}
.table .table-border tbody tr td .button-small em {
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .table .table-border tbody tr td .button-small {
    margin-top: 4px;
  }
}
.table .table-center th, .table .table-center td {
  padding: 10px 0;
  text-align: center;
}
.table .table-center th.text-left, .table .table-center td.text-left {
  padding: 10px 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table .table-center th, .table .table-center td {
    padding: 7px 5px;
  }
  .table .table-center th.text-left, .table .table-center td.text-left {
    padding: 7px 15px;
  }
}
.table .tr-highlight tbody tr:hover th, .table .tr-highlight tbody tr:hover td {
  background-color: #fafafa;
  color: #2fa0a8;
}
.table .tr-highlight tbody tr:hover th .text, .table .tr-highlight tbody tr:hover td .text {
  color: inherit;
}
.table .tr-highlight tbody tr:hover th a, .table .tr-highlight tbody tr:hover td a {
  color: inherit;
}
.table .tr-highlight tbody tr:hover th a:hover .text, .table .tr-highlight tbody tr:hover td a:hover .text {
  border-bottom: 1px solid #62b7bd;
  color: inherit;
}
.table .table-row thead th,
.table .table-row tbody th {
  border-color: #ddd;
  background-color: #f5f5f5;
}
.table .table-row thead th.light-gray,
.table .table-row tbody th.light-gray {
  background-color: #fafafa;
}
.table .t-left {
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .table + .table {
    margin-top: -1px;
    border-top: 0;
  }
}

.table-wrap .table-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .table-wrap .table-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .table-wrap .table-title-small {
    margin-bottom: 10px;
    font-weight: 700;
  }
  .table + .table-title-small {
    margin-top: 30px;
  }
}
.table-wrap .no-data-box {
  margin-top: 0;
  border-top: 0;
}
.table-wrap .text-gray {
  color: #555;
}
.table-wrap .text-box {
  line-height: 26px;
}
.table-wrap .text-box span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table-wrap .text-box {
    padding: 0 15px;
    line-height: 19px;
  }
}
.table-wrap .table-bottom-info {
  margin-top: 20px;
}
.table-wrap .table-bottom-info .text {
  color: #555;
}
@media screen and (max-width: 768px) {
  .table-wrap .table-bottom-info {
    margin-top: 10px;
  }
}
.table-wrap .templ-type-infolist-4 {
  margin-top: 20px;
}
.table-wrap .templ-type-infolist-4 ul li {
  padding-bottom: 5px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .table-wrap .templ-type-infolist-4 {
    margin-top: 10px;
  }
  .table-wrap .templ-type-infolist-4 ul li {
    padding-bottom: 0;
  }
}
.table-wrap .type-hyphen {
  padding-left: 7px;
  text-indent: -7px;
}
@media screen and (max-width: 768px) {
  .table .table-border + .type-hyphen {
    margin-top: 10px;
  }
  .table .table-border + .type-hyphen li {
    margin-top: 8px;
    line-height: 20px;
  }
  .table .table-border + .type-hyphen li:first-child {
    margin-top: 0;
  }
}
.table-wrap + .table-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .table-wrap + .table-wrap {
    margin-top: 40px;
  }
}

.bor-left {
  border-left: 1px solid #eee !important;
}

.bor-right {
  border-right: 1px solid #eee !important;
}

.templ-type-infolist-1 h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.templ-type-infolist-1 ul > li {
  color: #777;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
}
.templ-type-infolist-1 ul > li .btn-link {
  text-decoration: underline;
}
.templ-type-infolist-1 ul > li::before {
  content: "";
  display: inline-block;
  background-color: #bbb;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 768px) {
  .templ-type-infolist-1 h3 {
    font-size: 14px;
  }
  .templ-type-infolist-1 ul > li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .templ-type-infolist-1 ul > li::before {
    top: 10px;
  }
}

.templ-type-infolist-2.mb,
.templ-type-infolist-3.mb,
.templ-type-infolist-4.mb {
  margin-bottom: 50px;
}
.templ-type-infolist-2.red *,
.templ-type-infolist-3.red *,
.templ-type-infolist-4.red * {
  color: #da291c;
}
.templ-type-infolist-2 ul,
.templ-type-infolist-3 ul,
.templ-type-infolist-4 ul {
  margin: -5px 0 -10px;
}
.templ-type-infolist-2 ul > li,
.templ-type-infolist-3 ul > li,
.templ-type-infolist-4 ul > li {
  line-height: 26px;
  position: relative;
  padding: 0 0 10px 15px;
  color: #777;
}
.templ-type-infolist-2 ul > li::before,
.templ-type-infolist-3 ul > li::before,
.templ-type-infolist-4 ul > li::before {
  content: "*";
  vertical-align: -3px;
  margin-right: 3px;
}
.templ-type-infolist-2 ul > li button,
.templ-type-infolist-3 ul > li button,
.templ-type-infolist-4 ul > li button {
  margin-left: 20px;
  width: inherit;
}
@media screen and (max-width: 768px) {
  .templ-type-infolist-2 ul > li,
  .templ-type-infolist-3 ul > li,
  .templ-type-infolist-4 ul > li {
    font-size: 14px;
    line-height: 20px;
  }
}

.templ-type-infolist-3 ul li {
  color: #000;
}

.templ-type-infolist-4 ul li {
  padding: 0;
}

.templ-type-infolist-5 {
  margin-top: 30px;
}
.templ-type-infolist-5 ul li {
  line-height: 26px;
  color: #777;
}
.templ-type-infolist-5 ul li span {
  line-height: 26px;
  color: #777;
}
@media screen and (max-width: 768px) {
  .templ-type-infolist-5 {
    margin-top: 25px;
  }
  .templ-type-infolist-5 ul li {
    line-height: 20px;
  }
  .templ-type-infolist-5 ul li span {
    display: block;
    line-height: 20px;
  }
}

.templ-type-title {
  font-size: 36px;
  line-height: 36px;
}

.templ-type-title-light {
  font-size: 36px;
  line-height: 36px;
  font-family: SpoqaHanSans-Light;
}

.templ-type-header {
  font-family: SpoqaHanSans-Light;
  font-size: 42px;
  line-height: 42px;
  line-height: 58px;
}
.templ-type-header .fs {
  font-family: SpoqaHanSans-Light;
  font-size: 42px;
  line-height: 42px;
  line-height: 58px;
  color: #33aeb6;
}
@media screen and (max-width: 768px) {
  .templ-type-header {
    font-size: 24px;
    line-height: 33px;
    margin: -6px 0 -5px;
  }
  .templ-type-header .fs {
    font-size: 24px;
    line-height: 33px;
  }
  .templ-type-header .submit-small {
    display: block;
    margin: 20px 0 0 0 !important;
    vertical-align: 0;
    width: 100px;
  }
}

.templ-type-header-line {
  font-family: SpoqaHanSans-Light;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .templ-type-header-line {
    font-size: 30px;
    line-height: 38px;
    margin: -6px 0 -5px;
  }
}

.templ-type-title + .templ-type-header {
  margin-top: 65px;
}

.templ-type-header + .coupon-filter {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .templ-type-title {
    display: none;
  }
  .templ-type-title-light {
    font-size: 24px;
    line-height: 24px;
  }
  .templ-type-title + .templ-type-header {
    margin-top: -6px;
  }
  .templ-type-header + .coupon-filter {
    margin-top: 43px;
  }
}
.templ-type-tab-medium ul {
  border-bottom: 1px #eee solid;
}
.templ-type-tab-medium ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-medium ul li {
  float: left;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-medium ul li {
    margin-right: 15px;
  }
}
.templ-type-tab-medium ul li:last-child {
  margin-right: 0;
}
.templ-type-tab-medium ul li a {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #777;
  position: relative;
  padding-bottom: 14px;
}
.templ-type-tab-medium ul li a.active {
  color: #da291c;
  font-weight: bold;
}
.templ-type-tab-medium ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 3px #da291c solid;
}
.templ-type-tab-medium ul li a.active::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  width: 8px;
  height: 8px;
  background-color: #da291c;
  border-radius: 50%;
}
.templ-type-tab-medium ul li a.active.nodot::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-medium ul li a {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
  }
}

.templ-type-tab-small ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-small ul li {
  float: left;
  margin-right: 25px;
}
.templ-type-tab-small ul li:last-child {
  margin-right: 0;
}
.templ-type-tab-small ul li:last-child a::after {
  display: none;
}
.templ-type-tab-small ul li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  position: relative;
}
.templ-type-tab-small ul li a.active {
  color: #000;
  font-weight: bold;
}
.templ-type-tab-small ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  border-bottom: 3px #da291c solid;
}
.templ-type-tab-small ul li a::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 1px;
  width: 1px;
  height: 17px;
  background-color: #eee;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-small ul li {
    margin-right: 20px;
  }
  .templ-type-tab-small ul li a {
    font-size: 15px;
    line-height: 15px;
  }
  .templ-type-tab-small ul li a.active::before {
    bottom: -7px;
  }
  .templ-type-tab-small ul li a::after {
    right: -11px;
    height: 14px;
  }
}

.templ-type-tab-large ul {
  border-bottom: 1px #ccc solid;
}
.templ-type-tab-large ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-large ul li {
  float: left;
  margin-bottom: -2px;
}
.templ-type-tab-large ul li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  position: relative;
  padding: 16px 68px;
  background-color: #eee;
  border: 1px #ccc solid;
  margin: 0 -1px;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-large ul li a {
    padding: 10px 33px;
    font-size: 14px;
    line-height: 14px;
  }
}
.templ-type-tab-large ul li a.active {
  color: #da291c;
  background-color: #fff;
  border: 1px #da291c solid;
  border-top: 2px #da291c solid;
  border-bottom: 1px #fff solid;
  position: relative;
  z-index: 1;
}

.templ-type-tab-reservation {
  padding: 10px 20px 25px;
}
.templ-type-tab-reservation ul {
  margin: 0 -4px;
}
.templ-type-tab-reservation ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-reservation ul li {
  float: left;
  padding: 0 4px;
}
.templ-type-tab-reservation ul li:first-child:nth-last-child(3), .templ-type-tab-reservation ul li:first-child:nth-last-child(3) ~ li {
  width: 33.33333333%;
}
.templ-type-tab-reservation ul li a {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #555;
  position: relative;
  padding: 14px 0;
  text-align: center;
  border: 1px #ddd solid;
  border-radius: 5px;
}
.templ-type-tab-reservation ul li a i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36.5px' height='28.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(204, 204, 204)' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M3.325,13.421 L13.359,23.631 L31.674,3.367 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 14px;
  vertical-align: -1px;
  margin-right: 5px;
}
.templ-type-tab-reservation ul li a.active {
  color: #fff;
  border-color: #33AEB6;
  background-color: #33AEB6;
}
.templ-type-tab-reservation ul li a.active i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36.5px' height='28.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='3px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M3.325,13.421 L13.359,23.631 L31.674,3.367 '/%3e%3c/svg%3e");
}

.templ-type-tab-button {
  margin: 0 -4px;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-button {
    margin: -4px;
  }
}
.templ-type-tab-button ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.templ-type-tab-button ul li {
  display: table-cell;
  padding: 0 4px;
}
.templ-type-tab-button ul li a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  text-align: center;
}
.templ-type-tab-button ul li a.active {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-button ul {
    display: flex;
    flex-wrap: wrap;
  }
  .templ-type-tab-button ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .templ-type-tab-button ul li {
    display: block;
    width: 25%;
    padding: 4px;
  }
  .templ-type-tab-button ul li a {
    height: 35px;
    padding: 10px 0;
    font-size: 13px;
    line-height: 13px;
  }
  .templ-type-tab-button ul.col-3 li {
    width: 33.33%;
  }
}

.templ-type-tab-button-main {
  margin: 0 -5px;
}
.templ-type-tab-button-main ul {
  display: table;
  table-layout: fixed;
}
.templ-type-tab-button-main ul li {
  display: table-cell;
  padding: 0 5px;
}
.templ-type-tab-button-main ul li a {
  display: block;
  width: 120px;
  height: 50px;
  padding: 15px 0;
  border-radius: 100px;
  border: 1px solid #eee;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  text-align: center;
}
.templ-type-tab-button-main ul li a.active {
  border: 1px solid #33AEB6 !important;
  background-color: #33AEB6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-button-main ul {
    width: 100%;
  }
  .templ-type-tab-button-main ul li a {
    width: 100%;
    height: inherit;
    font-size: 13px;
    line-height: 13px;
    padding: 12px 0;
  }
}

.templ-type-tab-res {
  margin: -8px 20px 30px;
}
.templ-type-tab-res ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-res ul li {
  float: left;
}
.templ-type-tab-res ul li:first-child:nth-last-child(1) {
  width: 100%;
}
.templ-type-tab-res ul li:first-child:nth-last-child(2), .templ-type-tab-res ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.templ-type-tab-res ul li:first-child:nth-last-child(3), .templ-type-tab-res ul li:first-child:nth-last-child(3) ~ li {
  width: 33.33333333%;
}
.templ-type-tab-res ul li:first-child:nth-last-child(4), .templ-type-tab-res ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.templ-type-tab-res ul li a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px #eee solid;
  position: relative;
}
.templ-type-tab-res ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 3px #333 solid;
}
.templ-type-tab-res ul li a.active::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
}

.templ-type-tab-button-paste ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-button-paste ul li {
  float: left;
  margin-left: -1px;
}
.templ-type-tab-button-paste ul li a {
  display: block;
  padding: 11px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 15px;
  color: #555;
}
.templ-type-tab-button-paste ul li a.active {
  position: relative;
  border-color: #33AEB6;
  font-weight: 700;
  color: #33aeb6;
}
.templ-type-tab-button-paste ul li:first-child {
  margin-left: 0;
}
.templ-type-tab-button-paste ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
.templ-type-tab-button-paste ul li:last-child a {
  border-radius: 0 5px 5px 0;
}

.templ-type-tab-course ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-type-tab-course ul li {
  float: left;
  margin-right: 30px;
}
.templ-type-tab-course ul li:last-child {
  margin-right: 0;
}
.templ-type-tab-course ul li:last-child a::after {
  display: none;
}
.templ-type-tab-course ul li a {
  display: block;
  position: relative;
}
.templ-type-tab-course ul li a em {
  font-size: 24px;
  line-height: 24px;
  color: #777;
  position: relative;
  z-index: 10;
}
.templ-type-tab-course ul li a.active em {
  color: #000;
  font-weight: bold;
}
.templ-type-tab-course ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 8px #33AEB6 solid;
}
.templ-type-tab-course ul li a::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 1px;
  width: 1px;
  height: 24px;
  background-color: #eee;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .templ-type-tab-course ul li {
    margin-right: 20px;
  }
  .templ-type-tab-course ul li a em {
    font-size: 15px;
    line-height: 15px;
  }
  .templ-type-tab-course ul li a.active::before {
    bottom: -3px;
    border-bottom: 5px #33AEB6 solid;
  }
  .templ-type-tab-course ul li a::after {
    right: -11px;
    height: 14px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.dimm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

#combine-member-pop,
#transfer-pop {
  overflow: hidden;
}
#combine-member-pop .contents,
#transfer-pop .contents {
  overflow: hidden;
}

/* 20250416 개인정보 공통밑줄 추가 */
.press {
  font-weight: bold !important;
  text-decoration: underline !important;
}

.modal-pop-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  transition: 0.4s all;
}
.modal-pop-area[data-state=active] {
  display: block !important;
}
.modal-pop-area::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.modal-pop-area#youtubeVideoPopUp .modal-pop {
  max-width: 1485px;
  background-color: transparent;
}
.modal-pop-area#youtubeVideoPopUp .modal-pop .modal-close::before,
.modal-pop-area#youtubeVideoPopUp .modal-pop .modal-close::after {
  background-color: #fff;
}
.modal-pop-area#youtubeVideoPopUp .modal-pop iframe {
  height: 835px;
}
.modal-pop-area .modal-pop {
  position: relative;
  vertical-align: middle;
  z-index: 2;
  max-width: 750px;
  width: 98%;
  background: #fff;
  padding: 50px;
  text-align: left;
  display: inline-block;
}
.modal-pop-area .modal-pop[data-width="1100"] {
  max-width: 1100px;
}
.modal-pop-area .modal-pop .modal-title {
  font-size: 36px;
  line-height: 36px;
  font-family: SpoqaHanSans-Light;
  border-bottom: 1px #eee solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.modal-pop-area .modal-pop .contents.mov {
  padding-top: 35px;
}
.modal-pop-area .modal-pop .contents .info-text {
  margin-bottom: 40px;
}
.modal-pop-area .modal-pop .contents .info-text ul {
  background-color: #f5f5f5;
  padding: 30px 30px 30px 200px;
}
.modal-pop-area .modal-pop .contents .info-text ul li {
  padding-bottom: 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.modal-pop-area .modal-pop .contents .info-text ul li span {
  width: 56px;
  display: inline-block;
  color: #777;
  font-size: 18px;
  line-height: 18px;
}
.modal-pop-area .modal-pop .contents .info-text ul li:last-child {
  padding-bottom: 0;
}
.modal-pop-area .modal-pop .contents .info-text .t1 {
  font-size: 32px;
  line-height: 32px;
  font-family: SpoqaHanSans-Light;
  line-height: 42px;
  margin-bottom: 15px;
}
.modal-pop-area .modal-pop .contents .info-text .t2 {
  margin-top: 30px;
  color: #777;
}
.modal-pop-area .modal-pop .contents .info-text .t2::before {
  content: "*";
  vertical-align: -3px;
  margin-right: 3px;
}
.modal-pop-area .modal-pop .contents .info-text .t3 {
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop .contents .info-text {
    margin-bottom: 20px;
  }
  .modal-pop-area .modal-pop .contents .info-text ul {
    padding: 20px;
  }
  .modal-pop-area .modal-pop .contents .info-text ul li {
    text-align: center;
    font-size: 14px;
  }
  .modal-pop-area .modal-pop .contents .info-text ul li span {
    font-size: 14px;
    width: 50px;
  }
  .modal-pop-area .modal-pop .contents .info-text .t1 {
    font-size: 24px;
    line-height: 33px;
  }
  .modal-pop-area .modal-pop .contents .info-text .t3 {
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .modal-pop-area .modal-pop .contents .info-text .t2 {
    margin-bottom: 20px;
  }
}
.modal-pop-area .modal-pop .contents .package-modal-list {
  margin-bottom: 40px;
  height: 450px;
  overflow-y: auto;
}
.modal-pop-area .modal-pop .contents .package-modal-list.event {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop .contents .package-modal-list.event {
    height: 450px;
  }
}
.modal-pop-area .modal-pop .contents .package-modal-list h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal-pop-area .modal-pop .contents .package-modal-list .dl-content dt,
.modal-pop-area .modal-pop .contents .package-modal-list .dl-content dd {
  padding-bottom: 10px;
}
.modal-pop-area .modal-pop .contents .package-modal-list ul {
  margin-top: 20px;
}
.modal-pop-area .modal-pop .contents .package-modal-list ul.listDash li {
  position: relative;
  margin-left: 20px;
  line-height: 150%;
}
.modal-pop-area .modal-pop .contents .package-modal-list ul.listDash li:before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  content: "-";
}
.modal-pop-area .modal-pop .contents .package-modal-list ul.listDash li.none:before {
  display: none;
}
.modal-pop-area .modal-pop .contents .package-modal-list ul li {
  margin-bottom: 10px;
}
.modal-pop-area .modal-pop .contents .package-modal-list ul.us li {
  color: #555;
}
.modal-pop-area .modal-pop .contents .package-modal-list .xe {
  margin-top: 30px;
  color: #da291c;
}
.modal-pop-area .modal-pop .contents .package-non-members {
  text-align: center;
}
.modal-pop-area .modal-pop .contents .package-non-members h3,
.modal-pop-area .modal-pop .contents .package-non-members h3 * {
  font-size: 32px;
  line-height: 42px;
  font-family: SpoqaHanSans-Light;
}
.modal-pop-area .modal-pop .contents .package-non-members h3 span,
.modal-pop-area .modal-pop .contents .package-non-members h3 * span {
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop .contents .package-non-members h3,
  .modal-pop-area .modal-pop .contents .package-non-members h3 * {
    font-size: 28px;
    line-height: 33px;
  }
}
.modal-pop-area .modal-pop .contents .package-non-members p {
  padding: 20px 0 35px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop .contents .package-non-members p {
    padding: 20px 0 50 px;
    font-size: 14px;
    line-height: 20px;
  }
}
.modal-pop-area .modal-pop .modal-close {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 40px;
  height: 50px;
  min-width: initial;
}
.modal-pop-area .modal-pop .modal-close::before, .modal-pop-area .modal-pop .modal-close::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 46px;
  width: 1px;
  background-color: #333;
}
.modal-pop-area .modal-pop .modal-close::before {
  transform: rotate(45deg);
}
.modal-pop-area .modal-pop .modal-close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop .modal-close {
    top: 14px;
    right: 14px;
  }
  .modal-pop-area .modal-pop .modal-close::before, .modal-pop-area .modal-pop .modal-close::after {
    top: 4px;
    height: 21px;
  }
}
.modal-pop-area .modal-pop .btn-area {
  text-align: center;
}
.modal-pop-area .modal-pop .btn-area button {
  margin-left: 10px;
  padding: 20px 35px;
  min-width: 200px;
  width: auto;
}
.modal-pop-area .modal-pop .btn-area button:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop {
    padding: 17px 20px 20px;
  }
  .modal-pop-area .modal-pop .modal-title {
    font-size: 17px;
    line-height: 17px;
    font-family: SpoqaHanSans-Regular;
    border-bottom: 1px #eee solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .modal-pop-area .modal-pop .btn-area button {
    min-width: 120px;
    font-size: 15px;
    padding: 15px 25px;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .modal-title {
    padding: 20px;
    font-size: 17px;
    line-height: 17px;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .contents {
    padding: 0 20px 30px;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .btn-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .btn-area button {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-size: 15px;
    border: none;
    border-radius: 0;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .btn-area button.reset-medium {
    background-color: #ccc;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .btn-area button.reset-medium em {
    color: #fff;
  }
  .modal-pop-area .modal-pop[data-mobile-area=full] .btn-area button:first-child:nth-last-child(2), .modal-pop-area .modal-pop[data-mobile-area=full] .btn-area button:first-child:nth-last-child(2) ~ button {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .modal-pop-area#hole-map {
    position: absolute;
    left: 50%;
    margin-left: -642px;
    right: auto;
    bottom: auto;
    height: initial;
    width: auto;
    padding: 0;
  }
  .modal-pop-area#hole-map .modal-title {
    display: none;
  }
  .modal-pop-area#hole-map .modal-pop {
    width: 420px;
    padding: 60px 20px 20px;
  }
  .modal-pop-area#hole-map .modal-pop .green-pop {
    padding: 0 !important;
  }
  .modal-pop-area#hole-map .modal-pop .green-pop img {
    width: 380px;
  }
  .modal-pop-area#hole-map .modal-pop .modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    min-width: initial;
  }
  .modal-pop-area#hole-map .modal-pop .modal-close::before, .modal-pop-area#hole-map .modal-pop .modal-close::after {
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .modal-pop-area#hole-map {
    top: 1080px !important;
  }
}
@media screen and (max-width: 768px) {
  .modal-pop-area#hole-map .modal-title {
    display: none;
  }
  .modal-pop-area#hole-map .green-pop {
    padding: 30px 0 0 !important;
  }
  .modal-pop-area#hole-map .green-pop img {
    width: 100%;
  }
}

.pos {
  top: 1382px !important;
  transition: top none;
  z-index: 100 !important;
}

.modal-pop.agree-content strong {
  font-weight: bold;
}
.modal-pop.agree-content ul {
  padding-top: 10px;
}
.modal-pop.agree-content ul p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
}
.modal-pop.agree-content li {
  line-height: 18px;
  margin-top: 25px;
}
.modal-pop.agree-content .terms-box {
  padding: 0;
}
.modal-pop.agree-content .clause-list {
  max-height: 450px;
  background: #fbfbfb;
  padding: 30px;
}
.modal-pop.agree-content .press {
  font-size: 120% !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.modal-pop.agree-content .mt10 {
  margin-top: 10px;
}

.complete-banner {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 60px;
}
.complete-banner .inner {
  display: none;
  position: relative;
}
.complete-banner a {
  position: absolute;
  display: inline-block;
}
.complete-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .complete-banner .inner.pc {
    display: block;
  }
  .complete-banner a.buyeo,
  .complete-banner a.jeju {
    width: 14.06%;
    height: 25%;
    left: 77.5%;
    top: 37.5%;
  }
}
@media screen and (max-width: 768px) {
  .complete-banner {
    margin-bottom: 30px;
  }
  .complete-banner .inner.mo {
    display: block;
  }
  .complete-banner a.buyeo,
  .complete-banner a.jeju {
    width: 16%;
    height: 13.055%;
    left: 10.666%;
    top: 70%;
  }
}

@media screen and (min-width: 768px) {
  .modal-pop-area.VillasPop .modal-pop {
    max-width: 580px;
  }
  .modal-pop-area.VillasPop .modal-pop .modal-title {
    text-align: center;
  }
  .modal-pop-area.VillasPop .modal-pop .contents {
    padding: 0 !important;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap {
    margin-bottom: 36px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .box {
    margin-bottom: 50px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .box:last-child {
    margin-bottom: 0;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .sub-tit {
    margin-bottom: 20px;
    padding: 9px 30px;
    display: inline-block;
    font-size: 18px;
    color: #777;
    text-align: center;
    border: 1px solid #8a8a8a;
    border-radius: 25px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .list-tit {
    margin-bottom: 15px;
    padding: 5px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #777;
    text-align: center;
    background: #eaeaea;
    border-radius: 25px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul li {
    line-height: 26px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul li strong {
    margin-right: 15px;
    font-size: 16px;
    color: #777777;
    font-weight: bold;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul li span {
    font-size: 16px;
    color: #777777;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul + .list-tit {
    margin-top: 30px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txt {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #777;
  }
  .modal-pop-area.VillasPop .modal-pop .modal-close {
    right: 34px;
    top: 26px;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .modal-pop-area.VillasPop .modal-pop .modal-close::before, .modal-pop-area.VillasPop .modal-pop .modal-close::after {
    top: 3%;
    left: 50%;
    height: 30px;
  }
  .modal-pop-area.VillasPop .modal-pop .checkbox-area {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-pop-area.VillasPop .modal-pop .modal-title {
    text-align: left;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .box {
    margin-bottom: 30px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .box:last-child {
    margin-bottom: 0;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .sub-tit {
    margin-bottom: 15px;
    padding: 9px 22px;
    display: inline-block;
    font-size: 15px;
    color: #777;
    text-align: center;
    border: 1px solid #8a8a8a;
    border-radius: 25px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap .list-tit {
    margin-bottom: 15px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    text-align: center;
    background: #eaeaea;
    border-radius: 25px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul li {
    line-height: 20px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul li strong {
    margin-right: 15px;
    font-size: 12px;
    color: #777777;
    font-weight: bold;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul li span {
    font-size: 12px;
    color: #777777;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txtWrap ul + .list-tit {
    margin-top: 20px;
  }
  .modal-pop-area.VillasPop .modal-pop .Villas-list .txt {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #777;
  }
  .modal-pop-area.VillasPop .modal-pop .checkbox-area {
    position: absolute;
    bottom: 80px;
    left: 20px;
  }
}

.page-navi {
  text-align: center;
  margin-top: 30px;
}
.page-navi a,
.page-navi > span {
  color: #777;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .page-navi a,
  .page-navi > span {
    font-size: 14px;
    line-height: 14px;
  }
}
.page-navi a.prev i, .page-navi a.next i,
.page-navi > span.prev i,
.page-navi > span.next i {
  vertical-align: -1px;
}
.page-navi a.prev.disable, .page-navi a.next.disable,
.page-navi > span.prev.disable,
.page-navi > span.next.disable {
  cursor: default;
}
.page-navi a.prev.disable i, .page-navi a.next.disable i,
.page-navi > span.prev.disable i,
.page-navi > span.next.disable i {
  opacity: 0.5;
}
.page-navi > span {
  border: 1px #da291c solid;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .page-navi {
    margin-top: 20px;
  }
}

.tooltip-wrap {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.tooltip-wrap .btn-tooltip {
  position: relative;
  padding: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #ddd;
}
.tooltip-wrap .btn-tooltip:before {
  content: "?";
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
.tooltip-wrap .tooltip-box {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2;
  padding: 15px;
  height: auto;
  border: 1px solid #2CA6B5;
  border-radius: 10px;
  background: #fff;
  min-width: 250px;
}
.tooltip-wrap .tooltip-box .text {
  font-size: 14px;
  line-height: 22px;
  color: #777;
  text-indent: -8px;
  padding-left: 8px;
  margin-bottom: 8px;
}
.tooltip-wrap .tooltip-box .text:last-child {
  margin-bottom: 0;
}
.tooltip-wrap .tooltip-box .text::before {
  content: "- ";
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.tooltip-wrap .tooltip-box .tooltip-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 20px;
  height: 20px;
}
.tooltip-wrap .tooltip-box .tooltip-close::before, .tooltip-wrap .tooltip-box .tooltip-close::after {
  position: absolute;
  top: 3px;
  left: 9px;
  height: 13px;
  width: 1px;
  background-color: #555;
  content: "";
}
.tooltip-wrap .tooltip-box .tooltip-close::before {
  transform: rotate(45deg);
}
.tooltip-wrap .tooltip-box .tooltip-close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .tooltip-wrap .tooltip-box {
    padding: 15px;
  }
  .tooltip-wrap .tooltip-box .text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
  }
}
.tooltip-wrap .active + .tooltip-box {
  display: block;
}
@media screen and (max-width: 768px) {
  .tooltip-wrap[data-align=left] .tooltip-box {
    right: initial;
    left: 0;
  }
}

.agree-all {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .agree-all {
    top: -2px;
  }
}

.agree-list.border {
  margin-top: 40px;
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.agree-list li {
  margin: 5px 0;
}
.agree-list li:after {
  content: "";
  display: block;
  clear: both;
}
.agree-list li .text-red {
  color: #da291c;
}
.agree-list li .btn-link {
  float: right;
  line-height: 24px;
  color: #777;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .agree-list li .btn-link {
    position: relative;
    margin-right: -6px;
    width: 22px;
    height: 22px;
    font-size: 0;
    text-indent: -9999px;
  }
  .agree-list li .btn-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
  }
}
.agree-list li .agree-marketing {
  padding-left: 10px;
}
.agree-list li .agree-marketing:before {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  vertical-align: 2px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.agree-list li .agree-marketing li {
  display: inline-block;
  margin-left: 20px;
}
.agree-list li .agree-marketing li:first-child {
  margin-left: 0;
}
.agree-list li .agree-marketing li .checkbox-box [type=checkbox] + label i {
  width: 18px;
  height: 18px;
}
.agree-list li .agree-marketing li .checkbox-box [type=checkbox] + label em {
  font-size: 14px;
  line-height: 14px;
  vertical-align: -1px;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .agree-list li .agree-marketing li .checkbox-box [type=checkbox] + label em {
    font-size: 14px;
    line-height: 14px;
  }
}
.agree-list li .agree-marketing li .checkbox-box [type=checkbox]:checked + label i::before {
  width: 13px;
  height: 9px;
  left: 2px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .agree-list li .agree-marketing {
    margin-top: 2px;
  }
}
.agree-list li.inline li {
  display: inline-block;
  margin-left: 30px;
}
.agree-list li.inline li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .agree-list li.inline li {
    margin-left: 25px;
  }
}

.agree-box {
  position: relative;
  margin-top: 40px;
}
.agree-box .sub-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.agree-box .agree-list.inline li {
  display: inline-block;
  margin-left: 30px;
}
.agree-box .agree-list.inline li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .agree-box .agree-list.inline li {
    margin-left: 25px;
  }
}
.agree-box > .btn-link {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #777;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .agree-box > .btn-link {
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .agree-box {
    margin-top: 25px;
  }
  .agree-box .sub-title {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
  }
}

.radio-area-box {
  float: left;
  margin-right: 20px;
}
.radio-area-box:after {
  content: "";
  display: block;
  clear: both;
}
.radio-area-box li {
  float: left;
}
.radio-area-box li [type=radio] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.radio-area-box li [type=radio] + label {
  display: block;
}
.radio-area-box li [type=radio] + label em {
  display: block;
  padding: 8px 13px;
  text-align: center;
  background-color: #e9e9e9;
  color: #555;
  font-size: 14px;
  line-height: 14px;
  border: 1px #ccc solid;
  border-right: none;
  cursor: pointer;
  position: relative;
}
.radio-area-box li [type=radio]:checked + label em {
  background-color: #555;
  border: 1px #555 solid;
  color: #fff;
  z-index: 1;
}
.radio-area-box li [type=radio]:checked + label em::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -2px;
  border-left: 1px #555 solid;
}
.radio-area-box li:first-child [type=radio] + label em {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}
.radio-area-box li:last-child [type=radio] + label em {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  border-right: 1px #ccc solid;
}
.radio-area-box li:last-child [type=radio]:checked + label em {
  border-right: 1px #555 solid;
}
@media screen and (max-width: 768px) {
  .radio-area-box li [type=radio] + label em {
    padding: 8px 0;
  }
}

html {
  will-change: scroll-position;
}

[data-catagory=index] .container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}
[data-catagory=index] .container .panel {
  position: relative;
  z-index: 10;
}
[data-catagory=index] .contents {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
[data-catagory=index] .contents h2 {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 96px;
  line-height: 100px;
  color: #ccc;
  text-align: center;
  padding: 0;
}
[data-catagory=index] .contents h2.fix {
  position: fixed;
  top: 56px;
}
@media screen and (max-width: 768px) {
  [data-catagory=index] .contents {
    width: 100%;
    padding: 0 20px;
  }
  [data-catagory=index] .contents h2 {
    font-size: 48px;
    line-height: 48px;
    top: 60px;
  }
}
[data-catagory=index] .modal-pop .contents {
  width: auto;
  max-width: 1280px;
}
[data-catagory=index] .more {
  position: absolute;
  right: 0;
  top: 217px;
}
[data-catagory=index] .more a {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  z-index: 10;
}
[data-catagory=index] .more::before {
  content: "";
  border-top: 6px #33AEB6 solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
@media screen and (max-width: 768px) {
  [data-catagory=index] .more {
    right: 20px;
    top: 140px;
  }
  [data-catagory=index] .more a {
    font-size: 12px;
    line-height: 12px;
  }
  [data-catagory=index] .more::before {
    content: "";
    border-top: 4px #33AEB6 solid;
    bottom: -4px;
  }
}
[data-catagory=index] .swiper-container {
  width: 100%;
  height: 100%;
}
[data-catagory=index] #swiper-event .swiper-container {
  display: none;
}
[data-catagory=index] #swiper-event .swiper-container.active {
  display: block;
}
[data-catagory=index] .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-catagory=index] .modal-pop-area-new .modal-pop {
  max-width: 580px;
}
[data-catagory=index] .modal-pop-area-new .modal-pop > p {
  color: #da291c;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
[data-catagory=index] .modal-pop-area-new .modal-pop .modal-title {
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  font-size: 25px;
  margin-bottom: 26px;
  padding-bottom: 10px;
  color: #7F7F7F;
  font-family: SpoqaHanSans-bold;
}
[data-catagory=index] .modal-pop-area-new .modal-pop .modal-close {
  right: 17px;
}
[data-catagory=index] .modal-pop-area-new .modal-pop .modal-close:before {
  height: 30px;
  width: 2px;
}
[data-catagory=index] .modal-pop-area-new .modal-pop .modal-close:after {
  height: 30px;
  width: 2px;
}
[data-catagory=index] .modal-pop-area-new .templ-type-infolist-2 {
  margin-bottom: 32px;
}
[data-catagory=index] .modal-pop-area-new .templ-type-infolist-2 p {
  line-height: 1.75;
  font-size: 17px;
  color: #111;
}
[data-catagory=index] .modal-pop-area-new .templ-type-infolist-2 strong {
  font-weight: bold;
}
[data-catagory=index] .modal-pop-area-new .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-catagory=index] .modal-pop-area-new .btn-area button {
  border-radius: 30px;
  min-height: 60px;
  padding: 10px 30px;
}
[data-catagory=index] .modal-pop-area-new .btn-area button em {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  [data-catagory=index] .modal-pop-area-new .modal-pop {
    padding-top: 40px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop > p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .modal-title {
    padding: 10px 20px;
    font-size: 21px;
    line-height: 1;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .btn-area {
    display: block;
    margin-bottom: 0px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .btn-area button {
    margin: 0 auto;
    display: block;
    padding: 8px 35px !important;
    min-height: 52px;
    min-width: 182px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .btn-area button em {
    font-size: 14px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .btn-area .submit-medium:first-child {
    margin-bottom: 20px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .modal-close {
    top: 15px;
    right: 15px;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .templ-type-infolist-2 p {
    font-size: 14px;
    word-break: keep-all;
    word-wrap: break-word;
  }
  [data-catagory=index] .modal-pop-area-new .modal-pop .templ-type-infolist-2 strong {
    font-size: 14px;
  }
}

.banner .container {
  padding-top: 100px;
}
.banner .container section.visual {
  height: calc(100vh - 100px);
}
.banner .container section.visual #swiper-visual .swiper-slide {
  height: calc(100vh - 100px);
}
@media screen and (max-width: 768px) {
  .banner .container {
    padding-top: 150px;
  }
  .banner .container section.visual {
    height: calc(100vh - 150px);
  }
  .banner .container section.visual #swiper-visual .swiper-slide {
    height: calc(100vh - 150px);
  }
}

.mobile section.visual .date-select-area .scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

section.visual {
  height: 100vh;
  position: relative;
}
section.visual #swiper-visual .swiper-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
section.visual #swiper-visual .swiper-slide.imgload::after {
  content: "";
  background: url(../image/main-visual-bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.visual #swiper-visual .swiper-slide {
    background-position: center bottom;
  }
  section.visual #swiper-visual .swiper-slide .txt03 {
    opacity: 0;
  }
}
section.visual #swiper-visual .swiper-slide .img {
  display: block;
}
section.visual #swiper-visual .swiper-slide .contents {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 3;
}
section.visual #swiper-visual .swiper-slide .contents span {
  display: block;
  font-size: 86px;
  line-height: 86px;
  color: #fff;
  font-family: KievitOT-MediumItalic;
  padding-bottom: 5px;
}
section.visual #swiper-visual .swiper-slide .contents p {
  padding-top: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
section.visual #swiper-visual .swiper-slide .contents .txt01,
section.visual #swiper-visual .swiper-slide .contents .txt02,
section.visual #swiper-visual .swiper-slide .contents .txt03 {
  opacity: 0;
}
section.visual #swiper-visual .swiper-button-next {
  top: 20%;
  bottom: initial;
  left: 50%;
  right: inherit;
  z-index: 11;
  margin-left: -560px;
  margin-top: 284px;
}
section.visual #swiper-visual .swiper-button-next::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='43px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,39.054 L22.025,21.456 L2.975,2.915 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 30px;
  height: 55px;
  opacity: 0.8;
}
section.visual #swiper-visual .swiper-button-prev {
  top: 20%;
  bottom: initial;
  left: 50%;
  right: inherit;
  z-index: 11;
  margin-left: -640px;
  margin-top: 284px;
}
section.visual #swiper-visual .swiper-button-prev::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='42px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M20.998,38.997 L2.001,21.454 L20.998,2.973 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 30px;
  height: 55px;
  opacity: 0.8;
}
section.visual #swiper-visual .playBtn {
  position: absolute;
  top: 22%;
  left: 50%;
  z-index: 11;
  margin-left: -512px;
  margin-top: 285px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../image/btn_pause.png") no-repeat center center;
  background-size: 100% 100%;
}
section.visual #swiper-visual .playBtn.on {
  background: url("../image/btn_play.png") no-repeat center center;
  background-size: 100% 100%;
}
section.visual .date-select-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 10;
  width: 1280px;
  margin: 0 auto;
}
section.visual .date-select-area .data-cal {
  position: absolute;
  left: 0;
  bottom: 80px;
}
section.visual .date-select-area .data-cal a {
  width: 25px;
  height: 25px;
  vertical-align: -6px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
section.visual .date-select-area .data-cal a.prev::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3e%3cpath fill-rule='evenodd' opacity='0.502' fill='rgb(255, 255, 255)' d='M6.849,0.867 L1.218,6.499 L6.849,12.130 C7.050,12.331 7.050,12.656 6.849,12.857 C6.648,13.058 6.323,13.058 6.122,12.857 L0.141,6.876 C0.089,6.824 0.052,6.764 0.027,6.700 L0.027,6.700 C0.027,6.699 0.027,6.699 0.027,6.698 L0.027,6.698 C0.002,6.634 -0.009,6.566 -0.007,6.499 L-0.007,6.499 L-0.007,6.499 C-0.010,6.362 0.037,6.225 0.141,6.121 L6.122,0.140 C6.323,-0.061 6.648,-0.061 6.849,0.140 C7.050,0.341 7.050,0.666 6.849,0.867 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 6px;
}
section.visual .date-select-area .data-cal a.next::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='14px'%3e%3cpath fill-rule='evenodd' opacity='0.502' fill='rgb(255, 255, 255)' d='M6.974,6.695 C6.974,6.695 6.974,6.695 6.974,6.695 C6.974,6.695 6.974,6.695 6.974,6.695 C6.973,6.695 6.973,6.696 6.973,6.696 L6.973,6.696 C6.948,6.762 6.911,6.823 6.859,6.876 L0.878,12.857 C0.677,13.058 0.351,13.058 0.150,12.857 C-0.050,12.656 -0.050,12.331 0.150,12.130 L5.782,6.499 L0.150,0.867 C-0.050,0.666 -0.050,0.341 0.150,0.140 C0.351,-0.061 0.677,-0.061 0.878,0.140 L6.859,6.121 C6.963,6.225 7.010,6.362 7.006,6.499 L7.006,6.499 L7.006,6.499 C7.008,6.565 6.998,6.632 6.974,6.695 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 8px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 6px;
}
section.visual .date-select-area .data-cal span {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
section.visual .date-select-area .cc-tab {
  position: absolute;
  left: 157px;
  bottom: 85px;
}
section.visual .date-select-area .cc-tab:after {
  content: "";
  display: block;
  clear: both;
}
section.visual .date-select-area .cc-tab li {
  float: left;
  margin-right: 25px;
  position: relative;
}
section.visual .date-select-area .cc-tab li::after {
  content: "";
  content: "";
  position: absolute;
  right: -13px;
  top: 3px;
  border-left: 1px #eee solid;
  height: 13px;
  opacity: 0.4;
}
section.visual .date-select-area .cc-tab li:last-child::after {
  display: none;
}
section.visual .date-select-area .cc-tab li a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
section.visual .date-select-area .cc-tab li a.active {
  opacity: 1;
}
section.visual .date-select-area .cc-tab li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 2px #da291c solid;
}
section.visual .date-select-area .scroll-area {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
section.visual .date-select-area .scroll-area > div {
  display: inline-block;
}
section.visual .date-select-area .scroll-area > div ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
section.visual .date-select-area .scroll-area > div ul li:first-child {
  padding-left: 0;
}
section.visual .date-select-area .scroll-area > div ul li > em {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
section.visual .date-select-area .scroll-area > div ul li.active div {
  color: #fff;
  background-color: #da291c;
}
section.visual .date-select-area .scroll-area > div ul li.disabled > em {
  opacity: 0.5;
}
section.visual .date-select-area .scroll-area > div ul li.disabled div * {
  opacity: 0.5;
}
section.visual .date-select-area .scroll-area > div ul li div {
  border-radius: 2px;
  width: 38px;
  padding: 6px 0;
  cursor: pointer;
}
section.visual .date-select-area .scroll-area > div ul li div span {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 6px;
  display: block;
}
section.visual .date-select-area .scroll-area > div ul li div em {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
section.visual .date-select-area .reservation-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92px;
  height: 65px;
  background-color: #33AEB6;
  border-radius: 3px;
}
section.visual .notice-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}
section.visual .notice-area #swiper-notice {
  max-width: 1280px;
}
section.visual .notice-area[data-state=active] .btn-notice-toggle i::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='19px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M20.167,1.040 L11.212,9.514 L20.011,18.313 L19.313,19.011 L10.495,10.193 L1.540,18.667 L0.833,17.960 L9.788,9.486 L0.989,0.687 L1.687,-0.011 L10.505,8.807 L19.460,0.333 L20.167,1.040 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: block;
  width: 21px;
  height: 19px;
  margin: 0 auto;
}
section.visual .notice-area .btn-notice-toggle {
  position: absolute;
  right: 0;
  bottom: 290px;
  background-color: #000;
  width: 50px;
  height: 140px;
  z-index: 20;
}
section.visual .notice-area .btn-notice-toggle i {
  display: block;
  height: 36px;
}
section.visual .notice-area .btn-notice-toggle i::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30.5px' height='28.5px'%3e%3cpath fill-rule='evenodd' fill='rgb(218, 41, 28)' d='M13.998,9.500 C11.784,9.500 9.990,11.289 9.990,13.495 C9.990,15.701 11.784,17.490 13.998,17.490 C16.212,17.490 18.006,15.701 18.006,13.495 C18.006,11.289 16.212,9.500 13.998,9.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M26.590,10.782 L13.127,1.232 L13.127,26.612 L26.590,17.062 L26.590,10.782 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M27.000,8.500 L29.000,8.500 C29.552,8.500 30.000,8.948 30.000,9.500 L30.000,17.500 C30.000,18.052 29.552,18.500 29.000,18.500 L27.000,18.500 C26.448,18.500 26.000,18.052 26.000,17.500 L26.000,9.500 C26.000,8.948 26.448,8.500 27.000,8.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,12.500 L8.000,12.500 L8.000,13.500 L-0.000,13.500 L-0.000,12.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.475,17.818 L1.818,23.475 L2.525,24.182 L8.182,18.525 L7.475,17.818 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.329,8.495 L2.005,3.171 L2.671,2.505 L7.995,7.829 L7.329,8.495 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: block;
  width: 30px;
  height: 28px;
  margin: 0 auto;
}
section.visual .notice-area .btn-notice-toggle em {
  display: block;
  font-size: 14px;
  line-height: 14px;
}
section.visual .notice-area #swiper-notice {
  margin-right: 50px;
  transition: 0.4s ease-in-out;
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}
section.visual .notice-area #swiper-notice.on {
  opacity: 0;
  transform: translateX(120%);
}
section.visual .notice-area .swiper-slide {
  width: 470px;
  height: 430px;
  background-color: #eee;
  display: block;
  border-right: 1px #ddd solid;
  padding: 30px 20px 0;
  text-align: center;
}
section.visual .notice-area .swiper-slide > em {
  display: block;
  font-weight: bold;
  color: #da291c;
  padding-bottom: 15px;
  text-align: left;
}
section.visual .notice-area .swiper-slide span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
section.visual .notice-area .swiper-slide p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  height: 260px;
  background-color: #fff;
  padding: 30px 20px;
  position: relative;
  text-align: left;
}
section.visual .notice-area .swiper-slide p.imgContent {
  position: relative;
  padding: 0;
}
section.visual .notice-area .swiper-slide p.imgContent a {
  position: inherit;
  display: block;
  margin-top: 0;
}
section.visual .notice-area .swiper-slide p.imgContent a::before {
  display: none;
}
section.visual .notice-area .swiper-slide p.imgContent img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.visual .notice-area .swiper-slide p.imgContent::before {
  display: none;
}
section.visual .notice-area .swiper-slide div.imgContent img {
  width: 100%;
}
section.visual .notice-area .swiper-slide div + a.notice-link {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 25px;
}
section.visual .notice-area .swiper-slide div + a.notice-link em {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
section.visual .notice-area .swiper-slide div + a.notice-link:before {
  content: "";
  border-top: 6px #33AEB6 solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  section.visual {
    height: 100vh;
  }
  section.visual #swiper-visual {
    position: relative;
  }
  section.visual #swiper-visual .swiper-slide {
    height: 100vh;
  }
  section.visual #swiper-visual .swiper-slide .contents {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
  }
  section.visual #swiper-visual .swiper-slide .contents span {
    display: block;
    font-size: 43px;
    line-height: 43px;
    padding-bottom: 5px;
  }
  section.visual #swiper-visual .swiper-slide .contents p {
    padding-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  section.visual #swiper-visual .swiper-slide .contents p.txt03 {
    word-break: break-word;
    display: none;
  }
  section.visual #swiper-visual .swiper-button-next {
    top: 13%;
    bottom: initial;
    left: 60px;
    right: inherit;
    z-index: 11;
    margin-left: 0;
    margin-top: 165px;
  }
  section.visual #swiper-visual .swiper-button-next::before {
    width: 18px;
    height: 30px;
    opacity: 0.8;
  }
  section.visual #swiper-visual .swiper-button-prev {
    top: 13%;
    bottom: initial;
    left: 20px;
    right: inherit;
    z-index: 11;
    margin-left: 0;
    margin-top: 165px;
  }
  section.visual #swiper-visual .swiper-button-prev::before {
    width: 18px;
    height: 30px;
    opacity: 0.8;
  }
  section.visual #swiper-visual .playBtn {
    position: absolute;
    top: 13.5%;
    left: 91px;
    z-index: 11;
    margin-left: 0;
    margin-top: 166px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/btn_pause.png") no-repeat center center;
    background-size: 100% 100%;
  }
  section.visual #swiper-visual .playBtn.on {
    background: url("../image/btn_play.png") no-repeat center center;
    background-size: 100% 100%;
  }
  section.visual .date-select-area {
    padding: 0 20px;
    bottom: 30px;
    width: 100%;
  }
  section.visual .date-select-area .data-cal {
    position: absolute;
    left: 20px;
    bottom: 160px;
  }
  section.visual .date-select-area .data-cal a {
    width: 25px;
    height: 25px;
    vertical-align: -7px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
  }
  section.visual .date-select-area .data-cal a.prev::before {
    width: 8px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 6px;
  }
  section.visual .date-select-area .data-cal a.next::before {
    width: 8px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 6px;
  }
  section.visual .date-select-area .data-cal span {
    font-size: 14px;
    line-height: 14px;
  }
  section.visual .date-select-area .cc-tab {
    position: absolute;
    left: 157px;
    bottom: 166px;
  }
  section.visual .date-select-area .cc-tab:after {
    content: "";
    display: block;
    clear: both;
  }
  section.visual .date-select-area .cc-tab li {
    float: left;
    margin-right: 25px;
    position: relative;
  }
  section.visual .date-select-area .cc-tab li::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 3px;
    border-left: 1px #eee solid;
    height: 13px;
    opacity: 0.4;
  }
  section.visual .date-select-area .cc-tab li:last-child::after {
    display: none;
  }
  section.visual .date-select-area .cc-tab li a {
    font-size: 13px;
    line-height: 13px;
  }
  section.visual .date-select-area .scroll-area {
    margin: 0 -20px;
    padding-left: 20px;
  }
  section.visual .date-select-area .scroll-area > div {
    display: inline-block;
  }
  section.visual .date-select-area .scroll-area > div ul li > em {
    display: block;
    margin-bottom: 8px;
  }
  section.visual .date-select-area .scroll-area > div ul li div {
    border-radius: 2px;
    width: 38px;
    padding: 6px 0;
    cursor: pointer;
  }
  section.visual .date-select-area .scroll-area > div ul li div span {
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
  }
  section.visual .date-select-area .scroll-area > div ul li div em {
    font-size: 11px;
    line-height: 11px;
  }
  section.visual .date-select-area .reservation-btn {
    position: static;
    width: 100%;
    height: 45px;
    border-radius: 100px;
    margin-top: 30px;
  }
  section.visual .date-select-area .reservation-btn em {
    font-size: 15px;
    line-height: 15px;
  }
  section.visual .notice-area {
    right: 0;
    bottom: 15%;
  }
  section.visual .notice-area #swiper-notice {
    width: 260px;
  }
  section.visual .notice-area[data-state=active] .btn-notice-toggle i::before {
    width: 21px;
    height: 19px;
    margin: 0 auto;
  }
  section.visual .notice-area .btn-notice-toggle {
    right: 0;
    bottom: 210px;
    width: 45px;
    height: 110px;
  }
  section.visual .notice-area .btn-notice-toggle i {
    display: block;
    height: 36px;
  }
  section.visual .notice-area .btn-notice-toggle i::before {
    width: 30px;
    height: 28px;
    margin: 0 auto;
  }
  section.visual .notice-area .btn-notice-toggle em {
    font-size: 13px;
    line-height: 13px;
  }
  section.visual .notice-area #swiper-notice {
    margin-right: 45px;
  }
  section.visual .notice-area .swiper-slide {
    width: 260px;
    height: 320px;
    border-right: none;
    padding: 30px 15px 0;
  }
  section.visual .notice-area .swiper-slide > em {
    font-size: 13px;
    line-height: 13px;
  }
  section.visual .notice-area .swiper-slide span {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 15px;
  }
  section.visual .notice-area .swiper-slide p {
    height: 140px;
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
  }
  section.visual .notice-area .swiper-slide div::before {
    height: 15px;
  }
  section.visual .notice-area .swiper-slide div.imgContent {
    padding: 0;
    background-color: transparent;
  }
  section.visual .notice-area .swiper-slide div.imgContent img {
    width: 100%;
  }
  section.visual .notice-area .swiper-slide div.imgContent::before {
    display: none;
  }
  section.visual .notice-area .swiper-slide div + a.notice-link em {
    font-size: 12px;
  }
  section.visual .notice-area .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 13px;
  }
  section.visual .notice-area .swiper-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  section.visual .notice-area .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #da291c;
  }
}

section.event.active {
  height: 970px;
}
section.event .contents {
  width: 1320px;
}
section.event .contents .more {
  top: 321px;
  right: 19px;
}
section.event .contents .more.active {
  top: -65px;
}
section.event .contents .templ-type-tab-button-main {
  position: relative;
  top: 305px;
}
section.event .contents .templ-type-tab-button-main.active {
  top: -120px;
}
section.event .contents .templ-type-tab-button-main ul {
  margin: 0 auto;
}
section.event .contents .templ-type-tab-button-main a {
  background: #ffffff;
}
section.event .contents .templ-type-tab-button-main a.active {
  background-color: #33aeb6;
}
section.event #swiper-event {
  margin-top: 385px;
}
section.event #swiper-event.active {
  margin-top: 420px;
}
section.event #swiper-event .swiper-wrapper {
  padding-bottom: 151px;
}
section.event #swiper-event .swiper-pager {
  text-align: center;
}
section.event #swiper-event-mobile {
  display: none;
}
section.event .swiper-slide {
  position: relative;
  height: 655px;
}
section.event .swiper-slide ul {
  padding: 0 20px;
}
section.event .swiper-slide ul li {
  position: absolute;
}
section.event .swiper-slide ul li:nth-child(1) {
  top: 16px;
  left: 20px;
}
section.event .swiper-slide ul li:nth-child(2) {
  top: 16px;
  left: 210px;
}
section.event .swiper-slide ul li:nth-child(3) {
  top: 278px;
  left: 20px;
}
section.event .swiper-slide ul li:nth-child(4) {
  top: 278px;
  left: 210px;
}
section.event .swiper-slide ul li:nth-child(5) {
  top: 16px;
  left: 960px;
}
section.event .swiper-slide ul li:nth-child(6) {
  top: 16px;
  left: 1150px;
}
section.event .swiper-slide ul li:nth-child(7) {
  top: 278px;
  left: 960px;
}
section.event .swiper-slide ul li:nth-child(8) {
  top: 278px;
  left: 1150px;
}
section.event .swiper-slide ul li a {
  display: block;
  width: 150px;
  height: 210px;
}
section.event .swiper-slide ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  section.event .swiper-slide ul li a:hover img {
    transform: none;
    transition: none;
  }
}
section.event .swiper-slide ul li a.active .event-thumbnail::before {
  opacity: 0.5;
}
section.event .swiper-slide ul li a.active .event-flag {
  background-color: #da291c !important;
}
section.event .swiper-slide ul li a.active .event-flag::before {
  background-color: #da291c !important;
}
section.event .swiper-slide ul li a .no {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 16px;
}
section.event .swiper-slide ul li a .event-thumbnail {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
section.event .swiper-slide ul li a .event-thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #da291c;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
section.event .swiper-slide ul li a .event-thumbnail img {
  width: 100%;
  transition: all 0.3s ease-out;
}
section.event .swiper-slide ul li a .event-info {
  position: relative;
  width: 150px;
  padding: 15px 0 0 0;
}
section.event .swiper-slide ul li a .event-info .event-flag {
  left: 0;
  top: -25px;
  background-color: #888;
  z-index: 11;
}
section.event .swiper-slide ul li a .event-info .event-flag::before {
  background-color: #888;
}
section.event .swiper-slide ul li a .event-info .title {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  display: block;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.event .swiper-slide ul li a .event-info .etc {
  display: none;
}
section.event .swiper-slide ul li a .event-info .date {
  display: none;
}
section.event .swiper-slide .cont {
  position: absolute;
  left: 400px;
  top: 0;
}
section.event .swiper-slide .cont a {
  position: relative;
}
section.event .swiper-slide .cont a::after {
  position: absolute;
  top: 382px;
  left: 0;
  content: "";
  display: inline-block;
  width: 632px;
  height: 220px;
  background: url("./../image/event-shadow.png") no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
}
section.event .swiper-slide .cont a .event-thumbnail {
  width: 500px;
  height: 500px;
  border-radius: 500px;
  overflow: hidden;
}
section.event .swiper-slide .cont a .event-thumbnail img {
  width: 100%;
}
section.event .swiper-slide .cont a .event-info {
  position: relative;
  padding: 0;
  width: 430px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
section.event .swiper-slide .cont a .event-info .event-flag {
  padding: 8px 18px;
  border-radius: 0 6px 6px 0;
  position: relative;
  top: -45px;
}
section.event .swiper-slide .cont a .event-info .event-flag::before {
  height: 53px;
}
section.event .swiper-slide .cont a .event-info .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
section.event .swiper-slide .cont a .event-info .etc {
  font-size: 18px;
  line-height: 18px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  padding: 13px 0 20px;
}
section.event .swiper-slide .cont a .event-info .date {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #777;
}
section.event .swiper-slide .cont a .event-info .all {
  font-size: 14px;
  line-height: 14px;
  border: 1px #da291c solid;
  display: inline-block !important;
  border-radius: 20px;
  color: #da291c;
  padding: 9px 20px;
  margin-top: 20px;
  min-width: 110px;
}
section.event .swiper-slide .cont a .event-info .all.deActive {
  display: none !important;
}
section.event .swiper-button-next {
  top: inherit;
  bottom: 173px;
  left: 50%;
  margin-left: 220px;
  z-index: 11;
}
section.event .swiper-button-next::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='43px'%3e%3cpath fill-rule='evenodd' stroke='rgb(153, 153, 153)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,39.054 L22.025,21.456 L2.975,2.915 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 42px;
}
section.event .swiper-button-prev {
  top: inherit;
  bottom: 173px;
  left: 50%;
  margin-left: -260px;
  z-index: 11;
}
section.event .swiper-button-prev::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='42px'%3e%3cpath fill-rule='evenodd' stroke='rgb(153, 153, 153)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M20.998,38.996 L2.001,21.454 L20.998,2.973 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 42px;
}
section.event .swiper-button-prev.swiper-button-disabled,
section.event .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
section.event .swiper-pagination {
  bottom: 60px;
  left: -8px;
  right: 0;
}
section.event .swiper-pagination .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
section.event .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #da291c;
}
@media screen and (max-width: 768px) {
  section.event {
    height: 685px;
  }
  section.event .contents {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  section.event .contents h2 {
    top: 0;
    padding-top: 60px;
  }
  section.event .contents .more {
    top: 200px;
  }
  section.event .contents .templ-type-tab-button-main {
    position: static;
    margin: 0 -5px;
    padding: 145px 20px 0;
  }
  section.event #swiper-event {
    display: none;
  }
  section.event #swiper-event-mobile {
    margin-top: 83px;
    display: block;
  }
  section.event .swiper-container {
    display: none;
    padding-bottom: 100px;
  }
  section.event .swiper-container.active {
    display: block;
  }
  section.event .swiper-wrapper {
    min-height: 380px;
  }
  section.event .swiper-slide {
    position: relative;
    width: 100px;
    height: 150px;
    margin-top: 60px;
  }
  section.event .swiper-slide a {
    display: block;
    width: 100px;
    height: 150px;
  }
  section.event .swiper-slide a.active .event-flag {
    background-color: #da291c !important;
  }
  section.event .swiper-slide a.active .event-flag::before {
    background-color: #da291c !important;
  }
  section.event .swiper-slide a .no {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: 16px;
  }
  section.event .swiper-slide a .event-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
  }
  section.event .swiper-slide a .event-thumbnail img {
    width: 100%;
  }
  section.event .swiper-slide a .event-info {
    position: relative;
    width: 100px;
    padding: 10px 0 0 0;
  }
  section.event .swiper-slide a .event-info .event-flag {
    left: 0;
    top: -25px;
    background-color: #888;
  }
  section.event .swiper-slide a .event-info .event-flag::before {
    background-color: #888;
  }
  section.event .swiper-slide a .event-info .event-flag span {
    max-width: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  section.event .swiper-slide a .event-info .title {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  section.event .swiper-slide a .event-info .etc {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  section.event .swiper-slide a .event-info .date {
    display: none;
  }
  section.event .swiper-slide a .event-info .all {
    display: none;
  }
  section.event .swiper-slide.swiper-slide-active {
    margin-top: 60px;
  }
  section.event .swiper-slide.swiper-slide-active .event-thumbnail {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(2.2);
    transition: 0.3s all;
  }
  section.event .swiper-slide.swiper-slide-active .event-info {
    position: relative;
    width: 200px;
    padding: 80px 0 0 0;
    margin-left: -49px;
    text-align: center;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .event-flag {
    top: -40px;
    padding: 9px 12px;
    background-color: #e63333;
    position: relative;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .event-flag span {
    max-width: 100px;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .event-flag::before {
    background-color: #e63333;
    height: 50px;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin-bottom: 10px;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .etc {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin-bottom: 15px;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .date {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  section.event .swiper-slide.swiper-slide-active .event-info .all {
    font-size: 12px;
    line-height: 12px;
    border: 1px #da291c solid;
    display: inline-block;
    border-radius: 20px;
    color: #da291c;
    padding: 7px 20px;
    margin-top: 10px;
  }
  section.event .swiper-button-next {
    top: inherit;
    bottom: 140px;
    left: 50%;
    margin-left: 130px;
  }
  section.event .swiper-button-next::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='43px'%3e%3cpath fill-rule='evenodd' stroke='rgb(153, 153, 153)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,39.054 L22.025,21.456 L2.975,2.915 '/%3e%3c/svg%3e");
    background-size: 100% 100%;
    display: inline-block;
    width: 24px;
    height: 42px;
  }
  section.event .swiper-button-prev {
    top: inherit;
    bottom: 140px;
    left: 50%;
    margin-left: -150px;
  }
  section.event .swiper-button-prev::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='42px'%3e%3cpath fill-rule='evenodd' stroke='rgb(153, 153, 153)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M20.998,38.996 L2.001,21.454 L20.998,2.973 '/%3e%3c/svg%3e");
    background-size: 100% 100%;
    display: inline-block;
    width: 24px;
    height: 42px;
  }
  section.event .swiper-pagination {
    bottom: 40px;
    left: 0;
    right: 0;
  }
  section.event .swiper-pagination .swiper-pagination-total {
    color: #999;
  }
}

section.package {
  height: 1180px;
  background: url(../image/main-package-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
section.package h2 {
  color: #fff !important;
}
section.package .contents .more {
  top: 340px;
}
section.package .contents .templ-type-tab-button-main {
  padding-top: 325px;
  position: relative;
  z-index: 1;
}
section.package .contents .templ-type-tab-button-main ul {
  margin: 0 auto;
}
section.package .contents .templ-type-tab-button-main ul li a {
  border-color: #fff;
  background: #9cd7d1;
  color: #fff;
}
section.package .contents .templ-type-tab-button-main ul li a.active {
  background-color: #33aeb6;
}
section.package #swiper-package .swiper-container {
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}
section.package #swiper-package .swiper-container.active {
  display: block;
}
section.package .swiper-slide {
  width: 305px;
  margin-right: 20px;
}
section.package .swiper-slide:nth-child(1) {
  top: 100px;
}
section.package .swiper-slide:nth-child(2) {
  top: 100px;
}
section.package .swiper-slide:nth-child(3) {
  top: 100px;
}
section.package .swiper-slide:nth-child(4) {
  top: 100px;
}
section.package .swiper-slide:last-child {
  margin-right: 0;
}
section.package .swiper-slide:nth-of-type(even) {
  padding-top: 80px;
}
section.package .swiper-slide a {
  display: block;
  width: 305px;
  height: 420px;
  background-color: #fff;
}
section.package .swiper-slide a .event-info {
  position: relative;
  padding: 37px 30px 0;
  text-align: right;
}
section.package .swiper-slide a .event-info .event-flag {
  left: 37px;
}
section.package .swiper-slide a .event-info .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
section.package .swiper-slide a .event-info .date {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #777;
  padding: 14px 0 20px;
  text-align: left;
}
section.package .swiper-slide a .event-info .date em {
  font-size: 16px;
  line-height: 16px;
  color: #777;
}
section.package .swiper-slide a .event-info .price-in {
  color: #777;
}
section.package .swiper-slide a .event-info .price {
  display: inline-block;
  text-align: right;
  font-size: 22px;
  line-height: 22px;
  color: #da291c;
  padding-left: 10px;
}
section.package .swiper-button-next {
  top: inherit;
  bottom: 17px;
  left: 50%;
  margin-left: 120px;
  z-index: 11;
}
section.package .swiper-button-next::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='43px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,39.054 L22.025,21.456 L2.975,2.915 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 42px;
}
section.package .swiper-button-prev {
  top: inherit;
  bottom: 17px;
  left: 50%;
  margin-left: -140px;
  z-index: 11;
}
section.package .swiper-button-prev::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='42px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M20.998,38.997 L2.001,21.454 L20.998,2.973 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 42px;
}
section.package .swiper-button-prev.swiper-button-disabled,
section.package .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
section.package .swiper-pagination {
  bottom: 30px;
  left: 0;
  right: 0;
}
section.package .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
section.package .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #da291c;
}
@media screen and (max-width: 768px) {
  section.package {
    height: 720px;
    background: url(../image/main-package-bg-m.jpg) no-repeat center bottom;
    background-size: cover;
  }
  section.package h2 {
    color: #fff !important;
  }
  section.package .contents .more {
    top: 230px;
  }
  section.package .contents .templ-type-tab-button-main {
    position: static;
    margin: 50px -5px 85px;
    padding-top: 145px;
  }
  section.package #swiper-package {
    margin: 0 -20px 0 0;
    padding-top: 0;
  }
  section.package #swiper-package .swiper-container {
    padding-top: 0;
  }
  section.package .swiper-slide {
    width: 165px;
    margin-right: 5px;
  }
  section.package .swiper-slide:nth-child(1) {
    top: 0;
  }
  section.package .swiper-slide:nth-child(2) {
    top: 0;
  }
  section.package .swiper-slide:nth-child(3) {
    top: 0;
  }
  section.package .swiper-slide:nth-child(4) {
    top: 0;
  }
  section.package .swiper-slide:last-child {
    margin-right: 0;
  }
  section.package .swiper-slide:nth-of-type(even) {
    padding-top: 35px;
  }
  section.package .swiper-slide .event-thumbnail img {
    width: 100%;
  }
  section.package .swiper-slide a {
    display: block;
    width: 165px;
    height: 265px;
    background-color: #fff;
  }
  section.package .swiper-slide a .event-info {
    position: relative;
    padding: 25px 15px 0;
  }
  section.package .swiper-slide a .event-info .event-flag {
    left: 15px;
  }
  section.package .swiper-slide a .event-info .title {
    font-size: 14px;
    line-height: 19px;
  }
  section.package .swiper-slide a .event-info .date {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0 12px;
  }
  section.package .swiper-slide a .event-info .date em {
    display: none;
  }
  section.package .swiper-slide a .event-info .price-in {
    position: static;
    display: block;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
    padding-bottom: 7px;
  }
  section.package .swiper-slide a .event-info .price {
    font-size: 15px;
    line-height: 15px;
  }
  section.package .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

section.club {
  height: 1027px;
}
section.club::before {
  content: "";
  background: url(../image/main-club-l-bg.png) no-repeat center top;
  width: 469px;
  height: 427px;
  position: absolute;
  left: 0;
  top: 0;
}
section.club::after {
  content: "";
  background: url(../image/main-club-r-bg-2023.png) no-repeat center top;
  width: 493px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
}
section.club #swiper-club {
  padding-top: 308px;
}
section.club #swiper-club .swiper-container {
  padding-bottom: 140px;
}
section.club #swiper-club .swiper-wrapper {
  padding-bottom: 113px;
}
section.club .swiper-slide {
  position: relative;
  margin-top: 115px;
}
section.club .swiper-slide.swiper-slide-active {
  margin-top: 116px;
}
section.club .swiper-slide.swiper-slide-active span.img {
  width: 100%;
  transform: scale(1.66) rotate(0.001deg);
  transition: 0.4s all;
  box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.25);
  will-change: transform;
}
section.club .swiper-slide.swiper-slide-active span.img img {
  width: 100%;
}
section.club .swiper-slide.swiper-slide-active div {
  padding: 0;
  margin: 0 -50px -50px 0;
}
section.club .swiper-slide.swiper-slide-active div span a {
  display: block;
  font-size: 54px;
  line-height: 54px;
  margin-top: 15px;
}
section.club .swiper-slide span.img {
  display: block;
  width: 100%;
  cursor: pointer;
}
section.club .swiper-slide span.img img {
  display: block;
  width: 100%;
}
section.club .swiper-slide div {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px;
  text-align: right;
}
section.club .swiper-slide div * {
  color: #fff;
}
section.club .swiper-slide div em {
  display: block;
  font-size: 18px;
  line-height: 18px;
}
section.club .swiper-slide div span {
  display: block;
}
section.club .swiper-slide div span a {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-top: 10px;
}
section.club .swiper-slide div ul {
  margin-top: 30px;
}
section.club .swiper-slide div ul:after {
  content: "";
  display: block;
  clear: both;
}
section.club .swiper-slide div ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
section.club .swiper-slide div ul li::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 1px;
  border-right: 1px #4B4B49 solid;
  height: 17px;
}
section.club .swiper-slide div ul li:last-child::after {
  display: none;
}
section.club .swiper-slide div ul li a {
  font-size: 18px;
  line-height: 18px;
}
section.club .swiper-slide.swiper-slide-prev em, section.club .swiper-slide.swiper-slide-next em {
  font-size: 16px;
  line-height: 16px;
}
section.club .swiper-slide.swiper-slide-prev span, section.club .swiper-slide.swiper-slide-next span {
  font-size: 28px;
  line-height: 28px;
}
section.club .swiper-slide.swiper-slide-prev ul, section.club .swiper-slide.swiper-slide-next ul {
  display: none;
}
section.club .clubWrap {
  padding-top: 308px;
}
section.club .clubContainer {
  padding-bottom: 140px;
  display: flex;
  justify-content: center;
}
section.club .clubContainer .swiper-wrapper {
  padding-bottom: 113px;
}
section.club .clubContainer .swiper-slide {
  display: inline-block;
  max-width: 580px;
  max-height: 580px;
  margin: 0 22px;
  box-shadow: 0px 50px 70px 0px rgba(0, 0, 0, 0.25);
}
section.club .clubContainer .swiper-slide span.img {
  cursor: auto;
}
@media screen and (max-width: 768px) {
  section.club {
    height: auto;
  }
  section.club::before {
    content: "";
    background: url(../image/main-club-l-bg.png) no-repeat center top;
    background-size: 100% 100%;
    width: 210px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.club::after {
    display: none;
  }
  section.club #swiper-club {
    padding: 0;
  }
  section.club #swiper-club .swiper-container {
    padding: 90px 0 20px;
  }
  section.club #swiper-club .swiper-wrapper {
    margin-top: 142px;
  }
  section.club .contents {
    padding: 0;
  }
  section.club .swiper-slide {
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  section.club .swiper-slide span.img {
    width: 100%;
  }
  section.club .swiper-slide span.img img {
    width: 100%;
  }
  section.club .swiper-slide.swiper-slide-active {
    margin-top: 0;
    z-index: 2;
  }
  section.club .swiper-slide.swiper-slide-active span.img {
    width: 100%;
    transform: scale(2.16);
    transition: 0.4s all;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
  }
  section.club .swiper-slide.swiper-slide-active span.img img {
    width: 100%;
  }
  section.club .swiper-slide.swiper-slide-active div {
    display: block !important;
  }
  section.club .swiper-slide.swiper-slide-active div ul li::after {
    right: -11px;
    height: 15px;
  }
  section.club .swiper-slide div {
    padding: 0 20px 25px 0;
    text-align: right;
    display: none !important;
  }
  section.club .swiper-slide div * {
    color: #fff;
  }
  section.club .swiper-slide div em {
    font-size: 13px;
    line-height: 13px;
  }
  section.club .swiper-slide div span {
    display: block;
    margin-top: 10px;
  }
  section.club .swiper-slide div span a {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  section.club .swiper-slide div ul {
    margin-top: 22px;
    margin-left: -23px;
  }
  section.club .swiper-slide div ul li {
    margin-left: 18px;
  }
  section.club .swiper-slide div ul li::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 1px;
    border-right: 1px #4B4B49 solid;
    height: 17px;
  }
  section.club .swiper-slide div ul li:last-child::after {
    display: none;
  }
  section.club .swiper-slide div ul li a {
    font-size: 13px;
    line-height: 13px;
  }
  section.club .swiper-slide.swiper-slide-prev em, section.club .swiper-slide.swiper-slide-next em {
    font-size: 16px;
    line-height: 16px;
  }
  section.club .swiper-slide.swiper-slide-prev span, section.club .swiper-slide.swiper-slide-next span {
    font-size: 28px;
    line-height: 28px;
  }
  section.club .swiper-slide.swiper-slide-prev ul, section.club .swiper-slide.swiper-slide-next ul {
    display: none;
  }
  section.club .swiper-slide.swiper-slide-active div {
    display: block;
  }
  section.club .clubWrap {
    padding: 0;
  }
  section.club .clubContainer {
    padding: 137px 0 60px;
    flex-direction: column;
  }
  section.club .clubContainer .swiper-wrapper {
    padding-bottom: 0;
    flex-direction: column;
  }
  section.club .clubContainer .swiper-slide {
    width: 90.6%;
    margin: 0;
    box-shadow: 19px 16px 35px 0px rgba(0, 0, 0, 0.25);
  }
  section.club .clubContainer .swiper-slide:nth-child(2) {
    margin-top: 22px;
    margin-left: auto;
  }
  section.club .clubContainer .swiper-slide div {
    display: block !important;
  }
}

section.notice {
  border-top: 1px #eee solid;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  section.notice {
    padding: 50px 0;
  }
}
section.notice h3 {
  font-size: 46px;
  line-height: 46px;
}
section.notice .templ-type-tab-button-main {
  position: absolute;
  right: 0;
  top: 33px;
}
section.notice .more {
  top: 113px;
}
section.notice .notice-area {
  display: none;
  margin-top: 68px;
}
section.notice .notice-area ul:after {
  content: "";
  display: block;
  clear: both;
}
section.notice .notice-area ul li {
  float: left;
  width: 285px;
  height: 210px;
  margin: 0 0 10px 10px;
  overflow: hidden;
}
section.notice .notice-area ul li:first-child {
  width: 640px;
  height: 430px;
  margin: 0 50px 0 0;
}
section.notice .notice-area ul li:first-child a {
  border: none;
}
section.notice .notice-area ul li:first-child div {
  background-color: #fff;
  top: 222px;
  right: 120px;
  padding: 20px 20px 10px;
}
section.notice .notice-area ul li:first-child div strong {
  font-size: 22px;
  line-height: 22px;
  height: 64px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: inherit;
  display: block;
}
section.notice .notice-area ul li:first-child div strong em {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
}
section.notice .notice-area ul li:first-child div span {
  margin-top: 20px;
}
section.notice .notice-area ul li:nth-child(3) a, section.notice .notice-area ul li:nth-child(4) a {
  background-color: #F5F5F5;
}
section.notice .notice-area ul li .new {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='26px'%3e%3cpath fill-rule='evenodd' fill='rgb(218, 41, 28)' d='M13.000,-0.000 C20.180,-0.000 26.000,5.820 26.000,13.000 C26.000,20.180 20.180,26.000 13.000,26.000 C5.820,26.000 -0.000,20.180 -0.000,13.000 C-0.000,5.820 5.820,-0.000 13.000,-0.000 Z'/%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='16px' x='8px' y='18px'%3e%3ctspan font-size='16px' font-family='SpoqaHanSans' font-weight='bold' fill='%23FFFFFF'%3eN%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: -12px;
}
section.notice .notice-area ul li a {
  border: 1px #eee solid;
  display: block;
  height: 100%;
  position: relative;
}
section.notice .notice-area ul li a img {
  display: block;
}
section.notice .notice-area ul li a div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 20px 0 30px;
}
section.notice .notice-area ul li a div strong {
  display: block;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 75px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
section.notice .notice-area ul li a div strong * {
  font-size: 18px;
  line-height: 18px;
}
section.notice .notice-area ul li a div strong em {
  color: #da291c;
  display: block;
  margin-bottom: 10px;
}
section.notice .notice-area ul li a div p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  height: 55px;
  overflow: hidden;
  text-overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: -1px;
}
section.notice .notice-area ul li a div span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #777;
}
section.notice .notice-area.active {
  display: block;
}
@media screen and (max-width: 768px) {
  section.notice h2 {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 15px;
  }
  section.notice h3 {
    font-size: 28px;
    line-height: 28px;
  }
  section.notice .templ-type-tab-button-main {
    position: static;
    margin: 30px -5px 30px;
  }
  section.notice .more {
    top: 143px;
  }
  section.notice .notice-area {
    display: none;
    margin-top: 65px;
  }
  section.notice .notice-area ul {
    margin: -5px;
  }
  section.notice .notice-area ul li {
    width: 50%;
    height: 140px;
    margin: 0;
    padding: 5px;
  }
  section.notice .notice-area ul li:first-child {
    width: 100%;
    height: inherit;
    margin: 0 0 20px 0;
  }
  section.notice .notice-area ul li:first-child img {
    display: block;
    width: 100%;
  }
  section.notice .notice-area ul li:first-child .new {
    margin-top: 1px;
  }
  section.notice .notice-area ul li:first-child div {
    top: auto;
    right: 75px;
    padding: 15px;
  }
  section.notice .notice-area ul li:first-child div strong {
    font-size: 15px;
    line-height: 15px;
    height: auto;
    margin-bottom: 5px;
  }
  section.notice .notice-area ul li:first-child div strong em {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
  }
  section.notice .notice-area ul li:first-child div p {
    height: 40px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  section.notice .notice-area ul li:first-child div span {
    margin-top: 5px;
    padding-top: 0;
  }
  section.notice .notice-area ul li .new {
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }
  section.notice .notice-area ul li a {
    display: block;
    height: 100%;
    position: relative;
  }
  section.notice .notice-area ul li a div {
    padding: 15px 10px;
  }
  section.notice .notice-area ul li a div strong {
    font-size: 14px;
    line-height: 19px;
    height: 60px;
    margin-bottom: 25px;
  }
  section.notice .notice-area ul li a div strong * {
    font-size: 14px;
    line-height: 14px;
  }
  section.notice .notice-area ul li a div strong em {
    color: #da291c;
    margin-bottom: 8px;
  }
  section.notice .notice-area ul li a div p {
    font-size: 13px;
    line-height: 23px;
    height: 65px;
    display: none;
  }
  section.notice .notice-area ul li a div span {
    font-size: 12px;
    line-height: 12px;
  }
  section.notice .notice-area.active {
    display: block;
  }
}

[data-catagory=index] .panel.notice .contents h2 {
  position: unset;
  top: 0;
  left: 0%;
  transform: none;
  color: #aaa;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  [data-catagory=index] .panel.notice .contents h2 {
    position: unset;
    top: 0;
    left: 0%;
    transform: none;
    color: #aaa;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
  }
}
[data-catagory=index] .panel.membership .contents h2 {
  position: unset;
  top: 0;
  left: 0%;
  transform: none;
  color: #000;
  text-align: left;
  padding: 0;
  font-size: 46px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  [data-catagory=index] .panel.membership .contents h2 {
    position: unset;
    top: 0;
    left: 0%;
    transform: none;
    color: #000;
    text-align: left;
    padding: 0;
    font-size: 28px;
    line-height: 1;
  }
}
section.place {
  background-color: #3c3c3c;
  padding: 80px 0;
  overflow: hidden;
}
section.place .contents dl:after {
  content: "";
  display: block;
  clear: both;
}
section.place .contents dl + dl {
  margin-top: 50px;
}
section.place .contents dl dt {
  float: left;
  width: 320px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
section.place .contents dl dd {
  float: left;
  width: calc(100% - 320px);
}
section.place .contents dl dd .place-container {
  position: relative;
}
section.place .contents dl dd .place-container .swiper-container {
  overflow: visible;
}
section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  width: 25%;
  max-width: 24rem;
}
section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box {
  display: block;
  padding: 0 5px;
}
section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box span {
  display: block;
  color: #fff;
  width: 100%;
}
section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box span.img img {
  width: 100%;
}
section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box span.title {
  margin-top: 25px;
  font-size: 18px;
  line-height: 18px;
}
section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box span.text {
  margin-top: 15px;
  color: #aaa;
}
section.place .contents dl dd .place-container .swiper-pagination {
  width: 100%;
  bottom: -30px;
}
section.place .contents dl dd .place-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #777;
  opacity: 1;
}
section.place .contents dl dd .place-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #da291c;
}
@media screen and (max-width: 768px) {
  section.place {
    padding: 50px 0;
    border-bottom: 1px solid #373737;
  }
  section.place .contents dl:after {
    content: "";
    display: block;
    clear: both;
  }
  section.place .contents dl + dl {
    margin-top: 80px;
  }
  section.place .contents dl dt {
    float: none;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
  }
  section.place .contents dl dd {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    width: auto;
  }
  section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box {
    width: 230px;
  }
  section.place .contents dl dd .place-container .swiper-container .swiper-wrapper .swiper-slide .box span.title {
    margin-top: 15px;
    font-size: 15px;
    line-height: 15px;
  }
}

.membership + section.notice {
  border-top: none;
}

.membership {
  padding: 100px 0 50px;
  border-top: 1px solid #eee;
}
.membership .membershipBox {
  margin-top: 68px;
  padding: 60px 0 70px;
  border: 1px solid #eee;
}
.membership .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}
.membership .list li {
  display: flex;
  position: relative;
  padding: 0 0 0 120px;
  height: 100px;
  box-sizing: border-box;
  align-items: center;
}
.membership .list li p {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: #222;
}
.membership .list li span {
  display: inline-block;
  font-size: 18px;
  line-height: 135%;
  color: #777;
}
.membership .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 100px;
  display: inline-block;
}
.membership .list li.item01::before {
  background: url(../image/ico_membership_main04.png) no-repeat center center;
}
.membership .list li.item02::before {
  background: url(../image/ico_membership_main05.png) no-repeat center center;
}
.membership .list li.item03::before {
  background: url(../image/ico_membership_main06.png) no-repeat center center;
}
.membership .list li em.text-point {
  font-size: 18px;
  color: #33AEB6;
}
.membership .infoTxt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 20px;
  color: #222;
  text-align: center;
}
.membership .infoTxt b {
  font-weight: 700;
}
.membership .btn-wrap {
  margin-top: 38px;
  text-align: center;
}
.membership .btn-wrap .submit-complete {
  min-width: 430px;
  padding: 23.5px 30px;
}
.membership .btn-wrap .submit-complete::before {
  height: 68px;
}
.membership .btn-wrap .submit-complete::after {
  top: 24px;
}

@media screen and (max-width: 768px) {
  .membership + section.notice {
    border-top: 1px solid #eee;
  }
  .membership {
    padding: 60px 0;
  }
  .membership .membershipBox {
    margin-top: 10px;
    padding: 0;
    border: none;
  }
  .membership .list {
    display: block;
    margin-bottom: 18px;
    padding: 0 0;
  }
  .membership .list li {
    float: none;
    position: relative;
    padding: 36px 0 32px 120px;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
  }
  .membership .list li p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 15px;
  }
  .membership .list li span {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #777;
  }
  .membership .list li::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
  }
  .membership .list li.item01::before {
    background: url(../image/ico_membership_main04.png) no-repeat center center;
    background-size: 100%;
  }
  .membership .list li.item02::before {
    background: url(../image/ico_membership_main05.png) no-repeat center center;
    background-size: 100%;
  }
  .membership .list li.item03 {
    padding-bottom: 45px;
  }
  .membership .list li.item03::before {
    background: url(../image/ico_membership_main06.png) no-repeat center center;
    background-size: 100%;
  }
  .membership .list li em.text-point {
    font-size: 12px;
    color: #da291b;
  }
  .membership .infoTxt {
    margin-top: 18px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }
  .membership .btn-wrap {
    margin-top: 28px;
    text-align: center;
  }
  .membership .btn-wrap .submit-complete {
    padding: 16px 58px 16px 25px;
    margin-left: 0 !important;
    min-width: auto;
  }
  .membership .btn-wrap .submit-complete::before {
    height: 55px;
  }
  .membership .btn-wrap .submit-complete::after {
    top: 18px;
  }
}
[data-catagory=index] .panel.membership .contents h2 {
  position: unset;
  top: 0;
  left: 0%;
  transform: none;
  color: #000;
  text-align: left;
  padding: 0;
  font-size: 46px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  [data-catagory=index] .panel.membership .contents h2 {
    position: unset;
    top: 0;
    left: 0%;
    transform: none;
    color: #000;
    text-align: left;
    padding: 0;
    font-size: 28px;
    line-height: 1;
  }
}
[data-catagory=login] .wrap .container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
[data-catagory=login] .wrap .container .bg1 {
  position: absolute;
  top: 350px;
  left: -249px;
  width: 785px;
  height: 501px;
  background: url(../image/bg-login-1.png) no-repeat;
  z-index: -1;
}
[data-catagory=login] .wrap .container .bg2 {
  position: absolute;
  top: 700px;
  left: 40px;
  width: 146px;
  height: 143px;
  background: url(../image/bg-login-2.png) no-repeat;
  z-index: -1;
}
[data-catagory=login] .wrap .container .bg3 {
  position: absolute;
  top: 200px;
  right: -268px;
  width: 566px;
  height: 493px;
  background: url(../image/bg-login-3.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  [data-catagory=login] .wrap .container .bg1,
  [data-catagory=login] .wrap .container .bg2,
  [data-catagory=login] .wrap .container .bg3 {
    display: none;
  }
}
[data-catagory=login] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=login] .templ-type-header {
  margin-top: 50px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .templ-type-header {
    margin-top: 0;
    line-height: 33px;
  }
}
[data-catagory=login] .templ-type-tab-medium {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .templ-type-tab-medium {
    margin: 0 0 35px 0;
  }
}
[data-catagory=login] .sub-text-red {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
  line-height: 22px;
}
[data-catagory=login] .sub-text-red.small {
  letter-spacing: -1.3px;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .sub-text-red {
    font-size: 15px;
    line-height: 22px;
  }
  [data-catagory=login] .sub-text-red.small {
    letter-spacing: -0.8px;
  }
}
[data-catagory=login] .info-text-gray {
  margin-top: 60px;
  padding-top: 30px;
  color: #777;
  font-size: 16px;
  line-height: 16px;
  line-height: 22px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .info-text-gray {
    font-size: 14px;
    line-height: 14px;
  }
}
[data-catagory=login] .info-text-gray .text-red {
  color: #da291c;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .info-text-gray {
    margin-top: 50px;
    padding-top: 20px;
    line-height: 20px;
  }
}
[data-catagory=login] .templ-type-infolist-1 {
  position: relative;
  margin-top: 40px;
}
[data-catagory=login] .templ-type-infolist-1:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=login] .templ-type-infolist-1.button ul {
  padding-right: 180px;
}
[data-catagory=login] .templ-type-infolist-1 ul li.text-red {
  color: #da291c;
}
[data-catagory=login] .templ-type-infolist-1 .button-small {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 11px 25px;
  width: auto;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .templ-type-infolist-1.button ul {
    padding-right: 0;
  }
  [data-catagory=login] .templ-type-infolist-1 ul li.text-red {
    color: #da291c;
  }
  [data-catagory=login] .templ-type-infolist-1 .button-small {
    position: static;
    float: right;
  }
}
[data-catagory=login] .login-type-box {
  margin: 40px -10px 70px;
  font-size: 0;
}
[data-catagory=login] .login-type-box li {
  width: 33.33334%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}
[data-catagory=login] .login-type-box li button {
  position: relative;
  padding: 22px 25px;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  border-radius: 10px;
  overflow: visible;
  border: 2px solid #f5f5f5;
  background-color: #f5f5f5;
}
[data-catagory=login] .login-type-box li button em {
  font-size: 18px;
  line-height: 18px;
  line-height: 28px;
  color: #777;
}
[data-catagory=login] .login-type-box li button em .type {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 3px;
  color: #777;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .login-type-box li button em .type {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }
}
[data-catagory=login] .login-type-box li button em .small {
  font-size: 14px;
  line-height: 14px;
  color: #777;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .login-type-box li button em .small {
    font-size: 12px;
    line-height: 12px;
  }
}
[data-catagory=login] .login-type-box li button.active {
  border: 2px solid #33AEB6;
  background-color: #fff;
}
[data-catagory=login] .login-type-box li button.active em {
  display: block;
  color: #33aeb6;
  font-weight: bold;
}
[data-catagory=login] .login-type-box li button.active em .type {
  color: #33aeb6;
}
[data-catagory=login] .login-type-box li button.active em .small {
  font-weight: bold;
  color: #33aeb6;
}
[data-catagory=login] .login-type-box li button.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid #33aeb6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translateX(-50%);
}
[data-catagory=login] .login-type-box li button.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .login-type-box {
    margin: 0 -5px 50px;
  }
  [data-catagory=login] .login-type-box li {
    height: 102px;
    padding: 0 5px;
  }
  [data-catagory=login] .login-type-box li button {
    padding: 15px 10px;
    vertical-align: top;
  }
  [data-catagory=login] .login-type-box li button em {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 360px) {
  [data-catagory=login] .login-type-box li button em {
    font-size: 12px;
    line-height: 17px;
  }
  [data-catagory=login] .login-type-box li button em .type {
    font-size: 11px;
    line-height: 11px;
  }
  [data-catagory=login] .login-type-box li button em .small {
    font-size: 11px;
    line-height: 11px;
  }
}
[data-catagory=login] .sns-box {
  position: relative;
  margin: 60px 0;
  padding-top: 30px;
  font-size: 0;
  border-top: 1px solid #eee;
}
[data-catagory=login] .sns-box > div {
  display: inline-block;
}
[data-catagory=login] .sns-box button {
  margin-left: 20px;
  padding: 0;
}
[data-catagory=login] .sns-box button span {
  margin-left: 10px;
  color: #555;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .sns-box button span {
    font-size: 14px;
    line-height: 14px;
  }
}
[data-catagory=login] .sns-box button:first-child {
  margin-left: 0;
}
[data-catagory=login] .sns-box .right-button-box {
  display: block;
  position: absolute;
  top: 36px;
  right: 0;
  margin: 0;
}
[data-catagory=login] .sns-box .right-button-box .btn-link {
  margin: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .sns-box .right-button-box {
    position: static;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .sns-box {
    margin: 40px 0;
    padding-top: 20px;
  }
  [data-catagory=login] .sns-box button {
    margin-left: 25px;
  }
  [data-catagory=login] .sns-box button img {
    width: 25px;
    height: 25px;
  }
}
[data-catagory=login] .modal-pop-area .templ-type-infolist-2 {
  margin-bottom: 30px;
}
[data-catagory=login] .modal-pop-area .templ-type-infolist-2 h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  line-height: 34px;
}
[data-catagory=login] .modal-pop-area .templ-type-infolist-2 ul li {
  padding: 0 0 10px 10px;
  color: #555;
}
[data-catagory=login] .modal-pop-area .templ-type-infolist-2 ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
  vertical-align: middle;
}
[data-catagory=login] .modal-pop-area .modal-pop .btn-area {
  margin-top: 40px;
}
[data-catagory=login] .modal-pop-area .contents.type2 {
  padding: 0 0 24px 0 !important;
  border-bottom: 1px solid #eee;
}
[data-catagory=login] .modal-pop-area .contents.type2 .templ-type-infolist-2 {
  margin-bottom: 0;
}
[data-catagory=login] .modal-pop-area .contents.type2 .templ-type-infolist-2 ul {
  margin: 0;
}
[data-catagory=login] .modal-pop-area .contents.type2 .templ-type-infolist-2 ul li {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=login] .templ-type-title {
    display: none;
  }
  [data-catagory=login] .modal-pop-area .templ-type-infolist-2 {
    margin-bottom: 20px;
  }
  [data-catagory=login] .modal-pop-area .templ-type-infolist-2 h3 {
    font-size: 18px;
    line-height: 26px;
  }
  [data-catagory=login] .modal-pop-area .templ-type-infolist-2 ul li {
    line-height: 20px;
  }
  [data-catagory=login] .modal-pop-area .templ-type-infolist-2 ul li:before {
    top: 3px;
  }
  [data-catagory=login] .modal-pop-area [data-mobile-area=full] .contents {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 60px;
    left: 0;
    margin: 0;
    padding: 40px 20px;
    overflow: auto;
  }
  [data-catagory=login] .modal-pop-area [data-mobile-area=full] .contents.type2 {
    padding: 40px 20px !important;
    border: none;
  }
}

/********** 공통 **********/
@media screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }
  .pc-view + .form-box {
    margin-top: 0;
  }
}

.mobile-view {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile-view {
    display: block !important;
  }
  .mobile-view.inline {
    display: inline;
  }
}

.inner-type-1 {
  margin: 0 auto;
  max-width: 1000px;
}

.inner-type-2 {
  margin: 0 auto;
  max-width: 620px;
}

.section {
  position: relative;
}
.section .section-title {
  margin-bottom: 20px;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 36px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .section .section-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.section .section-title + .input-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section .section-title + .input-wrap {
    margin-top: 20px;
  }
}
.section.bg-sky {
  margin: 60px 0 40px;
}
.section.bg-sky .section-title {
  font-size: 32px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .section.bg-sky {
    margin: 40px -20px 40px;
    padding: 40px 20px;
    background-color: #eaf7f8;
  }
  .section.bg-sky .section-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
    font-family: "SpoqaHanSans-Regular", sans-serif;
  }
}
.section + .section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section + .section {
    margin-top: 50px;
  }
}

.right-button-box {
  margin-top: 20px;
}
.right-button-box:after {
  content: "";
  display: block;
  clear: both;
}
.right-button-box.login {
  margin-top: 30px;
}
.right-button-box.join {
  margin-top: 30px;
}
.right-button-box.type2 {
  margin-top: 30px;
  text-align: right;
}
.right-button-box.type2 > * {
  float: none;
  width: auto;
  min-width: 160px;
  padding-right: 30px;
  padding-left: 30px;
}
.right-button-box.type2 > * + * {
  margin-left: 10px;
}
.right-button-box > * {
  float: right;
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.right-button-box > *.button-small {
  padding-right: 30px;
  padding-left: 30px;
}
.right-button-box > *.reset-medium {
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .right-button-box > *.reset-medium {
    min-width: 120px;
    font-size: 15px;
  }
}
.right-button-box > *.btn-link {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 0;
  font-weight: bold;
}
.right-button-box > *.btn-link:after {
  content: "";
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .right-button-box {
    margin-top: 15px;
  }
  .right-button-box.login {
    margin-top: 20px;
  }
  .right-button-box.join {
    margin-top: 25px;
  }
  .right-button-box > * {
    padding-right: 25px;
    padding-left: 25px;
  }
  .right-button-box > *.button-small {
    padding-right: 25px;
    padding-left: 25px;
  }
  .right-button-box > *.bt-small {
    float: none;
  }
  .right-button-box > *.reset-medium {
    min-width: 120px;
  }
  .right-button-box > *.reset-medium em {
    font-size: 15px;
  }
  .right-button-box > *.submit-complete {
    padding: 13px 25px;
  }
  .right-button-box > *.submit-complete:after {
    top: 13px;
  }
  .right-button-box > *.submit-complete em {
    font-size: 16px;
    line-height: 16px;
  }
  .right-button-box.type2 {
    margin-top: 20px;
  }
  .right-button-box.type2 > * {
    min-width: 130px;
    padding: 13px 25px;
  }
  .right-button-box.type2 > * em {
    font-size: 16px;
    line-height: 16px;
  }
  .right-button-box > *.reset-medium em {
    font-size: 15px;
  }
}

.left-button-box .button-small {
  padding-right: 30px;
  padding-left: 30px;
  width: auto;
  color: #33aeb6;
  border-color: #33AEB6;
}
.left-button-box .button-small em {
  color: #33aeb6;
}
.left-button-box .text-right {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .left-button-box .text-right {
    font-size: 14px;
    line-height: 14px;
  }
}
.left-button-box .text-right.text-red {
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .left-button-box {
    position: relative;
  }
  .left-button-box .button-small {
    padding-right: 25px;
    padding-left: 25px;
    width: auto;
    color: #33aeb6;
    border-color: #33AEB6;
  }
  .left-button-box .text-right {
    font-size: 16px;
    line-height: 16px;
    position: static;
    margin-top: -8px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .left-button-box .text-right {
    font-size: 14px;
    line-height: 14px;
  }
}

.complete-box {
  margin: 80px 0 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .complete-box {
    margin: 0 0 40px;
    padding-bottom: 40px;
  }
  .complete-box .icon-ok {
    width: 40px;
    height: 30px;
  }
}
.complete-box .title {
  margin-top: 30px;
  font-size: 42px;
  line-height: 42px;
  color: #000;
  line-height: 58px;
  font-family: SpoqaHanSans-Light;
}
.complete-box .title .b {
  display: block;
  font-size: 42px;
  line-height: 42px;
  font-family: SpoqaHanSans-Light;
  line-height: 58px;
  color: #33aeb6;
}
@media screen and (max-width: 768px) {
  .complete-box .title {
    font-size: 24px;
    line-height: 33px;
  }
  .complete-box .title .b {
    font-size: 24px;
    line-height: 33px;
  }
}
.complete-box .text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .complete-box .text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }
}
.complete-box .list {
  margin-top: 30px;
}
.complete-box .list li {
  position: relative;
  padding-left: 10px;
  line-height: 26px;
  color: #555;
}
.complete-box .list li:before {
  content: "*";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .complete-box .list {
    margin-top: 20px;
  }
  .complete-box .list li {
    margin-top: 5px;
    line-height: 20px;
  }
  .complete-box .list li:first-child {
    margin-top: 0;
  }
  .complete-box .list li:before {
    top: 3px;
  }
}

.no-data-box {
  margin-top: 30px;
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}
.no-data-box .icon-no-result {
  display: block;
  margin: 0 auto 30px;
}
.no-data-box .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
.no-data-box .btn-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .no-data-box {
    margin: 20px -20px;
    padding: 60px 20px;
  }
  .no-data-box .icon-no-result {
    width: 42.5px;
    height: 40.5px;
  }
  .no-data-box .text {
    font-size: 15px;
    line-height: 21px;
  }
  .no-data-box .btn-box {
    margin-top: 20px;
  }
}

.infotext-type-1 {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.infotext-type-1.toggle {
  margin-top: 0;
  border-top: none;
}
.infotext-type-1.toggle dd {
  display: none;
}
.infotext-type-1.toggle .active .toggle-button {
  transform: rotate(-180deg);
}
.infotext-type-1.toggle .active + dd {
  display: block;
}
.infotext-type-1.toggle .toggle-button {
  display: inline-block;
  margin: -4px 0 0 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  color: #000;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition-duration: 0.4s;
}
.infotext-type-1.toggle .toggle-button i {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 11px;
  height: 7px;
  text-indent: -9999px;
}
.infotext-type-1 dt {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  line-height: 24px;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .infotext-type-1 dt {
    font-size: 14px;
    line-height: 14px;
  }
}
.infotext-type-1 dd {
  margin-top: 5px;
  color: #777;
  font-size: 16px;
  line-height: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .infotext-type-1 dd {
    font-size: 14px;
    line-height: 14px;
  }
}
.infotext-type-1 dd + dt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .infotext-type-1 {
    margin-top: 40px;
    padding-top: 20px;
  }
  .infotext-type-1.toggle .toggle-button {
    margin-top: -2px;
    width: 15px;
    height: 15px;
  }
  .infotext-type-1.toggle .toggle-button i {
    top: 4px;
    left: 3px;
    width: 8px;
    height: 5px;
  }
  .infotext-type-1 dt {
    line-height: 20px;
  }
  .infotext-type-1 dd {
    margin-top: 10px;
    line-height: 20px;
  }
}

.login-certify {
  margin-top: 30px;
  padding: 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .login-certify {
    margin-top: 20px;
    padding: 20px;
  }
}
.login-certify h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #777;
}
.login-certify h3 .sub-text {
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .login-certify h3 .sub-text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .login-certify h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }
  .login-certify h3 .sub-text {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }
}
.login-certify .form-wrap {
  display: table;
  margin: 0 -10px;
}
.login-certify .form-wrap .input-box {
  display: table-cell;
  width: 23%;
  padding: 0 10px;
  vertical-align: top;
}
.login-certify .form-wrap .input-box:nth-child(3) {
  width: 27%;
}
.login-certify .form-wrap .btn-box {
  display: table-cell;
  padding: 0 10px;
  width: 27%;
  vertical-align: top;
}
.login-certify .form-wrap .btn-box button {
  width: 100%;
}
.login-certify .form-wrap .btn-box button:disabled {
  border-color: #aaa;
  background-color: #aaa;
}
@media screen and (max-width: 768px) {
  .login-certify .form-wrap {
    display: block;
  }
  .login-certify .form-wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .login-certify .form-wrap .input-box {
    float: left;
    width: 33.33334%;
  }
  .login-certify .form-wrap .input-box:nth-child(3) {
    width: 33.33334%;
  }
  .login-certify .form-wrap .btn-box {
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .login-certify .form-wrap .btn-box button {
    padding: 15px 25px;
    width: 70%;
  }
}
.login-certify + .btn-box {
  display: block;
  margin: 30px 0 0 0;
  text-align: center;
}
.login-certify + .btn-box .bt-medium {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .login-certify + .btn-box {
    margin: 20px 0 0;
  }
  .login-certify + .btn-box .bt-medium {
    width: 200px;
  }
}
.login-certify + .btn-box-r {
  display: block;
  margin: 30px 0 0 0;
  text-align: right;
}
.login-certify + .btn-box-r .bt-medium {
  min-width: 180px;
}
@media screen and (max-width: 768px) {
  .login-certify + .btn-box-r {
    margin: 20px 0 0;
    text-align: center;
  }
  .login-certify + .btn-box-r .bt-medium {
    min-width: 200px;
  }
}

.membership-info-box {
  position: relative;
  margin-top: -20px;
  background-color: #f5f5f5;
}
.membership-info-box .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 75px 0;
}
.membership-info-box .inner:after {
  content: "";
  display: block;
  clear: both;
}
.membership-info-box .inner.column {
  display: flex;
}
.membership-info-box .inner.column dl {
  width: 45%;
  float: none;
}
.membership-info-box .inner.column ul {
  display: flex;
  float: none;
  margin-right: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
  justify-self: center;
}
.membership-info-box .inner dl {
  float: left;
  width: 35%;
}
.membership-info-box .inner dl dt {
  font-size: 32px;
  line-height: 32px;
  line-height: 44px;
  font-family: SpoqaHanSans-Light;
}
.membership-info-box .inner dl dt strong {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  line-height: 44px;
  font-weight: bold;
  z-index: 1;
}
.membership-info-box .inner dl dt strong:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #33AEB6;
  z-index: -1;
}
.membership-info-box .inner dl dd span {
  display: block;
  margin-top: 30px;
}
.membership-info-box .inner dl dd span.text {
  font-size: 18px;
  line-height: 18px;
  line-height: 28px;
}
.membership-info-box .inner dl dd span.text-gray {
  color: #777;
}
.membership-info-box .inner ul {
  float: right;
  margin-right: -20px;
  text-align: right;
  font-size: 0;
  width: 65%;
}
.membership-info-box .inner ul li {
  display: inline-block;
  padding: 0 10px;
  width: 25%;
  text-align: center;
  vertical-align: top;
  border-left: 1px solid #eee;
}
.membership-info-box .inner ul li:first-child {
  border-left: none;
}
.membership-info-box .inner ul li span {
  display: block;
}
.membership-info-box .inner ul li span.img {
  position: relative;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
}
.membership-info-box .inner ul li span.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.membership-info-box .inner ul li span.title {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.membership-info-box .inner ul li span.text {
  margin-top: 12px;
  line-height: 24px;
  color: #555;
}
.membership-info-box .inner ul li span.text .text-blue {
  color: #33aeb6;
}
@media screen and (max-width: 768px) {
  .membership-info-box {
    margin: 0;
    padding: 0 20px;
  }
  .membership-info-box:before, .membership-info-box:after {
    display: none;
  }
  .membership-info-box .inner {
    padding: 40px 0;
  }
  .membership-info-box .inner.column {
    display: flex;
    flex-direction: column;
  }
  .membership-info-box .inner.column ul {
    width: 100%;
    display: flex;
    margin: 20px 0 0 0;
    flex-direction: column;
  }
  .membership-info-box .inner.column ul li {
    text-align: left;
  }
  .membership-info-box .inner.column ul li span.img {
    width: 35%;
    margin: 0;
    justify-content: flex-start;
  }
  .membership-info-box .inner.column ul li span.img img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .membership-info-box .inner.column ul li span.title {
    margin-top: 25px;
  }
  .membership-info-box .inner dl {
    float: none;
    width: 100%;
  }
  .membership-info-box .inner dl dt {
    font-size: 24px;
    line-height: 24px;
    line-height: 33px;
  }
  .membership-info-box .inner dl dt strong {
    font-size: 24px;
    line-height: 24px;
    line-height: 33px;
  }
  .membership-info-box .inner dl dt strong:before {
    top: calc(100% - 8px);
    height: 7px;
  }
  .membership-info-box .inner dl dd span {
    margin-top: 20px;
  }
  .membership-info-box .inner dl dd span.text {
    font-size: 14px;
    line-height: 14px;
    line-height: 21px;
  }
  .membership-info-box .inner dl dd span.text-gray {
    font-size: 14px;
    line-height: 14px;
  }
  .membership-info-box .inner ul {
    float: none;
    margin: 30px -20px 0;
    width: auto;
  }
  .membership-info-box .inner ul li {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .membership-info-box .inner ul li span.img {
    display: flex;
    width: 45%;
    height: 113px;
    align-items: center;
    justify-content: flex-end;
    background: none;
  }
  .membership-info-box .inner ul li span.img img {
    width: 71px;
    height: 73px;
  }
  .membership-info-box .inner ul li span.title {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .membership-info-box .inner ul li span.text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }
  .membership-info-box .inner ul li span.text .text-blue {
    font-size: 12px;
    line-height: 19px;
  }
}

.modal-pop-area .templ-type-header.small {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .templ-type-header.small {
    font-size: 24px;
    line-height: 33px;
  }
}
.modal-pop-area .sub-text-dark {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .sub-text-dark {
    font-size: 15px;
    line-height: 22px;
  }
}
.modal-pop-area .sub-text-red {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .sub-text-red {
    font-size: 15px;
    line-height: 22px;
  }
}
.modal-pop-area .pop-text-list {
  margin-bottom: 20px;
}
.modal-pop-area .pop-text-list .pop-text {
  line-height: 26px;
  margin-bottom: 10px;
}
.modal-pop-area .pop-text-list .pop-text:last-child {
  margin-bottom: 0;
}
.modal-pop-area .pop-text-list .pop-text .text-red {
  color: #da291c;
}
.modal-pop-area .pop-text-list .pop-text .text-dark {
  color: #555;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .pop-text-list .pop-text {
    line-height: 20px;
  }
}
.modal-pop-area .pop-text-area {
  max-height: 160px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  overflow-y: auto;
}
.modal-pop-area .pop-text-area .text-box {
  padding: 25px 25px 0 25px;
  margin-bottom: 25px;
}
.modal-pop-area .pop-text-area .text-box .pop-text {
  line-height: 24px;
  margin-bottom: 10px;
  color: #555;
}
.modal-pop-area .pop-text-area .text-box .pop-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .pop-text-area {
    max-height: 330px;
  }
  .modal-pop-area .pop-text-area .text-box {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
  }
  .modal-pop-area .pop-text-area .text-box .pop-text {
    line-height: 20px;
    margin-bottom: 25px;
  }
}

[data-catagory=register] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=register] .templ-type-title .sub-text {
  font-size: 24px;
  line-height: 24px;
  color: #555;
}
[data-catagory=register] .templ-type-header {
  margin-top: 50px;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .templ-type-header {
    margin-top: 0;
    line-height: 33px;
  }
}
[data-catagory=register] .templ-type-tab-medium {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .templ-type-tab-medium {
    margin: 0 0 35px 0;
  }
}
[data-catagory=register] .templ-type-infolist-1 {
  margin-top: 60px;
}
[data-catagory=register] .templ-type-infolist-1.border {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .templ-type-infolist-1.border {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .templ-type-infolist-1 {
    margin-top: 40px;
  }
}
[data-catagory=register] .templ-type-infolist-2.register {
  margin: 15px 0 0 0;
}
[data-catagory=register] .templ-type-infolist-2.register ul {
  margin: 0;
}
[data-catagory=register] .templ-type-infolist-2.register ul li {
  padding: 0 0 0 9px;
  text-indent: -9px;
}
[data-catagory=register] .register-box {
  margin-bottom: 22px;
  padding-bottom: 57px;
  border-bottom: 1px solid #eee;
}
[data-catagory=register] .register-box:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=register] .register-box > ul {
  margin: 52px -10px 0 -10px;
}
[data-catagory=register] .register-box > ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=register] .register-box > ul > li {
  float: left;
  padding: 0 10px;
  width: 50%;
}
[data-catagory=register] .register-box > ul > li > a {
  position: relative;
  display: block;
  padding: 40px 40px;
  height: 260px;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
}
[data-catagory=register] .register-box > ul > li > a:hover {
  border-color: #000;
  box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1);
}
[data-catagory=register] .register-box > ul > li > a > span {
  position: relative;
  line-height: 38px;
  font-size: 28px;
  font-family: SpoqaHanSans-Light;
}
[data-catagory=register] .register-box > ul > li > a > span:after {
  content: "";
  margin: -6px 0 0 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}
[data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul {
  margin: 25px 0 0 0;
}
[data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul li {
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 14px;
  color: #555;
  line-height: 22px;
  text-indent: -4px;
  word-break: keep-all;
}
[data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul li span {
  font-size: 14px;
  color: #555;
}
[data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul li .text-red {
  font-size: 14px;
  line-height: 14px;
  color: #da291c;
}
[data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul li:before {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul {
    margin-top: 15px;
  }
  [data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul li {
    padding-left: 0;
    font-size: 13px;
    line-height: 19px;
  }
  [data-catagory=register] .register-box > ul > li > a .templ-type-infolist-2 ul .mo {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
  }
}
[data-catagory=register] .register-box > ul > li > a i {
  position: absolute;
  right: 40px;
  top: 55px;
}
[data-catagory=register] .register-box .text-button {
  position: relative;
  margin-top: 30px;
  float: right;
  padding: 0;
  width: auto;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .register-box .text-button {
    font-size: 14px;
    line-height: 14px;
  }
}
[data-catagory=register] .register-box .text-button:after {
  content: "";
  display: block;
  margin-top: 2px;
  width: 100%;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .register-box .text-button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .register-box {
    margin-bottom: 15px;
    padding-bottom: 40px;
  }
  [data-catagory=register] .register-box > ul {
    margin: 0;
  }
  [data-catagory=register] .register-box > ul > li {
    float: none;
    padding: 0;
    width: 100%;
  }
  [data-catagory=register] .register-box > ul > li > a {
    padding: 25px 30px;
    height: auto;
  }
  [data-catagory=register] .register-box > ul > li > a > span {
    line-height: 26px;
    font-size: 20px;
  }
  [data-catagory=register] .register-box > ul > li > a > span:after {
    margin-top: -4px;
    width: 10px;
    height: 10px;
  }
  [data-catagory=register] .register-box > ul > li > a i {
    top: 35px;
    height: 30px;
  }
  [data-catagory=register] .register-box > ul > li > a i.icon-c-x1 {
    right: 30px;
    width: 38.5px;
  }
  [data-catagory=register] .register-box > ul > li > a i.icon-c-x3 {
    right: 34px;
    width: 31px;
  }
  [data-catagory=register] .register-box > ul > li > a:hover {
    border-color: #ccc;
    box-shadow: none;
  }
  [data-catagory=register] .register-box > ul li + li {
    margin-top: 10px;
  }
}
[data-catagory=register] .corp-info-list {
  padding: 20px;
  background-color: #f5f5f5;
}
[data-catagory=register] .corp-info-list ul {
  font-size: 0;
}
[data-catagory=register] .corp-info-list ul li {
  display: inline-block;
  margin: 0 20px;
  width: calc(50% - 40px);
  vertical-align: top;
}
[data-catagory=register] .corp-info-list ul li span {
  display: inline-block;
  padding: 15px 0;
}
[data-catagory=register] .corp-info-list ul li span.title {
  width: 70px;
  color: #999;
}
[data-catagory=register] .corp-info-list ul li span.title.wide {
  width: 90px;
}
[data-catagory=register] .corp-info-list ul li span.text {
  font-weight: bold;
}
[data-catagory=register] .corp-info-list ul li:nth-child(n+3) {
  border-top: 1px solid #ddd;
}
[data-catagory=register] .corp-info-list ul li.col-half {
  width: calc(25% - 20px);
  margin-right: 0;
  padding-right: 20px;
}
[data-catagory=register] .corp-info-list ul li.col-half span.title.wide {
  width: 100px;
}
[data-catagory=register] .corp-info-list ul li.col-half + .col-half {
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
}
[data-catagory=register] .corp-info-list ul + ul {
  margin-top: 10px;
}
[data-catagory=register] .corp-info-list ul + ul li:nth-child(n+3) {
  border-top: none;
}
[data-catagory=register] .corp-info-list ul + ul li:nth-child(n+4) {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .corp-info-list {
    padding: 10px 20px;
  }
  [data-catagory=register] .corp-info-list ul li {
    margin: 0;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  [data-catagory=register] .corp-info-list ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  [data-catagory=register] .corp-info-list ul li span {
    padding: 15px 0;
  }
  [data-catagory=register] .corp-info-list ul li span.title {
    float: left;
    width: 90px;
  }
  [data-catagory=register] .corp-info-list ul li span.title.wide {
    width: 90px;
  }
  [data-catagory=register] .corp-info-list ul li span.text {
    display: block;
    padding-left: 90px;
  }
  [data-catagory=register] .corp-info-list ul li:first-child {
    border-top: none;
  }
  [data-catagory=register] .corp-info-list ul li.col-half {
    width: 100%;
  }
  [data-catagory=register] .corp-info-list ul li.col-half span.title.wide {
    width: 90px;
  }
  [data-catagory=register] .corp-info-list ul li.col-half + .col-half {
    margin: 0;
  }
  [data-catagory=register] .corp-info-list ul + ul li:first-child {
    border-top: none;
  }
  [data-catagory=register] .corp-info-list ul + ul li:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
}
[data-catagory=register] .detail-list {
  margin-top: 30px;
  padding: 40px;
  background: #f5f5f5;
}
[data-catagory=register] .detail-list:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=register] .detail-list h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  font-weight: bold;
}
[data-catagory=register] .detail-list ul {
  font-size: 0;
}
[data-catagory=register] .detail-list ul li {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
}
[data-catagory=register] .detail-list ul li:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=register] .detail-list ul li .title {
  color: #555;
}
[data-catagory=register] .detail-list ul li .text {
  margin-left: 10px;
  font-weight: bold;
  word-break: break-word;
}
[data-catagory=register] .detail-list ul li:first-child {
  margin-left: 0;
}
[data-catagory=register] .detail-list ul li:nth-child(3n+1) {
  width: 20%;
}
[data-catagory=register] .detail-list ul li:nth-child(3n+2) {
  width: 30%;
}
[data-catagory=register] .detail-list ul li:nth-child(3n+3) {
  width: 50%;
}
[data-catagory=register] .detail-list.type2 ul {
  font-size: 0;
}
[data-catagory=register] .detail-list.type2 ul li {
  width: 50%;
}
[data-catagory=register] .detail-list.type2 ul li .title {
  float: left;
}
[data-catagory=register] .detail-list.type2 ul li .text {
  display: block;
  margin: 0;
  padding-left: 85px;
}
[data-catagory=register] .detail-list + .detail-list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .detail-list {
    margin-top: 25px;
    padding: 20px;
  }
  [data-catagory=register] .detail-list h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  [data-catagory=register] .detail-list ul li {
    display: block;
    width: 100% !important;
  }
  [data-catagory=register] .detail-list ul li .title {
    float: left;
  }
  [data-catagory=register] .detail-list ul li .text {
    display: block;
    margin: 0;
    padding-left: 90px;
  }
  [data-catagory=register] .detail-list ul + ul {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
  [data-catagory=register] .detail-list.type2 h3 {
    margin-bottom: 10px;
  }
  [data-catagory=register] .detail-list.type2 ul {
    font-size: 0;
  }
  [data-catagory=register] .detail-list.type2 ul li {
    width: 100%;
    margin: 0;
  }
  [data-catagory=register] .detail-list.type2 ul li .text {
    padding-left: 90px;
  }
  [data-catagory=register] .detail-list + .detail-list {
    margin-top: 10px;
  }
}
[data-catagory=register] .login-certify .form-wrap .input-box {
  width: 23%;
}
[data-catagory=register] .login-certify .form-wrap .input-box:first-child {
  width: 37%;
}
[data-catagory=register] .login-certify .form-wrap .input-box:nth-child(3) {
  width: 23%;
}
[data-catagory=register] .login-certify .form-wrap .btn-box {
  width: 17%;
}
@media screen and (max-width: 768px) {
  [data-catagory=register] .login-certify .form-wrap .input-box {
    width: 33.33334%;
  }
  [data-catagory=register] .login-certify .form-wrap .input-box:first-child {
    width: 33.33334%;
  }
  [data-catagory=register] .login-certify .form-wrap .input-box:nth-child(3) {
    width: 33.33334%;
  }
  [data-catagory=register] .login-certify .form-wrap .btn-box {
    width: 100%;
  }
}

.modal-pop-area .modal-pop .btn-area {
  margin-top: 40px;
}
.modal-pop-area .modal-pop .contents {
  padding: 27px 0 !important;
}
.modal-pop-area .modal-pop .contents.no-bottom-pd {
  padding-bottom: 0 !important;
}
.modal-pop-area .clause-list {
  max-height: 290px;
  overflow-y: auto;
}
.modal-pop-area .clause-list .title {
  margin-bottom: 30px;
  font-weight: bold;
}
.modal-pop-area .clause-list .terms-box {
  padding-right: 20px;
}
.modal-pop-area .clause-list .terms-box .terms-list dt:first-child {
  padding-top: 94px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .clause-list {
    max-height: none;
    overflow: hidden;
  }
  .modal-pop-area .clause-list .title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
  }
  .modal-pop-area .clause-list dl dt {
    margin-bottom: 10px;
  }
  .modal-pop-area .clause-list dl dd {
    line-height: 20px;
  }
  .modal-pop-area .clause-list dl dd p {
    line-height: 20px;
  }
  .modal-pop-area .clause-list dl dd p + p {
    margin-top: 10px;
  }
  .modal-pop-area .clause-list dl dd + dt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .templ-type-title {
    display: none;
  }
  .modal-pop-area [data-mobile-area=full] .contents {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 60px;
    left: 0;
    margin: 0;
    padding: 40px 20px !important;
    overflow: auto;
  }
}
.terms-box.web-view-cont .terms-list dt:first-child {
  padding-top: 0;
  margin-top: 0;
}

/* popup scrollbar */
.scrollbar-inner > .scroll-element.scroll-y {
  top: 8px;
  right: 8px;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #f5f5f5;
  opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #ddd;
  opacity: 1;
}

.modal-pop-area .pop-text-area {
  margin-top: 0;
}

.membershiop-visual {
  width: 100%;
  height: 634px;
  background: url(../image/img_visual_membership.jpg) no-repeat center center;
}
.membershiop-visual .txt-wrap {
  margin: 0 auto;
  padding-top: 407px;
  max-width: 1280px;
}
.membershiop-visual .txt-wrap .tit {
  margin-bottom: 33px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.membershiop-visual .txt-wrap .txt {
  display: inline-block;
  font-size: 20px;
  word-break: keep-all;
  line-height: 30px;
  color: #fff;
}

.membershiop-contain {
  padding-bottom: 130px;
}
.membershiop-contain .membershiop-box {
  margin: 0 auto;
  max-width: 1280px;
}
.membershiop-contain .bg-box {
  background: #f8f8f8;
}
.membershiop-contain .box1 {
  text-align: center;
  padding: 90px 0 100px;
}
.membershiop-contain .box1 .txt {
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
.membershiop-contain .box1 .sub-txt {
  margin-top: 28px;
  display: inline-block;
  font-family: SpoqaHanSans-Light;
  font-size: 22px;
  line-height: 1;
}
.membershiop-contain .box1 .point-list {
  margin-top: 60px;
}
.membershiop-contain .box1 .point-list .list {
  display: flex;
}
.membershiop-contain .box1 .point-list .list li {
  flex: 1;
  width: 16.6666666667%;
}
.membershiop-contain .box1 .point-list .list li img {
  width: 160px;
  height: 160px;
}
.membershiop-contain .box1 .point-list .list li span {
  margin-top: 30px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
}
.membershiop-contain .membership-info-box {
  background: #f8f8f8;
}
.membershiop-contain .membership-info-box .inner {
  padding: 95px 0 100px;
}
.membershiop-contain .membership-info-box .inner dl {
  float: none;
  width: 100%;
}
.membershiop-contain .membership-info-box .inner dl dt {
  text-align: center;
}
.membershiop-contain .membership-info-box .inner ul {
  margin-top: 60px;
  float: none;
  width: 100%;
  text-align: center;
}
.membershiop-contain .membership-info-box .inner .btn-wrap {
  margin-top: 60px;
  text-align: center;
}
.membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete {
  min-width: 360px;
  padding: 21.5px 120px 21.5px 30px;
  margin-left: 0 !important;
}
.membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete::after {
  top: 24.5px;
}
.membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete::before {
  width: 96px;
  height: 70px;
}
.membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete em {
  font-size: 23px;
  line-height: 25px;
}
.membershiop-contain .box2 {
  margin-top: 110px;
}
.membershiop-contain .box2 .txt-box {
  float: left;
  padding-top: 105px;
}
.membershiop-contain .box2 .txt-box p {
  font-size: 32px;
  line-height: 44px;
  font-family: SpoqaHanSans-Light;
}
.membershiop-contain .box2 .txt-box p em {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #000;
}
.membershiop-contain .box2 .txt-box .bt-small {
  margin-top: 34px;
  padding: 16.5px 30px;
  min-width: 315px;
  background: #eee;
  border: 1px solid #ccc;
}
.membershiop-contain .box2 .txt-box .bt-small em {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.membershiop-contain .box2 .img-box {
  width: calc(100% - 485px);
  float: right;
  text-align: right;
}
.membershiop-contain .box2 .img-box img {
  display: block;
}

@media screen and (max-width: 768px) {
  .membershiop-visual {
    min-height: 280px;
    height: auto;
    background: url(../image/m_img_visual_membership.jpg) no-repeat center center;
    background-size: cover;
  }
  .membershiop-visual .txt-wrap {
    padding: 166px 20px 35px;
  }
  .membershiop-visual .txt-wrap .tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .membershiop-visual .txt-wrap .txt {
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
  }
  .membershiop-contain {
    padding-bottom: 0;
  }
  .membershiop-contain .box1 {
    padding: 45px 20px 0;
  }
  .membershiop-contain .box1 .txt {
    font-size: 17px;
    line-height: 24px;
    word-break: keep-all;
  }
  .membershiop-contain .box1 .sub-txt {
    margin-top: 12px;
    font-family: SpoqaHanSans-Light;
    font-size: 14px;
    line-height: 21px;
  }
  .membershiop-contain .box1 .point-list {
    margin-top: 25px;
  }
  .membershiop-contain .box1 .point-list .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .membershiop-contain .box1 .point-list .list li {
    flex: none;
    width: 33.3333333333%;
  }
  .membershiop-contain .box1 .point-list .list li img {
    width: 89px;
    height: 89px;
  }
  .membershiop-contain .box1 .point-list .list li span {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #000;
    word-break: keep-all;
  }
  .membershiop-contain .box1 .point-list .list li:nth-child(n+4) {
    margin-top: 27px;
  }
  .membershiop-contain .membership-info-box {
    margin-top: 37px;
    background: #f8f8f8;
  }
  .membershiop-contain .membership-info-box .inner {
    padding: 35px 0 40px 0;
  }
  .membershiop-contain .membership-info-box .inner dl {
    width: 100%;
  }
  .membershiop-contain .membership-info-box .inner ul {
    margin-top: 25px;
    width: auto;
  }
  .membershiop-contain .membership-info-box .inner .btn-wrap {
    margin-top: 25px;
  }
  .membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete {
    padding: 0 65px 0 30px;
    min-width: 225px;
  }
  .membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete::after {
    top: 14.5px;
  }
  .membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete::before {
    width: 60px;
    height: 50px;
  }
  .membershiop-contain .membership-info-box .inner .btn-wrap .submit-complete em {
    font-size: 16px;
    line-height: 48px;
  }
  .membershiop-contain .box2 {
    margin-top: 35px;
  }
  .membershiop-contain .box2 .txt-box {
    float: none;
    padding: 0 20px;
    text-align: center;
  }
  .membershiop-contain .box2 .txt-box p {
    font-size: 17px;
    line-height: 25px;
  }
  .membershiop-contain .box2 .txt-box p em {
    font-size: 17px;
    line-height: 25px;
  }
  .membershiop-contain .box2 .txt-box .bt-small {
    margin-top: 15px;
    padding: 0 30px;
    min-width: 100%;
  }
  .membershiop-contain .box2 .txt-box .bt-small em {
    font-size: 15px;
    line-height: 41px;
  }
  .membershiop-contain .box2 .img-box {
    margin-top: 30px;
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .membershiop-contain .box2 .img-box img {
    display: block;
  }
}
.membership-wrap .content .title-sub-area .sub-title.point {
  color: #000;
  font-family: "SpoqaHanSans-Regular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1.6px;
}

.membership-wrap .content .title-sub-area .sub-title.point em {
  font-family: "SpoqaHanSans-Regular", sans-serif;
  font-weight: 700;
}

.membershiop-contain .membership-point {
  width: 100%;
  max-width: 885px;
  margin: 80px auto;
}

.membershiop-contain .membership-point .point-tit {
  text-align: center;
}

.membershiop-contain .membership-point .point-tit span {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1.6px;
}

.membershiop-contain .membership-point .point-tit span em {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.6px;
}

.membershiop-contain .membership-point .point-tit p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1px;
  margin-top: 3px;
}

.membershiop-contain .membership-point .point-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}

.membershiop-contain .membership-point .point-content .lpoint,
.membershiop-contain .membership-point .point-content .rewards {
  display: flex;
  width: 100%;
  max-width: 360px;
  padding: 40px 0;
  align-items: center;
  flex-direction: column;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #000;
}

.membershiop-contain .membership-point .point-content .img i {
  display: inline-block;
  width: 146px;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.membershiop-contain .membership-point .point-content .center .img i {
  width: 70px;
  height: 70px;
}

.membershiop-contain .membership-point .point-content .lpoint .txt,
.membershiop-contain .membership-point .point-content .rewards .txt {
  padding: 17px 0;
  text-align: center;
}

.membershiop-contain .membership-point .point-content .lpoint .txt .saving,
.membershiop-contain .membership-point .point-content .rewards .txt .saving {
  color: #555;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.72px;
}

.membershiop-contain .membership-point .point-content .txt em.text-blue {
  color: #33aeb6;
}

.membershiop-contain .membership-point .point-content .img .point-01 {
  background-image: url("../image/point_01.png");
}

.membershiop-contain .membership-point .point-content .img .point-02 {
  background-image: url("../image/point_02.png");
}

.membershiop-contain .membership-point .point-content .img .point-plus {
  background-image: url("../image/point_plus.png");
}

.membership-point .btn-area {
  position: relative;
  width: 100%;
  text-align: center;
}

.membership-point .btn-area .btn.point-btn {
  display: block;
  padding: 11px 42px;
  height: 42px;
  margin: 0;
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  font-family: Noto Sans KR;
}

.membershiop-contain .membership-point .membership-info ul {
  margin-top: 20px;
}

.membershiop-contain .membership-point .membership-info ul li {
  color: #656565;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.96px;
}

.membershiop-contain .btn-bottom-area .member-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  max-width: 404px;
}

/* 20231030 멤버십 모바일페이지 */
@media (max-width: 1280px) {
  .membership-wrap.ico-list .content {
    padding: 30px 0 5px 0;
  }
  .membership-wrap .cont-wrap ul li:first-child .txt {
    border: none;
  }
  .membership-wrap .cont-wrap ul li:first-child .img {
    border: none;
  }
  .membership-wrap .cont-wrap .tit {
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.56px;
  }
  .membership-wrap .cont-wrap .cont {
    margin-top: 9px;
    line-height: 179%;
    letter-spacing: -1.32px;
  }
  .membership-wrap .content .title-sub-area .sub-title.point {
    color: #343434;
    font-size: 20px;
  }
  .membershiop-contain .membership-point .point-content .lpoint, .membershiop-contain .membership-point .point-content .rewards {
    padding: 34px 0;
  }
  .membershiop-contain .membership-point {
    padding: 0 24px;
  }
  .membershiop-contain .membership-point .point-content {
    margin-top: 30px;
  }
  .membershiop-contain .membership-point .point-tit span {
    font-size: 20px;
  }
  .membershiop-contain .membership-point .point-tit span em {
    font-size: 20px;
  }
  .membershiop-contain .membership-point .point-content .img i {
    width: 116px;
    height: 22px;
    background-size: contain;
  }
  .membershiop-contain .membership-point .point-content .img .point-02 {
    width: 88px;
  }
  .membershiop-contain .membership-point .point-content .center .img i {
    width: 35px;
    height: 35px;
  }
  .membershiop-contain .membership-point .point-content .center {
    padding: 0 9px;
  }
  .membershiop-contain .membership-point .point-content .lpoint .txt,
  .membershiop-contain .membership-point .point-content .rewards .txt {
    padding: 20px 0;
  }
  .membershiop-contain .membership-point .point-content .lpoint .txt .saving,
  .membershiop-contain .membership-point .point-content .rewards .txt .saving {
    font-size: 12px;
    line-height: 179%;
    letter-spacing: -0.96px;
  }
  .membership-point .btn-area .btn.point-btn {
    padding: 6px 19px;
    height: 28px;
    font-size: 12px;
  }
  .membershiop-contain .membership-point .membership-info ul li {
    font-size: 10px;
    line-height: 179%;
    letter-spacing: -0.96px;
  }
  .membershiop-contain .membership-point .point-tit p {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.28px;
  }
  .membershiop-contain .btn-bottom-area .member-btn {
    max-width: 320px;
  }
  .membershiop-contain .btn-bottom-area .member-btn span {
    font-size: 16px;
  }
  .membershiop-contain .membership-info-box ul li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .membershiop-contain .membership-info-box ul li .text-box {
    display: flex;
    width: 65%;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    min-height: 133px;
  }
  .membershiop-contain .membership-info-box .inner ul {
    padding: 0 25px;
  }
  .membershiop-contain .membership-info-box ul li:nth-child(2) {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: rgba(150, 150, 150, 0.1803921569);
  }
  .membershiop-contain .membership-point .point-content .txt em.text-blue {
    font-size: 12px;
    color: #33aeb6;
  }
  .membership-info-box .inner ul li:last-child {
    border-left: 0;
  }
  .membership-info-box .inner ul li .text-box span.title {
    line-height: 160%;
    margin-top: 10px;
  }
  .membership-info-box .inner ul li .text-box span.text {
    line-height: 179%;
    margin-top: 11px;
  }
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
body header.scroll + .container .contents-reservation-cc .golf-cc-container[data-state=active] {
  top: 80px !important;
}
body.reservation #footer {
  display: none;
}

[data-catagory=reservation] .contents-reservation-cc {
  position: relative;
  min-height: calc(100vh - 120px);
}
[data-catagory=reservation] .contents-reservation-cc.intro-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -349px;
  background-color: #EDF9FA;
}
[data-catagory=reservation] .contents-reservation-cc.intro-main::before {
  content: "";
  background: url("../image/reservation-bg-intro-2.png") no-repeat left top;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 785px;
  height: 381px;
  margin-left: -349px;
  z-index: 1;
}
[data-catagory=reservation] .contents-reservation-cc.intro-main .schedule-contents::after {
  content: "";
  background: url("../image/reservation-bg-intro-1.png") no-repeat left top;
  position: fixed;
  right: 0;
  top: 120px;
  width: 658px;
  height: 468px;
  z-index: 1;
}
[data-catagory=reservation] .contents-area {
  position: relative;
  z-index: 1;
  width: 1420px;
  margin: 0 auto;
  padding-bottom: 60px;
  display: flex;
}
[data-catagory=reservation] .aside {
  position: fixed;
  left: 50%;
  top: 120px;
  bottom: 60px;
  width: 280px;
  margin-left: -710px;
  -ms-overflow-style: none;
}
[data-catagory=reservation] .aside[data-position=static] {
  bottom: 408px;
}
[data-catagory=reservation] .aside > .scroll-area-content {
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 0;
  width: 320px;
  padding-right: 40px !important;
}
[data-catagory=reservation] .aside > .scroll-area-content::-webkit-scrollbar {
  display: none;
}
[data-catagory=reservation] .aside > .scroll-area-content .cc-select-area {
  transition: opacity 0.6s ease-in-out;
}
[data-catagory=reservation] .aside > .scroll-area-content .select-box {
  transition: opacity 0.6s ease-in-out;
}
[data-catagory=reservation] .aside:hover .scroll-element {
  opacity: 1;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
[data-catagory=reservation] .aside .scroll-element {
  right: 0;
  opacity: 0;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
[data-catagory=reservation] .aside .scroll-element.scroll-x {
  display: none;
}
[data-catagory=reservation] .aside .title-cc {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 35px;
}
[data-catagory=reservation] .aside .btn-box {
  position: absolute;
  top: 5px;
  right: 0;
}
[data-catagory=reservation] .aside .btn-box .submit-small {
  padding: 6px 20px;
}
[data-catagory=reservation] .aside .btn-box .submit-small em {
  font-size: 14px;
  line-height: 14px;
}
[data-catagory=reservation] .aside .cc-select-area ul {
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
[data-catagory=reservation] .aside .cc-select-area ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .aside .cc-select-area ul li {
  float: left;
  width: 33.33333333%;
  position: relative;
}
[data-catagory=reservation] .aside .cc-select-area ul li::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 2px;
  border-right: 1px #eee solid;
  height: 16px;
}
[data-catagory=reservation] .aside .cc-select-area ul li:last-child::after {
  display: none;
}
[data-catagory=reservation] .aside .cc-select-area ul li button {
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
[data-catagory=reservation] .aside .cc-select-area ul li button em {
  color: #000;
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=reservation] .aside .cc-select-area ul li button.active em {
  color: #da291c;
  font-weight: bold;
}
[data-catagory=reservation] .aside .cc-select-area ul li button.active::before {
  content: "";
  border-bottom: 2px #da291c solid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}
[data-catagory=reservation] .aside .cc-select-area ul li button.active::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='8px'%3e%3cpath fill-rule='evenodd' fill='rgb(218, 41, 28)' d='M0.773,-0.000 C1.420,-0.000 12.765,-0.000 13.210,-0.000 C13.789,-0.000 14.219,0.386 13.881,0.768 C13.610,1.074 8.142,7.194 7.675,7.716 C7.367,8.059 6.635,8.053 6.327,7.716 C5.984,7.340 0.489,1.197 0.107,0.753 C-0.173,0.427 0.136,-0.000 0.773,-0.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 14px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
}
[data-catagory=reservation] .aside .select-box {
  margin: -10px 0 0 100px;
}
[data-catagory=reservation] .aside .select-box em {
  font-weight: bold;
}
[data-catagory=reservation] .aside .cc-cal-area {
  padding: 10px 0 5px;
  border-bottom: 1px #eee solid;
  transition: opacity 0.6s ease-in-out;
}
[data-catagory=reservation] .aside .cc-cal-area:last-child {
  margin-bottom: 30px;
}
[data-catagory=reservation] .aside .cc-cal-area > strong {
  display: block;
  margin-bottom: 10px;
}
[data-catagory=reservation] .aside .cc-cal-area > strong em {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #555;
}
[data-catagory=reservation] .aside .cc-cal-area table thead tr th {
  padding-bottom: 5px;
}
[data-catagory=reservation] .aside .cc-cal-area table thead tr th em {
  color: #777;
  font-size: 14px;
  line-height: 14px;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td {
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td:first-child em {
  color: #e63333;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td:last-child em {
  color: #2086cd;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td em {
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  letter-spacing: 0;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td span {
  display: block;
  min-width: 40px;
  font-size: 11px;
  line-height: 11px;
  padding-top: 5px;
  color: #555;
  letter-spacing: 0;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.now {
  position: relative;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.now::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 4px;
  height: 4px;
  background-color: #e63333;
  border-radius: 50%;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.disabled {
  cursor: default;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.disabled em,
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.disabled span {
  color: #aaa;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.active {
  background-color: #e63333;
}
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.active em,
[data-catagory=reservation] .aside .cc-cal-area table tbody tr td.active span {
  color: #fff;
}
[data-catagory=reservation] .schedule-contents {
  width: calc(100% - 360px);
  margin-left: 360px;
}
[data-catagory=reservation] .schedule-contents .intro-cc {
  padding: 110px 0 0 110px;
  width: 100%;
  position: relative;
  z-index: 10;
}
[data-catagory=reservation] .schedule-contents .intro-cc .templ-type-herder {
  margin-bottom: 40px;
}
[data-catagory=reservation] .schedule-contents .intro-cc > h3 {
  font-size: 18px;
  line-height: 18px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px #eee solid;
}
[data-catagory=reservation] .schedule-contents .intro-cc > span {
  display: block;
  color: #777;
}
[data-catagory=reservation] .schedule-contents .intro-cc > span .button-small {
  width: inherit;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 30px;
}
[data-catagory=reservation] .schedule-contents .intro-cc > span .button-small + .button-small {
  margin-left: 9px;
}
[data-catagory=reservation] .schedule-contents .intro-cc > p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
}
[data-catagory=reservation] .schedule-contents .no-schedule {
  text-align: center;
  margin-top: 115px;
  border-top: 1px solid #555555;
}
[data-catagory=reservation] .schedule-contents .no-schedule .icon-no-result {
  display: block;
  margin: 60px auto 0;
}
[data-catagory=reservation] .schedule-contents .no-schedule .notice-text {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
[data-catagory=reservation] .schedule-contents .no-schedule .notice-box {
  max-width: 500px;
  margin: 30px auto 0;
  padding: 30px 0px;
  border-radius: 15px;
  background: #f5f5f5;
}
[data-catagory=reservation] .schedule-contents .no-schedule .notice-box .txt {
  line-height: 1.6;
}
[data-catagory=reservation] .schedule-contents .schedule {
  padding: 60px 0 0 0;
}
[data-catagory=reservation] .schedule-contents .schedule.package-area {
  padding: 95px 0 0 0;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package {
  border-top: 2px #000 solid;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package .no-data-box {
  border-top: none;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li {
  border-bottom: 1px #eee solid;
  padding: 20px 0;
  position: relative;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .img {
  float: left;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .img img {
  display: block;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item {
  float: left;
  width: 600px;
  margin-left: 30px;
  padding-top: 7px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item a::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  border-radius: 100px;
  background: #eee url("../image/icon-search.png") no-repeat 50% 50%;
  background-size: 16px 16px;
  vertical-align: -8px;
  content: "";
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span {
  display: block;
  margin-bottom: 10px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span .dl-content dt {
  padding-bottom: 10px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span .dl-content dd {
  padding-bottom: 10px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span .dl-content .hidden {
  display: none;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span .caution {
  padding-top: 8px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span p {
  line-height: 26px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item span p * {
  line-height: 26px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .package-item em {
  display: block;
  color: #777;
  padding-top: 10px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area {
  position: absolute;
  right: 0;
  top: 50px;
  text-align: right;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area span {
  display: block;
  font-size: 20px;
  color: #da291c;
  margin-bottom: 15px;
  padding-right: 30px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area span em {
  font-size: 22px;
  color: #da291c;
  display: inline-block;
  padding-right: 3px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area span.text-small {
  margin-bottom: 10px;
  color: #777;
  font-size: 14px;
  line-height: 14px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area span.text-small em {
  font-size: 14px;
  line-height: 14px;
  color: #777;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area a {
  display: inline-block;
  font-size: 18px;
  padding: 15px 48px;
  border: 1px #ccc solid;
  border-radius: 100px;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area a:hover {
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  color: #fff;
  background-color: #e63333;
  border-color: #e63333;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area .pictogram-box {
  margin-bottom: 15px;
  padding-right: 30px;
  display: block;
  font-size: 0;
  line-height: 1;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area .pictogram-box .ico-picoto-rev {
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 0;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area .pictogram-box .ico-picoto-rev img {
  width: 100%;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-package ul li .r-area .pictogram-box .ico-picoto-rev + span {
  margin-left: 1px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table thead tr th {
  background-color: #A59280;
  border-left: 1px #928171 solid;
  padding: 11px 0;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table thead tr th:first-child {
  border-left: none;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table thead tr th button {
  width: 16px;
  height: 16px;
  padding: 0;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table thead tr th strong {
  display: inline-block;
  margin-right: 3px;
  color: #fff;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table thead tr th span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td {
  border-left: 1px #e5e5e5 solid;
  border-bottom: 1px #ccc solid;
  vertical-align: middle;
  border-bottom: 1px #e5e5e5 solid;
  vertical-align: top;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3), [data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) ~ td {
  width: 504px;
  padding: 20px 0 20px 7px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) > ul li, [data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) ~ td > ul li {
  padding: 3px 2px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) > ul li .minute-area, [data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) ~ td > ul li .minute-area {
  padding: 5px 0 5px 4px;
  width: 50px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) > ul li .minute-area em, [data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(3) ~ td > ul li .minute-area em {
  padding-bottom: 4px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(5), [data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child:nth-last-child(5) ~ td {
  width: 250px;
  padding: 20px 20px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:nth-child(even) {
  background-color: #F7F4F0;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:first-child {
  width: 54px !important;
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  padding: 0 !important;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td:last-child {
  border-right: 1px #e5e5e5 solid;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td .time-area {
  display: block;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td .time-area em {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li {
  float: left;
  padding: 9px 4px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area {
  position: relative;
  border: 1px #ccc solid;
  background-color: #fff;
  cursor: pointer;
  padding: 7px 10px 7px 10px;
  width: 60px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area em {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 8px;
  color: #555;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area em strong {
  font-weight: bold;
  letter-spacing: 0;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area u {
  display: block;
  text-decoration: line-through;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  padding-right: 4px;
  padding-bottom: 3px;
  letter-spacing: 0;
  text-align: right;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #555;
  letter-spacing: 0;
  text-align: right;
  padding-right: 4px;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area mark {
  position: absolute;
  right: -1px;
  top: -12px;
  padding: 0 5px;
  font-size: 11px;
  color: #33aeb6;
  font-weight: bold;
  border: 1px solid #33aeb6;
  background-color: #fff;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=waiting] {
  background-color: #ddd;
  cursor: default;
  position: relative;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=waiting]::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  background-color: #e63333;
  border-radius: 50%;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=close] {
  background-color: #eee;
  cursor: default;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=close] em {
  opacity: 0.5;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=close] u {
  color: #999;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=close] span {
  color: #555;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=active] {
  background-color: #e63333;
  border-color: #e63333;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=active] em,
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=active] u,
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=active] strong,
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area[data-state=active] span {
  color: #fff;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area.self[data-state=active] {
  background-color: #33aeb6;
  border-color: #33aeb6;
}
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area.self[data-state=active] em,
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area.self[data-state=active] u,
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area.self[data-state=active] strong,
[data-catagory=reservation] .schedule-contents .schedule .schedule-times table tbody tr td > ul li .minute-area.self[data-state=active] span {
  color: #fff;
}
[data-catagory=reservation] .coupon-align {
  float: right;
}
[data-catagory=reservation] .filter-area .select-box,
[data-catagory=reservation] .coupon-align .select-box {
  float: left;
  width: 90px;
}
[data-catagory=reservation] .filter-area .select-box em,
[data-catagory=reservation] .coupon-align .select-box em {
  padding: 6px 0 0;
  height: 33px;
  border-bottom: 1px #555 solid;
}
[data-catagory=reservation] .filter-area .select-box::before,
[data-catagory=reservation] .coupon-align .select-box::before {
  top: 12px;
}
[data-catagory=reservation] .filter-area .select-box ul,
[data-catagory=reservation] .coupon-align .select-box ul {
  top: 30px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .filter-area .select-box ul,
  [data-catagory=reservation] .coupon-align .select-box ul {
    top: 28px;
  }
}
[data-catagory=reservation] .information-use-area {
  margin: 45px 0 35px;
  border-top: 2px #000 solid;
  border-bottom: 1px #ddd solid;
  padding: 27px 0 20px;
  position: relative;
  min-width: 1280px;
}
[data-catagory=reservation] .information-use-area h3 {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 30px;
}
[data-catagory=reservation] .information-use-area ul {
  margin: 0 0 0 220px;
}
[data-catagory=reservation] .information-use-area ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .information-use-area ul li {
  float: left;
  position: relative;
  text-align: center;
}
[data-catagory=reservation] .information-use-area ul li::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='27px'%3e%3cpath fill-rule='evenodd' fill='rgb(204, 204, 204)' d='M14.228,14.207 L2.207,26.228 C1.816,26.618 1.183,26.618 0.793,26.228 C0.402,25.837 0.402,25.204 0.793,24.814 L12.106,13.500 L0.793,2.186 C0.402,1.796 0.402,1.162 0.793,0.772 C1.183,0.381 1.816,0.381 2.207,0.772 L14.228,12.793 C14.618,13.183 14.618,13.817 14.228,14.207 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 20px;
}
[data-catagory=reservation] .information-use-area ul li:nth-child(1) {
  width: 167px;
  text-align: left;
}
[data-catagory=reservation] .information-use-area ul li:nth-child(2) {
  width: 386px;
}
[data-catagory=reservation] .information-use-area ul li:nth-child(3) {
  width: 500px;
}
[data-catagory=reservation] .information-use-area ul li:nth-child(3):after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .information-use-area ul li:nth-child(3) .f {
  float: left;
  width: 50%;
  padding: 0 20px;
}
[data-catagory=reservation] .information-use-area ul li:nth-child(3)::after {
  display: none;
}
[data-catagory=reservation] .information-use-area ul li .ic {
  height: 60px;
}
[data-catagory=reservation] .information-use-area ul li .ic i {
  display: block;
}
[data-catagory=reservation] .information-use-area ul li .ic i.icon-use-1 {
  background: url(../image/icon-use-1.png) no-repeat center top;
  width: 58px;
  height: 40px;
}
[data-catagory=reservation] .information-use-area ul li .ic i.icon-use-2 {
  background: url(../image/icon-use-2.png) no-repeat center top;
  height: 46px;
}
[data-catagory=reservation] .information-use-area ul li .ic i.icon-use-3 {
  background: url(../image/icon-use-3.png) no-repeat center top;
  height: 45px;
}
[data-catagory=reservation] .information-use-area ul li .ic i.icon-use-4 {
  background: url(../image/icon-use-4.png) no-repeat center top;
  height: 41px;
}
[data-catagory=reservation] .information-use-area ul li em {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #777;
  padding-top: 7px;
}
[data-catagory=reservation] .information-use-area ul li .or {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='16px'%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='26px' x='0px' y='16px'%3e%3ctspan font-size='26px' font-family='SpoqaHanSans' fill='%23CCCCCC'%3eor%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 25px;
  height: 16px;
  position: absolute;
  left: 241px;
  top: 59px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .information-use-area {
    display: none;
  }
}
[data-catagory=reservation] .coupon-filter .rsx {
  display: none;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .coupon-filter {
    display: block;
  }
  [data-catagory=reservation] .coupon-filter .templ-type-tab-small {
    display: block;
    margin-bottom: 20px;
  }
  [data-catagory=reservation] .coupon-filter .templ-type-tab-small ul li {
    margin-right: 23px;
  }
  [data-catagory=reservation] .coupon-filter .templ-type-tab-small ul li:last-child {
    margin-right: 0;
  }
  [data-catagory=reservation] .coupon-filter .coupon-align {
    float: none;
  }
  [data-catagory=reservation] .coupon-filter .coupon-align:after {
    content: "";
    display: block;
    clear: both;
  }
  [data-catagory=reservation] .coupon-filter .coupon-align .rsx {
    display: block;
    float: left;
  }
  [data-catagory=reservation] .coupon-filter .coupon-align .rsx .button-small {
    padding: 8.5px 25px;
  }
  [data-catagory=reservation] .coupon-filter .coupon-align .select-box {
    float: right;
  }
}
[data-catagory=reservation] .filter-area {
  position: relative;
}
[data-catagory=reservation] .filter-area .l-area > ul {
  margin-top: 16px;
}
[data-catagory=reservation] .filter-area .l-area > ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .filter-area .l-area > ul > li {
  float: left;
  margin-left: 15px;
}
[data-catagory=reservation] .filter-area .l-area > ul > li:nth-child(1) em {
  color: #da291c;
}
[data-catagory=reservation] .filter-area .l-area > ul > li:nth-child(2) em {
  color: #000;
}
[data-catagory=reservation] .filter-area .l-area > ul > li:nth-child(3) em {
  color: #777;
}
[data-catagory=reservation] .filter-area .l-area > ul > li i {
  display: inline-block;
  margin-right: 6px;
  width: 14px;
  height: 12px;
  border: 1px #ccc solid;
}
[data-catagory=reservation] .filter-area .l-area > ul > li i.icon-fs-2 {
  background-color: #ddd;
  position: relative;
}
[data-catagory=reservation] .filter-area .l-area > ul > li i.icon-fs-2::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  background-color: #e63333;
  border-radius: 50%;
}
[data-catagory=reservation] .filter-area .l-area > ul > li i.icon-fs-3 {
  background-color: #f2f2f2;
}
[data-catagory=reservation] .filter-area .l-area > ul > li em {
  font-size: 14px;
  line-height: 14px;
}
[data-catagory=reservation] .filter-area .date-year-month {
  position: absolute;
  min-width: 400px;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
[data-catagory=reservation] .filter-area .date-year-month .year {
  font-size: 20px;
  line-height: 20px;
  color: #777;
}
[data-catagory=reservation] .filter-area .date-year-month .year em {
  font-size: 20px;
  line-height: 20px;
  color: #777;
}
[data-catagory=reservation] .filter-area .date-year-month .month {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  padding-left: 7px;
}
[data-catagory=reservation] .filter-area .date-year-month .month em {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
[data-catagory=reservation] .filter-area .date-year-month button {
  width: 34px;
  height: 34px;
  vertical-align: 0;
  margin: 0 13px;
}
[data-catagory=reservation] .filter-area .date-year-month button i {
  vertical-align: -3px;
}
[data-catagory=reservation] .filter-area .r-area {
  position: relative;
  height: 34px;
}
[data-catagory=reservation] .filter-area .r-area:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .filter-area .r-area .total {
  float: left;
  margin-right: 30px;
}
[data-catagory=reservation] .filter-area .r-area .total + .select-box {
  margin-top: 8px;
}
[data-catagory=reservation] .filter-area .r-area .select-box {
  float: left;
}
[data-catagory=reservation] .filter-area .r-area .update {
  margin-top: 10px;
}
[data-catagory=reservation] .filter-area .r-area .update button {
  color: #555;
  font-size: 14px;
  border-bottom: 1px #ccc solid;
  padding: 0 0 5px 0;
}
[data-catagory=reservation] .filter-area .r-area .update button::before {
  content: "";
  background: url("../image/icon_reset-2.png") no-repeat left top;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -4px;
  margin-right: 5px;
}
[data-catagory=reservation] .golf-cc-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100vh - 60px);
  z-index: 100;
  background-color: #fff;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
[data-catagory=reservation] .golf-cc-container[data-position=static] {
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  bottom: 280px;
}
[data-catagory=reservation] .golf-cc-container[data-state=active] {
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  top: 120px !important;
}
[data-catagory=reservation] .golf-cc-container[data-state=active] .cc-bar {
  background-color: #387688;
}
[data-catagory=reservation] .golf-cc-container[data-state=active] .cc-bar .cont button {
  background-color: #2D5E6D;
}
[data-catagory=reservation] .golf-cc-container[data-state=active] .golf-cc-contents {
  display: block;
}
[data-catagory=reservation] .golf-cc-container .cc-bar {
  background-color: #387688;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul {
  padding: 21px 0;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul li {
  float: left;
  padding-left: 34px;
  position: relative;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul li:first-child span {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 60px;
  display: block;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul li:first-child span.package-area {
  width: 200px;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul li:first-child::before {
  display: none;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul li::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10.5px' height='17.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1.012,15.964 L8.146,8.984 L1.012,1.007 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 10.5px;
  height: 17.5px;
  position: absolute;
  left: 12px;
  top: 1px;
  opacity: 0.3;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont ul li span {
  color: #fff;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 140px;
  padding-left: 20px;
  text-align: left;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button em {
  font-size: 18px;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.select-menu {
  background-color: #326A7A;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.select-menu::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='19px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' opacity='0.502' fill='none' d='M2.975,15.056 L10.025,9.458 L2.975,2.917 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 14px;
  height: 19px;
  position: absolute;
  right: 23px;
  top: 21px;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.select-menu.active {
  background-color: #da291c;
  opacity: 1;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.select-menu.active em {
  color: #fff;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.select-menu.active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='19px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,15.056 L10.025,9.458 L2.975,2.917 '/%3e%3c/svg%3e");
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.edit-menu {
  background-color: #27525F;
  color: #fff;
  padding-left: 70px;
}
[data-catagory=reservation] .golf-cc-container .cc-bar .cont button.edit-menu::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='18px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.299,0.207 L15.787,3.668 C16.062,3.941 16.061,4.386 15.783,4.661 L5.196,15.152 L-0.000,15.999 L0.712,10.703 L11.299,0.211 C11.576,-0.064 12.024,-0.066 12.299,0.207 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(39, 82, 95)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M3.679,8.312 L8.742,13.536 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 43px;
  top: 20px;
}
[data-catagory=reservation] .golf-cc-container .golf-cc-contents {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 18px;
  right: 0;
  overflow: auto;
  display: none;
  -ms-overflow-style: none;
}

.filter-area {
  margin-bottom: 15px;
}
.filter-area:after {
  content: "";
  display: block;
  clear: both;
}
.filter-area .select-box {
  width: 90px;
}
.filter-area .l-area {
  float: right;
}
.filter-area .r-area {
  float: left;
}
.filter-area .r-area .total {
  margin-top: 17px;
  display: block;
}
.filter-area .r-area .total em {
  font-weight: 700;
  color: #da291c;
}

.modal-pop-area .modal-title.charge {
  margin-bottom: 30px;
}
.modal-pop-area .contents.charge {
  padding: 0 !important;
}
.modal-pop-area .contents.charge .faq-list-content {
  border-top: 0;
}
.modal-pop-area .contents.charge .faq-item {
  padding-bottom: 30px;
  border-bottom: 0;
}
.modal-pop-area .contents.charge .faq-item:last-child {
  padding-bottom: 0;
}
.modal-pop-area .contents.charge .faq-item .question .title:before,
.modal-pop-area .contents.charge .faq-item .answer:before {
  display: none;
}
.modal-pop-area .contents.charge .faq-item .question {
  border-bottom: 2px solid #000;
}
.modal-pop-area .contents.charge .faq-item .question .title {
  padding: 0 0 11px 0;
  font-size: 24px;
  line-height: 40px;
}
.modal-pop-area .contents.charge .faq-item .question.active .title {
  font-weight: normal;
}
.modal-pop-area .contents.charge .faq-item .answer {
  padding: 0;
  border-top: 0;
  background: none;
}
.modal-pop-area .contents.charge .faq-item .answer .table {
  border-top: 0;
}
.modal-pop-area .contents.charge .faq-item .answer .tb-info-txt {
  font-size: 14px;
  color: #000;
  text-align: right;
}
.modal-pop-area .contents.charge .faq-item .answer .templ-type-infolist-2 ul {
  margin-top: 10px;
}
.modal-pop-area .contents.charge .templ-type-infolist-2 ul li {
  text-indent: -10px;
  padding: 0 0 0 10px;
  word-break: keep-all;
}
.modal-pop-area .contents.charge .templ-type-infolist-2 ul > li::before,
.modal-pop-area .contents.charge .templ-type-infolist-3 ul > li::before,
.modal-pop-area .contents.charge .templ-type-infolist-4 ul > li::before {
  vertical-align: 0;
}
.modal-pop-area .contents.charge .faq-item .question:before {
  right: 17px;
}
.modal-pop-area .contents.charge .faq-item .question:after {
  right: 6px;
}
.modal-pop-area .contents.charge + .btn-area {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .modal-pop-area .modal-title.charge {
    margin-bottom: 20px;
  }
  .modal-pop-area .contents.charge {
    padding-top: 0 !important;
  }
  .modal-pop-area .contents.charge .faq-item {
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .modal-pop-area .contents.charge .faq-item:last-child {
    padding-bottom: 0;
  }
  .modal-pop-area .contents.charge .faq-item .answer {
    padding: 0;
    background: none;
    border-top: 0;
  }
  .modal-pop-area .contents.charge .faq-item .question .title {
    padding: 0 0 10px 0;
    font-size: 19px;
    line-height: 27px;
  }
  .modal-pop-area .contents.charge .faq-item .question.active .title {
    font-weight: normal;
  }
  .modal-pop-area .contents.charge .faq-item .question {
    border-bottom: 2px solid #000;
  }
  .modal-pop-area .contents.charge .faq-item .question .title:before,
  .modal-pop-area .contents.charge .faq-item .answer:before {
    display: none;
  }
  .modal-pop-area .contents.charge .faq-item .answer .tb-info-txt {
    margin-top: 5px;
    font-size: 13px;
    color: #000;
    text-align: right;
  }
  .modal-pop-area .contents.charge .templ-type-infolist-2 {
    margin-top: 5px;
  }
  .modal-pop-area .contents.charge .faq-list-content {
    margin: 0;
    border-top: 0;
  }
  .modal-pop-area .contents.charge .faq-item .question:before {
    right: 14px;
  }
  .modal-pop-area .contents.charge .faq-item .question:after {
    right: 5px;
  }
  .modal-pop-area .contents.charge .faq-item .answer .table {
    border-top: 0;
  }
  .modal-pop-area .contents.charge .faq-item .answer .templ-type-infolist-2 ul {
    margin-top: 10px;
  }
  .modal-pop-area .contents.charge .faq-item .answer .templ-type-infolist-2 ul li {
    word-break: keep-all;
  }
  .modal-pop-area .contents.charge .table .table-center th, .modal-pop-area .contents.charge .table .table-center td {
    padding: 10px 0;
    word-break: keep-all;
  }
}
.coupon-area .coupon-lists {
  margin: 20px -10px -40px;
}
.coupon-area .coupon-lists:after {
  content: "";
  display: block;
  clear: both;
}
.coupon-area .coupon-lists > li {
  float: left;
  width: 33.3333333333%;
  padding: 0 10px 40px;
  min-height: 455px;
}
.coupon-area .coupon-lists > li .coupon-buy-item {
  border: 1px #ddd solid;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.coupon-area .coupon-lists > li .coupon-buy-item .img {
  display: block;
  max-height: 239px;
  overflow: hidden;
}
.coupon-area .coupon-lists > li .coupon-buy-item .img img {
  width: 100%;
  height: 100%;
}
.coupon-area .coupon-lists > li .coupon-buy-item .t {
  min-height: 239px;
  padding: 40px 30px 0;
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.coupon-area .coupon-lists > li .coupon-buy-item .t .coupon-label {
  padding-bottom: 13px;
}
.coupon-area .coupon-lists > li .coupon-buy-item .t .tit {
  font-size: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 46px;
  height: 91px;
}
.coupon-area .coupon-lists > li .coupon-buy-item .t .bt {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.coupon-area .coupon-lists > li .coupon-buy-item .t .bt p {
  margin-top: 10px;
}
.coupon-area .coupon-lists > li .coupon-buy-item .t .bt p span {
  display: inline-block;
  width: 67px;
  color: #555;
}
.coupon-area .coupon-lists > li .coupon-buy-item .p {
  padding: 30px;
  position: relative;
}
.coupon-area .coupon-lists > li .coupon-buy-item .p .buy {
  text-align: right;
  margin-bottom: 30px;
}
.coupon-area .coupon-lists > li .coupon-buy-item .p .buy .discount {
  font-size: 14px;
  line-height: 14px;
  color: #555;
  text-decoration: line-through;
}
.coupon-area .coupon-lists > li .coupon-buy-item .p .buy .price {
  display: inline-block;
  padding-left: 5px;
  font-size: 24px;
  line-height: 24px;
  color: #da291c;
  font-weight: bold;
}
.coupon-area .coupon-lists > li .coupon-buy-item .p .buy-copon {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 200px;
  padding: 20px 0;
  min-width: 180px;
  text-align: center;
  display: block;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
.coupon-area .coupon-lists > li .coupon-buy-item .p .buy-copon:hover {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
  color: #fff;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
@media screen and (max-width: 768px) {
  .coupon-area .coupon-lists {
    margin: 20px 0 -30px;
  }
  .coupon-area .coupon-lists > li {
    width: 100%;
    padding: 0 0 30px;
    min-height: initial;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .img {
    min-height: 100%;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .img img {
    width: 100%;
    max-height: 179px;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .t {
    min-height: 179px;
    padding: 25px 20px 0;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .t .coupon-label {
    padding-bottom: 9px;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .t .tit {
    font-size: 23px;
    line-height: 28px;
    height: 55px;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .t .bt {
    left: 20px;
    bottom: 20px;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .p {
    padding: 20px;
    position: relative;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .p .buy {
    text-align: right;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .p .buy .discount {
    font-size: 12px;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .p .buy .price {
    font-size: 20px;
    padding-left: 5px;
  }
  .coupon-area .coupon-lists > li .coupon-buy-item .p .buy-copon {
    font-size: 15px;
    padding: 15px 0;
  }
}
.information-use-area-mobile {
  position: relative;
}
.information-use-area-mobile h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 50px;
  font-family: SpoqaHanSans-Light;
}
@media screen and (max-width: 768px) {
  .information-use-area-mobile h3 {
    padding: 0 20px;
  }
}
.information-use-area-mobile ul li {
  position: relative;
  text-align: center;
}
.information-use-area-mobile ul li::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='27px'%3e%3cpath fill-rule='evenodd' fill='rgb(204, 204, 204)' d='M14.228,14.207 L2.207,26.228 C1.816,26.618 1.183,26.618 0.793,26.228 C0.402,25.837 0.402,25.204 0.793,24.814 L12.106,13.500 L0.793,2.186 C0.402,1.796 0.402,1.162 0.793,0.772 C1.183,0.381 1.816,0.381 2.207,0.772 L14.228,12.793 C14.618,13.183 14.618,13.817 14.228,14.207 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 27px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  transform: rotate(90deg);
}
.information-use-area-mobile ul li:nth-child(1) {
  margin-bottom: 60px;
}
.information-use-area-mobile ul li:nth-child(2) {
  margin-bottom: 67px;
}
.information-use-area-mobile ul li:nth-child(3):after {
  content: "";
  display: block;
  clear: both;
}
.information-use-area-mobile ul li:nth-child(3) .f {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.information-use-area-mobile ul li:nth-child(3)::after {
  display: none;
}
.information-use-area-mobile ul li .ic {
  margin-bottom: 20px;
}
.information-use-area-mobile ul li .ic i {
  display: block;
  margin: 0 auto;
}
.information-use-area-mobile ul li .ic i.icon-use-1 {
  background: url(../image/icon-use-m-1.png) no-repeat center top;
  background-size: 100% 100%;
  width: 50px;
  height: 35px;
}
.information-use-area-mobile ul li .ic i.icon-use-2 {
  background: url(../image/icon-use-m-2.png) no-repeat center top;
  background-size: 100% 100%;
  width: 50px;
  height: 40px;
}
.information-use-area-mobile ul li .ic i.icon-use-3 {
  background: url(../image/icon-use-m-3.png) no-repeat center top;
  background-size: 100% 100%;
  width: 53px;
  height: 35px;
  margin-bottom: 26px;
}
.information-use-area-mobile ul li .ic i.icon-use-4 {
  background: url(../image/icon-use-m-4.png) no-repeat center top;
  background-size: 100% 100%;
  width: 44px;
  height: 42px;
}
.information-use-area-mobile ul li span {
  font-size: 18px;
  line-height: 24px;
}
.information-use-area-mobile ul li em {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #777;
  padding-top: 4px;
}
.information-use-area-mobile ul li .or {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='16px'%3e%3ctext kerning='auto' font-family='Gulim' fill='rgb(0, 0, 0)' font-size='26px' x='0px' y='16px'%3e%3ctspan font-size='26px' font-family='SpoqaHanSans' fill='%23CCCCCC'%3eor%3c/tspan%3e%3c/text%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 25px;
  height: 16px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
}

[data-catagory=reservation] .search-filter.weekend {
  padding-bottom: 22px;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend h3 {
  font-size: 18px;
  line-height: 1;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend li {
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend li::before {
  background-color: #666;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend li:last-child {
  margin-bottom: 0;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend .depth2 {
  margin-top: 5px;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend .depth2 li {
  margin: 0;
  padding-left: 0;
  font-weight: normal;
  line-height: 30px;
  color: #777;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend .depth2 li::before {
  display: none;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend .depth2 .blue {
  color: #33aeb6;
}
[data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend .depth2 .red {
  color: #da291c;
}
[data-catagory=reservation] .weekend-form-wrap {
  margin-top: 48px;
}
[data-catagory=reservation] .weekend-form-wrap .tit {
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 58px;
}
[data-catagory=reservation] .weekend-form-wrap .form-box {
  margin: 15px 0 0 0;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner {
  font-size: 0;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner + .form-inner {
  margin-top: 50px;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner > div {
  margin-top: 0;
  padding-left: 38px;
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner > div:first-child {
  padding-left: 0;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner > div.check {
  vertical-align: bottom;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .form-wrap.disabled label {
  font-weight: normal;
  color: #777;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .form-wrap .checkbox-box {
  display: block;
  margin-bottom: 26px;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .form-wrap .checkbox-box label {
  margin-bottom: 0;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .form-wrap .etcTxt {
  margin-top: 10px;
  font-weight: bold;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .form-wrap .etcTxt.red {
  color: #da291c;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .input-box.date-picker {
  display: block;
  width: 100%;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .input-box.date-picker input {
  height: 44px;
  padding: 15px 30px 15px 0;
  border-bottom: 2px solid #555;
  background-position: right 11px;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .input-box.date-picker2 {
  display: block;
  width: 100%;
}
[data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .input-box.date-picker2 input {
  height: 44px;
  padding: 15px 30px 15px 0;
  border-bottom: 2px solid #555;
  background-position: right 11px;
}
[data-catagory=reservation] .weekend-form-wrap .btn-wrap {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .join-reservation.weekend {
    padding-bottom: 0;
  }
  [data-catagory=reservation] .join-reservation .contents-area {
    padding-bottom: 0;
  }
  [data-catagory=reservation] .search-filter.weekend {
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  [data-catagory=reservation] .search-filter .templ-type-infolist-1.weekend .depth2 li {
    padding-left: 8px;
    text-indent: -8px;
    line-height: 20px;
    word-break: keep-all;
  }
  [data-catagory=reservation] .weekend-form-wrap {
    margin-top: 42px;
    padding: 0 20px;
  }
  [data-catagory=reservation] .weekend-form-wrap .tit {
    font-family: "SpoqaHanSans-Regular";
    font-size: 24px;
    line-height: 38px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box {
    margin-top: 20px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner + .form-inner {
    margin-top: 30px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner.line2 .form-wrap:first-child {
    padding-right: 10px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner.line2 .form-wrap:nth-child(2) {
    padding-left: 10px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .disabled:first-child {
    margin-bottom: 30px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .disabled:nth-child(2) {
    padding-right: 10px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .disabled:last-child {
    padding-left: 10px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .mobile-wide {
    margin-top: 40px;
    padding-left: 0;
    width: 100%;
    display: block;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .mobile-half {
    position: relative;
    padding-left: 0;
    width: 50%;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .mobile-half .etcTxt {
    position: absolute;
    left: 0;
    bottom: -25px;
    margin-top: 0;
    white-space: nowrap;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .input-box.date-picker input {
    height: 33px;
    padding: 8px 0;
    border-bottom: 1px solid #555;
    background-position: right 6px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .input-box.date-picker2 input {
    height: 33px;
    padding: 8px 0;
    border-bottom: 1px solid #555;
    background-position: right 6px;
  }
  [data-catagory=reservation] .weekend-form-wrap .form-box .form-inner .form-wrap .checkbox-box {
    margin-top: 12px;
    margin-bottom: 0;
  }
  [data-catagory=reservation] .weekend-form-wrap .btn-wrap {
    margin: 50px -20px 0;
  }
  [data-catagory=reservation] .weekend-form-wrap .btn-wrap .submit-complete {
    margin: 0 !important;
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  [data-catagory=reservation] .weekend-form-wrap .btn-wrap .submit-complete::after {
    display: none;
  }
  [data-catagory=reservation] .weekend-form-wrap .btn-wrap .submit-complete::before {
    content: "";
    background: url("../image/reservation-bg-2-active.png") no-repeat left top;
    background-size: 100% 100%;
    width: 128px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  [data-catagory=reservation] .contents-area {
    width: 100%;
  }
  [data-catagory=reservation] .contents-area .aside {
    left: 3.5%;
    margin-left: 0;
  }
  [data-catagory=reservation] .wrap .container .contents-area .location-navi {
    right: 5%;
  }
  [data-catagory=reservation] .contents-reservation-cc.intro-main::before {
    left: 27%;
    margin-left: 0;
  }
  [data-catagory=reservation] .contents-reservation-cc.intro-main::after {
    left: 27%;
    margin-left: 0;
  }
}
.join-reservation {
  position: relative;
  padding-bottom: 100px;
}
.join-reservation .contents-area {
  position: relative;
  z-index: 1;
  width: 1420px;
  margin: 0 auto;
  display: block;
}
.join-reservation .templ-type-title {
  padding: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  .join-reservation .contents-area {
    width: 100%;
  }
}

.badge-recruit {
  display: inline-block;
  padding: 6px 14px 8px 12px;
  border-radius: 1px 3px 3px 0;
  background-color: #33AEB6;
  line-height: 0;
  transform: skewX(-18deg);
}
.badge-recruit:before {
  position: absolute;
  bottom: -1px;
  left: -6px;
  border-bottom: 12px solid #33AEB6;
  border-left: 10px solid transparent;
  border-right: 12px solid transparent;
  transform: rotate(-39deg);
  content: "";
}
.badge-recruit .text {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  transform: skewX(18deg);
}
.badge-recruit.complete {
  background-color: #888;
}
.badge-recruit.complete:before {
  border-bottom-color: #888;
}

.join-flag {
  display: inline-block;
  padding: 8px;
  border-radius: 2px;
  line-height: 0;
}
.join-flag .text {
  font-size: 12px;
  line-height: 12px;
}
.join-flag.admin {
  background-color: #eaf7f8;
}
.join-flag.admin .text {
  color: #33aeb6;
}
.join-flag.my {
  background-color: #fbe9e8;
}
.join-flag.my .text {
  color: #da291c;
}

.join-list-contents {
  padding-top: 50px;
  position: relative;
}
.join-list-contents .join-list {
  margin: 0 -20px -30px;
}
.join-list-contents .join-list:after {
  content: "";
  display: block;
  clear: both;
}
.join-list-contents .join-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 20px 30px;
}
.join-list-contents .join-list > li .join-thumbnail {
  border: 1px #ddd solid;
  border-radius: 10px;
  box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 12px;
  position: relative;
}
.join-list-contents .join-list > li .join-thumbnail .top-area {
  margin: -20px -30px 20px -30px;
  padding: 15px 30px;
  text-align: right;
  border-radius: 10px 10px 0 0;
  background: #f5f5f5;
}
.join-list-contents .join-list > li .join-thumbnail .top-area:after {
  content: "";
  display: block;
  clear: both;
}
.join-list-contents .join-list > li .join-thumbnail .top-area .type {
  float: left;
}
.join-list-contents .join-list > li .join-thumbnail .top-area .reservation-date {
  color: #777;
}
.join-list-contents .join-list > li .join-thumbnail .badge {
  display: block;
  margin-left: -2px;
  position: relative;
}
.join-list-contents .join-list > li .join-thumbnail .badge .deadline {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.join-list-contents .join-list > li .join-thumbnail .badge .flag-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .join-list-contents .join-list > li .join-thumbnail .badge .flag-wrap {
    position: static;
    margin: 20px 0 -10px;
  }
}
.join-list-contents .join-list > li .join-thumbnail .item {
  height: 120px;
  padding: 20px 0 20px 10px;
}
.join-list-contents .join-list > li .join-thumbnail .item em {
  display: block;
  color: #da291c;
  font-weight: bold;
  padding-bottom: 10px;
}
.join-list-contents .join-list > li .join-thumbnail .item strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 14px;
}
.join-list-contents .join-list > li .join-thumbnail .item span {
  display: block;
  color: #555;
}
.join-list-contents .join-list > li .join-thumbnail .users-area {
  border-top: 1px #eee solid;
  padding-top: 10px;
}
.join-list-contents .join-list > li .join-thumbnail .users-area .user {
  display: inline-block;
  margin-right: -10px;
  position: relative;
  width: 38px;
  height: 38px;
  border: 2px #fff solid;
  border-radius: 50%;
  background: url("../image/join-user-none.png") no-repeat 0 0;
  background-size: 100%;
  vertical-align: top;
}
.join-list-contents .join-list > li .join-thumbnail .users-area .user:nth-child(1) {
  z-index: 4;
}
.join-list-contents .join-list > li .join-thumbnail .users-area .user:nth-child(2) {
  z-index: 3;
}
.join-list-contents .join-list > li .join-thumbnail .users-area .user:nth-child(3) {
  z-index: 2;
}
.join-list-contents .join-list > li .join-thumbnail .users-area .user:nth-child(4) {
  z-index: 1;
}
.join-list-contents .join-list > li .join-thumbnail .users-area .user img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.join-list-contents .join-list > li .join-thumbnail .count {
  position: absolute;
  right: 29px;
  bottom: 22px;
}
.join-list-contents .join-list > li .join-thumbnail .count::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='19px'%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.000,15.070 L8.000,8.975 L2.000,2.933 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 11px;
  height: 19px;
  vertical-align: -4px;
  margin-left: 10px;
}
.join-list-contents .btn-area-r {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.join-list-contents .btn-area-r button em {
  font-size: 18px;
  line-height: 18px;
}

.join-view-contents {
  padding: 20px 0 30px;
  position: relative;
  border-bottom: 1px #ddd solid;
}
.join-view-contents:after {
  content: "";
  display: block;
  clear: both;
}
.join-view-contents .badge {
  border-bottom: 2px #000 solid;
  padding: 0 0 12px 7px;
}
.join-view-contents .badge span {
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}
.join-view-contents .badge span strong {
  color: #999;
}
.join-view-contents .badge span em {
  display: inline-block;
  margin-left: 20px;
  color: #33aeb6;
  font-weight: bold;
}
.join-view-contents .badge span em::before {
  content: "";
  background-image: url("../image/icon-join-time.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 22px;
  vertical-align: -5px;
  margin-right: 6px;
}
.join-view-contents .fix-l {
  float: left;
  width: 50%;
  padding-top: 40px;
}
.join-view-contents .fix-l h3 {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 20px;
}
.join-view-contents .fix-l table {
  border-top: 1px #555 solid;
  margin-bottom: 30px;
}
.join-view-contents .fix-l table th {
  background-color: #f5f5f5;
  text-align: left;
  padding: 10px 0 10px 20px;
  width: 120px;
  font-weight: bold;
  border-bottom: 1px #eee solid;
}
.join-view-contents .fix-l table td {
  border-bottom: 1px #eee solid;
  padding: 10px 0 10px 20px;
  position: relative;
  width: 235PX;
}
.join-view-contents .fix-l table td .select-box {
  width: 195px;
  margin-top: -5px;
}
.join-view-contents .fix-l table td .select-box em {
  padding: 9px 0;
  height: 32px;
  border-bottom: 1px #555 solid;
}
.join-view-contents .fix-l table td .select-box ul {
  top: 30px;
}
.join-view-contents .fix-l table td .select-box::before {
  top: 15px;
}
.join-view-contents .fix-l table td .xs {
  position: absolute;
  right: 20px;
  top: 15px;
}
.join-view-contents .fix-l table td .xs .x1 {
  color: #999;
  text-decoration: line-through;
}
.join-view-contents .fix-l table td .xs .x1 em {
  color: #999;
}
.join-view-contents .fix-l table td .xs .x2 {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  color: #000;
}
.join-view-contents .fix-l table td .xs .x2 em {
  font-size: 20px;
  color: #000;
}
.join-view-contents .fix-l table tr:last-child th,
.join-view-contents .fix-l table tr:last-child td {
  border-bottom: 1px #ddd solid;
}
.join-view-contents .fix-l p {
  color: #555;
  margin-bottom: 10px;
}
.join-view-contents .fix-l p::before {
  content: "*";
  vertical-align: -3px;
  display: inline-block;
  padding-right: 3px;
}
.join-view-contents .fix-r {
  float: left;
  width: 50%;
  padding: 30px 0 0 60px;
}
.join-view-contents .fix-r .users-area {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
}
.join-view-contents .fix-r .users-area > ul {
  margin: 0 -5px -15px;
}
.join-view-contents .fix-r .users-area > ul:after {
  content: "";
  display: block;
  clear: both;
}
.join-view-contents .fix-r .users-area > ul > li {
  float: left;
  width: 50%;
  padding: 0 5px 15px;
}
.join-view-contents .fix-r .users-area > ul > li div {
  background-color: #fff;
  border: 1px #ddd dashed;
  border-radius: 10px;
  height: 123px;
  position: relative;
}
.join-view-contents .fix-r .users-area > ul > li div .user {
  position: absolute;
  top: 30px;
  left: 24px;
}
.join-view-contents .fix-r .users-area > ul > li div .user img {
  width: 56px;
  height: 56px;
}
.join-view-contents .fix-r .users-area > ul > li div .user .int {
  position: absolute;
  left: 0;
  top: 52px;
  width: 56px;
  height: 20px;
  padding: 2px 0;
  border-radius: 10px;
  background-color: #33AEB6;
}
.join-view-contents .fix-r .users-area > ul > li div .user .int i {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  text-align: center;
}
.join-view-contents .fix-r .users-area > ul > li div ul {
  position: absolute;
  top: 37px;
  left: 95px;
}
.join-view-contents .fix-r .users-area > ul > li div ul li {
  padding-bottom: 10px;
  font-weight: bold;
}
.join-view-contents .fix-r .users-area > ul > li div button {
  width: 180px;
  margin: 37px 0 0 52px;
}
.join-view-contents .fix-r p {
  padding-top: 20px;
  color: #555;
}
.join-view-contents .fix-r p::before {
  content: "*";
  vertical-align: -3px;
  display: inline-block;
  padding-right: 3px;
}

.join-info-area {
  position: relative;
  border-bottom: 1px #bbb solid;
  background-color: #F5F5F5;
}
.join-info-area h3 {
  position: absolute;
  left: 40px;
  top: 45px;
  font-size: 22px;
  color: #555;
}
.join-info-area ul {
  margin: 0 0 0 200px;
}
.join-info-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.join-info-area ul li {
  float: left;
  width: 50%;
  padding-right: 15px;
  position: relative;
}
.join-info-area ul li:first-child::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 60px;
  border-left: 1px #E5E5E5 solid;
  height: 50px;
}
.join-info-area ul li div {
  padding: 40px 0 0 0;
  height: 110px;
}
.join-info-area ul li div:after {
  content: "";
  display: block;
  clear: both;
}
.join-info-area ul li div > strong {
  float: left;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 40px;
  color: #555;
}
.join-info-area ul li div > strong i {
  margin-right: 10px;
  vertical-align: -7px;
}
.join-info-area ul li div > span {
  float: left;
  padding-top: 18px;
}
.join-info-area ul li div > span:after {
  content: "";
  display: block;
  clear: both;
}
.join-info-area ul li div > span strong {
  float: left;
  position: relative;
}
.join-info-area ul li div > span strong span {
  font-size: 14px;
  line-height: 14px;
  color: #777;
  display: block;
  position: absolute;
  left: 0;
  top: -22px;
  white-space: nowrap;
}
.join-info-area ul li div > span em {
  float: left;
  background: url("../image/line-f.png") no-repeat center top;
  display: block;
  width: 35.5px;
  height: 4px;
  margin: 7px 6px 0;
}

.contents-area-center .complete-contents,
.golf-cc-contents .complete-contents {
  width: 1280px;
}
.contents-area-center .complete-contents .r-text-btn,
.contents-area-center .complete-contents .agree-list,
.contents-area-center .complete-contents .accept_Terms,
.golf-cc-contents .complete-contents .r-text-btn,
.golf-cc-contents .complete-contents .agree-list,
.golf-cc-contents .complete-contents .accept_Terms {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .contents-area-center .complete-contents .r-text-btn,
  .golf-cc-contents .complete-contents .r-text-btn {
    width: 100%;
  }
  .contents-area-center .complete-contents .agree-list,
  .golf-cc-contents .complete-contents .agree-list {
    width: 100%;
  }
}

.complete-contents {
  width: 1000px;
  margin: 0 auto;
  padding: 65px 0 80px;
}
@media screen and (max-width: 768px) {
  .complete-contents {
    padding: 0;
    width: 100% !important;
  }
}
.complete-contents.coupon-buy .section-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 32px;
}
.complete-contents.coupon-buy .complete-copon-input {
  margin: 0;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li:last-child {
  margin-bottom: 0;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li {
  width: 32%;
  padding: 0 0 0 40px;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li:first-child {
  padding: 0;
  width: 36%;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li:first-child input:disabled {
  color: #000;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > .btn-box {
  display: table-cell;
  width: 1%;
  padding-left: 40px;
  vertical-align: bottom;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > .btn-box button {
  width: auto;
  white-space: nowrap;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > .btn-box button:disabled {
  border-color: #ccc;
  background: transparent;
}
.complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > .btn-box button:disabled em {
  color: #777;
}
@media screen and (max-width: 768px) {
  .complete-contents.coupon-buy {
    margin: 0 -20px;
    width: auto !important;
    background-color: #f5f5f5;
  }
  .complete-contents.coupon-buy .section-title {
    font-size: 24px;
    line-height: 24px;
    padding: 30px 20px 20px;
  }
  .complete-contents.coupon-buy .complete-copon-input {
    padding: 0 20px 30px;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li {
    margin-bottom: 30px;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap {
    display: block;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap label {
    float: left;
    padding: 8px 0;
    width: auto;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul {
    display: block;
    padding-left: 60px;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li {
    margin-top: 5px;
    width: 50%;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li:first-child {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li:nth-child(2) {
    padding: 0 20px 0 0;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > ul li:nth-child(3) {
    padding: 0;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > .btn-box {
    display: block;
    margin-top: 25px;
    padding: 0;
    width: 100%;
  }
  .complete-contents.coupon-buy .complete-copon-input ul.lint > li .form-wrap > .btn-box button {
    width: 100%;
  }
  .complete-contents.coupon-buy .complete-copon-input .templ-type-infolist-4 {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
}
.complete-contents .templ-type-header .submit-small {
  margin-left: 10px;
  vertical-align: 9px;
}
.complete-contents .templ-type-header .bt-small {
  margin-left: 10px;
  vertical-align: 9px;
}
@media screen and (max-width: 768px) {
  .complete-contents .templ-type-header .bt-small {
    display: block;
    width: 100px;
    margin-top: 20px;
    vertical-align: 0;
  }
}
.complete-contents .templ-type-title {
  font-family: SpoqaHanSans-Light;
  margin-bottom: 30px;
}
.complete-contents .btn-gird-col + .templ-type-title {
  margin-top: 60px;
}
.complete-contents .section-title {
  margin-bottom: 30px;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .complete-contents .section-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }
}
.complete-contents .templ-type-infolist-1 {
  border-top: 1px #eee solid;
  padding-top: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .complete-contents .templ-type-infolist-1 {
    padding-top: 20px;
    margin-top: 30px;
  }
}
.complete-contents .templ-type-infolist-1.comlpt {
  border-top: none;
  padding-top: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .complete-contents .templ-type-infolist-1.comlpt {
    margin-top: 30px;
  }
}
.complete-contents .sub-title {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}
.complete-contents .sub-title + .form-wrap {
  margin-top: -7px;
}
.complete-contents .sub-title .question-mark {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .complete-contents .sub-title {
    margin: 25px 0 10px;
    font-size: 15px;
  }
  .complete-contents .sub-title + .form-wrap {
    margin-top: -3px;
  }
  .complete-contents .sub-title + .amount-of-payment-area {
    margin-top: 20px;
  }
}
.complete-contents .amount-of-payment-area {
  margin-top: 75px;
  background-color: #555;
  padding: 32px 40px;
  position: relative;
}
.complete-contents .amount-of-payment-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .amount-of-payment-area ul li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.complete-contents .amount-of-payment-area ul li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -5px;
  border-right: 1px #4c4c4c solid;
  height: 30px;
}
.complete-contents .amount-of-payment-area ul li:last-child::after {
  display: none;
}
.complete-contents .amount-of-payment-area ul li * {
  color: #fff;
}
.complete-contents .amount-of-payment-area dl {
  background-color: #4c4c4c;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 32px 40px;
}
.complete-contents .amount-of-payment-area dl:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .amount-of-payment-area dl * {
  color: #fff;
  float: left;
}
.complete-contents .amount-of-payment-area dl dd {
  padding-left: 30px;
  color: #efc122;
}
.complete-contents .amount-of-payment-area dl dd * {
  color: #efc122;
}
.complete-contents .amount-of-payment-area dl dd em {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  margin: -4px 3px 0 0;
}
@media screen and (max-width: 768px) {
  .complete-contents .amount-of-payment-area {
    margin-top: 30px;
    padding: 0;
  }
  .complete-contents .amount-of-payment-area ul {
    padding: 20px 15px;
  }
  .complete-contents .amount-of-payment-area ul li {
    display: block;
    float: none;
    margin-right: 0;
    position: relative;
    margin-bottom: 14px;
  }
  .complete-contents .amount-of-payment-area ul li:first-child::after {
    display: none;
  }
  .complete-contents .amount-of-payment-area ul li:last-child {
    margin-bottom: 0;
  }
  .complete-contents .amount-of-payment-area ul li em {
    position: absolute;
    right: 0;
    top: 0;
  }
  .complete-contents .amount-of-payment-area dl {
    position: relative;
    padding: 20px 15px;
  }
  .complete-contents .amount-of-payment-area dl dt span {
    font-weight: 700;
  }
  .complete-contents .amount-of-payment-area dl dd {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 17px;
    line-height: 17px;
  }
  .complete-contents .amount-of-payment-area dl dd em {
    float: none;
    font-size: inherit;
    line-height: inherit;
  }
}
.complete-contents .tooltip-area .sub-title {
  display: inline-block;
}
.complete-contents .tooltip-area .tooltip-btn-area {
  vertical-align: 2px;
}
@media screen and (max-width: 768px) {
  .complete-contents .tooltip-area .tooltip-btn-area {
    vertical-align: 0;
  }
}
.complete-contents .l-point-title-wrap .sub-title {
  display: inline-block;
  margin: 0;
}
.complete-contents .l-point-title-wrap .sub-title + .tooltip-wrap {
  vertical-align: 2px;
}
.complete-contents .mb40 {
  padding-bottom: 40px;
}
.complete-contents .mb60 {
  padding-bottom: 60px;
}
.complete-contents .mt {
  margin-top: 30px;
}
.complete-contents .ck {
  text-align: right;
  padding: 10px 0 30px;
}
.complete-contents .ck .form-wrap.bvx {
  display: inline-block;
  margin-right: 209px;
  border: none;
  height: auto;
}
.complete-contents h4 {
  font-size: 18px;
  font-weight: 400;
  color: #777;
}
.complete-contents .btn-gird-col .form-wrap label {
  font-weight: 400;
  color: #777;
}
.complete-contents .btn-gird-col.px {
  margin: 0 0 40px;
}
.complete-contents .btn-gird-col.px > li {
  padding: 0 0;
}
.complete-contents .btn-gird-col.px > li.t {
  width: 120px;
  margin: 0 10px 0 60px;
}
.complete-contents .btn-gird-col.px > li.n {
  width: 70px;
}
.complete-contents .btn-gird-col.px > li.s {
  width: 230px;
}
.complete-contents .btn-gird-col.ps, .complete-contents .btn-gird-col.l-point {
  margin: 0 -40px;
}
.complete-contents .btn-gird-col.ps + .ps, .complete-contents .btn-gird-col.l-point + .ps {
  margin-top: 30px;
}
.complete-contents .btn-gird-col.ps > li, .complete-contents .btn-gird-col.l-point > li {
  padding: 0 40px;
}
.complete-contents .btn-gird-col.ps > li .r.se, .complete-contents .btn-gird-col.l-point > li .r.se {
  width: 200px;
}
.complete-contents .btn-gird-col.ps > li .vx.se, .complete-contents .btn-gird-col.l-point > li .vx.se {
  width: 480px;
}
.complete-contents .btn-gird-col.ps > li .te.se, .complete-contents .btn-gird-col.l-point > li .te.se {
  width: 444px;
}
.complete-contents .btn-gird-col.ps > li.by, .complete-contents .btn-gird-col.l-point > li.by {
  width: 680px;
}
.complete-contents .btn-gird-col.ps > li.bu, .complete-contents .btn-gird-col.l-point > li.bu {
  width: 526px;
  padding: 0 20px 0 40px;
}
.complete-contents .btn-gird-col.ps > li.bm, .complete-contents .btn-gird-col.l-point > li.bm {
  padding: 25px 0 0 0;
  width: 117px;
}
@media screen and (max-width: 1024px) {
  .complete-contents .btn-gird-col.ps.l-point > li, .complete-contents .btn-gird-col.l-point.l-point > li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .complete-contents .btn-gird-col.ps, .complete-contents .btn-gird-col.l-point {
    margin: 0;
  }
  .complete-contents .btn-gird-col.ps.l-point > li, .complete-contents .btn-gird-col.l-point.l-point > li {
    float: none;
    width: 100%;
  }
  .complete-contents .btn-gird-col.ps.l-point + .sub-title, .complete-contents .btn-gird-col.l-point.l-point + .sub-title {
    margin-top: 15px;
  }
  .complete-contents .btn-gird-col.ps > li, .complete-contents .btn-gird-col.l-point > li {
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 25px;
  }
  .complete-contents .btn-gird-col.ps > li .form-wrap label, .complete-contents .btn-gird-col.l-point > li .form-wrap label {
    margin-bottom: 0;
    font-size: 15px;
  }
  .complete-contents .btn-gird-col.ps > li ul li, .complete-contents .btn-gird-col.l-point > li ul li {
    margin-bottom: 15px;
  }
  .complete-contents .btn-gird-col.ps > li ul li.r, .complete-contents .btn-gird-col.l-point > li ul li.r {
    width: 30% !important;
  }
  .complete-contents .btn-gird-col.ps > li ul li.vx, .complete-contents .btn-gird-col.l-point > li ul li.vx {
    width: 70% !important;
    padding: 10px 0 4px 10px !important;
  }
  .complete-contents .btn-gird-col.ps > li ul li.te, .complete-contents .btn-gird-col.l-point > li ul li.te {
    width: 66% !important;
  }
  .complete-contents .btn-gird-col.ps > li ul li.bs, .complete-contents .btn-gird-col.l-point > li ul li.bs {
    width: 34% !important;
  }
  .complete-contents .btn-gird-col.ps > li ul li.by, .complete-contents .btn-gird-col.l-point > li ul li.by {
    width: 100%;
  }
  .complete-contents .btn-gird-col.ps > li ul li.bu, .complete-contents .btn-gird-col.l-point > li ul li.bu {
    width: 100%;
    padding: 0 20px 0 40px;
  }
  .complete-contents .btn-gird-col.ps > li ul li.bm, .complete-contents .btn-gird-col.l-point > li ul li.bm {
    padding: 25px 0 0 0;
    width: 100%;
  }
  .complete-contents .btn-gird-col.ps > li ul li.le, .complete-contents .btn-gird-col.l-point > li ul li.le {
    width: 75% !important;
  }
  .complete-contents .btn-gird-col.ps > li ul li.bs2, .complete-contents .btn-gird-col.l-point > li ul li.bs2 {
    padding: 2px 0 0 0 !important;
    width: 25% !important;
  }
  .complete-contents .btn-gird-col.ps.recaptcha, .complete-contents .btn-gird-col.l-point.recaptcha {
    margin-top: 10px;
  }
}
.complete-contents .btn-gird-col.ps {
  margin-top: 20px;
}
.complete-contents .btn-gird-col.pt {
  margin: 40px -10px 30px;
}
.complete-contents .btn-gird-col.pt ul {
  margin: 0 -10px;
}
.complete-contents .btn-gird-col.pt ul:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .btn-gird-col.pt ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.complete-contents .btn-gird-col.etc {
  margin: 0;
}
.complete-contents .btn-gird-col.etc > li {
  padding: 0;
  margin-right: 40px;
  width: initial;
}
.complete-contents .btn-gird-col.etc > li .input-box input {
  font-size: 16px;
  line-height: 18px;
}
.complete-contents .btn-gird-col.etc > li:first-child {
  width: 188px;
}
.complete-contents .btn-gird-col.etc > li:nth-child(2), .complete-contents .btn-gird-col.etc > li:nth-child(3), .complete-contents .btn-gird-col.etc > li:nth-child(4) {
  width: 250px;
}
.complete-contents .btn-gird-col.etc > li:last-child {
  margin-right: 0;
  width: 100px;
}
.complete-contents .form-wrap.bvx {
  border-bottom: 1px #eee solid;
  height: 42px;
}
.complete-contents .form-wrap.cvn:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap.cvn .input-box {
  float: left;
  width: 490px;
}
.complete-contents .form-wrap.cvn .bt-small {
  margin-left: 20px;
  float: left;
  width: 90px;
}
.complete-contents .form-wrap.cvn > ul.dt li:first-child {
  padding-left: 0 !important;
}
.complete-contents .form-wrap .radio-box {
  margin-right: 30px;
}
.complete-contents .form-wrap ul.dt:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt > li {
  float: left;
  width: 50%;
}
.complete-contents .form-wrap ul.dt > li:first-child:nth-last-child(3), .complete-contents .form-wrap ul.dt > li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
.complete-contents .form-wrap ul.dt > li:first-child {
  padding-right: 10px;
}
.complete-contents .form-wrap ul.dt > li:last-child {
  padding-left: 10px;
}
.complete-contents .form-wrap ul.dt > li.r {
  width: 150px;
}
.complete-contents .form-wrap ul.dt > li.r input {
  text-align: right;
  padding-right: 15px;
}
.complete-contents .form-wrap ul.dt > li.r .input-box {
  position: relative;
}
.complete-contents .form-wrap ul.dt > li.r .input-box em {
  position: absolute;
  right: 0;
  top: 12px;
  color: #777;
}
.complete-contents .form-wrap ul.dt > li.le {
  width: 217px;
}
.complete-contents .form-wrap ul.dt > li.vx {
  width: 334px;
  padding: 10px 10px 0 10px !important;
}
.complete-contents .form-wrap ul.dt > li.vx .ck2 .checkbox-box label strong {
  font-weight: 700;
  color: #555;
}
.complete-contents .form-wrap ul.dt > li.te {
  width: 270px;
  padding-right: 20px !important;
}
.complete-contents .form-wrap ul.dt > li.bs {
  padding: 2px 0 0 0 !important;
  width: 156px;
  position: relative;
}
.complete-contents .form-wrap ul.dt > li.bs .password-edit {
  position: absolute;
  right: 0;
  bottom: -36px;
  color: #777;
  padding-right: 15px;
}
.complete-contents .form-wrap ul.dt > li.bs .password-edit::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='15px'%3e%3cpath fill-rule='evenodd' fill='rgb(204, 204, 204)' d='M7.239,8.270 L7.239,8.270 L0.875,14.633 L0.168,13.926 L6.532,7.562 L0.168,1.198 L0.875,0.491 L7.946,7.562 L7.239,8.270 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  width: 8px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
.complete-contents .form-wrap ul.dt > li.bs2 {
  padding: 2px 17px 0 0;
  width: 153px;
}
.complete-contents .form-wrap ul.dt > li.w {
  width: 265px;
  padding-right: 20px;
}
.complete-contents .form-wrap ul.dt > li.w:last-child {
  width: 335px;
  padding-right: 0;
}
.complete-contents .form-wrap ul.dt > li.n {
  width: 70px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .complete-contents .form-wrap ul.dt > li.r {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .complete-contents .form-wrap ul.dt {
    position: relative;
  }
  .complete-contents .form-wrap ul.dt > li.bs {
    position: initial;
    padding-bottom: 40px !important;
  }
  .complete-contents .form-wrap ul.dt > li.bs .bt-small {
    padding: 8.5px 0;
  }
  .complete-contents .form-wrap ul.dt > li.bs .password-edit {
    right: auto;
    bottom: 15px;
    left: 0;
  }
  .complete-contents .form-wrap ul.dt > li.bs2 .bt-small, .complete-contents .form-wrap ul.dt > li.bs2 .button-small {
    padding: 8.5px 0;
  }
}
.complete-contents .form-wrap ul.dt2:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt2 li {
  float: left;
  width: 50%;
}
.complete-contents .form-wrap ul.dt2 li.te {
  width: 304px;
  padding-right: 20px !important;
}
.complete-contents .form-wrap ul.dt2 li.bs {
  padding: 2px 0 0 0 !important;
  width: 156px;
}
@media screen and (max-width: 1024px) {
  .complete-contents .form-wrap ul.dt2 > li.te {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .complete-contents .form-wrap ul.dt2 {
    display: table;
    width: 100%;
  }
  .complete-contents .form-wrap ul.dt2 > li {
    float: none;
    display: table-cell;
  }
  .complete-contents .form-wrap ul.dt2 > li.te {
    width: auto;
  }
  .complete-contents .form-wrap ul.dt2 > li.bs {
    width: 133px;
  }
}
.complete-contents .form-wrap ul.dt3:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt3 li {
  float: left;
  width: 50%;
}
.complete-contents .form-wrap ul.dt3 li.r {
  width: calc(100% - 250px);
}
.complete-contents .form-wrap ul.dt3 li.r input {
  text-align: right;
  padding-right: 15px;
}
.complete-contents .form-wrap ul.dt3 li.r .input-box {
  position: relative;
}
.complete-contents .form-wrap ul.dt3 li.r .input-box em {
  position: absolute;
  right: 0;
  top: 11px;
  color: #777;
}
.complete-contents .form-wrap ul.dt3 li.vx {
  width: 250px;
  padding: 10px 0 0 10px !important;
}
.complete-contents .form-wrap ul.dt4:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt4 li {
  float: left;
  width: 225px;
  margin-right: 14px;
}
.complete-contents .form-wrap ul.dt4 li.vx {
  width: 122px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .complete-contents .form-wrap ul.dt4 li.vx .bt-small {
    padding: 8.5px 0;
  }
  .complete-contents .form-wrap ul.dt4 li.vx .bt-small i {
    display: inline-block;
    width: 14.5px;
    height: 9.5px;
    margin-right: 5px;
    background-image: url("../image/icon-check.png");
    background-size: 100% 100%;
    color: #33aeb6;
    vertical-align: -1px;
  }
}
.complete-contents .form-wrap ul.dt5:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt5 li {
  float: left;
  margin-right: 10px;
  width: 118px;
}
.complete-contents .form-wrap ul.dt5 li:first-child {
  width: 60px;
}
.complete-contents .form-wrap ul.dt5 li:last-child {
  width: 52px;
  margin-right: 0;
}
.complete-contents .form-wrap ul.dt6:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt6 li {
  float: left;
  width: 100px;
}
.complete-contents .form-wrap ul.dt7:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt7 li {
  float: left;
  margin-right: 10px;
  width: 120px;
}
.complete-contents .form-wrap ul.dt7 li:first-child {
  width: 60px;
}
.complete-contents .form-wrap ul.dt7 li:last-child {
  width: 118px;
  margin-right: 0;
}
.complete-contents .form-wrap ul.dt8:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .form-wrap ul.dt8 li {
  float: left;
  margin-right: 10px;
  width: 100%;
}
.complete-contents .form-wrap ul.dt8 li:last-child {
  margin-right: 0;
}
.complete-contents .join-re-area {
  margin-bottom: 60px;
}
.complete-contents .join-re-area .btn-gird-col li ul li {
  width: 290px !important;
  padding-right: 0 !important;
}
.complete-contents .team-handicap-area {
  border: 1px #33AEB6 solid;
  padding: 30px 40px 30px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.complete-contents .team-handicap-area .btn-gird-col {
  margin: 0 -20px;
}
.complete-contents .team-handicap-area .btn-gird-col > li {
  padding: 0 20px;
}
.complete-contents .team-handicap-area .btn-gird-col > li .form-wrap label {
  color: #000;
  font-weight: bold;
}
.complete-contents .team-handicap-area p {
  margin-top: 20px;
  color: #da291c;
}
.complete-contents .team-handicap-area p em {
  color: #555;
}
.complete-contents .team-handicap-area p::before {
  content: "*";
  vertical-align: -3px;
  display: inline-block;
  padding-right: 3px;
}
.complete-contents .team-handicap-area .submit-c-medium {
  position: absolute;
  top: 40px;
  right: 160px;
  width: 120px;
}
.complete-contents .compt-info {
  border: 1px #ddd solid;
  border-radius: 10px;
  box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1);
  padding: 38px 38px 44px;
  margin: 30px 0 0;
  position: relative;
}
.complete-contents .compt-info h3 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-bottom: 30px;
}
.complete-contents .compt-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  z-index: -1;
  border-top: 8px #da291c solid;
}
.complete-contents .compt-info .vx {
  display: inline-block;
  color: #555;
  padding-left: 5px;
}
.complete-contents .compt-info .cc {
  width: 670px;
}
.complete-contents .compt-info .cc li {
  margin-bottom: 20px;
}
.complete-contents .compt-info .cc li:last-child {
  margin-bottom: 0;
}
.complete-contents .compt-info .cc li strong {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.complete-contents .compt-info .cc li span {
  font-size: 18px;
}
.complete-contents .compt-info .cc li span em {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px #eee solid;
  font-size: 18px;
}
.complete-contents .compt-info .cc li span em:last-child {
  border-right: none;
}
.complete-contents .compt-info .cc li p {
  padding: 0 0 10px 87px;
  color: #777;
}
.complete-contents .compt-info .cc li p:last-child {
  padding-bottom: 0;
}
.complete-contents .compt-info .ct {
  position: absolute;
  right: 38px;
  top: 38px;
  bottom: 38px;
  padding-left: 20px;
  border-left: 1px #eee solid;
  padding-top: 3px;
}
.complete-contents .compt-info .ct li:first-child {
  margin-bottom: 10px;
}
.complete-contents .compt-info .ct li strong {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.complete-contents .compt-info .ct li span {
  color: #555;
}
.complete-contents .compt-info .etc-area {
  position: absolute;
  right: 38px;
  top: 110px;
}
.complete-contents .compt-info .etc-area .etc-cont {
  border-bottom: 1px #000 solid;
}
.complete-contents .compt-info .etc-area .tooltip-wrap {
  vertical-align: 1px;
}
.complete-contents .etc-info-cont {
  border: 1px #33AEB6 solid;
  padding: 30px 40px 30px;
  border-radius: 10px;
  position: relative;
}
.complete-contents .etc-info-cont .templ-type-infolist-2 {
  margin-top: 40px;
}
.complete-contents .etc-info-cont .templ-type-infolist-2 li {
  line-height: 16px;
  padding-left: 0;
  color: #555;
}
.complete-contents .etc-info-cont .btn-area-r {
  position: absolute;
  right: 38px;
  bottom: 73px;
}
.complete-contents .etc-info-cont .btn-area-r button {
  width: 120px;
  margin-left: 10px;
}
.complete-contents .templ-type {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 20px;
  margin-top: 60px;
}
.complete-contents .r-text-btn {
  position: relative;
}
.complete-contents .r-text-btn .ck3 {
  position: absolute;
  right: 0;
  top: -2px;
}
.complete-contents .accept_Terms {
  margin: -5px 0;
}
.complete-contents .accept_Terms > li {
  padding: 5px 0;
  position: relative;
}
.complete-contents .accept_Terms > li .checkbox-box span {
  color: #da291c;
}
.complete-contents .accept_Terms > li a {
  position: absolute;
  right: 0;
  top: 7px;
  color: #777;
  border-bottom: 1px #ccc solid;
  padding-bottom: 3px;
}
.complete-contents .payment-area {
  margin: 0 -10px;
}
.complete-contents .payment-area:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .payment-area li {
  float: left;
  width: 33.3333333%;
  padding: 0 10px;
}
.complete-contents .payment-area li button {
  border: 1px #ccc solid;
  width: 100%;
  height: 140px;
  border-radius: 10px;
}
.complete-contents .payment-area li button:disabled {
  background-color: #F5F5F5;
}
.complete-contents .payment-area li button:disabled * {
  opacity: 0.4;
}
.complete-contents .payment-area li button.active {
  border-color: #da291c;
}
.complete-contents .payment-area li button i {
  margin: 0 auto 16px;
}
.complete-contents .payment-area li button em {
  font-size: 18px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .complete-contents .payment-area {
    margin: 0 -5px;
  }
  .complete-contents .payment-area li {
    padding: 0 5px;
  }
  .complete-contents .payment-area li button {
    height: 84.5px;
    border-radius: 5px;
  }
  .complete-contents .payment-area li button i {
    margin: 0 auto 12px;
  }
  .complete-contents .payment-area li button em {
    font-size: 14px;
  }
}
.complete-contents .method-payment-impossible p {
  padding-top: 20px;
  color: #777;
}
.complete-contents .method-payment-impossible p::before {
  content: "*";
  color: #777;
  vertical-align: -4px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .complete-contents .method-payment-impossible p {
    padding-top: 15px;
  }
}
.complete-contents .method-of-payment {
  margin-top: 30px;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.complete-contents .method-of-payment p {
  font-size: 18px;
  font-weight: bold;
}
.complete-contents .method-of-payment .input-box,
.complete-contents .method-of-payment .select-box {
  position: absolute;
  left: 246px;
  top: 23px;
  width: 340px;
}
.complete-contents .method-of-payment .r-cont {
  position: absolute;
  right: 30px;
  top: 27px;
}
.complete-contents .method-of-payment .r-cont button::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45.5px' height='45.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(238, 238, 238)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='rgb(255, 255, 255)' d='M22.500,0.500 C34.650,0.500 44.500,10.350 44.500,22.500 C44.500,34.650 34.650,44.500 22.500,44.500 C10.350,44.500 0.500,34.650 0.500,22.500 C0.500,10.350 10.350,0.500 22.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(85, 85, 85)' d='M32.500,23.500 L22.500,23.500 L22.500,32.500 L21.500,32.500 L21.500,23.500 L12.500,23.500 L12.500,22.500 L21.500,22.500 L21.500,12.500 L22.500,12.500 L22.500,22.500 L32.500,22.500 L32.500,23.500 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 45.5px;
  height: 45.5px;
  vertical-align: -21px;
  margin-right: 10px;
}
.complete-contents .method-of-payment .r-cont button em {
  color: #555;
  padding-bottom: 2px;
  border-bottom: 1px #aaa solid;
}
@media screen and (max-width: 768px) {
  .complete-contents .method-of-payment {
    margin-top: 20px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .complete-contents .method-of-payment:after {
    content: "";
    display: block;
    clear: both;
  }
  .complete-contents .method-of-payment p {
    font-size: 14px;
    font-weight: initial;
    padding-bottom: 15px;
  }
  .complete-contents .method-of-payment .input-box,
  .complete-contents .method-of-payment .select-box {
    position: static;
    width: initial;
    margin-bottom: 15px;
  }
  .complete-contents .method-of-payment .r-cont {
    position: static;
    float: right;
  }
  .complete-contents .method-of-payment .r-cont button {
    padding-right: 0;
  }
  .complete-contents .method-of-payment .r-cont button::before {
    display: none;
  }
  .complete-contents .method-of-payment .r-cont button em {
    color: #33aeb6;
    padding-bottom: 2px;
    border-bottom: 1px #33AEB6 solid;
  }
}
.complete-contents .complete-ic {
  margin-bottom: 35px;
}
.complete-contents .num-tex {
  color: #da291c;
  padding: 20px 0 30px;
}
.complete-contents .complete-info {
  background-color: #f5f5f5;
  padding: 17px 90px 17px 50px;
  margin-bottom: 18px;
}
.complete-contents .complete-info:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .complete-info li {
  float: left;
  width: 50%;
}
.complete-contents .complete-info li:nth-child(odd) {
  padding-right: 40px;
}
.complete-contents .complete-info li:nth-child(7) p, .complete-contents .complete-info li:nth-child(8) p {
  border-bottom: none;
}
.complete-contents .complete-info li p {
  border-bottom: 1px #e5e5e5 solid;
  font-weight: bold;
  padding: 13px 0;
}
.complete-contents .complete-info li p span {
  color: #555;
  display: inline-block;
  width: 90px;
}
.complete-contents .complete-copon-info {
  background-color: #f5f5f5;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 30px 40px;
  margin-bottom: 60px;
}
.complete-contents .complete-copon-info li {
  padding-bottom: 8px;
}
.complete-contents .complete-copon-info li:last-child {
  padding-bottom: 0;
}
.complete-contents .complete-copon-info li p {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 100px;
}
.complete-contents .complete-copon-info li p span {
  color: #777;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 8px;
}
.complete-contents .complete-copon-info li p span::before {
  content: "";
  display: inline-block;
  background-color: #bbb;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .complete-contents .complete-copon-info {
    margin: 0 -20px 50px;
    padding: 20px;
  }
  .complete-contents .complete-copon-info li {
    padding-bottom: 7px;
  }
  .complete-contents .complete-copon-info li p {
    font-size: 14px;
    line-height: 18px;
    padding-left: 80px;
  }
  .complete-contents .complete-copon-info li p span {
    font-size: 14px;
    line-height: 18px;
  }
}
.complete-contents .complete-copon-input {
  background-color: #f5f5f5;
  padding: 30px 40px 40px;
  margin: 10px 0 60px;
}
.complete-contents .complete-copon-input ul.lint > li {
  margin-bottom: 30px;
}
.complete-contents .complete-copon-input ul.lint > li .form-wrap {
  display: table;
  width: 100%;
}
.complete-contents .complete-copon-input ul.lint > li .form-wrap > label {
  display: table-cell;
  width: 90px;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}
.complete-contents .complete-copon-input ul.lint > li .form-wrap > ul {
  display: table-cell;
}
.complete-contents .complete-copon-input ul.lint > li ul {
  display: inline-block;
}
.complete-contents .complete-copon-input ul.lint > li ul:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .complete-copon-input ul.lint > li ul li {
  float: left;
}
.complete-contents .complete-copon-input ul.lint > li ul li:nth-child(odd) {
  padding-right: 40px;
  width: 510px;
}
.complete-contents .complete-copon-input ul.lint > li ul li:nth-child(even) {
  padding-left: 40px;
  width: calc(100% - 510px);
}
.complete-contents .complete-copon-input .templ-type-infolist-4 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .complete-contents .complete-copon-input {
    margin: 7px -20px 50px;
    padding: 10px 20px 25px;
  }
  .complete-contents .complete-copon-input ul.lint > li {
    margin-bottom: 10px;
  }
  .complete-contents .complete-copon-input ul.lint > li .form-wrap > label {
    width: 68px;
    font-size: 15px;
  }
  .complete-contents .complete-copon-input ul.lint > li ul li:nth-child(odd) {
    padding-right: 10px;
    width: 75px;
  }
  .complete-contents .complete-copon-input ul.lint > li ul li:nth-child(even) {
    padding-left: 10px;
    width: calc(100% - 75px);
  }
  .complete-contents .complete-copon-input .templ-type-infolist-4 {
    margin-top: 30px;
  }
  .complete-contents .complete-copon-input .templ-type-infolist-4 > ul li {
    margin: 8px 0;
  }
  .complete-contents .complete-copon-input .templ-type-infolist-4 > ul li:last-child {
    margin-bottom: 0;
  }
}
.complete-contents .copon-header-area {
  border-top: 2px #000 solid;
}
@media screen and (max-width: 768px) {
  .complete-contents .copon-header-area {
    margin: 0 -20px;
  }
}
.complete-contents .copon-header-area > div {
  border-bottom: 1px #ddd solid;
  padding: 40px 0;
  position: relative;
}
.complete-contents .copon-header-area > div:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .copon-header-area > div .coupon-name {
  float: left;
}
.complete-contents .copon-header-area > div .coupon-name strong {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.complete-contents .copon-header-area > div .coupon-price {
  float: right;
  padding: 0 153px 0 0;
}
@media screen and (max-width: 768px) {
  .complete-contents .copon-header-area > div {
    padding: 20px;
  }
  .complete-contents .copon-header-area > div .coupon-name {
    float: none;
  }
  .complete-contents .copon-header-area > div .coupon-name span {
    font-size: 14px;
    line-height: 14px;
  }
  .complete-contents .copon-header-area > div .coupon-name strong {
    font-size: 20px;
    line-height: 20px;
  }
  .complete-contents .copon-header-area > div .coupon-price {
    float: none;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 14px;
  }
}
.complete-contents .copon-header-area dl:after {
  content: "";
  display: block;
  clear: both;
}
.complete-contents .copon-header-area dl dt {
  float: left;
  width: 50%;
  padding: 21px 0 0 0;
  font-size: 18px;
  line-height: 18px;
}
.complete-contents .copon-header-area dl dd {
  float: left;
  width: 50%;
  text-align: right;
  padding: 16px 0 20px 0;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
}
.complete-contents .copon-header-area dl dd em {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #da291c;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .complete-contents .copon-header-area dl dt {
    padding: 17px 0 0 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
  }
  .complete-contents .copon-header-area dl dd {
    padding: 15px 20px 15px 0;
    font-size: 15px;
  }
  .complete-contents .copon-header-area dl dd em {
    font-size: 20px;
    line-height: 20px;
  }
}
.complete-contents .btn-area-r {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .complete-contents .btn-area-r {
    margin-top: 30px;
  }
}
.complete-contents .btn-area-r button {
  width: 140px;
}
.complete-contents .btn-area-r button:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .complete-contents .btn-area-r button {
    width: 120px;
  }
}
.complete-contents .xs-complt {
  background-color: #555;
  position: relative;
  padding: 28px 30px;
  margin-bottom: 40px;
}
.complete-contents .xs-complt .lr span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
}
.complete-contents .xs-complt .lr em {
  display: inline-block;
  padding-left: 5px;
  color: #fff;
}
.complete-contents .xs-complt .rs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #4C4C4C;
  padding: 0 30px 0 60px;
  line-height: 76px;
}
.complete-contents .xs-complt .rs span {
  font-size: 18px;
  color: #fff;
}
.complete-contents .xs-complt .rs em {
  color: #efc122;
  display: inline-block;
  padding-left: 3px;
}
.complete-contents .xs-complt .rs em span {
  font-size: 18px;
  color: #efc122;
}

.modal-pop-area .modal-pop .contents.transfer {
  padding: 0 0 30px !important;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents {
  width: auto;
  padding: 0;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap ul.dt li.w {
  width: 315px;
  padding-right: 60px;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap ul.dt li.w:last-child {
  width: 335px;
  padding-right: 0;
  padding-left: 0;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap label {
  font-weight: normal;
  color: #777777;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap label em.red {
  color: #da291c;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .radio-box:last-child {
  margin-right: 0;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .form-wrap.bvx {
  margin-top: 10px;
  height: auto;
  text-align: right;
  border: none;
}
.modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .form-wrap.bvx label {
  margin-bottom: 0;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box {
  margin-top: 70px;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .termsTit {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .table-wrap {
  margin-top: 20px 0 15px;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .table th {
  padding: 10px 0 8px;
  font-weight: bold;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .table td.left {
  text-align: left;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .text {
  word-break: keep-all;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .text.red {
  color: #da291c;
}
.modal-pop-area .modal-pop .contents.transfer .terms-box .text + .text {
  margin-top: 0;
}
.modal-pop-area .modal-pop .contents.transfer .agree-list {
  margin-top: 60px;
  text-align: right;
}
.modal-pop-area .modal-pop .contents.transfer .agree-list li {
  margin: 0;
}
.modal-pop-area .modal-pop .btn-area.transfer {
  margin-top: 0;
  text-align: right;
}
.modal-pop-area .modal-pop .btn-area.transfer button {
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop .contents.transfer {
    padding: 40px 20px !important;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents {
    width: auto;
    padding: 0;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap ul.dt li.w {
    width: 50%;
    padding-right: 20px;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap ul.dt li.w:last-child {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap label {
    font-weight: normal;
    color: #777777;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap label em.red {
    color: #da291c;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .radio-box {
    margin-right: 20px;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .radio-box:last-child {
    margin-right: 0;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .form-wrap.bvx {
    margin-top: 10px;
    height: auto;
    text-align: right;
    border: none;
  }
  .modal-pop-area .modal-pop .contents.transfer .complete-contents .form-wrap .form-wrap.bvx label {
    margin-bottom: 0;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box {
    margin-top: 70px;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .termsTit {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000;
    line-height: 1;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .table-wrap {
    margin-top: 20px 0 15px;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .table th {
    padding: 10px 0 8px;
    font-weight: bold;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .table td.left {
    text-align: left;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .text {
    word-break: keep-all;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .text.red {
    color: #da291c;
  }
  .modal-pop-area .modal-pop .contents.transfer .terms-box .text + .text {
    margin-top: 0;
  }
  .modal-pop-area .modal-pop .contents.transfer .agree-list {
    margin-top: 60px;
    text-align: right;
  }
  .modal-pop-area .modal-pop .contents.transfer .agree-list li {
    margin: 0;
  }
  .modal-pop-area .modal-pop .btn-area.transfer {
    margin-top: 0;
    text-align: right;
  }
  .modal-pop-area .modal-pop .btn-area.transfer button {
    min-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .map-area-title {
    margin-top: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
  }
}
.map-area-address {
  margin-top: -150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .map-area-address {
    margin-top: -35px;
  }
}
.map-area-address .map {
  height: 450px;
  background-color: #DCE3CB;
}
.map-area-address .address-area {
  width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .map-area-address .address-area {
    width: 100%;
  }
}
.map-area-address .address-area .info-addr {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  width: 400px;
  padding: 40px;
}
.map-area-address .address-area .info-addr h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}
.map-area-address .address-area .info-addr ul {
  margin-bottom: 34px;
}
.map-area-address .address-area .info-addr ul li {
  color: #555;
  margin-bottom: 12px;
}
.map-area-address .address-area .info-addr a {
  float: right;
  display: inline-block;
}
.map-area-address .address-area .info-addr a::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.5px' height='14.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M1.475,12.555 L7.525,6.958 L1.475,1.417 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 9.5px;
  height: 14.5px;
  vertical-align: -1px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .map-area-address .address-area .info-addr {
    top: 20px;
    left: 20px;
    width: 250px;
    padding: 20px 15px;
  }
  .map-area-address .address-area .info-addr h3 {
    font-size: 21px;
    line-height: 21px;
    font-family: SpoqaHanSans-Light;
    padding-bottom: 14px;
  }
  .map-area-address .address-area .info-addr ul {
    margin-bottom: 20px;
  }
  .map-area-address .address-area .info-addr ul li {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .map-area-address .address-area .info-addr a {
    font-size: 12px;
    line-height: 12px;
  }
  .map-area-address .address-area .info-addr a::after {
    width: 6.5px;
    height: 11px;
    margin-left: 5px;
    color: #000;
  }
}

.compt-list {
  margin-top: 30px;
  border-top: 2px #000 solid;
}
.compt-list.mt {
  margin: 0 0 60px;
}
.compt-list ul {
  font-size: 0;
}
.compt-list ul li {
  border-bottom: 1px #eee solid;
  position: relative;
}
.compt-list ul li:last-child {
  border-bottom-color: #ddd;
}
.compt-list ul li > strong {
  display: inline-block;
  width: 180px;
  padding: 12px 0 12px 40px;
  font-weight: bold;
}
.compt-list ul li > span {
  display: inline-block;
  padding: 12px 0;
}
.compt-list ul li > span.c {
  color: #33aeb6;
  font-weight: bold;
}
.compt-list ul li > span.r {
  color: #da291c;
}
.compt-list ul li > em {
  position: absolute;
  right: 30px;
  top: 12px;
}
.compt-list ul li > em.b {
  color: #2086cd;
}
.compt-list ul li .radio-box em {
  position: static;
}
.compt-list ul li .radio-box label {
  margin-right: 20px;
}
.compt-list ul li .radio-box label:last-child {
  margin-right: 0;
}
.compt-list ul li.col-half {
  display: inline-block;
  width: 50%;
}
.compt-list dl {
  background-color: #f5f5f5;
}
.compt-list dl:after {
  content: "";
  display: block;
  clear: both;
}
.compt-list dl dt {
  float: left;
  padding: 20px 40px 20px;
  font-weight: bold;
}
.compt-list dl dd {
  float: right;
  padding: 20px 30px 20px;
  color: #da291c;
  font-weight: bold;
  font-size: 22px;
}
.compt-list dl dd em {
  color: #da291c;
}
.compt-list.pop {
  margin: 20px 0 40px;
}
.compt-list.pop ul li strong {
  width: 120px;
  padding: 12px 0 12px 20px;
}
.compt-list.pop dl dt {
  padding: 20px;
}
.compt-list.pop dl dd {
  padding: 20px;
}
.compt-list.coupon-buy ul li strong {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 26px;
  transform: translateY(-50%);
}
.compt-list.coupon-buy ul li strong b {
  color: #777;
}
.compt-list.coupon-buy ul li span {
  display: block;
  width: 100%;
  padding-left: 180px;
  line-height: 26px;
}
.compt-list.coupon-buy ul li span b {
  color: #777;
}
.compt-list.coupon-buy ul li ul.list-hyphen {
  padding: 12px 0 12px 180px;
}
.compt-list.coupon-buy ul li ul.list-hyphen li {
  line-height: 26px;
  border: none;
}
.compt-list.coupon-buy ul li.right strong {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .compt-list ul li {
    position: relative;
    padding: 15px 15px;
  }
  .compt-list ul li > strong {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    display: block;
    font-weight: bold;
    padding: 0;
    margin: auto;
    height: 15px;
    width: initial;
  }
  .compt-list ul li > span {
    display: block;
    text-align: right;
    padding: 0 0 0 80px;
    line-height: 20px;
  }
  .compt-list ul li > span.c {
    color: #33aeb6;
    font-weight: bold;
  }
  .compt-list ul li > em {
    position: relative;
    right: initial;
    top: initial;
    display: block;
    text-align: right;
    line-height: 20px;
  }
  .compt-list ul li > em.b {
    color: #2086cd;
    font-weight: bold;
  }
  .compt-list ul li.col-half {
    display: block;
    width: 100%;
  }
  .compt-list dl dt {
    padding: 13px 15px 13px;
    font-weight: bold;
  }
  .compt-list dl dd {
    padding: 13px 15px 13px;
    font-size: 17px;
  }
  .compt-list dl dd em {
    color: #da291c;
  }
  .compt-list.pop {
    margin: 20px 0 30px;
  }
  .compt-list.pop ul li strong {
    width: auto;
    padding: 0;
  }
  .compt-list.pop dl dt {
    padding: 13px 15px 13px;
  }
  .compt-list.pop dl dd {
    padding: 13px 15px 13px;
  }
  .compt-list.coupon-buy ul li strong {
    height: auto;
    left: 15px;
    line-height: 20px;
  }
  .compt-list.coupon-buy ul li span {
    line-height: 20px;
    padding-left: 80px;
  }
  .compt-list.coupon-buy ul li ul.list-hyphen {
    padding: 0 0 0 80px;
  }
  .compt-list.coupon-buy ul li ul.list-hyphen li {
    padding: 0;
    line-height: 20px;
    text-align: right;
  }
  .compt-list.coupon-buy ul li.right strong {
    padding-left: 0;
  }
}

.counter {
  position: relative;
  border: 1px #ddd solid;
  border-radius: 100px;
  width: 114px;
  height: 34px;
  overflow: hidden;
}
.counter .decrement,
.counter .increment {
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.counter .decrement {
  left: 0;
  border-right: 1px #ddd solid;
}
.counter .decrement:active::before {
  position: relative;
  top: 0;
  left: 0;
}
.counter .decrement::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='1px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M-0.000,-0.000 L9.000,-0.000 L9.000,1.000 L-0.000,1.000 L-0.000,-0.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 9px;
  height: 1px;
  margin: 0 auto;
  vertical-align: 4px;
}
.counter .increment {
  right: 0;
  border-left: 1px #ddd solid;
}
.counter .increment:active::before {
  position: relative;
  top: 0;
  left: 0;
}
.counter .increment::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='9px'%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M9.000,5.000 L5.000,5.000 L5.000,9.000 L4.000,9.000 L4.000,5.000 L-0.000,5.000 L-0.000,4.000 L4.000,4.000 L4.000,-0.000 L5.000,-0.000 L5.000,4.000 L9.000,4.000 L9.000,5.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  vertical-align: 0;
}
.counter em {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  line-height: 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .counter em {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .counter {
    right: 0;
    width: 100px;
    height: 32px;
  }
  .counter em {
    line-height: 30px;
  }
}

.complete-list {
  margin-top: 20px;
  border-top: 2px #000 solid;
}
.complete-list.mt {
  margin-bottom: 60px;
}
.complete-list + .templ-type-infolist-5 {
  margin-top: 15px;
}
.complete-list.pop > ul > li > div dl dt {
  padding: 12px 0 12px 20px;
  width: 110px;
}
.complete-list.pop > ul > li > div dl .g {
  display: block;
}
.complete-list > ul {
  font-size: 0;
}
.complete-list > ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.complete-list > ul > li > div {
  display: table;
  width: 100%;
}
.complete-list > ul > li > div dl {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.complete-list > ul > li > div dl dt {
  display: table-cell;
  width: 180px;
  padding: 12px 0 12px 40px;
  line-height: 26px;
  font-weight: bold;
  vertical-align: middle;
}
.complete-list > ul > li > div dl dd {
  display: table-cell;
  width: calc(100% - 180px);
  padding: 12px 20px 12px 0;
  line-height: 26px;
  vertical-align: middle;
  word-break: break-word;
}
.complete-list > ul > li > div dl dd span {
  display: block;
  line-height: 1.5;
}
.complete-list > ul > li > div dl dd ul li {
  line-height: 26px;
  padding-left: 8px;
  text-indent: -8px;
}
.complete-list > ul > li > div dl dd strong {
  font-weight: bold;
}
.complete-list > ul > li > div dl dd em {
  color: #777;
}
.complete-list > ul > li > div dl .r {
  color: #da291c;
}
.complete-list > ul > li > div dl .r * {
  color: #da291c;
}
.complete-list > ul > li > div dl .g {
  color: #777;
}
.complete-list > ul > li > div dl .b {
  color: #33aeb6;
  font-weight: bold;
}
.complete-list > ul > li > div dl + dl dt {
  padding-left: 0;
}
.complete-list > ul > li > div dl:first-child:nth-last-child(2), .complete-list > ul > li > div dl:first-child:nth-last-child(2) ~ dl {
  width: 50%;
}
.complete-list > ul > li > div dl.push-right {
  padding-left: 50%;
}
.complete-list > ul > li > div dl.push-right dt {
  padding-left: 0;
}
.complete-list > ul > li.total {
  border-bottom: none;
  background-color: #f5f5f5;
}
.complete-list > ul > li.total div dl dt {
  padding: 17px 0 17px 40px;
}
.complete-list > ul > li.total div dl dd {
  padding: 17px 0;
}
.complete-list > ul > li.total div dl dd strong {
  font-size: 22px;
}
.complete-list .payment-area {
  position: relative;
}
.complete-list .payment-area ul {
  padding: 32px 40px;
  background-color: #555;
}
.complete-list .payment-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.complete-list .payment-area ul li {
  float: left;
  font-size: 0;
}
.complete-list .payment-area ul li strong {
  position: relative;
  color: #fff;
}
.complete-list .payment-area ul li strong:after {
  content: ":";
  margin: 0 3px;
  color: #fff;
}
.complete-list .payment-area ul li em {
  color: #fff;
}
.complete-list .payment-area dl {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 32px 40px;
  background-color: #4c4c4c;
}
.complete-list .payment-area dl:after {
  content: "";
  display: block;
  clear: both;
}
.complete-list .payment-area dl dt {
  float: left;
  color: #fff;
}
.complete-list .payment-area dl dd {
  float: left;
  padding-left: 30px;
  color: #efc122;
}
.complete-list .payment-area dl dd * {
  color: #efc122;
}
.complete-list .payment-area dl dd em {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin: -4px 3px 0 0;
}
.complete-list .payment-area.type2 ul {
  padding: 30px 20px;
}
.complete-list .payment-area.type2 ul li {
  float: none;
  margin-top: 20px;
}
.complete-list .payment-area.type2 ul li:after {
  content: "";
  display: block;
  clear: both;
}
.complete-list .payment-area.type2 ul li:first-child {
  margin-top: 0;
}
.complete-list .payment-area.type2 ul li strong {
  float: left;
}
.complete-list .payment-area.type2 ul li strong:after {
  display: none;
}
.complete-list .payment-area.type2 ul li em {
  display: block;
  text-align: right;
}
.complete-list .payment-area.type2 dl {
  position: static;
  padding: 30px 20px;
}
.complete-list .payment-area.type2 dl dt {
  float: left;
}
.complete-list .payment-area.type2 dl dd {
  float: none;
  display: block;
  text-align: right;
}
.complete-list .cancel-area {
  margin: 20px 0;
  padding: 30px 20px;
  border: 1px solid #33AEB6;
}
.complete-list .cancel-area li {
  margin-top: 15px;
  border: none;
}
.complete-list .cancel-area li:first-child {
  margin-top: 0;
}
.complete-list .cancel-area li dl {
  display: table;
}
.complete-list .cancel-area li dl dt {
  display: table-cell;
  width: 90px;
  line-height: 26px;
  font-weight: bold;
  vertical-align: middle;
}
.complete-list .cancel-area li dl dd {
  display: table-cell;
  width: calc(100% - 90px);
  line-height: 26px;
  vertical-align: middle;
}
.complete-list .cancel-area li dl dd .radio-wrap .radio-box {
  margin-right: 20px;
}
.complete-list .cancel-area li dl dd .radio-wrap .radio-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .complete-list.mt {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .complete-list.pop > ul > li > div dl dt {
    padding: 15px;
    width: 115px;
  }
  .complete-list ul li div {
    display: block;
  }
  .complete-list ul li div dl {
    position: relative;
    display: table;
    width: 100%;
  }
  .complete-list ul li div dl dt {
    padding: 15px;
    width: 115px;
    line-height: 20px;
    word-break: keep-all;
  }
  .complete-list ul li div dl dt .g {
    display: block;
  }
  .complete-list ul li div dl dd {
    padding: 15px 15px 15px 0;
    width: calc(100% - 115px);
    line-height: 1.5;
  }
  .complete-list ul li div dl dd span {
    display: block;
    line-height: 1.5;
  }
  .complete-list ul li div dl dd ul li {
    line-height: 20px;
  }
  .complete-list ul li div dl dd .g {
    display: block;
    line-height: 20px;
  }
  .complete-list ul li div dl dd .g.inline {
    display: inline-block;
  }
  .complete-list ul li div dl + dl {
    border-top: 1px solid #eee;
  }
  .complete-list ul li div dl + dl dt {
    padding: 15px;
  }
  .complete-list ul li div dl:first-child:nth-last-child(2), .complete-list ul li div dl:first-child:nth-last-child(2) ~ dl {
    width: 100%;
  }
  .complete-list ul li div dl.push-right {
    padding-left: 0;
  }
  .complete-list ul li div dl.push-right dt {
    padding: 15px;
  }
  .complete-list ul li.total div dl dt {
    padding: 10px 0 10px 15px;
  }
  .complete-list ul li.total div dl dd {
    padding: 10px 15px 10px 0;
  }
  .complete-list ul li.total div dl dd strong {
    font-size: 17px;
  }
  .complete-list .payment-area {
    padding: 0;
  }
  .complete-list .payment-area ul {
    padding: 20px 15px;
  }
  .complete-list .payment-area ul li {
    float: none;
  }
  .complete-list .payment-area ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  .complete-list .payment-area ul li strong:after {
    display: none;
  }
  .complete-list .payment-area ul li em {
    float: right;
  }
  .complete-list .payment-area dl {
    padding: 20px 15px;
    position: static;
  }
  .complete-list .payment-area dl dd {
    padding: 0;
    float: right;
  }
  .complete-list .payment-area dl dd em {
    font-size: 17px;
    line-height: 17px;
  }
  .complete-list .payment-area.type2 ul {
    padding: 20px 15px;
  }
  .complete-list .payment-area.type2 ul li {
    margin-top: 15px;
  }
  .complete-list .payment-area.type2 dl {
    padding: 20px 15px;
  }
  .complete-list .cancel-area {
    margin: 40px 0;
    padding: 0 15px;
    border: none;
  }
  .complete-list .cancel-area li {
    margin-top: 15px;
    border: none;
  }
  .complete-list .cancel-area li:first-child {
    margin-top: 0;
  }
  .complete-list .cancel-area li dl {
    display: table;
  }
  .complete-list .cancel-area li dl dt {
    line-height: 20px;
    width: 100px;
  }
  .complete-list .cancel-area li dl dd {
    width: calc(100% - 100px);
    line-height: 20px;
  }
}

.gift-information h3 {
  font-size: 32px;
  line-height: 32px;
  font-family: SpoqaHanSans-Light;
  padding: 60px 0 20px;
}
@media screen and (max-width: 768px) {
  .gift-information h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 30px 0 15px;
  }
}
.gift-information .conts {
  background-color: #f5f5f5;
  padding: 40px;
}
.gift-information .conts dl:after {
  content: "";
  display: block;
  clear: both;
}
.gift-information .conts dl dt {
  float: left;
  width: 440px;
  height: 30px;
  margin-bottom: 40px;
}
.gift-information .conts dl dt span {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #555;
  width: 120px;
}
.gift-information .conts dl dt em {
  font-size: 18px;
  line-height: 18px;
  color: #555;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  width: 317px;
}
.gift-information .conts dl dd {
  float: left;
  width: calc(100% - 440px);
  height: 30px;
  margin-bottom: 40px;
}
.gift-information .conts dl dd ul:after {
  content: "";
  display: block;
  clear: both;
}
.gift-information .conts dl dd ul li {
  float: left;
  width: 50%;
  padding-left: 40px;
}
.gift-information .conts dl dd ul li span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #aaa;
  padding-bottom: 15px;
  border-bottom: 2px #aaa solid;
}
.gift-information .conts p {
  color: #777;
  text-indent: -6px;
  margin-left: 6px;
}
.gift-information .conts p:last-child {
  margin-top: 8px;
}
.gift-information .conts p::before {
  content: "*";
  color: #777;
  vertical-align: -3px;
  display: inline-block;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .gift-information .conts {
    padding: 20px;
  }
  .gift-information .conts dl dt {
    float: initial;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
  }
  .gift-information .conts dl dt span {
    font-size: 15px;
    line-height: 15px;
    width: 58px;
  }
  .gift-information .conts dl dt em {
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    color: #777;
    width: calc(100% - 62px);
  }
  .gift-information .conts dl dd {
    float: initial;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
    padding-left: 58px;
  }
  .gift-information .conts dl dd ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .gift-information .conts dl dd ul li {
    float: left;
    width: 50%;
    padding-left: 0;
  }
  .gift-information .conts dl dd ul li:first-child {
    padding-right: 20px;
  }
  .gift-information .conts dl dd ul li span {
    font-size: 15px;
    line-height: 15px;
  }
  .gift-information .conts p {
    line-height: 18px;
  }
}

.method-of-payment.recaptcha {
  margin-top: 0;
  padding: 0;
  background: none;
}
.method-of-payment.recaptcha p {
  display: block;
  width: 180px;
}
.method-of-payment.recaptcha p img {
  max-width: 100%;
}
.method-of-payment.recaptcha .input-box {
  top: inherit;
  bottom: 0;
  left: 210px;
  width: 310px;
  height: 44px;
}
.method-of-payment .reset {
  position: absolute;
  left: 552px;
  bottom: 0;
}
.method-of-payment .reset button {
  border: 1px #ccc solid;
  padding: 0;
  width: 100px;
  height: 38px;
}
.method-of-payment .reset button::before {
  content: "";
  background: url("../image/icon_reset-2.png") no-repeat left top;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-right: 5px;
}
.method-of-payment .reset button em {
  color: #555;
}
.method-of-payment .reset.pos2 {
  top: 20px;
}

@media screen and (max-width: 768px) {
  .form-wrap.recaptcha ul.dt li {
    position: relative;
    float: none;
    width: 100%;
  }
  .form-wrap.recaptcha ul.dt li .reset {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .form-wrap.recaptcha ul.dt li + li {
    margin-top: 5px;
  }
  .form-wrap.recaptcha ul.dt li:first-child {
    float: none;
    width: 100%;
    padding-right: 0 !important;
  }
  .form-wrap.recaptcha ul.dt li:first-child .input-box {
    width: 190px;
    display: inline-block;
  }
  .form-wrap.recaptcha ul.dt li:first-child .input-box img {
    max-width: 100%;
  }
  .form-wrap.recaptcha .reset button {
    border: 1px #ccc solid;
    padding: 0;
    width: 104px;
    height: 46px;
  }
  .form-wrap.recaptcha .reset button::before {
    content: "";
    background: url("../image/icon_reset-2.png") no-repeat left top;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 5px;
  }
  .form-wrap.recaptcha .reset button em {
    color: #555;
  }
}
.real-time-contents {
  padding-top: 50px;
}
.real-time-contents .templ-type-tab-medium {
  margin-bottom: 65px;
}
.real-time-contents .real-time-area {
  padding-top: 15px;
}
.real-time-contents .real-time-area table {
  border-top: 2px #000 solid;
}
.real-time-contents .real-time-area table th {
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  width: 146px;
  padding: 12px 0;
}
.real-time-contents .real-time-area table th:first-child {
  border-right: none;
  background-color: #444;
  border-bottom: 1px #444 solid;
  width: 252px;
  color: #fff;
}
.real-time-contents .real-time-area table th:last-child {
  border-right: none;
}
.real-time-contents .real-time-area table td {
  border-bottom: 1px #ddd solid;
  border-right: 1px #eee solid;
  padding: 15px 23px 5px;
  vertical-align: top;
}
.real-time-contents .real-time-area table td:first-child {
  border-right: none;
  background-color: #555;
  border-bottom: 1px #444 solid;
  padding: 39px 20px 0;
}
.real-time-contents .real-time-area table td:first-child > div {
  border-bottom: 1px #444 solid;
  margin-bottom: 4px;
  padding-bottom: 5px;
}
.real-time-contents .real-time-area table td:first-child > div div {
  margin-bottom: 0;
  position: relative;
}
.real-time-contents .real-time-area table td:first-child > div:last-child {
  border-bottom: none;
}
.real-time-contents .real-time-area table td:last-child {
  border-right: none;
}
.real-time-contents .real-time-area table td:nth-child(2) > em {
  color: #da291c;
}
.real-time-contents .real-time-area table td:nth-child(8) > em {
  color: #2086cd;
}
.real-time-contents .real-time-area table td[data-state=disabled] > em {
  color: #aaa;
}
.real-time-contents .real-time-area table td[data-state=today] > em {
  position: relative;
}
.real-time-contents .real-time-area table td[data-state=today] > em::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -5px;
  width: 5px;
  height: 5px;
  background-color: #da291c;
  border-radius: 50%;
}
.real-time-contents .real-time-area table td > em {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.real-time-contents .real-time-area table td div {
  position: relative;
  margin-bottom: 10px;
}
.real-time-contents .real-time-area table td div.team-1 {
  height: 26px;
}
.real-time-contents .real-time-area table td div.team-1 u,
.real-time-contents .real-time-area table td div.team-1 strong {
  line-height: 26px;
}
.real-time-contents .real-time-area table td div.team-2 {
  height: 51px;
}
.real-time-contents .real-time-area table td div.team-2 u,
.real-time-contents .real-time-area table td div.team-2 strong {
  line-height: 51px;
}
.real-time-contents .real-time-area table td div.team-3 {
  height: 76px;
}
.real-time-contents .real-time-area table td div.team-3 u,
.real-time-contents .real-time-area table td div.team-3 strong {
  line-height: 76px;
}
.real-time-contents .real-time-area table td div strong {
  display: block;
  color: #fff;
  font-weight: bold;
}
.real-time-contents .real-time-area table td div strong em {
  font-size: 14px;
  line-height: 14px;
  color: #aaa;
  display: inline-block;
  padding-left: 3px;
}
.real-time-contents .real-time-area table td div ul {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
}
.real-time-contents .real-time-area table td div ul li {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 9px;
}
.real-time-contents .real-time-area table td div ul li:last-child {
  padding-bottom: 0;
}
.real-time-contents .real-time-area table td div u {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.real-time-contents .real-time-area table td div button {
  border: 1px #ccc solid;
  width: 100%;
  display: block;
  margin-bottom: -1px;
  height: 26px;
}
.real-time-contents .real-time-area table td div button em {
  font-size: 14px;
  color: #555;
}
.real-time-contents .real-time-area table td div button:hover {
  background-color: #da291c;
  border-color: #da291c;
}
.real-time-contents .real-time-area table td div button:hover em {
  color: #fff;
}
.real-time-contents .real-time-area table td div button[disabled] {
  background-color: #eee;
  border-color: #ccc;
}
.real-time-contents .real-time-area table td div button[disabled] em {
  color: #555;
}
.real-time-contents .real-time-area table td div button.wait-btn {
  background: #ddd;
  border: 1px solid #cccccc;
}
.real-time-contents .real-time-area table td div button.wait-btn:hover {
  background-color: #da291c;
  border-color: #da291c;
}
.real-time-contents .real-time-area table td div button.wait-btn:hover em {
  color: #fff;
}
.real-time-contents .real-time-area table td div button.wait-btn::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  background-color: #e63333;
  border-radius: 50%;
}

[data-catagory=reservation] .templ-type-title + .templ-type-tab-medium {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .templ-type-title + .templ-type-tab-medium {
    margin-top: 0;
  }
}
[data-catagory=reservation] .templ-type-tab-medium {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .templ-type-tab-medium {
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .templ-type-tab-large {
    margin: 0 0 30px 0;
  }
}
[data-catagory=reservation] .guide-content-box .top-img + .list-title-border {
  margin-top: 40px;
}
[data-catagory=reservation] .guide-content-box .top-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .top-img {
    margin: 0 -20px;
  }
  [data-catagory=reservation] .guide-content-box .top-img + .list-title-border {
    margin-top: 30px;
  }
}
[data-catagory=reservation] .guide-content-box .top-info {
  position: relative;
  margin-bottom: 80px;
}
[data-catagory=reservation] .guide-content-box .top-info:before {
  content: "Reservation guide";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100px;
  line-height: 100px;
  color: #eee;
  letter-spacing: -5px;
  z-index: -1;
}
[data-catagory=reservation] .guide-content-box .top-info dt {
  font-size: 36px;
  line-height: 36px;
  font-family: SpoqaHanSans-Light;
  line-height: 52px;
}
[data-catagory=reservation] .guide-content-box .top-info dd {
  margin-top: 10px;
  line-height: 26px;
  color: #555;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .top-info {
    position: relative;
    margin-bottom: 50px;
  }
  [data-catagory=reservation] .guide-content-box .top-info:before {
    display: none;
  }
  [data-catagory=reservation] .guide-content-box .top-info dt {
    font-size: 24px;
    line-height: 33px;
  }
  [data-catagory=reservation] .guide-content-box .top-info dd {
    margin-top: 20px;
    line-height: 19px;
  }
}
[data-catagory=reservation] .guide-content-box .list-title {
  margin: 60px 0 20px;
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .list-title {
    font-size: 18px;
    line-height: 18px;
    margin: 40px 0 15px;
  }
}
[data-catagory=reservation] .guide-content-box .list-title-border {
  margin: 120px 0 20px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .list-title-border {
    margin: 60px 0 15px;
  }
}
[data-catagory=reservation] .guide-content-box .table-wrap {
  position: relative;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table-title {
  margin: 60px 0 20px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .text-right {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .table-wrap .table {
    overflow-x: auto;
  }
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-border th {
  padding: 10px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-border td {
  padding: 10px;
  line-height: 26px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-border td.text-left {
  padding: 10px 40px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-border td .list-hyphen li {
  padding-left: 9px;
  text-indent: -9px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-border .text-left {
  text-align: left !important;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-border .bg-none {
  background-color: #fff;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-row th {
  padding: 10px 40px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-row td {
  padding: 10px 40px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-row td .text-gray {
  display: block;
  line-height: 26px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-row.table-center th {
  text-align: center;
}
[data-catagory=reservation] .guide-content-box .table-wrap .table .table-row.table-center td {
  text-align: center;
}
[data-catagory=reservation] .guide-content-box .table-wrap .templ-type-infolist-2 {
  margin-top: 10px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .templ-type-infolist-2 ul {
  margin: 0;
}
[data-catagory=reservation] .guide-content-box .table-wrap .templ-type-infolist-2 ul li {
  padding: 0 0 0 10px;
}
[data-catagory=reservation] .guide-content-box .table-wrap .templ-type-infolist-2 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  vertical-align: middle;
}
[data-catagory=reservation] .guide-content-box .table-wrap .btn-down {
  position: absolute;
  top: 4px;
  right: 0;
  padding: 0;
}
[data-catagory=reservation] .guide-content-box .table-wrap .btn-down:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='17px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,12.000 L0.500,16.000 L15.500,16.000 L15.500,12.000 '/%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M7.500,-0.000 L8.500,-0.000 L8.500,12.000 L7.500,12.000 L7.500,-0.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M4.404,7.154 L7.990,10.690 L11.575,7.154 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  margin: -6px 10px 0 6px;
  width: 16.5px;
  height: 17px;
  vertical-align: middle;
  z-index: 1;
}
[data-catagory=reservation] .guide-content-box .table-wrap .btn-down em {
  color: #000;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .table-wrap .table-title {
    margin: 40px 0 15px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .text-right {
    top: 3px;
    font-size: 13px;
    line-height: 13px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-border th {
    padding: 10px 5px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-border td {
    padding: 10px 5px;
    line-height: 20px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-border td.text-left {
    padding: 10px 15px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-border td .list-hyphen {
    padding-left: 7px;
    text-indent: -7px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-row th {
    padding: 10px 5px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-row td {
    padding: 10px 5px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .table .table-row td .text-gray {
    display: block;
    line-height: 20px;
  }
  [data-catagory=reservation] .guide-content-box .table-wrap .btn-down {
    top: 2px;
  }
}
[data-catagory=reservation] .guide-content-box .info-text {
  color: #555;
  line-height: 26px;
}
[data-catagory=reservation] .guide-content-box .info-text + .table-wrap {
  margin-top: 30px;
}
[data-catagory=reservation] .guide-content-box .info-text + .table {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .info-text {
    line-height: 20px;
  }
  [data-catagory=reservation] .guide-content-box .info-text + .table-wrap {
    margin-top: 20px;
  }
  [data-catagory=reservation] .guide-content-box .info-text + .table {
    margin-top: 20px;
  }
}
[data-catagory=reservation] .guide-content-box .sub-info dt {
  margin-top: 40px;
  line-height: 26px;
  font-weight: bold;
}
[data-catagory=reservation] .guide-content-box .sub-info dd {
  line-height: 26px;
  color: #555;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .sub-info dt {
    margin-top: 20px;
    line-height: 20px;
  }
  [data-catagory=reservation] .guide-content-box .sub-info dd {
    line-height: 20px;
  }
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box > ul {
  padding: 30px;
  line-height: 100%;
  font-size: 0;
  text-align: center;
  background: #f5f5f5;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li.tel {
  padding-left: 25px;
  background: url(../image/icon-reservation-tel.png) no-repeat left center;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li.fax {
  margin-left: 25px;
  padding-left: 45px;
  border-left: 1px solid #ddd;
  background: url(../image/icon-reservation-fax.png) no-repeat 20px center;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li.time {
  margin-left: 25px;
  padding-left: 45px;
  border-left: 1px solid #ddd;
  background: url(../image/icon-reservation-time.png) no-repeat 20px center;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box .templ-type-infolist-2 {
  margin-top: 10px;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box .templ-type-infolist-2 ul {
  margin: 0;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box .templ-type-infolist-2 ul li {
  padding: 0 0 0 10px;
}
[data-catagory=reservation] .guide-content-box .reservation-gray-box .templ-type-infolist-2 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .reservation-gray-box > ul {
    padding: 20px;
    text-align: left;
  }
  [data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li {
    display: block;
    font-size: 13px;
    line-height: 19px;
    word-break: keep-all;
  }
  [data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li.tel {
    background: url(../image/icon-reservation-tel.png) no-repeat left center;
  }
  [data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li.fax {
    margin: 15px 0 0 0;
    padding-left: 25px;
    border-left: none;
    background: url(../image/icon-reservation-fax.png) no-repeat left 2px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-gray-box > ul li.time {
    margin: 15px 0 0 0;
    padding-left: 25px;
    border-left: none;
    background: url(../image/icon-reservation-time.png) no-repeat left 2px;
  }
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul {
  padding: 40px 0;
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:last-child:after {
  display: none;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span {
  display: block;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span.img {
  position: relative;
  height: 50px;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span.img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span.text {
  margin-top: 20px;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box .templ-type-infolist-2 {
  margin-top: 10px;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box .templ-type-infolist-2 ul {
  margin: 0;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box .templ-type-infolist-2 ul li {
  padding: 0 0 0 10px;
}
[data-catagory=reservation] .guide-content-box .reservation-step-box .templ-type-infolist-2 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul {
    padding: 30px 20px 30px 0;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li {
    text-align: center;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:after {
    right: 3px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translateY(-50%);
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:nth-child(1) {
    width: 28%;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:nth-child(2) {
    width: 36%;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:nth-child(3) {
    width: 36%;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:nth-child(4) {
    margin-top: 35px;
    padding-left: 15%;
    width: 50%;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li:nth-child(5) {
    margin-top: 35px;
    padding-right: 15%;
    width: 50%;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span {
    display: block;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span.img {
    position: relative;
    height: 40px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span.img img {
    transform: scale(0.8);
  }
  [data-catagory=reservation] .guide-content-box .reservation-step-box > ul li span.text {
    margin-top: 15px;
  }
}
[data-catagory=reservation] .guide-content-box .reservation-info-box {
  margin-top: 40px;
  border-top: 2px solid #000;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li {
  position: relative;
  display: table;
  padding: 30px 0;
  width: 100%;
  min-height: 160px;
  border-bottom: 1px solid #eee;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li .img {
  position: absolute;
  top: 50%;
  left: 80px;
  width: 50px;
  text-align: center;
  transform: translateY(-50%);
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl {
  display: table-cell;
  padding-left: 210px;
  vertical-align: middle;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dt {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .text {
  margin-top: 30px;
  line-height: 26px;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list {
  margin-top: 20px;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li {
  position: relative;
  margin-top: 5px;
  padding-left: 10px;
  line-height: 22px;
  color: #555;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li:first-child {
  margin-top: 0;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li span.text-red {
  color: #da291c;
}
[data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li .text-gray {
  display: block;
  line-height: 22px;
  color: #777;
}
@media screen and (max-width: 768px) {
  [data-catagory=reservation] .guide-content-box .reservation-info-box {
    margin-top: 15px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li {
    padding: 45px 20px 30px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li .img {
    top: 30px;
    left: 20px;
    transform: scale(0.8);
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl {
    padding: 0;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dt {
    padding-left: 60px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .text {
    margin-top: 35px;
    line-height: 20px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .text + .list {
    margin-top: 20px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list {
    margin-top: 35px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li {
    line-height: 20px;
  }
  [data-catagory=reservation] .guide-content-box .reservation-info-box > ul > li dl dd .list li .text-gray {
    line-height: 20px;
  }
}

[data-catagory=mobile-reservation] #footer {
  display: none;
}

.mobile-reservation .hr {
  height: 1px;
  background-color: #eee;
}
.mobile-reservation .hr.type-1 {
  margin: 15px 0;
}
.mobile-reservation .hr.type-2 {
  margin: 50px 0;
}
.mobile-reservation .hr.type-3 {
  margin: 10px 0 50px;
}
.mobile-reservation .tooltip-wrap {
  vertical-align: 2px;
}
.mobile-reservation .tooltip-wrap .btn-tooltip {
  border: 1px solid #33AEB6;
  background-color: #fff;
}
.mobile-reservation .tooltip-wrap .btn-tooltip:before {
  color: #33AEB6;
}
.mobile-reservation .tooltip-wrap .tooltip-box {
  top: 30px;
  min-width: 260px;
  padding: 15px;
  border: 1px solid #33AEB6;
  border-radius: 9px;
}
.mobile-reservation .tooltip-wrap .tooltip-box .text {
  color: #777;
}
.mobile-reservation .tooltip-wrap .tooltip-box .arrow {
  position: absolute;
  top: -7px;
  left: 0;
}
.mobile-reservation .tooltip-wrap .tooltip-box .arrow:before, .mobile-reservation .tooltip-wrap .tooltip-box .arrow:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(-50%);
}
.mobile-reservation .tooltip-wrap .tooltip-box .arrow:before {
  border-bottom: 7px solid #33aeb6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.mobile-reservation .tooltip-wrap .tooltip-box .arrow:after {
  top: 1px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.mobile-reservation.mobile-package .fix-area-contents.charge .btn-box {
  position: absolute;
  top: 156px;
  right: 20px;
}
.mobile-reservation .fix-area-contents {
  padding: 75px 0 60px;
}
.mobile-reservation .fix-area-contents.charge {
  position: relative;
}
.mobile-reservation .fix-area-contents.charge .btn-box {
  position: absolute;
  top: 100px;
  right: 20px;
}
.mobile-reservation .fix-area-contents.charge .btn-box .submit-small {
  padding: 3.5px 20px;
}
.mobile-reservation .fix-area-contents.charge .btn-box .submit-small em {
  font-size: 12px;
  line-height: 12px;
}
.mobile-reservation .fix-area-contents h3 {
  margin: 30px 20px 15px;
  font-size: 16px;
  font-weight: bold;
}
.mobile-reservation .fix-area-contents h3 + .templ-type-tab-reservation {
  padding-top: 0;
}
.mobile-reservation .fix-area-contents h3 + .templ-type-tab-reservation + h3 {
  margin-top: 0;
}
.mobile-reservation .fix-area-contents .templ-type-title-m {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.mobile-reservation .fix-area-contents .xb {
  color: #555;
  padding-bottom: 24px;
}
.mobile-reservation .fix-area-contents .btn-gird-col li:last-child {
  margin-bottom: 0;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .fs {
  font-weight: 700;
  color: #000;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt .w {
  width: 50%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt .w:first-child {
  width: 50%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt .w:last-child {
  width: 50%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt .n {
  width: 20%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt .tp {
  width: 30%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt .fp {
  width: 40%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt li {
  padding-right: 20px;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt li.input-lpoint {
  width: 100% !important;
  margin-bottom: 5px;
  padding-right: 0;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt li.check-lpoint {
  width: 100% !important;
  text-align: right;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt li:last-child {
  padding-right: 0;
  padding-left: 0;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt4 {
  display: table;
  margin-left: -10px;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt4 li {
  display: table-cell;
  float: none;
  width: auto;
  margin-right: 0;
  padding: 0 10px;
  vertical-align: bottom;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt4 li:first-child {
  width: 30%;
}
.mobile-reservation .fix-area-contents .btn-gird-col li .dt4 li.vx {
  width: 100px !important;
  padding: 0 !important;
}
.mobile-reservation .fix-area-contents .ck {
  margin-bottom: 30px;
  padding: 0;
}
.mobile-reservation .fix-area-contents .ck .form-wrap.bvx {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
  border: none;
  height: auto;
}
.mobile-reservation .fix-area-contents .ck .form-wrap.bvx .radio-box {
  margin-right: 20px;
}
.mobile-reservation .fix-area-contents .ck .form-wrap.bvx .radio-box:last-child {
  margin-right: 0;
}
.mobile-reservation .fix-area-bottom {
  padding: 0 0 60px;
}
.mobile-reservation .benefits-area {
  padding: 0 20px 30px;
  border-bottom: 1px #eee solid;
}
.mobile-reservation .benefits-area .select-box em {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border-width: 1px;
}
.mobile-reservation .scroll-area {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 20px;
}
.mobile-reservation .scroll-area::-webkit-scrollbar {
  display: none;
}
.mobile-reservation .date-select-area .scroll-area > div {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 1px #eee solid;
}
.mobile-reservation .date-select-area .scroll-area > div > em {
  font-size: 12px;
  line-height: 12px;
  color: #777;
  display: block;
  padding-bottom: 15px;
}
.mobile-reservation .date-select-area .scroll-area > div ul li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 7px;
}
.mobile-reservation .date-select-area .scroll-area > div ul li:first-child {
  padding-left: 0;
}
.mobile-reservation .date-select-area .scroll-area > div ul li > em {
  font-size: 11px;
  line-height: 11px;
  color: #999;
  display: block;
  margin-bottom: 5px;
}
.mobile-reservation .date-select-area .scroll-area > div ul li > em.sun {
  color: #d22b18;
}
.mobile-reservation .date-select-area .scroll-area > div ul li > em.sat {
  color: #2086cd;
}
.mobile-reservation .date-select-area .scroll-area > div ul li span {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  color: #ccc;
  width: 37px;
  height: 37px;
  margin-bottom: 5px;
  position: relative;
  padding-top: 10px;
  border-radius: 200px;
}
.mobile-reservation .date-select-area .scroll-area > div ul li div.now span::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  background-color: #e63333;
  border-radius: 50%;
}
.mobile-reservation .date-select-area .scroll-area > div ul li div.active span {
  color: #fff;
  background-color: #33aeb6;
}
.mobile-reservation .date-select-area .scroll-area > div ul li div.disabled span {
  color: #ccc;
}
.mobile-reservation .date-select-area .scroll-area > div ul li div span {
  color: #000;
}
.mobile-reservation .date-select-area .scroll-area > div ul li div em {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #777;
}
.mobile-reservation .hole-select-area .button-group {
  margin: 0 20px;
}
.mobile-reservation .hole-select-area .button-group a {
  margin-right: 5px;
}
.mobile-reservation .time-select-area {
  position: relative;
}
.mobile-reservation .time-select-area + .time-select-area {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.mobile-reservation .time-select-area .l-area {
  top: 0;
}
.mobile-reservation .time-select-area .scroll-area {
  padding-top: 15px;
}
.mobile-reservation .time-select-area .scroll-area:last-child ul li {
  border-bottom: 0;
}
.mobile-reservation .time-select-area .scroll-area ul li {
  padding-bottom: 15px;
  border-bottom: 1px #eee solid;
  padding-right: 6px;
  display: inline-block;
}
.mobile-reservation .time-select-area .scroll-area ul li div {
  position: relative;
  border: 1px #ddd solid;
  border-radius: 5px;
  width: 70px;
  height: 67px;
  padding: 10px 0 0 10px;
  position: relative;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=active] {
  background-color: #da291c;
  border-color: #da291c;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=active] em, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=active] u, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=active] span, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=active] span > em {
  color: #fff;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=close] {
  background-color: #eee;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=close] em, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=close] u, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=close] span, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=close] span > em {
  color: #999;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=waiting] {
  background-color: #eee;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=waiting] u {
  color: #999;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=waiting] span, .mobile-reservation .time-select-area .scroll-area ul li div[data-state=waiting] span > em {
  color: #555;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=waiting] .test {
  color: red;
}
.mobile-reservation .time-select-area .scroll-area ul li div[data-state=waiting]::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #e63333;
  border-radius: 50%;
}
.mobile-reservation .time-select-area .scroll-area ul li div.self[data-state=active] {
  background-color: #33aeb6;
  border-color: #33aeb6;
}
.mobile-reservation .time-select-area .scroll-area ul li div.self[data-state=active] em, .mobile-reservation .time-select-area .scroll-area ul li div.self[data-state=active] u, .mobile-reservation .time-select-area .scroll-area ul li div.self[data-state=active] span, .mobile-reservation .time-select-area .scroll-area ul li div.self[data-state=active] span > em {
  color: #fff;
}
.mobile-reservation .time-select-area .scroll-area ul li div > em {
  display: block;
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 6px;
}
.mobile-reservation .time-select-area .scroll-area ul li div u {
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-decoration: line-through;
  color: #999;
  padding-bottom: 5px;
}
.mobile-reservation .time-select-area .scroll-area ul li div span {
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.mobile-reservation .time-select-area .scroll-area ul li div span em {
  font-size: 10px;
  line-height: 10px;
}
.mobile-reservation .time-select-area .scroll-area ul li div mark {
  position: absolute;
  right: -1px;
  top: -7px;
  padding: 0 5px;
  font-size: 9px;
  color: #33aeb6;
  font-weight: bold;
  border: 1px solid #33aeb6;
  background-color: #fff;
}
.mobile-reservation .no-schedule {
  padding: 0 15px;
}
.mobile-reservation .no-schedule .notice-box {
  width: 100%;
  text-align: center;
  padding: 20px 9px 20px;
  border-radius: 10px;
  background: #f5f5f5;
}
.mobile-reservation .no-schedule .notice-box span {
  display: block;
  line-height: 1.4;
  color: #777777;
}
.mobile-reservation .no-result {
  padding: 25px 0 20px;
  text-align: center;
}
.mobile-reservation .no-result::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='53px' height='53px'%3e%3cpath fill-rule='evenodd' stroke='rgb(51, 174, 182)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M26.000,1.000 C39.807,1.000 51.000,12.193 51.000,26.000 C51.000,39.807 39.807,51.000 26.000,51.000 C12.193,51.000 1.000,39.807 1.000,26.000 C1.000,12.193 12.193,1.000 26.000,1.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(51, 174, 182)' d='M26.500,38.000 C25.671,38.000 25.000,37.328 25.000,36.500 L25.000,36.141 C25.000,35.313 25.671,34.641 26.500,34.641 C27.328,34.641 28.000,35.313 28.000,36.141 L28.000,36.500 C28.000,37.328 27.328,38.000 26.500,38.000 ZM26.500,31.308 C25.671,31.308 25.000,30.636 25.000,29.808 L25.000,15.500 C25.000,14.672 25.671,14.000 26.500,14.000 C27.328,14.000 28.000,14.672 28.000,15.500 L28.000,29.808 C28.000,30.636 27.328,31.308 26.500,31.308 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-bottom: 10px;
}
.mobile-reservation .no-result p {
  color: #777;
  line-height: 22px;
}
.mobile-reservation .l-area {
  position: absolute;
  top: 40px;
  right: 20px;
}
.mobile-reservation .l-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.mobile-reservation .l-area ul li {
  float: left;
  margin-left: 14px;
}
.mobile-reservation .l-area ul li i {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 6px;
  border: 1px solid #ccc;
  background-color: #eee;
  vertical-align: -3px;
}
.mobile-reservation .l-area ul li i.icon-fs-1 {
  position: relative;
}
.mobile-reservation .l-area ul li i.icon-fs-1::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  background-color: #e63333;
  border-radius: 50%;
}
.mobile-reservation .l-area ul li i.icon-fs-2 {
  border: 1px #ccc solid;
  background-color: #fff;
}
.mobile-reservation .l-area ul li em {
  font-size: 13px;
  color: #777;
}
.mobile-reservation .l-area ul li.poss em {
  color: #da291c;
}
.mobile-reservation .l-area .select-box ul li {
  margin-left: 0;
}
.mobile-reservation .templ-type-tab-rev {
  margin-bottom: 25px;
  text-align: center;
}
.mobile-reservation .templ-type-tab-rev button {
  background-color: #eee;
  border-radius: 100px;
  padding: 10px 20px;
  margin: 0 2px;
}
.mobile-reservation .templ-type-tab-rev button em {
  color: #777;
}
.mobile-reservation .templ-type-tab-rev button[data-state=active] {
  background-color: #333;
}
.mobile-reservation .templ-type-tab-rev button[data-state=active] em {
  color: #fff;
}
.mobile-reservation .golf-cc-container,
.mobile-reservation .fix-area-button {
  position: fixed;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 2;
}
.mobile-reservation .golf-cc-container .select-menu,
.mobile-reservation .fix-area-button .select-menu {
  background-color: #ccc;
  padding: 22px 0;
  width: 100%;
}
.mobile-reservation .golf-cc-container .select-menu em,
.mobile-reservation .fix-area-button .select-menu em {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.mobile-reservation .golf-cc-container .select-menu::after,
.mobile-reservation .fix-area-button .select-menu::after {
  content: "";
  background: url(../image/reservation-bg-2.png) no-repeat left top;
  background-size: 100% 100%;
  width: 128px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-reservation .golf-cc-container .select-menu[data-state=active],
.mobile-reservation .fix-area-button .select-menu[data-state=active] {
  background-color: #33AEB6;
}
.mobile-reservation .golf-cc-container .select-menu[data-state=active]::after,
.mobile-reservation .fix-area-button .select-menu[data-state=active]::after {
  background: url(../image/reservation-bg-2-active.png) no-repeat left top;
}
.mobile-reservation .complete-contents {
  padding: 40px 20px 50px;
}
.mobile-reservation .complete-contents .hr {
  margin-right: -20px;
  margin-left: -20px;
}
.mobile-reservation .complete-contents .templ-type-header {
  margin-bottom: 25px;
}
.mobile-reservation .complete-contents .templ-type-infolist-1 h3 {
  margin: 0 0 15px;
  font-size: 14px;
}
.mobile-reservation .complete-contents .templ-type-infolist-2 > ul > li {
  padding: 0 0 8px 10px;
}
.mobile-reservation .complete-contents .templ-type-infolist-2 > ul > li:before {
  position: absolute;
  top: 2px;
  left: 0;
}
.mobile-reservation .complete-contents .btn-gird-col.ps {
  margin-bottom: 15px;
  padding-bottom: 0;
}
.mobile-reservation .complete-contents .btn-gird-col.ps > li ul li {
  margin-bottom: 0;
}
.mobile-reservation .complete-contents .form-wrap.bvx {
  height: auto;
  margin-bottom: -10px;
  border-bottom: 0;
}
.mobile-reservation .complete-contents .complete-form-box .form-wrap label, .mobile-reservation .complete-contents .complete-form-box .form-wrap .label {
  font-weight: 400;
  color: #777;
}
.mobile-reservation .complete-contents .complete-form-box .form-wrap .select-box em {
  border-bottom: 1px solid #aaa;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #000;
}
.mobile-reservation .complete-contents .complete-form-box .form-wrap .input-box input {
  border-bottom: 1px solid #aaa;
  font-weight: 700;
}
.mobile-reservation .complete-list > ul > li > div dl .b {
  font-weight: 400;
}
.mobile-reservation .package-item p {
  line-height: 20px;
}
.mobile-reservation .package-item p * {
  line-height: 20px;
}

.real-time-cal-area {
  border-top: 1px #eee solid;
  padding: 35px 0;
}
.real-time-cal-area .step {
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}
.real-time-cal-area .step .prev,
.real-time-cal-area .step .next {
  width: 25px;
  height: 25px;
  vertical-align: -3px;
  position: relative;
  margin: 0 12px;
}
.real-time-cal-area .step .prev::before,
.real-time-cal-area .step .next::before {
  content: "";
  background-size: 100% 100%;
  display: inline-block;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 3px;
}
.real-time-cal-area .step .prev::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='37px'%3e%3cpath fill-rule='evenodd' stroke='rgb(153, 153, 153)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M18.591,34.999 L0.988,18.000 L18.591,1.000 '/%3e%3c/svg%3e");
  left: 7px;
}
.real-time-cal-area .step .next::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='39px'%3e%3cpath fill-rule='evenodd' stroke='rgb(153, 153, 153)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.000,34.890 L16.817,19.000 L1.000,3.110 '/%3e%3c/svg%3e");
  left: 9px;
}
.real-time-cal-area .step .reset {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='53px' height='53px'%3e%3cpath fill-rule='evenodd' stroke='rgb(221, 221, 221)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M26.000,1.000 C39.807,1.000 51.000,12.193 51.000,26.000 C51.000,39.807 39.807,51.000 26.000,51.000 C12.193,51.000 1.000,39.807 1.000,26.000 C1.000,12.193 12.193,1.000 26.000,1.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M37.992,27.346 C37.822,28.956 37.315,30.559 36.444,32.052 C33.123,37.746 25.767,39.697 20.014,36.410 C14.261,33.122 12.290,25.841 15.611,20.146 C18.933,14.452 26.289,12.501 32.042,15.789 C33.924,16.864 35.401,18.368 36.421,20.103 '/%3e%3cpath fill-rule='evenodd' stroke='rgb(85, 85, 85)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M36.909,14.744 L37.502,22.169 L30.364,21.775 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 20px;
  top: -3px;
}
.real-time-cal-area .step strong em {
  font-size: 24px;
  font-weight: bold;
}
.real-time-cal-area table thead tr th em {
  color: #555;
  font-size: 14px;
  line-height: 14px;
}
.real-time-cal-area table thead tr th:first-child em {
  color: #e63333;
}
.real-time-cal-area table thead tr th:last-child em {
  color: #2086cd;
}
.real-time-cal-area table tbody tr td {
  text-align: center;
  padding: 5px 0;
  font-size: 15px;
  line-height: 15px;
  color: #ccc;
}
.real-time-cal-area table tbody tr td div {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.real-time-cal-area table tbody tr td em {
  display: block;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0;
}
.real-time-cal-area table tbody tr td span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  padding-top: 5px;
  color: #555;
  letter-spacing: 0;
}
.real-time-cal-area table tbody tr td.now {
  position: relative;
}
.real-time-cal-area table tbody tr td.now div::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: #e63333;
  border-radius: 50%;
}
.real-time-cal-area table tbody tr td.disabled {
  cursor: default;
}
.real-time-cal-area table tbody tr td.disabled em {
  color: #ccc;
}
.real-time-cal-area table tbody tr td.disabled span {
  color: #999;
}
.real-time-cal-area table tbody tr td.active div {
  background-color: #e63333;
  border-radius: 100px;
}
.real-time-cal-area table tbody tr td.active em,
.real-time-cal-area table tbody tr td.active span {
  color: #fff;
}

.reservation-status {
  background-color: #f5f5f5;
  padding: 40px 20px 55px;
  position: relative;
}
.reservation-status .l-area ul li i.icon-fs-1 {
  border: 1px #33AEB6 solid;
  background-color: #fff;
}
.reservation-status .l-area ul li i.icon-fs-1::after {
  display: none;
}
.reservation-status .l-area ul li i.icon-fs-3 {
  position: relative;
  background: #ddd;
  border: 1px solid #ccc;
}
.reservation-status .l-area ul li i.icon-fs-3::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  background-color: #e63333;
  border-radius: 50%;
}
.reservation-status h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reservation-status .course {
  padding: 15px 0;
  border-bottom: 1px #ddd solid;
}
.reservation-status .course:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.reservation-status .course li {
  margin-bottom: 7px;
}
.reservation-status .course li:after {
  content: "";
  display: block;
  clear: both;
}
.reservation-status .course li:last-child {
  margin-bottom: 0;
}
.reservation-status .course li strong {
  float: left;
  display: block;
  padding-top: 10px;
  font-size: 15px;
}
.reservation-status .course li strong span {
  font-size: 14px;
  color: #777;
}
.reservation-status .course li > div {
  float: right;
}
.reservation-status .course li > div > em {
  color: #555;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin-right: 15px;
}
.reservation-status .course li > div button {
  width: 77px;
  text-align: center;
  border: 1px #33aeb6 solid;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 0;
}
.reservation-status .course li > div button em {
  color: #33aeb6;
}
.reservation-status .course li > div button[disabled] {
  border: 1px #ccc solid;
  background-color: #eee;
}
.reservation-status .course li > div button[disabled] em {
  color: #999;
}
.reservation-status .course li > div button.wait-btn {
  position: relative;
  background: #ddd;
  border: 1px solid #ccc;
}
.reservation-status .course li > div button.wait-btn em {
  color: #999999;
}
.reservation-status .course li > div button.wait-btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #e63333;
  border-radius: 50%;
}
.reservation-status .course li > div .team {
  width: 77px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  color: #999;
}

.templ-schedule-reservation {
  background-color: #2E477E;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  min-height: 75px;
  z-index: 20;
}
.templ-schedule-reservation::after {
  content: "";
  background: url(../image/reservation-bg.png) no-repeat left top;
  background-size: 100% 100%;
  width: 120px;
  height: 75px;
  position: absolute;
  right: 85px;
  top: 0;
}
.templ-schedule-reservation ul {
  position: relative;
  z-index: 10;
}
.templ-schedule-reservation ul:after {
  content: "";
  display: block;
  clear: both;
}
.templ-schedule-reservation ul li {
  float: left;
  height: 75px;
  position: relative;
  overflow: hidden;
}
.templ-schedule-reservation ul li:first-child:nth-last-child(3), .templ-schedule-reservation ul li:first-child:nth-last-child(3) ~ li {
  width: 33.33333333%;
}
.templ-schedule-reservation ul li::after {
  content: "";
  border-right: 1px #465D91 solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.templ-schedule-reservation ul li > em {
  display: block;
  font-size: 15px;
  line-height: 75px;
  color: #fff;
  text-align: center;
}
.templ-schedule-reservation ul li div {
  padding: 20px 0 0 20px;
  position: relative;
}
.templ-schedule-reservation ul li div::after {
  content: "";
  background: url(../image/rec-t.png) no-repeat left top;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.templ-schedule-reservation ul li div > span {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  opacity: 0.5;
  display: block;
  padding-bottom: 10px;
}
.templ-schedule-reservation ul li div > strong {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}
.templ-schedule-reservation ul li div > strong em {
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #fff;
}
.templ-schedule-reservation ul li div > strong em:first-child {
  padding-bottom: 2px;
}
.templ-schedule-reservation.package-reservation {
  background-image: linear-gradient(90deg, #314b85 50%, #2e477e);
}
.templ-schedule-reservation.package-reservation::after {
  background-image: url("../image/package-reservation-bg.png");
  width: 135.5px;
  height: 131px;
  right: 42px;
}
.templ-schedule-reservation.package-reservation ul li {
  height: 65.5px;
}
.templ-schedule-reservation.package-reservation ul li:first-child:nth-last-child(4), .templ-schedule-reservation.package-reservation ul li:first-child:nth-last-child(4) ~ li {
  width: 50%;
}
.templ-schedule-reservation.package-reservation ul li::before {
  content: "";
  border-top: 1px #465D91 solid;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.templ-schedule-reservation.package-reservation ul li:nth-child(-n+2):before {
  display: none;
}
.templ-schedule-reservation.package-reservation ul li > em {
  line-height: 65.5px;
}
.templ-schedule-reservation.package-reservation ul li div {
  padding: 14px 20px 0;
}
.templ-schedule-reservation.package-reservation ul li div > strong {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.mobile-reservation .filter-area .l-area {
  position: static;
}
.mobile-reservation .filter-area .l-area .select-box {
  display: inline-block;
}
.mobile-reservation .filter-area .l-area .filter-btn-box {
  display: inline-block;
  padding-left: 23px;
  vertical-align: bottom;
}
.mobile-reservation .filter-area .l-area .filter-btn-box .btn-filter {
  padding: 0;
}
.mobile-reservation .filter-area .r-area .total {
  margin-top: 9px;
}
.mobile-reservation .join-reservation {
  padding: 10px 20px 50px;
}
.mobile-reservation .join-reservation .hr {
  margin-right: -20px;
  margin-left: -20px;
}
.mobile-reservation .join-info-area {
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
}
.mobile-reservation .join-list-contents {
  padding-top: 5px;
}
.mobile-reservation .join-list-wrap .no-data-box {
  margin-top: 15px;
}
.mobile-reservation .join-list > li {
  float: none;
  width: 100%;
}
.mobile-reservation .join-list > li .join-thumbnail {
  padding: 25px 25px 25px;
}
.mobile-reservation .join-list > li .join-thumbnail .item {
  padding-left: 0;
}
.mobile-reservation .join-list > li .join-thumbnail .item strong {
  font-size: 17px;
  line-height: 20px;
}
.mobile-reservation .join-list > li .join-thumbnail .item span {
  font-size: 13px;
  line-height: 13px;
}
.mobile-reservation .join-list > li .join-thumbnail .users-area {
  padding-top: 15px;
}
.mobile-reservation .join-list > li .join-thumbnail .users-area .user {
  width: 40px;
  height: 40px;
  border: 1px #fff solid;
}
.mobile-reservation .join-list > li .join-thumbnail .users-area .user img {
  width: 38px;
  height: 38px;
}
.mobile-reservation .join-list > li .join-thumbnail .count {
  right: 25px;
  bottom: 36px;
  color: #555;
}
.mobile-reservation .badge-recruit {
  padding: 3px 11px 4px 8px;
}
.mobile-reservation .badge-recruit:before {
  border-right: 6px solid transparent;
}
.mobile-reservation .badge-recruit .text {
  font-size: 11px;
  line-height: 11px;
}
.mobile-reservation .join-view-contents {
  padding: 40px 0 0;
  border-bottom: 0;
}
.mobile-reservation .join-view-contents .join-view-time {
  background-color: #eee;
  text-align: center;
  margin: -50px -20px 40px;
  padding: 12px 0;
}
.mobile-reservation .join-view-contents .join-view-time span {
  color: #555;
  font-weight: bold;
}
.mobile-reservation .join-view-contents .join-view-time span::before {
  content: "";
  background-image: url("../image/icon-join-time-mobile.png");
  background-size: 100% 100%;
  display: inline-block;
  width: 19px;
  height: 18px;
  vertical-align: -5px;
  margin-right: 6px;
}
.mobile-reservation .join-view-contents .join-view-time em {
  color: #33aeb6;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
}
.mobile-reservation .join-view-contents .green-fee-area h3 {
  margin: 0 0 4px;
  font-weight: 400;
  color: #777;
}
.mobile-reservation .join-view-contents .green-fee-area .select-box em {
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #000;
}
.mobile-reservation .join-view-contents .green-fee-area .price {
  margin-top: 15px;
  text-align: right;
}
.mobile-reservation .join-view-contents .green-fee-area .price .discount {
  position: relative;
  margin-right: 13px;
  padding: 0 1px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}
.mobile-reservation .join-view-contents .green-fee-area .price .discount:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.mobile-reservation .join-view-contents .green-fee-area .price .discount em {
  font-size: 12px;
  line-height: 12px;
  color: inherit;
}
.mobile-reservation .join-view-contents .green-fee-area .price .sell {
  font-size: 17px;
  line-height: 17px;
}
.mobile-reservation .join-view-contents .green-fee-area .price .sell em {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}
.mobile-reservation .join-view-contents .join-info-list-area h3 {
  margin: 40px 0 0;
}
.mobile-reservation .join-view-contents .join-info-list-area .templ-type-infolist-3 ul {
  margin: 20px 0 0;
}
.mobile-reservation .join-view-contents .join-info-list-area .templ-type-infolist-3 ul li {
  padding: 0 0 0 10px;
}
.mobile-reservation .join-view-contents .join-info-list-area .templ-type-infolist-3 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
}
.mobile-reservation .join-view-contents .join-users-area {
  margin: 45px -20px 0;
  padding: 50px 20px 15px;
  background-color: #f5f5f5;
}
.mobile-reservation .join-view-contents .join-users-area > ul > li {
  margin-bottom: 16px;
}
.mobile-reservation .join-view-contents .join-users-area > ul > li:last-child {
  margin-bottom: 0;
}
.mobile-reservation .join-view-contents .join-users-area .user-box {
  display: table;
  width: 100%;
  padding: 24px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.mobile-reservation .join-view-contents .join-users-area .user-box:last-child {
  margin-bottom: 0;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user {
  position: relative;
  display: table-cell;
  width: 65px;
  height: 65px;
  background: url("../image/join-user-none.png") no-repeat 0 0;
  background-size: 100%;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user img {
  width: 100%;
  height: 100%;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user .int {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 23px);
  width: 46px;
  height: 16px;
  padding: 3px 0;
  border-radius: 8px;
  background-color: #33AEB6;
  text-align: center;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user .int i {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user-text {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user-text li {
  font-size: 14px;
  line-height: 14px;
  color: #777;
}
.mobile-reservation .join-view-contents .join-users-area .user-box .user-text li.name {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mobile-reservation .join-view-contents .join-users-area .user-box .user-text li.name {
    font-size: 14px;
    line-height: 14px;
  }
}
.mobile-reservation .join-view-contents .join-users-area .join-users-desc {
  position: relative;
  margin-top: 15px;
  padding-left: 7px;
  line-height: 19px;
  color: #555;
}
.mobile-reservation .join-view-contents .join-users-area .join-users-desc:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "*";
}
.mobile-reservation .btn-join-view {
  margin: 0 -20px -50px;
  padding: 0 20px 25px;
  background-color: #f5f5f5;
  text-align: right;
}
.mobile-reservation .btn-join-view .reset-medium {
  width: 120px;
}
.mobile-reservation .btn-join-view .reset-medium em {
  font-size: 15px;
  line-height: 15px;
}

.join-status-top {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding: 31px 0;
  background-image: linear-gradient(90deg, #314b85 50%, #2e477e);
  text-align: center;
}
.join-status-top:before {
  position: absolute;
  top: 0;
  right: 31px;
  width: 150px;
  height: 140px;
  background: url("../image/join-reservation-view-bg.png") no-repeat left top;
  background-size: 100% 100%;
  content: "";
}
.join-status-top .badge {
  position: relative;
  z-index: 10;
  margin-bottom: 12px;
}
.join-status-top .status-text {
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 23px;
}
.join-status-top .status-text .text {
  color: #fff;
}
.join-status-top + .fix-area-contents {
  padding-top: 140px;
}

.join-use-info-area .use-info-box {
  margin: 0 -20px;
  padding: 50px 20px;
  border-top: 1px solid #eee;
}
.join-use-info-area .use-info-box:first-child {
  padding-top: 0;
  border-top: 0;
}
.join-use-info-area .use-info-box:last-child {
  padding-bottom: 0;
}
.join-use-info-area .use-info-box .title {
  font-size: 24px;
  line-height: 24px;
}
.join-use-info-area .use-info-box .reservation-process {
  margin: 30px 0 0;
}
.join-use-info-area .use-info-box .reservation-process:after {
  content: "";
  display: block;
  clear: both;
}
.join-use-info-area .use-info-box .reservation-process li {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 50px;
  text-align: center;
}
.join-use-info-area .use-info-box .reservation-process li .icon {
  position: absolute;
  top: 0;
  left: 1px;
  width: 100%;
  height: 39px;
}
.join-use-info-area .use-info-box .reservation-process li .icon i {
  vertical-align: middle;
}
.join-use-info-area .use-info-box .reservation-process li .icon:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.join-use-info-area .use-info-box .reservation-process li .number {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #33aeb6;
}
.join-use-info-area .use-info-box .reservation-process li .text {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 15px;
}

.custom-search-area {
  margin: 0 -20px;
}
.custom-search-area .custom-search-box {
  padding: 30px 20px;
  border-top: 1px solid #eee;
}
.custom-search-area .custom-search-box:first-child {
  padding-top: 0;
  border-top: 0;
}
.custom-search-area .custom-search-box .title {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .custom-search-area .custom-search-box .title {
    font-size: 14px;
    line-height: 14px;
  }
}
.custom-search-area .fieldset .select-box em {
  border-bottom-width: 1px;
}
.custom-search-area .fieldset .date-picker-wrap {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.custom-search-area .fieldset .date-picker-wrap .date-picker, .custom-search-area .fieldset .date-picker-wrap .trem {
  display: table-cell;
}
.custom-search-area .fieldset .date-picker-wrap .trem {
  width: 35px;
}
.custom-search-area .checkbox-fieldset:after {
  content: "";
  display: block;
  clear: both;
}
.custom-search-area .checkbox-fieldset .checkbox-box {
  float: left;
  width: 33.33%;
  margin-top: 10px;
}
.custom-search-area .checkbox-fieldset .checkbox-box:nth-child(-n+3) {
  margin-top: 0;
}
.custom-search-area .checkbox-fieldset .checkbox-box:nth-child(3n+1) {
  clear: left;
}

.mobile-reservation .package-area {
  padding: 22px 20px 0;
}
.mobile-reservation .schedule-package > ul > li {
  margin-bottom: 30px;
}
.mobile-reservation .schedule-package > ul > li:last-child {
  margin-bottom: 0;
}
.mobile-reservation .schedule-package .package-thumbnail {
  border: 1px solid #efefef;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.04);
}
.mobile-reservation .schedule-package .package-image {
  position: relative;
  display: block;
}
.mobile-reservation .schedule-package .package-image img {
  width: 100%;
}
.mobile-reservation .schedule-package .package-image .event-badge {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
.mobile-reservation .schedule-package .package-image .event-badge span {
  display: inline-block;
  margin-left: 1px;
  padding: 0 10px;
  line-height: 35px;
  border: 0;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.mobile-reservation .schedule-package .package-image .event-badge span:first-child {
  margin-left: 0;
}
.mobile-reservation .schedule-package .package-image .event-badge .pictogram-box {
  margin-left: 1px;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: top;
}
.mobile-reservation .schedule-package .package-image .event-badge .pictogram-box .ico-picoto-nor {
  padding: 0;
  width: 38px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
}
.mobile-reservation .schedule-package .package-content {
  padding: 20px 20px 30px;
}
.mobile-reservation .schedule-package .package-content .package-item a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
  padding-right: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.mobile-reservation .schedule-package .package-content .package-item a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #eee url("../image/icon-search.png") no-repeat 50% 50%;
  background-size: 12px 12px;
  content: "";
}
.mobile-reservation .schedule-package .package-content .package-item span {
  display: block;
  line-height: 22px;
}
.mobile-reservation .schedule-package .package-content .package-item span .dl-content {
  margin-top: 26px;
}
.mobile-reservation .schedule-package .package-content .package-item span .dl-content dt {
  font-weight: 700;
}
.mobile-reservation .schedule-package .package-content .package-item span .dl-content .hidden {
  display: none;
}
.mobile-reservation .schedule-package .package-content .package-item span .caution {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
}
.mobile-reservation .schedule-package .package-content .package-item em {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 22px;
  color: #777;
}
.mobile-reservation .schedule-package .package-content .package-item em + em {
  margin-top: -4px;
}
.mobile-reservation .schedule-package .package-content .package-price {
  margin-top: 11px;
  font-size: 18px;
  line-height: 20px;
  color: #da291c;
  text-align: right;
}
.mobile-reservation .schedule-package .package-content .package-price em {
  margin-right: 4px;
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
}
.mobile-reservation .schedule-package .package-content .package-price .dutch-price {
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
  color: #777;
}
.mobile-reservation .schedule-package .package-content .package-price .dutch-price em {
  font-size: 14px;
  line-height: 14px;
  margin-right: 1px;
  color: #777;
  font-weight: normal;
}
.mobile-reservation .schedule-package .package-content .button-medium {
  display: block;
  margin-top: 20px;
}
.mobile-reservation.mobile-package .schedule-contents {
  padding-top: 131px;
}
.mobile-reservation.mobile-package .fix-area-contents {
  padding-top: 131px;
}

.package-info-wrap .title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}
.package-info-wrap .text {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #33aeb6;
}
.package-info-wrap .content-box {
  margin-top: 27px;
  padding: 25px 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 20px;
}
.package-info-wrap .content-box * {
  font-size: inherit;
  line-height: inherit;
}
.package-info-wrap .content-box .templ-type-infolist-1 li:last-child {
  margin-bottom: 0;
}
.package-info-wrap .small-text {
  margin-top: 15px;
  line-height: 19px;
  color: #777;
}

[data-catagory=golfCourseNews] .weather-information .templ-type-tab-medium {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .weather-information .templ-type-tab-medium {
    margin: 0 0 40px;
  }
}
[data-catagory=golfCourseNews] .weather-box {
  display: table;
  margin: 20px 0 60px;
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
[data-catagory=golfCourseNews] .weather-box .main-info {
  display: table-cell;
  width: 50%;
  padding: 0 40px;
}
[data-catagory=golfCourseNews] .weather-box .main-info .title-date {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info {
  display: table;
  width: 100%;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box {
  position: relative;
  display: table-cell;
  width: 58%;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-info {
  padding-left: 135px;
  font-size: 60px;
  line-height: 100%;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-info .temp-now {
  font-size: 60px;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-today {
  margin-top: 20px;
  padding-left: 135px;
  font-size: 0;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-today p {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #999;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-today p span {
  font-size: 18px;
  line-height: 18px;
  margin: 0 5px;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-today p span.min {
  color: #2086cd;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-today p span.max {
  color: #da291c;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .data-info-box .temp-today p.text {
  margin-left: 10px;
  color: #000;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .detail-info {
  position: relative;
  display: table-cell;
  padding: 0 60px 0 40px;
  width: 42%;
  vertical-align: middle;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .detail-info:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .detail-info dt {
  float: left;
  padding: 7px 0;
  color: #555;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .detail-info dd {
  display: block;
  padding: 7px 0 7px 80px;
  text-align: right;
}
[data-catagory=golfCourseNews] .weather-box .main-info .top-info .detail-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info {
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
  background: #f5f5f5;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info dt {
  display: inline-block;
  margin-left: 80px;
  font-size: 18px;
  line-height: 18px;
  line-height: 36px;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info dt.sunrise:before {
  background: url("/image/icon-sunrise.png") no-repeat;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info dt.sunset:before {
  background: url("/image/icon-sunset.png") no-repeat;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info dt:first-child {
  margin-left: 0;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info dt:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 36px;
  margin: -5px 20px 0 0;
  vertical-align: middle;
}
[data-catagory=golfCourseNews] .weather-box .main-info .bottom-info dd {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  line-height: 36px;
}
[data-catagory=golfCourseNews] .weather-box .sub-info {
  display: table-cell;
  width: 50%;
  padding: 0 40px 0 30px;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .sub-title {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 24px;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .time-weather {
  display: flex;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .time-weather li {
  display: inline-block;
  -ms-flex: 0 1 auto;
  margin: 0 5px;
  width: 100%;
  text-align: center;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .time-weather li span {
  display: block;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .time-weather li span.time {
  margin-bottom: 20px;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .time-weather li span.prob {
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #555;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .time-weather li img {
  width: 36px;
  height: 36px;
}
[data-catagory=golfCourseNews] .weather-box .sub-info .weather-chart {
  margin-top: 30px;
  background: #f5f5f5;
}

.search-filter {
  position: relative;
  border-top: 2px #555 solid;
  border-bottom: 1px #ddd solid;
  padding: 30px 0 12px;
}
.search-filter .select-box em {
  padding: 9px 0 8px;
  height: 33px;
  border-bottom: 1px #555 solid;
}
.search-filter .select-box ul {
  top: 30px;
}
.search-filter .select-box::before {
  top: 15px;
}
.search-filter > ul:after {
  content: "";
  display: block;
  clear: both;
}
.search-filter > ul > li {
  float: left;
  margin-bottom: 18px;
}
.search-filter > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
.search-filter > ul > li.det1 {
  width: 387px;
  margin-right: 39px;
}
.search-filter > ul > li.det1 > label {
  width: 108px;
}
.search-filter > ul > li.det1 .radio-area-box {
  width: 100%;
  margin-right: 0;
}
.search-filter > ul > li.det1 .select-box {
  width: 255px;
}
.search-filter > ul > li.det2 {
  width: 314px;
  margin-right: 40px;
}
.search-filter > ul > li.det2 > label {
  padding-right: 20px;
}
.search-filter > ul > li.det2 .select-box {
  width: 203px;
}
.search-filter > ul > li.det3 {
  width: 470px;
  position: relative;
}
.search-filter > ul > li.det3 .fieldset {
  padding-left: 115px;
}
.search-filter > ul > li.det3 .fieldset .select-box {
  width: 80px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  left: 75px;
  top: -1px;
}
.search-filter > ul > li.det4 {
  width: 100%;
  height: initial;
  margin-bottom: 0;
}
.search-filter > ul > li.det4 > label {
  width: 108px;
  padding-top: 3px;
}
.search-filter > ul > li.det4 .fieldset {
  width: calc(100% - 300px);
}
.search-filter > ul > li.det4 .fieldset .checkbox-box {
  margin-bottom: 18px;
}
.search-filter > ul > li.det5 {
  width: 460px;
  height: 30px;
}
.search-filter > ul > li.det5 > label {
  width: 108px;
  padding-top: 2px;
}
.search-filter > ul > li.det6 {
  width: 521px;
  height: 22px;
  position: relative;
}
.search-filter > ul > li.det6 > label {
  padding-right: 20px !important;
}
.search-filter > ul > li.det7 {
  width: 780px;
  height: 22px;
}
.search-filter > ul > li.det7 > label {
  width: 108px;
  padding-top: 2px;
}
.search-filter > ul > li.det8 {
  width: 460px;
  height: 22px;
}
.search-filter > ul > li.det8 > label {
  padding-top: 2px;
  padding-right: 20px;
}
.search-filter > ul > li.det8 .checkbox-box {
  width: 74px !important;
}
.search-filter > ul > li.det9 {
  width: 340px;
  margin-right: 100px;
}
.search-filter > ul > li.det9 .radio-area-box {
  width: 100%;
  margin-right: 0;
}
.search-filter > ul > li.det10 {
  width: 254px;
  margin-right: 100px;
}
.search-filter > ul > li.det11 {
  position: relative;
  width: 605px;
  margin-right: 190px;
}
.search-filter > ul > li.det11 .fieldset {
  padding-left: 100px;
}
.search-filter > ul > li.det11 .fieldset .select-box {
  position: absolute;
  top: 0;
  left: 75px;
  display: inline-block;
  width: 80px;
  margin-right: 20px;
}
.search-filter > ul > li > label {
  float: left;
  color: #555;
  font-weight: bold;
  padding-top: 5px;
  display: block;
}
.search-filter > ul > li .fieldset {
  float: left;
}
.search-filter > ul > li .fieldset .checkbox-box {
  float: none;
  display: inline-block;
  margin-right: 20px;
}
.search-filter > ul > li .fieldset .checkbox-box.sp:first-child em {
  min-width: auto;
}
.search-filter > ul > li .fieldset .checkbox-box.sp em {
  min-width: 41.77px;
}
.search-filter > ul > li .fieldset .checkbox-box.sp2 {
  width: 74px;
  margin-right: 0;
}
.search-filter > ul > li .fieldset .checkbox-box:last-child {
  margin-right: 0;
}
.search-filter > ul > li .fieldset .input-box.keyword input {
  font-size: 16px;
  line-height: 16px;
  padding: 0 0 12px;
  height: 30px;
  border-bottom: 1px #555 solid;
  letter-spacing: -1px;
}
.search-filter > ul > li .radio-monthly {
  position: absolute;
  right: 0;
  top: 8px;
}
.search-filter > ul > li .radio-monthly ul:after {
  content: "";
  display: block;
  clear: both;
}
.search-filter > ul > li .radio-monthly ul li {
  float: left;
  border-right: 1px #ddd solid;
}
.search-filter > ul > li .radio-monthly ul li:last-child {
  border-right: none;
}
.search-filter > ul > li .radio-monthly ul li [type=radio] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.search-filter > ul > li .radio-monthly ul li [type=radio] + label {
  display: block;
}
.search-filter > ul > li .radio-monthly ul li [type=radio] + label em {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
}
.search-filter > ul > li .radio-monthly ul li [type=radio]:checked + label em {
  font-weight: bold;
}
.search-filter.type-2 > ul > li > label {
  padding: 8px 0;
  width: 75px;
}
.search-filter.type-2 > ul > li .fieldset {
  width: calc(100% - 75px);
}
.search-filter.type-2 > ul > li .fieldset .select-box em {
  padding: 7px 0 8px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .search-filter.type-2 > ul > li .fieldset .select-box em {
    color: #999;
  }
}
.search-filter.type-2 > ul > li .fieldset .input-box.keyword input {
  padding: 8px 0;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .search-filter.type-2 > ul > li.det11 .fieldset .select-box {
    left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .search-filter.type-2.third > ul > li.det11 .fieldset .select-box {
    left: 75px;
    width: calc(100% - 75px);
  }
  .search-filter.type-2.third > ul > li.det11 .fieldset02 {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 75px;
  }
}
.search-filter .toggle {
  display: none;
}
.search-filter .reset {
  position: absolute;
  right: 0;
  top: 40px;
}
.search-filter .reset button {
  border: 1px #ccc solid;
  padding: 0;
  width: 100px;
  height: 38px;
}
.search-filter .reset button::before {
  content: "";
  background: url("../image/icon_reset-2.png") no-repeat left top;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-right: 5px;
}
.search-filter .reset button em {
  color: #555;
}
.search-filter .reset.pos2 {
  top: 20px;
}
.search-filter .search {
  position: absolute;
  right: 0;
  top: 87px;
}
.search-filter .search button {
  padding: 0;
  width: 100px;
  height: 60px;
  border: 1px #33AEB6 solid;
}
.search-filter .search button em {
  color: #33aeb6;
}
.search-filter .search.top {
  top: 18px;
}
.search-filter .search.pos2 {
  top: 67px;
}
.search-filter .mobile-toggle .fieldset {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .search-filter {
    margin: -30px -20px 0;
    border: none;
    background-color: #f5f5f5;
    padding: 25px 20px 15px;
  }
  .search-filter:after {
    content: "";
    display: block;
    clear: both;
  }
  .search-filter > ul.mobile-toggle {
    overflow: hidden;
    height: 23px;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  }
  .search-filter > ul.mobile-toggle[data-state=active] {
    height: auto;
    overflow: visible;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  }
  .search-filter > ul > li {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
    height: inherit !important;
  }
  .search-filter > ul > li.det1 > label {
    padding-top: 11px;
  }
  .search-filter > ul > li.det4 {
    margin-bottom: 0 !important;
  }
  .search-filter > ul > li.det4 .fieldset {
    width: calc(100% - 75px);
  }
  .search-filter > ul > li > label {
    width: 75px !important;
    font-size: 13px;
    line-height: 13px;
    padding-top: 5px;
  }
  .search-filter > ul > li .fieldset {
    width: calc(100% - 75px);
  }
  .search-filter > ul > li .fieldset .radio-area-box {
    float: none;
    width: 100%;
  }
  .search-filter > ul > li .fieldset .radio-area-box li {
    width: 25%;
  }
  .search-filter > ul > li .fieldset .checkbox-box {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .search-filter > ul > li .fieldset .date-picker {
    width: calc(50% - 13px);
  }
  .search-filter > ul > li .radio-monthly {
    display: none;
  }
  .search-filter .toggle {
    display: block;
  }
  .search-filter .toggle button {
    width: 100%;
    height: 48px;
    position: relative;
    transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  }
  .search-filter .toggle button[data-state=active] {
    transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
  }
  .search-filter .toggle button[data-state=active]::before {
    transform: rotate(180deg);
  }
  .search-filter .toggle button::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='16px'%3e%3cpath fill-rule='evenodd' fill='rgb(85, 85, 85)' d='M27.917,2.960 L15.361,15.516 C14.775,16.103 13.825,16.103 13.239,15.516 L0.683,2.960 C0.097,2.374 0.097,1.425 0.683,0.839 C1.269,0.253 2.218,0.253 2.804,0.839 L14.300,12.335 L25.796,0.839 C26.381,0.253 27.331,0.253 27.917,0.839 C28.503,1.425 28.503,2.374 27.917,2.960 Z'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    width: 15px;
    height: 8px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    overflow: hidden;
  }
  .search-filter .reset {
    position: static;
    float: right;
    margin-top: 15px;
  }
  .search-filter .reset button {
    width: inherit;
    border: none;
    height: inherit;
  }
  .search-filter .search {
    position: static;
  }
  .search-filter .search button {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border-radius: 100px;
    background-color: #33AEB6;
  }
  .search-filter .search button em {
    color: #fff;
  }
}

[data-catagory=reservation] .search-filter > ul > li.det1 {
  margin-right: 32px;
}
[data-catagory=reservation] .search-filter > ul > li.det1 > label {
  width: 95px;
}
[data-catagory=reservation] .search-filter > ul > li.det2 {
  margin-right: 31px;
}
[data-catagory=reservation] .search-filter > ul > li.det3 {
  width: 510px;
}
[data-catagory=reservation] .search-filter > ul > li.det3 > label {
  width: 95px;
}
[data-catagory=reservation] .search-filter > ul > li.det3 .fieldset {
  padding-left: 104px;
}
[data-catagory=reservation] .search-filter > ul > li.det3 .fieldset .select-box {
  left: 95px;
}
[data-catagory=reservation] .search-filter > ul > li.det4 {
  width: 764px;
}
[data-catagory=reservation] .search-filter > ul > li.det4 > label {
  width: 95px;
}
[data-catagory=reservation] .search-filter > ul > li.det7 {
  width: 764px;
}
[data-catagory=reservation] .search-filter > ul > li.det7 > label {
  width: 95px;
}
[data-catagory=reservation] .search-filter > ul > li.det8 > label {
  width: 95px;
  padding-right: 0;
}
[data-catagory=reservation] .search-filter > ul > li.det8 .fieldset .checkbox-box:nth-child(1) {
  margin-right: 5px;
}
[data-catagory=reservation] .search-filter > ul > li.det8 .fieldset .checkbox-box:nth-child(2) {
  margin-right: 21px;
}
[data-catagory=reservation] .search-filter > ul > li.det8 .fieldset .checkbox-box:nth-child(3) {
  margin-right: 19px;
}
[data-catagory=reservation] .search-filter > ul > li.det12 > label {
  width: 95px;
  padding-top: 3px;
}

[data-catagory=clubintro] .templ-type-tab-medium {
  margin: 65px 0 50px;
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .templ-type-tab-medium {
    margin: 0 0 35px 0;
  }
}
[data-catagory=clubintro] .map-box {
  position: relative;
}
[data-catagory=clubintro] .map-box .map-info {
  font-size: 0;
}
[data-catagory=clubintro] .map-box .map-info dt {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
[data-catagory=clubintro] .map-box .map-info dd {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #555;
}
[data-catagory=clubintro] .map-box .map-info dd + dd:before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background: #eee;
}
[data-catagory=clubintro] .map-box .map-btn {
  position: absolute;
  top: 42px;
  right: 0;
  font-size: 0;
}
[data-catagory=clubintro] .map-box .map-btn:before {
  content: "";
  display: inline-block;
  margin: -12px 10px 0 0;
  width: 16px;
  height: 20px;
  vertical-align: middle;
  background: url(../image/icon-location.png) no-repeat;
  background-size: cover;
}
[data-catagory=clubintro] .map-box .map-btn li {
  display: inline-block;
}
[data-catagory=clubintro] .map-box .map-btn li + li:before {
  content: "";
  display: inline-block;
  margin: -2px 10px 0;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background: #eee;
}
[data-catagory=clubintro] .map-box .map-btn li a {
  color: #555;
}
[data-catagory=clubintro] .map-box .map-area {
  margin-top: 40px;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .map-box .map-info dt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  [data-catagory=clubintro] .map-box .map-info dd {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }
  [data-catagory=clubintro] .map-box .map-info dd + dd:before {
    display: none;
  }
  [data-catagory=clubintro] .map-box .map-btn {
    position: static;
    margin-top: 35px;
  }
  [data-catagory=clubintro] .map-box .map-area {
    margin: 20px -20px 0;
    width: auto;
    height: 225px;
  }
  [data-catagory=clubintro] .map-box .map-area .map {
    height: 100%;
  }
  [data-catagory=clubintro] .map-box .map-area .map iframe {
    height: 100%;
  }
}
[data-catagory=clubintro] .route-info {
  margin-top: 60px;
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
}
[data-catagory=clubintro] .route-info:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=clubintro] .route-info dt {
  float: left;
  padding: 40px 0;
  font-size: 22px;
  line-height: 32px;
}
[data-catagory=clubintro] .route-info dt em {
  display: block;
  margin-top: 5px;
  color: #777;
}
[data-catagory=clubintro] .route-info dd {
  padding: 0 0 0 240px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
[data-catagory=clubintro] .route-info dd:last-child {
  border-bottom: none;
}
[data-catagory=clubintro] .route-info dd .list {
  display: table;
  width: 100%;
  padding: 70px 0;
  border-top: 1px solid #ddd;
}
[data-catagory=clubintro] .route-info dd .list:first-child {
  margin-top: 0;
  border-top: none;
}
[data-catagory=clubintro] .route-info dd .list .colum {
  position: relative;
  display: table-cell;
  width: auto;
}
[data-catagory=clubintro] .route-info dd .list .colum:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ddd;
}
[data-catagory=clubintro] .route-info dd .list .colum ol {
  position: relative;
  display: inline-block;
  width: auto;
  white-space: nowrap;
}
[data-catagory=clubintro] .route-info dd .list .colum ol li {
  display: table-cell;
  text-align: center;
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.spot {
  position: relative;
  width: auto;
  vertical-align: top;
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.spot:before {
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.spot span {
  position: absolute;
  top: 20px;
  left: 50%;
  min-width: 300px;
  transform: translateX(-50%);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.spot em {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  min-width: 300px;
  font-size: 14px;
  line-height: 14px;
  color: #777;
  transform: translateX(-50%);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.road {
  position: relative;
  width: 340px;
  vertical-align: top;
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.road:before {
  content: "";
  display: block;
  margin: 1px auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(45deg);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.road em {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  min-width: 300px;
  font-size: 14px;
  line-height: 14px;
  color: #777;
  transform: translateX(-50%);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.start span {
  left: -3px;
  color: #33aeb6;
  text-align: left;
  transform: translateX(0);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.start em {
  left: 20px;
  text-align: left;
  transform: translateX(0);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.start:after {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: -5px;
  width: 21px;
  height: 28px;
  background: url(../image/icon-point.png) no-repeat;
  background-size: cover;
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.arrive span {
  left: auto;
  right: -3px;
  color: #33aeb6;
  text-align: right;
  transform: translateX(0);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.arrive em {
  left: auto;
  right: 20px;
  text-align: right;
  transform: translateX(0);
}
[data-catagory=clubintro] .route-info dd .list .colum ol li.arrive:after {
  content: "";
  display: block;
  position: absolute;
  top: -23px;
  left: -5px;
  width: 21px;
  height: 28px;
  background: url(../image/icon-point.png) no-repeat;
  background-size: cover;
}
[data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
  width: 250px;
}
[data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
  width: 200px;
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-info {
    margin: 40px -20px 0 -20px;
    padding: 0 20px;
  }
  [data-catagory=clubintro] .route-info * {
    letter-spacing: -1px;
  }
  [data-catagory=clubintro] .route-info dt {
    float: none;
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 16px;
  }
  [data-catagory=clubintro] .route-info dt em {
    display: inline-block;
    margin: 0;
  }
  [data-catagory=clubintro] .route-info dd {
    padding: 0;
  }
  [data-catagory=clubintro] .route-info dd .list {
    position: relative;
    padding: 50px 0;
  }
  [data-catagory=clubintro] .route-info dd .list:after {
    content: "";
    display: block;
    position: absolute;
    top: 57px;
    right: 0;
    width: 80%;
    height: calc(100% - 112px);
    border-radius: 0 10px 10px 0;
    border: 2px solid #ddd;
    border-left: 0;
    z-index: -1;
  }
  [data-catagory=clubintro] .route-info dd .list .colum {
    display: block;
  }
  [data-catagory=clubintro] .route-info dd .list .colum:before {
    width: 80%;
    top: 7px;
  }
  [data-catagory=clubintro] .route-info dd .list .colum.last {
    margin-top: 70px;
  }
  [data-catagory=clubintro] .route-info dd .list .colum.last ol:after {
    content: "";
    display: block;
    clear: both;
  }
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li {
    float: right;
  }
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 285px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 260px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 235px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 210px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 185px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 160px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 135px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-info dd .list .colum.last ol li.road:before {
    transform: rotate(-135deg);
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.spot span {
    font-size: 12px;
    line-height: 12px;
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.spot em {
    font-size: 11px;
    line-height: 11px;
    bottom: calc(100% + 5px);
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road em {
    font-size: 11px;
    line-height: 11px;
    bottom: calc(100% + 5px);
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 400px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 370px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 340px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 310px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 280px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 250px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.road {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-info dd .list .colum ol li.start:after {
    top: -20px;
    left: -4px;
    width: 18px;
    height: 25px;
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.arrive:after {
    top: -20px;
    left: -4px;
    width: 18px;
    height: 25px;
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.arrive span {
    left: -3px;
    text-align: left;
  }
  [data-catagory=clubintro] .route-info dd .list .colum ol li.arrive em {
    right: auto;
    left: 20px;
    text-align: left;
  }
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 240px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 220px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 200px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 180px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 160px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 140px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum.last ol li.road {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 350px;
  }
}
@media screen and (max-width: 768px) and (max-width: 700px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 330px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 310px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 290px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 270px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 250px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 230px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 210px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  [data-catagory=clubintro] .route-info dd .list.type2 .colum ol li.road {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 195px;
  }
}
@media screen and (max-width: 768px) and (max-width: 700px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 180px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 165px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 135px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 102px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 95px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 88px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum.last ol li.road {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 270px;
  }
}
@media screen and (max-width: 768px) and (max-width: 700px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 250px;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 230px;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 210px;
  }
}
@media screen and (max-width: 768px) and (max-width: 550px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 190px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 170px;
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 130px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  [data-catagory=clubintro] .route-info dd .list.type3 .colum ol li.road {
    width: 110px;
  }
}
[data-catagory=clubintro] .route-box {
  margin-top: 60px;
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
}
[data-catagory=clubintro] .route-box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .route-box {
    margin: 40px -20px 0 -20px;
  }
}
[data-catagory=clubintro] .tour-box .radio-list {
  padding: 20px 0;
  line-height: 100%;
  font-size: 0;
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
}
[data-catagory=clubintro] .tour-box .radio-list li {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
}
[data-catagory=clubintro] .tour-box .radio-list li:after {
  content: "";
  display: inline-block;
  margin: 0 25px;
  width: 1px;
  height: 15px;
  vertical-align: middle;
  background: #eee;
}
[data-catagory=clubintro] .tour-box .radio-list li:last-child:after {
  display: none;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label {
  display: inline-block;
  line-height: 26px;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-1 {
  padding-left: 30px;
  background: url(../image/icon-tour-1.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-2 {
  padding-left: 34px;
  background: url(../image/icon-tour-2.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-3 {
  padding-left: 28px;
  background: url(../image/icon-tour-3.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-4 {
  padding-left: 34px;
  background: url(../image/icon-tour-4.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-5 {
  padding-left: 34px;
  background: url(../image/icon-tour-5.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-6 {
  padding-left: 32px;
  background: url(../image/icon-tour-6.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover {
  cursor: pointer;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover.icon-1 {
  background: url(../image/icon-tour-1_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover.icon-2 {
  background: url(../image/icon-tour-2_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover.icon-3 {
  background: url(../image/icon-tour-3_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover.icon-4 {
  background: url(../image/icon-tour-4_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover.icon-5 {
  background: url(../image/icon-tour-5_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover.icon-6 {
  background: url(../image/icon-tour-6_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label:hover em {
  color: #da291c;
  font-weight: bold;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label em {
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label.icon-1 {
  background: url(../image/icon-tour-1_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label.icon-2 {
  background: url(../image/icon-tour-2_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label.icon-3 {
  background: url(../image/icon-tour-3_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label.icon-4 {
  background: url(../image/icon-tour-4_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label.icon-5 {
  background: url(../image/icon-tour-5_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label.icon-6 {
  background: url(../image/icon-tour-6_on.png) no-repeat left center;
}
[data-catagory=clubintro] .tour-box .radio-list li [type=radio]:checked + label em {
  color: #da291c;
  font-weight: bold;
}
[data-catagory=clubintro] .tour-box .contents-list {
  margin: 0 -15px;
}
[data-catagory=clubintro] .tour-box .contents-list:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=clubintro] .tour-box .contents-list li {
  float: left;
  padding: 30px 15px 0;
  width: 33.33334%;
}
[data-catagory=clubintro] .tour-box .contents-list li:nth-child(n+4) {
  padding-top: 40px;
}
[data-catagory=clubintro] .tour-box .contents-list li .box .img img {
  width: 100%;
}
[data-catagory=clubintro] .tour-box .contents-list li .box .desc {
  padding: 30px 20px;
  border: 1px solid #eee;
  border-top: none;
}
[data-catagory=clubintro] .tour-box .contents-list li .box .desc span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
[data-catagory=clubintro] .tour-box .contents-list li .box .desc span.title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
[data-catagory=clubintro] .tour-box .contents-list li .box .desc span.text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .tour-box .radio-list {
    padding: 25px 0;
  }
  [data-catagory=clubintro] .tour-box .radio-list li {
    width: 50%;
    margin: 0;
    padding: 0 15px;
  }
  [data-catagory=clubintro] .tour-box .radio-list li:nth-child(n+3) {
    margin-top: 20px;
  }
  [data-catagory=clubintro] .tour-box .radio-list li:after {
    display: none;
  }
  [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-1, [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-2, [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-3, [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-4, [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-5, [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label.icon-6 {
    padding-left: 32px;
  }
  [data-catagory=clubintro] .tour-box .radio-list li [type=radio] + label em {
    font-size: 14px;
    line-height: 14px;
  }
  [data-catagory=clubintro] .tour-box .contents-list li {
    padding-top: 40px;
    width: 100%;
  }
  [data-catagory=clubintro] .tour-box .contents-list li:first-child {
    padding-top: 35px;
  }
  [data-catagory=clubintro] .tour-box .contents-list li .box .desc {
    padding: 25px 20px;
  }
  [data-catagory=clubintro] .tour-box .contents-list li .box .desc span.title {
    font-size: 18px;
    line-height: 18px;
  }
  [data-catagory=clubintro] .tour-box .contents-list li .box .desc span.text {
    margin-top: 15px;
  }
}

[data-catagory=clubintro] .location-navi {
  z-index: 2;
}
[data-catagory=clubintro] .templ-type-title + .templ-type-header {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  [data-catagory=clubintro] .templ-type-title + .templ-type-header {
    position: relative;
    z-index: 2;
    margin-top: 5px;
  }
}

.club-intro-wrap {
  position: relative;
}

.fixed-indicator {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  border-right: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.6);
}
.fixed-indicator .fixed-indicator-inner {
  position: fixed;
  top: 579px;
  left: -200px;
}
.fixed-indicator.unfixed {
  position: absolute;
  bottom: -470px;
  margin-top: 0;
}
.fixed-indicator.unfixed .fixed-indicator-inner {
  top: 260px;
}
.fixed-indicator ul {
  transform: rotate(-90deg);
}
.fixed-indicator ul:after {
  content: "";
  display: block;
  clear: both;
}
.fixed-indicator ul li {
  float: right;
  margin-left: 17px;
}
.fixed-indicator ul li a {
  display: block;
  padding: 0 10px 7px;
  font-size: 14px;
  line-height: 14px;
  color: #777;
}
.fixed-indicator ul li a:hover, .fixed-indicator ul li a.active {
  position: relative;
  font-weight: 700;
  color: #000;
}
.fixed-indicator ul li a:hover:after, .fixed-indicator ul li a.active:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 1440px) {
  .fixed-indicator {
    display: none;
  }
}

.club-intro-section .swiper-container {
  width: 100%;
  height: 100%;
}
.club-intro-section .swiper-pagination {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  color: #777;
  text-align: left;
}
.club-intro-section .swiper-pagination .swiper-pagination-total {
  color: #777;
}
.club-intro-section .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: #000;
}
.club-intro-section .swiper-button-next,
.club-intro-section .swiper-button-prev {
  position: absolute;
  top: auto;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border: 1px solid #dedede;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.club-intro-section .swiper-button-next:before, .club-intro-section .swiper-button-next:after,
.club-intro-section .swiper-button-prev:before,
.club-intro-section .swiper-button-prev:after {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #888;
  content: "";
}
.club-intro-section .swiper-button-next:after,
.club-intro-section .swiper-button-prev:after {
  vertical-align: -9px;
  margin-left: -1px;
}
.club-intro-section .swiper-button-next:hover,
.club-intro-section .swiper-button-prev:hover {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
}
.club-intro-section .swiper-button-next:hover:before, .club-intro-section .swiper-button-next:hover:after,
.club-intro-section .swiper-button-prev:hover:before,
.club-intro-section .swiper-button-prev:hover:after {
  background-color: #edf8f8;
}
.club-intro-section .swiper-button-next {
  left: 108px;
  padding-left: 2px;
}
.club-intro-section .swiper-button-next:before {
  transform: rotate(-45deg);
}
.club-intro-section .swiper-button-next:after {
  transform: rotate(45deg);
}
.club-intro-section .swiper-button-prev {
  left: 0;
  padding-right: 2px;
}
.club-intro-section .swiper-button-prev:before {
  transform: rotate(45deg);
}
.club-intro-section .swiper-button-prev:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .club-intro-section .swiper-button-next,
  .club-intro-section .swiper-button-prev {
    width: 32px;
    height: 32px;
    padding-top: 3px;
  }
  .club-intro-section .swiper-button-next:before, .club-intro-section .swiper-button-next:after,
  .club-intro-section .swiper-button-prev:before,
  .club-intro-section .swiper-button-prev:after {
    height: 10px;
  }
  .club-intro-section .swiper-button-next:after,
  .club-intro-section .swiper-button-prev:after {
    vertical-align: -7px;
  }
}

.club-intro-section {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.club-intro-section.section-full {
  max-width: 100%;
}
.club-intro-section .section-title {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}
.club-intro-section .section-title-light {
  display: block;
  margin: 9px 0 32px;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 46px;
}
.club-intro-section .link-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
}
.club-intro-section .link-btn:after {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  background-color: #33AEB6;
  content: "";
}
@media screen and (max-width: 768px) {
  .club-intro-section {
    max-width: 100%;
    padding: 0;
  }
  .club-intro-section .section-title {
    font-size: 14px;
    line-height: 14px;
  }
  .club-intro-section .section-title-light {
    margin: 10px 0 18px;
    font-size: 21px;
    line-height: 26px;
  }
  .club-intro-section .link-btn {
    font-size: 12px;
    line-height: 12px;
  }
  .club-intro-section .link-btn:after {
    height: 4px;
    margin-top: -1px;
  }
}

.intro-branch-wrap {
  width: 2003px;
  height: 782px;
  margin: -354px -320px 0;
  padding-left: 320px;
}
.intro-branch-wrap .section-title {
  position: absolute;
  top: 365px;
  left: 0;
}
.intro-branch-wrap .branch-image {
  position: absolute;
  top: -28px;
  right: 0;
  opacity: 0;
}
.intro-branch-wrap .branch-content {
  position: relative;
  margin-top: 413px;
  opacity: 0;
}
.intro-branch-wrap .branch-content .section-title {
  display: none;
}
.intro-branch-wrap .branch-content .content {
  margin-top: -14px;
  line-height: 26px;
  color: #555;
}
.intro-branch-wrap .swiper-container {
  overflow: visible;
  height: auto;
}
.intro-branch-wrap .swiper-pagination {
  bottom: -28px;
  left: 40px;
}
.intro-branch-wrap .swiper-button-next,
.intro-branch-wrap .swiper-button-prev {
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .intro-branch-wrap {
    width: auto;
    height: auto;
    margin: -69px 0 0;
    padding-left: 0;
  }
  .intro-branch-wrap .section-title {
    display: none;
  }
  .intro-branch-wrap .branch-image {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-right: -82px;
    padding-left: 67px;
  }
  .intro-branch-wrap .branch-image img {
    width: 100%;
    height: 100%;
  }
  .intro-branch-wrap .branch-content {
    margin-top: 0;
    padding: 0 20px;
  }
  .intro-branch-wrap .branch-content .section-title {
    position: static;
    display: block;
  }
  .intro-branch-wrap .branch-content .content {
    margin-top: -5px;
    line-height: 19px;
  }
  .intro-branch-wrap .swiper-container {
    padding-bottom: 45px;
  }
  .intro-branch-wrap .swiper-slide {
    overflow: hidden;
  }
  .intro-branch-wrap .swiper-pagination {
    bottom: -36px;
    left: 51px;
    padding: 0 17px;
  }
  .intro-branch-wrap .swiper-button-next,
  .intro-branch-wrap .swiper-button-prev {
    bottom: 0;
  }
  .intro-branch-wrap .swiper-button-prev {
    left: 20px;
  }
}

.intro-course-wrap {
  margin-top: 60px;
}

.course-container {
  margin: 0px -12px 0;
}
.course-container:after {
  content: "";
  display: block;
  clear: both;
}
.course-container .swiper-container {
  padding-top: 40px;
}
.course-container .swiper-slide {
  width: auto;
  padding: 0 12px;
}
.course-container .swiper-slide:nth-child(even) {
  padding-top: 80px;
}
.course-container .intro-course-item {
  display: block;
  position: relative;
}
.course-container .intro-course-item .course-image {
  position: relative;
}
.course-container .intro-course-item .course-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent 50%, #000);
  content: "";
}
.course-container .intro-course-item .course-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px 40px;
}
.course-container .intro-course-item .course-content .title {
  margin-bottom: 14px;
}
.course-container .intro-course-item .course-content .title span {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.course-container .intro-course-item .course-content .title span:before {
  display: inherit;
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background-color: #fff;
  opacity: 0.3;
  content: "";
}
.course-container .intro-course-item .course-content .title span:first-child:before {
  display: none;
}
.course-container .intro-course-item .course-content .content {
  line-height: 26px;
  color: #eee;
}
@media screen and (max-width: 768px) {
  .course-container {
    margin: 0 -10px 0;
  }
  .intro-course-wrap {
    margin-top: 60px;
    padding: 0 20px;
  }
  .course-container .swiper-slide {
    padding: 0 10px;
  }
  .course-container .swiper-slide:nth-child(even) {
    padding-top: 50px;
  }
  .course-container .intro-course-item {
    overflow: hidden;
    width: 215px;
    height: 300px;
  }
  .course-container .intro-course-item .course-image {
    height: 100%;
  }
  .course-container .intro-course-item .course-image:before {
    opacity: 0.5;
  }
  .course-container .intro-course-item .course-image img {
    height: 100%;
  }
  .course-container .intro-course-item .course-content {
    padding: 0 15px 20px 20px;
  }
  .course-container .intro-course-item .course-content .title {
    margin-bottom: 9px;
  }
  .course-container .intro-course-item .course-content .title span {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 18px;
  }
  .course-container .intro-course-item .course-content .title span:before {
    display: none;
  }
  .course-container .intro-course-item .course-content .content {
    line-height: 20px;
  }
}

.intro-facility-wrap {
  background-color: #9f9893;
}
.intro-facility-wrap .facility-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.intro-facility-wrap .facility-container .facility-box {
  display: block;
  width: 1920px;
  height: 240px;
  margin: 100px -320px 0;
  padding-left: 320px;
}
.intro-facility-wrap .facility-container .facility-image {
  margin-left: -320px;
}
.intro-facility-wrap .facility-container .facility-image-mobile {
  display: none;
}
.intro-facility-wrap .facility-container .facility-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.intro-facility-wrap .facility-container .facility-content:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.intro-facility-wrap .facility-container .facility-content .content-box {
  display: inline-block;
  vertical-align: middle;
}
.intro-facility-wrap .facility-container .facility-content .title {
  position: relative;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.intro-facility-wrap .facility-container .facility-content .title:before, .intro-facility-wrap .facility-container .facility-content .title:after {
  position: absolute;
  right: -25px;
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #fff;
  content: "";
}
.intro-facility-wrap .facility-container .facility-content .title:before {
  top: calc(50% - 17px);
  transform: rotate(-45deg);
}
.intro-facility-wrap .facility-container .facility-content .title:after {
  bottom: calc(50% - 18px);
  transform: rotate(-135deg);
}
.intro-facility-wrap .facility-container .facility-content .content {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #eee;
}
@media screen and (max-width: 768px) {
  .intro-facility-wrap .facility-container {
    width: auto;
    height: 100%;
  }
  .intro-facility-wrap .facility-container .facility-box {
    width: auto;
    height: auto;
    margin: 60px 0 0;
    padding-left: 0;
  }
  .intro-facility-wrap .facility-container .facility-image {
    display: none;
  }
  .intro-facility-wrap .facility-container .facility-image-mobile {
    display: block;
  }
  .intro-facility-wrap .facility-container .facility-image-mobile img {
    width: 100%;
  }
  .intro-facility-wrap .facility-container .facility-content .content-box {
    padding-left: 20px;
  }
  .intro-facility-wrap .facility-container .facility-content .title {
    font-size: 20px;
    line-height: 20px;
  }
  .intro-facility-wrap .facility-container .facility-content .title:before, .intro-facility-wrap .facility-container .facility-content .title:after {
    right: -16px;
    height: 11px;
  }
  .intro-facility-wrap .facility-container .facility-content .title:before {
    top: calc(50% - 9px);
  }
  .intro-facility-wrap .facility-container .facility-content .title:after {
    bottom: calc(50% - 10px);
  }
  .intro-facility-wrap .facility-container .facility-content .content {
    margin-top: 11px;
    font-size: 14px;
    line-height: 19px;
  }
}

.intro-event-wrap {
  width: 1920px;
  margin: 100px -320px 0;
  padding-left: 320px;
}
.intro-event-wrap .title-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.intro-event-wrap .event-container {
  position: relative;
  padding-left: 380px;
}
.intro-event-wrap .event-container .intro-event-item {
  display: block;
}
.intro-event-wrap .event-container .intro-event-item img {
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.intro-event-wrap .event-container .intro-event-item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .intro-event-wrap .event-container .intro-event-item:hover img {
    transform: none;
    transition: none;
  }
}
.intro-event-wrap .event-container .event-image {
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 50%;
}
.intro-event-wrap .event-container .event-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.intro-event-wrap .event-container .event-image .label-event {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  text-align: center;
}
.intro-event-wrap .event-container .event-image .label-event em {
  display: inline-block;
  min-width: 110px;
  height: 30px;
  padding: 7px 14px;
  border: 1px solid #da291c;
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  color: #da291c;
  text-align: center;
}
.intro-event-wrap .event-container .event-content {
  width: 280px;
  margin-top: 20px;
  text-align: center;
}
.intro-event-wrap .event-container .event-content .title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  line-height: 1.6;
}
.intro-event-wrap .event-container .event-content .content {
  margin-top: 12px;
  color: #777;
}
.intro-event-wrap .event-container .event-content .label-event {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.intro-event-wrap .event-container .event-content .label-event em {
  display: inline-block;
  min-width: 110px;
  height: 30px;
  padding: 7px 14px;
  border: 1px solid #da291c;
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
  color: #da291c;
  text-align: center;
}
.intro-event-wrap .event-container .swiper-slide {
  width: auto;
  padding: 0 20px;
}
.intro-event-wrap .event-container .swiper-pagination {
  position: absolute;
  top: 238px;
  bottom: auto;
  left: 40px;
}
.intro-event-wrap .event-container .swiper-button-next,
.intro-event-wrap .event-container .swiper-button-prev {
  top: 248px;
}
@media screen and (max-width: 768px) {
  .intro-event-wrap {
    width: auto;
    margin: 60px 0 0;
    padding-left: 20px;
  }
  .intro-event-wrap .title-area {
    position: static;
  }
  .intro-event-wrap .event-container {
    margin: 25px 0 0 -10px;
    padding-left: 0;
  }
  .intro-event-wrap .event-container .event-image {
    position: relative;
    width: 180px;
    height: 180px;
  }
  .intro-event-wrap .event-container .event-image .label-event {
    bottom: -3px;
  }
  .intro-event-wrap .event-container .event-image .label-event em {
    min-width: 88px;
    height: 24px;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 12px;
  }
  .intro-event-wrap .event-container .event-content {
    width: 180px;
  }
  .intro-event-wrap .event-container .event-content .title {
    font-size: 14px;
    line-height: 14px;
    line-height: 1.4;
  }
  .intro-event-wrap .event-container .event-content .content {
    margin-top: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .intro-event-wrap .event-container .event-content .label-event {
    margin-top: 10px;
  }
  .intro-event-wrap .event-container .event-content .label-event em {
    min-width: 88px;
    height: 24px;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 12px;
  }
  .intro-event-wrap .event-container .swiper-slide {
    padding: 0 10px;
  }
  .intro-event-wrap .event-container .swiper-pagination {
    display: none;
  }
  .intro-event-wrap .event-container .swiper-button-next,
  .intro-event-wrap .event-container .swiper-button-prev {
    top: -35px;
    right: 20px;
    left: auto;
  }
  .intro-event-wrap .event-container .swiper-button-prev {
    right: 62px;
  }
}

.intro-package-wrap {
  width: 1920px;
  margin: 100px -320px 0;
  padding-left: 320px;
}
.intro-package-wrap .title-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.intro-package-wrap .package-container {
  position: relative;
  padding-left: 390px;
}
.intro-package-wrap .package-container .intro-package-item {
  display: block;
}
.intro-package-wrap .package-container .intro-package-item:hover img {
  transform: scale(1.1);
}
.intro-package-wrap .package-container .package-image {
  width: 305px;
  height: 206px;
  overflow: hidden;
}
.intro-package-wrap .package-container .package-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.intro-package-wrap .package-container .package-content {
  width: 305px;
  padding: 25px;
  border: 1px solid #eee;
  border-top: 0;
}
.intro-package-wrap .package-container .package-content .title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.intro-package-wrap .package-container .package-content .content {
  margin-top: 12px;
}
.intro-package-wrap .package-container .package-content .content .date {
  color: #777;
}
.intro-package-wrap .package-container .package-content .content .price-area {
  margin-top: 20px;
  text-align: right;
}
.intro-package-wrap .package-container .package-content .content .person-price {
  margin-right: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #777;
}
.intro-package-wrap .package-container .package-content .content .price {
  font-size: 20px;
  line-height: 22px;
  color: #da291c;
}
.intro-package-wrap .package-container .package-content .content .price em {
  font-size: 22px;
  line-height: inherit;
  color: inherit;
}
.intro-package-wrap .package-container .swiper-slide {
  width: auto;
  padding: 0 10px;
}
.intro-package-wrap .package-container .swiper-pagination {
  position: absolute;
  top: 238px;
  bottom: auto;
  left: 40px;
}
.intro-package-wrap .package-container .swiper-button-next,
.intro-package-wrap .package-container .swiper-button-prev {
  top: 248px;
}
@media screen and (max-width: 768px) {
  .intro-package-wrap {
    width: auto;
    margin: 60px 0 0;
    padding-left: 20px;
  }
  .intro-package-wrap .title-area {
    position: static;
  }
  .intro-package-wrap .package-container {
    margin: 25px 0 0 -10px;
    padding-left: 0;
  }
  .intro-package-wrap .package-container .package-image {
    position: relative;
    width: 180px;
    height: 153px;
  }
  .intro-package-wrap .package-container .package-content {
    width: 180px;
    padding: 20px 10px 20px 10px;
  }
  .intro-package-wrap .package-container .package-content .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    line-height: 1.4;
  }
  .intro-package-wrap .package-container .package-content .content {
    margin-top: 7px;
  }
  .intro-package-wrap .package-container .package-content .content .date {
    font-size: 12px;
    line-height: 12px;
  }
  .intro-package-wrap .package-container .package-content .content .price-area {
    margin-top: 12px;
  }
  .intro-package-wrap .package-container .package-content .content .person-price {
    margin-right: 3px;
    font-size: 11px;
    line-height: 14px;
  }
  .intro-package-wrap .package-container .package-content .content .price {
    font-size: 13px;
    line-height: 14px;
  }
  .intro-package-wrap .package-container .package-content .content .price em {
    font-size: 13px;
  }
  .intro-package-wrap .package-container .swiper-slide {
    padding: 0 10px;
  }
  .intro-package-wrap .package-container .swiper-pagination {
    display: none;
  }
  .intro-package-wrap .package-container .swiper-button-next,
  .intro-package-wrap .package-container .swiper-button-prev {
    top: -35px;
    right: 20px;
    left: auto;
  }
  .intro-package-wrap .package-container .swiper-button-prev {
    right: 62px;
  }
}

.intro-way-wrap {
  margin: 100px 0 170px;
}
@media screen and (max-width: 768px) {
  .intro-way-wrap {
    margin: 60px 0 65px;
    padding: 0 20px;
  }
}

.club-facility-wrap {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .club-facility-wrap {
    margin-top: 0;
  }
}
.club-facility-wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.club-facility-wrap .swiper-pagination {
  right: 40px;
  bottom: 12px;
  left: auto;
  width: auto;
  padding: 0 20px;
  color: #777;
  text-align: left;
}
.club-facility-wrap .swiper-pagination .swiper-pagination-total {
  color: #777;
}
.club-facility-wrap .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: #000;
}
.club-facility-wrap .swiper-button-next,
.club-facility-wrap .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  border: 1px solid #dedede;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.club-facility-wrap .swiper-button-next:before, .club-facility-wrap .swiper-button-next:after,
.club-facility-wrap .swiper-button-prev:before,
.club-facility-wrap .swiper-button-prev:after {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #888;
  content: "";
}
.club-facility-wrap .swiper-button-next:after,
.club-facility-wrap .swiper-button-prev:after {
  vertical-align: -9px;
  margin-left: -1px;
}
.club-facility-wrap .swiper-button-next:hover,
.club-facility-wrap .swiper-button-prev:hover {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
}
.club-facility-wrap .swiper-button-next:hover:before, .club-facility-wrap .swiper-button-next:hover:after,
.club-facility-wrap .swiper-button-prev:hover:before,
.club-facility-wrap .swiper-button-prev:hover:after {
  background-color: #edf8f8;
}
.club-facility-wrap .swiper-button-next {
  right: 0;
  padding-left: 2px;
}
.club-facility-wrap .swiper-button-next:before {
  transform: rotate(-45deg);
}
.club-facility-wrap .swiper-button-next:after {
  transform: rotate(45deg);
}
.club-facility-wrap .swiper-button-prev {
  right: 110px;
  left: auto;
  padding-right: 2px;
}
.club-facility-wrap .swiper-button-prev:before {
  transform: rotate(45deg);
}
.club-facility-wrap .swiper-button-prev:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .club-facility-wrap .swiper-pagination {
    right: 32px;
    bottom: 9px;
    padding: 0 14px;
  }
  .club-facility-wrap .swiper-pagination .swiper-pagination-total,
  .club-facility-wrap .swiper-pagination .swiper-pagination-current {
    font-size: 13px;
  }
  .club-facility-wrap .swiper-button-next,
  .club-facility-wrap .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: 0;
    padding-top: 3px;
  }
  .club-facility-wrap .swiper-button-next:before, .club-facility-wrap .swiper-button-next:after,
  .club-facility-wrap .swiper-button-prev:before,
  .club-facility-wrap .swiper-button-prev:after {
    height: 10px;
  }
  .club-facility-wrap .swiper-button-next:after,
  .club-facility-wrap .swiper-button-prev:after {
    vertical-align: -7px;
  }
  .club-facility-wrap .swiper-button-prev {
    right: 83px;
  }
}

.club-facility-box {
  position: relative;
  min-height: 603px;
  margin-bottom: 40px;
  padding: 23px 0 100px;
  border-bottom: 1px solid #eee;
}
.club-facility-box:after {
  content: "";
  display: block;
  clear: both;
}
.club-facility-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.club-facility-box.left .number {
  left: 30px;
}
.club-facility-box.left .facility-image {
  left: 0;
}
.club-facility-box.left .facility-content {
  padding-left: 520px;
}
.club-facility-box.right .number {
  right: 402px;
}
.club-facility-box.right .facility-image {
  right: 0;
}
.club-facility-box.right .facility-content {
  padding-right: 520px;
}
.club-facility-box .number {
  position: absolute;
  top: -8px;
  z-index: 2;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
}
.club-facility-box .facility-image {
  position: absolute;
  top: 23px;
  width: 480px;
  height: 540px;
}
.club-facility-box .facility-image .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .club-facility-box {
    min-height: auto;
    margin-bottom: 40px;
    padding: 16px 0 40px;
  }
  .club-facility-box.left .number, .club-facility-box.right .number {
    top: -4px;
    right: auto;
    left: 20px;
  }
  .club-facility-box.left .facility-image .swiper-container, .club-facility-box.right .facility-image .swiper-container {
    padding-bottom: 55px;
  }
  .club-facility-box.left .facility-content, .club-facility-box.right .facility-content {
    margin-top: -55px;
    padding-right: 0;
    padding-left: 0;
  }
  .club-facility-box .number {
    font-size: 30px;
    line-height: 30px;
  }
  .club-facility-box .facility-image {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .club-facility-box .facility-image .swiper-slide {
    padding-bottom: 100%;
  }
  .club-facility-box .facility-image .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.club-facility-box .facility-content {
  padding-top: 60px;
}
.club-facility-box .facility-content .title {
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 36px;
}
.club-facility-box .facility-content .title .bt-small {
  margin-left: 21px;
  vertical-align: top;
}
.club-facility-box .facility-content .content {
  margin-top: 22px;
}
.club-facility-box .facility-content .content .text {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
.club-facility-box .facility-content .content .text + .text {
  margin-top: 26px;
}
.club-facility-box .facility-content .add-content {
  margin-top: 35px;
}
.club-facility-box .facility-content .add-content dt {
  font-weight: 700;
}
.club-facility-box .facility-content .add-content dt ~ dt {
  margin-top: 14px;
}
.club-facility-box .facility-content .add-content dd {
  margin-top: 4px;
  font-size: 16px;
  line-height: 26px;
  color: #777;
}
.club-facility-box .facility-content .facility-info {
  margin-top: 32px;
}
.club-facility-box .facility-content .facility-info li {
  margin-top: 15px;
}
.club-facility-box .facility-content .facility-info li:first-child {
  margin-top: 0;
}
.club-facility-box .facility-content .facility-info li i[class^=icon-] {
  display: inline-block;
  margin-right: 9px;
  vertical-align: -3px;
}
.club-facility-box .facility-content .facility-down-wrap {
  margin-top: 20px;
}
.club-facility-box .facility-content .facility-down-wrap .tit {
  margin-bottom: 22px;
  font-weight: 700;
}
.club-facility-box .facility-content .facility-down-wrap .button-small span {
  display: inline-block;
  font-size: 16px;
}
.club-facility-box .facility-content .facility-down-wrap .button-small i {
  margin-left: 15px;
  height: 16px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .club-facility-box .facility-content {
    padding-top: 27px;
  }
  .club-facility-box .facility-content .title {
    font-size: 24px;
    line-height: 24px;
    padding-right: 120px;
    display: inline-block;
  }
  .club-facility-box .facility-content .title .bt-small {
    display: block;
    width: 136px;
    margin: 25px 0 0 0;
    padding: 8.5px 0;
  }
  .club-facility-box .facility-content .content {
    margin-top: 22px;
  }
  .club-facility-box .facility-content .content .text {
    font-size: 13px;
    line-height: 19px;
  }
  .club-facility-box .facility-content .content .text + .text {
    margin-top: 9px;
  }
  .club-facility-box .facility-content .add-content {
    margin-top: 22px;
  }
  .club-facility-box .facility-content .add-content dt {
    font-size: 13px;
    line-height: 13px;
  }
  .club-facility-box .facility-content .add-content dt ~ dt {
    margin-top: 11px;
  }
  .club-facility-box .facility-content .add-content dd {
    font-size: 13px;
    line-height: 19px;
  }
  .club-facility-box .facility-content .facility-info {
    margin-top: 22px;
  }
  .club-facility-box .facility-content .facility-info li {
    margin-top: 10px;
    font-size: 13px;
    line-height: 13px;
  }
  .club-facility-box .facility-content .facility-info li:first-child {
    margin-top: 0;
  }
  .club-facility-box .facility-content .facility-info li i[class^=icon-] {
    vertical-align: -3px;
  }
  .club-facility-box .facility-content .facility-down-wrap {
    margin-top: 25px;
  }
  .club-facility-box .facility-content .facility-down-wrap .tit {
    margin-bottom: 15px;
  }
  .club-facility-box .facility-content .facility-down-wrap .button-small span {
    font-size: 14px;
  }
  .club-facility-box .facility-content .facility-down-wrap .button-small i {
    margin-left: 7.5px;
    height: 14px;
  }
}

.proshop-product-wrap .list-sort .total-count {
  padding-top: 0;
}
.proshop-product-wrap .list-sort .total-count strong {
  color: #da291c;
}
.proshop-product-wrap .no-data-box {
  margin-top: 20px;
}
.proshop-product-wrap .btn-area-r.proshop {
  margin-top: -37px;
}
@media screen and (max-width: 768px) {
  .proshop-product-wrap {
    padding-bottom: 55px;
  }
  .proshop-product-wrap .page-navi {
    margin-top: 68px;
  }
  .proshop-product-wrap .btn-area-r.proshop {
    margin-top: -86px;
  }
}

.proshop-product-box {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #555;
  border-bottom: 1px solid #eee;
}
.proshop-product-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.proshop-product-list {
  margin: 0 -20px;
}
.proshop-product-list:after {
  content: "";
  display: block;
  clear: both;
}
.proshop-product-list .product-item {
  float: left;
  width: 25%;
  padding: 40px 20px;
  border-bottom: 1px solid #eee;
}
.proshop-product-list .product-item a {
  display: block;
}
.proshop-product-list .product-item .product-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 69%;
}
.proshop-product-list .product-item .product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proshop-product-list .product-item .product-content {
  margin-top: 20px;
}
.proshop-product-list .product-item .product-content .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
}
.proshop-product-list .product-item .product-content .price-area {
  margin-top: 20px;
  text-align: right;
}
.proshop-product-list .product-item .product-content .price-area .discount {
  margin-right: 10px;
  color: #999;
  text-decoration: line-through;
}
.proshop-product-list .product-item .product-content .price-area .price {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
}
@media screen and (max-width: 1024px) {
  .proshop-product-list .product-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .proshop-product-list {
    margin: 0 -10px;
    border-bottom: 0;
  }
  .proshop-product-list .product-box {
    border-bottom: 1px solid #eee;
  }
  .proshop-product-list .product-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .proshop-product-list .product-item {
    width: 50%;
    padding: 30px 10px;
  }
  .proshop-product-list .product-item .product-content {
    margin-top: 15px;
  }
  .proshop-product-list .product-item .product-content .title {
    font-size: 14px;
    line-height: 14px;
  }
  .proshop-product-list .product-item .product-content .price-area {
    margin-top: 11px;
  }
  .proshop-product-list .product-item .product-content .price-area .discount {
    display: block;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 12px;
  }
  .proshop-product-list .product-item .product-content .price-area .price {
    font-size: 14px;
    line-height: 14px;
  }
}

.proshop-product-detail.detail-area .detail-title {
  padding: 30px 0;
}
.proshop-product-detail .detail-title {
  display: table;
  width: 100%;
}
.proshop-product-detail .detail-title .detail-title-image {
  display: table-cell;
  width: 200px;
}
.proshop-product-detail .detail-title .detail-title-image .image img {
  width: 100%;
}
.proshop-product-detail .detail-title .detail-title-info {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
}
.proshop-product-detail .detail-title .detail-title-info .title {
  margin-top: 0;
}
.proshop-product-detail .detail-title .detail-title-info .text {
  margin-top: 20px;
}
.proshop-product-detail .detail-title .detail-title-info .price-area {
  margin-top: 40px;
}
.proshop-product-detail .detail-title .detail-title-info .price-area .discount {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #999;
  text-decoration: line-through;
}
.proshop-product-detail .detail-title .detail-title-info .price-area .price {
  display: inline-block;
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .proshop-product-detail.detail-area {
    margin: -30px 0 30px;
    border-top: 1px solid #555;
  }
  .proshop-product-detail.detail-area .detail-contents {
    padding: 30px 0;
  }
  .proshop-product-detail .detail-title {
    padding: 20px 0;
  }
  .proshop-product-detail .detail-title .detail-title-image {
    width: 120px;
  }
  .proshop-product-detail .detail-title .detail-title-info {
    padding-left: 20px;
  }
  .proshop-product-detail .detail-title .detail-title-info .title {
    font-size: 15px;
    line-height: 21px;
  }
  .proshop-product-detail .detail-title .detail-title-info .text {
    margin-top: 5px;
    font-size: 13px;
  }
  .proshop-product-detail .detail-title .detail-title-info .price-area {
    margin-top: 10px;
  }
  .proshop-product-detail .detail-title .detail-title-info .price-area .discount {
    margin-right: 7px;
    font-size: 12px;
    line-height: 12px;
  }
  .proshop-product-detail .detail-title .detail-title-info .price-area .price {
    font-size: 14px;
    line-height: 14px;
  }
}

.club-course-area {
  max-width: 1920px;
  margin: -100px auto 0;
}
.club-course-area .club-course-map {
  max-width: 1280px;
  margin: 0 auto;
  height: 820px;
  position: relative;
}
.club-course-area .club-course-map .course-info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.club-course-area .club-course-map .course-info ul:after {
  content: "";
  display: block;
  clear: both;
}
.club-course-area .club-course-map .course-info ul li {
  float: left;
  padding: 0 30px;
  position: relative;
}
.club-course-area .club-course-map .course-info ul li::after {
  content: "";
  border-left: 1px #ddd solid;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.club-course-area .club-course-map .course-info ul li:first-child {
  padding-left: 0;
}
.club-course-area .club-course-map .course-info ul li:last-child::after {
  display: none;
}
.club-course-area .club-course-map .course-info ul li span {
  display: block;
  font-size: 36px;
  line-height: 36px;
}
.club-course-area .club-course-map .course-info ul li span em {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding-left: 5px;
}
.club-course-area .club-course-map .course-info ul li strong {
  display: block;
  padding-top: 15px;
}
.club-course-area .club-course-map .horizontal-scroll-area {
  position: absolute;
  z-index: 20;
}
.club-course-area .club-course-map .horizontal-scroll-area.overflow-hidden {
  overflow-x: hidden;
}
.club-course-area .club-course-map .horizontal-scroll-area .img {
  display: block;
}
@media screen and (max-width: 768px) {
  .club-course-area .club-course-map .horizontal-scroll-area .courseBox {
    display: none;
  }
}
.club-course-area .club-course-map .course-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.club-course-area .club-course-map .course-area div {
  position: absolute;
  width: 260px;
  height: 160px;
  padding: 50px 0 0 30px;
}
.club-course-area .club-course-map .course-area div strong {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  display: block;
  padding-bottom: 15px;
}
.club-course-area .club-course-map .course-area div strong::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 10px;
  vertical-align: -2px;
}
.club-course-area .club-course-map .course-area div span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px #555 solid;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #555;
}
.club-course-area .club-course-map .course-area div em {
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
  display: inline-block;
  margin-left: 3px;
}
.club-course-area .club-course-map .course-area div i {
  color: #fff;
  opacity: 0.5;
  display: inline-block;
  margin: 0 3px;
}
.club-course-area .club-course-map .course-area div.jeju-sky, .club-course-area .club-course-map .course-area div.gimhae-sky, .club-course-area .club-course-map .course-area div.buyeo-sky {
  background-color: #A59280;
}
.club-course-area .club-course-map .course-area div.jeju-hill, .club-course-area .club-course-map .course-area div.gimhae-hill, .club-course-area .club-course-map .course-area div.buyeo-hill {
  background-color: #555;
}
.club-course-area .club-course-map .course-area div.jeju-hill span, .club-course-area .club-course-map .course-area div.gimhae-hill span, .club-course-area .club-course-map .course-area div.buyeo-hill span {
  background-color: #000;
  color: #fff;
}
.club-course-area .club-course-map .course-area div.jeju-ocean {
  background-color: #eee;
}
.club-course-area .club-course-map .course-area div.jeju-ocean span {
  color: #fff;
  background-color: #4F77DB;
  border-color: #4F77DB;
}
.club-course-area .club-course-map .course-area div.jeju-ocean strong::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
}
.club-course-area .club-course-map .course-area div.jeju-ocean strong,
.club-course-area .club-course-map .course-area div.jeju-ocean i,
.club-course-area .club-course-map .course-area div.jeju-ocean em {
  color: #000;
}
.club-course-area .club-course-map .course-area div.jeju-forest {
  background-color: #eee;
}
.club-course-area .club-course-map .course-area div.jeju-forest span {
  color: #000;
  background-color: #FFE13C;
  border-color: #FFE13C;
}
.club-course-area .club-course-map .course-area div.jeju-forest strong::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
}
.club-course-area .club-course-map .course-area div.jeju-forest strong,
.club-course-area .club-course-map .course-area div.jeju-forest i,
.club-course-area .club-course-map .course-area div.jeju-forest em {
  color: #000;
}
.club-course-area .club-course-map .course-area div.jeju-sky {
  left: 0;
  top: 192px;
}
.club-course-area .club-course-map .course-area div.jeju-hill {
  left: 1020px;
  top: 55px;
  padding: 50px 30px 0 0;
  text-align: right;
}
.club-course-area .club-course-map .course-area div.jeju-hill strong:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 10px;
  vertical-align: -2px;
  transform: rotate(180deg);
}
.club-course-area .club-course-map .course-area div.jeju-hill strong:after {
  display: none;
}
.club-course-area .club-course-map .course-area div.jeju-ocean {
  left: 0;
  top: 519px;
}
.club-course-area .club-course-map .course-area div.jeju-forest {
  left: 1020px;
  top: 355px;
  padding: 50px 30px 0 0;
  text-align: right;
}
.club-course-area .club-course-map .course-area div.jeju-forest strong:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 10px;
  vertical-align: -2px;
  transform: rotate(180deg);
}
.club-course-area .club-course-map .course-area div.jeju-forest strong:after {
  display: none;
}
.club-course-area .club-course-map .course-area div.gimhae-sky {
  left: 0;
  top: 335px;
}
.club-course-area .club-course-map .course-area div.gimhae-hill {
  left: 1020px;
  top: 55px;
  padding: 50px 30px 0 0;
  text-align: right;
}
.club-course-area .club-course-map .course-area div.gimhae-hill strong:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 10px;
  vertical-align: -2px;
  transform: rotate(180deg);
}
.club-course-area .club-course-map .course-area div.gimhae-hill strong:after {
  display: none;
}
.club-course-area .club-course-map .course-area div.buyeo-sky {
  left: 1000px;
  top: 321px;
  width: 280px;
  padding: 50px 30px 0 0;
  text-align: right;
}
.club-course-area .club-course-map .course-area div.buyeo-sky strong:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='20px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.020,16.999 L9.006,9.986 L2.020,2.972 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 10px;
  vertical-align: -2px;
  transform: rotate(180deg);
}
.club-course-area .club-course-map .course-area div.buyeo-sky strong:after {
  display: none;
}
.club-course-area .club-course-map .course-area div.buyeo-hill {
  left: 0;
  top: 459px;
  width: 280px;
}
.club-course-area .club-course-map [class^=sb-] {
  position: absolute;
  width: 260px;
  height: 160px;
  padding: 50px 0 0 40px;
  cursor: pointer;
}
.club-course-area .club-course-map .sb-jeju-sky {
  left: 0;
  top: 192px;
}
.club-course-area .club-course-map .sb-jeju-hill {
  left: 1020px;
  top: 55px;
}
.club-course-area .club-course-map .sb-jeju-ocean {
  left: 0;
  top: 519px;
}
.club-course-area .club-course-map .sb-jeju-forest {
  left: 1020px;
  top: 355px;
}
.club-course-area .club-course-map .sb-gimhae-sky {
  left: 0;
  top: 335px;
}
.club-course-area .club-course-map .sb-gimhae-hill {
  left: 1020px;
  top: 55px;
}
.club-course-area .club-course-map .sb-buyeo-sky {
  left: 1000px;
  top: 321px;
  width: 280px;
}
.club-course-area .club-course-map .sb-buyeo-hill {
  left: 0;
  top: 459px;
  width: 280px;
}
.club-course-area .club-course-map .compass-jeju {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 10;
  background: url("../image/compass-jeju.png") no-repeat left top;
  width: 76px;
  height: 73px;
  display: block;
}
.club-course-area .club-course-map .compass-gimhae {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 10;
  background: url("../image/compass-gimhae.png") no-repeat left top;
  width: 76px;
  height: 73px;
  display: block;
}
.club-course-area .club-course-map .compass-buyeo {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 10;
  background: url("../image/compass-buyeo.png") no-repeat left top;
  width: 76px;
  height: 73px;
  display: block;
}
.club-course-area .course-hole-area {
  background-color: #33AEB6;
}
.club-course-area .course-hole-area .contents {
  max-width: 1280px;
  margin: 0 auto;
  height: 90px;
  position: relative;
}
.club-course-area .course-hole-area .contents h2 {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 23px 0 0 20px;
  background-color: #298B92;
  width: 155px;
  height: 90px;
  cursor: pointer;
}
.club-course-area .course-hole-area .contents h2::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='29px'%3e%3cpath fill-rule='evenodd' opacity='0.2' fill='rgb(0, 0, 0)' d='M14.000,-0.000 C21.732,-0.000 28.000,6.268 28.000,14.000 C28.000,21.732 21.732,28.000 14.000,28.000 C6.268,28.000 -0.000,21.732 -0.000,14.000 C-0.000,6.268 6.268,-0.000 14.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M20.001,11.338 L14.001,17.000 L8.001,11.338 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  background-color: transparent;
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 13px;
  right: 20px;
}
.club-course-area .course-hole-area .contents h2[data-state=active]::after {
  transform: rotate(180deg);
}
.club-course-area .course-hole-area .contents .course-select-bx {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10;
  width: 155px;
  background-color: #298B92;
  display: none;
}
.club-course-area .course-hole-area .contents .course-select-bx li {
  color: #fff;
  padding: 17px 0 17px 20px;
  border-top: 1px #257D83 solid;
  border-bottom: 1px #257D83 solid;
  margin: -1px 0;
  cursor: pointer;
}
.club-course-area .course-hole-area .contents .course-select-bx li.active {
  border-top: 1px #217076 solid;
  border-bottom: 1px #217076 solid;
  background-color: #257D83;
  position: relative;
  z-index: 1;
}
.club-course-area .course-hole-area .contents .scroll-area {
  position: absolute;
  left: 192px;
  right: 0;
  top: 0;
  width: 100%;
}
.club-course-area .course-hole-area .contents .scroll-area ul li {
  display: inline-block;
  text-align: center;
  padding-top: 56px;
  position: relative;
  float: left;
  cursor: pointer;
}
.club-course-area .course-hole-area .contents .scroll-area ul li::before, .club-course-area .course-hole-area .contents .scroll-area ul li::after {
  content: "";
  position: absolute;
  top: 32px;
  width: 50%;
  border-top: 1px #71C6CC solid;
}
.club-course-area .course-hole-area .contents .scroll-area ul li::before {
  left: 0;
}
.club-course-area .course-hole-area .contents .scroll-area ul li::after {
  right: 0;
}
.club-course-area .course-hole-area .contents .scroll-area ul li:first-child::before {
  display: none;
}
.club-course-area .course-hole-area .contents .scroll-area ul li:last-child::after {
  display: none;
}
.club-course-area .course-hole-area .contents .scroll-area ul li:first-child:nth-last-child(9), .club-course-area .course-hole-area .contents .scroll-area ul li:first-child:nth-last-child(9) ~ li {
  width: 10%;
}
.club-course-area .course-hole-area .contents .scroll-area ul li.active i::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='31px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.000,-0.000 C18.627,-0.000 24.000,5.204 24.000,11.625 C24.000,18.045 18.627,23.250 12.000,23.250 C5.373,23.250 -0.000,18.045 -0.000,11.625 C-0.000,5.204 5.373,-0.000 12.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M11.937,31.004 C11.937,31.004 0.124,22.207 -0.000,12.349 C-0.124,2.491 24.634,4.576 24.003,12.328 C24.123,22.243 11.937,31.004 11.937,31.004 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(51, 174, 182)' d='M12.000,7.000 C14.761,7.000 17.000,9.238 17.000,12.000 C17.000,14.761 14.761,17.000 12.000,17.000 C9.238,17.000 7.000,14.761 7.000,12.000 C7.000,9.238 9.238,7.000 12.000,7.000 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  border-radius: 0;
  background-color: transparent;
  width: 24px;
  height: 31px;
}
.club-course-area .course-hole-area .contents .scroll-area ul li i {
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: 0 auto;
  z-index: 10;
}
.club-course-area .course-hole-area .contents .scroll-area ul li i::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.club-course-area .course-hole-area .contents .scroll-area ul li em {
  color: #fff;
}
.club-course-area .club-course-swiper-jeju {
  position: relative;
  background: url("../image/club-course-jeju-pc.jpg") no-repeat center top;
  height: 990px;
}
.club-course-area .club-course-swiper-gimhae {
  position: relative;
  background: url("../image/club-course-jeju-pc.jpg") no-repeat center top;
  height: 990px;
}
.club-course-area .club-course-swiper-buyeo {
  position: relative;
  background: url("../image/club-course-jeju-pc.jpg") no-repeat center top;
  height: 990px;
}
.club-course-area .club-course-swiper-list {
  overflow: hidden;
}
.club-course-area .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  overflow: inherit;
}
.club-course-area .swiper-slide {
  display: -webkit-flex;
  display: block;
  justify-content: inherit;
  align-items: inherit;
}
.club-course-area .club-swiper-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  visibility: hidden;
}
.club-course-area .club-swiper-area:first-child {
  display: block;
}
.club-course-area .club-swiper-area.active {
  visibility: visible;
}
.club-course-area .club-swiper-area .swiper-slide * {
  color: #fff;
}
.club-course-area .club-swiper-area .swiper-slide .green-zoom-pop {
  background-color: #4E5454;
  color: #fff;
  display: inline-block;
  width: auto;
  padding: 12px 35px;
  position: absolute;
  left: 0;
  top: -50px;
  border-radius: 100px;
  z-index: 10;
}
.club-course-area .club-swiper-area .swiper-slide .green-zoom-pop::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='17.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M10.500,10.500 L15.500,15.500 '/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M6.500,0.500 C9.814,0.500 12.500,3.186 12.500,6.500 C12.500,9.814 9.814,12.500 6.500,12.500 C3.186,12.500 0.500,9.814 0.500,6.500 C0.500,3.186 3.186,0.500 6.500,0.500 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 17.5px;
  height: 17.5px;
  vertical-align: -3px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .club-course-area .club-swiper-area .swiper-slide .green-zoom-pop {
    top: -10px;
    left: initial;
    right: 0;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 20px;
  }
  .club-course-area .club-swiper-area .swiper-slide .green-zoom-pop::after {
    width: 13px;
    height: 13px;
    vertical-align: -3px;
    margin-left: 7px;
  }
}
.club-course-area .club-swiper-area .swiper-slide .hole-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 790px;
  padding-top: 60px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .hole-number {
  height: 120px;
  border-bottom: 1px rgba(255, 255, 255, 0.38) solid;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .hole-number span {
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: -8px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .hole-number em {
  font-size: 116px;
  line-height: 62px;
  vertical-align: top;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp {
  padding: 80px 0 50px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp span {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 9px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp em {
  font-size: 60px;
  line-height: 60px;
  vertical-align: top;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp i {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='46px'%3e%3cpath fill-rule='evenodd' opacity='0.6' fill='rgb(255, 255, 255)' d='M21.067,0.036 L21.933,0.536 L0.933,45.962 L0.067,45.462 L21.067,0.036 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 22px;
  height: 46px;
  margin: 12px 10px 0;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .txt-scroll {
  height: 280px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .txt-scroll strong {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 20px;
  display: block;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .txt-scroll p {
  line-height: 26px;
  opacity: 0.7;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr em {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding-top: 4px;
  font-weight: bold;
  margin-right: 9px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr .g {
  background-color: #FEDE27;
  color: #000;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr .b {
  background-color: #218AE5;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr .w {
  background-color: #fff;
  color: #000;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr .r {
  background-color: #D12510;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  margin-right: 33px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr span:last-child {
  margin-right: 0;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info:after {
  content: "";
  display: block;
  clear: both;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li {
  position: relative;
  float: left;
  margin-bottom: 25px;
  width: 50%;
  font-size: 18px;
  line-height: 18px;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li:before {
  content: "";
  display: inline-block;
  margin: -2px 8px 0 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li.black:before {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #333;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li.blue:before {
  background-color: #218ae5;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li.white:before {
  background-color: #fff;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li.yellow:before {
  background-color: #fede27;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li.red:before {
  background-color: #d12510;
}
.club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li span {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
}
.club-course-area .club-swiper-area .swiper-button-next,
.club-course-area .club-swiper-area .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0;
}
.club-course-area .club-swiper-area .swiper-button-next::before,
.club-course-area .club-swiper-area .swiper-button-prev::before {
  content: "";
  background-size: 100% 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.club-course-area .club-swiper-area .swiper-button-next {
  right: 0;
  top: 100px;
}
.club-course-area .club-swiper-area .swiper-button-next::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41.5px' height='41.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' opacity='0.502' fill='none' d='M20.500,0.500 C31.546,0.500 40.500,9.454 40.500,20.500 C40.500,31.546 31.546,40.500 20.500,40.500 C9.454,40.500 0.500,31.546 0.500,20.500 C0.500,9.454 9.454,0.500 20.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M17.475,28.555 L26.525,20.957 L17.475,12.416 '/%3e%3c/svg%3e");
}
.club-course-area .club-swiper-area .swiper-button-prev {
  left: inherit;
  right: 60px;
  top: 100px;
}
.club-course-area .club-swiper-area .swiper-button-prev::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41.5px' height='41.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' opacity='0.502' fill='none' d='M20.500,0.500 C31.546,0.500 40.500,9.454 40.500,20.500 C40.500,31.546 31.546,40.500 20.500,40.500 C9.454,40.500 0.500,31.546 0.500,20.500 C0.500,9.454 9.454,0.500 20.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M23.497,28.497 L14.501,20.955 L23.497,12.474 '/%3e%3c/svg%3e");
}
.club-course-area .club-course-designer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0 150px;
}
.club-course-area .club-course-designer .templ-type-tab-course {
  margin-bottom: 80px;
}
.club-course-area .club-course-designer h2 {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 60px;
}
.club-course-area .club-course-designer h2 span {
  margin-top: 30px;
  display: block;
  color: #555;
}
.club-course-area .club-course-designer h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 2px #555 solid;
}
.club-course-area .club-course-designer h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.club-course-area .club-course-designer .profile-design-area:after {
  content: "";
  display: block;
  clear: both;
}
.club-course-area .club-course-designer .profile-design-area .profile {
  float: left;
  width: 50%;
  padding-right: 60px;
  position: relative;
  min-height: 340px;
}
.club-course-area .club-course-designer .profile-design-area .profile::before {
  content: "Designer";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 160px;
  color: #f6f6f6;
  letter-spacing: -7px;
  z-index: -1;
}
.club-course-area .club-course-designer .profile-design-area .design {
  float: left;
  width: 50%;
  padding-left: 60px;
  position: relative;
}
.club-course-area .club-course-designer .profile-design-area .design .swiper-container {
  overflow: hidden;
}
.club-course-area .club-course-designer .profile-design-area p {
  color: #555;
  line-height: 26px;
  padding-bottom: 15px;
}
.club-course-area .club-course-designer .swiper-button-next {
  width: 41px;
  height: 41px;
  top: inherit;
  bottom: 0;
  left: initial;
  right: 0;
}
.club-course-area .club-course-designer .swiper-button-next::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41.5px' height='41.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(221, 221, 221)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M20.500,0.500 C31.546,0.500 40.500,9.454 40.500,20.500 C40.500,31.546 31.546,40.500 20.500,40.500 C9.454,40.500 0.500,31.546 0.500,20.500 C0.500,9.454 9.454,0.500 20.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M17.475,28.555 L26.525,20.957 L17.475,12.416 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 41px;
  height: 41px;
}
.club-course-area .club-course-designer .swiper-button-prev {
  width: 41px;
  height: 41px;
  top: inherit;
  bottom: 0;
  left: initial;
  right: 100px;
}
.club-course-area .club-course-designer .swiper-button-prev::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='41.5px' height='41.5px'%3e%3cpath fill-rule='evenodd' stroke='rgb(221, 221, 221)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M20.500,0.500 C31.546,0.500 40.500,9.454 40.500,20.500 C40.500,31.546 31.546,40.500 20.500,40.500 C9.454,40.500 0.500,31.546 0.500,20.500 C0.500,9.454 9.454,0.500 20.500,0.500 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M23.498,28.497 L14.501,20.955 L23.498,12.474 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 41px;
  height: 41px;
}
.club-course-area .club-course-designer .swiper-pagination {
  bottom: 15px;
  left: initial;
  right: 57px;
  width: initial;
}
.club-course-area .club-course-designer .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
}
.club-course-area .club-designer-step2 {
  display: none;
}
.club-course-area .club-course-mov {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.club-course-area .club-course-mov picture {
  display: block;
}
.club-course-area .club-course-mov a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.club-course-area .club-course-mov a::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='80px' height='80px'%3e%3cpath fill-rule='evenodd' opacity='0.702' fill='rgb(255, 255, 255)' d='M40.000,-0.000 C62.091,-0.000 80.000,17.908 80.000,40.000 C80.000,62.091 62.091,80.000 40.000,80.000 C17.909,80.000 -0.000,62.091 -0.000,40.000 C-0.000,17.908 17.909,-0.000 40.000,-0.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M49.996,40.504 L35.011,52.006 L35.011,29.001 L49.996,40.504 Z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .club-course-area {
    max-width: 100%;
    margin: -40px auto 0;
  }
  .club-course-area .club-course-map {
    max-width: 100%;
    margin: 0 auto;
    height: initial;
  }
  .club-course-area .club-course-map .course-info {
    position: static;
  }
  .club-course-area .club-course-map .course-info ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .club-course-area .club-course-map .course-info ul li {
    float: left;
    padding: 0 18px;
    position: relative;
  }
  .club-course-area .club-course-map .course-info ul li::after {
    content: "";
    border-left: 1px #ddd solid;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .club-course-area .club-course-map .course-info ul li:first-child {
    padding-left: 20px;
  }
  .club-course-area .club-course-map .course-info ul li span {
    font-size: 20px;
    line-height: 20px;
  }
  .club-course-area .club-course-map .course-info ul li span em {
    font-size: 12px;
    line-height: 12px;
    padding-left: 3px;
  }
  .club-course-area .club-course-map .course-info ul li strong {
    display: block;
    padding-top: 15px;
    font-size: 13px;
    line-height: 13px;
  }
  .club-course-area .club-course-map .horizontal-scroll-area {
    position: static;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .club-course-area .club-course-map .horizontal-scroll-area::-webkit-scrollbar {
    display: none;
  }
  .club-course-area .club-course-map .horizontal-scroll-area .img {
    display: block;
  }
  .club-course-area .club-course-map .horizontal-scroll-area .img img {
    width: 640px;
  }
  .club-course-area .club-course-map .course-area {
    position: static;
    padding: 0 20px 50px;
  }
  .club-course-area .club-course-map .course-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .club-course-area .club-course-map .course-area div {
    position: static;
    height: 80px;
    padding: 20px 0 0 20px !important;
    float: left;
    text-align: left !important;
  }
  .club-course-area .club-course-map .course-area div:nth-child(odd) {
    width: calc(50% - 2px);
    margin-right: 2px;
  }
  .club-course-area .club-course-map .course-area div:nth-child(even) {
    width: calc(50% - 2px);
    margin-left: 2px;
  }
  .club-course-area .club-course-map .course-area div:nth-child(3), .club-course-area .club-course-map .course-area div:nth-child(4) {
    margin-top: 4px;
  }
  .club-course-area .club-course-map .course-area div strong {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
  }
  .club-course-area .club-course-map .course-area div strong::after {
    width: 8px;
    height: 15px;
    margin-left: 6px;
    vertical-align: -3px;
  }
  .club-course-area .club-course-map .course-area div span {
    width: 20px;
    height: 20px;
    padding-top: 4px;
    font-size: 9px;
    line-height: 9px;
  }
  .club-course-area .club-course-map .course-area div em {
    margin-left: 3px;
    font-size: 12px;
    line-height: 12px;
  }
  .club-course-area .club-course-map .course-area div i {
    color: #fff;
    opacity: 0.5;
    display: inline-block;
    margin: 0 3px;
  }
  .club-course-area .club-course-map .course-area div.jeju-hill strong:before, .club-course-area .club-course-map .course-area div.jeju-forest strong:before, .club-course-area .club-course-map .course-area div.gimhae-hill strong:before, .club-course-area .club-course-map .course-area div.buyeo-sky strong:before {
    display: none;
  }
  .club-course-area .club-course-map .course-area div.jeju-hill strong:after, .club-course-area .club-course-map .course-area div.jeju-forest strong:after, .club-course-area .club-course-map .course-area div.gimhae-hill strong:after, .club-course-area .club-course-map .course-area div.buyeo-sky strong:after {
    display: inline-block;
  }
  .club-course-area .club-course-map .course-area div.buyeo-hill strong, .club-course-area .club-course-map .course-area div.buyeo-sky strong {
    font-size: 12px;
  }
  .club-course-area .club-course-map .compass-jeju,
  .club-course-area .club-course-map .compass-gimhae,
  .club-course-area .club-course-map .compass-buyeo {
    display: none;
  }
  .club-course-area .course-hole-area .contents {
    max-width: 100%;
    height: 100px;
  }
  .club-course-area .course-hole-area .contents h2 {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 0 0 20px;
  }
  .club-course-area .course-hole-area .contents h2 {
    width: initial;
    height: initial;
    background-color: transparent;
  }
  .club-course-area .course-hole-area .contents h2::after {
    width: 16px;
    height: 16px;
    position: static;
    margin-left: 10px;
    vertical-align: -2px;
  }
  .club-course-area .course-hole-area .contents h2[data-state=active]::after {
    transform: rotate(180deg);
  }
  .club-course-area .course-hole-area .contents h2[data-state=active] + .course-select-bx {
    display: block;
  }
  .club-course-area .course-hole-area .contents .course-select-bx {
    left: 20px;
    top: 50px;
    width: 210px;
  }
  .club-course-area .course-hole-area .contents .course-select-bx li {
    color: #fff;
    padding: 15px 0 15px 15px;
    border-top: 1px #257D83 solid;
    border-bottom: 1px #257D83 solid;
    margin: -1px 0;
    cursor: pointer;
  }
  .club-course-area .course-hole-area .contents .course-select-bx li.active {
    border-top: 1px #217076 solid;
    border-bottom: 1px #217076 solid;
    background-color: #257D83;
    position: relative;
    z-index: 1;
  }
  .club-course-area .course-hole-area .contents .scroll-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 100%;
    padding-left: 20px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .club-course-area .course-hole-area .contents .scroll-area::-webkit-scrollbar {
    display: none;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li {
    display: inline-block;
    text-align: center;
    padding-top: 0;
    position: relative;
    padding-right: 5px;
    float: initial;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li::before, .club-course-area .course-hole-area .contents .scroll-area ul li::after {
    display: none;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li:first-child:nth-last-child(8), .club-course-area .course-hole-area .contents .scroll-area ul li:first-child:nth-last-child(8) ~ li {
    width: initial;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li:first-child:nth-last-child(9), .club-course-area .course-hole-area .contents .scroll-area ul li:first-child:nth-last-child(9) ~ li {
    width: initial;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li.active em {
    background-color: #fff;
    border-color: #fff;
    color: #33aeb6;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li i {
    display: none;
  }
  .club-course-area .course-hole-area .contents .scroll-area ul li em {
    display: block;
    width: 80px;
    border: 1px #fff solid;
    border-radius: 100px;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 0;
  }
  .club-course-area .club-course-swiper-jeju {
    background: url("../image/club-course-jeju-mobile.jpg") no-repeat center top;
    background-size: cover;
    min-height: 850px;
    height: initial;
  }
  .club-course-area .club-course-swiper-gimhae {
    background: url("../image/club-course-jeju-mobile.jpg") no-repeat center top;
    background-size: cover;
    min-height: 850px;
    height: initial;
  }
  .club-course-area .club-course-swiper-buyeo {
    background: url("../image/club-course-jeju-mobile.jpg") no-repeat center top;
    background-size: cover;
    min-height: 850px;
    height: initial;
  }
  .club-course-area .club-swiper-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 20px 70px;
  }
  .club-course-area .club-swiper-area .swiper-slide .thumbnail {
    width: 340px;
    margin: auto;
  }
  .club-course-area .club-swiper-area .swiper-slide .thumbnail img {
    display: block;
    width: 100%;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content {
    position: static;
    width: initial;
    height: initial;
    padding-top: 85px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .hole-number {
    height: 80px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .hole-number span {
    font-size: 24px;
    line-height: 24px;
    margin-right: 20px;
    margin-top: 3px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .hole-number em {
    font-size: 75px;
    line-height: 62px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp {
    padding: 30px 0 25px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp span {
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    margin-top: 9px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp em {
    font-size: 40px;
    line-height: 40px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .par-hdcp i {
    width: 12px;
    height: 26px;
    margin: 10px 10px 0;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .txt-scroll {
    height: 185px;
    margin-bottom: 0;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .txt-scroll strong {
    font-size: 16px;
    line-height: 24px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .txt-scroll p {
    line-height: 23px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr {
    position: absolute;
    right: 0;
    top: 0;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr em {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-gbwr span {
    font-size: 13px;
    line-height: 13px;
    margin-right: 20px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li {
    margin-bottom: 15px;
    width: 33.33334%;
    font-size: 11px;
    line-height: 11px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li:before {
    width: 20px;
    height: 20px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .ic-course-info li span {
    font-size: 11px;
    line-height: 11px;
  }
  .club-course-area .club-swiper-area .swiper-slide .hole-content .scroll-y {
    display: none;
  }
  .club-course-area .club-swiper-area .swiper-button-next,
  .club-course-area .club-swiper-area .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
  .club-course-area .club-swiper-area .swiper-button-next::before,
  .club-course-area .club-swiper-area .swiper-button-prev::before {
    width: 30px;
    height: 30px;
  }
  .club-course-area .club-swiper-area .swiper-button-next {
    top: 445px;
  }
  .club-course-area .club-swiper-area .swiper-button-prev {
    right: 45px;
    top: 445px;
  }
  .club-course-area .club-course-designer {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }
  .club-course-area .club-course-designer .templ-type-tab-course {
    margin-bottom: 30px;
  }
  .club-course-area .club-course-designer h2 {
    font-size: 21px;
    line-height: 21px;
    padding-bottom: 40px;
  }
  .club-course-area .club-course-designer h2 span {
    margin-top: 30px;
  }
  .club-course-area .club-course-designer h3 {
    font-size: 15px;
    line-height: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px #555 solid;
  }
  .club-course-area .club-course-designer h4 {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 20px;
  }
  .club-course-area .club-course-designer .profile-design-area .profile {
    float: inherit;
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
    margin-bottom: 55px;
    min-height: initial;
  }
  .club-course-area .club-course-designer .profile-design-area .profile::before {
    font-size: 65px;
    letter-spacing: -3px;
  }
  .club-course-area .club-course-designer .profile-design-area .design {
    float: inherit;
    width: 100%;
    padding-left: 0;
  }
  .club-course-area .club-course-designer .profile-design-area p {
    line-height: 22px;
    padding-bottom: 10px;
  }
  .club-course-area .club-course-designer .swiper-button-next {
    width: 30px;
    height: 30px;
    top: inherit;
    bottom: 0;
    left: initial;
    right: 0;
  }
  .club-course-area .club-course-designer .swiper-button-next::before {
    width: 30px;
    height: 30px;
  }
  .club-course-area .club-course-designer .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: inherit;
    bottom: 0;
    left: initial;
    right: 100px;
  }
  .club-course-area .club-course-designer .swiper-button-prev::before {
    width: 30px;
    height: 30px;
  }
  .club-course-area .club-course-designer .swiper-pagination {
    bottom: 10px;
    left: initial;
    right: 50px;
    width: initial;
  }
  .club-course-area .club-course-designer .swiper-pagination .swiper-pagination-current {
    font-weight: bold;
  }
  .club-course-area .club-course-mov {
    height: 175px;
    overflow: hidden;
    background-color: #eee;
  }
  .club-course-area .club-course-mov img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .club-course-area .club-course-mov a::before {
    width: 50px;
    height: 50px;
  }
}

.drag-info-pop {
  position: fixed;
  top: 20px;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: 1000;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s all;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
@media screen and (max-width: 768px) {
  .drag-info-pop {
    display: block;
    opacity: 0;
  }
}
.drag-info-pop em {
  background: url("../image/finger-pop.png") no-repeat left top;
  background-size: 100% 100%;
  width: 29px;
  height: 49px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.drag-info-pop p {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 55px;
  margin: auto;
}
.drag-info-pop p::before {
  content: "";
  background: url("../image/drag-info-pop.png") no-repeat left top;
  background-size: 100% 100%;
  width: 335px;
  height: 34px;
  margin: 0 auto 35px;
  display: block;
}

.jeju-hole-num-area,
.gimhae-hole-num-area,
.buyeo-hole-num-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 30;
}
.jeju-hole-num-area a,
.gimhae-hole-num-area a,
.buyeo-hole-num-area a {
  position: absolute;
  width: 34px;
  height: 34px;
  border: 1px #555 solid;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  padding-top: 7px;
  font-size: 14px;
  line-height: 14px;
  color: #555;
}
.jeju-hole-num-area a[class^=hill-hole-],
.gimhae-hole-num-area a[class^=hill-hole-],
.buyeo-hole-num-area a[class^=hill-hole-] {
  background-color: #000;
}
.jeju-hole-num-area a[class^=hill-hole-] em,
.gimhae-hole-num-area a[class^=hill-hole-] em,
.buyeo-hole-num-area a[class^=hill-hole-] em {
  color: #fff;
}
.jeju-hole-num-area a[class^=ocean-hole-],
.gimhae-hole-num-area a[class^=ocean-hole-],
.buyeo-hole-num-area a[class^=ocean-hole-] {
  background-color: #4F77DB;
  border-color: #4F77DB;
}
.jeju-hole-num-area a[class^=ocean-hole-] em,
.gimhae-hole-num-area a[class^=ocean-hole-] em,
.buyeo-hole-num-area a[class^=ocean-hole-] em {
  color: #fff;
}
.jeju-hole-num-area a[class^=forest-hole-],
.gimhae-hole-num-area a[class^=forest-hole-],
.buyeo-hole-num-area a[class^=forest-hole-] {
  color: #000;
  background-color: #FFE13C;
  border-color: #FFE13C;
}
@media screen and (max-width: 768px) {
  .jeju-hole-num-area a,
  .gimhae-hole-num-area a,
  .buyeo-hole-num-area a {
    width: 20px;
    height: 20px;
    padding-top: 4px;
  }
  .jeju-hole-num-area a em,
  .gimhae-hole-num-area a em,
  .buyeo-hole-num-area a em {
    display: block;
    font-size: 9px;
    line-height: 9px;
  }
}

.jeju-hole-num-area a.sky-hole-1 {
  left: 431px;
  top: 311px;
}
.jeju-hole-num-area a.sky-hole-2 {
  left: 522px;
  top: 288px;
}
.jeju-hole-num-area a.sky-hole-3 {
  left: 637px;
  top: 242px;
}
.jeju-hole-num-area a.sky-hole-4 {
  left: 596px;
  top: 198px;
}
.jeju-hole-num-area a.sky-hole-5 {
  left: 471px;
  top: 238px;
}
.jeju-hole-num-area a.sky-hole-6 {
  left: 303px;
  top: 289px;
}
.jeju-hole-num-area a.sky-hole-7 {
  left: 292px;
  top: 348px;
}
.jeju-hole-num-area a.sky-hole-8 {
  left: 347px;
  top: 335px;
}
.jeju-hole-num-area a.sky-hole-9 {
  left: 454px;
  top: 374px;
}
.jeju-hole-num-area a.hill-hole-1 {
  left: 714px;
  top: 321px;
}
.jeju-hole-num-area a.hill-hole-2 {
  left: 803px;
  top: 288px;
}
.jeju-hole-num-area a.hill-hole-3 {
  left: 830px;
  top: 244px;
}
.jeju-hole-num-area a.hill-hole-4 {
  left: 879px;
  top: 231px;
}
.jeju-hole-num-area a.hill-hole-5 {
  left: 901px;
  top: 332px;
}
.jeju-hole-num-area a.hill-hole-6 {
  left: 954px;
  top: 300px;
}
.jeju-hole-num-area a.hill-hole-7 {
  left: 962px;
  top: 181px;
}
.jeju-hole-num-area a.hill-hole-8 {
  left: 798px;
  top: 164px;
}
.jeju-hole-num-area a.hill-hole-9 {
  left: 702px;
  top: 277px;
}
.jeju-hole-num-area a.ocean-hole-1 {
  left: 525px;
  top: 438px;
}
.jeju-hole-num-area a.ocean-hole-2 {
  left: 507px;
  top: 477px;
}
.jeju-hole-num-area a.ocean-hole-3 {
  left: 525px;
  top: 544px;
}
.jeju-hole-num-area a.ocean-hole-4 {
  left: 425px;
  top: 533px;
}
.jeju-hole-num-area a.ocean-hole-5 {
  left: 323px;
  top: 535px;
}
.jeju-hole-num-area a.ocean-hole-6 {
  left: 265px;
  top: 475px;
}
.jeju-hole-num-area a.ocean-hole-7 {
  left: 319px;
  top: 443px;
}
.jeju-hole-num-area a.ocean-hole-8 {
  left: 384px;
  top: 448px;
}
.jeju-hole-num-area a.ocean-hole-9 {
  left: 410px;
  top: 408px;
}
.jeju-hole-num-area a.forest-hole-1 {
  left: 803px;
  top: 378px;
}
.jeju-hole-num-area a.forest-hole-2 {
  left: 736px;
  top: 436px;
}
.jeju-hole-num-area a.forest-hole-3 {
  left: 833px;
  top: 561px;
}
.jeju-hole-num-area a.forest-hole-4 {
  left: 957px;
  top: 589px;
}
.jeju-hole-num-area a.forest-hole-5 {
  left: 884px;
  top: 541px;
}
.jeju-hole-num-area a.forest-hole-6 {
  left: 889px;
  top: 488px;
}
.jeju-hole-num-area a.forest-hole-7 {
  left: 977px;
  top: 488px;
}
.jeju-hole-num-area a.forest-hole-8 {
  left: 895px;
  top: 401px;
}
.jeju-hole-num-area a.forest-hole-9 {
  left: 736px;
  top: 361px;
}
@media screen and (max-width: 768px) {
  .jeju-hole-num-area a.sky-hole-1 {
    left: 216px;
    top: 156px;
  }
  .jeju-hole-num-area a.sky-hole-2 {
    left: 261px;
    top: 144px;
  }
  .jeju-hole-num-area a.sky-hole-3 {
    left: 319px;
    top: 121px;
  }
  .jeju-hole-num-area a.sky-hole-4 {
    left: 298px;
    top: 99px;
  }
  .jeju-hole-num-area a.sky-hole-5 {
    left: 236px;
    top: 119px;
  }
  .jeju-hole-num-area a.sky-hole-6 {
    left: 152px;
    top: 145px;
  }
  .jeju-hole-num-area a.sky-hole-7 {
    left: 146px;
    top: 174px;
  }
  .jeju-hole-num-area a.sky-hole-8 {
    left: 174px;
    top: 168px;
  }
  .jeju-hole-num-area a.sky-hole-9 {
    left: 227px;
    top: 187px;
  }
  .jeju-hole-num-area a.hill-hole-1 {
    left: 357px;
    top: 161px;
  }
  .jeju-hole-num-area a.hill-hole-2 {
    left: 402px;
    top: 144px;
  }
  .jeju-hole-num-area a.hill-hole-3 {
    left: 415px;
    top: 122px;
  }
  .jeju-hole-num-area a.hill-hole-4 {
    left: 440px;
    top: 116px;
  }
  .jeju-hole-num-area a.hill-hole-5 {
    left: 451px;
    top: 166px;
  }
  .jeju-hole-num-area a.hill-hole-6 {
    left: 477px;
    top: 150px;
  }
  .jeju-hole-num-area a.hill-hole-7 {
    left: 481px;
    top: 91px;
  }
  .jeju-hole-num-area a.hill-hole-8 {
    left: 399px;
    top: 82px;
  }
  .jeju-hole-num-area a.hill-hole-9 {
    left: 351px;
    top: 139px;
  }
  .jeju-hole-num-area a.ocean-hole-1 {
    left: 263px;
    top: 219px;
  }
  .jeju-hole-num-area a.ocean-hole-2 {
    left: 254px;
    top: 239px;
  }
  .jeju-hole-num-area a.ocean-hole-3 {
    left: 263px;
    top: 272px;
  }
  .jeju-hole-num-area a.ocean-hole-4 {
    left: 213px;
    top: 267px;
  }
  .jeju-hole-num-area a.ocean-hole-5 {
    left: 162px;
    top: 268px;
  }
  .jeju-hole-num-area a.ocean-hole-6 {
    left: 133px;
    top: 238px;
  }
  .jeju-hole-num-area a.ocean-hole-7 {
    left: 160px;
    top: 222px;
  }
  .jeju-hole-num-area a.ocean-hole-8 {
    left: 192px;
    top: 224px;
  }
  .jeju-hole-num-area a.ocean-hole-9 {
    left: 205px;
    top: 204px;
  }
  .jeju-hole-num-area a.forest-hole-1 {
    left: 402px;
    top: 189px;
  }
  .jeju-hole-num-area a.forest-hole-2 {
    left: 368px;
    top: 218px;
  }
  .jeju-hole-num-area a.forest-hole-3 {
    left: 417px;
    top: 281px;
  }
  .jeju-hole-num-area a.forest-hole-4 {
    left: 479px;
    top: 295px;
  }
  .jeju-hole-num-area a.forest-hole-5 {
    left: 442px;
    top: 271px;
  }
  .jeju-hole-num-area a.forest-hole-6 {
    left: 445px;
    top: 244px;
  }
  .jeju-hole-num-area a.forest-hole-7 {
    left: 489px;
    top: 244px;
  }
  .jeju-hole-num-area a.forest-hole-8 {
    left: 448px;
    top: 201px;
  }
  .jeju-hole-num-area a.forest-hole-9 {
    left: 368px;
    top: 181px;
  }
}

.gimhae-hole-num-area a.sky-hole-10 {
  left: 542px;
  top: 252px;
}
.gimhae-hole-num-area a.sky-hole-11 {
  left: 361px;
  top: 392px;
}
.gimhae-hole-num-area a.sky-hole-12 {
  left: 391px;
  top: 490px;
}
.gimhae-hole-num-area a.sky-hole-13 {
  left: 400px;
  top: 614px;
}
.gimhae-hole-num-area a.sky-hole-14 {
  left: 343px;
  top: 548px;
}
.gimhae-hole-num-area a.sky-hole-15 {
  left: 257px;
  top: 534px;
}
.gimhae-hole-num-area a.sky-hole-16 {
  left: 206px;
  top: 506px;
}
.gimhae-hole-num-area a.sky-hole-17 {
  left: 350px;
  top: 338px;
}
.gimhae-hole-num-area a.sky-hole-18 {
  left: 544px;
  top: 179px;
}
.gimhae-hole-num-area a.hill-hole-1 {
  left: 837px;
  top: 126px;
}
.gimhae-hole-num-area a.hill-hole-2 {
  left: 1034px;
  top: 247px;
}
.gimhae-hole-num-area a.hill-hole-3 {
  left: 1100px;
  top: 386px;
}
.gimhae-hole-num-area a.hill-hole-4 {
  left: 1042px;
  top: 415px;
}
.gimhae-hole-num-area a.hill-hole-5 {
  left: 934px;
  top: 240px;
}
.gimhae-hole-num-area a.hill-hole-6 {
  left: 747px;
  top: 265px;
}
.gimhae-hole-num-area a.hill-hole-7 {
  left: 605px;
  top: 364px;
}
.gimhae-hole-num-area a.hill-hole-8 {
  left: 468px;
  top: 364px;
}
.gimhae-hole-num-area a.hill-hole-9 {
  left: 601px;
  top: 281px;
}
@media screen and (max-width: 768px) {
  .gimhae-hole-num-area a.sky-hole-10 {
    left: 271px;
    top: 126px;
  }
  .gimhae-hole-num-area a.sky-hole-11 {
    left: 181px;
    top: 196px;
  }
  .gimhae-hole-num-area a.sky-hole-12 {
    left: 196px;
    top: 245px;
  }
  .gimhae-hole-num-area a.sky-hole-13 {
    left: 200px;
    top: 307px;
  }
  .gimhae-hole-num-area a.sky-hole-14 {
    left: 172px;
    top: 274px;
  }
  .gimhae-hole-num-area a.sky-hole-15 {
    left: 129px;
    top: 267px;
  }
  .gimhae-hole-num-area a.sky-hole-16 {
    left: 103px;
    top: 253px;
  }
  .gimhae-hole-num-area a.sky-hole-17 {
    left: 175px;
    top: 169px;
  }
  .gimhae-hole-num-area a.sky-hole-18 {
    left: 272px;
    top: 90px;
  }
  .gimhae-hole-num-area a.hill-hole-1 {
    left: 419px;
    top: 63px;
  }
  .gimhae-hole-num-area a.hill-hole-2 {
    left: 517px;
    top: 124px;
  }
  .gimhae-hole-num-area a.hill-hole-3 {
    left: 550px;
    top: 193px;
  }
  .gimhae-hole-num-area a.hill-hole-4 {
    left: 521px;
    top: 208px;
  }
  .gimhae-hole-num-area a.hill-hole-5 {
    left: 467px;
    top: 120px;
  }
  .gimhae-hole-num-area a.hill-hole-6 {
    left: 374px;
    top: 133px;
  }
  .gimhae-hole-num-area a.hill-hole-7 {
    left: 303px;
    top: 182px;
  }
  .gimhae-hole-num-area a.hill-hole-8 {
    left: 234px;
    top: 182px;
  }
  .gimhae-hole-num-area a.hill-hole-9 {
    left: 301px;
    top: 141px;
  }
}

.buyeo-hole-num-area a.sky-hole-1 {
  left: 721px;
  top: 355px;
}
.buyeo-hole-num-area a.sky-hole-2 {
  left: 967px;
  top: 160px;
}
.buyeo-hole-num-area a.sky-hole-3 {
  left: 1095px;
  top: 107px;
}
.buyeo-hole-num-area a.sky-hole-4 {
  left: 1110px;
  top: 221px;
}
.buyeo-hole-num-area a.sky-hole-5 {
  left: 1046px;
  top: 251px;
}
.buyeo-hole-num-area a.sky-hole-6 {
  left: 941px;
  top: 262px;
}
.buyeo-hole-num-area a.sky-hole-7 {
  left: 741px;
  top: 529px;
}
.buyeo-hole-num-area a.sky-hole-8 {
  left: 640px;
  top: 646px;
}
.buyeo-hole-num-area a.sky-hole-9 {
  left: 717px;
  top: 477px;
}
.buyeo-hole-num-area a.hill-hole-1 {
  left: 488px;
  top: 405px;
}
.buyeo-hole-num-area a.hill-hole-2 {
  left: 385px;
  top: 423px;
}
.buyeo-hole-num-area a.hill-hole-3 {
  left: 275px;
  top: 369px;
}
.buyeo-hole-num-area a.hill-hole-4 {
  left: 190px;
  top: 280px;
}
.buyeo-hole-num-area a.hill-hole-5 {
  left: 95px;
  top: 210px;
}
.buyeo-hole-num-area a.hill-hole-6 {
  left: 163px;
  top: 146px;
}
.buyeo-hole-num-area a.hill-hole-7 {
  left: 269px;
  top: 217px;
}
.buyeo-hole-num-area a.hill-hole-8 {
  left: 388px;
  top: 311px;
}
.buyeo-hole-num-area a.hill-hole-9 {
  left: 556px;
  top: 365px;
}
@media screen and (max-width: 768px) {
  .buyeo-hole-num-area a.sky-hole-1 {
    left: 361px;
    top: 178px;
  }
  .buyeo-hole-num-area a.sky-hole-2 {
    left: 484px;
    top: 80px;
  }
  .buyeo-hole-num-area a.sky-hole-3 {
    left: 548px;
    top: 54px;
  }
  .buyeo-hole-num-area a.sky-hole-4 {
    left: 555px;
    top: 111px;
  }
  .buyeo-hole-num-area a.sky-hole-5 {
    left: 523px;
    top: 126px;
  }
  .buyeo-hole-num-area a.sky-hole-6 {
    left: 471px;
    top: 131px;
  }
  .buyeo-hole-num-area a.sky-hole-7 {
    left: 371px;
    top: 265px;
  }
  .buyeo-hole-num-area a.sky-hole-8 {
    left: 320px;
    top: 323px;
  }
  .buyeo-hole-num-area a.sky-hole-9 {
    left: 359px;
    top: 239px;
  }
  .buyeo-hole-num-area a.hill-hole-1 {
    left: 244px;
    top: 203px;
  }
  .buyeo-hole-num-area a.hill-hole-2 {
    left: 193px;
    top: 212px;
  }
  .buyeo-hole-num-area a.hill-hole-3 {
    left: 138px;
    top: 185px;
  }
  .buyeo-hole-num-area a.hill-hole-4 {
    left: 95px;
    top: 140px;
  }
  .buyeo-hole-num-area a.hill-hole-5 {
    left: 48px;
    top: 105px;
  }
  .buyeo-hole-num-area a.hill-hole-6 {
    left: 82px;
    top: 73px;
  }
  .buyeo-hole-num-area a.hill-hole-7 {
    left: 135px;
    top: 109px;
  }
  .buyeo-hole-num-area a.hill-hole-8 {
    left: 194px;
    top: 156px;
  }
  .buyeo-hole-num-area a.hill-hole-9 {
    left: 278px;
    top: 183px;
  }
}

[data-catagory=event] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=event] .templ-type-tab-medium + .inner-type-basic {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  [data-catagory=event] .templ-type-tab-medium ~ .search-filter, [data-catagory=event] .templ-type-tab-medium ~ * > .search-filter {
    margin-top: 40px;
  }
}
[data-catagory=event] .search-filter {
  margin: 40px 0 46px;
}
[data-catagory=event] .search-filter > ul > li.det4 .fieldset {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  [data-catagory=event] .search-filter {
    margin: -30px -20px 25px;
  }
  [data-catagory=event] .search-filter > ul > li.det4 .fieldset {
    width: calc(100% - 75px);
  }
  [data-catagory=event] .search-filter > ul > li .fieldset .checkbox-box {
    margin-right: 0;
  }
  [data-catagory=event] .search-filter > ul > li .fieldset .checkbox-box [type=checkbox] + label {
    margin-left: 0;
  }
  [data-catagory=event] .search-filter > ul > li.event-sort {
    width: 10%;
  }
  [data-catagory=event] .search-filter > ul > li.branch {
    width: 16%;
  }
  [data-catagory=event] .search-filter > ul > li.document {
    width: 61%;
  }
  [data-catagory=event] .search-filter > ul > li.date {
    width: 16%;
  }
}
[data-catagory=event] .search-filter .list-contents ul li span.num {
  width: 7%;
}
[data-catagory=event] .search-filter .list-contents ul li span.event-sort {
  width: 10%;
}
[data-catagory=event] .search-filter .list-contents ul li span.branch {
  width: 16%;
}
[data-catagory=event] .search-filter .list-contents ul li span.document {
  width: 61%;
}
[data-catagory=event] .search-filter .list-contents ul li span.date {
  width: 16%;
}
@media screen and (max-width: 768px) {
  [data-catagory=event] .search-filter .list-contents ul li span.event-sort {
    display: inline-block;
    width: auto;
  }
  [data-catagory=event] .search-filter .list-contents ul li span.event-sort:after {
    content: "";
    margin: -2px 10px 0;
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: middle;
    background-color: #ddd;
  }
  [data-catagory=event] .search-filter .list-contents ul li span.branch {
    display: inline-block;
    width: auto;
  }
  [data-catagory=event] .search-filter .list-contents ul li span.document, [data-catagory=event] .search-filter .list-contents ul li span.date {
    width: 100%;
  }
}
[data-catagory=event] .detail-area .detail-title span.event-sort, [data-catagory=event] .detail-area .detail-title span.branch {
  display: inline-block;
  color: #555;
}
[data-catagory=event] .detail-area .detail-title span.branch:before {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 9px 0 8px;
  background-color: #ddd;
  vertical-align: -2px;
  content: "";
}
@media screen and (max-width: 768px) {
  [data-catagory=event] .detail-area .detail-title span.branch:before {
    height: 12.5px;
    margin: 0 7px 0 6px;
    vertical-align: -1px;
  }
}

.event-list-wrap .no-data-box {
  border-top: none;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .event-list-wrap .no-data-box {
    border: 1px solid #ddd;
  }
}

.event-list-sort {
  margin-bottom: 16px;
}
.event-list-sort:after {
  content: "";
  display: block;
  clear: both;
}
.event-list-sort .total-count {
  display: inline-block;
  padding-top: 13px;
  font-size: 18px;
  line-height: 18px;
}
.event-list-sort .total-count strong {
  font-weight: 700;
  color: #da291c;
}
.event-list-sort .select-box {
  float: right;
  width: 120px;
}
.event-list-sort .select-box em {
  border-bottom-width: 1px;
}
@media screen and (max-width: 768px) {
  .event-list-sort {
    margin-bottom: 20px;
  }
  .event-list-sort .total-count {
    padding-top: 10px;
    font-size: 15px;
    line-height: 15px;
  }
  .event-list-sort .total-count strong {
    font-size: inherit;
    line-height: inherit;
  }
  .event-list-sort .select-box {
    width: 90px;
  }
}

.event-list {
  margin: 0 -15px;
}
.event-list:after {
  content: "";
  display: block;
  clear: both;
}
.event-list > li {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0 15px 50px;
}
.event-list > li > a {
  display: block;
}
.event-list > li:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 1024px) {
  .event-list > li {
    width: 50%;
  }
  .event-list > li:nth-child(3n+1) {
    clear: none;
  }
  .event-list > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 768px) {
  .event-list {
    margin: 0;
  }
  .event-list > li {
    float: none;
    width: 100%;
    padding: 0 0 50px;
  }
  .event-list > li:last-child {
    padding-bottom: 10px;
  }
}
.event-list .event-badge {
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 406px;
  z-index: 1;
}
.event-list .event-badge:after {
  content: "";
  display: block;
  clear: both;
}
.event-list .event-badge span {
  float: left;
  margin-left: 1px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: none;
  font-size: 13px;
  line-height: 46px;
  color: #fff;
}
.event-list .event-badge span:first-child {
  margin-left: 0;
}
.event-list .event-badge .pictogram-box {
  margin-left: 1px;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: top;
}
.event-list .event-badge .pictogram-box .ico-picoto-nor {
  padding: 0;
  display: inline-block;
  width: 51px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
}
.event-list .event-badge .pictogram-box .ico-picoto-nor img {
  width: 100%;
}
.event-list .event-badge .pictogram-box .ico-picoto-nor + span {
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .event-list .event-badge {
    left: 0;
  }
  .event-list .event-badge span {
    padding: 0 10px;
    line-height: 35px;
  }
  .event-list .event-badge .pictogram-box {
    margin-left: 1px;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    vertical-align: top;
  }
  .event-list .event-badge .pictogram-box .ico-picoto-nor {
    padding: 0;
    width: 38px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.event-list .event-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 63.6%;
}
.event-list .event-thumbnail > a {
  display: block;
}
.event-list .event-thumbnail > a > span {
  display: block;
}
.event-list .event-thumbnail > a > span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.event-list .event-thumbnail > a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .event-list .event-thumbnail > a:hover img {
    transform: none;
    transition: none;
  }
}
.event-list .event-info {
  position: relative;
  padding: 30px 20px 0;
}
.event-list .event-info .title {
  display: block;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
}
.event-list .event-info .hash-tags {
  height: 36px;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 18px;
  color: #777;
}
.event-list .event-info .price-box {
  display: block;
  text-align: right;
  padding-top: 10px;
  border-top: 1px #ddd solid;
  margin-top: 20px;
  font-size: 0;
}
.event-list .event-info .price-box .dutch-price {
  margin-right: 15px;
  color: #777;
}
.event-list .event-info .price-box .price {
  color: #da291c;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event-list .event-info .title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 18px;
    line-height: 1.4;
  }
  .event-list .event-info .date {
    font-size: 14px;
    line-height: 14px;
  }
  .event-list .event-info .hash-tags {
    margin-top: 6px;
    font-size: 11px;
    line-height: 14px;
    height: auto;
  }
  .event-list .event-info .price-box {
    padding-top: 15px;
    margin: 15px -20px 0;
  }
  .event-list .event-info .price-box .price {
    font-size: 20px;
    line-height: 20px;
  }
}
.event-flag {
  position: absolute;
  top: -15px;
  left: 12px;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 0 3px 3px 0;
  background-color: #da291c;
  transform: skewX(-20deg);
}
.event-flag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 46px;
  background-color: #da291c;
  content: "";
}
.event-flag span {
  display: block;
  font-size: 13px;
  color: #fff;
  transform: skewX(20deg);
}
@media screen and (max-width: 768px) {
  .event-flag {
    top: -12px;
    left: 9px;
    padding: 5px 10px;
  }
  .event-flag:before {
    height: 37px;
  }
}

.list-more {
  text-align: center;
}
.list-more .button-small {
  min-width: 140px;
  padding: 15px 30px;
}
.list-more .button-small em {
  position: relative;
  padding-right: 21px;
}
.list-more .button-small em:before, .list-more .button-small em:after {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 1px;
  height: 11px;
  background-color: #777;
  content: "";
}
.list-more .button-small em:after {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .list-more .button-small {
    width: 100px;
    padding: 8.5px 0;
  }
  .list-more .button-small em:before, .list-more .button-small em:after {
    top: 5px;
  }
}

.badge-time-sale {
  position: absolute;
  top: 68px;
  left: calc(50% - 57px);
  width: 114px;
  height: 114px;
  border-radius: 100px;
  background-color: rgba(51, 174, 182, 0.85);
  text-align: center;
}
.badge-time-sale .icon-alarm {
  margin: 30px auto 10px;
}
.badge-time-sale .text {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .badge-time-sale {
    top: 63px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
  }
  .badge-time-sale .icon-alarm {
    margin: 18.5px auto 7.5px;
  }
  .badge-time-sale .text {
    font-size: 13px;
  }
}

/* 라디오 버튼 PC */
.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio + label {
  display: inline-block;
  color: #666;
  position: relative;
  padding-left: 20px;
  height: 18px;
  cursor: pointer;
  font-size: 16px;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio + label:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 100%;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio:checked + label {
  color: #666;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio:checked + label:before {
  background: #fff;
  border: 1px solid #ccc;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #da291c;
  border-radius: 100%;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio[disabled] + label:before {
  opacity: 0.3;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page label.radio-txt {
  color: #666;
}

.content-wrap.group-event.recruit-area .tb-event.recruit-page tr td:nth-child(2) {
  width: auto;
}

/* 라디오 버튼 MO */
@media screen and (max-width: 768px) {
  .content-wrap.group-event.recruit-area .content {
    padding: 0 1rem;
  }
  .content-wrap.group-event.recruit-area .tb-event.recruit-page .radio-wrap {
    display: flex;
    justify-content: space-between;
  }
  .content-wrap.group-event.recruit-area .tb-event.recruit-page .radio-wrap .custom-radio {
    margin-right: 5px;
  }
  .content-wrap.group-event.recruit-area .tb-event.recruit-page .custom-radio .radio + label {
    font-size: 12px;
  }
  .content-wrap.group-event.recruit-area .tb-event.recruit-page tr td:nth-child(2) {
    width: 100%;
  }
}
[data-catagory=index] .container .panel.package .event-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-detail-wrap {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.event-detail-wrap .templ-type-infolist-1 + .templ-type-infolist-1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .event-detail-wrap .templ-type-infolist-1 + .templ-type-infolist-1 {
    margin-top: 25px;
  }
}
.event-detail-wrap.package-etc .detail-info {
  top: -177px;
}
.event-detail-wrap.package-etc .detail-info .price-box {
  margin-top: 30px;
  font-size: 0;
}
.event-detail-wrap.package-etc .detail-info .price-box .dutch-price {
  margin-right: 20px;
  color: #fff;
}
.event-detail-wrap.package-etc .detail-info .price-box .price {
  display: inline-block;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .event-detail-wrap.package-etc .detail-info .price-box {
    margin-top: 20px;
    text-align: right;
  }
  .event-detail-wrap.package-etc .detail-info .price-box .dutch-price {
    margin-right: 10px;
    color: #777;
  }
}

.event-detail-top {
  position: relative;
}
.event-detail-top .event-detail-image {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-detail-top .event-detail-image:before {
  display: block;
  height: 100%;
  background: linear-gradient(transparent 50%, #000);
  content: "";
}
@media screen and (max-width: 768px) {
  .event-detail-top .event-detail-image {
    height: 360px;
    margin: -30px -20px 0;
    background-position: top center;
    background-size: cover;
  }
  .event-detail-top .event-detail-image:before {
    background: linear-gradient(transparent 50%, #000);
  }
}
.event-detail-top .detail-top-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67%;
  padding: 0 0 44px 50px;
}
@media screen and (max-width: 1024px) {
  .event-detail-top .detail-top-info {
    width: 60%;
  }
}
.event-detail-top .detail-top-info .event-flag {
  top: -41px;
  left: 45px;
}
.event-detail-top .detail-top-info .title {
  display: block;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  color: #fff;
}
.event-detail-top .detail-top-info .title-desc {
  display: block;
  margin-top: 17px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}
.event-detail-top .detail-top-info .hash-tags {
  margin-top: 27px;
  line-height: 26px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .event-detail-top .detail-top-info {
    width: 100%;
    padding: 0 20px 25px;
  }
  .event-detail-top .detail-top-info .event-flag {
    top: -34px;
    left: 15px;
  }
  .event-detail-top .detail-top-info .title {
    font-size: 22px;
    line-height: 22px;
  }
  .event-detail-top .detail-top-info .title-desc {
    margin-top: 11px;
    font-size: 16px;
    line-height: 20px;
  }
  .event-detail-top .detail-top-info .hash-tags {
    margin-top: 17px;
    font-size: 12px;
    line-height: 17px;
  }
}
.event-detail-top .badge-time-sale {
  top: 30px;
  right: 50px;
  left: auto;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .event-detail-top .badge-time-sale {
    top: 15px;
    right: 0;
    width: 80px;
    height: 80px;
  }
}

.event-detail-top-box {
  margin-bottom: 60px;
}
.event-detail-top-box + .templ-type-infolist-1 {
  margin-top: 100px;
}
.event-detail-top-box .img img {
  width: 100%;
}
.event-detail-top-box .btn-box-c {
  margin-top: 40px;
  text-align: center;
}
.event-detail-top-box .btn-box-c button {
  min-width: 180px;
}
.event-detail-top-box .btn-box-c button:before {
  content: "";
  background: url(../image/submit-complete-bg.png) no-repeat left top;
  background-size: 100% 100%;
  width: 85px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.event-detail-top-box .event-detail-info {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .event-detail-top-box {
    margin: -30px -20px 40px;
  }
  .event-detail-top-box + .templ-type-infolist-1 {
    margin-top: 60px;
  }
  .event-detail-top-box .btn-box-c {
    margin-top: 30px;
  }
  .event-detail-top-box .btn-box-c button {
    min-width: 120px;
  }
  .event-detail-top-box .btn-box-c button:before {
    height: 51px;
  }
  .event-detail-top-box .event-detail-info {
    padding: 0 20px;
  }
}

.event-detail-content {
  position: relative;
  padding: 40px 0 90px;
}
@media screen and (max-width: 768px) {
  .event-detail-content {
    padding: 25px 0 60px;
  }
}
.event-detail-content .detail-info {
  position: absolute;
  top: -118px;
  right: 50px;
  text-align: right;
}
.event-detail-content .detail-info .event-badge {
  margin-bottom: 30px;
  font-size: 0;
}
.event-detail-content .detail-info .event-badge span {
  margin-left: 1px;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  line-height: 46px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.event-detail-content .detail-info .event-badge span:first-child {
  margin-left: 0;
}
.event-detail-content .detail-info .event-badge .pictogram-box {
  margin-left: 1px;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: top;
}
.event-detail-content .detail-info .event-badge .pictogram-box .ico-picoto-nor {
  padding: 0;
  display: inline-block;
  width: 51px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
}
.event-detail-content .detail-info .event-badge .pictogram-box .ico-picoto-nor img {
  width: 100%;
}
.event-detail-content .detail-info .event-badge .pictogram-box .ico-picoto-nor + span {
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .event-detail-content .detail-info .event-badge .pictogram-box {
    display: none;
  }
}
.event-detail-content .detail-info .date {
  line-height: 16px;
  color: #ccc;
}
.event-detail-content .detail-info .date span {
  margin-left: 16px;
  font-weight: 700;
  color: #fff;
}
.event-detail-content .detail-info .price {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .event-detail-content .detail-info .price {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    color: #da291c;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .event-detail-content .detail-info {
    position: static;
    margin-bottom: 12px;
    text-align: left;
  }
  .event-detail-content .detail-info .event-badge {
    margin-bottom: 7px;
  }
  .event-detail-content .detail-info .event-badge:after {
    content: "";
    display: block;
    clear: both;
  }
  .event-detail-content .detail-info .event-badge span {
    margin-left: 2px;
    padding: 4px 6px 5px;
    border: 0;
    background-color: #999;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
  }
  .event-detail-content .detail-info .date {
    margin-top: 10px;
    display: inline-block;
    color: #000;
  }
  .event-detail-content .detail-info .date span {
    font-size: 14px;
    line-height: 14px;
    color: #000;
  }
}
.event-detail-content .detail-content {
  display: table;
  width: 100%;
}
.event-detail-content .detail-content, .event-detail-content .detail-content * {
  line-height: 26px;
}
.event-detail-content .detail-content .left {
  display: table-cell;
  padding-top: 5px;
  border-right: 1px solid #eee;
}
.event-detail-content .detail-content .right {
  display: table-cell;
  width: 460px;
  padding: 5px 0 0 20px;
}
.event-detail-content .detail-content .text {
  font-size: 18px;
}
.event-detail-content .detail-content .point-text, .event-detail-content .detail-content .point-text * {
  color: #da291c;
}
.event-detail-content .detail-content .sub-text, .event-detail-content .detail-content .sub-text * {
  color: #555;
}
@media screen and (max-width: 768px) {
  .event-detail-content .detail-content {
    display: block;
  }
  .event-detail-content .detail-content, .event-detail-content .detail-content * {
    line-height: 20px;
  }
  .event-detail-content .detail-content .left,
  .event-detail-content .detail-content .right {
    display: block;
    width: 100%;
  }
  .event-detail-content .detail-content .left {
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .event-detail-content .detail-content .right {
    padding: 20px 0 0 0;
  }
  .event-detail-content .detail-content .text {
    font-size: 15px;
  }
}

.event-detail-info .detail-info-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list {
    margin-top: 20px;
  }
}
.event-detail-info .detail-info-list .info-content {
  padding: 40px 0 100px;
}
.event-detail-info .detail-info-list .info-content:after {
  content: "";
  display: block;
  clear: both;
}
.event-detail-info .detail-info-list .info-content .info-text {
  float: right;
  width: 50%;
  padding-left: 40px;
}
.event-detail-info .detail-info-list .info-content .info-detail-text {
  float: left;
  width: 50%;
  border-right: 1px solid #eee;
}
.event-detail-info .detail-info-list .info-content .info-detail-text, .event-detail-info .detail-info-list .info-content .info-detail-text * {
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list .info-content {
    padding: 20px 0 60px;
  }
  .event-detail-info .detail-info-list .info-content .info-text,
  .event-detail-info .detail-info-list .info-content .info-detail-text {
    float: none;
    display: block;
    width: 100%;
  }
  .event-detail-info .detail-info-list .info-content .info-text {
    padding-left: 0;
  }
  .event-detail-info .detail-info-list .info-content .info-detail-text {
    margin-top: 26px;
    border-right: 0;
  }
  .event-detail-info .detail-info-list .info-content .info-detail-text, .event-detail-info .detail-info-list .info-content .info-detail-text * {
    line-height: 20px;
  }
}
.event-detail-info .detail-info-list .info-content .number {
  display: inline-block;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.event-detail-info .detail-info-list .info-content .number:after {
  display: block;
  width: 100%;
  height: 8px;
  margin-top: -5px;
  background-color: #33AEB6;
  content: "";
}
.event-detail-info .detail-info-list .info-content .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.event-detail-info .detail-info-list .info-content .content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #777;
}
.event-detail-info .detail-info-list .info-content .dl-content dt {
  font-weight: 700;
}
.event-detail-info .detail-info-list .info-content .dl-content dt ~ dt {
  margin-top: 8px;
}
.event-detail-info .detail-info-list .info-content .caution {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #777;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list .info-content .number {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 14px;
  }
  .event-detail-info .detail-info-list .info-content .number:after {
    height: 6px;
    margin-top: -3px;
  }
  .event-detail-info .detail-info-list .info-content .title {
    font-size: 18px;
    line-height: 18px;
  }
  .event-detail-info .detail-info-list .info-content .content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .event-detail-info .detail-info-list .info-content .caution {
    margin-top: 11px;
    font-size: 14px;
    line-height: 20px;
  }
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-2 > ul > li {
  padding: 0;
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-1 {
  margin: 25px 0 -10px;
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-1 .table.event-table .table-border th, .event-detail-info .detail-info-list .info-text .templ-type-infolist-1 .table.event-table .table-border td {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-1 > ul > li {
  display: table;
  width: 100%;
  margin: 10px 0;
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-1 > ul > li > span, .event-detail-info .detail-info-list .info-text .templ-type-infolist-1 > ul > li > p {
  display: table-cell;
  line-height: 24px;
  vertical-align: top;
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-1 > ul > li > span {
  width: 100px;
  color: #555;
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-1 > ul > li > p span {
  color: #777;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list .info-text .templ-type-infolist-1 > ul > li > span {
    width: 85px;
  }
}
.event-detail-info .detail-info-list .info-text .templ-type-infolist-2 > ul {
  margin: -5px 0;
}
.event-detail-info .detail-info-list.type-1 .info-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
}
.event-detail-info .detail-info-list.type-1 .info-image img {
  position: absolute;
  top: 0;
  left: calc(50% - 640px);
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-1 .info-image {
    padding-bottom: 150px;
  }
  .event-detail-info .detail-info-list.type-1 .info-image img {
    left: calc(50% - 320px);
  }
}
.event-detail-info .detail-info-list.type-2 {
  margin: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-2 {
    margin: 20px 0 24px;
  }
}
.event-detail-info .detail-info-list.type-2 > li {
  margin-bottom: 120px;
}
.event-detail-info .detail-info-list.type-2 > li:after {
  content: "";
  display: block;
  clear: both;
}
.event-detail-info .detail-info-list.type-2 > li.list-left .detail-info-content {
  float: left;
}
.event-detail-info .detail-info-list.type-2 > li.list-left .info-text {
  right: -540px;
}
.event-detail-info .detail-info-list.type-2 > li.list-right .detail-info-content {
  float: right;
}
.event-detail-info .detail-info-list.type-2 > li.list-right .info-text {
  left: -540px;
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-2 > li.list-right .info-text {
    padding-right: 0;
  }
}
.event-detail-info .detail-info-list.type-2 > li:last-child {
  margin-bottom: 0;
}
.event-detail-info .detail-info-list.type-2 .detail-info-content {
  position: relative;
  display: inline-block;
}
.event-detail-info .detail-info-list.type-2 .info-text {
  position: absolute;
  top: 80px;
  width: 600px;
  padding: 50px 0 50px 50px;
  background-color: #fff;
}
.event-detail-info .detail-info-list.type-2 .info-text .number {
  font-weight: 700;
  color: #da291c;
}
.event-detail-info .detail-info-list.type-2 .info-text .title {
  display: block;
  margin-top: 11px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
.event-detail-info .detail-info-list.type-2 .info-text .caution {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 1280px) {
  .event-detail-info .detail-info-list.type-2 > li {
    margin-bottom: 40px;
  }
  .event-detail-info .detail-info-list.type-2 > li.list-left .info-image {
    float: left;
  }
  .event-detail-info .detail-info-list.type-2 > li.list-left .info-text {
    float: right;
    right: 0;
  }
  .event-detail-info .detail-info-list.type-2 > li.list-right .info-image {
    float: right;
  }
  .event-detail-info .detail-info-list.type-2 > li.list-right .info-text {
    float: left;
    left: 0;
  }
  .event-detail-info .detail-info-list.type-2 > li:nth-child(n) .detail-info-content {
    float: none;
  }
  .event-detail-info .detail-info-list.type-2 .detail-info-content {
    display: block;
  }
  .event-detail-info .detail-info-list.type-2 .info-text {
    position: relative;
    top: -80px;
  }
  .event-detail-info .detail-info-list.type-2 .info-text .number {
    font-size: 13px;
    line-height: 13px;
  }
  .event-detail-info .detail-info-list.type-2 .info-text .title {
    margin: 7px 0 -5px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-2 > li {
    margin-bottom: 5px;
  }
  .event-detail-info .detail-info-list.type-2 .info-image img {
    width: 100%;
  }
  .event-detail-info .detail-info-list.type-2 .info-text {
    position: relative;
    top: -30px;
    width: calc(100% - 20px);
    padding: 25px 15px 25px 20px;
  }
}
.event-detail-info .detail-info-list.type-3 {
  border-bottom: 1px solid #eee;
}
.event-detail-info .detail-info-list.type-3 .info-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
}
.event-detail-info .detail-info-list.type-3 .info-image img {
  position: absolute;
  top: 0;
  left: calc(50% - 640px);
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-3 .info-image {
    padding-bottom: 150px;
  }
  .event-detail-info .detail-info-list.type-3 .info-image img {
    left: calc(50% - 320px);
  }
}
.event-detail-info .detail-info-list.type-3 .info-content {
  position: relative;
  min-height: 190px;
  height: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-3 .info-content {
    min-height: 100px;
    height: auto;
    box-sizing: border-box;
  }
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation {
  position: absolute;
  top: 168px;
  right: 0;
  text-align: right;
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #da291c;
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price .text-small {
  color: #777;
  display: inline-block;
  margin-right: 5px;
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price .text-small em {
  color: #777;
  font-size: 16px;
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price em {
  margin-right: 3px;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation .event-btn {
  width: 200px;
}
.event-detail-info .detail-info-list.type-3 .info-content .info-reservation button {
  width: 183px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-3 .info-content .info-reservation {
    position: static;
    margin-top: 20px;
  }
  .event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #da291c;
  }
  .event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price em {
    margin-right: 0;
    font-weight: inherit;
    font-size: inherit;
  }
  .event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price .text-small {
    margin-right: 10px;
  }
  .event-detail-info .detail-info-list.type-3 .info-content .info-reservation .price .text-small em {
    font-size: 14px;
  }
  .event-detail-info .detail-info-list.type-3 .info-content .info-reservation button {
    width: 100%;
    padding: 12px 0;
  }
}
.event-detail-info.type2 {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .event-detail-info.type2 {
    margin-top: -40px;
  }
}
.event-detail-info.type3 {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .event-detail-info.type3 {
    margin-top: -40px;
  }
}
.event-detail-info.type3 .event-detail-box {
  display: table;
  width: 100%;
}
.event-detail-info.type3 .event-detail-box .img,
.event-detail-info.type3 .event-detail-box .event-detail-content {
  float: none;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.event-detail-info.type3 .event-detail-box .event-detail-content {
  margin-left: 0;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .event-detail-info.type3 .event-detail-box .img,
  .event-detail-info.type3 .event-detail-box .event-detail-content {
    display: block;
    width: 100%;
  }
  .event-detail-info.type3 .event-detail-box .event-detail-content {
    padding: 30px 0;
  }
}
.event-detail-info.type4 .event-detail-box {
  margin: 60px 0;
  padding-bottom: 60px;
}
.event-detail-info.type4 .event-detail-box .event-detail-content {
  margin-left: 0;
  padding: 0;
}
.event-detail-info.type4 .event-detail-box .event-detail-content .templ-type-infolist-1 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .event-detail-info.type4 .event-detail-box {
    margin: 30px 0;
    padding-bottom: 30px;
  }
}
.event-detail-info .event-detail-box {
  margin: 40px 0 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
}
.event-detail-info .event-detail-box:after {
  content: "";
  display: block;
  clear: both;
}
.event-detail-info .event-detail-box .img {
  float: left;
  width: 50%;
}
.event-detail-info .event-detail-box .img img {
  width: 100%;
  height: 360px;
}
.event-detail-info .event-detail-box .event-detail-content {
  float: left;
  margin-left: 50px;
  padding: 30px 0;
  width: calc(50% - 50px);
}
.event-detail-info .event-detail-box .event-detail-content .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.event-detail-info .event-detail-box .event-detail-content .text {
  margin-top: 25px;
  line-height: 26px;
}
.event-detail-info .event-detail-box .event-detail-content .list {
  margin-top: 30px;
}
.event-detail-info .event-detail-box .event-detail-content .list li {
  line-height: 26px;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 {
  margin-top: 25px;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul {
  margin: 0;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul li {
  padding-left: 100px;
  color: #000;
  line-height: 30px;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul li:before {
  top: 13px;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul li span {
  position: absolute;
  top: 0;
  left: 14px;
  width: 100px;
  line-height: 30px;
  color: #555;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-2 {
  margin-top: 30px;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-2 ul {
  margin: 0;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-2 ul li {
  padding: 0 0 0 10px;
  text-indent: -10px;
}
.event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-2 ul li:before {
  line-height: 100%;
  vertical-align: middle;
}
.event-detail-info .event-detail-box .event-detail-content .btn-area {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .event-detail-box {
    margin: 20px 0 30px;
    padding-bottom: 0;
  }
  .event-detail-info .event-detail-box .img {
    float: none;
    width: 100%;
  }
  .event-detail-info .event-detail-box .img img {
    height: auto;
  }
  .event-detail-info .event-detail-box .event-detail-content {
    float: none;
    margin: 0;
    width: 100%;
  }
  .event-detail-info .event-detail-box .event-detail-content .title {
    font-size: 22px;
    line-height: 22px;
  }
  .event-detail-info .event-detail-box .event-detail-content .text {
    margin-top: 15px;
    line-height: 20px;
  }
  .event-detail-info .event-detail-box .event-detail-content .list {
    margin-top: 25px;
  }
  .event-detail-info .event-detail-box .event-detail-content .list li {
    line-height: 20px;
  }
  .event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 {
    margin-top: 25px;
  }
  .event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul li {
    margin-bottom: 5px;
    padding-left: 80px;
    line-height: 20px;
  }
  .event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul li:before {
    top: 9px;
  }
  .event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-1 ul li span {
    width: 80px;
    line-height: 20px;
  }
  .event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-2 {
    margin-top: 25px;
  }
  .event-detail-info .event-detail-box .event-detail-content .templ-type-infolist-2 ul li {
    line-height: 20px;
  }
}
.event-detail-info .detail-sub-title {
  font-family: SpoqaHanSans-Light;
  font-size: 28px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-sub-title {
    font-size: 18px;
    line-height: 18px;
    font-family: "SpoqaHanSans-Regular", sans-serif;
  }
}
.event-detail-info .detail-sub-text {
  margin: 20px 0 60px;
  color: #777;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .detail-sub-text {
    margin: 20px 0 30px;
    line-height: 20px;
  }
}
.event-detail-info .event-product-list {
  margin: 30px -10px 80px -10px;
}
.event-detail-info .event-product-list:after {
  content: "";
  display: block;
  clear: both;
}
.event-detail-info .event-product-list li {
  float: left;
  padding: 0 10px 20px;
  width: 20%;
  text-align: center;
}
.event-detail-info .event-product-list li div {
  position: relative;
  padding: 20px 10px;
  border: 1px solid #eee;
}
.event-detail-info .event-product-list li div span {
  display: block;
}
.event-detail-info .event-product-list li div span.ranking {
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 40px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background: #33AEB6;
}
.event-detail-info .event-product-list li div span.img {
  margin: 20px auto;
  max-width: 140px;
}
.event-detail-info .event-product-list li div span.img img {
  width: 100%;
}
.event-detail-info .event-product-list li div span.text {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-detail-info .event-product-list li:nth-child(n+4) div span.ranking {
  background: #777;
}
@media screen and (max-width: 768px) {
  .event-detail-info .event-product-list {
    margin: 25px -10px 30px -10px;
  }
  .event-detail-info .event-product-list li {
    width: 50%;
  }
  .event-detail-info .event-product-list li div {
    padding: 15px 10px;
  }
  .event-detail-info .event-product-list li div span.ranking {
    top: 5px;
    left: 5px;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .event-detail-info .event-product-list li div span.img {
    margin: 15px auto;
    max-width: 85px;
  }
  .event-detail-info .event-product-list li div span.text {
    height: 34px;
    line-height: 17px;
  }
}
.event-detail-info .event-form-box {
  margin: 40px 0 100px;
}
.event-detail-info .event-form-box .inline {
  margin: 0 -40px;
}
.event-detail-info .event-form-box .inline:after {
  content: "";
  display: block;
  clear: both;
}
.event-detail-info .event-form-box .inline .form-wrap {
  float: left;
  margin: 0 40px;
  width: calc(33.33334% - 80px);
  vertical-align: top;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap .text-right {
  top: 0;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap .textarea-box textarea {
  height: 140px;
  margin-bottom: 0;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap.type2 label {
  width: auto;
  padding: 0;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap.type2 .input-box {
  width: 100%;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap.type2 .input-box .table-box .file-box label {
  color: #000;
  border: 1px solid #ccc;
  background: #eee;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap .checkbox-box.top {
  position: absolute;
  top: 0;
  right: 0;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap .checkbox-box.top label {
  margin-bottom: 0;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap .clause-box .scroll-area p {
  margin-top: 10px;
}
.event-detail-info .event-form-box .half .input-wrap .form-wrap .clause-box .scroll-area p:first-child {
  margin-top: 0;
}
.event-detail-info .event-form-box .half .input-wrap + .input-wrap {
  margin-top: 40px;
}
.event-detail-info .event-form-box .btn-area-r button {
  width: auto;
  min-width: 160px;
}
@media screen and (max-width: 768px) {
  .event-detail-info .event-form-box {
    margin: 20px 0 50px;
  }
  .event-detail-info .event-form-box .inline {
    margin: 0;
  }
  .event-detail-info .event-form-box .inline .form-wrap {
    margin: 0;
    width: 100%;
  }
  .event-detail-info .event-form-box .inline .form-wrap .box:after {
    content: "";
    display: block;
    clear: both;
  }
  .event-detail-info .event-form-box .inline .form-wrap .box .input-box {
    float: left;
    width: calc(50% - 15px);
  }
  .event-detail-info .event-form-box .inline .form-wrap .box .input-box:last-child {
    float: right;
  }
  .event-detail-info .event-form-box .inline .form-wrap + .form-wrap {
    margin-top: 25px;
  }
  .event-detail-info .event-form-box .half .input-wrap .form-wrap .text-right {
    margin: 10px 0;
  }
  .event-detail-info .event-form-box .half .input-wrap .form-wrap .textarea-box textarea {
    height: 100px;
  }
  .event-detail-info .event-form-box .half .input-wrap .form-wrap .clause-box .scroll-area p {
    margin-top: 5px;
  }
  .event-detail-info .event-form-box .half .input-wrap + .input-wrap {
    margin-top: 25px;
  }
  .event-detail-info .event-form-box .btn-area-r {
    margin-top: 30px;
  }
  .event-detail-info .event-form-box .btn-area-r button {
    width: auto;
    min-width: 120px;
  }
}

.package-detail-info {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .package-detail-info {
    margin: 40px 0;
  }
}
.package-detail-info h3 {
  font-size: 28px;
  line-height: 28px;
  font-family: SpoqaHanSans-Light;
  padding-bottom: 30px;
}
.package-detail-info ul li {
  position: relative;
  padding-left: 80px;
  line-height: 20px;
}
.package-detail-info ul li:first-child {
  padding-bottom: 15px;
}
.package-detail-info ul li span {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  color: #777;
  line-height: inherit;
}
.package-detail-info ul li span::before {
  content: "";
  display: inline-block;
  background-color: #bbb;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .package-detail-info ul li {
    padding-left: 50px;
  }
  .package-detail-info ul li:first-child {
    padding-bottom: 10px;
  }
}

.comment-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .comment-wrap {
    margin-top: 30px;
  }
}

.comment-title {
  margin-bottom: 20px;
}
.comment-title .title {
  display: inline-block;
  font-family: SpoqaHanSans-Light;
  font-size: 28px;
  line-height: 28px;
}
.comment-title .total-count {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 18px;
  color: #777;
}
.comment-title .total-count strong {
  font-weight: 700;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .comment-title .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
  }
  .comment-title .total-count {
    font-size: 15px;
    line-height: 15px;
  }
}

.comment-input .comment-textarea {
  padding-right: 120px;
}
.comment-input .comment-textarea .textarea-box {
  line-height: 0;
}
.comment-input .comment-textarea .textarea-box textarea {
  height: 100px;
  margin: 0;
  padding: 10px 20px;
  border-color: #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}
.comment-input .comment-register {
  margin-top: -100px;
  text-align: right;
}
.comment-input .comment-register .btn-register {
  width: 100px;
  height: 100px;
  border: 1px solid #33AEB6;
  font-size: 18px;
  line-height: 18px;
}
.comment-input .comment-register .btn-register em {
  color: #33aeb6;
}
@media screen and (max-width: 768px) {
  .comment-input .comment-textarea {
    padding-right: 65px;
  }
  .comment-input .comment-textarea .textarea-box textarea {
    height: 82px;
    margin: 0;
    padding: 20px 18px;
  }
  .comment-input .comment-register {
    margin-top: -82px;
  }
  .comment-input .comment-register .btn-register {
    width: 66px;
    height: 82px;
    font-size: 14px;
    line-height: 14px;
  }
}

.comment-list-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .comment-list-wrap {
    margin-top: 20px;
  }
}

.comment-list {
  border-top: 2px solid #555;
}
.comment-list > li {
  padding: 19px 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .comment-list {
    position: relative;
  }
  .comment-list > li {
    padding: 19px 0 14px;
  }
}
.comment-list .comment-info {
  margin-bottom: 15px;
}
.comment-list .comment-info:after {
  content: "";
  display: block;
  clear: both;
}
.comment-list .comment-info .comment-writer {
  float: left;
  color: #777;
}
.comment-list .comment-info .comment-writer.my {
  font-weight: 700;
  color: #222;
}
.comment-list .comment-info .comment-date {
  float: right;
  color: #777;
}
@media screen and (max-width: 768px) {
  .comment-list .comment-info .comment-writer {
    font-size: 14px;
    line-height: 14px;
  }
  .comment-list .comment-info .comment-date {
    float: left;
    margin-left: 17px;
    font-size: 12px;
    line-height: 12px;
  }
}
.comment-list .comment-content {
  display: table;
  width: 100%;
}
.comment-list .comment-content .comment {
  display: table-cell;
  line-height: 26px;
  word-break: break-all;
}
.comment-list .comment-content .comment-delete {
  display: table-cell;
  width: 56px;
  padding-left: 50px;
  text-align: right;
  vertical-align: bottom;
}
.comment-list .comment-content .comment-delete .button-delete {
  padding: 2px 0;
}
.comment-list .comment-content .comment-delete .button-delete em {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .comment-list .comment-content .comment-delete .button-delete em {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .comment-list .comment-content .comment {
    font-size: 14px;
    line-height: 14px;
    line-height: 29px;
  }
  .comment-list .comment-content .comment-delete {
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 50px;
    padding-left: 0;
  }
  .comment-list .comment-content .comment-delete .button-delete {
    padding: 2px 0;
  }
  .comment-list .comment-content .comment-delete .button-delete em {
    font-size: 16px;
    line-height: 16px;
  }
}

.event-detail-info .detail-info-list.type-4 {
  margin: 80px 0 100px;
}

.event-detail-info .detail-info-list.type-4 li {
  margin-bottom: 120px;
}

.event-detail-info .detail-info-list.type-4 .detail-info-content {
  display: flex;
  gap: 5rem;
  align-items: center;
}

.event-detail-info .detail-info-list.type-4 .detail-info-content > div {
  width: 50%;
}

.event-detail-info .detail-info-list.type-4 .detail-info-content .info-image img {
  width: 100%;
}

.event-detail-info .detail-info-list.type-4 .info-text {
  background-color: #fff;
}

.event-detail-info .detail-info-list.type-4 .info-text .number {
  font-weight: 700;
  color: #da291c;
}

.event-detail-info .detail-info-list.type-4 .info-text .title {
  display: block;
  margin-top: 11px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}

.event-detail-info .detail-info-list.type-4 .list-left .detail-info-content {
  flex-direction: row;
}

.event-detail-info .detail-info-list.type-4 .list-right .detail-info-content {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .event-detail-info .detail-info-list.type-4 {
    margin: 40px 0 50px;
  }
  .event-detail-info .detail-info-list.type-4 li {
    margin-bottom: 60px;
  }
  .event-detail-info .detail-info-list.type-4 .detail-info-content {
    gap: 2.5rem;
    flex-direction: column;
  }
  .event-detail-info .detail-info-list.type-4 .detail-info-content > div {
    width: 100%;
  }
  .event-detail-info .detail-info-list.type-4 .info-text .number {
    font-size: 13px;
    line-height: 13px;
  }
  .event-detail-info .detail-info-list.type-4 .info-text .title {
    font-size: 22px;
    line-height: 22px;
  }
  .event-detail-info .detail-info-list.type-4 .list-left .detail-info-content,
  .event-detail-info .detail-info-list.type-4 .list-right .detail-info-content {
    flex-direction: column;
  }
}
.event-box-border {
  outline: 1px solid #33AEB6;
}
.event-box-border .event-detail-info {
  padding: 0 50px 60px;
}
.event-box-border .event-detail-info .event-product-list {
  margin-bottom: 40px;
}
.event-box-border .event-detail-info .event-product-list li {
  width: 16.66667%;
}
.event-box-border .event-detail-info .event-product-list li div span.text {
  line-height: 24px;
  height: 72px;
}
.event-box-border .event-detail-info .event-product-list li div span.text em {
  display: block;
  font-size: 14px;
  line-height: 14px;
  line-height: 24px;
}
.event-box-border .event-detail-info .event-detail-info-list .detail-sub-title {
  margin-bottom: 20px;
}
.event-box-border .event-detail-info .event-detail-info-list dl:after {
  content: "";
  display: block;
  clear: both;
}
.event-box-border .event-detail-info .event-detail-info-list dl dt {
  position: relative;
  float: left;
  padding-left: 15px;
  line-height: 26px;
  color: #555;
}
.event-box-border .event-detail-info .event-detail-info-list dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bbb;
  transform: translateY(-50%);
}
.event-box-border .event-detail-info .event-detail-info-list dl dd {
  padding-left: 150px;
}
.event-box-border .event-detail-info .event-detail-info-list dl dd p.text {
  line-height: 26px;
}
.event-box-border .event-detail-info .event-detail-info-list dl dd p.text em {
  display: block;
  color: #555;
  line-height: 26px;
}
.event-box-border .event-detail-info .event-detail-info-list dl dd .list li {
  line-height: 26px;
}
.event-box-border .event-detail-info .event-detail-info-list dl + dl {
  margin-top: 20px;
}
.event-box-border .event-detail-info .roulette-btn-area {
  margin-top: 30px;
  text-align: center;
}
.event-box-border .event-detail-info .roulette-btn-area .reset-medium {
  border: none;
  background-color: #999;
}
.event-box-border .event-detail-info .roulette-btn-area .reset-medium em {
  color: #fff;
}
.event-box-border .event-detail-info .roulette-btn-area > * {
  min-width: 240px;
}
.event-box-border .event-detail-info .roulette-btn-area > * + * {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .event-box-border {
    margin: 0 -20px;
    outline: none;
  }
  .event-box-border .event-detail-info {
    padding: 0 20px 0;
  }
  .event-box-border .event-detail-info .event-product-list {
    margin-bottom: 20px;
  }
  .event-box-border .event-detail-info .event-product-list li {
    width: 50%;
  }
  .event-box-border .event-detail-info .event-product-list li div span.text {
    line-height: 20px;
    height: 60px;
  }
  .event-box-border .event-detail-info .event-product-list li div span.text em {
    line-height: 20px;
  }
  .event-box-border .event-detail-info .event-detail-info-list .detail-sub-title {
    margin-bottom: 15px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl:after {
    content: "";
    display: block;
    clear: both;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl dt {
    line-height: 20px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl dd {
    padding-left: 0;
    padding-top: 30px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl dd p.text {
    margin-top: 5px;
    line-height: 25px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl dd p.text em {
    line-height: 20px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl dd .list {
    padding-top: 5px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl dd .list li {
    font-size: 13px;
    line-height: 25px;
  }
  .event-box-border .event-detail-info .event-detail-info-list dl + dl {
    margin-top: 20px;
  }
  .event-box-border .event-detail-info .roulette-btn-area {
    margin-top: 20px;
  }
  .event-box-border .event-detail-info .roulette-btn-area .reset-medium em {
    color: #fff;
  }
  .event-box-border .event-detail-info .roulette-btn-area > * {
    min-width: 120px;
  }
  .event-box-border .event-detail-info .roulette-btn-area > * em {
    font-size: 13px;
  }
}

.event-box {
  position: relative;
  margin: 100px 0;
}
.event-box img {
  width: 100%;
}
.event-box .submit-medium {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 220px;
  border: none;
  background: none;
  z-index: 1;
}
.event-box .submit-medium em {
  text-indent: -9999px;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .event-box {
    margin: 60px -20px;
  }
  .event-box .submit-medium {
    min-width: inherit;
    padding: 9px 30px;
  }
}

.roulette-event-area {
  position: relative;
  margin-bottom: 60px;
  background: url(../image/img-roulette-bg.jpg) no-repeat center center;
  background-size: cover;
}
.roulette-event-area .text-area {
  padding: 60px 0 80px;
  text-align: center;
}
.roulette-event-area .text-area img {
  max-width: 100%;
}
.roulette-event-area .roullete {
  position: relative;
}
.roulette-event-area .roullete:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  bottom: 96%;
  left: 0;
  right: 0;
  width: 44px;
  height: 58px;
  background: url(../image/img-roulette-pin.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
.roulette-event-area .roullete:after {
  content: "";
  display: block;
  margin: -15px auto 0;
  width: 73px;
  height: 101px;
  background: url(../image/img-roulette-tee.png) no-repeat;
  background-size: cover;
}
.roulette-event-area .roullete .roullete-board {
  position: relative;
}
.roulette-event-area .roullete .roullete-board ul {
  position: relative;
  margin: 0 auto;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: url(../image/img-roulette-board.png) no-repeat;
  background-size: cover;
}
.roulette-event-area .roullete .roullete-board ul .content {
  padding-top: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  text-align: center;
}
.roulette-event-area .roullete .roullete-board ul .content span {
  display: block;
  padding: 0 34%;
  text-align: center;
}
.roulette-event-area .roullete .roullete-board ul .content span.ranking {
  font-weight: bold;
}
.roulette-event-area .roullete .roullete-board ul .content span.ranking + .text {
  margin-top: 5px;
}
.roulette-event-area .roullete .roullete-board ul .content span.text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  line-height: 26px;
  font-weight: bold;
}
.roulette-event-area .roullete .roullete-board ul .content span.img {
  position: absolute;
  bottom: 380px;
  left: 0;
  right: 0;
  margin-top: 20px;
}
.roulette-event-area .roullete .roullete-board ul .content span.img img {
  width: 100px;
}
.roulette-event-area .roullete .roullete-board ul .content-2 {
  transform: rotate(60deg);
}
.roulette-event-area .roullete .roullete-board ul .content-3 {
  transform: rotate(120deg);
}
.roulette-event-area .roullete .roullete-board ul .content-4 {
  transform: rotate(180deg);
}
.roulette-event-area .roullete .roullete-board ul .content-5 {
  transform: rotate(240deg);
}
.roulette-event-area .roullete .roullete-board ul .content-6 {
  transform: rotate(300deg);
}
.roulette-event-area .roullete .roullete-board ul.loop {
  animation: rotation 7s ease-in-out forwards;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(7200deg);
  }
}
.roulette-event-area .roullete .roullete-board .btn-start {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 151px;
  height: 151px;
  text-indent: -9999px;
  transform: translate3d(-50%, -50%, 0);
  background: url(../image/img-btn-start.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .roulette-event-area {
    margin: -30px -20px 30px;
  }
  .roulette-event-area .text-area {
    padding: 30px 0 40px;
  }
  .roulette-event-area .text-area img {
    max-width: 70%;
  }
  .roulette-event-area .roullete:before {
    width: 22px;
    height: 29px;
  }
  .roulette-event-area .roullete:after {
    margin: -8px auto 0;
    width: 36px;
    height: 50px;
  }
  .roulette-event-area .roullete .roullete-board ul {
    width: 290px;
    height: 290px;
  }
  .roulette-event-area .roullete .roullete-board ul .content {
    padding-top: 15px;
    height: 290px;
  }
  .roulette-event-area .roullete .roullete-board ul .content span.ranking {
    font-size: 8px;
  }
  .roulette-event-area .roullete .roullete-board ul .content span.ranking + .text {
    margin-top: 0;
  }
  .roulette-event-area .roullete .roullete-board ul .content span.text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 13px;
  }
  .roulette-event-area .roullete .roullete-board ul .content span.img {
    bottom: 190px;
    margin-top: 10px;
  }
  .roulette-event-area .roullete .roullete-board ul .content span.img img {
    width: 50px;
  }
  .roulette-event-area .roullete .roullete-board .btn-start {
    width: 75px;
    height: 75px;
  }
}

.modal-pop-area .modal-pop[data-pc-width="460"] {
  max-width: 460px;
}
.modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .text-box {
  text-align: center;
}
.modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .text-box dt {
  font-size: 28px;
  line-height: 38px;
}
.modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .text-box dd {
  margin-top: 20px;
  line-height: 150%;
}
.modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .event-product-list {
  margin: 40px auto 0;
  max-width: 240px;
}
.modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .event-product-list li {
  padding: 0;
  width: 100%;
}
.modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .event-product-list li div span.ranking {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .text-box {
    margin-top: 30px;
  }
  .modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .text-box dt {
    line-height: 33px;
    font-family: SpoqaHanSans-Light;
  }
  .modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .text-box dd {
    margin-top: 15px;
    line-height: 20px;
  }
  .modal-pop-area .modal-pop[data-pc-width="460"] .event-detail-info .event-product-list {
    margin: 25px auto 0;
    max-width: 160px;
  }
}
.modal-pop-area .modal-pop[data-pc-width="460"].win:before {
  content: "";
  position: absolute;
  bottom: 95%;
  left: 0;
  width: 100%;
  height: 159px;
  background: url(../image/img-event-win.png) no-repeat center center;
  background-size: 372px 159px;
}
@media screen and (max-width: 768px) {
  .modal-pop-area .modal-pop[data-pc-width="460"].win:before {
    height: 125px;
    background-size: 290px 125px;
  }
}
.modal-pop-area .modal-pop[data-pc-width="460"].win .event-detail-info .event-product-list li div span.ranking {
  display: block;
}

[data-catagory=saleInformation] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=saleInformation] .templ-type-tab-medium {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  [data-catagory=saleInformation] .transfer-guide-indent-1 {
    padding-left: 78px;
    text-indent: -78px;
  }
}
[data-catagory=saleInformation] .transfer-guide-indent-2 {
  padding-left: 40px;
  text-indent: -40px;
}
@media screen and (max-width: 768px) {
  [data-catagory=saleInformation] .transfer-guide-indent-2 {
    padding-left: 34px;
    text-indent: -34px;
  }
}
[data-catagory=saleInformation] .account-number-box {
  padding: 23px 0;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
[data-catagory=saleInformation] .account-number-box .account-number {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  [data-catagory=saleInformation] .account-number-box {
    padding: 12px 0;
    font-size: 15px;
    line-height: 20px;
  }
  [data-catagory=saleInformation] .account-number-box .account-number {
    font-size: inherit;
    line-height: inherit;
  }
}

[data-catagory=support] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=support] .templ-type-tab-medium {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .templ-type-tab-medium {
    margin-bottom: 20px;
  }
}
[data-catagory=support] .templ-type-infolist-1 {
  margin-top: 30px;
}
[data-catagory=support] .result-box {
  margin-bottom: 40px;
  border-top: 2px solid #555;
}
[data-catagory=support] .result-box .top {
  padding: 20px 40px;
}
[data-catagory=support] .result-box .top:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=support] .result-box .top ul {
  float: left;
  width: 33.33334%;
}
[data-catagory=support] .result-box .top ul li {
  padding: 5px 0;
}
[data-catagory=support] .result-box .top ul li:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=support] .result-box .top ul li .title {
  float: left;
  line-height: 26px;
  color: #777;
}
[data-catagory=support] .result-box .top ul li .text {
  font-size: 18px;
  line-height: 18px;
  display: block;
  padding-left: 45px;
  line-height: 26px;
  font-weight: bold;
  word-break: break-word;
}
[data-catagory=support] .result-box .top ul:last-child li .text {
  padding-left: 105px;
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .result-box .top ul:last-child li .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 1024px) {
  [data-catagory=support] .result-box .top {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .result-box .top ul {
    width: 100%;
  }
  [data-catagory=support] .result-box .top ul li {
    padding: 3px 0;
  }
  [data-catagory=support] .result-box .top ul li .title {
    line-height: 24px;
  }
  [data-catagory=support] .result-box .top ul li .text {
    font-size: 15px;
    padding-left: 95px;
    line-height: 24px;
  }
}
[data-catagory=support] .result-box .bottom {
  padding: 20px 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
[data-catagory=support] .result-box .bottom:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=support] .result-box .bottom li {
  padding: 5px 0;
}
[data-catagory=support] .result-box .bottom li:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=support] .result-box .bottom li .title {
  position: relative;
  float: left;
  line-height: 26px;
  color: #777;
}
[data-catagory=support] .result-box .bottom li .title:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 3px;
  height: 3px;
  vertical-align: 5px;
  border-radius: 50%;
  background-color: #777;
}
[data-catagory=support] .result-box .bottom li .text {
  display: block;
  padding-left: 95px;
  line-height: 26px;
}
[data-catagory=support] .result-box .bottom li .text .btn-file {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  line-height: 26px;
  color: #777;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .result-box .bottom li .text .btn-file {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .result-box .bottom {
    padding: 20px;
  }
  [data-catagory=support] .result-box .bottom li {
    padding: 3px 0;
  }
  [data-catagory=support] .result-box .bottom li .title {
    line-height: 24px;
  }
  [data-catagory=support] .result-box .bottom li .text {
    line-height: 24px;
  }
  [data-catagory=support] .result-box .bottom li .text .btn-file {
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .result-box {
    margin-bottom: 20px;
  }
}
[data-catagory=support] .select-wrap {
  width: 90px;
}
[data-catagory=support] .agree-list.border li .checkbox-box label em {
  font-weight: bold;
}
[data-catagory=support] .agree-list.border li .checkbox-box label em .text-red {
  font-weight: bold;
}
[data-catagory=support] .agree-list.border li .btn-link {
  float: none;
  margin-left: 10px;
  vertical-align: -1px;
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .agree-list.border li .btn-link {
    margin: 0;
    float: right;
  }
}
[data-catagory=support] .complete-box {
  padding-bottom: 0;
  border: none;
}
[data-catagory=support] .text-right {
  margin-bottom: -10px;
  text-align: right;
  color: #777;
}
[data-catagory=support] .text-right .text-red {
  color: #da291c;
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .text-right {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .templ-type-title {
    display: none;
  }
}
[data-catagory=support] .search-box.top .search-inner {
  display: table;
  margin: auto;
}
[data-catagory=support] .search-box.top .search-inner .select-wrap {
  display: table-cell;
  padding-right: 20px;
  width: 140px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  [data-catagory=support] .search-box.top .search-inner .select-wrap {
    width: 100px;
  }
}
[data-catagory=support] .search-box.top .search-inner .select-wrap .select-box em {
  text-align: left;
}

.search-box {
  margin-bottom: 77px;
  padding: 30px 0;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .search-box.top {
    margin-top: -30px;
  }
}
.search-box .search-inner .select-box-wrap,
.search-box .search-inner .input-box,
.search-box .search-inner .btn-box {
  display: inline-block;
  vertical-align: bottom;
}
.search-box .search-inner .select-box-wrap {
  width: 120px;
  padding-right: 17px;
  text-align: left;
}
.search-box .search-inner .input-box {
  width: 452px;
}
.search-box .search-inner .btn-box {
  padding-left: 17px;
  width: auto;
  white-space: nowrap;
  vertical-align: top;
}
.search-box .search-inner .btn-box button {
  width: auto;
}
@media screen and (max-width: 768px) {
  .search-box .search-inner {
    display: table;
    width: 100%;
  }
  .search-box .search-inner .select-box-wrap,
  .search-box .search-inner .input-box,
  .search-box .search-inner .btn-box {
    display: table-cell;
  }
  .search-box .search-inner .select-box-wrap {
    width: 80px;
  }
  .search-box .search-inner .select-box-wrap .select-box em {
    border-bottom-width: 1px;
  }
  .search-box .search-inner .input-box {
    width: auto;
  }
  .search-box .search-inner .btn-box {
    padding-left: 10px;
    width: 75px;
  }
}
.search-box .search-filter {
  margin: 0 auto;
  padding: 0;
  border: none;
}
.search-box .search-filter .form-wrap {
  display: inline-block;
  vertical-align: middle;
}
.search-box .search-filter .form-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.search-box .search-filter .form-wrap > label, .search-box .search-filter .form-wrap > .label {
  float: left;
  margin: 0;
  padding: 9px 0;
  width: auto;
  color: #555;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .search-box .search-filter .form-wrap > label, .search-box .search-filter .form-wrap > .label {
    font-size: 14px;
    line-height: 14px;
  }
}
.search-box .search-filter .form-wrap .fieldset {
  float: left;
  margin: 0 10px 0 15px;
  font-size: 0;
}
.search-box .search-filter .form-wrap .fieldset .input-box.date-picker {
  width: 140px;
}
.search-box .search-filter .form-wrap .radio-monthly {
  float: left;
  padding: 9px 0;
}
.search-box .search-filter .form-wrap .radio-monthly ul:after {
  content: "";
  display: block;
  clear: both;
}
.search-box .search-filter .form-wrap .radio-monthly ul li {
  float: left;
  border-right: 1px #ddd solid;
}
.search-box .search-filter .form-wrap .radio-monthly ul li:last-child {
  border-right: none;
}
.search-box .search-filter .form-wrap .radio-monthly ul li [type=radio] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.search-box .search-filter .form-wrap .radio-monthly ul li [type=radio] + label {
  display: block;
  margin: 0;
}
.search-box .search-filter .form-wrap .radio-monthly ul li [type=radio] + label em {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
}
.search-box .search-filter .form-wrap .radio-monthly ul li [type=radio]:checked + label em {
  font-weight: bold;
}
.search-box .search-filter .btn-box {
  display: inline-block;
  vertical-align: middle;
}
.search-box + .templ-type-tab-small {
  margin-top: -20px;
}
.search-box ~ .select-wrap {
  margin-top: -37px;
}
.search-box + .templ-type-tab-button {
  margin-top: -17px;
}
@media screen and (max-width: 768px) {
  .search-box {
    margin: 0 -20px 67px;
    padding: 30px 20px;
  }
  .search-box + .templ-type-tab-button {
    margin-top: -41px;
  }
  .search-box .search-filter .form-wrap {
    padding-left: 70px;
  }
  .search-box .search-filter .form-wrap > label, .search-box .search-filter .form-wrap > .label {
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-box .search-filter .form-wrap .fieldset {
    margin: 0;
    width: 100%;
  }
  .search-box .search-filter .form-wrap .fieldset .input-box.date-picker {
    width: calc(50% - 15px);
  }
  .search-box .search-filter .form-wrap .fieldset .trem {
    width: 30px;
  }
  .search-box .search-filter .form-wrap .radio-monthly {
    margin: 10px 0 0 -10px;
  }
  .search-box .search-filter .btn-box {
    position: absolute;
    right: 0;
    bottom: -10px;
  }
}

.list-area {
  position: relative;
  margin-top: 30px;
  border-top: 2px solid #555;
}
.list-area .total {
  position: absolute;
  top: -40px;
  right: 0;
  color: #555;
}
.list-area .total strong {
  color: #000;
  font-weight: bold;
}
.list-area .total.type-left-point {
  left: 0;
  font-size: 18px;
  line-height: 18px;
  color: #777;
}
.list-area .total.type-left-point strong {
  color: #da291c;
}
.list-area .list-header {
  border-bottom: 1px solid #ddd;
}
.list-area .list-header ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 22px 0;
  font-size: 0;
  line-height: normal;
}
.list-area .list-header ul li {
  display: table-cell;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #eee;
}
.list-area .list-header ul li:first-child {
  border-left: none;
}
.list-area .list-header ul li.num {
  width: 7%;
}
.list-area .list-header ul li.branch {
  width: 12%;
}
.list-area .list-header ul li.document {
  width: 68%;
}
.list-area .list-header ul li.date {
  width: 13%;
}
.list-area .list-header ul li.file {
  width: 13%;
}
.list-area .list-contents ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 22px 0;
  line-height: normal;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}
.list-area .list-contents ul li.noti {
  background: #eaf7f8;
}
.list-area .list-contents ul li.noti span.num {
  position: relative;
  text-indent: -9999px;
}
.list-area .list-contents ul li.noti span.num:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 18px;
  background: url(../image/icon-notice.png) no-repeat;
  transform: translate(-50%, -50%);
}
.list-area .list-contents ul li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0;
  line-height: 100%;
}
.list-area .list-contents ul li span {
  display: table-cell;
  color: #555;
  text-align: center;
  vertical-align: middle;
}
.list-area .list-contents ul li span.num {
  width: 7%;
}
.list-area .list-contents ul li span.branch {
  width: 12%;
}
.list-area .list-contents ul li span.document {
  padding: 0 30px;
  width: 68%;
  color: #000;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-area .list-contents ul li span.document .keyword {
  display: inline-block;
  color: #33aeb6;
  font-weight: bold;
}
.list-area .list-contents ul li span.date {
  width: 13%;
}
.list-area .list-contents ul li span.file {
  width: 13%;
}
.list-area .list-contents ul li span.file .down {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 25px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .list-area .list-contents ul li span.file .down {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .list-area .list-contents ul li span.file .down em {
    display: none;
  }
}
.list-area .list-contents ul li span.file .down:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='17px'%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,12.000 L0.500,16.000 L15.500,16.000 L15.500,12.000 '/%3e%3cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M7.500,-0.000 L8.500,-0.000 L8.500,12.000 L7.500,12.000 L7.500,-0.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M4.404,7.154 L7.990,10.690 L11.575,7.154 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  display: inline-block;
  margin: -4px 0 0 6px;
  width: 16.5px;
  height: 17px;
  vertical-align: middle;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .list-area .list-contents ul li span.file .down:after {
    margin: -4px 0 0 0;
  }
}
.list-area .list-contents ul li span.file .down:hover {
  border: 1px solid #33AEB6;
  background-color: #33AEB6;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 0.5) 0.2s;
}
.list-area .list-contents ul li span.file .down:hover em {
  color: #fff;
}
.list-area .list-contents ul li span.file .down:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.5px' height='17px'%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,12.000 L0.500,16.000 L15.500,16.000 L15.500,12.000 '/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M7.500,-0.000 L8.500,-0.000 L8.500,12.000 L7.500,12.000 L7.500,-0.000 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M4.404,7.154 L7.990,10.690 L11.575,7.154 '/%3e%3c/svg%3e");
}
.list-area .list-contents.btn ul li {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .list-area .list-contents.btn ul li {
    padding: 20px;
  }
}
.list-area .list-contents.notice ul li a.winnerC {
  position: absolute;
  display: inline-block;
  width: 130px;
  right: 25px;
  top: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  padding: 20px 0;
}
.list-area .list-contents.notice ul li a.winnerC:after {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  border-radius: 100px;
  background: #eee url(../image/icon-search.png) no-repeat 50% 50%;
  background-size: 16px 16px;
  vertical-align: -8px;
  content: "";
}
@media screen and (max-width: 768px) {
  .list-area .list-contents.notice ul li a.winnerC {
    position: static;
    font-size: 14px;
    padding: 0;
    text-align: left;
  }
  .list-area .list-contents.notice ul li a.winnerC .mobile-view {
    display: inline !important;
  }
  .list-area .list-contents.notice ul li a.winnerC:after {
    display: none;
  }
}
.list-area.coupon-buy {
  margin-top: 80px;
}
.list-area.coupon-buy .list-header ul li.num {
  width: 6%;
}
.list-area.coupon-buy .list-header ul li.number {
  width: 15%;
}
.list-area.coupon-buy .list-header ul li.branch {
  width: 15%;
}
.list-area.coupon-buy .list-header ul li.name {
  width: 31%;
}
.list-area.coupon-buy .list-header ul li.amount {
  width: 11%;
}
.list-area.coupon-buy .list-header ul li.date {
  width: 11%;
}
.list-area.coupon-buy .list-header ul li.state {
  width: 11%;
}
.list-area.coupon-buy .list-contents ul li {
  padding: 0;
}
.list-area.coupon-buy .list-contents ul li span a.link-btn {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.coupon-buy .list-contents ul li span a.link-btn {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.coupon-buy .list-contents ul li span.num {
  width: 6%;
}
.list-area.coupon-buy .list-contents ul li span.number {
  width: 15%;
}
.list-area.coupon-buy .list-contents ul li span.branch {
  width: 15%;
}
.list-area.coupon-buy .list-contents ul li span.name {
  width: 31%;
  padding: 0 30px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-area.coupon-buy .list-contents ul li span.amount {
  width: 11%;
}
.list-area.coupon-buy .list-contents ul li span.date {
  width: 11%;
}
.list-area.coupon-buy .list-contents ul li span.state {
  width: 11%;
}
.list-area.coupon-buy .list-contents ul li span.state em.text-red {
  color: #da291c;
}
.list-area.coupon-buy .list-contents ul li .link-btn {
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .list-area.coupon-buy .list-contents ul li .link-btn {
    padding: 22px;
  }
}
.list-area.coupon-buy .list-contents ul li .link-btn .number {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.coupon-buy .list-contents ul li .link-btn .number {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.golf-reservation {
  margin-top: 80px;
}
.list-area.golf-reservation .list-header ul li.num {
  width: 6%;
}
.list-area.golf-reservation .list-header ul li.number {
  width: 12%;
}
.list-area.golf-reservation .list-header ul li.type {
  width: 14%;
}
.list-area.golf-reservation .list-header ul li.name {
  width: 12%;
}
.list-area.golf-reservation .list-header ul li.branch {
  width: 10%;
}
.list-area.golf-reservation .list-header ul li.course {
  width: 14%;
}
.list-area.golf-reservation .list-header ul li.date {
  width: 19%;
}
.list-area.golf-reservation .list-header ul li.date2 {
  width: 16%;
}
.list-area.golf-reservation .list-header ul li.state {
  width: 11%;
}
.list-area.golf-reservation .list-contents ul li {
  padding: 0;
}
.list-area.golf-reservation .list-contents ul li span {
  line-height: 150%;
}
.list-area.golf-reservation .list-contents ul li span a.link-btn {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.golf-reservation .list-contents ul li span a.link-btn {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.golf-reservation .list-contents ul li span.num {
  width: 6%;
}
.list-area.golf-reservation .list-contents ul li span.number {
  width: 12%;
}
.list-area.golf-reservation .list-contents ul li span.type {
  width: 14%;
}
.list-area.golf-reservation .list-contents ul li span.name {
  width: 12%;
}
.list-area.golf-reservation .list-contents ul li span.branch {
  width: 10%;
}
.list-area.golf-reservation .list-contents ul li span.course {
  width: 14%;
}
.list-area.golf-reservation .list-contents ul li span.course em {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .list-area.golf-reservation .list-contents ul li span.course .mobile-view {
    display: inline !important;
  }
}
.list-area.golf-reservation .list-contents ul li span.date {
  width: 19%;
}
.list-area.golf-reservation .list-contents ul li span.date em {
  display: block;
  line-height: 1.5;
}
.list-area.golf-reservation .list-contents ul li span.date2 {
  width: 16%;
}
.list-area.golf-reservation .list-contents ul li span.state {
  width: 11%;
}
.list-area.golf-reservation .list-contents ul li span.state em {
  display: block;
  color: #555;
  line-height: 1.5;
}
.list-area.golf-reservation .list-contents ul li span.state em.text-red {
  color: #da291c;
}
.list-area.golf-reservation .list-contents ul li .link-btn {
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .list-area.golf-reservation .list-contents ul li .link-btn {
    padding: 22px;
  }
}
.list-area.golf-reservation .list-contents ul li .link-btn .number {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.golf-reservation .list-contents ul li .link-btn .number {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.golf-reservation.type2 {
  margin-top: 80px;
}
.list-area.golf-reservation.type2 .list-header ul li.num {
  width: 6%;
}
.list-area.golf-reservation.type2 .list-header ul li.number {
  width: 11%;
}
.list-area.golf-reservation.type2 .list-header ul li.recommend {
  width: 9%;
}
.list-area.golf-reservation.type2 .list-header ul li.recommend2 {
  width: 9%;
}
.list-area.golf-reservation.type2 .list-header ul li.type {
  width: 14%;
}
.list-area.golf-reservation.type2 .list-header ul li.branch {
  width: 10%;
}
.list-area.golf-reservation.type2 .list-header ul li.course {
  width: 12%;
}
.list-area.golf-reservation.type2 .list-header ul li.date {
  width: 17%;
}
.list-area.golf-reservation.type2 .list-header ul li.date2 {
  width: 14%;
}
.list-area.golf-reservation.type2 .list-header ul li.state {
  width: 10%;
}
.list-area.golf-reservation.type2 .list-contents ul li span a.link-btn {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.golf-reservation.type2 .list-contents ul li span a.link-btn {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.golf-reservation.type2 .list-contents ul li span.num {
  width: 6%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.number {
  width: 11%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.recommend {
  width: 9%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.recommend2 {
  width: 9%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.type {
  width: 14%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.branch {
  width: 10%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.course {
  width: 12%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.date {
  width: 17%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.date2 {
  width: 14%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.state {
  width: 10%;
}
.list-area.golf-reservation.type2 .list-contents ul li span.state em {
  color: #555;
}
.list-area.golf-reservation.type2 .list-contents ul li span.state em.text-red {
  color: #da291c;
}
.list-area.wait-reservation {
  margin-top: 80px;
}
.list-area.wait-reservation .list-header ul li.num {
  width: 6%;
}
.list-area.wait-reservation .list-header ul li.number {
  width: 12%;
}
.list-area.wait-reservation .list-header ul li.branch {
  width: 10%;
}
.list-area.wait-reservation .list-header ul li.course {
  width: 18%;
}
.list-area.wait-reservation .list-header ul li.date {
  width: 23%;
}
.list-area.wait-reservation .list-header ul li.date2 {
  width: 20%;
}
.list-area.wait-reservation .list-header ul li.state {
  width: 11%;
}
.list-area.wait-reservation .list-contents ul li {
  padding: 0;
}
.list-area.wait-reservation .list-contents ul li span a.link-btn {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.wait-reservation .list-contents ul li span a.link-btn {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.wait-reservation .list-contents ul li span.num {
  width: 6%;
}
.list-area.wait-reservation .list-contents ul li span.number {
  width: 12%;
}
.list-area.wait-reservation .list-contents ul li span.branch {
  width: 10%;
}
.list-area.wait-reservation .list-contents ul li span.course {
  width: 18%;
}
.list-area.wait-reservation .list-contents ul li span.date {
  width: 23%;
}
.list-area.wait-reservation .list-contents ul li span.date2 {
  width: 20%;
}
.list-area.wait-reservation .list-contents ul li span.state {
  width: 11%;
}
.list-area.wait-reservation .list-contents ul li span.state em.text-red {
  color: #da291c;
}
.list-area.wait-reservation .list-contents ul li .link-btn {
  padding: 22px 0;
}
.list-area.wait-reservation .list-contents ul li .link-btn .number {
  font-size: 16px;
  line-height: 16px;
  color: #33aeb6;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .list-area.wait-reservation .list-contents ul li .link-btn .number {
    font-size: 14px;
    line-height: 14px;
  }
}
.list-area.event-state {
  margin-top: 80px;
}
.list-area.event-state .list-header ul li.title {
  width: 55%;
}
.list-area.event-state .list-header ul li.date {
  width: 19%;
}
.list-area.event-state .list-header ul li.date2 {
  width: 13%;
}
.list-area.event-state .list-header ul li.date3 {
  width: 13%;
}
.list-area.event-state .list-contents ul li span.title {
  width: 55%;
  padding: 0 25px;
  text-align: left;
  font-size: 0;
}
.list-area.event-state .list-contents ul li span.title .state {
  display: inline-block;
  margin-right: 20px;
  padding: 7px 0;
  width: 70px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ccc;
}
.list-area.event-state .list-contents ul li span.title .state.ing {
  color: #da291c;
  border-color: #da291c;
}
.list-area.event-state .list-contents ul li span.title .text {
  display: inline-block;
  max-width: calc(100% - 90px);
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-area.event-state .list-contents ul li span.date {
  width: 19%;
}
.list-area.event-state .list-contents ul li span.date2 {
  width: 13%;
}
.list-area.event-state .list-contents ul li span.date3 {
  width: 13%;
}
.list-area.event-state .list-contents ul li span > span {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .list-area {
    margin: 20px -20px 0;
    border-top: 1px solid #555;
  }
  .list-area .total {
    right: 20px;
    top: -36px;
  }
  .list-area .total.type-left-point {
    left: 20px;
    font-size: 15px;
    line-height: 15px;
  }
  .list-area .list-header {
    display: none !important;
  }
  .list-area .list-contents ul li {
    display: block;
    padding: 20px;
  }
  .list-area .list-contents ul li span {
    display: block;
    text-align: left;
    margin: 5px 0;
  }
  .list-area .list-contents ul li span.num {
    display: none;
  }
  .list-area .list-contents ul li span.branch {
    width: 100%;
  }
  .list-area .list-contents ul li span.document {
    padding: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    white-space: normal;
    overflow: visible;
  }
  .list-area .list-contents ul li span.document .keyword {
    font-size: 15px;
  }
  .list-area .list-contents ul li span.date {
    width: 100%;
    margin-top: 10px;
  }
  .list-area .list-contents ul li span.file {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: 0;
    padding: 0;
    width: auto;
    transform: translateY(-50%);
  }
  .list-area .list-contents.btn ul li span.branch {
    padding-right: 90px;
  }
  .list-area .list-contents.btn ul li span.document {
    padding: 0 90px 0 0;
  }
  .list-area.coupon-buy {
    margin: 65px 0 0 0;
    border-top: none;
  }
  .list-area.coupon-buy .total.type-left-point {
    left: 0;
  }
  .list-area.coupon-buy .list-contents ul li {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.1);
  }
  .list-area.coupon-buy .list-contents ul li:first-child {
    margin-top: 0;
  }
  .list-area.coupon-buy .list-contents ul li span {
    text-align: left;
  }
  .list-area.coupon-buy .list-contents ul li span.num {
    display: none;
  }
  .list-area.coupon-buy .list-contents ul li span.number {
    display: inline-block;
    width: auto;
  }
  .list-area.coupon-buy .list-contents ul li span.branch {
    display: block;
    margin-top: 15px;
    width: 100%;
    color: #000;
    font-size: 13px;
  }
  .list-area.coupon-buy .list-contents ul li span.branch .mobile-view {
    display: none !important;
    font-size: 13px;
  }
  .list-area.coupon-buy .list-contents ul li span.name {
    display: block;
    padding: 0;
    width: 100%;
    max-height: 40px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list-area.coupon-buy .list-contents ul li span.amount {
    display: block;
    margin-top: 15px;
    width: 100%;
    font-size: 13px;
    color: #777;
  }
  .list-area.coupon-buy .list-contents ul li span.amount .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #777;
  }
  .list-area.coupon-buy .list-contents ul li span.date {
    display: block;
    margin-top: 5px;
    width: 100%;
    font-size: 13px;
    color: #777;
  }
  .list-area.coupon-buy .list-contents ul li span.date .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #777;
  }
  .list-area.coupon-buy .list-contents ul li span.state {
    position: absolute;
    top: 20px;
    left: 95px;
    display: inline-block;
    width: auto;
  }
  .list-area.coupon-buy .list-contents ul li span.state:before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 0;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #ddd;
  }
  .list-area.golf-reservation {
    margin: 65px 0 0 0;
    border-top: none;
  }
  .list-area.golf-reservation .total.type-left-point {
    left: 0;
  }
  .list-area.golf-reservation .list-contents ul li {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.1);
  }
  .list-area.golf-reservation .list-contents ul li:first-child {
    margin-top: 0;
  }
  .list-area.golf-reservation .list-contents ul li span {
    text-align: left;
  }
  .list-area.golf-reservation .list-contents ul li span.num {
    display: none;
  }
  .list-area.golf-reservation .list-contents ul li span.number {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .list-area.golf-reservation .list-contents ul li span.number .link-btn {
    display: inline-block;
    width: auto;
  }
  .list-area.golf-reservation .list-contents ul li span.type {
    position: absolute;
    top: 20px;
    left: 95px;
    display: inline-block;
    width: auto;
    font-size: 13px;
    margin: 0 0 20px;
  }
  .list-area.golf-reservation .list-contents ul li span.type:before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 0;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #ddd;
  }
  .list-area.golf-reservation .list-contents ul li span.name {
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .list-area.golf-reservation .list-contents ul li span.name .mobile-view {
    display: inline-block !important;
    font-size: 14px;
    color: #000;
    font-weight: bold;
  }
  .list-area.golf-reservation .list-contents ul li span.branch {
    display: block;
    margin: 0 0 20px;
    width: auto;
    font-size: 13px;
    color: #000;
    font-weight: bold;
  }
  .list-area.golf-reservation .list-contents ul li span.course {
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    width: auto;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation .list-contents ul li span.course br.pc {
    display: block !important;
  }
  .list-area.golf-reservation .list-contents ul li span.course em {
    display: block;
    line-height: 1.5;
  }
  .list-area.golf-reservation .list-contents ul li span.date {
    margin: 0 0 20px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
  }
  .list-area.golf-reservation .list-contents ul li span.date .mobile-view {
    margin: 0;
    display: block !important;
    font-size: 16px;
    font-weight: bold;
  }
  .list-area.golf-reservation .list-contents ul li span.date br.pc {
    display: block !important;
  }
  .list-area.golf-reservation .list-contents ul li span.date em {
    display: block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
  }
  .list-area.golf-reservation .list-contents ul li span.date2 {
    margin: 0;
    width: 100%;
    font-size: 13px;
    color: #777;
  }
  .list-area.golf-reservation .list-contents ul li span.date2 .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #777;
  }
  .list-area.golf-reservation .list-contents ul li span.state {
    position: absolute;
    top: 75px;
    right: 20px;
    display: inline-block;
    width: auto;
  }
  .list-area.golf-reservation .list-contents ul li span.state em {
    display: block;
    line-height: 1.5;
  }
  .list-area.golf-reservation .list-contents ul li span.state .text-red br.pc {
    display: block !important;
  }
  .list-area.golf-reservation.type2 {
    margin: 65px 0 0 0;
    border-top: none;
  }
  .list-area.golf-reservation.type2 .total.type-left-point {
    left: 0;
  }
  .list-area.golf-reservation.type2 .list-contents ul li {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.1);
  }
  .list-area.golf-reservation.type2 .list-contents ul li:first-child {
    margin-top: 0;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span {
    text-align: left;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.num {
    display: none;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.number {
    display: block;
    width: auto;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.number .link-btn {
    display: inline-block;
    width: auto;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.recommend {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.recommend .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.recommend2 {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.recommend2 .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.type {
    position: absolute;
    top: 20px;
    left: 95px;
    display: inline-block;
    width: auto;
    font-size: 13px;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.type:before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 0;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #ddd;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.branch {
    display: block;
    margin-top: 15px;
    width: auto;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.course {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    width: auto;
    font-size: 13px;
    color: #000;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.course br.pc {
    display: block !important;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.date {
    margin: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.date .mobile-view {
    margin: 10px 0;
    display: block !important;
    font-size: 16px;
    font-weight: bold;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.date2 {
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    color: #777;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.date2 .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #777;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.state {
    position: absolute;
    top: 112px;
    right: 20px;
    display: inline-block;
    width: auto;
  }
  .list-area.golf-reservation.type2 .list-contents ul li span.state .text-red br.pc {
    display: block !important;
  }
  .list-area.wait-reservation {
    margin: 65px 0 0 0;
    border-top: none;
  }
  .list-area.wait-reservation .total.type-left-point {
    left: 0;
  }
  .list-area.wait-reservation .list-contents ul li {
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.1);
  }
  .list-area.wait-reservation .list-contents ul li .link-btn {
    padding: 22px;
  }
  .list-area.wait-reservation .list-contents ul li:first-child {
    margin-top: 0;
  }
  .list-area.wait-reservation .list-contents ul li span {
    text-align: left;
  }
  .list-area.wait-reservation .list-contents ul li span.num {
    display: none;
  }
  .list-area.wait-reservation .list-contents ul li span.number {
    display: block;
    width: auto;
  }
  .list-area.wait-reservation .list-contents ul li span.number .link-btn {
    display: inline-block;
    width: auto;
  }
  .list-area.wait-reservation .list-contents ul li span.branch {
    display: block;
    margin-top: 15px;
    width: auto;
    font-size: 13px;
    color: #000;
    font-weight: bold;
  }
  .list-area.wait-reservation .list-contents ul li span.course {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    width: auto;
    font-size: 13px;
    color: #000;
  }
  .list-area.wait-reservation .list-contents ul li span.date {
    margin: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
  }
  .list-area.wait-reservation .list-contents ul li span.date .mobile-view {
    margin: 10px 0;
    display: block !important;
    font-size: 16px;
    font-weight: bold;
  }
  .list-area.wait-reservation .list-contents ul li span.date2 {
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    color: #777;
  }
  .list-area.wait-reservation .list-contents ul li span.date2 .mobile-view {
    display: inline-block !important;
    font-size: 13px;
    color: #777;
  }
  .list-area.wait-reservation .list-contents ul li span.state {
    position: absolute;
    top: 75px;
    right: 20px;
    display: inline-block;
    width: auto;
  }
  .list-area.wait-reservation .list-contents ul li span.state .text-red br.pc {
    display: block !important;
  }
  .list-area.event-state {
    margin-top: 60px;
  }
  .list-area.event-state .list-contents ul li span.title {
    padding: 0;
    width: 100%;
  }
  .list-area.event-state .list-contents ul li span.title .state {
    display: inline-block;
    width: auto;
    min-width: 70px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .list-area.event-state .list-contents ul li span.title .text {
    display: block;
    max-width: 100%;
    font-size: 15px;
    font-weight: bold;
  }
  .list-area.event-state .list-contents ul li span.date {
    display: block;
    margin: 15px 0 0 0;
    width: 100%;
  }
  .list-area.event-state .list-contents ul li span.date .mobile-view {
    display: inline-block !important;
    color: #555;
  }
  .list-area.event-state .list-contents ul li span.date2 {
    display: inline-block;
    width: auto;
  }
  .list-area.event-state .list-contents ul li span.date2 .mobile-view {
    display: inline-block !important;
    color: #555;
  }
  .list-area.event-state .list-contents ul li span.date3 {
    position: relative;
    display: inline-block;
    width: auto;
  }
  .list-area.event-state .list-contents ul li span.date3 .mobile-view {
    display: inline-block !important;
    color: #555;
  }
  .list-area.event-state .list-contents ul li span.date3:before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #ddd;
  }
  .list-area.event-state .list-contents ul li span > span {
    vertical-align: top;
  }
}

.detail-area {
  margin: 0 0 40px 0;
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .detail-area {
    margin: -30px -20px 30px;
    border-top: none;
  }
}
.detail-area .detail-title {
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .detail-area .detail-title {
    padding: 20px;
  }
}
.detail-area .detail-title span {
  display: block;
  margin-top: 10px;
}
.detail-area .detail-title span:first-child {
  margin-top: 0;
}
.detail-area .detail-title span.branch {
  color: #da291c;
}
.detail-area .detail-title span.title {
  padding-right: 90px;
  font-size: 24px;
  line-height: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .detail-area .detail-title span.title {
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }
}
.detail-area .detail-title span.date {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: auto;
  color: #777;
}
@media screen and (max-width: 768px) {
  .detail-area .detail-title span.date {
    position: static;
  }
}
.detail-area .detail-contents {
  padding: 40px 30px;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .detail-area .detail-contents {
    padding: 30px 20px;
  }
}
.detail-area .detail-contents img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .detail-area .detail-contents img {
    width: 100%;
  }
}
.detail-area .detail-contents * {
  line-height: 1.3;
}
.detail-area .detail-contents .down-area {
  margin: 80px -30px -40px;
  padding: 25px 30px;
  background: #f5f5f5;
}
.detail-area .detail-contents .down-area:after {
  content: "";
  display: block;
  clear: both;
}
.detail-area .detail-contents .down-area dt {
  float: left;
  width: 110px;
}
.detail-area .detail-contents .down-area dd {
  padding-left: 110px;
}
.detail-area .detail-contents .down-area dd .btn-down {
  padding: 0;
}
.detail-area .detail-contents .down-area dd .btn-down em {
  color: #777;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .detail-area .detail-contents .down-area {
    margin: 40px -20px -30px;
    padding: 20px;
  }
  .detail-area .detail-contents .down-area dt {
    width: 90px;
  }
  .detail-area .detail-contents .down-area dd {
    padding-left: 90px;
  }
}

[data-catagory=saleInformation] .content-detail.gimhae .table-border {
  border-collapse: initial;
}
[data-catagory=saleInformation] .content-detail.gimhae .table-border td {
  border-top: none;
  border-bottom: none;
}
[data-catagory=saleInformation] .content-detail.gimhae .table-border tr:last-child td {
  border-bottom: 1px solid #eee;
}
[data-catagory=saleInformation] .content-detail.gimhae .table-border tr th + th,
[data-catagory=saleInformation] .content-detail.gimhae .table-border tr td + td {
  border-left: none;
}
[data-catagory=saleInformation] .content-detail.gimhae .table-border tr .no-border {
  border-bottom: none;
}
[data-catagory=saleInformation] .step-list {
  padding: 30px 0 25px;
  display: flex;
  justify-content: center;
}
[data-catagory=saleInformation] .step-list li {
  position: relative;
  display: inline-block;
  width: 16.6666666667%;
}
[data-catagory=saleInformation] .step-list li::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
[data-catagory=saleInformation] .step-list li:first-child::after {
  display: none;
}
[data-catagory=saleInformation] .step-list li span {
  display: block;
  font-size: 16px;
  color: #000;
  word-break: keep-all;
}
[data-catagory=saleInformation] .step-list li .step-num {
  margin: 0 auto 15px;
  width: 70px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ccc;
  border-radius: 15px;
}
[data-catagory=saleInformation] .templ-type-infolist-4 .infolist-tit {
  margin-bottom: 10px;
  color: #555;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  [data-catagory=saleInformation] .step-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  [data-catagory=saleInformation] .step-list li {
    width: 33.3333333333%;
  }
  [data-catagory=saleInformation] .step-list li:nth-child(-n+3) {
    margin-bottom: 40px;
  }
  [data-catagory=saleInformation] .step-list li:nth-child(4)::after {
    display: none;
  }
  [data-catagory=saleInformation] .step-list li::after {
    width: 9px;
    height: 9px;
  }
  [data-catagory=saleInformation] .templ-type-infolist-4 .infolist-tit {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  [data-catagory=support] .faq-wrap {
    margin-top: -30px;
  }
}

.list-sort {
  margin-bottom: 20px;
}
.list-sort .total-count {
  display: inline-block;
  padding-top: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #555;
}
.list-sort .total-count strong {
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 768px) {
  .list-sort {
    margin-bottom: 15px;
  }
  .list-sort .total-count {
    padding-top: 30px;
    font-size: 15px;
    line-height: 15px;
  }
  .list-sort .total-count strong {
    font-size: inherit;
    line-height: inherit;
  }
}

.faq-list-content {
  border-top: 2px solid #555;
}
.faq-list-content .no-data-box {
  margin-top: 0;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .faq-list-content {
    margin: 0 -20px;
  }
  .faq-list-content .no-data-box {
    margin: 0;
  }
}

.faq-item {
  border-bottom: 1px solid #eee;
}
.faq-item .question {
  position: relative;
}
.faq-item .question .branch {
  position: absolute;
  top: 27px;
  left: 0;
  width: 120px;
  color: #555;
  text-align: center;
}
.faq-item .question .title {
  display: block;
  padding: 22px 82px 22px 80px;
  line-height: 26px;
  word-break: break-all;
}
.faq-item .question .title:before {
  position: absolute;
  top: 22px;
  left: 30px;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  padding-top: 3px;
  border: 1px solid #dedede;
  border-radius: 100px;
  font-weight: 700;
  line-height: 16px;
  color: #555;
  text-align: center;
  content: "Q";
}
.faq-item .question:before, .faq-item .question:after {
  position: absolute;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background-color: #888;
  content: "";
}
.faq-item .question:before {
  right: 47px;
  transform: rotate(-45deg);
}
.faq-item .question:after {
  right: 36px;
  transform: rotate(-135deg);
}
.faq-item .question.active + .answer {
  display: block;
}
.faq-item .question.active .title {
  font-weight: 700;
}
.faq-item .question.active:before {
  transform: rotate(45deg);
}
.faq-item .question.active:after {
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .faq-item .question .branch {
    top: 23px;
    width: 80px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
  .faq-item .question .title {
    display: block;
    padding: 19px 50px 19px 52px;
    font-size: 15px;
    line-height: 21px;
    word-break: break-all;
  }
  .faq-item .question .title:before {
    top: 19px;
    left: 20px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }
  .faq-item .question:before, .faq-item .question:after {
    top: calc(50% - 6px);
    height: 13px;
  }
  .faq-item .question:before {
    right: 34px;
  }
  .faq-item .question:after {
    right: 25px;
  }
}
.faq-item .answer {
  display: none;
  position: relative;
  padding: 35px 82px 30px 80px;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
}
.faq-item .answer:before {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  padding-top: 4px;
  border-radius: 100px;
  background-color: #da291c;
  font-weight: 700;
  color: #fff;
  text-align: center;
  content: "A";
}
@media screen and (max-width: 768px) {
  .faq-item .answer {
    padding: 30px 20px 25px 52px;
  }
  .faq-item .answer:before {
    top: 30px;
    left: 20px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
.faq-item .answer .answer-content, .faq-item .answer .answer-content * {
  line-height: 26px;
  word-break: break-all;
}
.faq-item .answer .answer-content .case1 *, .faq-item .answer .answer-content .case2 * {
  line-height: 26px;
}
.faq-item .answer .answer-content .case1 {
  display: inline-block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .faq-item .answer .answer-content .case1 {
    width: 90px;
  }
}
.faq-item .answer .answer-content .case1 dt {
  font-weight: 700;
}
.faq-item .answer .answer-content .case1 dd {
  color: #555;
}
.faq-item .answer .answer-content .case2 {
  display: block;
  margin-top: 15px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .faq-item .answer .answer-content, .faq-item .answer .answer-content * {
    line-height: 21px;
  }
  .faq-item .answer .answer-content .case1 *, .faq-item .answer .answer-content .case2 * {
    line-height: 21px;
  }
}

[data-catagory=mypage] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=mypage] .templ-type-header > em {
  font-size: 42px;
  line-height: 42px;
  font-family: SpoqaHanSans-Light;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-header > em {
    font-size: 24px;
    line-height: 33px;
  }
}
[data-catagory=mypage] .templ-type-header .checkbox-box {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-header .checkbox-box {
    display: block;
    margin: 10px 0 35px 0;
    padding-bottom: 20px;
    text-align: right;
    border-bottom: 1px solid #eee;
  }
}
[data-catagory=mypage] .mypage-main-box .checkbox-box {
  position: relative;
  vertical-align: 2px;
  padding-right: 30px;
}
[data-catagory=mypage] .mypage-main-box .checkbox-box::before {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 32px;
  background: #eeeeee;
}
[data-catagory=mypage] .mypage-main-box .checkbox-box span {
  vertical-align: middle;
}
[data-catagory=mypage] .mypage-main-box .choice-box {
  margin-top: 10px;
  text-align: right;
  font-size: 0;
}
[data-catagory=mypage] .mypage-main-box .choice-box .label {
  margin-left: 30px;
  display: inline-block;
  color: #777;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul {
  display: inline-block;
  font-size: 0;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li {
  display: inline-block;
  margin-left: 10px;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li input {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li input:checked + label em {
  color: #000;
  border: 1px solid #ccc;
  background: #fff;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li input:checked + label em:after {
  background: url(../image/icon-star-on.png) no-repeat;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li label {
  display: block;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li label em {
  position: relative;
  display: block;
  padding: 8px 20px;
  color: #777;
  border-radius: 20px;
  border: 1px solid #eee;
  background: #f5f5f5;
  cursor: pointer;
}
[data-catagory=mypage] .mypage-main-box .choice-box ul li label em:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background: url(../image/icon-star-off.png) no-repeat;
}
[data-catagory=mypage] .mypage-main-box .info-box {
  display: table;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #33AEB6;
}
[data-catagory=mypage] .mypage-main-box .info-box .box {
  position: relative;
  display: table-cell;
  padding: 15px 0 15px 40px;
  width: 75%;
  vertical-align: middle;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box {
  position: relative;
  padding: 10px 0 10px 100px;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box {
  position: relative;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .type {
  display: table;
  position: absolute;
  top: 50%;
  left: -100px;
  padding: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #33AEB6;
  transform: translateY(-50%);
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .type span {
  display: table-cell;
  line-height: 22px;
  color: #fff;
  word-break: keep-all;
  vertical-align: middle;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .text {
  margin-top: 15px;
  font-size: 24px;
  line-height: 24px;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .text .b {
  font-size: 24px;
  line-height: 24px;
  color: #33aeb6;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .text.area {
  width: 60%;
  padding: 0 2rem 0 0;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .num {
  margin: 15px 0 -10px;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .num .b {
  color: #33aeb6;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .btn {
  padding: 10px 45px 10px 30px;
  display: inline-block;
  margin-top: 35px;
  color: #33aeb6;
  border-radius: 20px;
  border: 1px solid #33AEB6;
  background: url(../image/icon-mypage-arrow-3.png) no-repeat calc(100% - 30px) center;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 0;
  width: 33.3334%;
  height: 100%;
  background: url(../image/icon-mypage-lpoint.png) no-repeat;
  background-position: calc(100% - 50px) calc(100% - 30px);
}
[data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl {
  padding: 10px 40px;
  height: 100%;
  border-left: 1px solid #eee;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl dt {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl dd {
  margin-top: 25px;
  font-size: 24px;
  line-height: 24px;
}
[data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl dd strong {
  margin-right: 5px;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
[data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box {
  padding-left: 120px;
}
[data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box .type-box .type {
  top: 50%;
  left: -120px;
  width: 100px;
  height: 100px;
}
[data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box .type-box .text {
  margin-top: 0;
}
[data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box .type-box .num {
  margin-bottom: 0;
}
[data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box .btn {
  display: none;
}
[data-catagory=mypage] .mypage-main-box .info-box .list {
  position: relative;
  display: table-cell;
  width: 25%;
  padding: 30px 40px;
  vertical-align: middle;
}
[data-catagory=mypage] .mypage-main-box .info-box .list:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 1px;
  height: calc(100% - 60px);
  background: #eee;
}
[data-catagory=mypage] .mypage-main-box .info-box .list li {
  margin-top: 20px;
}
[data-catagory=mypage] .mypage-main-box .info-box .list li:first-child {
  margin-top: 0;
}
[data-catagory=mypage] .mypage-main-box .info-box .list li a {
  position: relative;
  padding-right: 10px;
  display: block;
  color: #555;
}
[data-catagory=mypage] .mypage-main-box .info-box .list li a.text-blue {
  color: #33aeb6;
  font-weight: bold;
}
[data-catagory=mypage] .mypage-main-box .info-box .list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 13px;
  background: url(../image/icon-mypage-arrow-1.png) no-repeat;
  transform: translateY(-50%);
}
[data-catagory=mypage] .mypage-main-box .state-box {
  display: table;
  margin-top: 40px;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #eee;
}
[data-catagory=mypage] .mypage-main-box .state-box .box {
  display: table-cell;
  width: 75%;
  vertical-align: middle;
}
[data-catagory=mypage] .mypage-main-box .state-box .box:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li {
  float: left;
  border-right: 1px solid #eee;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(2), [data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(3), [data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(3) ~ li {
  width: 33.33334%;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li.icon-1 {
  background: url(../image/icon-mypage-golf.png) no-repeat;
  background-position: calc(100% - 40px) calc(100% - 30px);
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li.icon-2 {
  background: url(../image/icon-mypage-join.png) no-repeat;
  background-position: calc(100% - 40px) calc(100% - 30px);
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li.icon-3 {
  background: url(../image/icon-mypage-coupon.png) no-repeat;
  background-position: calc(100% - 40px) calc(100% - 30px);
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li a {
  display: block;
  padding: 30px 40px 80px;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li a strong {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li a span {
  display: block;
  margin-top: 20px;
  font-size: 22px;
}
[data-catagory=mypage] .mypage-main-box .state-box .box ul li a span .num {
  margin-right: 5px;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
[data-catagory=mypage] .mypage-main-box .state-box .list {
  display: table-cell;
  padding: 0 40px;
  width: 25%;
  vertical-align: middle;
}
[data-catagory=mypage] .mypage-main-box .state-box .list li {
  margin-top: 30px;
}
[data-catagory=mypage] .mypage-main-box .state-box .list li:first-child {
  margin-top: 0;
}
[data-catagory=mypage] .mypage-main-box .state-box .list li a {
  position: relative;
  display: block;
  padding-right: 10px;
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=mypage] .mypage-main-box .state-box .list li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 13px;
  background: url(../image/icon-mypage-arrow-2.png) no-repeat;
  transform: translateY(-50%);
}
[data-catagory=mypage] .mypage-main-box .link-box {
  margin-top: 80px;
}
[data-catagory=mypage] .mypage-main-box .link-box .sub-title {
  font-size: 26px;
  line-height: 34px;
  font-family: SpoqaHanSans-Light;
}
[data-catagory=mypage] .mypage-main-box .link-box ul {
  margin-top: 30px;
  padding: 35px 0;
  border: 1px solid #eee;
}
[data-catagory=mypage] .mypage-main-box .link-box ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=mypage] .mypage-main-box .link-box ul li {
  float: left;
  width: 33.33334%;
  text-align: center;
  border-left: 1px solid #eee;
}
[data-catagory=mypage] .mypage-main-box .link-box ul li:first-child {
  border-left: none;
}
[data-catagory=mypage] .mypage-main-box .link-box ul li span {
  display: block;
}
[data-catagory=mypage] .mypage-main-box .link-box ul li span.title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
[data-catagory=mypage] .mypage-main-box .link-box ul li span.text {
  margin-top: 15px;
  color: #555;
  line-height: 24px;
}
[data-catagory=mypage] .mypage-main-box .link-box ul li .button-small {
  width: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .mypage-main-box .choice-box {
    margin-top: 30px;
  }
  [data-catagory=mypage] .mypage-main-box .choice-box ul li {
    margin-left: 5px;
  }
  [data-catagory=mypage] .mypage-main-box .choice-box ul li label em {
    padding: 7px 15px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box {
    display: block;
    margin-top: 10px;
    padding: 35px 20px 25px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box {
    display: block;
    padding: 0;
    width: 100%;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box {
    padding: 5px 0 5px 80px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .type {
    left: -80px;
    width: 65px;
    height: 65px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .text {
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .text .b {
    font-size: 17px;
    line-height: 20px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .text.area {
    width: 100%;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .type-box .num {
    margin: 10px 0 -10px 0;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .profile-box .btn {
    margin: 35px 0 0 -80px;
    padding: 10px 40px 10px 20px;
    width: calc(100% + 80px);
    text-align: center;
    background-position: calc(100% - 20px) center;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box {
    position: relative;
    display: block;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    width: 100%;
    border-top: 1px solid #eee;
    background-position: right bottom;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl {
    padding: 0;
    border: none;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl dt {
    font-size: 15px;
    line-height: 15px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl dd {
    margin-top: 15px;
    font-size: 17px;
    line-height: 17px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .box .lpoint-box dl dd strong {
    font-size: 30px;
    line-height: 30px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box {
    margin-bottom: 40px;
    padding-left: 90px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box.type2 .box .profile-box .type-box .type {
    left: -90px;
    width: 75px;
    height: 75px;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .list {
    display: block;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
  [data-catagory=mypage] .mypage-main-box .info-box .list:before {
    display: none;
  }
  [data-catagory=mypage] .mypage-main-box .state-box {
    display: block;
    margin-top: 30px;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box {
    display: block;
    width: 100%;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li {
    width: 100%;
    border-right: none;
    border-top: 1px solid #eee;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(2), [data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(2) ~ li {
    width: 100%;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(3), [data-catagory=mypage] .mypage-main-box .state-box .box ul li:first-child:nth-last-child(3) ~ li {
    width: 100%;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li.icon-1 {
    background-position: calc(100% - 20px) calc(100% - 25px);
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li.icon-2 {
    background-position: calc(100% - 20px) calc(100% - 25px);
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li.icon-3 {
    background-position: calc(100% - 20px) calc(100% - 25px);
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li a {
    padding: 25px 20px;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li a strong {
    font-size: 15px;
    line-height: 15px;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li a span {
    margin-top: 15px;
    font-size: 17px;
    line-height: 17px;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .box ul li a span .num {
    font-size: 30px;
    line-height: 30px;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .list {
    display: block;
    padding: 25px 20px;
    width: 100%;
    border-top: 1px solid #eee;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .list li {
    margin-top: 25px;
  }
  [data-catagory=mypage] .mypage-main-box .state-box .list li a {
    font-size: 15px;
    line-height: 15px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box {
    margin-top: 60px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box .sub-title {
    font-size: 19px;
    line-height: 26px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul {
    margin-top: 20px;
    padding: 0 20px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul li {
    float: none;
    position: relative;
    padding: 25px 0;
    width: 100%;
    text-align: left;
    border-left: none;
    border-top: 1px solid #eee;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul li:first-child {
    border-top: none;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul li span {
    padding-right: 120px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul li span.title {
    font-size: 15px;
    line-height: 15px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul li span.text {
    line-height: 20px;
  }
  [data-catagory=mypage] .mypage-main-box .link-box ul li .button-small {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translateY(-50%);
  }
  [data-catagory=mypage] .mypage-main-box .checkbox-box.new-chcekbox:before {
    display: none;
  }
}
[data-catagory=mypage] .checkbox-box.new-chcekbox {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
[data-catagory=mypage] .checkbox-box.new-chcekbox:before {
  height: 34px;
}
[data-catagory=mypage] .checkbox-box.new-chcekbox .label {
  margin-left: 0;
  vertical-align: -1px;
  line-height: 34px;
  color: #000;
}
[data-catagory=mypage] .checkbox-box.new-chcekbox .label em {
  margin: 0 10px;
  display: inline-block;
}
[data-catagory=mypage] .checkbox-box.new-chcekbox [type=checkbox] + label {
  font-size: 0;
}
[data-catagory=mypage] .checkbox-box.new-chcekbox [type=checkbox] + label i {
  vertical-align: -6px;
}
[data-catagory=mypage] .checkbox-box.new-chcekbox [type=checkbox] + label em {
  vertical-align: -1px;
}
[data-catagory=mypage] .templ-type-tab-medium {
  position: relative;
}
[data-catagory=mypage] .templ-type-tab-medium .choice-box {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-tab-medium .choice-box {
    top: -10px;
  }
}
[data-catagory=mypage] .link-box .link-area {
  display: flex;
}
[data-catagory=mypage] .link-box .link-area li {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
[data-catagory=mypage] .link-box .link-area li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .link-box .link-area {
    flex-direction: column;
  }
  [data-catagory=mypage] .link-box .link-area li div {
    align-items: flex-start;
  }
}

.stamp-area {
  padding: 0 40px;
}
.stamp-area .stamp-title-area {
  background: url(../image/stamp-title.png) no-repeat center top;
  height: 190px;
  text-align: center;
  padding-top: 100px;
}
.stamp-area .stamp-title-area p {
  font-size: 18px;
  padding-bottom: 12px;
}
.stamp-area .stamp-title-area span {
  display: inline-block;
  position: relative;
}
.stamp-area .stamp-title-area span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 10px #f0f0f0 solid;
  z-index: 1;
}
.stamp-area .stamp-title-area span em {
  position: relative;
  display: block;
  z-index: 10;
}
.stamp-area .stamp-title-area span strong {
  font-weight: bold;
  display: inline-block;
  padding-right: 18px;
}
.stamp-area .stamp-cal {
  border: 1px #ddd solid;
  border-radius: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.stamp-area .stamp-cal .ui-datepicker {
  border-radius: 20px;
}
.stamp-area .stamp-cal .ui-datepicker table {
  margin: 0;
}
.stamp-area .stamp-cal .ui-datepicker .ui-datepicker-title {
  margin: 0;
  line-height: unset;
}
.stamp-area .stamp-cal .ui-datepicker-year::after {
  content: ".";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: -3px;
  border-radius: 50%;
  color: #333333;
}
.stamp-area .stamp-cal table tbody td {
  padding: 0;
}
.stamp-area .stamp-cal .ui-widget.ui-widget-content {
  width: 100%;
  padding: 0;
  border: none;
}
.stamp-area .stamp-cal .ui-widget.ui-widget-content .ui-state-default {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 5;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  color: #000000;
}
.stamp-area .stamp-cal .ui-widget.ui-widget-content .ui-state-default.ui-priority-secondary {
  color: #cccccc;
}
.stamp-area .stamp-cal .ui-datepicker-header {
  position: relative;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  border: none;
  background: none;
  border-bottom: 1px #ddd solid;
}
.stamp-area .stamp-cal .ui-datepicker-header * {
  font-size: 24px;
  font-weight: bold;
}
.stamp-area .stamp-cal .ui-datepicker-header .ui-datepicker-prev {
  top: 18px;
  left: 36.26%;
  width: 14px;
  height: 22px;
  opacity: 0.5;
}
.stamp-area .stamp-cal .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  position: static;
  display: inline-block;
  width: 14px;
  height: 22px;
  margin: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='26px'%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M12.998,22.998 L2.002,13.455 L12.998,	2.975 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: 0 0;
}
.stamp-area .stamp-cal .ui-datepicker-header .ui-datepicker-next {
  top: 18px;
  right: 36.26%;
  width: 14px;
  height: 22px;
  opacity: 0.5;
}
.stamp-area .stamp-cal .ui-datepicker-header .ui-datepicker-next .ui-icon {
  position: static;
  display: inline-block;
  width: 14px;
  height: 22px;
  margin: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='27px'%3e%3cpath fill-rule='evenodd' stroke='rgb(119, 119, 119)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M2.975,23.056 L14.025,13.458 L2.975,2.917 '/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: 0 0;
}
.stamp-area .stamp-cal .date-year-months {
  height: 70px;
  padding-top: 20px;
  border-bottom: 1px #ddd solid;
  font-size: 24px;
  font-weight: bold;
}
.stamp-area .stamp-cal .date-year-months * {
  font-size: 24px;
  font-weight: bold;
}
.stamp-area .stamp-cal .date-year-months .prev .icon-d-prev {
  width: 14px;
  height: 22px;
  opacity: 0.5;
}
.stamp-area .stamp-cal .date-year-months .next .icon-d-next {
  width: 14px;
  height: 22px;
  opacity: 0.5;
}
.stamp-area .stamp-cal .date-year-months .year {
  padding-left: 10px;
  vertical-align: 3px;
}
.stamp-area .stamp-cal .date-year-months .month {
  padding-right: 5px;
  vertical-align: 3px;
}
.stamp-area .stamp-cal .my-stamp {
  position: absolute;
  right: 30px;
  top: 18px;
}
.stamp-area .stamp-cal .my-stamp span {
  color: #f34921;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.stamp-area .stamp-cal .my-stamp em {
  font-weight: bold;
}
.stamp-area .stamp-cal table thead th {
  padding: 15px 0;
}
.stamp-area .stamp-cal table thead th:first-child {
  color: #d12510;
}
.stamp-area .stamp-cal table thead th:first-child span {
  color: inherit;
}
.stamp-area .stamp-cal table thead th:last-child {
  color: #2086cd;
}
.stamp-area .stamp-cal table thead th:last-child span {
  color: inherit;
}
.stamp-area .stamp-cal table tbody td {
  position: relative;
}
.stamp-area .stamp-cal table tbody td[data-term=disabled] em {
  color: #ccc;
}
.stamp-area .stamp-cal table tbody td[data-term$=-start]::before {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
.stamp-area .stamp-cal table tbody td[data-term$=-end]::before {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.stamp-area .stamp-cal table tbody td[data-term^=type1]::before {
  content: "";
  background-color: #E1F1F2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.stamp-area .stamp-cal table tbody td[data-term^=type2]::before {
  content: "";
  background-color: #F0F0F0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.stamp-area .stamp-cal table tbody td > em {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 5;
}
.stamp-area .stamp-cal table tbody td div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
.stamp-area .stamp-cal table tbody td div * {
  color: #fff;
}
.stamp-area .stamp-cal table tbody td div::before {
  content: "";
  border: 1px rgba(255, 255, 255, 0.5) solid;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 74px;
  height: 74px;
  border-radius: 74px;
}
.stamp-area .stamp-cal table tbody td div strong {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding: 21px 0 6px;
}
.stamp-area .stamp-cal table tbody td div span {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.stamp-area .stamp-cal table tbody td div[data-state=jeju] {
  background-color: #33AEB6;
}
.stamp-area .stamp-cal table tbody td div[data-state=gimhae] {
  background-color: #43435F;
}
.stamp-area .stamp-cal table tbody td div[data-state=buyeo] {
  background-color: #525D9F;
}
.stamp-area .stamp-cal .ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-highlight:after,
.stamp-area .stamp-cal .ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-active:before {
  display: none;
}
.stamp-area .stamp-cal .ui-datepicker.ui-widget-content .ui-datepicker-calendar tr td a.ui-state-hover:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .stamp-area {
    padding: 26px 0 0;
  }
  .stamp-area .stamp-title-area {
    background-size: 100%;
    height: 143px;
    padding-top: 54px;
  }
  .stamp-area .stamp-title-area p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .stamp-area .stamp-title-area span strong {
    padding-right: 13px;
  }
  .stamp-area .stamp-cal {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .stamp-area .stamp-cal .date-year-months {
    height: 38px;
    padding-top: 7px;
    font-size: 15px;
  }
  .stamp-area .stamp-cal .date-year-months * {
    font-size: 15px;
  }
  .stamp-area .stamp-cal .date-year-months .prev .icon-d-prev {
    width: 10px;
    height: 18px;
  }
  .stamp-area .stamp-cal .date-year-months .next .icon-d-next {
    width: 10px;
    height: 18px;
  }
  .stamp-area .stamp-cal .date-year-months .year {
    padding-left: 10px;
    vertical-align: 3px;
  }
  .stamp-area .stamp-cal .date-year-months .month {
    padding-right: 5px;
    vertical-align: 3px;
  }
  .stamp-area .stamp-cal .my-stamp {
    right: 0;
    top: -36px;
  }
  .stamp-area .stamp-cal .my-stamp span {
    font-size: 18px;
    line-height: 18px;
  }
  .stamp-area .stamp-cal table thead th {
    font-size: 12px;
  }
  .stamp-area .stamp-cal table tbody td[data-term$=-start]::before {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .stamp-area .stamp-cal table tbody td[data-term$=-end]::before {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .stamp-area .stamp-cal table tbody td > em {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
  .stamp-area .stamp-cal table tbody td div {
    width: 42px;
    height: 42px;
    border-radius: 42px;
  }
  .stamp-area .stamp-cal table tbody td div::before {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    border-radius: 38px;
  }
  .stamp-area .stamp-cal table tbody td div strong {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 0 2px;
  }
  .stamp-area .stamp-cal table tbody td div span {
    font-size: 7px;
    line-height: 7px;
    letter-spacing: -1px;
    font-family: SpoqaHanSans-Light;
  }
  .stamp-area .templ-type-infolist-1 li {
    margin-bottom: 0;
  }
  .stamp-area .stamp-cal.hasDatepicker .ui-widget.ui-widget-content .ui-state-default {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .stamp-area .stamp-cal.hasDatepicker .ui-datepicker-header * {
    font-size: 12px;
  }
  .stamp-area .stamp-cal.hasDatepicker .ui-datepicker-header .ui-datepicker-prev,
  .stamp-area .stamp-cal.hasDatepicker .ui-datepicker-header .ui-datepicker-next {
    top: 9px;
  }
  .stamp-area .stamp-cal.hasDatepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
  .stamp-area .stamp-cal.hasDatepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    width: 10px;
    height: 18px;
  }
  .stamp-area .stamp-cal.hasDatepicker .ui-datepicker-header {
    height: 38px;
    padding-top: 10px;
  }
  .stamp-area .stamp-cal.hasDatepicker .my-stamp {
    top: -40px;
    right: 0;
  }
}
.stamp-area.type2 {
  padding: 0;
}
.stamp-area.type2 .stamp-title-area {
  height: 155px;
  background: url(../image/stamp-title-2.png) no-repeat center top;
}
@media screen and (max-width: 768px) {
  .stamp-area.type2 .stamp-title-area {
    background-size: 90%;
    background-position: 50% 0;
    height: auto;
    padding: 15% 0 35px;
    margin-top: 20px;
  }
}
.stamp-area .stamp-state-list {
  margin-bottom: 20px;
}
.stamp-area .stamp-state-list .my-stamp-info {
  text-align: right;
  font-weight: bold;
}
.stamp-area .stamp-state-list .my-stamp-info span {
  display: inline-block;
}
.stamp-area .stamp-state-list .my-stamp-info span.text {
  margin-right: 3px;
  font-weight: normal;
}
.stamp-area .stamp-state-list .my-stamp-info span.num {
  font-size: 25px;
  color: #da291c;
  font-weight: bold;
}
.stamp-area .stamp-state-list .my-stamp-info span.total {
  font-weight: bold;
}
.stamp-area .stamp-state-list .list {
  margin-top: 20px;
}
.stamp-area .stamp-state-list .list:after {
  content: "";
  display: block;
  clear: both;
}
.stamp-area .stamp-state-list .list li {
  float: left;
  padding: 18px 0;
  width: 20%;
  border: 1px solid #eee;
  border-left: none;
}
.stamp-area .stamp-state-list .list li:nth-child(5n+1) {
  border-left: 1px solid #eee;
}
.stamp-area .stamp-state-list .list li:nth-child(n+6) {
  border-top: none;
}
.stamp-area .stamp-state-list .list li .label {
  position: relative;
  margin: 0 auto;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url(../image/stamp-bg.png) no-repeat;
  background-size: cover;
}
.stamp-area .stamp-state-list .list li .label .num {
  display: block;
  padding: 25px 0;
  text-align: center;
  color: #ccc;
}
.stamp-area .stamp-state-list .list li .label .info {
  display: none;
  padding: 9px 0;
  text-align: center;
}
.stamp-area .stamp-state-list .list li .label .info span {
  display: block;
}
.stamp-area .stamp-state-list .list li .label .info span.date em {
  display: block;
  font-size: 15px;
  line-height: 15px;
}
.stamp-area .stamp-state-list .list li .label .info span.date em.text-gray {
  font-size: 12px;
  line-height: 12px;
  color: #777;
}
.stamp-area .stamp-state-list .list li .label .info span.date em.text-black {
  margin-top: 3px;
  font-weight: bold;
}
.stamp-area .stamp-state-list .list li .label .info span.branch {
  display: block;
  position: absolute;
  left: -6px;
  bottom: 0;
  width: calc(100% + 12px);
  height: 22px;
  font-size: 14px;
  line-height: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #33AEB6;
}
.stamp-area .stamp-state-list .list li .label .info span.branch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 8px solid #fff;
}
.stamp-area .stamp-state-list .list li .label .info span.branch:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 8px solid #fff;
}
.stamp-area .stamp-state-list .list li .label .info span.state {
  display: table;
  position: absolute;
  top: -10px;
  right: -25px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #da291c;
}
.stamp-area .stamp-state-list .list li .label .info span.state em {
  display: table-cell;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  vertical-align: middle;
}
.stamp-area .stamp-state-list .list li .label .flag {
  display: block;
  position: absolute;
  left: -6px;
  bottom: 0;
  width: calc(100% + 12px);
  height: 22px;
  font-size: 14px;
  line-height: 14px;
  line-height: 22px;
  text-align: center;
  background-color: #eee;
}
.stamp-area .stamp-state-list .list li .label .flag:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 8px solid #fff;
}
.stamp-area .stamp-state-list .list li .label .flag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 8px solid #fff;
}
.stamp-area .stamp-state-list .list li.checked .label {
  background: url(../image/stamp-bg-jeju.png) no-repeat;
}
.stamp-area .stamp-state-list .list li.checked .label.jeju {
  background: url(../image/stamp-bg-jeju.png) no-repeat;
  background-size: cover;
}
.stamp-area .stamp-state-list .list li.checked .label.gimhae {
  background: url(../image/stamp-bg-gimhae.png) no-repeat;
  background-size: cover;
}
.stamp-area .stamp-state-list .list li.checked .label.gimhae .info .branch {
  background-color: #73a735;
}
.stamp-area .stamp-state-list .list li.checked .label.buyeo {
  background: url(../image/stamp-bg-buyeo.png) no-repeat;
  background-size: cover;
}
.stamp-area .stamp-state-list .list li.checked .label.buyeo .info .branch {
  background-color: #4f71b6;
}
.stamp-area .stamp-state-list .list li.checked .label .num {
  display: none;
}
.stamp-area .stamp-state-list .list li.checked .label .info {
  display: block;
}
.stamp-area .stamp-state-list .list li.checked .label .flag {
  display: none;
}
@media screen and (max-width: 768px) {
  .stamp-area .stamp-state-list .my-stamp-info span.num {
    font-size: 18px;
  }
  .stamp-area .stamp-state-list .list {
    margin-top: 15px;
  }
  .stamp-area .stamp-state-list .list li {
    padding: 22px 0 25px;
  }
  .stamp-area .stamp-state-list .list li .label {
    width: 42px;
    height: 42px;
  }
  .stamp-area .stamp-state-list .list li .label .num {
    padding: 15px 0;
    font-size: 13px;
    line-height: 13px;
  }
  .stamp-area .stamp-state-list .list li .label .info {
    padding: 8px 0;
  }
  .stamp-area .stamp-state-list .list li .label .info span.date em {
    font-size: 11px;
    line-height: 11px;
  }
  .stamp-area .stamp-state-list .list li .label .info span.date em.text-gray {
    font-size: 9px;
    line-height: 9px;
  }
  .stamp-area .stamp-state-list .list li .label .info span.date em.text-black {
    margin-top: 2px;
    font-size: 11px;
    line-height: 11px;
  }
  .stamp-area .stamp-state-list .list li .label .info span.branch {
    left: -3px;
    bottom: -8px;
    width: calc(100% + 6px);
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }
  .stamp-area .stamp-state-list .list li .label .info span.branch:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 4px solid #fff;
  }
  .stamp-area .stamp-state-list .list li .label .info span.branch:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 4px solid #fff;
  }
  .stamp-area .stamp-state-list .list li .label .info span.state {
    top: -15px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .stamp-area .stamp-state-list .list li .label .info span.state em {
    font-size: 9px;
    line-height: 11px;
  }
  .stamp-area .stamp-state-list .list li .label .flag {
    left: -3px;
    bottom: -8px;
    width: calc(100% + 6px);
    height: 16px;
    font-size: 11px;
    line-height: 16px;
  }
  .stamp-area .stamp-state-list .list li .label .flag:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 4px solid #fff;
  }
  .stamp-area .stamp-state-list .list li .label .flag:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 4px solid #fff;
  }
}
.stamp-area.attend-stamp-area {
  margin: -25px -15px 0;
  padding: 0;
}
.stamp-area.attend-stamp-area .stamp-title-area {
  background: url("../image/attend-title.png") no-repeat center top;
  height: 284px;
  padding-top: 133px;
}
.stamp-area.attend-stamp-area .stamp-title-area .btn-box {
  margin-top: 35px;
}
.stamp-area.attend-stamp-area .stamp-title-area .btn-box .submit-medium,
.stamp-area.attend-stamp-area .stamp-title-area .btn-box .reset-medium {
  width: 160px;
}
.stamp-area.attend-stamp-area .stamp-title-area .btn-box .submit-medium[disabled],
.stamp-area.attend-stamp-area .stamp-title-area .btn-box .reset-medium[disabled] {
  border-color: #ccc;
  background-color: #eee;
}
.stamp-area.attend-stamp-area .stamp-title-area .btn-box .submit-medium[disabled] em,
.stamp-area.attend-stamp-area .stamp-title-area .btn-box .reset-medium[disabled] em {
  color: #999;
}
@media screen and (max-width: 768px) {
  .stamp-area.attend-stamp-area {
    margin: 0;
    padding-top: 9px;
  }
  .stamp-area.attend-stamp-area .stamp-title-area {
    background-size: 100%;
    background-position: 50% 0;
    height: auto;
    padding: 23% 0 20px;
  }
  .stamp-area.attend-stamp-area .stamp-title-area span:before {
    border-bottom-width: 8px;
  }
  .stamp-area.attend-stamp-area .stamp-title-area .btn-box {
    margin-top: 0;
  }
  .stamp-area.attend-stamp-area .stamp-title-area .btn-box .submit-medium {
    width: 120px;
    margin-top: 25px;
    padding: 12px 0;
  }
}
.stamp-area .check-attend-wrap {
  margin-bottom: 24px;
  padding: 28px 14px;
  border: 1px solid #ddd;
  border-radius: 18px;
}
.stamp-area .check-attend-wrap .inner-box {
  width: 100%;
}
.stamp-area .check-attend-wrap .inner-box:after {
  content: "";
  display: block;
  clear: both;
}
.stamp-area .check-attend-wrap .inner-box .check-item {
  float: left;
  width: 20%;
  padding: 12px 13px 12px 15px;
  border-top: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
}
.stamp-area .check-attend-wrap .inner-box .check-item:nth-child(5n+1) {
  clear: left;
  border-left: 0;
}
.stamp-area .check-attend-wrap .inner-box .check-item:nth-child(-n+5) {
  border-top: 0;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label {
  display: table;
  width: 110px;
  height: 98px;
  background-image: url("../image/event-attend.png");
  background-size: 100%;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .empty-text,
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text {
  display: table-cell;
  padding-right: 11px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .empty-text {
  color: #cfcfcf;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text {
  display: none;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text .partYYYY,
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text .partMMDD {
  display: block;
  font-weight: 700;
  color: #da291c;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text .partYYYY {
  font-size: 13px;
  line-height: 13px;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text .partMMDD {
  font-size: 22px;
  line-height: 22px;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label.checked {
  background-image: url("../image/event-attend-checked.png");
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label.checked .empty-text {
  display: none;
}
.stamp-area .check-attend-wrap .inner-box .check-item .stamp-label.checked .checked-text {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .stamp-area .check-attend-wrap {
    margin: 0 -14px 10px -7px;
    padding: 0;
    border: 0;
  }
  .stamp-area .check-attend-wrap .inner-box .check-item {
    width: 25%;
    padding: 10px 7px;
    border: 0;
  }
  .stamp-area .check-attend-wrap .inner-box .check-item:nth-child(5n+1) {
    clear: none;
  }
  .stamp-area .check-attend-wrap .inner-box .check-item .stamp-label {
    width: 66px;
    height: 59px;
    margin: 0 auto;
  }
  .stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .empty-text,
  .stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text {
    padding-right: 7px;
    font-size: 12px;
    line-height: 12px;
  }
  .stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text .partYYYY {
    font-size: 8px;
    line-height: 8px;
  }
  .stamp-area .check-attend-wrap .inner-box .check-item .stamp-label .checked-text .partMMDD {
    font-size: 13px;
    line-height: 13px;
  }
}

.coupon-register-wrap {
  display: inline-block;
}
.coupon-register-wrap .input-box {
  display: inline-block;
  width: 280px;
  margin-right: 7px;
  vertical-align: bottom;
}
.coupon-register-wrap .input-box input {
  height: auto;
  padding: 5px 0;
  border-bottom: 1px solid #555;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .coupon-register-wrap .input-box input {
    font-size: 14px;
    line-height: 14px;
  }
}
.coupon-register-wrap .input-box input::-moz-placeholder {
  font-size: inherit;
}
.coupon-register-wrap .input-box input::placeholder {
  font-size: inherit;
}
.coupon-register-wrap .register-box .button-small {
  margin-bottom: -4px;
  padding: 11px 30px;
}
@media screen and (max-width: 1024px) {
  .coupon-register-wrap .button-small {
    padding: 11px 25px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-register-wrap {
    display: block;
    margin-top: 17px;
  }
  .coupon-register-wrap .input-box {
    width: calc(100% - 90px);
  }
  .coupon-register-wrap .input-box input {
    font-size: 15px;
  }
  .coupon-register-wrap .register-box .button-small {
    width: 80px;
    padding: 7px 0 8px;
  }
}

.coupon-filter {
  margin-top: 57px;
}
.coupon-filter:after {
  content: "";
  display: block;
  clear: both;
}
.coupon-filter .templ-type-tab-small {
  float: left;
  margin: 17px 0 9px;
}
.coupon-filter .filter-right {
  float: right;
  margin-top: 6px;
}
.coupon-filter .coupon-align {
  display: inline-block;
  margin-left: 37px;
  vertical-align: bottom;
  margin-top: 11px;
}
.coupon-filter .coupon-align .select-box {
  width: 120px;
}
.coupon-filter .coupon-align .select-box:before {
  top: 12px;
}
.coupon-filter .coupon-align .select-box em {
  height: auto;
  padding: 7px 0;
  border-bottom: 1px solid #555;
}
.coupon-filter .coupon-align .select-box ul {
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .coupon-filter .coupon-align {
    margin-left: 27px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-filter {
    margin-top: 40px;
  }
  .coupon-filter .templ-type-tab-small,
  .coupon-filter .filter-right {
    float: none;
  }
  .coupon-filter .coupon-align {
    display: block;
    margin: 20px 0 0;
    text-align: right;
  }
  .coupon-filter .coupon-align .select-box {
    display: inline-block;
    width: 100px;
    text-align: left;
  }
}

.coupon-area {
  margin-bottom: 60px;
}
.coupon-area .no-data-box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .coupon-area {
    margin-bottom: 30px;
  }
}

.coupon-list {
  margin: 20px -15px -30px;
}
.coupon-list:after {
  content: "";
  display: block;
  clear: both;
}
.coupon-list > li {
  float: left;
  width: 50%;
  padding: 0 15px 30px;
}
@media screen and (max-width: 1024px) {
  .coupon-list {
    margin: 20px 0 30px;
  }
  .coupon-list > li {
    float: none;
    width: 100%;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-list {
    margin-bottom: 20px;
  }
  .coupon-list > li {
    padding-bottom: 20px;
  }
}
.coupon-list + .list-more {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .coupon-list + .list-more {
    margin-top: -10px;
  }
}

.coupon-item {
  overflow: hidden;
  position: relative;
  height: 250px;
  box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .coupon-item {
    height: 170px;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}
.coupon-item .coupon-text {
  position: absolute;
  top: 75px;
  right: -31px;
  font-size: 16px;
  color: #ddd;
  transform: rotate(90deg);
  letter-spacing: 2px;
}
.coupon-item .coupon-text:after {
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-left: 7px;
  background-color: #eee;
  vertical-align: 5px;
  content: "";
}
@media screen and (max-width: 768px) {
  .coupon-item .coupon-text {
    top: 50px;
    right: -23px;
    font-size: 10px;
  }
  .coupon-item .coupon-text:after {
    width: 25px;
    margin-left: 5px;
    vertical-align: 2px;
  }
}
.coupon-item .coupon-discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 218px;
  height: 100%;
  padding: 29px 0 0 29px;
  border: 1px solid #ccc;
  border-right: 1px dashed #ccc;
  border-radius: 9px 0 0 9px;
}
.coupon-item .coupon-discount .coupon-label {
  color: #000;
}
.coupon-item .coupon-discount .coupon-label .label-sort, .coupon-item .coupon-discount .coupon-label .flag-sort {
  font-size: 16px;
}
.coupon-item .coupon-discount .coupon-label .label-sort:not(.label-sort):before, .coupon-item .coupon-discount .coupon-label .flag-sort:not(.label-sort):before {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 4px 0 1px;
  background-color: #eee;
  vertical-align: -3px;
  content: "";
}
.coupon-item .coupon-discount .discount {
  display: block;
  margin: 31px 0 23px -3px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #da291c;
  letter-spacing: -1.5px;
}
.coupon-item .coupon-discount .discount .discount-desc {
  font-weight: inherit;
  font-size: 36px;
  line-height: inherit;
  color: inherit;
}
.coupon-item .coupon-discount .coupon-use-info {
  position: absolute;
  bottom: 17px;
  left: 29px;
  width: calc(100% - 45px);
  max-height: 40px;
  padding-left: 9px;
  line-height: 20px;
  font-size: 14px;
  color: #777;
  text-indent: -9px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.coupon-item .coupon-discount .coupon-use-info .mark-star {
  font-size: 15px;
  line-height: 0;
  color: inherit;
  vertical-align: -3px;
}
.coupon-item .coupon-discount:before, .coupon-item .coupon-discount:after {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  transform: rotate(45deg);
  content: "";
}
.coupon-item .coupon-discount:before {
  right: -7px;
  top: -8px;
  background-color: #fff;
}
.coupon-item .coupon-discount:after {
  right: -7px;
  bottom: -8px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .coupon-item .coupon-discount {
    width: 130px;
    padding: 19px 9px 0 15px;
    border-radius: 4px 0 0 4px;
  }
  .coupon-item .coupon-discount .coupon-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  .coupon-item .coupon-discount .coupon-label .label-sort, .coupon-item .coupon-discount .coupon-label .flag-sort {
    font-size: 11px;
  }
  .coupon-item .coupon-discount .coupon-label .label-sort:not(.label-sort):before, .coupon-item .coupon-discount .coupon-label .flag-sort:not(.label-sort):before {
    height: 10px;
    margin: 0 2px 0 0;
    vertical-align: -1px;
  }
  .coupon-item .coupon-discount .coupon-branch span {
    font-size: 11px;
    line-height: 20px;
  }
  .coupon-item .coupon-discount .discount {
    margin: 12px 0 0 -3px;
    font-size: 24px;
    line-height: 24px;
  }
  .coupon-item .coupon-discount .discount .discount-desc {
    font-size: 23px;
  }
  .coupon-item .coupon-discount .coupon-use-info {
    bottom: 12px;
    left: 15px;
    padding-left: 6px;
    width: calc(100% - 30px);
    max-height: 28px;
    font-size: 10px;
    line-height: 14px;
    text-indent: -6px;
  }
  .coupon-item .coupon-discount .coupon-use-info .mark-star {
    font-size: inherit;
  }
  .coupon-item .coupon-discount:before, .coupon-item .coupon-discount:after {
    width: 12px;
    height: 12px;
    transform: scalex(1.5) rotate(45deg);
  }
}
.coupon-item .coupon-info {
  float: left;
  width: 100%;
  height: 100%;
  padding: 29px 50px 0 248px;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 9px;
}
.coupon-item .coupon-info .date {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 16px;
}
.coupon-item .coupon-info .state {
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #da291c;
}
.coupon-item .coupon-info .name {
  display: block;
  max-height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .coupon-item .coupon-info {
    padding: 19px 30px 0 149px;
    border-radius: 4px;
  }
  .coupon-item .coupon-info .date {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .coupon-item .coupon-info .state {
    margin-top: -10px;
    margin-bottom: 5px;
    margin-left: 0;
    display: block;
    font-size: 12px;
  }
  .coupon-item .coupon-info .name {
    max-height: 62px;
    font-size: 23px;
    line-height: 31px;
  }
}
.coupon-item .btn-coupon-view {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: calc(100% - 218px);
  height: 55px;
  padding-left: 30px;
  border-radius: 0 0 9px 9px;
  background-color: #fcf4ec;
  text-align: left;
}
.coupon-item .btn-coupon-view .view-detail {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #000;
}
.coupon-item .btn-coupon-view .view-detail:before, .coupon-item .btn-coupon-view .view-detail:after {
  position: absolute;
  right: -14px;
  width: 2px;
  height: 11px;
  background-color: #777;
  content: "";
}
.coupon-item .btn-coupon-view .view-detail:before {
  top: 5px;
  transform: rotate(-45deg);
}
.coupon-item .btn-coupon-view .view-detail:after {
  bottom: 4px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .coupon-item .btn-coupon-view {
    height: 45px;
    width: calc(100% - 130px);
    padding-left: 19px;
    border-radius: 0 0 4px 4px;
  }
  .coupon-item .btn-coupon-view .view-detail {
    font-size: 15px;
  }
  .coupon-item .btn-coupon-view .view-detail:before, .coupon-item .btn-coupon-view .view-detail:after {
    width: 1px;
    height: 9px;
  }
  .coupon-item .btn-coupon-view .view-detail:before {
    top: calc(50% - 7px);
  }
  .coupon-item .btn-coupon-view .view-detail:after {
    bottom: calc(50% - 8px);
  }
}

.coupon-complete .coupon-item {
  box-shadow: none;
}
.coupon-complete .coupon-item .coupon-discount:after {
  background-color: #fff;
}
.coupon-complete .coupon-item .coupon-branch, .coupon-complete .coupon-item .discount-rate, .coupon-complete .coupon-item .coupon-use-info,
.coupon-complete .coupon-item .coupon-info .date, .coupon-complete .coupon-item .coupon-info .name,
.coupon-complete .coupon-item .view-detail {
  opacity: 0.15;
}
.coupon-complete .coupon-item .btn-coupon-view {
  cursor: default;
}
.coupon-complete .coupon-item .mark-coupon-complete {
  bottom: 41px;
  left: 156px;
}
@media screen and (max-width: 768px) {
  .coupon-complete .coupon-item .mark-coupon-complete {
    bottom: 31px;
    left: 75px;
  }
}

.mark-coupon-complete {
  position: absolute;
  z-index: 2;
  display: table;
  width: 126px;
  height: 126px;
  padding: 5px;
  border: 2px solid #da291c;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(-30deg);
}
.mark-coupon-complete .line {
  display: table-cell;
  width: 112px;
  height: 112px;
  border: 1px dotted #da291c;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.mark-coupon-complete .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #da291c;
}
.mark-coupon-complete .view-gift-sheet {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .mark-coupon-complete {
    width: 89px;
    height: 89px;
    border-width: 1px;
  }
  .mark-coupon-complete .line {
    width: 80px;
    height: 80px;
    border-width: 0.5px;
  }
  .mark-coupon-complete .text {
    font-size: 16px;
    line-height: 16px;
  }
  .mark-coupon-complete .view-gift-sheet {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }
}

.coupon-image {
  margin-top: -10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.coupon-image .coupon-number {
  margin: 20px 0 20px;
}
.coupon-image .coupon-number span {
  font-size: 18px;
  color: #555;
}
.coupon-image .coupon-watermark {
  overflow: hidden;
  margin: 0 -50px;
}
.coupon-image .coupon-watermark .bar {
  position: relative;
  height: 40px;
  background-color: #eee;
  font-size: 0;
  white-space: nowrap;
}
.coupon-image .coupon-watermark .bar:before {
  content: "";
}
.coupon-image .coupon-watermark .bar:before,
.coupon-image .coupon-watermark .bar .bar-segment {
  display: inline-block;
  width: 724px;
  height: 40px;
  background: url("../image/watermark-logo.png") repeat-x 0 50%;
  animation: slideBar 5.5s linear infinite normal;
}
@keyframes slideBar {
  100% {
    transform: translateX(-724px);
  }
}
.coupon-image .coupon-name {
  margin-top: 32px;
}
.coupon-image .coupon-name span {
  display: inline-block;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 46px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .coupon-detail-area {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 40px 20px;
  }
  .coupon-image .coupon-barcode img {
    width: 240px;
    height: 40px;
  }
  .coupon-image .coupon-number span {
    font-size: 15px;
  }
  .coupon-image .coupon-watermark {
    margin: 0 -20px;
  }
  .coupon-image .coupon-watermark .bar {
    height: 28px;
  }
  .coupon-image .coupon-watermark .bar:before,
  .coupon-image .coupon-watermark .bar .bar-segment {
    width: 1548px;
    height: 28px;
    background-image: url("../image/watermark-logo-m.png");
    background-size: auto 15px;
    animation-duration: 12S;
  }
  @keyframes slideBar {
    100% {
      transform: translateX(-1548px);
    }
  }
  .coupon-image .coupon-name span {
    font-size: 28px;
    line-height: 30px;
  }
}
.coupon-image.complete {
  position: relative;
}
@media screen and (max-width: 768px) {
  .coupon-image.complete {
    margin-top: 0;
  }
}
.coupon-image.complete .coupon-barcode {
  opacity: 0.2;
}
.coupon-image.complete .coupon-watermark .bar:before,
.coupon-image.complete .coupon-watermark .bar .bar-segment {
  background-color: #ddd;
  animation-duration: 0s;
}
.coupon-image.complete .mark-coupon-complete {
  top: -33px;
  right: 120px;
}
@media screen and (max-width: 768px) {
  .coupon-image.complete .mark-coupon-complete {
    top: -35px;
    right: 100px;
  }
}
.coupon-image.complete .mark-coupon-complete + .mark-coupon-complete {
  top: -33px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .coupon-image.complete .mark-coupon-complete + .mark-coupon-complete {
    top: -35px;
    right: 0;
  }
}

.coupon-detail-wrap {
  margin: 0 -50px;
}
@media screen and (max-width: 768px) {
  .coupon-detail-wrap {
    margin: 0 -20px -30px;
    background-color: #fff;
  }
}

.coupon-detail {
  position: relative;
  padding: 0 50px;
}
.coupon-detail .templ-type-infolist-1 {
  margin-top: 30px;
}
.coupon-detail .templ-type-infolist-1 .coupon-info-list > li:before {
  top: 8px;
}
.coupon-detail .button-small {
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .coupon-detail {
    padding: 0;
    height: 100%;
  }
  .coupon-detail .templ-type-infolist-1 {
    padding: 0 20px 30px;
  }
  .coupon-detail .button-small {
    top: 17px;
    right: 6px;
  }
}

.coupon-info-list > li {
  display: table;
  margin: 10px 0;
}
.coupon-info-list .info-title {
  display: table-cell;
  width: 88px;
  font-size: 16px;
  line-height: 16px;
  line-height: 24px;
  color: #777;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .coupon-info-list .info-title {
    font-size: 14px;
    line-height: 14px;
  }
}
.coupon-info-list .info-text {
  display: table-cell;
  line-height: 24px;
  color: #000;
  vertical-align: top;
  word-break: break-all;
}
.coupon-info-list .info-text .sub-text {
  color: #777;
}
.coupon-info-list .info-text > li {
  padding-left: 8px;
  line-height: inherit;
  color: #000;
  text-indent: -8px;
}
.coupon-info-list .info-text > li:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .coupon-info-list > li {
    margin: -7px 0;
  }
  .coupon-info-list .info-title {
    line-height: 20px;
  }
  .coupon-info-list .info-text {
    line-height: 20px;
  }
}

.coupon-gift-area {
  position: relative;
  margin: 0 -50px -50px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .coupon-gift-area {
    margin: -30px 0;
    padding-top: 18px;
    background-color: #fff;
    z-index: 1;
  }
}
.coupon-gift-area .coupon-gift-box {
  padding: 30px 50px 45px;
  background-color: #f5f5f5;
}
.coupon-gift-area .coupon-gift-box .gift-text {
  margin-bottom: 35px;
  font-family: SpoqaHanSans-Light;
  font-size: 36px;
  line-height: 46px;
}
.coupon-gift-area .coupon-gift-box .gift-submit-button {
  max-width: 160px;
  margin: 30px auto 0;
}
.coupon-gift-area .coupon-gift-box .gift-info {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .coupon-gift-area .coupon-gift-box {
    padding: 25px 20px 35px;
  }
  .coupon-gift-area .coupon-gift-box .gift-text {
    font-size: 24px;
    line-height: 33.5px;
  }
  .coupon-gift-area .coupon-gift-box .form-grid-col {
    margin: 0;
  }
  .coupon-gift-area .coupon-gift-box .form-grid-col .form-wrap {
    float: none;
    width: 100%;
    padding: 0;
  }
  .coupon-gift-area .coupon-gift-box .form-grid-col .form-wrap label {
    margin-bottom: 0;
    font-size: 15px;
  }
  .coupon-gift-area .coupon-gift-box .form-grid-col .form-wrap .input-box input {
    height: 35px;
    font-size: 15px;
  }
  .coupon-gift-area .coupon-gift-box .form-grid-col .form-wrap ~ .form-wrap {
    margin-top: 25px;
  }
  .coupon-gift-area .coupon-gift-box .gift-submit-button {
    max-width: 155.5px;
  }
  .coupon-gift-area .coupon-gift-box .gift-submit-button button[class$=-medium] {
    padding: 13px 0 14px;
  }
  .coupon-gift-area .coupon-gift-box .gift-submit-button button[class$=-medium] em {
    font-size: 15px;
    line-height: 15px;
  }
  .coupon-gift-area .coupon-gift-box .gift-info {
    margin-top: 50px;
  }
}
.coupon-gift-area.gift-input-area .coupon-gift-box {
  display: none;
}
.coupon-gift-area.gift-input-area .gift-button {
  margin: 10px 0 50px;
  text-align: center;
}
.coupon-gift-area.gift-input-area .gift-button .submit-c-medium {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .coupon-gift-area.gift-input-area .gift-button {
    margin: -15px 0 0;
    padding: 0 20px 30px 0;
    text-align: right;
  }
  .coupon-gift-area.gift-input-area .gift-button .submit-c-medium {
    width: 97px;
    padding: 7px 0 8px;
  }
  .coupon-gift-area.gift-input-area .gift-button .submit-c-medium em {
    font-size: 14px;
    line-height: 14px;
  }
}
.coupon-gift-area.gift-detail-area .coupon-gift-box {
  display: block !important;
}
.coupon-gift-area.gift-detail-area .gift-submit-button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .coupon-gift-area.gift-detail-area .gift-submit-button {
    margin-top: 20px;
  }
}
.coupon-gift-area .gift-detail-list {
  padding: 30px 0;
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.coupon-gift-area .gift-detail-list > li {
  display: inline-block;
  margin-right: 66px;
}
.coupon-gift-area .gift-detail-list > li:last-child {
  margin-right: 0;
}
.coupon-gift-area .gift-detail-list .list-title {
  margin-right: 20px;
  font-size: 18px;
  color: #777;
}
.coupon-gift-area .gift-detail-list .list-text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .coupon-gift-area .gift-detail-list {
    padding: 12px 20px;
    text-align: left;
  }
  .coupon-gift-area .gift-detail-list > li {
    display: block;
    margin: 7px 0;
  }
  .coupon-gift-area .gift-detail-list .list-title,
  .coupon-gift-area .gift-detail-list .list-text {
    font-size: 14px;
  }
  .coupon-gift-area .gift-detail-list .list-title {
    display: inline-block;
    width: 85px;
  }
  .coupon-gift-area .gift-detail-list + .templ-type-infolist-2 {
    margin-top: 16px;
  }
  .coupon-gift-area .gift-detail-list + .templ-type-infolist-2 ul > li {
    margin: 4px 0;
  }
}

.coupon-gift-complete .coupon-complete-text {
  padding: 15px 0 47px;
  text-align: center;
}
.coupon-gift-complete .coupon-complete-text .icon-gift {
  margin-right: -14px;
}
.coupon-gift-complete .coupon-complete-text .text {
  display: block;
  margin-top: 17px;
  font-family: SpoqaHanSans-Light;
  font-size: 32px;
  line-height: 42px;
}
.coupon-gift-complete .coupon-complete-text .sub-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .coupon-gift-complete .coupon-complete-text .sub-text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .coupon-gift-complete .coupon-complete-text {
    padding-bottom: 35px;
  }
  .coupon-gift-complete .coupon-complete-text .icon-gift {
    width: 56.5px;
    height: 43.5px;
  }
  .coupon-gift-complete .coupon-complete-text .text {
    margin-top: 18px;
    font-size: 24px;
    line-height: 33.5px;
  }
  .coupon-gift-complete .coupon-complete-text .sub-text {
    line-height: 20px;
  }
  .coupon-gift-complete .coupon-complete-text + .gift-sheet-list {
    margin-bottom: 20px;
  }
}

.coupon-buy-box .search-filter {
  padding: 15px 0;
}
.coupon-buy-box .search-filter > ul {
  padding-right: 120px;
}
.coupon-buy-box .search-filter > ul > li {
  margin-bottom: 10px;
}
.coupon-buy-box .search-filter .mobile-toggle .det1 {
  margin-bottom: 0;
}
.coupon-buy-box .search-filter .mobile-toggle .det1 label {
  padding: 9px 0;
}
.coupon-buy-box .search-filter .mobile-toggle .det1 .select-box em {
  padding: 9px 0;
}
.coupon-buy-box .search-filter .mobile-toggle .det6 {
  margin-bottom: 0;
  height: auto;
}
.coupon-buy-box .search-filter .mobile-toggle .det6 label {
  padding: 9px 0;
}
.coupon-buy-box .search-filter .mobile-toggle .det6 .fieldset .input-box.keyword input {
  height: 33px;
  padding: 9px 0;
}
.coupon-buy-box .search-filter .search {
  top: 18px;
}
.coupon-buy-box .search-filter .search button {
  height: 70px;
}
@media screen and (max-width: 768px) {
  .coupon-buy-box .search-filter {
    padding: 25px 20px;
  }
  .coupon-buy-box .search-filter > ul {
    padding-right: 0;
  }
  .coupon-buy-box .search-filter > ul.mobile-toggle {
    height: 0;
  }
  .coupon-buy-box .search-filter > ul.mobile-toggle[data-state=active] {
    height: auto;
  }
  .coupon-buy-box .search-filter > ul.mobile-toggle .det1 {
    margin-bottom: 10px;
  }
  .coupon-buy-box .search-filter > ul.mobile-toggle .det1 .select-box {
    width: 100%;
  }
  .coupon-buy-box .search-filter > ul.mobile-toggle .det6 {
    margin-bottom: 10px;
  }
  .coupon-buy-box .search-filter .search button {
    height: 45px;
    background-color: #33AEB6;
  }
  .coupon-buy-box .search-filter .search button em {
    color: #fff;
  }
}
.coupon-buy-box .complete-contents {
  padding: 0;
  width: auto;
  max-width: 1280px;
}
.coupon-buy-box .complete-contents .section-title {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .coupon-buy-box .complete-contents .section-title {
    margin: 40px 0 0 0;
  }
}
.coupon-buy-box .templ-type-infolist-1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .coupon-buy-box .templ-type-infolist-1 {
    margin-top: 30px;
  }
}

.modal-pop-area .modal-pop .sand-submit-button {
  margin: 43px auto 0;
}
.modal-pop-area .modal-pop .sand-submit-button .reset-medium {
  min-width: 160px;
}
.modal-pop-area .modal-pop .sand-submit-button .submit-medium {
  width: 196px;
}

.notification-wrap {
  margin-top: -50px;
}
.notification-wrap .title {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 17px;
  line-height: 17px;
  border-bottom: 1px solid #eee;
}
.notification-wrap .contents {
  padding: 0 20px 30px;
}
.notification-wrap .coupon-detail {
  padding: 0;
}
.notification-wrap .coupon-notice {
  padding: 20px 20px 30px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .notification-wrap .coupon-notice {
    margin-top: 30px;
    padding: 20px 50px 30px;
  }
}

.round-score-area {
  margin: 50px 0 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 16px 14px rgba(0, 0, 0, 0.1);
}
.round-score-area .round-score-board {
  position: relative;
  width: 100%;
  min-height: 140px;
}

.score-box {
  position: absolute;
  top: 0;
  width: 24%;
  height: 140px;
  border-right: 1px solid #ddd;
}
.score-box.recent-score {
  left: 0;
}
.score-box.average-score {
  left: 24%;
}
.score-box.best-score {
  left: 48%;
}
.score-box:last-child {
  right: 0;
  width: 28%;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .score-box {
    position: static;
    width: 100%;
    height: 87px;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .score-box.recent-score, .score-box.average-score, .score-box.best-score {
    left: 0;
  }
  .score-box:last-child {
    width: 100%;
    height: 174px;
  }
}
.score-box.recent-score .score-title .with-arrow:after, .score-box.average-score .score-title .with-arrow:after, .score-box.best-score .score-title .with-arrow:after {
  display: inline-block;
  margin-left: 10px;
  border-top: 7px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  vertical-align: middle;
  content: "";
}
.score-box.recent-score.active .score-title .with-arrow:after, .score-box.average-score.active .score-title .with-arrow:after, .score-box.best-score.active .score-title .with-arrow:after {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .score-box.recent-score, .score-box.average-score, .score-box.best-score {
    position: relative;
  }
  .score-box.recent-score .score-title .with-arrow:after, .score-box.average-score .score-title .with-arrow:after, .score-box.best-score .score-title .with-arrow:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }
  .score-box.recent-score .switch-box, .score-box.average-score .switch-box, .score-box.best-score .switch-box {
    position: absolute;
    top: 32px;
    left: 117px;
    right: auto;
  }
}
.score-box .score-item {
  padding: 34px 30px 33px;
}
.score-box .score-item .score-title:after {
  content: "";
  display: block;
  clear: both;
}
.score-box .score-item .score-title span {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.score-box .score-item .score-number {
  display: block;
  margin-top: 12px;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
}
.score-box .score-item.handicap .score-title .tooltip-box, .score-box .score-item.total-round .score-title .tooltip-box {
  min-width: 155px;
}
@media screen and (max-width: 768px) {
  .score-box .score-item.handicap .score-title .tooltip-box, .score-box .score-item.total-round .score-title .tooltip-box {
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .score-box .score-item {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 50px 0 20px;
  }
  .score-box .score-item .score-title {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .score-box .score-item .score-title span {
    font-size: 17px;
    line-height: 17px;
  }
  .score-box .score-item .score-title .switch-box {
    float: none;
    display: inline-block;
    margin-left: 20px;
  }
  .score-box .score-item .score-number {
    display: table-cell;
    margin-top: 0;
    font-size: 34px;
    line-height: 34px;
    text-align: right;
    vertical-align: middle;
  }
}
.score-box .switch-box {
  position: absolute;
  top: 30px;
  right: 30px;
}
.score-box .switch-box .switch-label {
  font-weight: 700;
}
.score-box:last-child {
  padding: 0 30px;
}
.score-box:last-child .score-item.handicap, .score-box:last-child .score-item.total-round {
  padding: 18px 0 20px;
  border-bottom: 1px solid #ddd;
}
.score-box:last-child .score-item.handicap:after, .score-box:last-child .score-item.total-round:after {
  content: "";
  display: block;
  clear: both;
}
.score-box:last-child .score-item.handicap .score-title, .score-box:last-child .score-item.total-round .score-title {
  float: left;
  margin-top: 5px;
}
.score-box:last-child .score-item.handicap .score-title .switch-box, .score-box:last-child .score-item.total-round .score-title .switch-box {
  position: static;
  float: none;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.score-box:last-child .score-item.handicap .score-number, .score-box:last-child .score-item.total-round .score-number {
  float: right;
  margin-top: 0;
  font-size: 32px;
  line-height: 32px;
}
.score-box:last-child .score-item.handicap:last-child, .score-box:last-child .score-item.total-round:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .score-box:last-child {
    padding: 0;
  }
  .score-box:last-child .score-item.handicap, .score-box:last-child .score-item.total-round {
    height: 87px;
    padding: 0 20px;
  }
  .score-box:last-child .score-item.handicap .score-title,
  .score-box:last-child .score-item.handicap .score-number, .score-box:last-child .score-item.total-round .score-title,
  .score-box:last-child .score-item.total-round .score-number {
    float: none;
  }
  .score-box:last-child .score-item.handicap .score-title .tooltip-box, .score-box:last-child .score-item.total-round .score-title .tooltip-box {
    right: initial;
    left: 0;
  }
}
.score-box.active {
  position: relative;
}
.score-box.active:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 3px solid #33AEB6;
  content: "";
}
.score-box.active:after {
  position: absolute;
  right: -1px;
  top: -1px;
  left: -1px;
  border: 1px solid #33aeb6;
  content: "";
  bottom: -1px;
}
.score-box.active:first-child:before {
  border-top-left-radius: 10px;
  left: 2px;
}
.score-box.active:first-child:after {
  border-top-left-radius: 10px;
}
.score-box.active .score-item:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 1px;
  background-color: #fff;
  content: "";
}
.score-box.active + .round-score-box {
  display: block;
}
@media screen and (max-width: 768px) {
  .score-box.active {
    left: 0;
  }
  .score-box.active:before {
    display: none;
  }
  .score-box.active:first-child:after {
    border-radius: 10px 10px 0 0;
  }
  .score-box.active .score-item:after {
    bottom: -3px;
    height: 4px;
  }
}

.round-score-box {
  display: none;
  position: relative;
  margin: 0 -1px -1px;
  border: 1px solid #33AEB6;
  border-radius: 0 0 10px 10px;
}
.round-score-box .round-score-box-close {
  position: absolute;
  top: 16px;
  right: 25px;
  width: 30px;
}
.round-score-box .round-score-box-close:before, .round-score-box .round-score-box-close:after {
  display: inline-block;
  width: 1px;
  height: 26px;
  background-color: #848484;
  content: "";
}
.round-score-box .round-score-box-close:before {
  transform: rotate(45deg);
}
.round-score-box .round-score-box-close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .round-score-box {
    border-radius: 0;
  }
  .round-score-box .round-score-box-close {
    top: -58px;
    right: 11px;
    opacity: 0;
  }
}

.score-item-content {
  padding: 40px 0;
}
.score-item-content .item-explain {
  display: inline-block;
  width: 405px;
  padding-left: 142px;
  font-family: SpoqaHanSans-Light;
  font-size: 28px;
  line-height: 38px;
  vertical-align: middle;
}
.score-item-content .item-all-branch {
  display: inline-block;
  vertical-align: middle;
}
.score-item-content .item-branch {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .score-item-content {
    padding: 0 0 47px;
    text-align: center;
  }
  .score-item-content .item-explain {
    display: block;
    width: auto;
    margin-bottom: 22px;
    padding: 0 30px;
    font-size: 17px;
    line-height: 19px;
  }
  .score-item-content .item-branch {
    display: block;
  }
}

.pie-chart {
  position: relative;
  width: 198px;
}
.pie-chart .pie {
  width: 198px;
  height: 198px;
  border-radius: 50%;
}
.pie-chart .pie .pie-segment {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pie-chart .pie .pie-segment canvas {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .pie-chart {
    width: 150px;
  }
  .pie-chart .pie {
    width: 150px;
    height: 150px;
    background-color: #ddd;
  }
}

.bar-chart .bar {
  width: 320px;
  height: 6px;
  border-radius: 3px;
  background-color: #ced8d9;
}
.bar-chart .bar .bar-segment {
  height: 100%;
  border-radius: 3px;
  background-color: #088d96;
}
@media screen and (max-width: 768px) {
  .bar-chart {
    width: 100%;
  }
  .bar-chart .bar {
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
  }
}

.item-all-branch .info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 182px;
  height: 182px;
  margin: -91px 0 0 -91px;
  border-radius: 50%;
  background-color: #fff;
}
.item-all-branch .info-box .info-box-inner {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 168px;
  height: 168px;
  margin: -84px 0 0 -84px;
  border-radius: 50%;
  background-color: #f5fafa;
}
.item-all-branch .info-box .info-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.item-all-branch .info-box .info-text .branch {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #555;
}
.item-all-branch .info-box .info-text .statistics {
  display: block;
  margin: 6px 0 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.item-all-branch .info-box .info-text .statistics em {
  font-weight: inherit;
  font-size: 24px;
  line-height: 24px;
}
.item-all-branch .info-box .info-text .pie-text::after {
  content: "%";
  display: inline-block;
  font-weight: inherit;
  font-size: 24px;
  line-height: 24px;
}
.item-all-branch .info-box .info-text .ranking {
  display: block;
  color: #555;
}
@media screen and (max-width: 768px) {
  .item-all-branch .info-box {
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
  }
  .item-all-branch .info-box .info-box-inner {
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
  }
  .item-all-branch .info-box .info-text .branch {
    font-size: 14px;
    line-height: 14px;
  }
  .item-all-branch .info-box .info-text .statistics {
    margin: 9px 0 7px;
    font-size: 30px;
    line-height: 30px;
  }
  .item-all-branch .info-box .info-text .statistics em {
    font-weight: inherit;
    font-size: 18px;
    line-height: 18px;
  }
  .item-all-branch .info-box .info-text .ranking {
    display: block;
    color: #555;
  }
}

.item-branch {
  margin-left: 50px;
}
.item-branch .bar-chart-box {
  margin-top: 20px;
}
.item-branch .bar-chart-box:first-child {
  margin-top: 0;
}
.item-branch .branch {
  display: block;
  font-weight: 700;
  color: #555;
}
.item-branch .bar-chart {
  display: inline-block;
  vertical-align: middle;
}
.item-branch .info-box {
  display: inline-block;
  margin-left: 20px;
  vertical-align: -4px;
}
.item-branch .info-box .info-text .statistics {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.item-branch .info-box .info-text .statistics em {
  font-weight: inherit;
  font-size: 18px;
  line-height: 18px;
}
.item-branch .info-box .info-text .bar-text {
  display: inline-block;
  min-width: 44px;
}
.item-branch .info-box .info-text .bar-text::after {
  content: "%";
  display: inline-block;
  margin-left: 1px;
  font-weight: inherit;
  font-size: 18px;
  line-height: 18px;
}
.item-branch .info-box .info-text .ranking {
  margin-left: 5px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .item-branch {
    margin: 22px 0 0;
    padding: 0 30px;
  }
  .item-branch .bar-chart-box {
    margin-top: 30px;
  }
  .item-branch .branch {
    text-align: left;
  }
  .item-branch .bar-chart {
    width: 100%;
  }
  .item-branch .info-box {
    text-align: right;
    display: block;
    margin: -32px 0 0;
  }
  .item-branch .info-box .info-text .statistics {
    font-size: 18px;
    line-height: 18px;
  }
  .item-branch .info-box .info-text .statistics em {
    font-size: 12px;
    line-height: 12px;
  }
  .item-branch .info-box .info-text .ranking {
    font-size: 13px;
    line-height: 13px;
  }
}

.table-top-wrap {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.table-top-wrap .table-title,
.table-top-wrap .table-filter {
  display: table-cell;
  vertical-align: bottom;
}
.table-top-wrap .table-filter {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table-top-wrap {
    display: block;
  }
  .table-top-wrap .table-title,
  .table-top-wrap .table-filter {
    display: block;
  }
}
.table-top-wrap .form-wrap .radio-box {
  margin-left: 40px;
}
.table-top-wrap .form-wrap .radio-box:first-child {
  margin-left: 0;
}

.table-filter .select-box,
.table-filter .date-fieldset,
.table-filter .radio-monthly,
.table-filter .search {
  display: inline-block;
}
.table-filter .select-box {
  width: 120px;
  margin-right: 50px;
  text-align: left;
  vertical-align: -1px;
}
.table-filter .select-box em {
  padding: 7px 0;
  height: 32px;
  border-bottom: 1px #555 solid;
}
.table-filter .select-box ul {
  top: 30px;
}
.table-filter .select-box::before {
  top: 15px;
}
.table-filter .radio-monthly {
  margin-left: 15px;
  padding-top: 14px;
  vertical-align: top;
}
.table-filter .radio-monthly ul {
  margin: 0 -10px;
}
.table-filter .radio-monthly ul:after {
  content: "";
  display: block;
  clear: both;
}
.table-filter .radio-monthly ul li {
  float: left;
  border-right: 1px #ddd solid;
}
.table-filter .radio-monthly ul li:last-child {
  border-right: none;
}
.table-filter .radio-monthly ul li [type=radio] {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}
.table-filter .radio-monthly ul li [type=radio] + label {
  display: block;
}
.table-filter .radio-monthly ul li [type=radio] + label em {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
}
.table-filter .radio-monthly ul li [type=radio]:checked + label em {
  font-weight: bold;
}
.table-filter .search {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .table-filter:after {
    content: "";
    display: block;
    clear: both;
  }
  .table-filter .date-fieldset {
    display: none;
  }
  .table-filter .select-box {
    float: left;
    width: 90px;
    margin-right: 0;
  }
  .table-filter .radio-monthly {
    float: right;
    padding: 9px 0;
  }
}

.statistics-date .game-people {
  display: none;
}
@media screen and (max-width: 768px) {
  .statistics-date .game-people {
    display: inline-block;
  }
}
.statistics-date .select-box {
  vertical-align: top;
  margin-top: 4px;
}
.statistics-date .date-fieldset {
  vertical-align: top;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .statistics-date .table thead th {
    display: none;
  }
  .statistics-date .table tbody th {
    width: 20%;
    background-color: #f5f5f5;
  }
  .statistics-date .table tbody td:nth-child(n+3) {
    display: none;
  }
  .statistics-date .table tbody td:nth-child(2) {
    position: relative;
    width: 80%;
    padding-left: 20px;
    border-right: 0;
    text-align: left;
  }
  .statistics-date .table tbody td:nth-child(2):before, .statistics-date .table tbody td:nth-child(2):after {
    position: absolute;
    right: 10px;
    width: 2px;
    height: 11px;
    background-color: #555;
    content: "";
  }
  .statistics-date .table tbody td:nth-child(2):before {
    top: calc(50% - 9px);
    transform: rotate(-45deg);
  }
  .statistics-date .table tbody td:nth-child(2):after {
    bottom: calc(50% - 9px);
    transform: rotate(-135deg);
  }
  .statistics-date .table tbody td .game-people {
    margin-top: 7px;
  }
  .statistics-date .table tbody tr:hover th {
    background-color: #f5f5f5;
  }
  .statistics-date .table tbody tr:hover td {
    background-color: inherit;
    color: #2fa0a8;
  }
  .statistics-date .table tbody tr:hover td .game-people {
    color: inherit;
  }
  .statistics-date .table tbody tr:hover td a {
    display: block;
  }
  .statistics-date .table tbody tr:hover td a:hover .text {
    border-bottom: 1px solid #62b7bd;
  }
  .statistics-date .table tbody tr:hover td:before, .statistics-date .table tbody tr:hover td:after {
    background-color: #2fa0a8;
  }
}
.statistics-date .table-bottom-info .text {
  font-size: 14px;
  line-height: 14px;
}
.statistics-date .table-bottom-info .text.pc {
  display: block;
}
.statistics-date .table-bottom-info .text.mo {
  display: none;
}
@media screen and (max-width: 768px) {
  .statistics-date .table-bottom-info .text.pc {
    display: none;
  }
  .statistics-date .table-bottom-info .text.mo {
    display: block;
  }
}

.round-analysis .table th {
  padding-left: 40px;
  background-color: #f5f5f5;
  text-align: left;
}
.round-analysis .table td {
  padding-right: 60px;
  text-align: right;
}

.section-col-2 {
  display: table;
  width: 100%;
}
.section-col-2 .table-wrap {
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}
.section-col-2 .table-wrap:first-child {
  padding-right: 15px;
}
.section-col-2 .table-wrap:last-child {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .section-col-2 .table-wrap {
    display: block;
    width: 100%;
  }
  .section-col-2 .table-wrap:first-child {
    padding-right: 0;
  }
  .section-col-2 .table-wrap:last-child {
    padding-left: 0;
  }
}

.round-score-detail {
  position: relative;
}

.score-detail-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  padding: 20px 30px;
  background-color: #33AEB6;
}
@media screen and (max-width: 768px) {
  .score-detail-left {
    position: static;
    width: 100%;
    padding: 15px 25px;
  }
}
.score-detail-left .play-info {
  padding: 15px 0;
}
.score-detail-left .play-info .branch,
.score-detail-left .play-info .distance,
.score-detail-left .play-info .date {
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}
.score-detail-left .play-info .branch:after {
  display: inline-block;
  margin-left: 5px;
  content: "/";
}
.score-detail-left .play-info .date {
  display: block;
}
@media screen and (max-width: 768px) {
  .score-detail-left .play-info:after {
    content: "";
    display: block;
    clear: both;
  }
  .score-detail-left .play-info .branch,
  .score-detail-left .play-info .distance,
  .score-detail-left .play-info .date {
    line-height: 14px;
  }
  .score-detail-left .play-info .date {
    float: right;
  }
}
.score-detail-left .play-score-info {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.score-detail-left .play-score-info > li {
  display: table;
  width: 100%;
  padding: 10px 0;
}
.score-detail-left .play-score-info .text,
.score-detail-left .play-score-info .number {
  display: table-cell;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.score-detail-left .play-score-info .number {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .score-detail-left .play-score-info {
    padding: 5px 0;
  }
  .score-detail-left .play-score-info > li {
    display: inline-block;
    width: auto;
  }
  .score-detail-left .play-score-info > li:after {
    display: inline-block;
    width: 1px;
    height: 24px;
    margin: 0 20px 0 30px;
    background-color: rgba(255, 255, 255, 0.3);
    vertical-align: -9px;
    content: "";
  }
  .score-detail-left .play-score-info > li:last-child:after {
    display: none;
  }
  .score-detail-left .play-score-info .text,
  .score-detail-left .play-score-info .number {
    display: inline-block;
  }
  .score-detail-left .play-score-info .number {
    margin-left: 15px;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
}

.score-detail-content {
  width: 100%;
  padding-left: 250px;
}
.score-detail-content .right-button-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .score-detail-content {
    padding-left: 0;
  }
}

.total-score .table .table-total-score {
  border-collapse: separate;
}
.total-score .table .table-total-score th, .total-score .table .table-total-score td {
  border-top: 0;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .total-score .table .table-total-score th, .total-score .table .table-total-score td {
    padding: 12px 20px;
  }
  .total-score .table .table-total-score .date-branch {
    text-align: left;
  }
  .total-score .table .table-total-score .date-branch .slash {
    display: none;
  }
  .total-score .table .table-total-score .date-branch .branch {
    display: block;
    margin-top: 6px;
  }
}
.total-score .table .my-ranking-wrap td {
  border-top: 1px solid #33AEB6;
  border-bottom: 1px solid #33AEB6;
  background-color: #f5fcfc;
  font-weight: 700;
}
.total-score .table .my-ranking-wrap td:first-child {
  border-left: 1px solid #33AEB6;
}
.total-score .table .my-ranking-wrap td:last-child {
  border-right: 1px solid #33AEB6;
}
.total-score .table .my-ranking-wrap td.date-branch span {
  font-weight: 700;
}
.total-score .table .my-ranking-wrap .my-ranking {
  position: relative;
}
.total-score .table .my-ranking-wrap .my-ranking .mark {
  position: absolute;
  top: -1px;
  left: calc(-100% - 6px);
  height: 26px;
  padding: 5px 15px;
  border-radius: 13px;
  background-color: #33AEB6;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .total-score .table .my-ranking-wrap td {
    position: relative;
    padding: 23px 20px;
  }
  .total-score .table .my-ranking-wrap .my-ranking {
    position: static;
  }
  .total-score .table .my-ranking-wrap .my-ranking .mark {
    left: -1px;
    height: 23px;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 12px;
  }
}

[data-catagory=mypage] .templ-type-infolist-1 {
  margin-top: 60px;
}
[data-catagory=mypage] .templ-type-infolist-1 .point {
  font-weight: bold;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .score-detail-content .table-wrap {
    margin-top: 20px;
  }
  [data-catagory=mypage] .score-detail-content .table-wrap .table-title {
    margin-top: 40px;
  }
  [data-catagory=mypage] .score-detail-content .section + .section .table-wrap:first-child {
    margin-top: 0;
  }
  [data-catagory=mypage] .score-detail-content .section + .section .table-wrap:first-child .table-title {
    margin-top: 0;
  }
  [data-catagory=mypage] .templ-type-infolist-1 {
    margin-top: 40px;
  }
}

[data-catagory=mypage] .sub-text-red {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
  line-height: 22px;
}
[data-catagory=mypage] .sub-text-red strong {
  font-weight: bold;
  color: #da291c;
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=mypage] .templ-type-tab-medium {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-tab-medium {
    margin: 0 0 40px 0;
  }
  [data-catagory=mypage] .templ-type-tab-medium ~ .content-detail .search-filter {
    margin-top: 0;
  }
}
[data-catagory=mypage] .templ-type-infolist-1.type2 {
  margin-top: 30px;
}
[data-catagory=mypage] .templ-type-infolist-1.border {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-infolist-1.border {
    margin-top: 40px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-infolist-1.type2 {
    margin-top: 20px;
  }
}
[data-catagory=mypage] .templ-type-infolist-2 {
  margin-top: 15px;
}
[data-catagory=mypage] .templ-type-infolist-2 ul {
  margin: 0;
}
[data-catagory=mypage] .templ-type-infolist-2 ul li {
  padding: 0 0 0 10px;
}
[data-catagory=mypage] .templ-type-infolist-2 ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-infolist-2 {
    margin-top: 10px;
  }
  [data-catagory=mypage] .templ-type-infolist-2 ul li:before {
    top: 2px;
  }
}
[data-catagory=mypage] .templ-type-infolist-2.right {
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 0;
}
[data-catagory=mypage] .templ-type-infolist-2.right ul {
  margin: 0;
}
[data-catagory=mypage] .templ-type-infolist-2.right ul li {
  padding: 0 0 0 10px;
}
[data-catagory=mypage] .templ-type-infolist-2.right ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-infolist-2.right {
    position: static;
    margin: 20px 0;
  }
  [data-catagory=mypage] .templ-type-infolist-2.right ul li:before {
    top: 2px;
  }
}
[data-catagory=mypage] .templ-type-infolist-2.border {
  margin: 60px 0 0 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
[data-catagory=mypage] .templ-type-infolist-2.border ul {
  margin: 0;
}
[data-catagory=mypage] .templ-type-infolist-2.border ul li {
  padding: 0 0 0 10px;
}
[data-catagory=mypage] .templ-type-infolist-2.border ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .templ-type-infolist-2.border {
    margin-top: 40px;
    padding-top: 20px;
  }
  [data-catagory=mypage] .templ-type-infolist-2.border ul li:before {
    top: 2px;
  }
}
[data-catagory=mypage] .table-wrap {
  margin-top: 50px;
}
[data-catagory=mypage] .table-wrap.member .table {
  margin-top: 10px;
}
[data-catagory=mypage] .table-wrap.member .no-data-box {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .table-wrap.member .table {
    margin-top: 15px;
  }
  [data-catagory=mypage] .table-wrap.member .table colgroup col:first-child {
    display: none;
  }
  [data-catagory=mypage] .table-wrap.member .table thead tr th {
    padding: 10px 5px;
    line-height: 20px;
  }
  [data-catagory=mypage] .table-wrap.member .table thead tr th:first-child {
    display: none;
  }
  [data-catagory=mypage] .table-wrap.member .table tbody tr td {
    padding: 10px 5px;
    line-height: 20px;
  }
  [data-catagory=mypage] .table-wrap.member .table tbody tr td:first-child {
    display: none;
  }
  [data-catagory=mypage] .table-wrap.member .no-data-box {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter {
    background-color: #f5f5f5;
    margin: 0 -20px;
    padding: 20px;
    text-align: left;
  }
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter .select-box {
    float: initial;
    width: 100%;
    margin-bottom: 15px;
  }
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter .date-fieldset {
    display: block;
    margin-bottom: 15px;
  }
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter .date-fieldset .date-picker {
    width: 45%;
  }
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter .date-fieldset .trem {
    width: 6.6%;
  }
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter .radio-monthly {
    float: left;
    margin-left: 0;
  }
  [data-catagory=mypage] .table-wrap.statistics-date .table-top-wrap .table-filter .search {
    margin-top: 7px;
    float: right;
  }
}
[data-catagory=mypage] .member-info-list {
  margin: 30px 0 40px;
  padding: 20px 40px;
  background: #f5f5f5;
}
[data-catagory=mypage] .member-info-list ul {
  line-height: 100%;
  font-size: 0;
}
[data-catagory=mypage] .member-info-list ul li {
  display: inline-block;
  padding: 10px 0;
  width: 25%;
}
[data-catagory=mypage] .member-info-list ul li span {
  display: inline-block;
}
[data-catagory=mypage] .member-info-list ul li span.title {
  color: #555;
}
[data-catagory=mypage] .member-info-list ul li span.text {
  margin-left: 15px;
  font-weight: bold;
}
[data-catagory=mypage] .member-info-list.type2 ul li {
  width: 33.33334%;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .member-info-list {
    margin: 25px 0;
    padding: 10px 20px;
  }
  [data-catagory=mypage] .member-info-list ul li {
    padding: 8px 0;
    width: 100%;
  }
  [data-catagory=mypage] .member-info-list ul li span:after {
    content: "";
    display: block;
    clear: both;
  }
  [data-catagory=mypage] .member-info-list ul li span.title {
    float: left;
  }
  [data-catagory=mypage] .member-info-list ul li span.text {
    display: block;
    margin-left: 0;
    padding-left: 80px;
  }
  [data-catagory=mypage] .member-info-list.type2 ul li {
    width: 100%;
  }
}
[data-catagory=mypage] .manage-info-list {
  padding: 40px;
  background: #f5f5f5;
}
[data-catagory=mypage] .manage-info-list li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
[data-catagory=mypage] .manage-info-list li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
[data-catagory=mypage] .manage-info-list li label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
[data-catagory=mypage] .manage-info-list li .input-wrap .left-box .form-wrap {
  display: table;
  margin: 0 -10px;
}
[data-catagory=mypage] .manage-info-list li .input-wrap .left-box .form-wrap .input-box {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  width: 67%;
}
[data-catagory=mypage] .manage-info-list li .input-wrap .left-box .form-wrap .input-box:first-child {
  width: 33%;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .manage-info-list {
    padding: 25px 20px;
  }
  [data-catagory=mypage] .manage-info-list li {
    margin-top: 25px;
    padding-top: 25px;
  }
  [data-catagory=mypage] .manage-info-list li label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  [data-catagory=mypage] .manage-info-list li .input-wrap .right-box {
    margin-top: 10px;
  }
}
[data-catagory=mypage] .radio-list {
  margin-top: 40px;
}
[data-catagory=mypage] .radio-list .label {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
[data-catagory=mypage] .radio-list .label .require {
  margin-left: 3px;
  font-size: 18px;
  line-height: 18px;
  color: #da291c;
}
[data-catagory=mypage] .radio-list ul li {
  margin-top: 10px;
}
[data-catagory=mypage] .radio-list ul li .textarea-box textarea {
  margin-bottom: 0;
  height: 120px;
  border: 1px solid #aaa;
  background: transparent;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .radio-list {
    margin-top: 25px;
  }
  [data-catagory=mypage] .radio-list .label {
    margin-bottom: 0;
    font-size: 15px;
  }
  [data-catagory=mypage] .radio-list .label .require {
    font-size: 15px;
  }
  [data-catagory=mypage] .radio-list ul li .textarea-box textarea {
    height: 150px;
  }
}
[data-catagory=mypage] .certify-list {
  margin-top: 50px;
}
[data-catagory=mypage] .certify-list ul {
  margin: 0 -15px;
}
[data-catagory=mypage] .certify-list ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=mypage] .certify-list ul li {
  width: 33.3334%;
  padding: 0 15px 30px;
  float: left;
}
[data-catagory=mypage] .certify-list ul li div {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
[data-catagory=mypage] .certify-list ul li div span {
  display: block;
}
[data-catagory=mypage] .certify-list ul li div span.state {
  font-size: 14px;
  line-height: 14px;
  color: #da291c;
}
[data-catagory=mypage] .certify-list ul li div span.type {
  margin-top: 15px;
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=mypage] .certify-list ul li div span.member {
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
[data-catagory=mypage] .certify-list ul li div .btn-delete {
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 0;
  color: #000;
  font-size: 14px;
  line-height: 14px;
}
[data-catagory=mypage] .certify-list ul li div .btn-delete:after {
  content: "";
  display: block;
  margin-top: 3px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  [data-catagory=mypage] .certify-list ul {
    margin: 0 -10px;
  }
  [data-catagory=mypage] .certify-list ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .certify-list ul li {
    width: 100%;
    padding: 0 15px 10px;
  }
  [data-catagory=mypage] .certify-list ul li div {
    padding: 30px;
  }
  [data-catagory=mypage] .certify-list ul li div span.state {
    font-size: 13px;
  }
  [data-catagory=mypage] .certify-list ul li div span.type {
    font-size: 15px;
  }
  [data-catagory=mypage] .certify-list ul li div span.member {
    margin-top: 5px;
    font-size: 15px;
  }
  [data-catagory=mypage] .certify-list ul li div .btn-delete {
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 13px;
  }
}
[data-catagory=mypage] .modal-pop-area .modal-pop .input-wrap .left-box {
  width: calc(50% - 20px);
}
[data-catagory=mypage] .modal-pop-area .modal-pop .input-wrap .right-box {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .modal-pop-area .modal-pop .input-wrap .left-box {
    width: 100%;
  }
  [data-catagory=mypage] .modal-pop-area .modal-pop .input-wrap .right-box {
    width: 100%;
  }
}
[data-catagory=mypage] .modal-pop-area .modal-pop .btn-area {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .modal-pop-area .modal-pop .btn-area {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .sub-text-red {
    font-size: 15px;
    line-height: 22px;
  }
  [data-catagory=mypage] .sub-text-red strong {
    font-size: 15px;
  }
}

.mypage-join-list-contents .filter-area .select-box em {
  border-bottom-width: 1px;
}
.mypage-join-list-contents .no-data-box {
  margin-top: 10px;
}
.mypage-join-list-contents .join-list > li {
  width: 50%;
}
.mypage-join-list-contents .join-list > li .join-thumbnail .p-box {
  position: relative;
}
.mypage-join-list-contents .join-list > li .join-thumbnail .p-box .flag-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mypage-join-list-contents .join-list > li {
    width: 100%;
  }
  .mypage-join-list-contents .join-list > li .join-thumbnail {
    padding: 20px;
  }
  .mypage-join-list-contents .join-list > li .join-thumbnail .top-area {
    margin: -20px -20px 25px;
    padding: 15px 20px;
  }
  .mypage-join-list-contents .join-list > li .join-thumbnail .p-box .item {
    padding: 20px 0 25px;
  }
  .mypage-join-list-contents .join-list > li .join-thumbnail .p-box .flag-wrap {
    position: static;
    padding-bottom: 15px;
  }
  .mypage-join-list-contents .join-list > li .join-thumbnail .users-area {
    padding-top: 15px;
  }
  .mypage-join-list-contents .join-list > li .join-thumbnail .count {
    bottom: 28px;
  }
}

.list-title-border {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
.list-title-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  width: 100%;
  height: 8px;
  background-color: #da291c;
  z-index: -1;
}
.list-title-border .g {
  position: absolute;
  left: 100%;
  top: 5px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #777;
}
.list-title-border.blue:before {
  background-color: #33AEB6;
}
@media screen and (max-width: 768px) {
  .list-title-border {
    font-size: 16px;
    line-height: 16px;
  }
  .list-title-border:before {
    height: 6px;
  }
  .list-title-border .g {
    top: 2px;
    font-size: 14px;
    line-height: 14px;
  }
}

.list-title {
  font-size: 22px;
  line-height: 22px;
}

.mypage-reservation-content .list-title {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mypage-reservation-content .list-title {
    margin-top: 50px;
  }
}
.mypage-reservation-content .templ-type-infolist-1 {
  margin-top: 40px;
}
.mypage-reservation-content .templ-type-infolist-2 + .list-title {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mypage-reservation-content .templ-type-infolist-2 + .list-title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mypage-reservation-content {
    padding-bottom: 100px;
  }
  .mypage-reservation-content .btn-area-r.mypage button {
    padding: 17.5px 15px;
    min-width: 100px;
    vertical-align: top;
  }
  .mypage-reservation-content .btn-area-r.mypage button#updateBtn {
    padding: 8.5px 15px;
  }
  .mypage-reservation-content .btn-area-r.mypage button#changeVisitorBtn {
    padding: 8.5px 15px;
  }
  .mypage-reservation-content .btn-area-r.mypage.case3 {
    border-bottom: none !important;
  }
  .mypage-reservation-content .btn-area-r.mypage.case3 #listGoBtn {
    position: relative;
    bottom: inherit;
    right: inherit;
  }
}

.complete-form-box {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #33aeb6;
}
.complete-form-box .form-list {
  margin: 0 -20px;
  display: table;
}
.complete-form-box .form-list .form-wrap {
  display: table-cell;
  padding: 0 20px;
  width: 16%;
  vertical-align: middle;
}
.complete-form-box .form-list .form-wrap .inline {
  width: 100%;
  font-size: 0;
}
.complete-form-box .form-list .form-wrap .inline .input-box {
  display: inline-block;
  width: calc(53% - 10px);
  margin-right: 10px;
  vertical-align: top;
}
.complete-form-box .form-list .form-wrap .inline .input-box:first-child {
  width: calc(27% - 10px);
}
.complete-form-box .form-list .form-wrap .inline .input-box input {
  font-size: 16px;
  line-height: 16px;
}
.complete-form-box .form-list .form-wrap .inline .select-wrap {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.complete-form-box .form-list .form-wrap .inline .select-wrap.full {
  width: 100%;
}
.complete-form-box .form-list .form-wrap:first-child {
  width: 11%;
}
.complete-form-box .form-list .form-wrap:last-child {
  width: 7%;
}
.complete-form-box .form-list .form-wrap.wide {
  width: 16%;
}
.complete-form-box .form-list .form-wrap.wide .inline .input-box {
  width: calc(35% - 10px);
}
.complete-form-box .form-list .form-wrap.wide .inline .input-box.number {
  width: calc(69% - 10px);
  margin-right: 0;
}
.complete-form-box .form-list .form-wrap.wide .inline .select-wrap {
  width: 25%;
}
.complete-form-box .templ-type-infolist-2 {
  margin: 35px 0 0 0;
}
.complete-form-box .btn-area-r {
  position: absolute;
  right: 40px;
  top: 150px;
  margin: 0;
}
.complete-form-box .btn-area-r button {
  width: auto;
  min-width: 120px;
}
@media screen and (max-width: 1024px) {
  .complete-form-box .form-list {
    display: block;
  }
  .complete-form-box .form-list .form-wrap {
    margin-top: 25px;
    display: block;
    width: 100%;
  }
  .complete-form-box .form-list .form-wrap .inline .input-box:first-child {
    width: calc(30% - 10px);
  }
  .complete-form-box .form-list .form-wrap.wide {
    width: 100%;
  }
  .complete-form-box .form-list .form-wrap.wide .inline .input-box {
    width: calc(30% - 10px);
  }
  .complete-form-box .form-list .form-wrap.wide .inline .input-box.number {
    width: 70%;
    margin-right: 0;
  }
  .complete-form-box .form-list .form-wrap.wide .inline .select-wrap {
    width: 25%;
  }
  .complete-form-box .form-list .form-wrap:first-child {
    margin-top: 0;
    width: 100%;
  }
  .complete-form-box .form-list .form-wrap:last-child {
    width: 100%;
  }
  .complete-form-box .btn-area-r {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .complete-form-box {
    border: none;
    border-radius: 0;
    padding: 0px;
  }
  .complete-form-box .form-list .form-wrap .inline .input-box {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .complete-form-box .form-list .form-wrap .inline .input-box:first-child {
    width: calc(30% - 20px);
  }
  .complete-form-box .form-list .form-wrap .inline .select-wrap {
    width: 20%;
  }
  .complete-form-box .form-list .form-wrap.wide .inline .input-box {
    margin-right: 20px;
    width: calc(30% - 20px);
  }
  .complete-form-box .form-list .form-wrap.wide .inline .input-box.number {
    width: 70%;
  }
  .complete-form-box .templ-type-infolist-2 {
    margin: 20px 0 0 0;
  }
  .complete-form-box .templ-type-infolist-2 .point {
    color: #da291c;
  }
  .complete-form-box .btn-area-r button {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .reservation-complete {
    padding-bottom: 65px;
  }
  .reservation-complete .btn-area-r.mypage button {
    padding: 17.5px 15px;
    min-width: 100px;
    vertical-align: top;
  }
  .reservation-complete .btn-area-r.mypage button#updateBtn {
    padding: 8.5px 15px;
  }
  .reservation-complete .btn-area-r.mypage button#changeVisitorBtn {
    padding: 8.5px 15px;
  }
  .reservation-complete .btn-area-r.mypage.case3 {
    border-bottom: none !important;
  }
  .reservation-complete .btn-area-r.mypage.case3 #listGoBtn {
    position: absolute;
    right: 0;
    bottom: -70px;
  }
}

.reservation-box .text {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #da291c;
}
@media screen and (max-width: 768px) {
  .reservation-box .text {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }
}
.reservation-box .result-list {
  padding: 20px 40px;
  background-color: #f5f5f5;
}
.reservation-box .result-list:after {
  content: "";
  display: block;
  clear: both;
}
.reservation-box .result-list dt {
  float: left;
  padding: 8px 0;
  color: #555;
}
.reservation-box .result-list dd {
  display: block;
  padding: 8px 0 8px 80px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .reservation-box .result-list {
    padding: 15px 20px;
  }
  .reservation-box .result-list dt {
    padding: 5px 0;
    line-height: 20px;
  }
  .reservation-box .result-list dd {
    padding: 5px 0 5px 80px;
    line-height: 20px;
  }
}

.btn-area-r.mypage {
  font-size: 0;
}
.btn-area-r.mypage button {
  width: auto;
  min-width: 160px;
}
.btn-area-r.mypage button:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .btn-area-r.mypage {
    position: relative;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
  }
  .btn-area-r.mypage button {
    min-width: 105px;
    margin-left: 10px;
  }
  .btn-area-r.mypage button em {
    font-size: 15px;
  }
  .btn-area-r.mypage button:first-child:nth-last-child(3), .btn-area-r.mypage button:first-child:nth-last-child(3) ~ button {
    min-width: auto;
  }
  .btn-area-r.mypage .reset-medium {
    position: absolute;
    right: 0;
    bottom: -65px;
  }
}
@media screen and (max-width: 768px) {
  .btn-area-r.position {
    padding-bottom: 60px;
  }
  .btn-area-r.position button.submit-medium {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  [data-catagory=mypage] .container {
    min-height: 800px;
  }
}
[data-catagory=mypage] .modal-pop-area .textarea-box textarea {
  height: 120px;
}
[data-catagory=mypage] .modal-pop-area .templ-type-header {
  font-size: 32px;
  line-height: 32px;
  line-height: 42px;
  word-break: keep-all;
}
[data-catagory=mypage] .modal-pop-area .templ-type-header .fs {
  font-size: 32px;
  line-height: 32px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .modal-pop-area .templ-type-header {
    font-size: 24px;
    line-height: 34px;
  }
  [data-catagory=mypage] .modal-pop-area .templ-type-header .fs {
    font-size: 24px;
    line-height: 34px;
  }
}
[data-catagory=mypage] .modal-pop-area .pop-cancel-box .templ-type-infolist-1 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .modal-pop-area .pop-cancel-box .complete-list {
    margin-top: 30px;
  }
  [data-catagory=mypage] .modal-pop-area .pop-cancel-box .templ-type-infolist-1 ul li {
    margin-bottom: 0;
  }
}

[data-catagory=mypage] .list-area .no-data-box {
  margin: 0 auto;
  padding: 60px 20px;
  border-top: none;
}
[data-catagory=mypage] .btn-area-r.event {
  margin: 20px 0 -50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=mypage] .btn-area-r.event {
    margin: 20px 0 30px 0;
  }
}
[data-catagory=mypage] .btn-area-r.border {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

[data-catagory=golfCourseNews] .templ-type-title {
  margin: 0 0 65px 0;
}
[data-catagory=golfCourseNews] .templ-type-tab-medium {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .templ-type-tab-medium {
    margin: 0 0 40px 0;
  }
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li {
  display: table;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #eee;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li:first-child {
  padding-top: 0;
  border-top: none;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 47%;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 340px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-pagination {
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 15px;
  font-size: 0;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #da291c;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-button-prev {
  left: 20px;
  width: 18px;
  height: 34px;
  margin-top: -17px;
  background: url(../image/icon-swiper-prev-white.png) no-repeat;
  background-size: cover;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-button-next {
  right: 20px;
  width: 18px;
  height: 34px;
  margin-top: -17px;
  background: url(../image/icon-swiper-next-white.png) no-repeat;
  background-size: cover;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box {
  margin-left: 60px;
  padding: 18px 0;
  width: calc(100% - 60px);
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title .tag {
  display: inline-block;
  margin: -6px 0 0 8px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  vertical-align: middle;
  background: #888;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title .tag + .tag {
  margin-left: 0;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .text {
  margin-top: 15px;
  line-height: 22px;
  color: #555;
  font-size: 16px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .text + .text {
  font-size: 20px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list {
  margin-top: 25px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li {
  line-height: 26px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li .table-wrap {
  margin: 15px 0;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li .table-wrap thead th {
  text-align: center;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li .table-wrap tbody td {
  text-align: center;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li .table-wrap .table + p {
  margin-top: 10px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li .submit-complete {
  margin-top: 15px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap {
  margin-top: 25px;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap .table .table-border tr {
  border-bottom: 1px solid #eee;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap .table .table-border tr th {
  padding-left: 30px;
  line-height: 22px;
  font-weight: bold;
  border: none;
}
[data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap .table .table-border tr td {
  line-height: 22px;
  border: none;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li {
    padding: 50px 0 0 0;
    border: none;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img {
    float: none;
    display: block;
    width: 100%;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-container .swiper-wrapper .swiper-slide .img img {
    height: auto;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-pagination {
    margin-top: 10px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-button-prev {
    left: 10px;
    width: 13px;
    height: 24px;
    margin-top: -12px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .swiper-img .swiper-button-next {
    right: 10px;
    width: 13px;
    height: 24px;
    margin-top: -12px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box {
    float: none;
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title {
    font-size: 22px;
    line-height: 22px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title .tag {
    margin: -4px 0 0 5px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 12px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .title .tag + .tag {
    margin-left: 0px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .text {
    line-height: 20px;
    font-size: 14px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .text + .text {
    margin-top: 5px;
    font-size: 18px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list {
    margin-top: 20px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .list li {
    line-height: 20px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .content-box .submit-complete {
    min-width: 170px;
    margin-left: 0 !important;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap {
    margin-top: 20px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap .table .table-border tr th {
    padding: 15px;
    line-height: 20px;
  }
  [data-catagory=golfCourseNews] .partnership-box .partnership-list > li .table-wrap .table .table-border tr th {
    line-height: 20px;
  }
}
[data-catagory=golfCourseNews] .modal-pop-area .contents.golftel .pop-scroll-box {
  bottom: 0;
}
[data-catagory=golfCourseNews] .modal-pop-area .contents.golftel .pop-scroll-box .table-wrap .table-title {
  margin-top: 40px;
  font-size: 22px;
  line-height: 22px;
}
[data-catagory=golfCourseNews] .modal-pop-area .contents.golftel .pop-scroll-box .table-wrap .table-title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .modal-pop-area .contents.golftel .pop-scroll-box .table-wrap .table-title {
    font-size: 15px;
    line-height: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.nearby-event-map-list {
  min-width: 1280px;
  margin-bottom: 80px;
}
.nearby-event-map-list:after {
  content: "";
  display: block;
  clear: both;
}
.nearby-event-map-list .thumbnail {
  float: left;
}
.nearby-event-map-list .thumbnail .zoom {
  display: none;
}
.nearby-event-map-list .nearby-list-area {
  float: right;
  width: 340px;
  border-top: 2px #555 solid;
}
.nearby-event-map-list .nearby-list-area > .nearby-list {
  margin-bottom: 18px;
}
.nearby-event-map-list .nearby-list-area > .nearby-list ul {
  height: 600px;
}
.nearby-event-map-list .nearby-list-area > .nearby-list ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px #eee solid;
}
.nearby-event-map-list .nearby-list-area > .nearby-list ul li a span {
  display: block;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  padding-bottom: 5px;
}
.nearby-event-map-list .nearby-list-area > .nearby-list ul li a em {
  display: block;
  color: #777;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-top: 8px;
}
.nearby-event-map-list .nearby-list-area > .nearby-list .scroll-element.scroll-y {
  right: 0;
}
.nearby-event-map-list .nearby-list-area .bt-small {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .nearby-event-map-list {
    min-width: 100%;
    margin-bottom: 50px;
  }
  .nearby-event-map-list .thumbnail {
    position: relative;
    float: inherit;
    margin: 0 -20px 40px;
  }
  .nearby-event-map-list .thumbnail img {
    width: 100%;
  }
  .nearby-event-map-list .thumbnail .zoom {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nearby-event-map-list .thumbnail .zoom::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='53px' height='53px'%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M38.293,39.707 L39.707,38.293 L51.707,50.293 L50.293,51.707 L38.293,39.707 Z'/%3e%3cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M23.500,1.000 C35.926,1.000 46.000,11.074 46.000,23.500 C46.000,35.926 35.926,46.000 23.500,46.000 C11.074,46.000 1.000,35.926 1.000,23.500 C1.000,11.074 11.074,1.000 23.500,1.000 Z'/%3e%3cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M32.000,25.000 L25.000,25.000 L25.000,32.000 C25.000,32.552 24.552,33.000 24.000,33.000 C23.448,33.000 23.000,32.552 23.000,32.000 L23.000,25.000 L16.000,25.000 C15.448,25.000 15.000,24.552 15.000,24.000 C15.000,23.448 15.448,23.000 16.000,23.000 L23.000,23.000 L23.000,16.000 C23.000,15.448 23.448,15.000 24.000,15.000 C24.552,15.000 25.000,15.448 25.000,16.000 L25.000,23.000 L32.000,23.000 C32.552,23.000 33.000,23.448 33.000,24.000 C33.000,24.552 32.552,25.000 32.000,25.000 Z'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    display: inline-block;
    border-radius: 0;
    background-color: transparent;
    width: 26px;
    height: 26px;
    margin: 8px 0 0 8px;
  }
  .nearby-event-map-list .nearby-list-area {
    float: inherit;
    width: 100%;
    margin: 0 0;
  }
  .nearby-event-map-list .nearby-list-area > .nearby-list {
    margin-bottom: 10px;
  }
  .nearby-event-map-list .nearby-list-area > .nearby-list ul {
    height: initial;
  }
  .nearby-event-map-list .nearby-list-area > .nearby-list ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #eee solid;
  }
  .nearby-event-map-list .nearby-list-area > .nearby-list ul li a span {
    display: block;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .nearby-event-map-list .nearby-list-area > .nearby-list ul li a em {
    display: block;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin-top: 8px;
  }
  .nearby-event-map-list .nearby-list-area > .nearby-list .scroll-element.scroll-y {
    right: 0;
  }
  .nearby-event-map-list .nearby-list-area .bt-small {
    margin-top: 10px;
  }
}

.templ-type-nearby {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.templ-type-nearby::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  background-color: #33AEB6;
}
@media screen and (max-width: 768px) {
  .templ-type-nearby {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

.nearby-event-area ul {
  margin: 0 -10px 0;
}
.nearby-event-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.nearby-event-area ul li {
  float: left;
  width: 25%;
  padding: 0 10px 0;
}
.nearby-event-area ul li:last-child {
  padding-right: 0;
}
.nearby-event-area ul li a {
  display: block;
  border: 1px #eee solid;
  width: 100%;
  padding: 30px;
}
.nearby-event-area ul li a .thumbnail {
  margin: -30px -30px 30px;
}
.nearby-event-area ul li a .thumbnail img {
  width: 100%;
}
.nearby-event-area ul li span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.nearby-event-area ul li em {
  display: block;
  color: #777;
  font-size: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .nearby-event-area ul li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .nearby-event-area ul li a {
    padding: 15px;
  }
  .nearby-event-area ul li a .thumbnail {
    margin: -15px -15px 15px;
  }
  .nearby-event-area ul li a .thumbnail img {
    width: 100%;
  }
  .nearby-event-area ul li span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  .nearby-event-area ul li em {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    margin-top: 7px;
  }
}

.being-page-wrap .partnership-box .partnership-list > .faq-item-new {
  padding: 10px 0 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .being-page-wrap .partnership-box .partnership-list {
    border-bottom: 1px solid #eee;
  }
}

.being-page-new .faq-item .question .title::before {
  content: "";
  background-image: url(../image/icon_accordion_01.png);
  background-position: center;
  border: none;
}
@media screen and (max-width: 768px) {
  .being-page-new .faq-item .question .title::before {
    padding-top: 0;
    background-size: cover;
  }
}

.being-page-new .faq-item .question .title1::before {
  background-image: url(../image/icon_accordion_04.png);
}

.being-page-new .faq-item .question .title2::before {
  background-image: url(../image/icon_accordion_02.png);
}

.being-page-new .faq-item .question .title3::before {
  background-image: url(../image/icon_accordion_03.png);
}

.being-page-new .table-wrap .table {
  border-top: 1px solid #6a6a6a;
}

.being-page-wrap .templ-type-tab-medium-new {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .being-page-wrap .templ-type-tab-medium-new {
    padding: 0px 0px;
  }
}

.being-page-new .faq-item .question.active .title {
  font-weight: 700;
}

.being-page-new .faq-wrap-new {
  background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
  .being-page-new .faq-wrap-new {
    border-top: 1px solid #dddddd;
  }
}

.being-page-new .faq-wrap-bg {
  padding: 70px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .being-page-new .faq-wrap-bg {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}

.being-page-new .partnership-box .partnership-list > li .content-box {
  padding: 0 0;
  width: calc(100% - 208px);
  margin: 0 auto;
}
.being-page-new .partnership-box .partnership-list > li .content-box .table-wrap thead th {
  padding: 15px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .being-page-new .partnership-box .partnership-list li .content-box {
    width: 100%;
  }
}

.being-page-new .faq-wrap-bg .area-image-new .inner-img-new {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.being-page-new .partnership-box .partnership-list > li .table-wrap .table .table-border tbody tr th {
  border-right: 1px solid #e3e3e3;
  text-align: center;
  padding: 16px 40px;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .being-page-new .partnership-box .partnership-list > li .table-wrap .table .table-border tbody tr th {
    padding: 0px 0px;
  }
}

.being-page-new .partnership-box .partnership-list > li .table-wrap .table .table-border tbody tr td {
  background-color: #fff;
}
.being-page-new .partnership-box .partnership-list > li .content-box .table-wrap tbody td {
  text-align: left;
  padding: 10px 20px;
  color: #333;
}

.being-page-new .inner-img-new > img {
  width: 100%;
  max-width: 100%;
}

.being-page-new .faq-list-content {
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .wrap .container > .contents-area-center-new {
    padding: 30px 0px 40px;
  }
  header .header-inner .head-title strong {
    text-align: left;
    font-weight: 700;
  }
  .being-page-new .area-image-new {
    padding-top: 30px;
  }
}
.being-page-new .partnership-box .partnership-list .faq-item-new {
  border-bottom: 1px solid #e3e3e3;
}
.being-page-new .partnership-box .partnership-list .faq-item-new:last-child {
  border-bottom: 0;
}

[data-catagory=golfCourseNews] .myscore-box {
  margin: -10px 0 30px;
  border: 1px solid #33AEB6;
  background: #f5fcfc;
}
[data-catagory=golfCourseNews] .myscore-box ul {
  position: relative;
  padding: 15px;
  font-size: 0;
  text-align: center;
}
[data-catagory=golfCourseNews] .myscore-box ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
[data-catagory=golfCourseNews] .myscore-box ul li span {
  position: relative;
  display: inline-block;
  line-height: 26px;
  vertical-align: middle;
}
[data-catagory=golfCourseNews] .myscore-box ul li span.mark {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 20px;
  background-color: #33AEB6;
}
[data-catagory=golfCourseNews] .myscore-box ul li span.rank {
  margin-left: 10px;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .myscore-box ul li span.name {
  margin-left: 30px;
}
[data-catagory=golfCourseNews] .myscore-box ul li span.score:before {
  content: "";
  margin: -2px 10px 0;
  display: inline-block;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background-color: #ddd;
}
[data-catagory=golfCourseNews] .myscore-box ul li span.date:before {
  content: "";
  margin: -2px 10px 0;
  display: inline-block;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background-color: #ddd;
}
[data-catagory=golfCourseNews] .myscore-box ul li span.branch:before {
  content: "";
  margin: -2px 10px 0;
  display: inline-block;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .myscore-box {
    margin: 0 0 30px;
  }
  [data-catagory=golfCourseNews] .myscore-box ul {
    display: table;
    padding: 30px 0;
    width: 100%;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #eee;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li:nth-child(1) {
    width: 30%;
    border-left: none;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li:nth-child(2) {
    width: 33.5%;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li:nth-child(3) {
    width: 36.5%;
    padding: 0 15px;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span {
    line-height: 20px;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.mark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.rank {
    margin: 0;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.name {
    margin: 0;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.score:before {
    content: "/";
    margin: -2px 2px 0;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    background: none;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.date {
    display: block;
    text-align: left;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.date:before {
    display: none;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.branch {
    display: block;
    text-align: left;
  }
  [data-catagory=golfCourseNews] .myscore-box ul li span.branch:before {
    display: none;
  }
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-text {
  margin-bottom: 20px;
  color: #777;
  text-align: right;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-text * {
  color: #777;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box {
  margin: -10px 0 20px;
  position: relative;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .select-box {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 200px;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .select-box em {
  padding: 7px 0;
  height: 32px;
  border-bottom-width: 1px;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .select-box:before {
  top: 14px;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .select-box ul {
  top: 31px;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .list {
  margin-top: 15px;
  font-size: 0;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .list li {
  position: relative;
  display: inline-block;
  color: #777;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .list li + li:before {
  content: "";
  display: inline-block;
  margin: -2px 8px 0 10px;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  background: #eee;
}
[data-catagory=golfCourseNews] .table-wrap.fame .info-box .list li span {
  color: #777;
}
[data-catagory=golfCourseNews] .table-wrap.fame .table .table-border thead tr th {
  position: relative;
  padding: 17px 0;
  font-weight: bold;
  border-left: none;
  border-right: none;
  background: none;
}
[data-catagory=golfCourseNews] .table-wrap.fame .table .table-border thead tr th + th:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 1px;
  height: 14px;
  background: #eee;
}
[data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td {
  padding: 17px 10px;
  border-left: none;
  border-right: none;
}
[data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td span.rank {
  padding-left: 50px;
}
[data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr.top td span.rank {
  position: relative;
  font-weight: bold;
}
[data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr.top td span.rank:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 35px;
  height: 30px;
  background: url(../image/icon-fame.png) no-repeat;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .table-wrap.fame .info-text {
    margin-bottom: 15px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .info-box {
    margin: -10px 0 15px;
    padding-top: 55px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .info-box .select-box {
    top: 0;
    bottom: auto;
    width: 50%;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .info-box h3 {
    font-size: 17px;
    line-height: 17px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .info-box .list li {
    display: block;
    line-height: 20px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .info-box .list li + li:before {
    display: none;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border thead tr th {
    padding: 12px 5px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td {
    padding: 12px 5px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td.date-branch {
    padding: 12px 20px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td span.rank {
    padding-left: 32px;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td span.date, [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td span.branch {
    display: block;
    text-align: left;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr td span.slash {
    display: none;
  }
  [data-catagory=golfCourseNews] .table-wrap.fame .table .table-border tbody tr.top td span.rank:before {
    top: calc(50% - 10.5px);
    width: 26px;
    height: 21px;
    background: url(../image/icon-fame-mo.png) no-repeat;
    background-size: cover;
  }
}
[data-catagory=golfCourseNews] .templ-type-infolist-1 {
  margin-top: 60px;
}
[data-catagory=golfCourseNews] .templ-type-infolist-1 .point {
  font-weight: bold;
  color: #da291c;
}
[data-catagory=golfCourseNews] .templ-type-tab-small {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  [data-catagory=golfCourseNews] .templ-type-tab-small {
    margin-bottom: 22px;
  }
  [data-catagory=golfCourseNews] .templ-type-infolist-1 {
    margin-top: 40px;
  }
}

[data-catagory=company] .bg1 {
  position: absolute;
  top: 420px;
  left: -120px;
  width: 519px;
  height: 461px;
  background: url("../image/bg-shape-4.png") no-repeat;
  z-index: -1;
}
[data-catagory=company] .bg2 {
  position: absolute;
  top: 280px;
  right: -300px;
  width: 785px;
  height: 501px;
  background: url("../image/bg-login-1.png") no-repeat;
  z-index: -1;
}
[data-catagory=company] .bg3 {
  position: absolute;
  top: 445px;
  right: -120px;
  width: 146px;
  height: 143px;
  background: url("../image/bg-login-2.png") no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  [data-catagory=company] .bg1,
  [data-catagory=company] .bg2,
  [data-catagory=company] .bg3 {
    display: none;
  }
}
[data-catagory=company] .templ-type-tab-medium {
  margin: 65px 0 50px;
}
@media screen and (max-width: 768px) {
  [data-catagory=company] .templ-type-tab-medium {
    margin: 0 0 37px;
  }
}
[data-catagory=company] .history-contents .history-box {
  margin-bottom: -100px;
  text-align: center;
}
[data-catagory=company] .history-contents .history-box dt {
  position: relative;
  font-size: 42px;
  line-height: 42px;
}
[data-catagory=company] .history-contents .history-box dd {
  position: relative;
  padding: 60px 0 120px 0;
}
[data-catagory=company] .history-contents .history-box dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: calc(100% - 40px);
  background: #eee;
  transform: translateX(-50%);
  z-index: -1;
}
[data-catagory=company] .history-contents .history-box dd .list li:after {
  content: "";
  display: block;
  clear: both;
}
[data-catagory=company] .history-contents .history-box dd .list li .img {
  position: relative;
  float: left;
  width: calc(50% - 60px);
}
[data-catagory=company] .history-contents .history-box dd .list li .img img {
  width: 100%;
  height: 310px;
}
[data-catagory=company] .history-contents .history-box dd .list li .content {
  position: relative;
  float: right;
  width: calc(50% - 60px);
  margin: 45px 0;
  text-align: left;
}
[data-catagory=company] .history-contents .history-box dd .list li .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -66px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #da291c;
}
[data-catagory=company] .history-contents .history-box dd .list li .content span {
  display: block;
}
[data-catagory=company] .history-contents .history-box dd .list li .content span.date {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
}
[data-catagory=company] .history-contents .history-box dd .list li .content span.title {
  margin-top: 20px;
  font-size: 36px;
  line-height: 36px;
  font-family: SpoqaHanSans-Light;
}
[data-catagory=company] .history-contents .history-box dd .list li .content span.text {
  margin-top: 25px;
  line-height: 24px;
  color: #555;
}
[data-catagory=company] .history-contents .history-box dd .list li .content .btn-border {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 18px;
}
[data-catagory=company] .history-contents .history-box dd .list li .content .btn-border:before {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 6px;
  background: #33AEB6;
  z-index: -1;
}
[data-catagory=company] .history-contents .history-box dd .list li + li {
  margin-top: 60px;
}
[data-catagory=company] .history-contents .history-box dd .list li:nth-child(even) .img {
  float: right;
}
[data-catagory=company] .history-contents .history-box dd .list li:nth-child(even) .content {
  float: left;
  text-align: right;
}
[data-catagory=company] .history-contents .history-box dd .list li:nth-child(even) .content:before {
  left: auto;
  right: -66px;
}
@media screen and (max-width: 768px) {
  [data-catagory=company] .history-contents .history-box {
    margin-bottom: 0;
  }
  [data-catagory=company] .history-contents .history-box dt {
    font-size: 29px;
    line-height: 29px;
  }
  [data-catagory=company] .history-contents .history-box dt:after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 1px;
    height: 25px;
    background: #eee;
    z-index: -1;
  }
  [data-catagory=company] .history-contents .history-box dd {
    padding: 50px 0 0 0;
  }
  [data-catagory=company] .history-contents .history-box dd:before {
    display: none;
  }
  [data-catagory=company] .history-contents .history-box dd:last-child .list li .img {
    padding-bottom: 0;
  }
  [data-catagory=company] .history-contents .history-box dd:last-child .list li .img:after {
    display: none;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .img {
    float: none;
    margin-top: 25px;
    padding-bottom: 80px;
    width: 100%;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #eee;
    z-index: -1;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .img img {
    height: auto;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content:before {
    top: auto;
    left: 50%;
    bottom: calc(100% + 15px);
    width: 7px;
    height: 7px;
    transform: translateX(-50%);
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content span.date {
    font-size: 17px;
    line-height: 17px;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content span.title {
    margin-top: 15px;
    font-size: 21px;
    line-height: 21px;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content span.text {
    margin-top: 20px;
    line-height: 21px;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content .btn-border {
    margin-top: 20px;
    font-size: 15px;
    line-height: 15px;
  }
  [data-catagory=company] .history-contents .history-box dd .list li .content .btn-border:before {
    height: 5px;
  }
  [data-catagory=company] .history-contents .history-box dd .list li + li {
    margin-top: 25px;
  }
  [data-catagory=company] .history-contents .history-box dd .list li:nth-child(even) .content {
    text-align: center;
  }
  [data-catagory=company] .history-contents .history-box dd .list li:nth-child(even) .content:before {
    top: auto;
    left: 50%;
    bottom: calc(100% + 15px);
    width: 7px;
    height: 7px;
    transform: translateX(-50%);
  }
}

.company-vision-wrap {
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  .company-vision-wrap {
    margin: 0 -20px -40px;
  }
}
.company-vision-wrap .company-vision-area {
  position: relative;
}
.company-vision-wrap .company-vision-area .vision-image {
  margin: 0 -320px;
}
.company-vision-wrap .company-vision-area .vision-image img {
  width: 100%;
}
.company-vision-wrap .company-vision-area .vision-text {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}
.company-vision-wrap .company-vision-area .vision-text .number {
  display: block;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.company-vision-wrap .company-vision-area .vision-text .text {
  font-size: 62px;
  line-height: 82px;
  color: #fff;
}
.company-vision-wrap .company-vision-area .vision-text .content {
  margin-top: 43px;
}
.company-vision-wrap .company-vision-area .vision-text .content p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.company-vision-wrap .company-vision-area .vision-text .content p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .company-vision-wrap .company-vision-area .vision-image {
    margin: 0;
  }
  .company-vision-wrap .company-vision-area .vision-text {
    top: 50px;
    left: 20px;
  }
  .company-vision-wrap .company-vision-area .vision-text .number {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
  }
  .company-vision-wrap .company-vision-area .vision-text .text {
    font-size: 26px;
    line-height: 34px;
  }
  .company-vision-wrap .company-vision-area .vision-text .content {
    margin-top: 22px;
  }
  .company-vision-wrap .company-vision-area .vision-text .content p {
    font-size: 14px;
    line-height: 21px;
  }
  .company-vision-wrap .company-vision-area .vision-text .content p + p {
    margin-top: 7px;
  }
}
.company-vision-wrap .vision-top {
  position: relative;
  height: 542px;
  padding: 112px 0 0;
  text-align: center;
}
.company-vision-wrap .vision-top .logo {
  display: inline-block;
  width: 229px;
  height: 44px;
}
.company-vision-wrap .vision-top .logo img {
  width: 100%;
  height: 100%;
}
.company-vision-wrap .vision-top .text {
  display: block;
  margin: 60px 0 40px;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.company-vision-wrap .vision-top .sub p {
  font-size: 24px;
  line-height: 36px;
  color: #555;
}
.company-vision-wrap .vision-top .sub p + p {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .company-vision-wrap .vision-top {
    height: 290px;
    padding: 41.5px 0 0;
    background-image: url("../image/vision-top-mobile.jpg");
    background-size: 100% 290px;
  }
  .company-vision-wrap .vision-top .logo {
    width: 156px;
    height: 30px;
  }
  .company-vision-wrap .vision-top .text {
    margin: 40px 0 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .company-vision-wrap .vision-top .sub p {
    font-size: 14px;
    line-height: 21px;
  }
  .company-vision-wrap .vision-top .sub p + p {
    margin-top: 7px;
  }
}
.company-vision-wrap .vision-01 .content-box {
  width: 33.33%;
}
.company-vision-wrap .vision-01 .content-box .title {
  font-size: 46px;
  line-height: 46px;
  color: #fff;
}
.company-vision-wrap .vision-01 .content-box .content {
  margin: 16px 0 33px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.company-vision-wrap .vision-01 .content-box .btn-link {
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .company-vision-wrap .vision-01 .content-box {
    width: auto;
    height: auto;
    padding: 30px 25px;
  }
  .company-vision-wrap .vision-01 .content-box .title {
    font-size: 23px;
    line-height: 23px;
  }
  .company-vision-wrap .vision-01 .content-box .content {
    margin: 8px 0 15px;
    font-size: 14px;
    line-height: 21px;
  }
}
.company-vision-wrap .vision-01 .pc-view .vision-image {
  position: relative;
  padding-bottom: 78.126%;
}
.company-vision-wrap .vision-01 .pc-view .vision-image img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.company-vision-wrap .vision-01 .pc-view .vision-company {
  overflow: hidden;
}
.company-vision-wrap .vision-01 .pc-view .vision-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box {
  position: absolute;
  top: 0;
  bottom: 0;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box .inner-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  padding: 110px 0 0 60px;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:before, .company-vision-wrap .vision-01 .pc-view .vision-content .content-box:after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:first-child {
  left: 0;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:first-child:before {
  display: block;
  left: 0;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:first-child:after {
  display: block;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:nth-child(2) {
  left: 33.33%;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:nth-child(2):after {
  display: block;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:nth-child(3) {
  left: 66.66%;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box:nth-child(3):after {
  display: block;
}
.company-vision-wrap .vision-01 .pc-view .vision-content .content-box.active .inner-box {
  background-color: rgba(51, 174, 182, 0.7);
  transition: background 0.3s ease-in-out;
}
.company-vision-wrap .vision-01 .mobile-view .content-box {
  position: absolute;
  right: 50px;
  bottom: 0;
  left: 50px;
  background-color: rgba(51, 174, 182, 0.7);
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next,
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev {
  top: auto;
  bottom: 60px;
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next:before, .company-vision-wrap .vision-01 .mobile-view .swiper-button-next:after,
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev:before,
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev:after {
  position: absolute;
  right: 12px;
  width: 1px;
  height: 22px;
  background-color: #fff;
  content: "";
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next:before,
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev:before {
  top: 4px;
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next:after,
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev:after {
  bottom: 3px;
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next {
  right: 20px;
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next:before {
  transform: rotate(-45deg);
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-next:after {
  transform: rotate(-135deg);
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev {
  left: 20px;
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev:before {
  transform: rotate(45deg);
}
.company-vision-wrap .vision-01 .mobile-view .swiper-button-prev:after {
  transform: rotate(135deg);
}

.form-wrap.finish label {
  color: #777;
  font-weight: normal;
}
.form-wrap.float:after {
  content: "";
  display: block;
  clear: both;
}
.form-wrap.float > * {
  float: left;
  width: 50%;
}
.form-wrap.float > *.type2:after {
  content: "";
  display: block;
  clear: both;
}
.form-wrap.float > *.type2 .inner {
  float: left;
  width: calc(50% - 10px);
  vertical-align: middle;
}
.form-wrap.float > *.type2 .inner:last-child {
  float: right;
}
.form-wrap.float > *:last-child {
  float: right;
  width: 50%;
}
.form-wrap.float.type2 > *:first-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .form-wrap.float.type2 > *:first-child {
    width: calc(100% + 10px);
  }
}
.form-wrap.float.type2 > *:last-child {
  width: calc(60% - 10px);
}
@media screen and (max-width: 768px) {
  .form-wrap.float.type2 > *:last-child {
    margin-top: 10px;
    width: 100%;
  }
}
.form-wrap.float.num2 {
  margin: 0 -10px;
}
.form-wrap.float.num2 > * {
  padding: 0 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-wrap.float.num2 > *.float-box {
    margin-top: 25px;
    width: 100%;
  }
  .form-wrap.float.num2 > *.float-box:first-child {
    margin-top: 0;
  }
}
.form-wrap.float.num3 {
  margin: 0 -10px;
}
.form-wrap.float.num3 > * {
  float: left;
  padding: 0 10px;
  width: 33.3334%;
}
@media screen and (max-width: 768px) {
  .form-wrap.float.num3 > *.float-box {
    margin-top: 25px;
    width: 50%;
  }
  .form-wrap.float.num3 > *.float-box:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .form-wrap.float.num3 > *.float-box:first-child {
    margin-top: 0;
  }
}
.form-wrap.float .radio-wrap {
  padding: 12px 0;
  height: 44px;
  font-size: 0;
  border-bottom: 1px solid #eee;
}
.form-wrap.float .radio-wrap .radio-box {
  margin-left: 40px;
}
.form-wrap.float .radio-wrap .radio-box:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .form-wrap.float .radio-wrap {
    padding: 5px 0;
    height: 33px;
  }
  .form-wrap.float .radio-wrap .radio-box {
    margin-left: 20px;
  }
  .form-wrap.float .radio-wrap .radio-box:first-child {
    margin-left: 0;
  }
}
.form-wrap + .form-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .form-wrap + .form-wrap {
    margin-top: 25px;
  }
}

.input-wrap {
  position: relative;
}
.input-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.input-wrap .left-box {
  float: left;
  width: calc(50% - 40px);
  position: relative;
}
.input-wrap .left-box .radio-wrap-ln {
  position: absolute;
  left: 0;
  top: 35px;
}
.input-wrap .left-box .radio-wrap-ln .radio-box {
  margin-right: 20px;
}
.input-wrap .left-box .radio-wrap-ln + .input-box {
  margin-left: 300px;
}
@media screen and (max-width: 768px) {
  .input-wrap .left-box {
    float: none;
    width: 100%;
  }
  .input-wrap .left-box .radio-wrap-ln {
    position: static;
    margin: 10px 0;
  }
  .input-wrap .left-box .radio-wrap-ln + .input-box {
    margin-left: 0;
  }
}
.input-wrap .left-box .table-box {
  font-size: 0;
}
.input-wrap .left-box .table-box:after {
  content: "";
  display: block;
  clear: both;
}
.input-wrap .left-box .table-box > .form-wrap {
  float: left;
  width: 22%;
}
.input-wrap .left-box .table-box .box {
  display: table;
  width: 78%;
  padding-left: 20px;
}
.input-wrap .left-box .table-box .box .form-wrap {
  display: block;
  width: 100%;
}
.input-wrap .left-box .table-box .box .btn-box {
  display: table-cell;
  padding-left: 20px;
  width: 1%;
  white-space: nowrap;
  vertical-align: bottom;
}
.input-wrap .left-box .table-box .box .btn-box .bt-small {
  width: auto;
}
@media screen and (max-width: 768px) {
  .input-wrap .left-box .table-box > .form-wrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .input-wrap .left-box .table-box .box {
    width: 100%;
    padding-left: 0;
  }
}
.input-wrap .right-box {
  float: right;
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .input-wrap .right-box {
    float: none;
    margin-top: 25px;
    width: 100%;
  }
}
.input-wrap .right-box.type2 {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .input-wrap .right-box.type2 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap .right-box.none .float.num2 > *.float-box {
    width: 50%;
    margin-top: 0;
  }
}
.input-wrap .radio-wrap {
  line-height: 44px;
  border-bottom: 1px solid #eee;
}
.input-wrap .radio-wrap .radio-box {
  margin-left: 20px;
}
.input-wrap .radio-wrap .radio-box:first-child {
  margin-left: 0;
}
.input-wrap .radio-wrap .form-wrap {
  margin-top: 8px;
  margin-bottom: 0;
}
.input-wrap .radio-wrap .form-wrap.float {
  margin-top: 8px;
}
.input-wrap .radio-wrap .left-button-box {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .input-wrap .radio-wrap {
    line-height: 33px;
    border: none;
  }
}
.input-wrap + .input-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .input-wrap + .input-wrap {
    margin-top: 25px;
  }
}
.input-wrap .text-right {
  position: absolute;
  top: 35px;
  right: 0;
  color: #777;
}
@media screen and (max-width: 768px) {
  .input-wrap .text-right {
    position: static;
    margin-top: 10px;
  }
}
.input-wrap.triple {
  position: relative;
  margin: 0 -40px;
}
.input-wrap.triple:after {
  content: "";
  display: block;
  clear: both;
}
.input-wrap.triple + .input-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .input-wrap.triple + .input-wrap {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.triple {
    margin: 0 -20px;
  }
}
.input-wrap.triple > li {
  float: left;
  width: 33.33334%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .input-wrap.triple > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.triple > li {
    padding: 0 20px;
    width: 100%;
  }
}
.input-wrap.triple .form-wrap {
  margin-top: 30px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap {
    margin-top: 25px;
  }
}
.input-wrap.triple .form-wrap label, .input-wrap.triple .form-wrap .label {
  margin: 0;
  padding: 12px 0;
  width: 80px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .input-wrap.triple .form-wrap label, .input-wrap.triple .form-wrap .label {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap label, .input-wrap.triple .form-wrap .label {
    width: auto;
    padding: 0;
    font-size: 15px;
  }
}
.input-wrap.triple .form-wrap .input-box {
  display: inline-block;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .input-wrap.triple .form-wrap .input-box {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap .input-box {
    display: block;
    width: 100%;
  }
}
.input-wrap.triple .form-wrap .select-box {
  display: inline-block;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .input-wrap.triple .form-wrap .select-box {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap .select-box {
    display: block;
    width: 100%;
  }
}
.input-wrap.triple .form-wrap.wide label, .input-wrap.triple .form-wrap.wide .label {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap.wide label, .input-wrap.triple .form-wrap.wide .label {
    width: auto;
  }
}
.input-wrap.triple .form-wrap.wide .input-box {
  width: calc(100% - 125px);
}
.input-wrap.triple .form-wrap.wide .select-box {
  width: calc(100% - 125px);
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap.wide .input-box {
    width: 100%;
  }
  .input-wrap.triple .form-wrap.wide .select-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.triple .form-wrap.double {
    width: 50%;
    padding: 0 10px 0 20px;
  }
  .input-wrap.triple .form-wrap.double + .double {
    padding: 0 20px 0 10px;
  }
}
.input-wrap.full + .input-wrap {
  margin-top: 40px;
}
.input-wrap.full + .input-wrap .form-wrap {
  font-size: 0;
}
.input-wrap.full + .input-wrap .form-wrap label {
  width: 80px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .input-wrap.full + .input-wrap .form-wrap label {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.full + .input-wrap .form-wrap label {
    width: auto;
  }
}
.input-wrap.full + .input-wrap .form-wrap .textarea-box {
  display: inline-block;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .input-wrap.full + .input-wrap .form-wrap .textarea-box {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 768px) {
  .input-wrap.full + .input-wrap .form-wrap .textarea-box {
    display: block;
    width: 100%;
  }
}
.input-wrap.full + .input-wrap .form-wrap .textarea-box textarea {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .input-wrap.full + .input-wrap {
    margin-top: 25px;
  }
  .input-wrap.full + .input-wrap .form-wrap label {
    margin-bottom: 10px;
  }
}
.input-wrap .clause-box {
  margin-top: 12px;
  background: #f5f5f5;
}
.input-wrap .clause-box .scroll-area {
  padding: 30px 20px;
  max-height: 150px;
  overflow: auto;
  box-sizing: border-box !important;
}
@media screen and (max-width: 768px) {
  .input-wrap .clause-box .scroll-area {
    padding: 20px;
    max-height: 175px;
  }
}
.input-wrap .type2.form-wrap {
  font-size: 0;
}
.input-wrap .type2.form-wrap > label {
  width: 80px;
  padding: 12px 0;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .input-wrap .type2.form-wrap > label {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap .type2.form-wrap > label {
    padding: 0;
    width: auto;
  }
}
.input-wrap .type2.form-wrap .input-box {
  display: inline-block;
  width: calc(100% - 80px);
}
.input-wrap .type2.form-wrap .input-box .table-box {
  position: relative;
  display: table;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .input-wrap .type2.form-wrap .input-box .table-box {
    width: 100%;
  }
}
.input-wrap .type2.form-wrap .input-box .table-box input {
  display: inline-block;
  width: 100%;
  position: relative;
}
.input-wrap .type2.form-wrap .input-box .table-box .file-box {
  display: table-cell;
  padding-left: 20px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-wrap .type2.form-wrap .input-box .table-box .file-box label {
  margin: 0;
  padding: 11px 30px;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 200px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .input-wrap .type2.form-wrap .input-box .table-box .file-box label {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap .type2.form-wrap .input-box .table-box .file-box label {
    padding: 8.5px 25px;
  }
}
.input-wrap .type2.form-wrap .input-box .table-box .file-box input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .input-wrap .type2.form-wrap .input-box {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 768px) {
  .input-wrap .type2.form-wrap .input-box {
    width: 100%;
  }
}
.input-wrap .type2.form-wrap .text-info {
  margin-top: 5px;
  padding-left: 80px;
  font-size: 14px;
  line-height: 14px;
  color: #777;
  line-height: 17px;
}
@media screen and (max-width: 1024px) {
  .input-wrap .type2.form-wrap .text-info {
    padding-left: 125px;
  }
}
@media screen and (max-width: 768px) {
  .input-wrap .type2.form-wrap .text-info {
    margin: 0;
    padding-left: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .input-box input {
    height: 33px;
  }
  .input-box input.password {
    font-size: inherit;
    letter-spacing: inherit;
  }
}
.input-box.confirm {
  position: relative;
  display: table;
  width: 100%;
}
.input-box.confirm input {
  display: inline-block;
  width: 100%;
  position: relative;
}
.input-box.confirm .btn-box {
  display: table-cell;
  padding-left: 20px;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}
.input-box.confirm .btn-box .button-small {
  width: auto;
}
.input-box.confirm .btn-box .bt-small {
  width: auto;
}
.input-box.confirm .btn-box .submit-small {
  width: auto;
}
@media screen and (max-width: 768px) {
  .input-box.confirm .btn-box.block {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
  }
}
.input-box.confirm .num3 {
  font-size: 0;
}
.input-box.confirm .num3 input {
  display: inline-block;
}
.input-box.confirm .num3 input:nth-child(1) {
  width: 30%;
}
.input-box.confirm .num3 input:nth-child(2) {
  margin: 0 10px;
  width: calc(28% - 20px);
}
.input-box.confirm .num3 input:nth-child(3) {
  width: 42%;
}
.input-box.confirm .address {
  display: block;
  font-size: 0;
}
.input-box.confirm .address input {
  width: 75%;
  vertical-align: middle;
}
.input-box.confirm .address input:first-child {
  margin-right: 20px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 768px) {
  .input-box.confirm .address input {
    width: 100%;
  }
  .input-box.confirm .address input:first-child {
    margin-right: 0;
    padding-right: 120px;
    width: 100%;
  }
  .input-box.confirm .address input + input {
    margin-top: 5px;
  }
  .input-box.confirm .address + .btn-box {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background: #fff;
    padding-bottom: 1px;
  }
}
.input-box.confirm .num {
  font-size: 0;
}
.input-box.confirm .num input {
  display: inline-block;
  width: calc(50% - 20px);
}
.input-box.confirm .num em {
  display: inline-block;
  width: 40px;
  text-align: center;
  font-weight: bold;
}
.input-box.table {
  position: relative;
  display: table;
  width: 100%;
  border-top: none;
}
.input-box.table .box {
  display: inline-block;
  width: 100%;
}
.input-box.table .select-wrap {
  display: table-cell;
  padding-left: 20px;
  width: 50%;
  vertical-align: top;
}
.input-box.table.corp-cert-number .select-wrap {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .input-box.table .box {
    padding-right: 10px;
  }
  .input-box.table .select-wrap {
    padding-left: 10px;
    width: 50%;
  }
  .input-box.table.corp-cert-number .select-wrap {
    width: 110px;
  }
}

.form-box {
  margin: 60px 0 0 0;
}
.form-box legend {
  position: absolute;
  left: -99999px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -99999px;
}
.form-box .login-check {
  margin-top: 20px;
}
.form-box .login-check:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .login-check .login-link-box {
  float: right;
  font-size: 0;
}
.form-box .login-check .login-link-box .text-button {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #555;
  vertical-align: -10px;
}
@media screen and (max-width: 768px) {
  .form-box .login-check .login-link-box .text-button {
    font-size: 14px;
    line-height: 14px;
  }
}
.form-box .login-check .login-link-box > * + *:before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 16px;
  vertical-align: -3px;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .form-box .login-check {
    margin-top: 10px;
  }
}
.form-box .login-check .checkbox-box [type=checkbox] + label {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .form-box {
    margin: 40px 0 0 0;
  }
  .form-box .form-wrap + .form-wrap {
    margin-top: 25px;
  }
  .form-box:first-child {
    margin-top: 0;
  }
}

[data-catagory=footer] .templ-type-title {
  margin-bottom: 65px;
}
[data-catagory=footer] .templ-type-tab-medium {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  [data-catagory=footer] .templ-type-tab-medium {
    margin: 40px 0;
  }
}

.management-box .management-info dt {
  font-size: 24px;
  line-height: 24px;
}
.management-box .management-info dd {
  margin-top: 20px;
  line-height: 26px;
}
.management-box .management-info dd + dt {
  margin-top: 60px;
}
.management-box .management-info dd .list {
  margin-top: 30px;
  padding: 40px;
  background: #f5f5f5;
}
.management-box .management-info dd .list li {
  margin-top: 20px;
  padding-left: 15px;
  line-height: 26px;
}
.management-box .management-info dd .list li:first-child {
  margin-top: 0;
}
.management-box .management-info dd .list li strong {
  display: block;
  text-indent: -15px;
  line-height: 26px;
  font-weight: bold;
}
.management-box .management-info dd .list li strong em {
  display: block;
  margin-top: 3px;
  text-indent: 0;
}
.management-box .management-info dd .list li span {
  display: block;
  margin-top: 10px;
  line-height: 26px;
  color: #555;
}
.management-box .management-info dd .sub-text {
  margin-top: 30px;
  color: #555;
  line-height: 26px;
}
.management-box .management-info .sign {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  color: #555;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .management-box .management-info dt {
    font-size: 18px;
  }
  .management-box .management-info dd {
    margin-top: 15px;
    line-height: 19px;
  }
  .management-box .management-info dd + dt {
    margin-top: 40px;
  }
  .management-box .management-info dd .list {
    margin-top: 20px;
    padding: 20px;
  }
  .management-box .management-info dd .list li {
    margin-top: 15px;
    padding-left: 13px;
    line-height: 19px;
  }
  .management-box .management-info dd .list li strong {
    text-indent: -13px;
    line-height: 19px;
  }
  .management-box .management-info dd .list li span {
    margin-top: 5px;
    line-height: 19px;
  }
  .management-box .management-info dd .sub-text {
    margin-top: 20px;
    line-height: 19px;
  }
  .management-box .management-info .sign {
    margin-top: 20px;
  }
}

.terms-box .select-wrap.right:after {
  content: "";
  display: block;
  clear: both;
}
.terms-box .select-wrap.right .select-box {
  width: 200px;
  float: right;
}
.terms-box .top-info-box {
  margin-top: 20px;
}
.terms-box .top-info-box .text {
  line-height: 26px;
}
.terms-box .top-info-box .box {
  margin: 30px 0;
  padding: 40px;
  background: #f5f5f5;
}
.terms-box .top-info-box .box .list {
  margin: 0 -10px;
}
.terms-box .top-info-box .box .list:after {
  content: "";
  display: block;
  clear: both;
}
.terms-box .top-info-box .box .list ul {
  float: left;
  padding: 0 10px;
  width: 33.33334%;
}
.terms-box .top-info-box .box .list ul li {
  margin-top: 15px;
}
.terms-box .top-info-box .box .list ul li:first-child {
  margin-top: 0;
}
.terms-box .top-info-box .box .list ul li a {
  display: inline-block;
  line-height: 26px;
  font-weight: bold;
  text-decoration: underline;
}
.terms-box .top-info-box .box .list.type2 ul {
  width: 50%;
}
.terms-box .top-info-box .box .info {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.terms-box .top-info-box .box .info:after {
  content: "";
  display: block;
  clear: both;
}
.terms-box .top-info-box .box .info dt {
  float: left;
  width: 120px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #555;
}
.terms-box .top-info-box .box .info dt:first-child {
  margin-top: 0;
}
.terms-box .top-info-box .box .info dt:first-child + dd {
  margin-top: 0;
}
.terms-box .top-info-box .box .info dd {
  display: block;
  margin-top: 10px;
  padding-left: 120px;
  font-size: 14px;
  line-height: 14px;
  line-height: 24px;
  color: #555;
}
.terms-box .terms-list dt {
  margin: -90px 0 20px;
  padding-top: 140px;
  font-size: 24px;
  line-height: 24px;
}
.terms-box .terms-list dd .text {
  line-height: 26px;
}
.terms-box .terms-list dd .text + .text {
  margin-top: 10px;
}
.terms-box .terms-list dd .text + ol {
  margin-top: 10px;
}
.terms-box .terms-list dd ol > li {
  padding-left: 15px;
  text-indent: -15px;
  line-height: 26px;
}
.terms-box .terms-list dd ol > li + li {
  margin-top: 10px;
}
.terms-box .terms-list dd ol > li .table-wrap {
  margin-left: -15px;
}
.terms-box .terms-list dd ol > li .sub-title {
  margin: 15px 0 10px;
  text-indent: 0;
}
.terms-box .terms-list dd .type-hyphen + .text {
  margin-top: 10px;
}
.terms-box .terms-list dd .type-hyphen > li {
  line-height: 26px;
  padding-left: 7px;
  text-indent: -7px;
}
.terms-box .terms-list dd .type-num > li {
  margin-top: 10px;
  line-height: 26px;
  padding-left: 20px;
  text-indent: -20px;
}
.terms-box .terms-list dd .type-num-circle {
  margin-top: 5px;
}
.terms-box .terms-list dd .type-num-circle > li {
  line-height: 26px;
  padding-left: 17px;
  text-indent: -17px;
}
.terms-box .terms-list dd .type-num-circle > li .table-wrap {
  margin-left: -32px;
}
.terms-box .terms-list dd .type-text {
  margin-top: 5px;
}
.terms-box .terms-list dd .type-text > li {
  line-height: 26px;
  padding-left: 20px;
  text-indent: -20px;
}
.terms-box .terms-list dd .type-text > li .type-num {
  margin-bottom: 5px;
}
.terms-box .terms-list dd .type-text > li .type-num > li {
  margin-top: 0;
  padding-left: 16px;
  text-indent: -16px;
}
.terms-box .terms-list dd .table-wrap {
  margin: 20px 0;
}
.terms-box .terms-list dd .table-wrap .table .table-border thead tr th {
  padding: 15px 10px;
  text-indent: 0;
}
.terms-box .terms-list dd .table-wrap .table .table-border tbody tr th {
  padding: 15px 10px;
  line-height: 26px;
  text-indent: 0;
  font-weight: bold;
  word-break: break-word;
}
.terms-box .terms-list dd .table-wrap .table .table-border tbody tr td {
  padding: 15px 10px;
  line-height: 26px;
  text-indent: 0;
  word-break: break-word;
}
.terms-box .terms-list dd .table-wrap .table .table-border tbody tr td.t-left {
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .terms-box .select-wrap.right .select-box {
    width: 150px;
  }
  .terms-box .top-info-box .text {
    line-height: 19px;
  }
  .terms-box .top-info-box .box {
    margin: 20px 0;
    padding: 25px 20px;
  }
  .terms-box .top-info-box .box .list ul {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .terms-box .top-info-box .box .list ul:first-child {
    margin-top: 0;
  }
  .terms-box .top-info-box .box .list ul li {
    margin-top: 10px;
  }
  .terms-box .top-info-box .box .list ul li a {
    line-height: 20px;
  }
  .terms-box .top-info-box .box .list.type2 ul {
    width: 100%;
  }
  .terms-box .top-info-box .box .info {
    margin-top: 30px;
    padding-top: 30px;
  }
  .terms-box .top-info-box .box .info dt {
    float: none;
    margin-top: 15px;
    padding-left: 8px;
    line-height: 18px;
    width: 100%;
    text-indent: -8px;
  }
  .terms-box .top-info-box .box .info dt:first-child + dd {
    margin-top: 5px;
  }
  .terms-box .top-info-box .box .info dd {
    margin-top: 5px;
    padding-left: 8px;
    line-height: 18px;
  }
  .terms-box .terms-list dt {
    margin: 0 0 15px;
    padding-top: 40px;
    font-size: 18px;
  }
  .terms-box .terms-list dd .text {
    line-height: 19px;
  }
  .terms-box .terms-list dd ol > li {
    line-height: 19px;
    padding-left: 13px;
    text-indent: -13px;
  }
  .terms-box .terms-list dd ol > li .table-wrap {
    margin-left: -13px;
  }
  .terms-box .terms-list dd ol > li .sub-title {
    margin: 10px 0 5px;
  }
  .terms-box .terms-list dd .type-hyphen > li {
    line-height: 19px;
  }
  .terms-box .terms-list dd .type-num > li {
    margin-top: 5px;
    line-height: 19px;
    padding-left: 18px;
    text-indent: -18px;
  }
  .terms-box .terms-list dd .type-num-circle > li {
    line-height: 19px;
    padding-left: 16px;
    text-indent: -16px;
  }
  .terms-box .terms-list dd .type-num-circle > li .table-wrap {
    margin-left: -29px;
  }
  .terms-box .terms-list dd .type-text > li {
    line-height: 19px;
    padding-left: 17px;
    text-indent: -17px;
  }
  .terms-box .terms-list dd .type-text > li .type-num > li {
    padding-left: 14px;
    text-indent: -14px;
  }
  .terms-box .terms-list dd .table-wrap.scroll .table {
    overflow-x: auto;
  }
  .terms-box .terms-list dd .table-wrap.scroll .table table {
    width: 100%;
  }
  .terms-box .terms-list dd .table-wrap .table .table-border tbody tr th {
    line-height: 19px;
    word-break: keep-all;
  }
  .terms-box .terms-list dd .table-wrap .table .table-border tbody tr td {
    line-height: 19px;
    word-break: keep-all;
  }
  .terms-box .terms-list dd .table-wrap .table .table-border tbody tr td.t-left {
    padding: 15px;
  }
}

.error-box {
  position: relative;
  margin: 70px auto;
  text-align: center;
}
.error-box:before {
  content: "";
  display: block;
  margin: 0 auto 30px;
  width: 66px;
  height: 53px;
  background: url("../image/icon-error.png") no-repeat;
  background-size: cover;
}
.error-box.check:before {
  width: 133px;
  height: 91px;
  background: url("../image/icon-error-check.png") no-repeat;
  background-size: cover;
}
.error-box .tit {
  font-family: SpoqaHanSans-Light;
  font-size: 42px;
  line-height: 42px;
  line-height: 58px;
}
.error-box .tit .b {
  font-size: 42px;
  line-height: 42px;
  line-height: 58px;
  color: #33aeb6;
  font-style: normal;
}
.error-box .text {
  margin-top: 20px;
  color: #555;
  line-height: 26px;
  word-break: keep-all;
}
.error-box .btn-box {
  margin-top: 80px;
}
.error-box .btn-box button {
  min-width: 215px;
}
@media screen and (max-width: 768px) {
  .error-box {
    margin: 0 auto;
  }
  .error-box:before {
    margin: 0 auto 20px;
    width: 47.5px;
    height: 41px;
    background: url("../image/icon-error-m.png") no-repeat;
    background-size: cover;
  }
  .error-box.check:before {
    width: 82px;
    height: 60.5px;
    background: url("../image/icon-error-check-m.png") no-repeat;
    background-size: cover;
  }
  .error-box .tit {
    font-size: 24px;
    line-height: 32px;
  }
  .error-box .tit .b {
    font-size: 24px;
    line-height: 32px;
  }
  .error-box .text {
    margin-top: 15px;
    line-height: 21px;
  }
  .error-box .btn-box {
    margin-top: 50px;
  }
  .error-box .btn-box button {
    padding: 12px 25px;
    min-width: 160px;
  }
  .error-box .btn-box button em {
    font-size: 15px;
  }
}

.system-check-box {
  padding: 80px 0;
  text-align: center;
}
.system-check-box h3 {
  font-size: 42px;
  line-height: 42px;
}
.system-check-box h3 strong {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
.system-check-box .time-box {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.system-check-box .time-box dt {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.system-check-box .time-box dd {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
  line-height: 28px;
  color: #555;
}
.system-check-box .logo-box {
  margin-top: 60px;
}
.system-check-box .logo-box img + img {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .system-check-box {
    padding: 50px 0;
  }
  .system-check-box h3 {
    font-size: 24px;
    line-height: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .system-check-box h3 strong {
    font-size: 24px;
    line-height: 24px;
    line-height: 32px;
  }
  .system-check-box .time-box {
    margin: 30px auto 0;
    padding: 25px;
  }
  .system-check-box .time-box dt {
    font-size: 14px;
    line-height: 14px;
    line-height: 19px;
  }
  .system-check-box .time-box dd {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    line-height: 19px;
  }
  .system-check-box .logo-box {
    margin-top: 25px;
  }
  .system-check-box .logo-box img {
    width: 40%;
  }
  .system-check-box .logo-box img + img {
    margin-left: 15px;
  }
}

.sitemap-list {
  margin: 65px -20px 0;
  font-size: 0;
}
.sitemap-list > li {
  display: inline-block;
  margin: 0 20px;
  width: calc(25% - 40px);
  vertical-align: top;
}
.sitemap-list > li:nth-child(n+5) {
  margin-top: 80px;
}
.sitemap-list > li > a span {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.sitemap-list > li .depth2 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #aaa;
}
.sitemap-list > li .depth2 li {
  margin-top: 20px;
}
.sitemap-list > li .depth2 li:first-child {
  margin-top: 0;
}
.sitemap-list > li .depth2 li a span {
  color: #555;
}
@media screen and (max-width: 768px) {
  .sitemap-list {
    margin: 0;
  }
  .sitemap-list > li {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .sitemap-list > li:nth-child(n+5) {
    margin-top: 50px;
  }
  .sitemap-list > li:first-child {
    margin-top: 0;
  }
  .sitemap-list > li > a span {
    font-size: 17px;
    line-height: 17px;
  }
  .sitemap-list > li .depth2 {
    margin-top: 15px;
    padding-top: 25px;
  }
}

.certification {
  max-width: 1000px;
  margin: 60px auto 0;
}
.certification .txt {
  font-size: 36px;
  line-height: 36px;
  font-family: SpoqaHanSans-Light;
}
.certification .complete-contents {
  max-width: 1000px;
  padding: 40px 0 0;
}
.certification .complete-contents .btn-gird-col > li:last-child {
  padding-left: 100px;
}
.certification .complete-contents .dt .w {
  width: 200px !important;
}
.certification .complete-contents .dt .n {
  width: 200px !important;
}
.certification .r-text-btn {
  position: relative;
  margin: 30px 0 20px;
}
.certification .r-text-btn .sub-title {
  font-size: 18px;
  line-height: 18px;
}
.certification .r-text-btn .sub-title span {
  color: #da291c;
}
.certification .r-text-btn .ck3 {
  position: absolute;
  right: 0;
  top: -2px;
}
.certification .textarea {
  background-color: #F5F5F5;
  height: 240px;
  padding: 30px;
  color: #555;
  line-height: 26px;
}
.certification .submit-complete {
  min-width: 208px;
}
@media screen and (max-width: 768px) {
  .certification {
    margin: 0 auto 0;
  }
  .certification .txt {
    font-size: 24px;
    line-height: 24px;
  }
  .certification .complete-contents {
    max-width: 1000px;
    padding: 40px 0 0;
  }
  .certification .complete-contents .btn-gird-col > li:first-child {
    width: 100%;
  }
  .certification .complete-contents .btn-gird-col > li:last-child {
    width: 100%;
    padding-left: 0;
    padding: 20px 10px 0;
  }
  .certification .complete-contents .dt .w {
    width: 50% !important;
    padding-right: 0;
  }
  .certification .complete-contents .dt .n {
    width: 50% !important;
  }
  .certification .r-text-btn {
    position: relative;
    margin: 30px 0 20px;
  }
  .certification .r-text-btn .sub-title {
    font-size: 15px;
    line-height: 15px;
  }
  .certification .r-text-btn .ck3 {
    position: absolute;
    right: 0;
    top: -2px;
  }
  .certification .submit-complete {
    min-width: 187px;
  }
  .certification .textarea {
    height: 240px;
    padding: 15px;
    line-height: 24px;
  }
}

.modal-pop.w580 {
  max-width: 580px;
}
.modal-pop.w580 .btn-area {
  margin-top: 24px;
}
.modal-pop.two-pop {
  height: 700px;
}
.modal-pop.two-pop .modal-container {
  position: relative;
}
.modal-pop.two-pop .modal-container .noticeWrap {
  height: 420px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .modal-pop.two-pop .modal-container .noticeWrap {
    align-content: center;
  }
}
.modal-pop .noticeWrap {
  text-align: center;
  word-wrap: break-word;
  word-break: keep-all;
}
.modal-pop .noticeWrap .txt {
  font-size: 24px;
}
.modal-pop .noticeWrap .txt1 {
  font-size: 18px;
  line-height: 1.55;
  color: #000;
}
.modal-pop .noticeWrap .txt2 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.625;
  color: #777777;
}
.modal-pop .noticeWrap .txt + .txt2 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .modal-pop.w580 .btn-area {
    margin-top: 20px;
  }
  .modal-pop.two-pop {
    height: 460px;
  }
  .modal-pop.two-pop .modal-container .noticeWrap {
    height: 280px;
  }
  .modal-pop .noticeWrap .txt {
    font-size: 12px;
  }
  .modal-pop .noticeWrap .txt1 {
    font-size: 15px;
    line-height: 1.4;
  }
  .modal-pop .noticeWrap .txt2 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.58;
  }
  .modal-pop .noticeWrap .txt + .txt2 {
    margin-top: 7px;
  }
}

.modal-pop-area.modal-pop-area-new.lotte-popup {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10002;
}
.modal-pop-area.modal-pop-area-new.lotte-popup label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-pop {
  font-family: "Noto Sans CJK KR";
  width: 400px;
  padding: 58px 20px 16px 20px;
  border-radius: 8px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-pop:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  background: url("../image/icon-notice2.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .red {
  color: #da291c;
  font-size: 14px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-title,
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-title .red {
  font-size: 20px;
  font-weight: bold;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-title {
  color: #000;
  border: 0;
  margin: 0;
  padding: 0 0 16px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-txt {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 0 32px;
  font-weight: 400;
  color: #000;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-txt .red,
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-txt .templ-type-infolist-2 {
  margin: 0 0 20px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .templ-type-infolist-2 p {
  font-size: 14px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .opt1 {
  padding: 32px 0 16px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .opt2,
.modal-pop-area.modal-pop-area-new.lotte-popup .opt3 {
  display: inline;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .opt3 {
  padding-left: 66px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .full-txt,
.modal-pop-area.modal-pop-area-new.lotte-popup .full-txt b {
  font-size: 12px;
  line-height: 22px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .full-txt b {
  font-weight: 600;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .full-txt {
  max-height: 96px;
  overflow: auto;
  margin-bottom: 21px;
  padding: 8px;
  background: #f5f5f5;
}
.modal-pop-area.modal-pop-area-new.lotte-popup input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: url("../image/icon_check_off.png") no-repeat;
  background-size: cover;
  vertical-align: -4px;
  cursor: pointer;
  margin: 0 1px 0 0;
}
.modal-pop-area.modal-pop-area-new.lotte-popup input[type=checkbox]:checked {
  width: 18px;
  height: 18px;
  background: url("../image/icon_check_on.png") no-repeat;
  background-size: cover;
  vertical-align: -4px;
  cursor: pointer;
  margin: 0 1px 0 0;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .opt2,
.modal-pop-area.modal-pop-area-new.lotte-popup .opt3 {
  padding-left: 30px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .opt2 input[type=checkbox]:first-child:before,
.modal-pop-area.modal-pop-area-new.lotte-popup .opt3 input[type=checkbox]:first-child:before {
  position: relative;
  left: -18px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../image/icon_option_line.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .explain {
  display: block;
  color: #999;
  line-height: 22px;
  padding: 21px 0 0 22px;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .explain,
.modal-pop-area.modal-pop-area-new.lotte-popup .explain span {
  font-size: 12px;
  color: #999;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .explain:before {
  position: absolute;
  left: 4px;
  display: inline-block;
  content: "※";
}
.modal-pop-area.modal-pop-area-new.lotte-popup .explain.pc {
  display: block;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .explain.mo {
  display: none;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .submit-medium {
  width: 100%;
  height: 57px;
  color: #fff;
  background: #333;
  border-radius: 4px;
  border: 0;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .submit-medium em {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 11px;
  font-size: 14px;
  line-height: 21px;
  color: #999;
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-close:after, .modal-pop-area.modal-pop-area-new.lotte-popup .modal-close:before {
  content: "";
  position: absolute;
  top: 22.5px;
  left: 43.5px;
  width: 12px;
  height: 1px;
  margin-top: 2px;
  background-color: #999;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-pop-area.modal-pop-area-new.lotte-popup .modal-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10001;
}

@media (max-width: 1279px) {
  .popup-input-wrap .explain.pc {
    display: none;
  }
  .popup-input-wrap .explain.mo {
    display: block;
  }
}
.file-box input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-bottom-area {
  display: table;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.btn-primary {
  border: 1px solid transparent;
  background: #da291c;
  height: 50px;
  padding: 0;
}

.btn-primary span {
  color: #fff;
  font-size: 15px;
}

.content-wrap.group-event .red-dot {
  font-size: 16px;
  color: #da291c;
}

.content-wrap.group-event .tb-event .location-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #ddd;
}

.content-wrap.group-event .tb-event .location-box select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  font-size: 16px;
  color: #000;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 51px 0 20px;
}

.content-wrap.group-event .tb-event .location-box select option {
  font-size: 16px;
  color: #000;
}

.input-text {
  width: 100%;
  height: 45px;
  padding: 6px 20px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 0;
}

.content-wrap.group-event .tb-event .day-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0 15px;
  flex-wrap: wrap;
}

.content-wrap.group-event .tb-event td .input-area-cell {
  position: relative;
  width: 45%;
}

.input-area .day-area .date-picker input {
  cursor: pointer;
  background: url("../image/calender.png") center right 15px no-repeat;
  background-size: 25px 25px;
}

.input-area.error input {
  border: 2px solid #da291c;
}

.content-wrap.group-event .tb-event .input-area.text-area.error .textarea-box textarea {
  border: 2px solid #da291c;
}

.input-area.error .message {
  display: block;
  margin-top: 10px;
  color: #da291c;
  font-size: 14px;
}

.input-area.error .message::before {
  content: "* ";
  vertical-align: -2px;
}

.content-wrap.group-event .tb-event .input-area.email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-wrap.group-event .tb-event .input-area.email .input-area-add.txt {
  color: #333;
}

.input-area .message {
  display: none;
}

.content-wrap.group-event .tb-event .checkbox-area {
  display: flex;
  flex-wrap: wrap;
}

.content-wrap.group-event .tb-event .group.name .checkbox-area {
  margin-top: 13px;
}

.content-wrap.group-event .tb-event .checkbox-area .checkbox-box [type=checkbox] + label em {
  margin: 0 10px;
  color: #000;
  font-size: 16px;
}

.content-wrap.group-event .tb-event .textarea-box textarea {
  height: 210px;
  border: 1px solid #d8d9d8;
  margin: 0;
}

.content-wrap.group-event .tb-event .file-area .file-box {
  display: flex;
  gap: 10px;
  position: relative;
}

.content-wrap.group-event .tb-event .file-area .file-box .btn-file span {
  display: flex;
  width: 165px;
  height: 58px;
  padding: 0 20px;
  border: 1px solid #d8d9d8;
  background: #fff;
  color: #000;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.content-wrap.group-event .tb-event .file-area .file-box .input-text.file-text {
  height: 58px;
  background: #ebebeb;
  color: #333;
  border: 0;
  border: 1px solid #d8d9d8;
}

.content-wrap.group-event .tb-event .file-area .file-txt {
  margin-top: 20px;
}

.content-wrap.group-event .tb-event .file-area .file-txt .txt01 {
  font-size: 13px;
  color: #666666;
}

/* mo */
@media screen and (max-width: 768px) {
  .content-wrap.group-event .content .text-right {
    text-align: right;
    color: #000;
    font-size: 11px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }
  .content-wrap.group-event .red-dot {
    font-size: 11px;
    color: #da291c;
  }
  .content-wrap.group-event .content .text-right p {
    font-size: 12px;
  }
  .content-wrap.group-event .location-box select {
    color: #333;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: 100%;
    border-radius: 0;
    border: 0;
    padding: 0 51px 0 20px;
    font-size: 14px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .content-wrap.group-event select {
    color: #999999;
  }
  .content-wrap.group-event select option {
    color: #000;
  }
  /* 표영역 */
  .content-wrap.group-event .tb-event tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }
  .content-wrap.group-event .tb-event tbody tr p {
    color: #333;
    font-size: 12px;
  }
  .content-wrap.group-event .tb-event tbody td {
    width: 100%;
    margin-top: 13px;
  }
  .content-wrap.group-event .tb-event tr.double-area td + th {
    margin-top: 25px;
  }
  .content-wrap.group-event .tb-event .location-area {
    width: 100%;
  }
  .content-wrap.group-event .tb-event .location-box {
    height: 40px;
  }
  .content-wrap.group-event .tb-event .location-box select {
    font-size: 11px;
    height: 40px;
  }
  .input-text {
    height: 40px;
    font-size: 11px;
  }
  .content-wrap.group-event .tb-event input[type=text]::-moz-placeholder {
    color: #999999;
  }
  .content-wrap.group-event .tb-event input[type=text]::placeholder {
    color: #999999;
  }
  .content-wrap.group-event .tb-event .day-area {
    gap: 0 15px;
  }
  .input-area .day-area .date-picker input {
    cursor: pointer;
    background: url("../image/calender.png") center right 15px no-repeat;
    background-size: 15px 15px;
  }
  .input-area.error .message {
    font-size: 11px;
  }
  .input-area.error .message::before {
    vertical-align: -2px;
  }
  .content-wrap.group-event .tb-event .file-area .file-box .btn-file span {
    width: 90px;
    height: 40px;
    font-size: 12px;
  }
  .content-wrap.group-event .tb-event .checkbox-area .checkbox-box [type=checkbox] + label i {
    width: 16px;
    height: 16px;
  }
  .content-wrap.group-event .tb-event .checkbox-area .checkbox-box [type=checkbox] + label i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
  }
  .content-wrap.group-event .tb-event .checkbox-area .checkbox-box [type=checkbox]:checked + label i::before {
    width: 14px;
    height: 11px;
  }
  .content-wrap.group-event .tb-event .checkbox-area .checkbox-box [type=checkbox] + label em {
    margin: 0 10px;
    color: #555;
    font-size: 12px;
    vertical-align: -1px;
  }
  .content-wrap.group-event .tb-event .textarea-box textarea {
    height: 160px;
  }
  .content-wrap.group-event .tb-event .file-area .file-box .input-text.file-text {
    height: 40px;
    border: 0;
  }
  .content-wrap.group-event .tb-event .file-area .file-txt {
    margin-top: 13px;
  }
  .content-wrap.group-event .tb-event .file-area .file-txt div {
    color: #666666;
    font-size: 9px;
    text-indent: -8px;
    margin-left: 5px;
  }
  .content-wrap.group-event .tb-event .agree-list label em,
  .content-wrap.group-event .tb-event .agree-list label em span {
    font-size: 12px;
    vertical-align: baseline;
  }
  .content-wrap.group-event .tb-event .agree-list .all-info {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
  }
  .content-wrap.group-event .tb-event .file-area .file-txt .txt01 {
    font-size: 11px;
  }
  .content-wrap.group-event .agree-list .checkbox-box [type=checkbox] + label i {
    width: 16px;
    height: 16px;
  }
  .content-wrap.group-event .agree-list .checkbox-box [type=checkbox]:checked + label i::before {
    width: 13px;
    height: 9px;
    left: 1px;
    top: 4px;
  }
}
/* pc */
@media screen and (min-width: 769px) {
  .content-wrap.group-event .top-txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .content-wrap.group-event .tb-event {
    margin-top: 40px;
  }
  .content-wrap.group-event .tb-event tr:first-child {
    border-top: 1px solid #bebebe;
  }
  .content-wrap.group-event .tb-event tr {
    border-bottom: 1px solid #eaebea;
  }
  .content-wrap.group-event .tb-event tr th:first-child {
    width: 250px;
  }
  .content-wrap.group-event .tb-event tr td:nth-child(2) {
    width: 30%;
  }
  .content-wrap.group-event .tb-event tr.double-area th:nth-child(3) {
    width: 15.6%;
    padding-right: 30px;
  }
  .content-wrap.group-event .tb-event.consulting tr td:nth-child(2) {
    width: auto;
  }
  .content-wrap.group-event .tb-event tr th:last-child {
    width: 200px;
  }
  .content-wrap.group-event .tb-event tr th {
    height: 105px;
    background-color: #fbfbfb;
    vertical-align: middle;
    padding-left: 50px;
    text-align: left;
  }
  .content-wrap.group-event .tb-event tr th p {
    color: #666;
  }
  .content-wrap.group-event .tb-event tr td {
    padding: 30px 80px 30px 30px;
    vertical-align: middle;
  }
  .content-wrap.group-event .tb-event .agree-list .checkbox-box {
    vertical-align: text-bottom;
  }
  .content-wrap.group-event .tb-event .agree-list .all-info {
    color: #000;
    border-bottom: 1px solid #000;
  }
  .btn-bottom-area {
    width: 400px;
    margin: 90px auto 0;
  }
  .btn-primary {
    height: 60px;
  }
  .btn-primary span {
    font-size: 20px;
  }
  .content-wrap.group-event .tb-event .group.name .input-area {
    position: relative;
  }
  .content-wrap.group-event .tb-event .group.name .checkbox-area {
    position: absolute;
    right: -110px;
    top: 0;
  }
  .content-wrap.group-event .tb-event tr td.group {
    padding: 30px 27px;
  }
  .content-wrap.group-event .tb-event tr td.group .input-area {
    width: 100%;
    max-width: 330px;
  }
  .content-wrap.group-event .agree-list.border {
    border: 0;
  }
}
/* 공통 X */
.ico-close {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ico-close::before, .ico-close::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.ico-close::before {
  transform: rotate(45deg);
}

.ico-close::after {
  transform: rotate(-45deg);
}

.ico-close.small {
  width: 12px;
  height: 12px;
}

.btn-icon.ico-detail {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px;
}

.pc {
  display: block;
}

.mo {
  display: none;
}

@media screen and (min-width: 768px) {
  .inline-pc {
    display: inline-block !important;
  }
  .inline-mo {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
  .inline-mo {
    display: inline-block !important;
  }
}
.private-box .top-area ul li h2 {
  font-size: 24px;
  line-height: 24px;
}

.private-box .top-area ul li .sub_txt {
  margin-top: 20px;
  line-height: 24px;
}

.private-box .label-area {
  margin: 30px 0;
  padding: 30px 0 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.private-box .label-area .box-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8.6%;
}

.private-box .label-area .label-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.private-box .label-area .label-box li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30.303030303%;
  height: 185px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.private-box .label-area .label-box li .label-txt {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
  margin-top: 15px;
}

.private-box .label-area .label-info {
  margin: 20px auto 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.96px;
}

.private-box .label-area .label-detail {
  display: none;
  position: absolute;
}

.private-box .label-area .label-box li.on .label-detail {
  display: flex;
  flex-direction: column;
  width: 286px;
  top: 90%;
  z-index: 2;
  padding: 19px;
  border-radius: 15px;
  border: 1px solid #E3E3E3;
  background: #F5F5F5;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.private-box .label-area .label-box li.on .label-detail .detail-tit {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -1.12px;
}

.private-box .label-area .label-box li.on .label-detail .detail-content {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1.12px;
}

.private-box .label-area .label-box li.on .label-detail .detail-info {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #686868;
  font-size: 10px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.8px;
}

.private-box .label-area .label-box li.on .label-detail .detail-info em {
  color: #DA291C;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-decoration-line: underline;
  font-size: 10px;
}

.private-box .label-area .label-box li.on .label-detail .detail-content .detail-dot {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.private-box .label-area .label-box li.on .label-detail .detail-content .detail-dot span {
  font-size: 14px;
  line-height: 160%;
}

.private-box .label-area .label-box li.on .label-detail .detail-content .detail-dot span::before {
  position: relative;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  vertical-align: 4px;
  margin: 0 6px;
}

.new-tb {
  display: none;
}

button.table-button {
  position: relative;
  display: block;
  margin-left: -15px;
  padding: 15px 15px;
  background-color: #da291c;
  color: #fff;
  margin-top: 20px;
}

/* 모바일 */
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  .private-box .top-area ul li h2 {
    font-size: 18px;
    line-height: 18px;
  }
  .private-box .top-area ul li .sub_txt {
    margin-top: 20px;
    line-height: 19px;
  }
  .private-box .label-area {
    padding: 18px 0;
    margin: 20px 0;
  }
  .private-box .label-area .box-area {
    padding: 0;
  }
  .private-box .label-area .label-box {
    justify-content: space-between;
    gap: 18px 15px;
  }
  .private-box .label-area .label-box li {
    width: calc(50% - 7.5px);
    height: 180px;
  }
  .private-box .label-area .label-box li.on:nth-last-child(even) .label-detail {
    left: 0%;
  }
  .private-box .label-area .label-box li.on:nth-last-child(odd) .label-detail {
    right: 0%;
  }
  .private-box .label-area .label-info {
    font-size: 14px;
    letter-spacing: -0.15em;
  }
  .private-box .label-area .label-box .label-img img {
    width: 80px;
    height: 80px;
  }
  .private-box .label-area .label-box li.on .label-detail .detail-tit {
    font-size: 14px;
  }
  .private-box .label-area .label-box li.on .label-detail .detail-content {
    font-size: 14px;
  }
  .private-box .label-area .label-box li.on .label-detail .detail-info {
    font-size: 12px;
  }
  .private-box .label-area .label-box li.on .label-detail .detail-info {
    margin-top: 9px;
    padding-top: 10px;
  }
  .private-box .label-area .label-box li.on .label-detail .detail-info em {
    font-size: 12px;
  }
  .private-box .label-area .label-box li.on .label-detail .detail-content .detail-dot span {
    font-size: 14px;
  }
  .private-box .label-area .label-box li.on .label-detail .btn-icon {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 20px;
    top: 22px;
  }
  button.table-button {
    padding: 10px;
    margin-top: 10px;
  }
}
.modal-pop-area .modal-pop.two-pop .modal-close {
  top: 40px;
}

@media (max-width: 768px) {
  .modal-pop-area .modal-pop.two-pop .modal-close {
    top: 10px;
  }
}/*# sourceMappingURL=app.css.map */

.terms-box .bold-txt {
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.terms-box .bold-txt {
		font-size: 16px;
	}
}
