.theme_1 {
  --primary: #358DFF;
}

.theme_2 {
  --primary: #25552E;
}

.theme_3 {
  --primary: #F17551;
}

.roung {
  margin-top: 54px;
  border-top: 0.33px solid rgba(0, 0, 0, 0.3);
  line-height: 21px;
}
.header_container:has(.gnb) + .roung {
  margin-bottom: 85px;
}
.roung .input_num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.roung .input_num button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #F5F5F5;
  border: 0 none;
}
.roung .input_num button::before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #1F1F1F;
}
.roung .input_num button.plus::before {
  margin-left: -7px;
}
.roung .input_num button.plus::after {
  content: "";
  margin-left: -7px;
  width: 1px;
  height: 13px;
  background-color: #1F1F1F;
}
.roung .input_num input {
  width: 52px;
  height: 38px;
  border: 0 none;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
.roung .fixed_bottom {
  position: fixed;
  bottom: 85px;
  display: flex;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.roung .fixed_bottom button {
  flex: 1;
  border: 0 none;
  height: 46px;
  color: #fff;
  background-color: #A99362;
  font-size: 14px;
  font-weight: 700;
}
.roung .fixed_bottom button.btn_blue {
  background-color: var(--primary);
}
.roung .fixed_bottom .num {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 1px;
  line-height: 16px;
  box-sizing: border-box;
  padding: 0 4px;
  text-align: center;
  background-color: #6CACFF;
  border-radius: 8px;
  font-size: 12px;
}
.roung > [class$=_share] {
  margin: -55px 0 -37px;
  padding-bottom: 40px;
  min-height: 100dvh;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 0 none;
}
.roung > [class$=_share] .header {
  position: relative;
  padding: 16px 20px 20px;
  font-size: 14px;
  font-weight: 700;
  background: #fff url('/assets/images/ico_my_countyp.png');
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-size: auto 28px;
}
.roung > [class$=_share] .header strong {
  font-weight: 800;
}
.roung > [class$=_share] .header + .box {
  margin-top: 0;
  padding-top: 16px;
}
.roung > [class$=_share] + .footer {
  padding: 9px 20px;
  background-color: #14387F;
  color: #C3D8FF;
  line-height: 18px;
  text-align: right;
}
.roung_head {
  padding: 20px 20px 18px;
  background: #dbac2e url("/assets/images/bg_my_zone.png") right bottom -35px/auto 240px no-repeat;
  color: #fff;
  font-size: 12px;
}
.roung_head ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.roung_head ul strong {
  display: block;
}
.roung_head ul li {
  flex-shrink: 0;
  text-align: center;
}
.roung_head ul .info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 7px;
  font-weight: 300;
  line-height: 14px;
  font-size: 16px;
}
.roung_head ul .cart strong{
  font-size: 20px;
  font-weight: 800;
}
.roung_head ul .locker strong{
  font-size: 20px;
  font-weight: 800;
}

.roung_head ul .info .course {
  width: 100%;
}
.roung_head ul .info .team {
  padding-right: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.roung_head ul .info1 strong {
  font-size: 20px;
  font-weight: 800;
}
.roung_head ul .info2 strong {
  font-size: 20px;
  font-weight: 800;
}
.roung_cont {
  border-bottom: 1px solid #fff;
  background: #fff url("/assets/images/bg_roung_main.png") left top/100% auto repeat-x;
  text-align: center;
}
.roung_cont .btn_area {
  margin: 25px 0 40px;
  text-align: center;
}
.roung_cont .btn_area .button {
  display: inline-block;
  width: 260px;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  border: 1px solid #C59F38;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  color: #C59F38;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.roung_cont .condition {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 38px;
}
.roung_cont .condition > div {
  flex: 1;
  text-align: center;
  font-size: 14px;
}
.roung_cont .condition dt {
  margin: 0 auto 2px;
  width: 26px;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.roung_cont .check_in p {
  margin-bottom: 12px;
  font-size: 16px;
}
.roung_cont .check_in .img {
  margin: auto;
  width: 150px;
}
.roung_cont .check_in .img span {
  display: block;
  background: #000;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.roung_cont .check_in .img span strong {
  font-weight: 800;
}
.roung_cont .check_in.front h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.roung_cont .check_in.front p {
  font-size: 14px;
}
.roung_cont .check_in.front::after {
  content: "";
  display: block;
  width: 126px;
  height: 140px;
  margin: 30px auto 42px;
  background: url("/assets/images/ico_roung_checkin.png") center/contain no-repeat;
}
.roung_cont .check_in.mobile .btn_area {
  position: relative;
  margin-top: 35px;
}
.roung_cont .check_in.mobile .btn_area::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 139px;
  height: 108px;
  background: url("/assets/images/ico_roung_checkin_m.png") top center/139px auto no-repeat;
}
.roung_cont .check_in.mobile .btn_area::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -12px;
  width: 45px;
  height: 35px;
  background: url("/assets/images/ico_roung_checkin_m2.png") center/contain no-repeat;
}
.roung_cont .check_in.mobile .btn_area .button {
  width: 200px;
  height: 52px;
  border-radius: 26px;
  border: 2px solid #1F1F1F;
  color: #1F1F1F;
  font-size: 18px;
}
.roung_cont .map_info {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin: 20px;
}
.roung_cont .map_info a {
  flex: 1;
  background-color: #F5F5F5;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
}
.roung_cont .map_info a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 4px;
  background: url("/assets/images/ico_roung_info.png") center/contain no-repeat;
}
.roung_cont .map_info a.cctv::before {
  background-image: url("/assets/images/ico_roung_cctv.png");
}
.roung_cont .locker_info {
  margin: 60px 0 67px;
}
.roung_cont .locker_info h2 {
  font-size: 16px;
  font-weight: 800;
}
.roung_cont .locker_info .num {
  margin: 8px 0 80px;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
}
.roung_cont .locker_info .warning {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
}
.roung_cont .locker_info .warning h3 {
  font-weight: 800;
}
.roung_cont .waiting {
  margin: 50px 30px 85px;
  padding-top: 170px;
  background: url("/assets/images/ico_roung_waiting.png") center top/auto 110px no-repeat;
}
.roung_cont .waiting.half_fin {
  background-image: url("/assets/images/ico_roung_fin.png");
}
.roung_cont .waiting.fin {
  background-image: url("/assets/images/ico_roung_fin2.png");
}
.roung_cont .waiting h2 {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 800;
}
.roung_cont .waiting p {
  font-size: 14px;
  line-height: 20px;
}
.roung_cont .waiting .info {
  margin-bottom: 10px;
}
.roung_cont .waiting .info p {
  font-size: 12px;
  color: var(--primary);
  line-height: 22px;
}
.roung_cont .waiting .info strong {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 800;
}
.roung_cont .score {
  margin-top: 19px;
  border-top: 1px solid #E2E2E2;
  padding-top: 25px;
}
.roung_cont .score dl {
  display: flex;
  justify-content: center;
  gap: 22px;
  line-height: 22px;
  color: var(--primary);
}
.roung_cont .score dt {
  font-weight: 700;
  font-size: 14px;
}
.roung_cont .score dd {
  text-align: center;
}
.roung_cont .score dd strong {
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #358DFF;
  border-bottom: 1px solid #358DFF;
}
.roung_cont .score dd span {
  display: block;
  margin-top: 1px;
  color: #777;
  line-height: 20px;
}
.roung_map {
  position: relative;
  border-bottom: 0 none;
  background: none;
  height: calc(100vh - 297px - 54px);
}
.roung_main:has(.fixed_bottom) {
  margin-bottom: 50px;
}
.roung:has(.roung_map) .roung_main {
  /* min-height: calc(100vh - 54px - 85px); */
  background-color: #fff;
}
.roung:has(.roung_map) .roung_foot {
  z-index: 4;
}

