@charset "UTF-8";
/* 공통 */
/* variables */
.box_accordion_wrap {
  margin-top: 70px;
  font-size: 14px;
  border-top: 1px solid #000;
}

.box_accordion_wrap .accodion_item {
  border-bottom: 1px solid #ddd;
}

.box_accordion_wrap .accodion_item.on .accodion_link:after {
  background-position: 0 -24px;
}

.box_accordion_wrap .accodion_item.on .accodion_cont {
  display: block;
}

.box_accordion_wrap .accodion_link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 31px 240px 30px 60px;
}

.box_accordion_wrap .accodion_link .branch {
  display: block;
  float: left;
  width: 86px;
  font-family: 'spoqaL';
}

.box_accordion_wrap .accodion_link .acc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: calc(100% - 86px);
  line-height: 1.71;
  color: #000;
}

.box_accordion_wrap .accodion_link .acc_title .category {
  display: inline-block;
  color: #738390;
  white-space: nowrap;
}

.box_accordion_wrap .accodion_link .acc_title .txt {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
}

.box_accordion_wrap .accodion_link:after {
  content: '';
  display: block;
  position: absolute;
  right: 30px;
  top: 31px;
  width: 26px;
  height: 24px;
  background: url("../images/footer/ico_acc_arrow.png") no-repeat;
}

.box_accordion_wrap .accodion_cont {
  display: none;
  padding: 34px 240px 34px 146px;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.box_accordion_wrap .accodion_cont .ico_acco_answer {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: #738390;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  vertical-align: top;
}

.box_accordion_wrap .accodion_cont p {
  display: inline-block;
  width: calc(100% - 47px);
  margin-left: 13px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.71;
  font-family: 'spoqaL';
  vertical-align: top;
}

.box_accordion_wrap .noresult_wrap {
  border-bottom: 1px solid #ddd;
}

/*상품권*/
.box_gift_card {
  margin: 0 auto;
  padding: 70px 0;
  background-color: #fafafa;
  border-top: 1px solid #000;
  text-align: center;
}

.box_gift_card ul {
  display: inline-block;
  overflow: hidden;
}

.box_gift_card li {
  float: left;
  margin-left: 280px;
  font-size: 14px;
  color: #000;
  font-family: 'spoqaL';
}

.box_gift_card li p {
  margin-top: 33px;
}

.box_gift_card li strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  font-family: 'spoqa';
}

.box_gift_card li:first-child {
  margin-left: 0;
}

/* 연회원 혜택 */
.box_member_benefit {
  font-size: 14px;
  line-height: 2.14;
  font-family: 'spoqaL';
}

.box_member_benefit span {
  display: block;
  margin-top: 10px;
}

.box_member_benefit .benefit_select {
  margin-top: 21px;
  font-family: 'spoqa';
}

.box_member_complete {
  overflow: hidden;
  background: #fafafa;
  padding: 70px 0;
  margin-top: 40px;
}

.box_member_complete .member_complete {
  position: relative;
  width: 800px;
  height: 400px;
  margin: 50px auto 0;
  padding: 15px;
  background: #738390;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box_member_complete .member_complete:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.box_member_complete .member_complete .member_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 300px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.box_member_complete .member_complete .member_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: calc(100% - 300px);
  height: 100%;
  padding-left: 50px;
  color: rgba(255, 255, 255, 0.5);
}

.box_member_complete .member_complete .member_info li {
  margin-top: 46px;
}

.box_member_complete .member_complete .member_info li:first-child {
  margin-top: 0;
}

.box_member_complete .member_complete .member_info span {
  display: block;
  margin-top: 6px;
  color: #fff;
}

.text_wrap {
  position: relative;
}

