@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

html {
  overflow-x: clip;
}

body {
  position: relative;
  font-family: "微軟正黑體", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #1a1818;
  width: 100%;
  height: auto;
  color: #fff;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
}

.row {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button,
button:focus {
  outline: none;
  border: 0;
  background: none;
  padding: 0;
}

a:hover,
button:hover {
  /* filter: brightness(120%); */
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* header */
#header,
section {
  position: relative;
  min-height: 100vh;
  text-align: center;
}

#header {
  min-height: 1080px;
  background: url(../images/s1Bg.jpg) no-repeat center center/cover;
  z-index: 1;
  padding: 0 0 4%;
  margin-bottom: -10%;
}

.contents::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1588px;
  background: url(../images/s1Deco.png) no-repeat center center/cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32%);
  z-index: 4;
  pointer-events: none;
}

.titleBox .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.titleBox .logo img {
  position: relative;
  z-index: 2;
  margin-top: 2%;
}

.titleBox .logo img:nth-of-type(2) {
  top: -180px;
}

.titleBox::before {
  content: '';
  position: absolute;
  width: 1074px;
  height: 705px;
  background: url(../images/s1Char.png) no-repeat center center/contain;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.titleBox .iconList a {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 48px;
  z-index: 3;
  display: none;
}

.reserve {
  position: relative;
  display: inline-block;
  margin: 31vh 0 0;
  z-index: 4;
  left: 38%;
}

.reserve:hover {
  background: url(../images/s1Btn_hover.png) no-repeat center center;
  background-size: contain;
}

.reserve:hover img {
  opacity: 0;
}

/* sidebar */
.fixedBox {
  position: fixed;
  width: 295px;
  height: 318px;
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
  background: transparent url(../images/sidebar.png) no-repeat 0 0;
  background-size: contain;
  z-index: 9;
  cursor: pointer;
  transition: .5s linear;
}

.fixedBox:hover {
  background: transparent url(../images/sidebar_hov.png) no-repeat 0 0;
}

.fixedBox a {
  position: absolute;
  inset: 0;
  display: block;
}

#gotop {
  display: none;
  /* position: fixed;
  bottom: 2vh;
  right: 2vw;
  width: 61px;
  height: 61px;
  background: url("../images/gotop.png") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  z-index: 9;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}

/* #gotop.hide {
  opacity: 0;
} */

.title {
  position: relative;
  margin: 2vh auto;
}

#tab-1 {
  background: url(../images/s2Bg.jpg) no-repeat center top/cover;
  padding: 6% 0 0;
  margin-top: 6%;
  position: relative;
}

#tab-1 .container-custom,
#tab-2 .coupon {
  max-width: unset;
  padding: 0;
}

#tab-2 {
  background: url(../images/s3Bg.jpg) no-repeat top center/cover;
  padding: 1% 0;
  margin-top: -1%
}

#tab-3 {
  background: url(../images/s4Bg.jpg) no-repeat top center/cover;
  padding: 2% 0;
  margin-top: -1%
}

#tab-4 {
  background: url(../images/s5Bg.jpg) no-repeat top center/cover;
  padding: 2% 0;
  margin-top: -1%
}

#tab-5 {
  background: url(../images/s6Bg.jpg) no-repeat top center/cover;
  padding: 2% 0;
}

#tab-6 {
  background: url(../images/s7Bg.jpg) no-repeat top center/cover;
  padding: 2% 0;
  margin-top: -1%
}

/* tab-1 */
#tab-1::before {
  content: '';
  background: url(../images/s2Deco.png) no-repeat center center/contain;
  position: absolute;
  width: 1829px;
  height: 640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.radio input[type="radio"] {
  display: none;
  font-weight: normal;
}

.radio input[type="radio"]+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 26px;
}

.radio input[type="radio"]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #a74216;
  border-radius: 50%;
  background-color: transparent;
}

.radio input[type="radio"]:checked+label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #a74216;
  border-radius: 50%;
}

input[type="checkbox"] {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border: 1px solid #a74216;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 18px;
  color: #a74216;
}

#selectArea {
  margin-right: 2%;
}

#tab-1 .form-control {
  height: 45px;
  color: #a5a5a5;
  font-size: 20px;
  line-height: 20px;
  background-color: #383838;
  border: 1px solid #a74216;
  padding: 0 4%;
}