.roung_map .condition {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 271px;
  background-position: top;
  padding: 30px 20px 38px;
  box-sizing: border-box;
}
.roung_map .condition dt img {
  filter: invert(1);
}
.roung_map .condition dd {
  color: #fff;
}

.roung_map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.roung_map .map_gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(178.78deg, #358DFF 10%, rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
}

.roung_map .map_viewport {
  position: relative;
  top: 1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.roung_map .map_wrapper {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  /* transition: transform 0.5s ease; */
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.roung_map .map_cart {
  position: absolute;
  width: 44px;
  height: 20px;
  z-index: 2;
  background: url("/assets/images/ico_map_cart.png") center/contain no-repeat;
}

.roung_map .map_cart .pin {
  position: absolute;
  bottom: calc(100% + 5px);
  left: calc(50% - 8px);
  width: 33px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  background: url("/assets/images/ico_point_red.png") center/contain no-repeat;
}

.roung_map .map_my {
  background-color: var(--primary);
  height: 28px;
  padding: 0 11px;
  border-radius: 100px;
  color: #fff;
  line-height: 28px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
}

.roung_map .map_my::before {
  content: "";
  display: inline-block;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("/assets/images/ico_location.png") center/contain no-repeat;
}
.roung_map .course {
  position: relative;
}
.roung_map .course_set {
  position: fixed;
  z-index: 5;
  top: 74px;
  left: 20px;
  right: 20px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(31, 31, 31, 0.7);
  border-radius: 12px;
  border: 1px solid #333;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.roung_map .course_set .select {
  position: relative;
  display: flex;
}
.roung_map .course_set .select_inner {
  flex: 1;
}
.roung_map .course_set .select_inner .option {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 15px;
  line-height: 32px;
  text-align: left;
  border: 0 none;
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 10px top 7px;
  background-image: url("/assets/images/ico_arrow_04_down.png");
}
.roung_map .course_set .select_inner .layer {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  top: 100%;
  margin-top: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.roung_map .course_set .select_inner .layer li {
  margin: -0.5px;
  flex-basis: calc(50% + 1px);
}
.roung_map .course_set .select_inner .layer button {
  display: block;
  width: 100%;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  padding: 12px 15px 7px;
  line-height: 18px;
  letter-spacing: -0.43px;
}
.roung_map .course_set .select_inner .layer strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}
.roung_map .course_set .setting {
  position: relative;
}
.roung_map .course_set .setting .option {
  display: block;
  border-radius: 0 8px 8px 0;
  border: 1px solid #777;
  height: 32px;
  width: 38px;
  box-sizing: border-box;
  background: url("/assets/images/ico_setting.png") center/20px no-repeat;
}
.roung_map .course_set .setting .layer {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 100%;
  margin-top: 11px;
  width: 240px;
  border-radius: 4px;
  background-color: var(--primary);
  color: #fff;
  padding: 12px 20px 20px;
  box-sizing: border-box;
}
.roung_map .course_set .setting .layer::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 14px;
  border-style: solid;
  border-width: 9px 5px;
  border-color: transparent transparent var(--primary) transparent;
}
.roung_map .course_set .setting .layer h3 {
  font-weight: 800;
  text-align: left;
}
.roung_map .course_set .setting .layer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}
.roung_map .course_set .setting .layer .radio {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.roung_map .course_set .setting .layer .radio input[type=radio]:checked + label {
  background-color: #fff;
  color: var(--primary);
  font-weight: 800;
}
.roung_map .course_set .setting .layer .radio label {
  width: 60px;
  height: 36px;
  line-height: 34px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 30px 0 0 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.roung_map .course_set .setting .layer .radio label:last-of-type {
  margin-left: -1px;
  border-radius: 0 30px 30px 0;
}
.roung_map .course_set .info {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 12px 0 0 14px;
  color: #fff;
}
.roung_map .course_set .info p {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
}
.roung_map .course_set .info p strong {
  margin-left: 4px;
  font-size: 28px;
  font-weight: 800;
  vertical-align: middle;
}
.roung_map .course_set .info a {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  border: 1px solid #777;
  border-radius: 100px;
  color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.roung_map .course_set .current {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  margin-top: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #444;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: rgba(31, 31, 31, 0.7) url("/assets/images/ico_location.png") center/20px no-repeat;
}
.roung_map .course_track_green {
  padding: 157px 40px 80px;
}
.roung_map .course_track_green img {
  width: 280px;
}
.roung_foot {
  z-index: 1;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  transition: all 0.5s;
  transform: translateY(93px);
}
.roung_ctrl {
  display: flex;
  align-items: flex-end;
  margin: 0 12px 23px 20px;
}
.roung_ctrl + .roung_layer {
  margin-top: -3px;
}
.roung_ctrl a {
  display: block;
  height: 32px;
  min-width: 76px;
  margin-top: 8px;
  padding: 0 16px;
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #333;
  background-color: rgba(31, 31, 31, 0.7);
}
.roung_ctrl a.btn_blue {
  border-color: transparent;
  background-color: rgba(53, 141, 255, 0.7);
}
.roung_ctrl .right_side {
  margin-left: auto;
}
.roung_ctrl .confirm_loc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 9px 0 auto;
  width: 58px;
  height: 58px;
  border: 0 none;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  background-color: rgba(217, 171, 46, 0.7);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.roung_ctrl .confirm_loc.active {
  background-color: rgba(53, 141, 255, 0.7);
}
.roung_layer {
  border-radius: 16px 16px 0 0;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.roung_layer .inner {
  padding: 10px 0 25px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.43px;
  line-height: 22px;
}
.roung_layer .inner::before {
  content: "";
  display: block;
  margin: 0 auto 19px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background-color: #E2E2E2;
}
.roung_layer h3 {
  margin-bottom: 4px;
  color: #DBAC2E;
  font-size: 16px;
  font-weight: 800;
}
.roung_layer .see_tracking {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0 28px -11px;
}
.roung_layer .see_tracking div {
  display: flex;
  width: 30%;
  gap: 8px;
}
.roung_layer .see_tracking div.memo {
  border-top: 1px solid #E2E2E2;
  padding-top: 10px;
  width: 100%;
}
.roung_layer .see_tracking dd {
  font-weight: 800;
  text-align: left;
}
.roung_layer_pop {
  position: fixed;
  bottom: 85px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
body:has(.roung_layer_pop) {
  overflow: hidden;
}

.roung_foot:has(.roung_layer_pop) {
  z-index: 6 !important;
}

.roung_layer_pop .inner {
  padding: 10px 0 0;
  text-align: left;
  font-size: 12px;
}
.roung_layer_pop .head {
  padding: 0 24px 12px;
  border-bottom: 1px solid #E2E2E2;
}
.roung_layer_pop .head h3 {
  margin-bottom: 0;
  color: #000;
}
.roung_layer_pop .cont {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.roung_layer_pop .form {
  margin: 24px;
}
.roung_layer_pop .form > div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.roung_layer_pop .form > div:last-of-type {
  margin-bottom: 0;
}
.roung_layer_pop .form dt {
  flex-shrink: 0;
  width: 70px;
  line-height: 32px;
}
.roung_layer_pop .form dd {
  flex: 1;
}
.roung_layer_pop .form .input_radio {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.roung_layer_pop .form .input_radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.roung_layer_pop .form .input_radio input[type=radio]:checked + span {
  background-color: var(--primary);
  color: #fff;
}
.roung_layer_pop .form .input_radio span {
  display: block;
  height: 32px;
  padding: 0 21px;
  border-radius: 16px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  background-color: #F5F5F5;
}
.roung_layer_pop .form .input_text {
  line-height: 32px;
  font-weight: 700;
}
.roung_layer_pop .form .input_textarea {
  display: block;
  width: 100%;
  height: 170px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  color: var(--primary);
  font-weight: 700;
}
.roung_layer_pop .foot {
  display: flex;
}
.roung_layer_pop .foot .btn {
  flex: 1;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #A99362;
}
.roung_layer_pop .foot .btn_submit {
  background-color: var(--primary);
}
.roung_layer_pop .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.roung_comp {
  background-color: #F5F5F5;
  padding: 20px 20px;
  
}
.roung_comp .head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 11px;
}
.roung_comp .head h3 {
  flex: 1;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
  color: #1F1F1F;
}
.roung_comp .head .link a {
  margin-left: 7px;
  color: #A99362;
  line-height: 20px;
  text-decoration: underline;
  letter-spacing: -0.25px;
  font-weight: 700;
}
.roung_comp .cont ul {
  display: flex;
  justify-content: space-around;
}
.roung_comp .cont ul .thumb {
  width: 50px;
  height: 50px;
  margin: 0 auto 6px;
  display: block;
}
.roung_comp .cont ul .thumb img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.roung_comp .cont ul span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #777;
}

.roung_comp .cont ul .handicap .thumb {
  border-radius: 50%;
  background: #CDDFF7 url("/assets/images/ico_my_add.png") center/13px no-repeat;
}
.roung_comp .cont ul .handicap.checked_in .thumb {
  border: 3px solid #358DFF;
}
.roung_comp .cont ul .handicap.checked_in span{
  color: #358DFF;
  font-weight: 700;
}
.roung_comp .cont ul .handicap span {
  color: #1F1F1F;
}
.roung_survey {
  padding-top: 6px;
  padding-bottom: 30px;
  box-shadow: inset 0 6px #F5F5F5;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.roung_survey .head {
  margin: 20px;
}
.roung_survey .head .state {
  margin-top: 8px;
  border-radius: 4px;
  background-color: #F5F5F5;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-weight: 800;
}
.roung_survey .cont {
  margin: 20px;
}
.roung_survey .cont ul {
  border-top: 2px solid #1F1F1F;
}
.roung_survey .cont li {
  padding: 15px 0;
  border-bottom: 1px solid #E2E2E2;
}
.roung_survey .cont .answ_star {
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.roung_survey .cont .answ_star a {
  width: 22px;
  height: 22px;
  background: url("/assets/images/ico_star_01_off.png") 0 0/contain no-repeat;
}
.roung_survey .cont .answ_star a.active {
  background-image: url("/assets/images/ico_star_01_on.png");
}
.roung_survey .survey-textarea {
  width: 100%;
  padding: 12px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  border: 1px solid #8b8888;
  border-radius: 8px;
  box-sizing: border-box;
  resize: vertical;
}
.roung .fb_brand {
  padding-bottom: 40px;
  line-height: 22px;
  font-size: 14px;
}
.roung .fb_brand .menu {
  border-bottom: 1px solid #E2E2E2;
}
.roung .fb_brand .menu:last-of-type {
  border-bottom: 0 none;
}
.roung .fb_brand .menu h2 {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
  background-color: #F5F5F5;
}
.roung .fb_brand .menu li {
  display: flex;
  align-items: center;
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E2E2E2;
}
.roung .fb_brand .menu li:last-child {
  border-bottom: 0 none;
}
.roung .fb_brand .menu li > .prc {
  margin-left: auto;
}
.roung .fb_brand .menu .thumb {
  margin-right: 20px;
}
.roung .fb_brand .menu .info {
  margin-right: 10px;
}
.roung .fb_brand .menu .info .prc {
  display: block;
  margin-top: 4px;
}
.roung .fb_brand .menu .cart {
  margin-left: auto;
}
.roung .fb_brand .menu .cart button {
  width: 73px;
  height: 32px;
  border: 0 none;
  background-color: #F5F5F5;
  border-radius: 16px;
  color: #999999;
}
.roung .fb_brand .menu_field {
  margin: 0 20px 20px;
  border-top: 2px solid #1F1F1F;
}
.roung .fb_brand .menu_field dl > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  margin: 16px 0;
  line-height: 20px;
}
.roung .fb_brand .menu_field dl > div.line {
  border-top: 1px dashed #1F1F1F;
  padding-top: 16px;
}
.roung .fb_brand .menu_field dl > div[class^=detail] {
  padding: 13px;
  background-color: #F5F5F5;
  font-size: 12px;
}
.roung .fb_brand .menu_field dl > div[class^=detail] dd {
  font-weight: 700;
}
.roung .fb_brand .menu_field dl > div[class^=detail] dd + dd {
  width: 100%;
  flex: none;
}
.roung .fb_brand .menu_field dl > div.detail {
  margin-top: -8px;
  padding-bottom: 0;
}
.roung .fb_brand .menu_field dl > div.detail_memo {
  align-items: flex-start;
  margin-top: -20px;
}
.roung .fb_brand .menu_field dl > div.detail_memo dt, .roung .fb_brand .menu_field dl > div.detail_memo dd {
  padding-top: 6px;
  border-top: 1px dashed #999;
}
.roung .fb_brand .menu_field dl > div.noneflex {
  display: block;
}
.roung .fb_brand .menu_field dl > div.noneflex dt {
  padding-bottom: 4px;
}
.roung .fb_brand .menu_field dt {
  padding-right: 10px;
  padding-left: 4px;
  color: #777;
  line-height: 20px;
}
.roung .fb_brand .menu_field dd {
  flex: 1;
  margin-left: auto;
  font-weight: 800;
  text-align: right;
}
.roung .fb_brand .menu_field dd.column {
  width: 100%;
}
.roung .fb_brand .menu_field dd .input_radio {
  justify-content: flex-end;
}
.roung .fb_brand .menu_field .prc {
  font-size: 16px;
  font-weight: 800;
  color: #D72F20;
}
.roung .fb_brand .menu_field .date {
  font-weight: 700;
}
.roung .fb_brand .menu_field .input_radio {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.roung .fb_brand .menu_field .input_radio input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.roung .fb_brand .menu_field .input_radio label {
  height: 30px;
  line-height: 30px;
  border: 1px solid #1F1F1F;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 16px;
}
.roung .fb_brand .menu_field .input_radio label:has(input[type=radio]:checked) {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.roung .fb_brand .menu_field .input_text {
  width: 100%;
  height: 38px;
  padding: 8px 15px;
  font-size: 14px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 22px;
}
.roung .fb_brand_cart {
  padding-bottom: 40px;
}
.roung .fb_brand_cart .menu li {
  padding: 12px 0;
}
.roung .fb_brand_cart .menu .input_num {
  margin-left: auto;
}
.roung .fb_brand_cart .menu .input_num input {
  font-size: 18px;
  font-weight: 400;
}
.roung .fb_brand_cart .warn {
  margin: 14px 20px 20px;
  border-top: 1px dashed #1F1F1F;
  padding: 40px 10px;
  text-align: center;
  font-weight: 700;
}
.roung .fb_brand_detail {
  padding-bottom: 40px;
}
.roung .fb_brand_detail .menu + .menu {
  box-shadow: inset 0 6px 0 #F5F5F5;
}
.roung .fb_brand_detail .menu h3 {
  margin: 0 20px;
  padding: 20px 0 7px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 800;
}
/* .roung_score {
  border-top: 6px solid #F5F5F5;
  letter-spacing: 0;
} */
.roung_score {
  min-height: calc(100vh - 85px - 55px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.roung_score > section {
  margin: 0 20px 30px;
}
.roung_score > section.box {
  margin: 16px 0;
}
.roung_score > section.box > .total {
  margin-top: -16px;
  border-top: 1px solid #E2E2E2;
  background-color: #F5F5F5;
  padding: 18px 30px;
}
.roung_score > section.box > .total dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  text-align: center;
}
.roung_score > section.box > .total dt {
  width: 30%;
}
.roung_score > section.box > .total dd {
  width: 20%;
  font-weight: 800;
}
.roung_score h2 {
  font-size: 16px;
  font-weight: 800;
}
.roung_score .head {
  margin: 0 20px;
  position: relative;
}
.roung_score .head .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.roung_score .head .btn_go {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  padding: 0 19px;
  border-radius: 18px;
  line-height: 30px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  color: #C59F38;
  border: 1px solid #D9AB2E;
}
.roung_score .notice {
  text-align: center;
  padding: 36px 20px 4px 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #777;
}
.roung_score .notice span {
  margin-left: -15px;
}
.roung_score .import {
  display: flex;
  padding: 40px 16px 4px;
  gap: 20px;
  align-items: center;
}
.roung_score .import p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #777;
  flex: 1;
  padding-left: 15px;
}
.roung_score .import p span {
  margin-left: -15px;
}
.roung_score .import button {
  border-radius: 18px;
  border: 1px solid #1F1F1F;
  min-width: 91px;
  height: 32px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
}
.roung_score .summary {
  position: relative;
  margin-top: 12px;
}
.roung_score .summary p {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background: linear-gradient(180deg, transparent 40%, #000 100%);
}
.roung_score .summary span {
  color: #fff;
  line-height: 12px;
}
.roung_score .summary span + span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #fff;
}
.roung_score .summary_score {
  padding: 15px 0 12px;
  border-bottom: 1px solid #E2E2E2;
}
.roung_score .summary_score dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.roung_score .summary_score dt {
  font-weight: 700;
}
.roung_score .summary_score dd {
  margin-left: 8px;
  font-weight: 800;
  font-size: 18px;
}
.roung_score .summary_score dd span {
  color: #777;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
}
.roung_score .summary_score dd + dt {
  margin-left: 24px;
}
.roung_score .score_card {
  position: relative;
  padding: 16px 0px;
}
.roung_score .score_card .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.roung_score .score_card h3 {
  font-size: 16px;
  font-weight: 400;
}
.roung_score .score_card .key {
  /* position: absolute;
  right: 20px; */
  display: flex;
  gap: 8px;
  font-size: 9px;
}
.roung_score .score_card .key span {
  display: inline-block;
  margin-right: 3px;
  overflow: hidden;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
  margin-top: -2px;
}
.roung_score .score_card .key span.c_blue {
  background: #358DFF;
}
.roung_score .score_card .key span.c_mint {
  background: #35D2FF;
}
.roung_score .score_card .key span.c_gray {
  background: #EFEFEF;
}
.roung_score .score_card .key span.c_yellow {
  background: #FFCE24;
}
.roung_score .score_card .key span.c_orange {
  background: #FB8435;
}
.roung_score .score_card .key span.c_red {
  background: #FB3556;
}
.roung_score .score_card table {
  margin-top: 3px;
  width: 100%;
}
.roung_score .score_card table thead th {
  background-color: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.roung_score .score_card table tbody th {
  font-size: 9px;
  color: #999;
  font-weight: 400;
  background-color: #F5F5F5;
}
.roung_score .score_card table tbody th.sub {
  border-bottom: 1px solid #E2E2E2;
  background-color: #fff;
  color: #1f1f1f;
}
.roung_score .score_card table tbody td {
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  height: 28px;
  white-space: nowrap;
}
.roung_score .score_card table tbody td.c_blue {
  background: rgba(53, 141, 255, 0.5);
}
.roung_score .score_card table tbody td.c_mint {
  background: rgba(53, 210, 255, 0.5);
}
.roung_score .score_card table tbody td.c_gray {
  /* background: rgba(239, 239, 239, 0.5); */
  background: none;
}
.roung_score .score_card table tbody td.c_yellow {
  background: rgba(255, 206, 36, 0.5);
}
.roung_score .score_card table tbody td.c_orange {
  background: rgba(251, 132, 53, 0.5);
}
.roung_score .score_card table tbody td.c_red {
  background: rgba(251, 53, 86, 0.5);
}
.roung_score .score_card table tbody .score td {
  font-weight: 800;
}
.roung_score .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: -16px;
  border-bottom: 1px solid #E2E2E2;
}
.roung_score .more_btn button{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  outline: none;
  border: none;
  background: transparent;
}
.roung_score .more_btn button .arrow {
  width: 18px;
  aspect-ratio: 1;
  transform: rotate(0deg);
  transition: all 0.2s;
}
.roung_score .more_btn button.opened .arrow{
  transform: rotate(-180deg);
}
.roung_score .more_btn button .arrow img{
  width: 100%;
}
.roung_score .motion {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  margin: 5px 14px;
}
.roung_score .motion li {
  position: relative;
  flex-grow: 1;
}
.roung_score .motion .media {
  height: 110px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.roung_score .motion a {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.roung_score .motion a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/ico_my_motion.png) 10px 10px/18px no-repeat;
}
.roung_score .standing_list {
  margin: 32px 0 25px;
}
.roung_score .standing_list .bar {
  position: relative;
  margin-top: 23px;
  margin-bottom: 37px;
  height: 8px;
  border-radius: 18px;
  background: linear-gradient(90deg, #C3D8FF, #F0F4FC);
}
.roung_score .standing_list .bar p {
  position: absolute;
  top: -23px;
  left: 11px;
  color: #9CB8EC;
  font-weight: 700;
}
.roung_score .standing_list .bar .bar_per {
  position: absolute;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  background-color: #93BAFF;
  padding: 0 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  margin-top: -4px;
}
.roung_score .standing_list .bar .info {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 10px;
  font-weight: 400;
}
.roung_score .standing_list .bar .info strong {
  font-weight: 700;
}
.roung_score .picture {
  margin: 5px 14px;
}
.roung_score .tooltip {
  position: relative;
}
.roung_score .tooltip button {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url("/assets/images/ico_emark_01.png") 0 0/18px no-repeat;
  border: 0;
  position: relative;
}
.roung_score .tooltip p {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  padding: 12px 20px;
  color: #fff;
  min-width: 120px;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
.roung_score .tooltip.active button::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6.93px solid #A99362;
}

.roung [class$=_popup] {
  width: auto;
}
.roung [class$=_popup] .inner {
  background-color: #fff;
  width: auto;
}
.roung [class$=_popup] .inner > h2 {
  padding: 16px 0 12px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  border-bottom: 1px solid #E2E2E2;
  outline: 0;
}
.roung [class$=_popup] .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.roung [class$=_popup] .buttons {
  display: flex;
  margin-top: 20px;
}
.roung [class$=_popup] .buttons button {
  flex: 1;
  height: 40px;
  border: 0 none;
  background-color: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.lockerLocation_popup .title {
  padding: 29px 0 16px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border-bottom: 1px solid #E2E2E2;
}
.lockerLocation_popup .title .desc {
  font-size: 14px;
}
.lockerLocation_popup .title h2 {
  outline: 0;
}
.lockerLocation_popup .content {
  margin: 0;
}
.lockerLocation_popup .img {
  position: relative;
  text-align: center;
}
.lockerLocation_popup .img img {
  width: auto;
}
.lockerLocation_popup .img .point {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: var(--primary);
}
.lockerLocation_popup .img .point strong {
  font-weight: 700;
  font-size: 16px;
}
.lockerLocation_popup .img .point span {
  font-weight: 700;
  font-size: 12px;
}

.shotTracking_popup .content {
  padding: 20px 30px;
}
.shotTracking_popup .select_area button {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border-radius: 4px;
  border: 0 none;
  margin-bottom: 4px;
  width: 100%;
  height: 38px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 800;
}
.shotTracking_popup .select_area button::before {
  content: "";
  flex-grow: 0;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
}
.shotTracking_popup .select_area button.selected {
  background-color: rgba(53, 141, 255, 0.1);
}
.shotTracking_popup .select_area button.selected::before {
  background: url("/assets/images/ico_check.png") 0 0/contain no-repeat;
}
.shotTracking_popup .select_area button > span {
  flex: 1;
}

.orderComplete_popup .content p {
  padding: 48px 0;
  font-weight: 800;
  text-align: center;
  font-size: 14px;
}

.slideup a {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.slideup.active a {
  pointer-events: auto;
}

.fixed_btn {
  display: flex;
  align-items: center;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  height: 50px;
  z-index: 2;
  background-color: #fff;
}
.fixed_btn .group {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A99362;
  padding: 8px 25px;
  height: 100%;
  box-sizing: border-box;
}
.fixed_btn .group button {
  width: 24px;
  height: 24px;
  border: 0 none;
  vertical-align: top;
  filter: grayscale(1) contrast(7);
  background: 0/contain no-repeat;
}
.fixed_btn .group button + button {
  margin-left: 14px;
}
.fixed_btn .group button.btn_down {
  background-image: url(/assets/images/ico_my_down.png);
}
.fixed_btn .group button.btn_share {
  background-image: url(/assets/images/ico_my_share.png);
}
.fixed_btn .link {
  display: flex;
  flex: 1;
  align-items: stretch;
}
.fixed_btn .link.g1 {
  gap: 1px;
}
.fixed_btn .link a {
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: var(--primary);
}
.fixed_btn .link a.type01 {
  background: #A99362;
}

.tooltip-popup {
  position: absolute;
  border-radius: 4px;
  padding: 12px 20px;
  max-width: 320px;
  box-sizing: border-box;
  color: #fff;
  background-color: #A99362;
  width: auto !important;
}