.text_wrap .btn_text {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.box_map_layer {
  display: none;
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 5;
}

.box_map_layer.left {
  left: 80px;
  right: auto;
}

.box_map_layer .box_layer_inner {
  display: inline-block;
  position: relative;
  width: 500px;
  height: 620px;
  vertical-align: middle;
  background: #fff;
  text-align: left;
}

.box_map_layer .box_layer_inner .btn_layer_close {
  display: block;
  position: absolute;
  top: 22px;
  right: 22px;
  width: 25px;
  height: 25px;
  background: url("../images/common/btn_layer_close.png") center no-repeat;
}

.box_map_layer .box_layer_inner .map_info_wrap {
  display: none;
  padding: 70px 30px 50px;
}

.box_map_layer .box_layer_inner .map_info_wrap.on {
  display: block;
}

.box_map_layer .box_layer_inner .map_info {
  margin-top: 22px;
}

.box_map_layer .box_layer_inner .map_info .map_info_title {
  font-size: 30px;
  font-family: 'trajan','nanum';
}

.box_map_layer .box_layer_inner .map_info .map_info_title img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  vertical-align: middle;
}

.box_map_layer .box_layer_inner .map_info_contents {
  margin-top: 20px;
}

.box_map_layer .box_layer_inner .map_info_contents dl {
  display: table;
  margin-bottom: 9px;
  vertical-align: top;
}

.box_map_layer .box_layer_inner .map_info_contents dt {
  display: table-cell;
  width: 80px;
  font-size: 18px;
  color: #738390;
  font-family: 'trajan';
  vertical-align: top;
}

.box_map_layer .box_layer_inner .map_info_contents dd {
  display: table-cell;
  width: calc(100% - 100px);
  margin-top: -5px;
  font-size: 14px;
  font-family: 'spoqaL';
  vertical-align: top;
}

.box_map_layer.on {
  display: block;
}

.box_map_layer.on .map_info_wrap {
  display: none;
}

.resort_map_wrap {
  position: relative;
  background: #fafafa;
}

.resort_map_wrap .map_wrap {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #fff url("../images/footer/img_resortmap.png") no-repeat;
  background-position: center center;
}

.resort_map_wrap .map_wrap .pos_box {
  max-width: 1980px;
  min-width: 1280px;
  height: 700px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.resort_map_wrap .map_wrap .pos_box .map_btn_list {
  position: relative;
  width: 1280px;
  height: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.resort_map_wrap .map_wrap a.map_btn {
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  background: url("../images/footer/icon_num_sprite.png") no-repeat;
  z-index: 1;
}

.resort_map_wrap .map_wrap .map_btn.num01 {
  top: 43%;
  left: 53%;
}

.resort_map_wrap .map_wrap .map_btn.num02 {
  top: 39%;
  left: 38.5%;
  background-position: -50px 0;
}

.resort_map_wrap .map_wrap .map_btn.num03 {
  top: 51%;
  left: 42%;
  background-position: -100px 0;
}

.resort_map_wrap .map_wrap .map_btn.num04 {
  top: 57%;
  left: 21%;
  background-position: -150px 0;
}

.resort_map_wrap .map_wrap .map_btn.num05 {
  top: 44%;
  left: 16%;
  background-position: -200px 0;
}

.resort_map_wrap .map_wrap .map_btn.num06 {
  top: 40.5%;
  left: 26%;
  background-position: -250px 0;
}

.resort_map_wrap .map_wrap .map_btn.num07 {
  top: 35%;
  left: 46%;
  background-position: -300px 0;
}

.resort_map_wrap .map_wrap .map_btn.num08 {
  top: 26%;
  left: 77%;
  background-position: -350px 0;
}

.resort_map_wrap .map_wrap .map_btn.num09 {
  top: 39%;
  left: 75%;
  background-position: -400px 0;
}

.resort_map_wrap .map_wrap .map_btn.num10 {
  top: 40%;
  left: 93%;
  background-position: -450px 0;
}

.resort_map_wrap .map_wrap .map_btn.num11 {
  top: 10px;
  left: 10px;
  background-position: -500px 0;
}

.resort_map_wrap .map_wrap.disable .map_btn {
  background-position-y: -50px;
}

.resort_map_wrap .map_wrap .map_btn.active {
  background-position-y: 0;
}

.resort_map_wrap .club_house_box {
  position: absolute;
  bottom: 35px;
  right: 80px;
  width: 350px;
  height: 197px;
  background: url("../images/footer/img_club_house.png") no-repeat;
  background-position: center center;
}

.resort_map_wrap .club_house_box p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0px 10px;
  line-height: 30px;
  font-family: 'trajan';
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
}

.resort_map_wrap .map_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  padding: 30px 0 40px;
  background: #fafafa;
  max-width: 1620px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 42px 80px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resort_map_wrap .map_list_wrap .map_legend {
  display: inline-block;
  width: 300px;
  margin-right: 105px;
  vertical-align: top;
}

.resort_map_wrap .map_list_wrap .map_legend img {
  width: 13px;
  height: auto;
  margin: -2px 8px 0 0;
  vertical-align: middle;
}

.resort_map_wrap .map_list_wrap .map_legend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 170px;
  vertical-align: top;
}