.register {
  position: relative;
  width: 954px;
  min-height: 487px;
  background: url(../images/s2Frame.png) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.goh_form {
  position: relative;
  /* max-width: 54%; */
  color: #d9d9d9;
  font-size: 26px;
  font-weight: normal;
  top: -80px;
}

.goh_form label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}

.goh_form p {
  margin-bottom: 0;
}

.form-group {
  display: flex;
  align-items: center;
}

.form-group .txt {
  color: #d9d9d9;
  font-size: 1.4rem;
  margin: 0;
}

.form-group .steps {
  padding-right: 30px;
}

.form-group p.warning {
  cursor: pointer;
  color: #a74216;
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-group1 .radio {
  padding-left: 55px;
}

.form-group3 .txt {
  display: flex;
}

.phone {
  align-items: flex-start
}

.checkbox {
  margin-top: 2%;
}

.goh_submit {
  background: url(../images/s2Btn.png) no-repeat center center/contain;
  width: 247px;
  height: 99px;
  padding: 0;
  border: none;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -87%;
}

.goh_submit:hover,
.goh_submit:focus,
.goh_submit:active {
  background: url(../images/s2Btn_hover.png) no-repeat center center/contain;
}

div.g-recaptcha {
  position: absolute;
  bottom: -40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.golink {
  cursor: pointer;
  color: #a74216;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.golink:hover {
  color: #ffb291;
}

.btnBar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  gap: 5px;
}

.btnBar ul li {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btnBar ul li a {
  transition: .5s linear;
  height: 100%
}

.btnBar ul li a.active,
.btnBar ul li a:hover {
  filter: brightness(1.5)
}

/* tab-2 */
.coupon::before {
  content: '';
  position: absolute;
  width: 481px;
  height: 1013px;
  background: url(../images/s3Deco.png) no-repeat center center/contain;
  right: 1%;
}

.invite {
  position: relative;
  width: 100%;
  max-width: 1028px;
  min-height: 421px;
  background: url(../images/s3Frame.png) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  top: -8vh;
}

.sub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#privateLinkCopyInput {
  all: unset;
  display: inline-block;
  width: 546px;
  height: 59px;
  background: url(../images/s3Linkframe.png) no-repeat center center;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  box-sizing: border-box
}

#privateLinkCopyInput::placeholder {
  color: #323434;
  opacity: 1;
  margin-left: 150px;
}

#private_link_copy_btn {
  transition: .5s linear;
}

#private_link_copy_btn:hover {
  filter: brightness(1.3);
}

.crew {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: -10vh;
}

.gift1,
.gift2,
.gift3 {
  position: relative;
}

.gift1.active img,
.gift1.active img,
.gift1.active img {
  opacity: 0;
}

.gift1.active:before {
  content: "";
  position: absolute;
  width: 325px;
  height: 420px;
  background: url(../images/s3Crew1_suc.png) no-repeat center center/contain;
}

.gift2.active:before {
  content: "";
  position: absolute;
  width: 325px;
  height: 420px;
  background: url(../images/s3Crew2_suc.png) no-repeat center center/contain;
}

.gift3.active:before {
  content: "";
  position: absolute;
  width: 325px;
  height: 420px;
  background: url(../images/s3Crew3_suc.png) no-repeat center center/contain;
}

#friend_group_btn:hover {
  background: url(../images/s3Btn_hover.png) no-repeat center center;
  background-size: contain;
}

#friend_group:hover img {
  opacity: 0;
}

#friend_group {
  margin-top: 3vh
}

.event_rules_btn {
  transition: .5s linear;
}

.event_rules_btn:hover {
  filter: brightness(1.3);
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0.788);
  overflow: auto;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.pop .popArea {
  z-index: 1070;
  width: 100%;
  max-height: 100vh;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pop .btnclose {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.pop .btnclose:hover {
  filter: brightness(0.6);
}

.pop .btnclose button {
  display: block;
  text-indent: -99999em;
  width: 125px;
  height: 125px;
  background: transparent url(../images/closex.png) no-repeat center center/contain;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}

.pop .notic_pop {
  max-width: 908px;
  height: 900px;
  background: url(../images/popup_rule.png) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


/* tab-3 */

/* ◀-- 랭킹 컨테이너 중앙 정렬 및 디자인 --%> */
#ranking-container {
  max-width: 1028px;
  width: 100%;
  height: 767px;
  margin: 0 auto;
  padding: 60px 0 0;
  background: url(../images/s4RankBg.png) no-repeat center center;
  background-size: contain;

}

#ranking-table {
  width: 100%;
  max-width: 754px;
  border-collapse: separate;
  color: white;
  text-align: center;
  margin: -40px auto;
  border-spacing: 0 5px;
}

#ranking-table tr.first td:first-child {
  background: url(../images/s4First.png) no-repeat 0 50%;
  text-indent: -99999em;
  background-size: contain;
}

#ranking-table tr.second td:first-child {
  background: url(../images/s4Second.png) no-repeat 0 50%;
  text-indent: -99999em;
  background-size: contain;
}

#ranking-table tr.third td:first-child {
  background: url(../images/s4Third.png) no-repeat 0 50%;
  text-indent: -99999em;
  background-size: contain;
}

#ranking-table thead tr {
  position: relative;
  background-color: #b6301b;
  color: white;
}

#ranking-table thead th:first-child {
  position: relative;
  width: 108px;
}

#ranking-table thead th:first-child::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
  width: 2px;
  background-color: #333333;
}

#ranking-table thead th:nth-child(2) {
  width: 70%;
}

#ranking-table thead th:nth-child(3) {
  position: relative;
}

#ranking-table thead th:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 2px;
  background-color: #333333;
}

#ranking-table th {
  height: 50px;
}

#ranking-table thead::after {
  content: '';
  display: table-row;
  height: 5px;
}

/* ◀-- tbody의 마지막 행에는 줄선을 제거하여 깔끔하게 보이도록 함 --%> */

#ranking-body tr {
  background: url(../images/s4Box.png) no-repeat center center;
  height: 49px;
}

#ranking-body tr.first {
  background: url(../images/s4FirstBox.png) no-repeat center center;
}

#ranking-body tr.second {
  background: url(../images/s4SecBox.png) no-repeat center center;
}

#ranking-body tr.third {
  background: url(../images/s4ThirdbBox.png) no-repeat center center;
}


#ranking-body tr td:first-child {
  font-size: 36px;
  background: url(../images/s4No.png) no-repeat 0 50%;
  background-size: contain;
}

#ranking-body td.first1,
#ranking-body td.second2,
#ranking-body td.third3 {
  position: relative;
}

#ranking-body td.first1::before {
  content: "";
  position: absolute;
  background: url(../images/s4FirstDec.png) no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 35px;
  top: 10px;
  left: -40px;
}

#ranking-body td.second2::before {
  content: "";
  position: absolute;
  background: url(../images/s4SecDec.png) no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 34px;
  top: 15px;
  left: -40px;
}

#ranking-body td.third3::before {
  content: "";
  position: absolute;
  background: url(../images/s4tThirdDec.png) no-repeat center center;
  background-size: contain;
  width: 26px;
  height: 34px;
  top: 15px;
  left: -40px;
}

.pagination {
  justify-content: center;
  text-align: center;
  margin-top: 85px;
}

.pagination a,
.pagination strong {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  /* 페이지네이션 글자색 흰색으로 변경 */
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
}

.pagination a:hover {
  color: #b6301b;
  text-decoration: none;
  transition: color 0.3s;
}

.pagination .current-page {
  color: #b6301b;
  font-weight: normal;
  cursor: default;
  font-size: 18px;
}

/* tab-4 */
.content {
  color: #ffffff;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4%;
}

.content p {
  z-index: 3;
  letter-spacing: 3px
}

.content:before {
  content: "";
  position: absolute;
  width: 734px;
  height: 7px;
  background: url(../images/s4NumDec.png) no-repeat center center/contain;
  top: 21%;
  z-index: 2;
}

.content:after {
  content: "";
  position: absolute;
  width: 875px;
  height: 138px;
  background: url(../images/s4NumBgDec.png) no-repeat center center/contain;
  top: 13%;
  z-index: 1;
}

#number {
  font-size: 42px;
}

.awardBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  top: -5%;
}

.top,
.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.item1,
.item2,
.item3,
.item4 {
  position: relative;
}

.item1.active img,
.item2.active img,
.item3.active img,
.item4.active img,
.item5.active img {
  opacity: 0;
}