.resort_map_wrap .map_list_wrap .map_legend li {
  margin-bottom: 15px;
  font-size: 12px;
  color: #333;
}

.resort_map_wrap .map_list_wrap .map_list {
  display: inline-block;
  width: calc(100% - 700px);
  margin-top: 7px;
}

.resort_map_wrap .map_list_wrap .map_list img {
  width: 21px;
  height: auto;
  margin: -2px 8px 0 0;
  vertical-align: middle;
}

.resort_map_wrap .map_list_wrap .map_list img + img {
  margin-left: -3px;
}

.resort_map_wrap .map_list_wrap .map_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 150px;
  vertical-align: top;
}

.resort_map_wrap .map_list_wrap .map_list li {
  min-width: 200px;
  margin-bottom: 20px;
  font-size: 14px;
  vertical-align: middle;
}

/* contact-us 연락처 카테고리 스타일 */
.box_list_type .box_list_item .list_cont > ul > li {
  padding-left: 0;
  margin-top: 0;
}

.box_list_type .box_list_item .list_cont > ul > li:before {
  display: none;
}

.box_list_type .box_list_item .list_cont > ul > li + li {
  margin-top: 50px;
}

.box_list_type .box_list_item .list_cont > ul > li > strong {
  display: block;
  font-size: 20px;
  font-family: 'spoqa';
  font-weight: bold;
  margin-bottom: 20px;
}

.box_list_type .box_list_item .list_cont > ul > li > ul > li {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-family: 'spoqaL';
  line-height: 2.4;
}

.box_list_type .box_list_item .list_cont > ul > li > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #999;
}

.box_map {
  width: 100%;
  height: 900px;
}

.box_white_info {
  position: absolute;
  left: 80px;
  top: 70px;
  bottom: 70px;
  width: 533px;
  padding: 50px 52px 0;
  background: #fff;
}

.box_white_info .box_info_top p {
  margin-bottom: 35px;
  line-height: 1.88;
  font-family: 'spoqaL';
}

.box_white_info .box_info_top .title {
  display: block;
  font-size: 48px;
  font-family: 'nanum';
  line-height: 1.42;
  word-break: keep-all;
}

.box_white_info .info_list {
  margin-top: 63px;
}

.box_white_info .info_list > ul > li {
  margin-top: 25px;
  font-size: 14px;
  font-family: 'spoqaL';
  color: #666;
}

.box_white_info .info_list > ul > li:first-child {
  margin-top: 0;
}

.box_white_info .info_list > ul ul li {
  margin-top: 5px;
}

.box_white_info .info_list > ul ul li:first-child {
  margin-top: 0;
}

.box_white_info .info_list strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-family: 'nanum';
  font-weight: bold;
  color: #738390;
}