.item1.active:before {
  content: "";
  position: absolute;
  width: 355px;
  height: 364px;
  background: url(../images/s5Award_10000_suc.png) no-repeat center center/contain;
}

.item2.active:before {
  content: "";
  position: absolute;
  width: 355px;
  height: 364px;
  background: url(../images/s5Award_50000_suc.png) no-repeat center center/contain;
}

.item3.active:before {
  content: "";
  position: absolute;
  width: 355px;
  height: 364px;
  background: url(../images/s5Award_100000_suc.png) no-repeat center center/contain;
}

.item4.active:before {
  content: "";
  position: absolute;
  width: 355px;
  height: 364px;
  background: url(../images/s5Award_250000_suc.png) no-repeat center center/contain;
}

.item5.active:before {
  content: "";
  position: absolute;
  width: 355px;
  height: 364px;
  background: url(../images/s5Award_500000_suc.png) no-repeat center center/contain;
}

.item1:after,
.item2:after,
.item3:after,
.item4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16%;
  width: 53px;
  height: 62px;
  background: url(../images/s5Arrow.png) no-repeat center center/contain;
}

.item1.active:after,
.item2.active:after,
.item3.active:after,
.item4.active:after {
  background: url(../images/s5Arrow_suc.png) no-repeat center center/contain;
}

/* tab-5 */
.nav {
  justify-content: center;
}

.nav-tab1 {
  margin-right: -36px;
}

.nav-tab2 {
  margin-left: -36px;
}

.nav-introlink {
  padding: 0;
}

.nav-link.active {
  background-color: transparent;
}

#intro-01-tab img {
  content: url(../images/s6Tab1.png);
}

#intro-01-tab:hover img,
#intro-01-tab.active img {
  content: url(../images/s6Tab1_hov.png);
}

#intro-02-tab img {
  content: url(../images/s6Tab2.png);
}

#intro-02-tab:hover img,
#intro-02-tab.active img {
  content: url(../images/s6Tab2_hov.png);
}

/* job */
.jobContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.name {
  position: relative;
  margin-top: -30%;
}

.char {
  position: relative;
  right: -15%;
  top: -20vh;
  pointer-events: none;
}

.text {
  position: relative;
  left: 35%;
  text-align: left;
  width: 70%;
}

.text p {
  color: #fff;
  font-size: 20px;
}

.tab-pane2 {
  position: relative;
}

.jobnav {
  position: absolute;
  top: 47vh;
  left: 20%;
}

#job-01-tab,
#job-02-tab,
#job-03-tab,
#job-04-tab {
  padding: 0;
}

#job-01-tab img {
  content: url(../images/s6Icon1.png);
}

#job-01-tab:hover img,
#job-01-tab.active img {
  content: url(../images/s6Icon1_hov.png);
}

#job-02-tab img {
  content: url(../images/s6Icon2.png);
}

#job-02-tab:hover img,
#job-02-tab.active img {
  content: url(../images/s6Icon2_hov.png);
}

#job-03-tab img {
  content: url(../images/s6Icon3.png);
}

#job-03-tab:hover img,
#job-03-tab.active img {
  content: url(../images/s6Icon3_hov.png);
}

#job-04-tab img {
  content: url(../images/s6Icon4.png);
}

#job-04-tab:hover img,
#job-04-tab.active img {
  content: url(../images/s6Icon4_hov.png);
}

/* tab-6 */
.notic {
  max-width: 1341px;
  min-height: 685px;
  background: url(../images/s7Frame.png) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  margin: -5% auto;
}

.notic ol {
  max-width: 60%;
  padding: 60px 0 0 20px;
  list-style: auto;
}

.custom-ol {
  font-family: "思源宋體";
}

.notic ol li {
  padding: 1% 0
}

/* popup-我的勢力case1 */

#friendGroupModal .modal-content {
  background: url(../images/groupCase1Bg.png) no-repeat center center / cover;
  max-width: 516px;
  height: 254px;
  width: 100%;
  border: none;
  box-shadow: none;
}

#friendGroupModal .btnclose,
#searchUserDataModal .btnclose,
#movePreRegisterModal .btnclose,
#friendGroupListModal .btnclose {
  display: block;
  position: absolute;
  top: 26px;
  right: 50px;
  z-index: 999;
}

#friendGroupModal .btnclose span,
#searchUserDataModal .btnclose span,
#movePreRegisterModal .btnclose span,
#friendGroupListModal .btnclose span {
  display: block;
  text-indent: -99999em;
  width: 39px;
  height: 39px;
  background: transparent url(../images/closex.png) no-repeat center center / contain;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

#friendGroupModal .modal-header {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 45px;
}

#friendGroupModal .modal-body {
  flex: none;
  padding: 0;
}

#friendGroupModal .form-control {
  background: url(../images/groupCase1Bg2.png) no-repeat center center / contain;
  max-width: 398px;
  height: 47px;
  width: 100%;
  border: none;
  box-shadow: none;
}

#friendGroupNameInput::placeholder {
  color: #323434
}

#friendGroupModal .modal-footer {
  border-top: none;
  padding: 0;
}

.img-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.img-btn img {
  display: block;
  transition: filter 0.3s ease;
}

.img-btn:hover img {
  filter: brightness(1.2);
}

/* popup-我的勢力case2 */

#friendGroupListModal {
  text-align: center;
  width: 100%;
}

#friendGroupListModal .modal-content {
  background: url(../images/groupCase3Bg.png) no-repeat center center / cover;
  max-width: 545px;
  height: 333px;
  width: 100%;
  border: none;
  box-shadow: none;
}

#friendGroupListModal .modal-header {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 45px;
}

#friendGroupListModal .modal-title {
  position: relative;
  text-align: center;
  color: white !important
}

#friendGroupListModal .modal-title::before,
#friendGroupListModal .modal-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 63px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#friendGroupListModal .modal-title::before {
  left: -80px;
  transform: translateY(-50%);
  background-image: url(../images/groupCase2Dec.png);
}

#friendGroupListModal .modal-title::after {
  right: -80px;
  transform: translateY(-50%) scaleX(-1);
  background-image: url(../images/groupCase2Dec.png);
}

#friendGroupListModal .modal-body {
  padding: 0;
}

#friendGroupListModal .modal-body .table {
  margin: 0;
}

#friendGroupListModal .modal-body .mt-4 {
  margin-top: 0 !important;
}

#friendGroupListModal .modal-footer {
  border-top: none;
  padding: 0;
}

#friendGroupListModal .table td {
  width: 50%;
  padding: 4px;
  border-top: none;
}

#friendGroupListModal .table .thead-dark th {
  background-color: transparent;
}

#friendGroupListModal thead th {
  border: none;
}

#friendGroupListModal th:first-child {
  background: url(../images/groupCase2-1Create.png) no-repeat center center / contain;
  text-indent: -99999em;
}

#friendGroupListModal thead tr:first-child th:nth-child(2) {
  background: url(../images/groupCase2-2Create.png) no-repeat center center / contain;
  text-indent: -99999em;
}

#friendGroupListModal .page-link {
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0;
}

#friendGroupListModal .page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #b6301b;
}

#friendGroupListModal .page-link:focus {
  box-shadow: none;
}

#friendGroupListModal .page-item.active .page-link,
#friendGroupListModal .page-item.active .page-link:hover,
#friendGroupListModal .page-item.active .page-link:focus {
  color: #b6301b;
}

#friendGroupListModal .table {
  color: #fff;
}

#friendGroupListModal .pagination {
  margin-top: 0;
}

/* popup-我的勢力case3 */

#searchUserDataModal .modal-content {
  background: url(../images/groupCase3Bg.png) no-repeat center center / cover;
  max-width: 545px;
  height: 333px;
  width: 100%;
  border: none;
  box-shadow: none;
}

#searchUserDataModal .modal-header {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 45px;
}

#searchUserDataModal .modal-footer {
  border-top: none;
  padding: 0;
}

#searchUserDataModal .modal-body {
  flex: none;
}

#searchUserDataModal .modal-body .text-muted {
  color: #fff !important;
}

#areaSelect,
#searchUserDataInput {
  height: 40px;
  color: #a5a5a5;
  font-size: 20px;
  line-height: 20px;
  background-color: #383838;
  border: 1px solid #a74216;
  padding: 0 4%;
  margin-left: 2%;
}

/* popup-我的勢力case3-1 */

#movePreRegisterModal .modal-content {
  background: url(../images/groupCase3-1Bg.png) no-repeat center center / cover;
  max-width: 516px;
  height: 254px;
  width: 100%;
  border: none;
  box-shadow: none;
}

#movePreRegisterModal .modal-header {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 45px;
}

#movePreRegisterModal .modal-footer {
  border-top: none;
  padding: 0;
}

#movePreRegisterModal .modal-body {
  flex: none;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: url(../images/sidebar-bg.png) no-repeat center center;
  width: 243px;
  height: 526px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all
}

/* @media only screen and (max-width:767px) {
  .sidebar {
    display: none
  }
} */

.sidebar.hide {
  opacity: 0 !important
}

.sidebar.collapsed {
  transform: translateX(243px) translateY(-50%)
}

.sidebar.collapsed .sidebar-btn {
  background-image: url(../images/sidebar-btn-open.png)
}

.sidebar .contentWrap {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
}

.sidebar .contentWrap .group {
  display: flex;
  flex-direction: column;
  gap: 0
}

.sidebar .sidebar-btn {
  position: absolute;
  top: 20px;
  left: -65px;
  width: 66px;
  height: 74px;
  text-align: center;
  background: url(../images/sidebar-btn-close.png) no-repeat center center;
  background-size: contain;
  z-index: 10
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .jobnav {
    left: 11%;
  }

  .awardBox {
    /* max-width: 98vw; */
    flex-wrap: wrap;
  }

  .coupon::before {
    content: '';
    position: absolute;
    width: 481px;
    height: 298px;
    background: url(../images/s3Deco_mo.png) no-repeat center center / contain;
    right: 0%;
    top: -17%;
    z-index: 1;
    transform: scale(0.8);
  }

  .fixedBox {
    left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #header {
    min-height: 100vh;
  }

  #tab-1 {
    margin-bottom: -14%;
  }

  #tab-2 {
    margin-bottom: 0;
  }

  #tab-5 {
    margin-top: -1%;
  }

  #ranking-container {
    background-size: cover;
  }

  #tab-4 .content:before {
    top: 16%;
  }

  .jobnav {
    position: static;
  }

  #job-tabContent {
    margin-top: 28%;
  }

  .char {
    right: -6vw;
    top: -4vh;
  }

  .contents::before,
  .contents::after {
    bottom: 20%;
  }

  .contents::before {
    transform: translate(-50%, -30%);
  }

  .fixedBox {
    transform: scale(0.8);
    left: -15px
  }

  .register {
    width: 100%;
  }

  .goh_form {
    max-width: unset;
    /* width: 80%; */
    height: 100%;
    padding: 50px;
  }

  .goh_submit {
    bottom: -44%;
  }

  div.g-recaptcha {
    bottom: -12%;
  }

  .reserve {
    left: 0;
  }

  .coupon::before {
    right: -7%;
  }
}

@media screen and (max-width: 800px) {
  #tab-1 {
    padding-bottom: 75%;
    margin-bottom: -50%;
  }

  #tab-3 {
    margin-bottom: -6vh;
  }

  #tab-4 .content:before {
    top: 15%;
  }

  #tab-4 .content:after {
    top: 8%;
  }

  #tab-5 {
    padding: 10% 0;
  }

  #header {
    min-height: 700px;
  }

  #header .contents::before {
    /* width: 100%; */
    transform: translate(-50%, -38%);
  }

  li.nav-item {
    border-bottom: none;
    width: unset;
    /* margin-left: 0; */
  }

  .coupon::before {
    right: -13%;
    top: -17%;
    transform: scale(0.6);
  }

  #intro-tab.nav {
    flex-wrap: nowrap;
  }

  .char {
    top: 0vh;
  }

  .form-group .steps {
    padding-right: 2%;
  }

  c_pop ol {
    max-width: 90%;
  }

  .notic ol {
    max-width: 80%;
    padding: 100px 0 0 20px;
  }

  .fixedBox {
    display: none;
  }

  /* #footer {
    height: 17vh;
  } */

  .copyright {
    gap: 5px;
  }

  .titleBox::before {
    transform: translateX(-50%) scale(0.7);
  }
}

@media screen and (max-width: 767px) {
  #header .contents::before {
    transform: translate(-50%, -45%);
  }

  .text {
    left: 0;
    text-align: center;
    width: unset;
    margin: 0 20px;
  }

  .gift1 img,
  .gift2 img,
  .gift3 img {
    width: 200px;
  }

  .item1 img,
  .item2 img,
  .item3 img,
  .item4 img,
  .item5 img {
    width: 300px;
  }

  .nav-joblink {
    width: 100px;
  }

  .pop .btnclose button {
    width: calc(125px* .8);
    height: calc(125px* .8);
  }
}

@media screen and (max-width: 450px) {
  #header .contents::before {
    transform: translate(-50%, -48%);
  }

  .reserve {
    margin: 26vh 0 0;
    width: 250px;
  }

  .titleBox::before {
    transform: translateX(-50%) scale(0.4);
    bottom: -115px;
  }

  .titleBox .logo {
    padding-top: 20%;
  }

  .titleBox .logo img:nth-of-type(2) {
    top: -110px;
  }

  .titleBox .iconList a {
    display: inline-block;
  }

  #tab-1 {
    padding-bottom: 50vh;
    margin-bottom: -37vh;
  }

  #tab-3 {
    margin-bottom: 0vh;
  }

  #tab-5 {
    padding: 50% 0;
  }

  .contents {
    min-height: unset
  }

  .goh_form,
  .form-group .steps,
  .form-group .txt {
    width: 100%;
    padding: 0;
  }

  #reservation_form .form-group {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .register .row,
  .register .checkbox {
    transform: scale(0.9);
  }

  .form-group1 .radio {
    padding: 0;
    margin: 0 10%;
  }

  .form-group3 .txt {
    flex-wrap: wrap;
    justify-content: center;
  }

  .goh_submit {
    bottom: -52%;
  }

  .goh_form {
    top: -73px;
  }

  div.g-recaptcha {
    bottom: -24%;
    transform: scale(0.7);
  }

  .sub {
    transform: scale(0.8);
    transform-origin: center;
  }

  .copy {
    margin-top: -20px;
  }

  #private_link_copy_btn {
    transform: scale(0.8);
    transform-origin: center;
    margin-top: -10px;
  }

  #privateLinkCopyInput {
    transform: scale(0.8);
    transform-origin: center;
    padding: 0 35px;
  }

  #privateLinkCopyInput::placeholder {
    margin-left: 0;
  }

  .btnBar ul li {
    gap: 10px;
  }

  .crew {
    flex-wrap: wrap;
  }

  .coupon::before {
    top: -16%;
    transform: scale(0.4);
  }

  #ranking-table thead th:nth-child(2) {
    width: unset;
  }

  #tab-4 .content:before {
    top: 10%;
  }

  #tab-4 .content:after {
    display: none;
  }

  .top,
  .bottom {
    gap: 20px;
  }

  #intro-tab .nav-link {
    padding: 0;
  }

  .notic {
    margin: -38% auto;
  }

  .notic ol {
    max-width: 95%;
  }

  .pop .success_pop ul {
    bottom: 40px;
  }

  #friendGroupModal .btnclose,
  #searchUserDataModal .btnclose,
  #movePreRegisterModal .btnclose,
  #friendGroupListModal .btnclose {
    right: 20px;
  }

  li.nav-item {
    margin-left: 0;
  }

  .pop .btnclose button {
    width: calc(125px* .6);
    height: calc(125px* .6);
  }

}

@media screen and (max-width: 390px) {

  .goh_form {
    padding: 0 30px;
  }

  .register {
    background: none;
  }

  #header .contents::before {
    transform: translate(-50%, -52%);
  }

  #tab-4 .content:before {
    top: 9%;
  }

  #tab-6 {
    padding: 21% 0;
  }

  .btnBar {
    transform: scale(0.8);
    margin-top: 20px;
  }

  .coupon::before {
    transform: scale(0.4);
    top: -15%;
  }

  .notic {
    background: none;
    margin: -7% auto
  }

  .notic ol {
    padding: 0 0 120px 20px;
  }

  #friendGroupModal .btnclose,
  #searchUserDataModal .btnclose,
  #movePreRegisterModal .btnclose,
  #friendGroupListModal .btnclose {
    top: 39px;
    right: 8px;
  }

  #friendGroupListModal .modal-title::before {
    left: -70px;
  }

  #friendGroupListModal .modal-title::after {
    right: -70px;
  }

  #privateLinkCopyInput {
    transform: scale(0.7);
  }

  .pop .btnclose button {
    width: calc(125px* .4);
    height: calc(125px* .4);
  }
}

/* A52型號 */
@media screen and (max-width: 576px) and (min-height: 900px) {}