:root{
  --bg-color:#ecede7;
  --img--rwd-width: 50%;
  --img--width-S: 400px;
  --img--width-L: 900px;
  --in-font-size: clamp(15px, 2vw, 14.5px);
  --s-font-size: clamp(13px, 1.8vw, 14px);
  --ss-font-size: clamp(11px, 1.5vw, 12px);
  --m-font-size: clamp(16px, 2.5vw, 18.5px);
  --title-font-size: clamp(17px, 3vw, 20.5px);
  --skill-font-size:clamp(15px, 2.5vw, 16.5px);
  --in-font-color: #585858;
  --color-tank: #2d3a80;
  --color-healer: #346624;
  --color-dps: #732828;
  --tank-bg-color: #545e99;
  --healer-bg-color: #548046;
  --dps-bg-color: #8c4d4d;
  --crafter-color: 78, 50, 143;
  --gatherer-color: 143, 120, 50;
  --header-offset: clamp(36px, 8vw, 40px);
  --menu__list-offset: clamp(36px, 8vw, 40px);
  --first-column-width: 50%;
  --sticky-h: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 18px);
  --close-size: 40px;
  --anchor-offset: 0px;
  --nav-bottom: 10px;
}
@media (max-width:250px) {
  :root{
    --in-font-size: 5.3vw;
    --s-font-size: 4vw;
    --ss-font-size: 3.5vw;
    --m-font-size: 6vw;
    --title-font-size: 6.5vw;
    --skill-font-size:6vw;
  }
}

.anchor-target { scroll-margin-top: var(--anchor-offset); }

html{ font-size: 15px;}

@media (max-width: 430px) {
  #go_top_embed .go_top{
    width: 36px;
    height: auto;
    aspect-ratio: 1 / 1;
  }  
}

.clearfix{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.clearfix:after {
  /* content: ""; */
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}

.guide #header_embed{
  border-bottom: 0px; 
  z-index: 9999;
}



.jobguide{
  width: 100%;
  background: url('../images/bg.png') #222;
  font-family:'Noto Sans TC', sans-serif;
  font-size: var(--in-font-size);
  color: var(--in-font-color);
  line-height: 1.5;
}


.db-tooltip__external_header, .db-tooltip__external_footer {
  display: none !important
}

.nav__floating {
  position: static;
  top:16px;
  z-index:1000000;
}

.nav__floating.fixed {
  position:fixed;
  top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 16px);
  right:16px;
}

.nav__floating__overlay {
  width: 101vw;
  height: 101vh;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(2px);
  transition: all .1s;
}

@media (max-width: 430px) {
  .nav__floating__bace_position:has(.nav__floating.opened) {
    z-index: 9998;
  }
  .nav__floating.opened .nav__floating__overlay{
    opacity: 1;
    pointer-events: initial;
  }  
}

.nav__floating__icon {
  width:32px;
  height:auto;
  aspect-ratio: 1 / 1;
  background:url("../images/nav__floating__icon.png") no-repeat 0 0;
  background-size: 100% auto;
  cursor:pointer;
  margin-left:4px;
  line-height:1;
  display:none;
  transition: filter .15s;
  float: right;
  position: relative;
  z-index: 3;
}

@media (max-width: 250px) {
.nav__floating__icon {
    width: 26px;
  }
}

.nav__floating__icon:hover {
  filter: brightness(.9) contrast(1.5);
}
/* .nav__floating__icon.fixed {f
  position:fixed;
  top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 16px);
  right:16px
} */
.nav__floating__bace_position {
  /* max-width: 98%; */
  position:absolute;
  top: 16px;
  right: 16px;
  z-index: 15;
}
.nav__floating__list {
  background:#f3f3f3;
  max-width:272px;
  border-radius:4px;
  box-shadow:0px 1px 3px rgba(0,0,0,0.4);
  padding:16px 0 16px 16px;
  position:relative;
  z-index:11;
  display:none;
  float:right;
}
.nav__floating__list.about {
  padding:16px;
  max-width:560px
}

.nav__floating__list__close {
  width: 32px;
  height: 32px;
  background: url('../images/close.png') no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  /* top: 54px;
  right: 4px; */
  top: 52px;
  right: 6px;
  /* transform: translateX(-100%); */
  display: none;
  z-index: 100150;
  /* -webkit-tap-highlight-color: transparent; */
  cursor: pointer;
  transition: all .2s;
}

.nav__floating__list__close:hover {
  filter: brightness(.5);
  transform: rotate(90deg);
}


.nav__floating__list__wrapper {
  overflow:hidden;
  position:relative;
  height:100%;
  padding-right:16px;
  width:256px;
}
.nav__floating__list__wrapper .iScrollVerticalScrollbar {
  width:12px !important;
  right:0px !important;
  z-index:10 !important
}
.nav__floating__list__wrapper .iScrollIndicator {
  width:4px !important;
  border-radius:4px !important;
  right:6px !important;
  border:none !important
}
/* .nav__floating__list.fixed {
  position:fixed;
  top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) + 16px);
  right:16px
} */
.nav__floating__list ul {
  width:240px;
  margin-bottom: var(--nav-bottom, 0px);
}
.nav__floating__list li {
  width:48px;
  height:48px;
  float:left;
  position:relative
}
.nav__floating__list li.ic_new::after,.nav__floating__list li.ic_update::after {
  content:"";
  width:52px;
  height:52px;
  background-repeat:no-repeat;
  background-position:0 0;
  display:block;
  position:absolute;
  top:-4px;
  left:-2px;
  z-index:2;
  pointer-events:none;
}
.nav__floating__list li.ic_new::after {
  background-image:url("../images/frame_new.png");
}
.nav__floating__list li.ic_update::after {
  background-image:url("../images/frame_update.png");
}

.nav__floating__list .nav-content {
  position:absolute;
  top:-99999px
}
.nav__floating__list .nav-content.show {
  position:static
}

.nav-title {
  margin-bottom:8px;
}
.nav-title a {
	font-weight: 700;
  position:relative;
  display:inline-block
}

.nav-title a:hover {
  text-decoration:none
}
.nav-title a.ic_new::after,.nav-title a.ic_update::after {
  content:"";
  display:inline-block;
  transform:translate(0, -50%);
  width:8px;
  height:8px;
  margin-left:4px;
  background:#cc2929;
  border-radius:4px;
  pointer-events:none
}
.nav-title a.ic_update::after {
  background:#e68600
}
.nav-title.large a {
  font-size: clamp(16px, 2vw, 20px);
}
.nav-about .nav__floating__list__wrapper {
  width:276px
}
.nav-about h2 {
  padding-left:8px
}
.nav-about h2.large {
  padding:0
}
.nav-about h2:nth-last-child(1) {
  margin-top:16px
}
.nav-action h2:nth-last-child(1) {
  margin-top:16px
}

@media (max-width: 430px) {
  .nav__floating__bace_position{
    width: fit-content;
    right: 0;
    top: 0;
  }
  .nav__floating{
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    
  }
  .nav__floating.fixed{
    right: 0;
    top: calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)) /* + 6px */);
  }
  .nav__floating__list {
    max-width: 100%;
    width: 100%;
    /* max-height: 80vh; */
    padding: 10px 0 10px 10px;
  }

  .nav__floating__list__wrapper {
    width:100%;
    padding-right:0;
  }
  .nav__floating__list ul {
    width:100%;
  }
}


.jobguide .txt_blue {
  color: #2975cc;
}

.jobguide__social {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 100%
}

.jobguide__lodestone {
  width: 304px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 18px
}

.jobguide__lodestone a {
  display: block;
  width: 304px;
  height: 30px;
  position: relative;
  overflow: hidden
}

.jobguide__lodestone a img {
  display: block
}

.jobguide__lodestone a:hover img {
  margin-top: -32px
}

.jobguide__lodestone a:active img {
  margin-top: -64px
}

.jobguide__catch {
  padding: clamp(6px, 1vw, 8px);
  background: #800000;
  text-align:center;
	font-size: clamp(13px, 2vw, 20px);
  color:#fff;
  font-weight:500;
  display:flex;
  align-items:center;
  justify-content:center;
}

.jobguide__content {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding-bottom: clamp(20px, 6vw, 120px);
}

.jobguide__text {
  width: 100%;
}

@media (max-width: 600px) {
  .jobguide__text {
    padding: 0 calc(var(--in-font-size) * .75);
  }
}
  

@media (min-width: 501px) { 
  .jobguide__content {
    padding-left: var(--in-font-size);
    padding-right: var(--in-font-size);
  }
}


.jobguide__catch,
.jobguide__text {
  margin-bottom: clamp(20px, 3vw, 32px);
}


.jobguide__text p+p {
    margin-top: 1rem;
}
.jobguide__index__header {
  background-attachment: fixed;
  background-position: center var(--header-offset);
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .jobguide__index__header {
    background-size: 200% auto;
  }
}

.jobguide__index__header--battle {
  background-color: #222;
  background-image: url('../images/jobguideheadbg_pve.jpg');
}


.jobguide__index__header--pvp {
  background-color: #2f0f00;
  background-image: url('../images/jobguideheadbg_pvp.jpg');
}

.jobguide__index__header__inner {
  --padding-top: calc(100% * 76 / 960);
  --height:calc(100vw * 360 / 960);
  width: 100%;
  max-width: 960px;
  height: clamp(20px, var(--height), 360px);
  margin: 0 auto;
  padding-top: clamp(20px, var(--padding-top), 76px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.jobguide__index__header__inner h1 {
  left: 0;
  width: 100%;
}
.jobguide__index__header__inner h1 img{
  width: 100%;
  height: auto;
}

.jobguide__index__header__update {
  width: fit-content;
  --gap: clamp(0px, 1vw, 15px);
  padding-top: var(--gap);
  /* padding-right: var(--gap); */
  /* padding-bottom: var(--gap); */
  background:url("../images/bg_patch.png") no-repeat center center / contain;
  text-align: center;
  /* position: absolute;
  right:0;
  bottom: 0; */
}

@media (max-width: 375px) {
  .jobguide__index__header__inner {
    padding-top: 3vw;
    --height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jobguide__index__header__update {
    width: fit-content;
    position: relative;
    text-align: center;
  }
}

.jobguide__index__header__update .patch{
  --t-sd-color: 147, 97, 0;
  font-size: clamp(12px, 2vw, 26px);
  font-family: 'Noto Serif TC';
  font-weight: 600;
  color:#FFF;
	text-shadow:
    0 0 8px rgba(var(--t-sd-color), .9),
    0 0 6px rgba(var(--t-sd-color), .7),
    0 0 4px rgba(var(--t-sd-color), .5),
    0 0 2px rgba(var(--t-sd-color), .3);
  filter: drop-shadow(15px 0 15px rgba(0, 0, 0, .5)) drop-shadow(-15px 0 15px rgba(0, 0, 0, .5));
}

.jobguide__index__header__update .update{
  --t-sd-color: 0, 0, 0;
  margin-top: clamp(0px, 1vw, 10px);
  margin-bottom: clamp(7px, 1vw, 10px);
  font-size: clamp(10px, 1.4vw, 15px);
  font-weight: 600;
  color: #FFF;
  text-shadow:
    0 0 10px rgba(var(--t-sd-color), .6),
    0 0 5px rgba(var(--t-sd-color), .7),
    0 0 15px rgba(var(--t-sd-color), .9);
  line-height: 1;
}



.jobguide__index__joblink {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.jobguide__index__joblink.clearfix{
  align-items: stretch;
}
.jobguide__index__joblink.clearfix>div, .jobguide__index__joblink.clearfix>div>div{
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex: 1 1 auto;
}
.jobguide__index__joblink.clearfix .js__tile_text{
  height: auto;
  flex: 1 1 auto;
}


.jobguide__index__joblink--tank, .jobguide__index__joblink--healer, .jobguide__index__joblink--dps {
  width: 49%;
  overflow: hidden;
}

@media (max-width: 600px) {
  .jobguide__index__joblink {
    margin-bottom: 0;
  }

  .jobguide__index__joblink--tank, .jobguide__index__joblink--healer, .jobguide__index__joblink--dps {
    width: 100%;
    margin-bottom: 0;
  }
}


.jobguide__index__joblink--tank h2, .jobguide__index__joblink--healer h2, .jobguide__index__joblink--dps h2 {
  background: var(--color-tank);
  position: relative;
  padding: calc(var(--in-font-size) * .25) 4px;
  color: #fff;
  font-size: var(--title-font-size);
  font-weight: 700;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.jobguide__index__joblink--tank h2 span + span,
.jobguide__index__joblink--healer h2 span + span,
.jobguide__index__joblink--dps h2 span + span{
 margin-left: calc(var(--in-font-size) * .25);
}

.jobguide__index__joblink--tank h2 img, .jobguide__index__joblink--healer h2 img, .jobguide__index__joblink--dps h2 img {
  width: 32px;
  height: auto;
  /* display: block; */
  /* float: left; */
  margin-right: 2px;
}


@media (max-width: 600px) {
  .jobguide__index__joblink--tank h2, .jobguide__index__joblink--healer h2, .jobguide__index__joblink--dps h2 {
    padding: 3px calc(var(--in-font-size) * .5);
  }
  .jobguide__index__joblink--tank h2 img, .jobguide__index__joblink--healer h2 img, .jobguide__index__joblink--dps h2 img{
    width: 18px;
    height: auto;
    margin-right: 4px;
    transform: translateY(1px);
  }
}


.jobguide__index__joblink--tank__body, .jobguide__index__joblink--healer__body, .jobguide__index__joblink--dps__body {
  /* border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; */
  overflow: hidden;
  padding-bottom: 12px;
}

.jobguide__index__joblink--tank__body p, .jobguide__index__joblink--healer__body p, .jobguide__index__joblink--dps__body p {
  padding: calc(var(--in-font-size) * .5) 16px;
  /* font-size: calc(var(--in-font-size) * .95); */
  line-break: anywhere;
}

@media (max-width: 600px) {
  /* .jobguide__index__joblink--tank__body, .jobguide__index__joblink--healer__body, .jobguide__index__joblink--dps__body {
    border-radius: 0;
    padding-bottom: 0;
  } */

  .jobguide__index__joblink--tank__body, .jobguide__index__joblink--healer__body, .jobguide__index__joblink--dps__inner.left.melee, .jobguide__index__joblink--dps__inner.right .p_range, .jobguide__index__joblink--dps__inner.right .m_range {
    padding-bottom: calc(var(--in-font-size) * .5);
  }

  .jobguide__index__joblink--tank__body p, .jobguide__index__joblink--healer__body p, .jobguide__index__joblink--dps__body p {
    padding: 8px 12px ;
  }
}
.jobguide__index__joblink--tank__body p span, .jobguide__index__joblink--healer__body p span, .jobguide__index__joblink--dps__body p span {
  display: inline-block;
}

.jobguide__index__joblink--tank__body ul li a, .jobguide__index__joblink--healer__body ul li a, .jobguide__index__joblink--dps__body ul li a {
  background: rgba(153, 170, 255, 0);
  padding: 4px 16px;
  color: var(--color-tank);
  font-size: var(--m-font-size);
  font-weight: 700;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  
}

@media (max-width: 600px) {
  .jobguide__index__joblink--tank__body ul li a, .jobguide__index__joblink--healer__body ul li a, .jobguide__index__joblink--dps__body ul li a {
    padding: 8px calc(var(--in-font-size) * .75);
  }
}

.jobguide__index__joblink--tank__body ul li a:hover, .jobguide__index__joblink--healer__body ul li a:hover, .jobguide__index__joblink--dps__body ul li a:hover {
  background: rgba(153, 170, 255, 0.2);
  text-decoration: none
}

.jobguide__index__joblink--tank__body ul li a img, .jobguide__index__joblink--healer__body ul li a img, .jobguide__index__joblink--dps__body ul li a img {
  width: auto;
  height: 24px;
  margin-right: 8px;
}



.jobguide__index__joblink--tank__body ul li a img.ic_new,
.jobguide__index__joblink--tank__body ul li a img.ic_update,
.jobguide__index__joblink--healer__body ul li a img.ic_new,
.jobguide__index__joblink--healer__body ul li a img.ic_update,
.jobguide__index__joblink--dps__body ul li a img.ic_new,
.jobguide__index__joblink--dps__body ul li a img.ic_update {
  pointer-events: none;
  margin-right: 0;
}

.hide{
  display: none;
}

.jobguide__index__joblink--tank__body ul li a span,
.jobguide__index__joblink--healer__body ul li a span,
.jobguide__index__joblink--dps__body ul li a span {
  /* margin-left: 16px; */
  color: #cc0000;
  /* font-size: var(--s-font-size); */
  /* font-weight: 700; */
  flex: 1 1 auto;
  text-align: right;
}
.jobguide__index__joblink--tank__body ul li a span.js__jobguide_new_or_update,
.jobguide__index__joblink--healer__body ul li a span.js__jobguide_new_or_update,
.jobguide__index__joblink--dps__body ul li a span.js__jobguide_new_or_update {
  line-height: 0;
}

.jobguide__index__joblink--tank {
  margin-right: 2%;
}

@media (max-width: 600px) {
  .jobguide__index__joblink--tank {
    margin-right: 0;
  }
}

@media (min-width: 601px) {
  .jobguide__index__joblink--tank, .jobguide__index__joblink--healer, .jobguide__index__joblink--dps:not(.pvp), .jobguide__index__joblink--dps__inner.left.melee, .pvp .jobguide__index__joblink--dps__inner.right .p_range, .pvp .jobguide__index__joblink--dps__inner.right .m_range {
    border-radius: 6px;
  }
}

.jobguide__index__joblink--tank,
.jobguide__index__joblink--tank--pvp,
.jobguide__index__joblink--healer,
.jobguide__index__joblink--healer--pvp,
.jobguide__index__joblink--dps,
.jobguide__index__joblink--dps--pvp {
  background-repeat: no-repeat;
  background-position: right bottom;
}

.jobguide__index__joblink--tank,
.jobguide__index__joblink--tank--pvp,
.jobguide__index__joblink--healer,
.jobguide__index__joblink--healer--pvp{
  background-color: #f3f3f3;
}

@media (min-width: 376px) {
  .jobguide__index__joblink--tank {
    background-image: url('../images/depic_tank.jpg');
  }
  .jobguide__index__joblink--healer {
    background-image: url('../images/depic_healer.jpg');
  }
  .jobguide__index__joblink--tank--pvp {
  background-image: url('../images/pvp_tank.jpg');
  }
  .jobguide__index__joblink--healer--pvp {
    background-image: url('../images/pvp_healer.jpg');
  }
  .pvp .jobguide__index__joblink--dps__inner.left.melee {
    background-image: url('../images/pvp_dps_melee.jpg');
  }
  .pvp .jobguide__index__joblink--dps__inner.right .p_range {
    background-image: url('../images/pvp_dps_p_range.jpg')
  }
  .pvp .jobguide__index__joblink--dps__inner.right .m_range {
    background-image: url('../images/pvp_dps_m_range.jpg')
  }
}


.jobguide__index__joblink--healer h2 {
  background: #346624
}

.jobguide__index__joblink--healer__body ul li a {
  color: #346624;
  background: rgba(134, 191, 115, 0)
}

.jobguide__index__joblink--healer__body ul li a:hover {
  background: rgba(134, 191, 115, 0.2)
}

.jobguide__index__joblink--dps {
  /* width: 800px; */
  width: 100%;
  float: none;
  overflow: hidden
}

.jobguide__index__joblink--dps__inner {
  width: 49%;
  float: left;
  margin-right: 2%;  
  background-position: right bottom;
  background-repeat: no-repeat;
  
}



@media (max-width: 600px) {
  .jobguide__index__joblink--dps__inner {
    width: 100%;
    margin: 0;
    
    float: none;
  }
  .jobguide__index__joblink--dps__inner.left,
  .jobguide__index__joblink--dps__inner.right .p_range,
  .jobguide__index__joblink--dps__inner.right .m_range{
    margin-bottom: 0;
    background-color: #f3f3f3;
  }
}

.jobguide__index__joblink--tank:not(.jobguide__index__joblink--tank--pvp),
.jobguide__index__joblink--healer:not(.jobguide__index__joblink--healer--pvp),
*:not(.jobguide__index__header--pvp) .jobguide__index__joblink--dps,
.jobguide__index__joblink--dps__body:not(.pvp_body) .jobguide__index__joblink--dps__inner.left.melee,
.jobguide__index__joblink--dps__body:not(.pvp_body) .jobguide__index__joblink--dps__inner.right .p_range,
.jobguide__index__joblink--dps__body:not(.pvp_body) .jobguide__index__joblink--dps__inner.right .m_range {  
  background-size: 60% auto;
}

.jobguide__index__joblink--dps__inner.left,
.jobguide__index__joblink--dps__inner.right .p_range,
.jobguide__index__joblink--dps__inner.right .m_range{
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (max-width: 600px) and (min-width: 375px) { 
  .jobguide__index__joblink--dps__inner.left { 
    background-image: url('../images/depic_dps1.jpg');
  }
  .jobguide__index__joblink--dps__inner.right .p_range{
    background-image: url('../images/depic_dps2.jpg');
  }
  .jobguide__index__joblink--dps__inner.right .m_range{
    background-image: url('../images/depic_dps3.jpg');
  }
}

.jobguide__index__joblink--dps__inner:nth-last-child(1) {
  margin-right: 0
}

.jobguide__index__joblink--dps h2 {
  background: var(--color-dps);
}
@media (max-width: 600px) {
  .jobguide__index__joblink--dps:not(.pvp) h2 {
    display: none;
  }
}



@media (min-width: 601px) {
  .jobguide__index__joblink--dps__body:not(.pvp_body) {
    background: url('../images/depic_dps.jpg') 72px bottom no-repeat #f3f3f3;
  }

  .jobguide__index__joblink--dps__inner.left.melee, .pvp .jobguide__index__joblink--dps__inner.right .p_range, .pvp .jobguide__index__joblink--dps__inner.right .m_range {
    margin-bottom: 20px;
    padding-bottom: 12px; 
    overflow: hidden;
  }

  .jobguide__index__joblink--dps__body:not(.pvp_body) .jobguide__index__joblink--dps__inner.right .p_range {
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
.jobguide__index__joblink--dps__body:not(.pvp_body) {
  background-position: left bottom;
  background-size: 50% auto;
  }
}

.pvp .jobguide__index__joblink--dps__inner.left.melee, .pvp .jobguide__index__joblink--dps__inner.right .p_range, .pvp .jobguide__index__joblink--dps__inner.right .m_range {
  background-color: #f3f3f3;
}


.jobguide__index__joblink--dps__body ul li a {
  --dps-rgb: 229, 161, 161;
  color: var(--color-dps);
  background: rgba(var(--dps-rgb), 0);
}

.jobguide__index__joblink--dps__body ul li a:hover {
  background: rgba(var(--dps-rgb), 0.2);
  text-decoration: none;
}

.jobguide__index__joblink--dps__body ul li a img {
  margin-right: 8px
}

.jobguide__index__joblink--dps h3 {
  margin-left: 16px;
  border-bottom: 1px solid #ccc;
  font-size: var(--title-font-size);
  font-weight: 700;
  color: #585858;
  padding-bottom: 4px;
  /* line-height: 32px; */
  display: flex;
  align-items: center;
}

.jobguide__index__joblink--dps h3 img {
  width: 32px;
  height: auto;
  margin-right: 4px;
}

@media (max-width: 600px) {
  .jobguide__index__joblink--dps h3 {
    margin: 0;
    padding: 3px calc(var(--in-font-size) * .75);
    background: var(--color-dps);
    font-weight: 700;
    color: #fff;
    border-bottom: none;
  }

  .jobguide__index__joblink--dps h3 img {
    width: 18px;
    height: auto;
    margin-right: 4px;
    transform: translateY(1px);
  }
}

.jobguide__index__joblink--dps h3 span + span{
 margin-left: calc(var(--in-font-size) * .25);
}

@media (min-width: 601px) {
  .jobguide__index__joblink--dps h3.top {
    padding-top: 16px;
  }
}



.jobguide__btn {
  background: #4c7ee8;
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  display: block;
  width: 640px;
  height: 50px;
  margin: 0 auto 64px;
  text-align: center;
  line-height: 50px;
  font-size: var(--m-font-size);
  color: #f3f3f3;
  font-weight: 700;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.jobguide__btn:hover {
  background: #628eeb;
  text-decoration: none;
  color: #f3f3f3
}

.jobguide__btn:active {
  background: #4c7ee8;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.2)
}

.btn_style{
  width: 80%; /*根據內容自動寬度*/;
  max-width: calc(var(--in-font-size) * 20);
  margin: var(--in-font-size) auto;
  padding: calc(var(--in-font-size) * .75) var(--in-font-size);
  /* border: 3px solid #FFF;
  outline: 1px solid #3b64b3; */
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}

.btn_style, .btn_style::before, .btn_style::after {
  border-radius: 6px;
}

.btn_style a{
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: calc(var(--in-font-size) * 1.3);
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.25, 1.3, 0.5, 1);
}
.btn_style span{
  position: relative; z-index: 1;
  display: inline-block;
}

.btn_style::before {
  content: '';
  width: 100%; height: 100%;  
  background-image: linear-gradient(to bottom, rgba(76, 140, 205, 1), rgba(58, 98, 177, 1));
  position: absolute; top: 0; left: 0; z-index: 0;
  pointer-events: none;
  opacity: 1;
  transition: all 0.2s;
}


.btn_style::after {
  content: "";
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, #c7a55c, #f0d687);
  position: absolute; top: 0; left: 0; z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

@media (hover) {
	.btn_style:hover a{color:#62421d;}
	.btn_style:hover::before{opacity: 0;}
	.btn_style:hover::after {opacity: 1;}
	.btn_patch:hover{color:#62421d;}
	.btn_patch:hover span{transform: scale(1.3)rotate(90deg) scaleX(0.6);color:#62421d;}

}


.jobguide__btn--adjustments {
  background: #f07800;
  -moz-box-shadow: 0px 2px 4px 0px rgba(240, 120, 0, 0.5);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(240, 120, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(240, 120, 0, 0.5);
  display: block;
  width: 640px;
  height: 48px;
  margin: 32px auto 0;
  text-align: center;
  line-height: 50px;
  font-size: var(--m-font-size);
  color: #ffffff;
  font-weight: 700;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.jobguide__btn--adjustments:hover {
  background: #f09030;
  text-decoration: none;
  color: #ffffff
}

.jobguide__btn--adjustments:active {
  background: #f07800;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 0px 0px rgba(255, 255, 255, 0.2)
}

.tooltip__text {
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 8px 4px 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: var(--in-font-size);
  color: #404040;
  max-width: 284px;
  z-index: 99;
}

.menu {
  width:100%;
  text-align:center;
  background:#eaebe6;
  position: relative;
}

.menu:after {
  content:"";
  background:url("../images/shadow.png") repeat-x 0 0;
  height:4px;
  width:100%;
  position:absolute;
  bottom:-4px;
  left:0;
  z-index:1;
}

.menu__wrapper, .menu__wrapper_mobile {
  width:100%;
  position: sticky;
  top:var(--header-offset);
  z-index:12;
}

.menu__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute; left: 0; top: 0; z-index: 999;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15);
  pointer-events: none;
}

.menu__list {
  --border: 1px solid rgba(200, 200, 200, .5);
  width:100%;
  max-width: 1000px;
  margin:0 auto;
  display:flex;  
  border-left: var(--border);
}

@media (max-width: 776px) {
  .menu__list {
    display: none;
  }
}


.menu__list>li {
  width:calc(100% / 6); 
  position:relative;
  z-index:55;
}

.menu__list>li.hover {
  z-index: 0;
}


@media (max-width: 780px) {
  .menu__list>li {
    width: auto;
    flex: 1 1 auto;
  }
}

.menu__list>li .sub_menu::before {
  content:"";
  background:url("../images/shadow.png") repeat-x;
  height:4px;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}


.menu__list>.li_content, .menu__list>li,
.menu__list>li>span,
.menu__list>li>span::before,
.menu__list>li>span>div {
  transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu__list>li>span {
  --lighter-border: 1px solid rgba(255, 255, 255, .5);
  width:100%;
  height:100%;
  padding:0 .25rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgb(220, 220, 220, 1));
  border-right: var(--border);
  border-left: var(--lighter-border);
  cursor:pointer;
  position:relative;
  z-index:10;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu__list>li>span::before{
  content:"";
  width:100%;
  height:100%;
  background-color:rgb(255, 255, 255);
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  opacity: 0;
  pointer-events: none;
}

.menu__list>li>span {
  padding: .6rem .25rem .4rem;
}

.menu__list>li>span>div.en {  
  font-size: .75rem;
  line-height: 1rem;
  color:#7ebafb;
}

.menu__list>li>span>div.tc {
  font-size: 1.1rem;
  line-height: 1.15rem;
  color:#4c7ee8;
  font-weight: 500;
}

@media (max-width: 260px) {
  .menu__list>li>span{
    padding: 5vw 2vw 2vw;
  }
  .menu__list>li>span>div.en {
    font-size: 4vw;
    line-height: 3vw;
  }
  .menu__list>li>span>div.tc {
    font-size: 6vw;
  }
}

.sub_menu {
  width: 100%;
  margin:0 auto;
  padding:8px 0 5px;
  background:#f4f5f2;
  position:absolute;
  left:0;
  bottom:3px;
  z-index:-1;
  opacity:0;
}

.hover .sub_menu {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3);
}

.menu__list--btn_06 .sub_menu {
  right:0;
  left:auto;
}

 .menu__list>li>span {
   --filter-en: brightness(.85) saturate(1.5) grayscale(.5);
   --filter-tc: brightness(.5) saturate(1);
 }
.menu__list>li>span.active>div.en {
  filter: var(--filter-en);
} 
.menu__list>li>span.active>div.tc {
  filter: var(--filter-tc);
}
.menu__list>li>span.active::before {
  background-color:rgb(149, 177, 205);
  opacity: .1;
}

@media (hover) {
 .menu__list>li:hover {
   -moz-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
    box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
    z-index: 99;
 } 
 .menu__list>li:hover span:not(.active) {
   border-right: var(--lighter-border);
 } 
 /* .menu__list>li>span:hover>div.en{
   filter: var(--filter-en);
 } 
 .menu__list>li>span:hover>div.tc{
   filter: var(--filter-tc);
 }  */
  .menu__list>li:hover>span:not(.active):before {
    opacity: .5;
  }
}

.sub_menu li {
  width:100%;
  position: relative;
}
/* MOBILE MODE 側選單 能工巧匠、UI指南 COMING SOON設定 */
#slide_menu_link_list_wrapper>ul:nth-last-of-type(1)>li{
  position: relative;
}
#slide_menu_link_list_wrapper>ul:nth-last-of-type(1)>li:nth-of-type(2)::after,
#slide_menu_link_list_wrapper>ul:nth-last-of-type(1)>li:nth-of-type(3)::after {
  content:"敬請期待";
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  background: rgba(20, 20, 20, 0.75);
  font-weight: 500;
  color:#fff;
  letter-spacing: 0.2rem;
  text-shadow: 0px 0px 3px rgba(60, 60, 60, 0.8), 0px 0px 15px rgb(66, 66, 66);
  display: flex;
  align-items: center;
  /* justify-content: center;   */
  position:absolute;
  top:0;
  left:0;
}

.sub_menu li.coming_soon::after{
  content:"敬請期待";
  width: 100%;
  height: 100%;
  background: rgba(134, 134, 134, 0.842);
  font-weight: 500;
  color:#fff;
  letter-spacing: 0.2rem;
  text-shadow: 0px 0px 3px rgba(60, 60, 60, 0.8), 0px 0px 15px rgb(66, 66, 66);
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:0;
  left:0;
  opacity: 0;
  transition: opacity .25s;
}

.sub_menu li:hover.coming_soon::after{
  opacity: 1;
}

.sub_menu li a {
  display:block;
  padding:5px 9px;
  /* font-size: clamp(14px, 2vw, 16px); */
  color:#4c7ee8;
  font-weight: 700;
  text-align:left;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  transition:all .3s;
  position:relative
}
.sub_menu li a:hover {
  color:#6696ff;
  text-decoration:underline
}
.sub_menu li a.ic_new::after,.sub_menu li a.ic_update::after {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right:8px;
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  width:8px;
  height:8px;
  background:#cc2929;
  border-radius:4px
}
.sub_menu li a.ic_update::after {
  background:#e68600
}
.sub_menu li a.selected {
  color:#666666;
  text-decoration:none;
  pointer-events:none
}

.job__header {
  --bg-color: #4f1717;
   --bg-x-pos: center;
  width: 100%;
  margin-bottom: clamp(5px, 2vw, 16px);
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-position: var(--bg-x-pos) calc((var(--header-offset, 0px)) * .8);
  background-attachment:fixed;
  position: relative;
}

@media (min-width: 980px) {
  .job__header { 
    height: 360px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .job__header { 
   --bg-x-pos: 48%;
  }
}


@media (min-width: 431px) and (max-width: 767px) {
  .job__header { 
   --bg-x-pos: 53%;
  }
}

@media (max-width: 430px) {
  .job__header {
    --bg-x-pos: 51%;
    aspect-ratio: 1344 / 446;
    background-size: 190% auto;
    background-position: var(--bg-x-pos) calc((var(--header-offset, 0px)) + (var(--menu__list-offset, 0px)));
  }
}

@media (max-width: 220px) {
  .job__header {
    background-size: 275% auto;
  }
}

.job__header--paladin,
.job__header--warrior,
.job__header--darkknight,
.job__header--gunbreaker {
  --bg-color: #192455;
}

.job__header--paladin {
  background-image: url('../paladin/images/guide_header.jpg');
}

.job__header--warrior {
  background-image: url('../warrior/images/guide_header.jpg');
}

.job__header--darkknight {
  background-image: url('../darkknight/images/guide_header.jpg');
}

.job__header--gunbreaker {
  background-image: url('../gunbreaker/images/guide_header.jpg');
}

.job__header--whitemage,
.job__header--scholar,
.job__header--astrologian,
.job__header--sage {
  --bg-color: #1d4214;
}

.job__header--whitemage {
  background-image: url('../whitemage/images/guide_header.jpg');
}

.job__header--scholar {
  background-image: url('../scholar/images/guide_header.jpg');
}

.job__header--astrologian {
  background-image: url('../astrologian/images/guide_header.jpg');
}

.job__header--sage {
  background-image: url('../sage/images/guide_header.jpg');
}

.job__header--monk {
  background-image: url('../monk/images/guide_header.jpg');
}

.job__header--dragoon {
  background-image: url('../dragoon/images/guide_header.jpg');
}

.job__header--ninja {
  background-image: url('../ninja/images/guide_header.jpg');
}

.job__header--samurai {
  background-image: url('../samurai/images/guide_header.jpg');
}

.job__header--reaper {
  background-image: url('../reaper/images/guide_header.jpg');
}

.job__header--viper {
  background-image: url('../viper/images/guide_header.jpg');
}

.job__header--bard {
  background-image: url('../bard/images/guide_header.jpg');
}

.job__header--machinist {
  background-image: url('../machinist/images/guide_header.jpg');
}

.job__header--dancer {
  background-image: url('../dancer/images/guide_header.jpg');
}

.job__header--blackmage {
  background-image: url('../blackmage/images/guide_header.jpg');
}

.job__header--summoner {
  background-image: url('../summoner/images/guide_header.jpg');
}

.job__header--redmage {
  background-image: url('../redmage/images/guide_header.jpg');
}

.job__header--pictomancer {
  background-image: url('../pictomancer/images/guide_header.jpg');
}

.job__header--bluemage {
  background-image: url('../bluemage/images/guide_header.jpg');
}

.job__header--adjustments {
  background-image: url('../images/adjustments.jpg');
  height: 120px;
}

@media (max-width: 430px) {
  .job__header--paladin {
    background-image: url('../paladin/images/guide_header_m.jpg');
  }

  .job__header--warrior {
    background-image: url('../warrior/images/guide_header_m.jpg');
  }

  .job__header--darkknight {
    background-image: url('../darkknight/images/guide_header_m.jpg');
  }

  .job__header--gunbreaker {
    background-image: url('../gunbreaker/images/guide_header_m.jpg');
  }
  .job__header--whitemage {
    background-image: url('../whitemage/images/guide_header_m.jpg');
  }

  .job__header--scholar {
    background-image: url('../scholar/images/guide_header_m.jpg');
  }

  .job__header--astrologian {
    background-image: url('../astrologian/images/guide_header_m.jpg');
  }

  .job__header--sage {
    background-image: url('../sage/images/guide_header_m.jpg');
  }

  .job__header--monk {
    background-image: url('../monk/images/guide_header_m.jpg');
  }

  .job__header--dragoon {
    background-image: url('../dragoon/images/guide_header_m.jpg');
  }

  .job__header--ninja {
    background-image: url('../ninja/images/guide_header_m.jpg');
  }

  .job__header--samurai {
    background-image: url('../samurai/images/guide_header_m.jpg');
  }

  .job__header--reaper {
    background-image: url('../reaper/images/guide_header_m.jpg');
  }

  .job__header--viper {
    background-image: url('../viper/images/guide_header_m.jpg');
  }

  .job__header--bard {
    background-image: url('../bard/images/guide_header_m.jpg');
  }

  .job__header--machinist {
    background-image: url('../machinist/images/guide_header_m.jpg');
  }

  .job__header--dancer {
    background-image: url('../dancer/images/guide_header_m.jpg');
  }

  .job__header--blackmage {
    background-image: url('../blackmage/images/guide_header_m.jpg');
  }

  .job__header--summoner {
    background-image: url('../summoner/images/guide_header_m.jpg');
  }

  .job__header--redmage {
    background-image: url('../redmage/images/guide_header_m.jpg');
  }

  .job__header--pictomancer {
    background-image: url('../pictomancer/images/guide_header_m.jpg');
  }

  .job__header--bluemage {
    background-image: url('../bluemage/images/guide_header_m.jpg');
  }
  
}




.job__header__inner {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin:0 auto;
  padding-top:4px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 430px) {
  .job__header__inner {
    height: 100%;
    min-height: fit-content;
    justify-content: space-evenly;
  }  
}


.job--adjustments .job__header__inner {
  height: 120px;
  
  position: relative
}

.job--adjustments .job__header__inner h1 {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  text-shadow: 0px 0px 8px #060e1a, 0px 0px 16px #060e1a, 0px 0px 16px #060e1a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.job--adjustments .job__header__inner h1 span {
  display: block;
  margin-bottom: 8px;
  font-size: 20px
}

.job__header__guide_top {
  width: 100%;
  max-width:200px;
  height:28px;
  margin-bottom:4px;
  padding-left:22px;
  position:relative;
  display:flex;
  align-items:center;
  flex: 0 0 auto;
}

@media (max-width: 320px) {
  .job__header__guide_top{
    display: none;
  }
}

.job__header__guide_top:hover {
  color: #fff;
  text-decoration: none;
}

.job__header__guide_top img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0
}

.job__header__guide_top img.on {
  opacity: 0
}

.job__header__guide_top span {
  font-size:14px;
  font-weight: 700;
  color:#ffffff;
  text-shadow:0px 1px 4px #000;
  position:relative;
}

.job__header__jobname {
  width: 80%;
  max-width: 560px;
  margin-bottom:4px;
}
.job__header__jobname>img {
  width: 100%;
  height: auto;
}

.job__header__jobname__role {
  margin-left:clamp(1px, 2vw, 16px);
  display:flex;
  align-items:center;
  line-height:32px;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  color:#fff;
  text-shadow: 0 0 4px #000;
}

.job__header__jobname__role img {
  width: clamp(16px, 7vw, 32px);
  height: auto;
  display:inline-block;
  margin-right:4px;
}

.job__header__text {
  width: 60%;
  max-width:472px;
  /* background:url("../images/header_textbg.png") no-repeat left top; */
  background-image: linear-gradient(-163deg, rgba(0, 0, 0, .6) 20%, rgba(0, 0, 0, 0) 45%);
  padding: 12px 0 12px 16px;
  position:relative;
  border-radius: 8px;
  line-break: anywhere;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.bluemage .job__header__text{

}

@media screen and (max-width: 430px) {
  .job__header__text {
    display: none;
  }  
}

.job__header__text p {
  width: 100%;
  color:#f5f5f5;
  text-shadow:0px 1px 4px #000;
  max-height: 156px;
  overflow:hidden;
  margin:0;
  padding-right:16px;
  position:relative;
  display:block;
	line-height: 1.6;
  flex: 1 1 auto;
}

.job__header__text p span{
  display: inline;
}
.job__header__text p span.break{
  display: block;
}

.org_job{
  width: 90%;
  max-width: 489px;
  padding: 0 0 10px 16px;
  font-size: clamp(14px, 2vw, 16.3px);
  color: #FFF;
  text-shadow: 0 0 4px #000;
  line-break: anywhere;
  position: relative;
  display: flex;
  align-items: center;
}

@media(max-width: 430px) {
  .org_job {
    margin: 0 0 clamp(5px, 2vw, 10px) clamp(3px, 3vw, 16px);
    font-size: clamp(12px, 4vw, 16px);
  }  
}

.org_job::before{
  content: "❖";
  margin-right: calc(var(--in-font-size) * .2);
  font-size: calc(var(--s-font-size) * .8);
}


.job__header__text p.ps .ps__rail-y {
  position: absolute;
  right: 6px !important;
  width: 4px;
}

.job__header__text p.ps .ps__rail-y .ps__thumb-y {
  position: absolute;
  width: 100%;
  background: #fff;
  opacity: .2;
  border-radius: 4px;
}

.job__header__text p.ps:hover .ps__rail-y .ps__thumb-y, .job__header__text p.ps.hover .ps__rail-y .ps__thumb-y {
  position: absolute;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  opacity: .8
}


.job__header__quest {
  margin-left: 6px
}

.job__header__quest__jobquest {
  display: inline-block;
  margin-right: 16px;
  float: left;
}

.job__header__quest__jobquest:hover {
  text-decoration: none
}

.job__header__quest__jobquest__inner {
  background: #333333;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset;
  border-radius: 12px;
  display: block;
  position: relative;
  padding: 1px 16px 0 36px;
  height: 24px;;
  line-height: 24px;
  /* font-size: var(--s-font-size); */
  color: #ffffff;
  font-weight: 700;
}

.job__header__quest__jobquest__inner img {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px
}

.job__header__quest__classquest {
  display: inline-block;
  /* font-size: var(--s-font-size); */
  color: #ffffff;
  line-height: 24px
}

.job__header__quest__classquest:hover {
  color: #ffffff;
  text-decoration: none
}

.job__wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 5%;
  position: absolute;
  top: -99999px
}

.job__loading {
  display:block;
  background:url("../images/loading.gif") no-repeat 50% 60px;
  background-size:50px 50px;
  height:101vh;
  display: none;
}

.job__tab {
  width: 100%;
  display: flex;
  justify-content: center;
}

.job__tab li {
  width: 50%;
  /* float: left; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  line-height: 0;
  font-size: 0;
}

.job__tab li a{
  width: 100%;
  height: 100%;
  display: block;
}

.job__tab li img{
  width: 65%;
  max-width: 180px;
  height: auto;
}

.job__tab--pve {
  background: #e5e3d3;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pve:hover {
  background: #f2efdf;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pve:active {
  background: #f2efdf;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pve.active {
  background: #e5e3d3;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pvp {
  background: #d9d9d9;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pvp:hover {
  background: #e5e5e5;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.75) inset, 1px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pvp:active {
  background: #e5e5e5;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset
}

.job__tab--pvp.active {
  background: #d9d9d9;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset
}

.job__content {
  max-width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px 10px 10px;
  position: absolute;
  top: -99999px;
  overflow: hidden;
}

@media (max-width: 430px) {
  .job__content {
    padding: 10px;
  }
}

.job__content--battle {
  background: #e5e3d3;
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
}

.job__content--pvp {
  background: #d9d9d9;
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset
}

.job__content__wrapper {
  margin-bottom: 64px;

}
@media (max-width: 430px) {
  .job__content__wrapper {
    margin-bottom: 20px;
  }
}


.job__content.active {
  position: static;
}

.job--adjustments .job__content {
  padding: 32px 10px 10px
}

.job__nav--pve, .job__nav--pvp {
  width: 100%;
  /* display: none; */

}

.job__nav--pve.show, .job__nav--pvp.show{
  display: block;
}

.job__update {
  margin-bottom: 6px;
  text-align: right;
  /* font-size: var(--s-font-size); */
  font-weight: 700;
  color: #585858;
}

.job__update span {
  font-family: 'Noto Sans', sans-serif;
  font-size: inherit;
  font-weight: 700;
  color: #585858;
}

.job__title {
  height:32px;
  /* margin-bottom:16px; */
  padding:0 10px;
  font-size: var(--skill-font-size);
  font-weight: 600;
  color:#fff;
  border-radius:6px;
  display:flex;
  align-items:center;
}
.job__title.combo{
  margin-bottom: var(--in-font-size);
}

.stitle_block{
  width: 100%;
  max-width: 960px;
  margin:0 auto 16px;
}

@media (max-width: 430px) {
  .job__title {
    /* margin-bottom: 12px; */
    position: relative;
    z-index: 10;
  }
}

.job__title .ic_new, .job__title .ic_update {
  display: inline-block;
  margin-left: 4px;
  margin-top: -4px;
  vertical-align: middle
}

.job--adjustments .job__title {
  height: 32px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: var(--skill-font-size);
  font-weight: 600;
  text-align: center
}

.job--adjustments .job__content--battle .job__title {
  background: #bfb88f
}

.job--adjustments .job__content--pvp .job__title {
  background: #b3b3b3
}

.job__sub_title {
  font-size: var(--skill-font-size);
  font-weight: 700;
  white-space: nowrap;
  /* margin: 0 10px 16px; */
}

.job__sub_title .ic_new, .job__sub_title .ic_update {
  display: inline-block;
  margin-left: 4px;
  margin-top: -4px;
  vertical-align: middle
}

.job__sub_title.mb0 {
  margin-bottom: 0;
}

.job__nav_title {
  margin-bottom: 6px;
}

.job__nav_title--onlytrait, .job__nav_title--limitbreak {
  margin-bottom: var(--nav-bottom, 0px);
}

.job__nav_title--pet {
  margin-bottom: 16px;
}

.job__nav_title--pet h2 {
  margin-bottom: 0;
}

.job__nav_title a {
  /* font-size: var(--s-font-size); */
  font-weight: 700;
  position: relative
}

.job__nav_title a:hover {
  text-decoration: none
}

.job__nav_title a.ic_new::after, .job__nav_title a.ic_update::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #cc2929;
  border-radius: 4px;
  pointer-events: none
}

.job__nav_title a.ic_update::after {
  background: #e68600
}

.job--adjustments .job__nav_title a {
  color: #2556b8
}

.job--adjustments .job__nav_title a:hover {
  text-decoration: underline
}

.job__nav_title.adjustments {
  color: #585858;
  /* font-size: 14px */
}

.job__text {
  /* margin: 0 10px 16px;
  font-size: 14px */
  padding-top: 5px;
}

.job__hud__title {
  font-size: var(--skill-font-size);
  font-weight: 600;
  margin: 0 10px clamp(8px, 2vw, 16px);
}

.job__hud_content{
  margin: 0 10px clamp(8px, 2vw, 16px);
}

@media (min-width: 768px) {
  .job__hud_content{
    display: flex;
  }

  .scholar .job__hud_content,
  .astrologian .job__hud_content,
  .monk .job__hud_content,
  .ninja .job__hud_content,
  .reaper .job__hud_content,
  .viper .job__hud_content,
  .bard .job__hud_content,
  .dancer .job__hud_content,
  .blackmage .job__hud_content,
  .summoner .job__hud_content{
    align-items: flex-end;
  }


  .job__hud_content:not(.left){
    justify-content: center;
  }
  
  .job__hud_content.twins{
    width: 66.6%;
    margin: 0 auto;
    justify-content: flex-start;
  }

  .job__hud_content.twins .job__hud__layout--pve.left{
    width: 50%;
  }
}

.job__hud__text {
  margin: 0 10px 16px 10px;
  /* font-size: var(--s-font-size); */
  color: #585858;
}

.job__hud__text .txt_red {
  /* font-size: var(--s-font-size); */
  
  color: #b2122d;
}

.job__hud__text.text_right {
  margin: 0;
  flex: 1 1 auto;
  /* float: right;
  width: 610px;
  margin-bottom: 0;
  margin-left: 0 */
}

.job__hud__text.text_right span{
  display: inline;
}

.job__hud__text strong {
  /* font-size: var(--s-font-size); */
  font-weight: 700;
}

.job__hud__image {
  float: left;
  margin-right: 20px;
  display: block
}
.hud__image_left{
  width: 60%;
  max-width: 290px;
  height: auto;
}
.job__hud__image.machinist {
  margin-right: 8px
}

.job__hud__image.machinist--mr0 {
  margin-right: 0
}

.job__hud__image.summoner, .job__hud__image.redmage {
  margin-right: 40px
}

.job__hud__layout {
  padding: 0 10px;
}

.job__hud__layout--mb16 {
 margin-bottom: 16px;
  /* height: 1% */
}

.job__hud__layout--mb32 {
 margin-bottom: 32px;
  /* height: 1% */
}
.job__hud__layout.clearfix{
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .job__hud__layout.clearfix{
    flex-wrap: nowrap;
  }
  .hud__image_left{
    margin-right: var(--in-font-size);
  }
}

@media (max-width: 767px) {
  .job__hud__layout.clearfix{
    flex-direction: column;
    align-items: center;
  }

  .job__hud__text.text_right{
    margin-top: 16px;
  }
  .job__hud__layout--pve.left img, .job__hud__layout--pve.right img{
    max-width: 80%;
  }
  .job__hud__layout--pve.left.temp{
    display: none;
  }
}


.job__hud__layout--pve, .job__hud__layout--pvp {
  text-align: center;
  margin: 0 auto clamp(16px, 5vw, 32px);
  padding-left: 10px;
  padding-right: 10px;
}

.job__hud__layout--pve.left{
  width: fit-content;
}

@media (min-width: 768px) {
  .job__hud__layout--pve.left{
    margin-right: 0;
  }

  .job__hud__layout--pve.left{
    margin-left: 0;
  }



  .job__hud_content .job__hud__layout--pve.left{
    width: 33.3%;
  }
}


.job__hud__layout--pve img, .job__hud__layout--pvp img {
  max-width: 100%;
}
.job__hud__layout--pve.single img{
  max-width: 47%;
}

.job__hud__layout--pve th, .job__hud__layout--pvp th {
  padding: 0 20px;
  
}

.job__hud__layout--pve th.column03, .job__hud__layout--pvp th.column03 {
  padding: 0 10px
}

.job__hud__layout--pve td, .job__hud__layout--pvp td {
  width: 290px;
  padding: 6px 20px 16px;
  /* font-size: var(--s-font-size); */
  color: #585858;
  vertical-align: top
}

.job__hud__layout--pve.column03 th, .job__hud__layout--pvp.column03 th {
  padding: 0 10px
}

.job__hud__layout--pve.column03 td, .job__hud__layout--pvp.column03 td {
  padding: 6px 10px 16px
}

.job__hud__layout--pve__simple, .job__hud__layout--pvp__simple {
  padding-top: 32px;
  border-top: 1px solid #999999
}

/* .job__hud__layout--pve__simple img, .job__hud__layout--pvp__simple img {
  display: block;
  margin: 0 0 8px 0
} */

.job__hud__layout--pve__simple__caption, .job__hud__layout--pvp__simple__caption {
  color: #585858;
  text-align: center;
  word-break: keep-all;
  padding-top: 0
}

.job__hud__layout--pve__simple__title, .job__hud__layout--pvp__simple__title {
  /* font-size: var(--s-font-size); */
  color: #585858;
  font-weight: 700;
  text-align: left;
}

.job__hud__layout--pve__simple__title.full{
  margin-bottom: calc(var(--in-font-size) * .5);
}

  
@media (max-width: 767px) {
  .job__hud__layout--pve__simple__title, .job__hud__layout--pvp__simple__title,
  .job__hud__layout--pve__simple__title.full{
    text-align: center;
  }
}

.job__hud__layout--pve__simple__text, .job__hud__layout--pvp__simple__text {
  margin-bottom: 16px;
  /* font-size: var(--s-font-size); */
  color: #585858;
  text-align: left
}

.job__hud__layout--pve__simple__text .txt_red, .job__hud__layout--pvp__simple__text .txt_red {
  /* font-size: var(--s-font-size); */
  
  color: #b2122d !important
}

.job__hud__layout--pve.astrologian th, .job__hud__layout--pve.astrologian td, .job__hud__layout--pve.dancer th, .job__hud__layout--pve.dancer td, .job__hud__layout--pvp.astrologian th, .job__hud__layout--pvp.astrologian td, .job__hud__layout--pvp.dancer th, .job__hud__layout--pvp.dancer td {
  vertical-align: top
}

.job__hud__layout--pve.blackmage th, .job__hud__layout--pve.blackmage td, .job__hud__layout--pve.pictomancer th, .job__hud__layout--pve.pictomancer td, .job__hud__layout--pvp.blackmage th, .job__hud__layout--pvp.blackmage td, .job__hud__layout--pvp.pictomancer th, .job__hud__layout--pvp.pictomancer td {
  vertical-align: top;
  text-align: center
}

.job__hud__layout--pve.blackmage th img, .job__hud__layout--pve.blackmage td img, .job__hud__layout--pve.pictomancer th img, .job__hud__layout--pve.pictomancer td img, .job__hud__layout--pvp.blackmage th img, .job__hud__layout--pvp.blackmage td img, .job__hud__layout--pvp.pictomancer th img, .job__hud__layout--pvp.pictomancer td img {
  margin: 0 auto 8px
}

.job__hud__layout__box {
  margin: 0 auto 16px;
  text-align: center
}

.job__hud__layout__box--mb32 {
  margin-bottom: 32px
}

.job__hud__layout__box__image {
  display: block;
  margin: 0 auto 8px
}

.job__hud__layout--border {
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
  border-top: 1px solid #999999
}

.job__hud__simple {
  padding-top: 32px;
  border-top: 1px solid #999999;
  margin: 0 10px
}

.job__hud__simple .job__hud__text--mb32 {
  margin-bottom: 32px
}

.job__hud__simple__image_box {
  margin: 0 10px 32px;
  width: 290px
}

.job__hud__simple__image_box.center {
  margin: 0 auto 32px
}

.job__hud__simple__image_box.scholar, .job__hud__simple__image_box.ninja, .job__hud__simple__image_box.summoner, .job__hud__simple__image_box.redmage {
  margin-right: 40px
}

.job__hud__simple__image_box.astrologian, .job__hud__simple__image_box.machinist, .job__hud__simple__image_box.blackmage {
  margin-right: 8px
}

.job__hud__simple__image_box img {
  display: block;
  margin: 0 auto 8px
}

.job__hud__simple__image_box--mr0 {
  margin-right: 0
}

.job__hud__simple__image_box--mr0 img {
  display: block;
  margin: 0 0 8px 0
}

.job__hud__simple__image_box--mb16 {
  margin-bottom: 16px
}

.job__hud__simple__image_box--mb16 img {
  display: block;
  margin: 0 0 8px 0
}

.job__hud__simple__caption {
  /* font-size: var(--s-font-size); */
  color: #585858;
  text-align: center
}

.job__hud__simple__title {
  /* font-size: var(--s-font-size); */
  color: #585858;
  text-align: left;
  margin: 0 10px 8px
}

.job__hud__simple__column .job__hud__simple__image_box, .job__hud__simple__column2 .job__hud__simple__image_box {
  float: left;
  margin-right: 10px
}

.job__hud__simple__column .job__hud__simple__image_box:nth-last-child(1), .job__hud__simple__column2 .job__hud__simple__image_box:nth-last-child(1) {
  margin-right: 0
}

.job__hud__simple__column2 {
  width: 590px;
  margin: 0 auto
}

.guide-table__wrapper {
  margin-bottom:32px;  
  padding-top: 16px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

@media (min-width: 431px) {
  .guide-table__wrapper { 
  overflow-x: auto;
  overflow-y: hidden;
  /* -webkit-overflow-scrolling: touch; */
  /* 可以讓 iOS 瀏覽器滑動時有慣性效果。 */
  }
}

@media (min-width: 431px) and (max-width: 980px) {
  .guide-table__wrapper.is-dragging {
    cursor: grabbing;
    user-select: none; /* 拖曳時避免選字 */
  }
}
@media (max-width: 430px) {
  .job__table {
    display: none;
  }
}

.job__table {
  width: 960px;
  margin: 0 auto 8px;
}

.job__thead th {
  padding: 0 1px;
  vertical-align: middle;
}

.job__thead th:nth-child(1) {
  margin-left: 0
}

.job__thead th:nth-last-child(1) {
  margin-right: 0
}

.job__thead p {
  display: table;
  width: 100%;
  height: 49px;
  border-radius: 4px;
  text-align: center;
  
}

.job__thead p span {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  /* font-size: var(--s-font-size); */
  padding: 2px 4px;
  line-height: 1.2;
}

.job__thead div p {
  display: table;
  width: 100%;
  height: 24px;
  border-radius: 4px;
  text-align: center;
  
}

.job__thead hr {
  height: 1px;
  margin: 0;
  padding: 0
}

.job__thead__update p {
  background: #b36b24 !important
}

.job__tbody tr.new td, .job__tbody tr.update td  {
  border-bottom: 0;
  height: 16px;
  padding-top:0;
  padding-bottom:0;
}
.job__tbody tr.new td {
  background: #f0cece;
}

.job__tbody tr.new+tr td {
  background: #f0dddd;
}

.job__tbody tr.update td {
  background: #f0dfb6;
}

.job__tbody tr.update+tr td {
  background: #f0e4c5
}

.job__tbody td {
  padding: 6px 4px;
  border-bottom: 1px solid #999999;
  vertical-align: middle;
  text-align: left;
  color: #585858;
  /* line-height: 1.4 */
}

/* 技能名稱 */
.job__tbody td.skill{
  width: 190px;
}
.onlytrait .job__tbody td.skill, .rollcommontrait .job__tbody td.skill {
  width: 230px;
}
.astrologian .onlytrait .job__tbody td.skill{
  width: 216px;
}

.dancer .onlytrait .job__tbody td.skill{
  width: 250px;
}

.bard .onlytrait .job__tbody td.skill{
  width: 270px;
}

.warrior .pvp_action .job__tbody td.skill,
.darkknight .pvp_action .job__tbody td.skill,
.job--healer .job_action .job__tbody td.skill,
.pet_eos .job__tbody td.skill, .pet_instruction .job__tbody td.skill,
.pvp_common .job__tbody td.skill,
.pvp_roleaction .job__tbody td.skill,
.astrologian .pvp_action .job__tbody td.skill,
.astrologian .limitbreak .job__tbody td.skill {
  width: 160px;
}

.sage .pvp_action .job__tbody td.skill,
.monk .pvp_action .job__tbody td.skill,
.dragoon .pvp_roleaction .job__tbody td.skill {
  width: 150px;
}

.dragoon .job_action .job__tbody td.skill {
  width: 170px;
}

/* 學習條件 */
.job__tbody td.jobclass{ 
  width: 88px;
}
.onlytrait .job__tbody td.jobclass, .rollcommontrait .job__tbody td.jobclass {
  width: 100px;
}

.warrior .job__tbody td.jobclass{ 
  width: 84px;
}

.scholar .job__tbody td.jobclass{ 
  width: 86px;
}
.astrologian .job__tbody td.jobclass{ 
  width: 86px;
}
.dancer .pve_action .job__tbody td.jobclass {
  width: 84px;
}

/* 種類 */
.job__tbody td.classification{
  width: 68px;
}

/* 詠唱時間 */
.job__tbody td.cast{
  width: 68px;
}


/* 冷卻時間 */
.job__tbody td.recast{
  width: 68px;
}


/* 消費MP */
.job__tbody td.cost{
  width: 68px;
}
.pvp_common .job__tbody td.cost,
.pvp_roleaction .job__tbody td.cost {
  width: 80px;
}
.monk .pvp_action .job__tbody td.cost {
  width: 56px;
}


.warrior .pve_action .job__tbody td.classification, .warrior .pve_action .job__tbody td.cast, .warrior .pve_action .job__tbody td.recast, .warrior .pve_action .job__tbody td.cost {
  width: 65px;
}
.darkknight .pve_action .job__tbody td.classification, .darkknight .pve_action .job__tbody td.cast, .darkknight .pve_action .job__tbody td.recast, .darkknight .pve_action .job__tbody td.cost {
  width: 63px;
}
.gunbreaker .pve_action .job__tbody td.cost {
  width: 54px;
}
.scholar .pve_action .job__tbody td.classification, .scholar .pve_action .job__tbody td.cast, .scholar .pve_action .job__tbody td.recast, .scholar .pve_action .job__tbody td.cost {
  width: 54px;
}
.astrologian .pve_action .job__tbody td.classification, .astrologian .pve_action .job__tbody td.cast, .astrologian .pve_action .job__tbody td.recast, .astrologian .pve_action .job__tbody td.cost {
  width: 54px;
}

.sage .pve_action .job__tbody td.classification, .sage .pve_action .job__tbody td.cast, .sage .pve_action .job__tbody td.recast, .sage .pve_action .job__tbody td.cost {
  width: 54px;
}

.monk .pve_action .job__tbody td.classification, .monk .pve_action .job__tbody td.cast, .monk .pve_action .job__tbody td.recast{
  width: 54px;
}
 .monk .pve_action .job__tbody td.cost {
  width: 52px;
 }

 .dragoon .pve_action .job__tbody td.classification, .dragoon .pve_action .job__tbody td.cast, .dragoon .pve_action .job__tbody td.recast, .dragoon .pve_action .job__tbody td.cost {
  width: 60px;
}

.dancer .pve_action .job__tbody td.classification, .dancer .pve_action .job__tbody td.cast, .dancer .pve_action .job__tbody td.recast, .dancer .pve_action .job__tbody td.cost {
  width: 55px;
}

/* 距離.範圍 */
.job__tbody td.distant_range{
  width: 70px;
  padding-left: 8px;
}





/* 效果 */
.job__tbody td.content{
  /* width: 295px; */
  line-break: anywhere;
}

.job__tbody td strong {
  font-weight: 600;
}


.job__tbody td img {
  display: inline-block;
  vertical-align: middle;
}

.job__tbody td p {
  display: inline-block;
  vertical-align: middle;
}

.job__tbody td p img {
  display: block;
}

.job__tbody td .class_quest {
  color: #b36b24;
  /* font-weight: 700; */
}

.job__tbody td .class_quest:hover {
  text-decoration: none;
}

.job__tbody td.skill .skill__wrapper, .job__tbody td.skill .jobclass__wrapper, .job__tbody td.jobclass .skill__wrapper, .job__tbody td.jobclass .jobclass__wrapper {
  display: table;
  width: 100%;
  vertical-align: middle
}

.job__tbody td.skill .skill__wrapper__icon, .job__tbody td.skill .jobclass__wrapper__icon, .job__tbody td.jobclass .skill__wrapper__icon, .job__tbody td.jobclass .jobclass__wrapper__icon {
  display: table-cell;
  vertical-align: middle;
  width:48px;
}

.job__tbody td.jobclass .jobclass__wrapper__icon img {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}

.job__tbody td.skill .skill__wrapper p, .job__tbody td.skill .jobclass__wrapper p, .job__tbody td.jobclass .skill__wrapper p, .job__tbody td.jobclass .jobclass__wrapper p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2px;
}

@media (min-width: 431px) {
  .job__tbody td.skill .skill__wrapper p, .job__tbody td.skill .jobclass__wrapper p, .job__tbody td.jobclass .skill__wrapper p, .job__tbody td.jobclass .jobclass__wrapper p {
    padding-left: .25rem;
  }
}

.skill__wrapper p {
  font-size: var(--skill-font-size);  
  line-height: 1.2;
}

.skill__wrapper p .job_mission {
  color: #b36b24;
  font-size: var(--in-font-size);
}

@media (max-width: 430px) {
  .skill__wrapper p .job_mission {
    font-size: calc(var(--in-font-size) * .9);
  }
}



.job__tbody td.skill .skill__wrapper p ruby rt _::-webkit-full-page-media, .job__tbody td.skill .skill__wrapper p ruby rt _:future, :root .job__tbody td.skill .skill__wrapper p ruby rt, .job__tbody td.skill .jobclass__wrapper p ruby rt _::-webkit-full-page-media, .job__tbody td.skill .jobclass__wrapper p ruby rt _:future, :root .job__tbody td.skill .jobclass__wrapper p ruby rt, .job__tbody td.jobclass .skill__wrapper p ruby rt _::-webkit-full-page-media, .job__tbody td.jobclass .skill__wrapper p ruby rt _:future, :root .job__tbody td.jobclass .skill__wrapper p ruby rt, .job__tbody td.jobclass .jobclass__wrapper p ruby rt _::-webkit-full-page-media, .job__tbody td.jobclass .jobclass__wrapper p ruby rt _:future, :root .job__tbody td.jobclass .jobclass__wrapper p ruby rt {
  transform: translateY(0.5em)
}

@-moz-document url-prefix() {
  .job__tbody td.skill .skill__wrapper p ruby rt, .job__tbody td.skill .jobclass__wrapper p ruby rt, .job__tbody td.jobclass .skill__wrapper p ruby rt, .job__tbody td.jobclass .jobclass__wrapper p ruby rt {
    margin-bottom: -4px
  }
}

.job__tbody td.skill .jobclass__wrapper__icon, .job__tbody td.jobclass .jobclass__wrapper__icon {
  width: 32px
}

.job__tbody td.classification, .job__tbody td.cast, .job__tbody td.recast, .job__tbody td.cost {
  text-align: center
}

.job__tbody td .new {
  color: #b2122d
}

/* .job__tbody td.content, .job__tbody td.update {
  padding-left: 8px;
  padding-right: 8px
} */

.job__tbody td.update {
  color: #b36b24
}

.job__tbody td.distant_range img {
  /* vertical-align: top; */
  margin: 0 0 3px 0;
}

.job__tbody td .update_text {
  text-align: right;
  position: relative;
  margin-top: 8px
}

.job__tbody td .update_text__tooltip {
  width: 320px;
  position: absolute;
  top: 24px;
  right: 0;
  display: none;
  border-radius: 4px;
  padding: 12px 20px;
  background: #f3f3f3;
  -moz-box-shadow: 0px 0px 0px 2px #f5a300 inset, 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 0px 2px #f5a300 inset, 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px 2px #f5a300 inset, 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  font-size: var(--ss-font-size);
  color: #585858;
  text-align: left;
  
  line-height: 1.4;
  cursor: default;;
  z-index: 2
}

.job__tbody td .update_text__btn {
  background: #e59900;
  display: inline-block;
  min-height: 24px;
  text-align: center;
  font-size: var(--ss-font-size);
  font-weight: 700;
  color: #ffffff;
  border-radius: 12px;
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 1.3;
  padding: 4px 12px;  
  word-break: break-word;
}

.job__tbody td .update_text__btn:hover {
  text-decoration: none;
  background: #f5a300;
}

.job__notes {
  margin: 0 10px;
  color: #b2122d;
}
.job__combo .job__notes {
  margin: 8px 0 0;
}

.job__notes__lv70, .job__notes__lv80caution {
  background: #fffceb;
  border-radius: 6px;
  margin: 10px 10px 0;
  padding: 6px;
  font-weight: 700;
  color: #b36b24;
  text-align: center;
}
@media (max-width: 430px) {
  .job__notes__lv70, .job__notes__lv80caution {
    font-size: var(--s-font-size);
    font-weight: 600;
  }
  .job__update{
    font-size: var(--s-font-size);
  }
}

.job__notes__lv70 a, .job__notes__lv80caution a {
  color: #2556b8
}

.job__notes__lv80caution {
  margin: 0 0 10px
}

.job__notes__lv80caution.bottom {
  margin-bottom: 32px
}

.job__social .social__btn {
  position: static;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end
}

.job__skill_icon {
  width:48px;
  aspect-ratio: 1 / 1;
  background:url("../images/skill_icon_bg.png") no-repeat 4px 2px;
  background-size:40px auto;
  font-size:0;
  line-height:0;
  vertical-align:middle;
  position:relative;
  display:inline-block;
}

.job__skill_icon img {
  width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  position:absolute;
  top:2px;
  left:50%;
  margin-left:-20px;
  display:block;
  z-index:1;
}

.job__skill_icon:after {
  width:100%;
  height: 100%;
  content:"";
  background:url("../images/icon_after.png") no-repeat center center;
  background-size:100% auto;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

.content__info span{
  display: block;
}



/* ------連擊------ */
.job__combo__text {
  margin: 0 10px 32px;
}

.job__combo {
  padding: 0 10px;
}

.job__combo__title {
  display: flex;
}

.job__combo__title h3, .job__combo__title__sequence, .job__combo__title__effect {
  text-align: center;
  color: #fff;  
  line-height: 28px;
  border-radius: 3px;
}


.job__combo__root {
  width: 100%;
  padding: var(--in-font-size) 0;
}

@media (min-width: 768px) {
  .job__combo__root {
    display: flex;
  }

  .job__combo{    
    --left: 64.5%;
    --left-gap: .5%;
  }

  .warrior .job__combo,
  .ninja .job__combo,
  .darkknight .job__combo{
    --left: 60%;
  }


  .job__combo .left{
    width: var(--left);
    margin-right: var(--left-gap);
  }  

  .job__combo .job__combo__title .left{
    display: block;
  }

  .job__combo .right{
    width: calc(100% - var(--left) - var(--left-gap));
    padding: 0 calc(var(--in-font-size) * .5);
  }

  .job__combo__root.job__combo__paladin_03 .left{
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.job__combo .left{
  display: flex;
}


@media (max-width: 767px) {
  .job__combo .left{
    width: 100%;
    margin-bottom: var(--in-font-size);
    justify-content: center;
  }

  .job__combo .right{
    width: 100%;
  }

  .job__combo__title .right{
    display: none;
  }
  .job__combo__root .left{
    margin-bottom: calc(var(--in-font-size) * .5);
  }
}


.job__combo__root .left>div{
  width: 33.33%;
}

.job__combo__root.job__combo__paladin_03 .left>div{
  width: 25%;
}

.job__combo__root__skill, .job__combo__root__skill_first, .job__combo__root__skill_last {
  text-align: center;
}

.job__combo__root__skill p, .job__combo__root__skill_first p, .job__combo__root__skill_last p {
  font-weight: 600;
  color: #585858;
}

.job__combo .job__combo__root__skill p{
  line-height: 1.3;
}

.job__combo__dragoon .job__combo__root__skill p span{
  display: block;
  font-size: calc(var(--in-font-size) * .9);
}

.job__combo__root__skill {
  position: relative;
}

.job__combo__root__skill_last {
  padding-right: 0;
}

.job__combo__root__dancer {
  border-bottom: 1px solid #999999;
}

@media (min-width: 768px) {
  .job__combo__gunbreaker_05 .job__combo__root__effect{
    opacity: 0;
  }
  .job__combo__root__skill.mobile_only {
    display: none;
  }
  .job__combo__root__skill.block_only {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .job__combo__root.job__combo__gunbreaker_03{
    padding-bottom: calc(var(--in-font-size) * .5);
  }

  .job__combo__root.job__combo__gunbreaker_05{
    padding-top: calc(var(--in-font-size) * .25);
  }

  .job__combo__gunbreaker_03 .left, .job__combo__gunbreaker_04 .left{
    margin-bottom: 0;
  }

  .job__combo__gunbreaker_03 .right, .job__combo__gunbreaker_04 .right{
    display: none;
  }
}


.job__combo__detail h4 {
  font-weight: 600;
  text-align: left;
  display: none;
}

.job--tank .job__combo__detail h4 {
      color: var(--color-tank);
}
.job--healer .job__combo__detail h4 {
      color: var(--color-healer);
}
.job--dps .job__combo__detail h4 {
      color: var(--color-dps);
}
@media (max-width: 767px) {
  .job__combo__detail h4 {
    display: block;
  }
}

.job__combo__root__effect p {
  padding: 4px 0;
  color: #585858;
  display: block;
}

.job__combo__root__effect__notes {
  color: #b2122d
}

.job__combo__root__skill::before,
.job__combo__root__skill::after{
  --bg-posY: center;  
  width: 50%;
  height: 76px;
  background: url('../images/job_combo_1.png') no-repeat var(--bg-posX) var(--bg-posY);
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 1;
  /* pointer-events: none; */
}
.job__combo__root__skill::before{
  content: "";
}

@media (min-width: 768px) {
  .job__combo__root__skill::before{    
    --bg-posX: right;
  }

  .job__combo__paladin_03 .job__combo__root__skill::before{
    width: 30%;
    left: 85%;
    background-image: url('../images/job_combo_4.png');
  }

  .job__combo__warrior_01>.left>div:nth-of-type(2)::before,
  .job__combo__ninja_01>.left>div:nth-of-type(2)::before,
  .job__combo__viper_10>.left>div:nth-of-type(1)::before,
  .job__combo__viper_12>.left>div:nth-of-type(1)::before{
    --bg-posY: top;
    height: calc(100% + clamp(14px, 2vw, 16.3px));
    background-image: url('../images/job_combo_2.png');
  }

  .job__combo__warrior_02>.left>div:nth-of-type(2)::before,
  .job__combo__ninja_02>.left>div:nth-of-type(2)::before,
  .job__combo__samurai_03>.left>div:nth-of-type(1)::before,
  .job__combo__samurai_05>.left>div:nth-of-type(1)::before,
  .job__combo__viper_11>.left>div:nth-of-type(1)::before,
  .job__combo__viper_13>.left>div:nth-of-type(1)::before{
    --bg-posY: top;
    height: calc(100% + clamp(14px, 2vw, 16.3px));
    background-image: url('../images/job_combo_3.png');
    top:initial;
    bottom:0;
  }

 .job__combo__samurai_02>.left>div:nth-of-type(1)::before{
  height: calc(100% + clamp(14px, 2vw, 16.3px) * 2);
  background-image: url('../images/job_combo_3mid.png');
  top:calc(-1 * clamp(14px, 2vw, 16.3px));
 }


  .job__combo__warrior_02>.left>div:nth-of-type(1)::before, 
  .job__combo__warrior_02>.left>div:nth-of-type(-n+2)>*,
  .job__combo__ninja_02>.left>div:nth-of-type(1)::before,
  .job__combo__ninja_02>.left>div:nth-of-type(-n+2)>*,
  .samurai .job__combo__detail>div:nth-of-type(2)>.left>div:nth-of-type(1)>*,
  .samurai .job__combo__detail>div:nth-of-type(3)>.left>div:nth-of-type(1)>*,
  .samurai .job__combo__detail>div:nth-of-type(5)>.left>div:nth-of-type(1)>*{
    opacity: 0;
  }

  .job__combo__gunbreaker_03>.left>div::before{
    --bg-posY: top;
    height: calc(100% + clamp(14px, 2vw, 16.3px));
    background-image: url('../images/job_combo_13.png');
    top:calc(-1 * var(--in-font-size));
  }

  .job__combo__gunbreaker_05>.left>div::before{
    background-image: url('../images/job_combo_16.png');
  }

  .job__combo__gunbreaker_04>.left>div{
    height: 100%;
    position: relative;
  }
  .job__combo__gunbreaker_04>.left>div>img{
    height: calc(100% + clamp(14px, 2vw, 16.3px) * 2);
    position: absolute;
    top: calc(-1 * clamp(14px, 2vw, 16.3px));
    left: 50%;
    transform: translateX(-50%);
  }

  .job__combo__gunbreaker_04>.left>div::before{
    --bg-posY: top;
    height: calc(100% + clamp(14px, 2vw, 16.3px) * 4);
    background-image: url('../images/job_combo_15.png');
    top: calc(-2 * clamp(14px, 2vw, 16.3px));
  }
}

@media (max-width: 767px) {
  .job__combo__root .left{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .job__combo__root__skill::before{    
    --bg-posX: center;    
    background-image: url('../images/job_combo_1s.png');
    background-size: 20px auto;
  }

  .job__combo__paladin_03 .job__combo__root__skill::before{
    width: 40%;
    left: 80%;
  }

  .job__combo__gunbreaker_04{
    padding: 0;
  }
  .job__combo__gunbreaker_04 .job__combo__root__skill{
    aspect-ratio: 2/1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url('../images/job_combo_14.png') no-repeat center bottom;
    background-size: 40% auto;
  }

  .job__combo__gunbreaker_04 .job__combo__root__skill img{
    display: none;
  }

  .job__combo__gunbreaker_04 .job__combo__root__skill::before{
    --bg-posY: top;
    width: 50%;
    height: auto;
    aspect-ratio:  1/1;
    background-image: url('../images/job_combo_14s.png');
    background-size: 100% auto;
    left: 75%;
    top: initial;
    bottom: 0;
  }
  
  .job__combo__gunbreaker_05 .job__combo__root__skill::before{
    content: none;
  }
}

/* Dragoon */
@media (min-width: 768px) {
  .job__combo__root.job__combo__dragoon .left{
    min-height: 88px;
  }

  .job__combo__root.job__combo__dragoon .left>div{
    width: 20%;
  }

  .job__combo__dragoon .job__combo__skill_icon {
    width: 48px;
  }

  .job__combo__root.job__combo__dragoon_01{
    padding-bottom: 0;
  }
  .job__combo__root.job__combo__dragoon_02{
    padding: 0;

  }
  .job__combo__root.job__combo__dragoon_03{
    padding-top: 0;
    align-items: flex-end;
  }

  .job__combo__root.job__combo__dragoon_01 .left > div::before,
  .job__combo__root.job__combo__dragoon_03 .left > div::before {
    background-image: url("../images/job_combo_4.png");
  }
 
  .job__combo__root.job__combo__dragoon_02 .left > div:not(:nth-of-type(1)):not(:nth-of-type(4))::before {
    content: none;
  }

  .job__combo__dragoon_01 .left{
    --mid-posY: 74%;
    --arrowH: 200%;
  }

  .job__combo__dragoon_01 .left>div:nth-of-type(1) {
    transform: translateY(20px);
  }

  .job__combo__dragoon_01 .left>div:nth-of-type(1)::before {
    height: var(--arrowH);
    transform: translateY(-20px);
    --bg-posY: top;
    background-image: url("../images/job_combo_6.png"), url("../images/job_combo_5_mid.png");
    background-position: var(--bg-posX) var(--bg-posY), right var(--mid-posY);
  }

  .job__combo__dragoon_01 .left>div:nth-of-type(5)::before {
    height: var(--arrowH);
    --bg-posY: top;
    background-image: url("../images/job_combo_7.png"), url("../images/job_combo_7_mid.png");
    background-position: var(--bg-posX) var(--bg-posY), right var(--mid-posY);
  }


  .job__combo__dragoon_03 .left>div:nth-of-type(2) {
    transform: translateY(-50px);
  }
  
  .job__combo__dragoon_03 .left>div:nth-of-type(2)::before {
    transform: translateY(50px);
    --bg-posY: bottom;
    background-image: url("../images/job_combo_6_vers.png");
  }

  .job__combo__dragoon_03 .left>div:nth-of-type(5)::before {
    --bg-posY: bottom;
    background-image: url("../images/job_combo_7_vers.png");
  }

  .job__combo__dragoon_02 .left>div::before{
    content: none;
  }
  .job__combo__dragoon .job__combo__root__skill::before {
    width: 40%;
    left: 80%;
    margin-top: -15px;
  }

  .job__combo__dragoon .right {
    padding: 0;
  }

   .job__combo__dragoon{
    align-items: flex-start;
   }

  .job__combo__dragoon .job__combo__root__effect{
    position: relative;
  }

  .job__combo__dragoon .job__combo__root__effect p{
    width: 100%;
    max-height: 113px;
    padding: 0 calc(var(--in-font-size) * .5);
    overflow: hidden;
    position: absolute;
    left: 0;
  }


 .job__combo__dragoon_01 .job__combo__root__effect p{
    top: 0;
  }
 .job__combo__dragoon_03 .job__combo__root__effect p{
    bottom: 0;
  }


  .job__combo__dragoon .job__combo__root__effect p.ps .ps__rail-y {
    position: absolute;
    right: 0 !important;
    width: 5px;
  }

  .job__combo__dragoon .job__combo__root__effect p.ps .ps__rail-y .ps__thumb-y {
    position: absolute;
    width: 100%;
    background: rgba(130, 130, 130, .2);
    border-radius: 5px;
    transition: all .3s;
  }

  .job__combo__dragoon .job__combo__root__effect p.ps:hover .ps__rail-y .ps__thumb-y, 
  .job__combo__dragoon .job__combo__root__effect p.ps.hover .ps__rail-y .ps__thumb-y {
    position: absolute;
    width: 100%;
    background: rgba(130, 130, 130, 1);
    border-radius: 5px;
  }

}

@media (min-width: 768px) and (max-width: 912px) {
  .dragoon .job__combo__root .left>div{
    height: 96px;
  }

  .job__combo__dragoon_01 .left>div:nth-of-type(1)::before,
  .job__combo__dragoon_03 .left>div:nth-of-type(2)::before {
    width: 50%;
    left: 70%;
  }

  .job__combo__dragoon .job__combo__root__skill p span {
    width: fit-content;
    padding-left: calc(var(--in-font-size) * .9 * (100vw / 940px) * .6);
    font-size: calc(var(--in-font-size) * .9 * (100vw / 940px));
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .job__combo__root.job__combo__dragoon .left>div{
    width: 16%;
  }
}

@media (max-width: 767px) {

  .job__combo__dragoon .left{
    max-width: 600px;
  }

  .job__combo__dragoon_01 {
    border-bottom: 1px solid #999999;
  }

  .job__combo__dragoon_02{
    display: none;
  }

  .job__combo__root.job__combo__dragoon .left{
    flex-wrap: wrap;
  }

  .job__combo__dragoon .left>div:nth-of-type(1)::before {
    background: none;
  }
}
@media (max-width: 600px) {
  .job__combo__root.job__combo__dragoon .left{
    justify-content: flex-start;
  }

  .job__combo__root.job__combo__dragoon .left>div:nth-of-type(-n+3){
    margin-bottom: var(--in-font-size);
  }

  .job__combo__root.job__combo__dragoon .left>div:nth-of-type(2),
  .job__combo__root.job__combo__dragoon .left>div:nth-of-type(3) {
    margin-left: -3vw;
  }
  
  .job__combo__root.job__combo__dragoon .left>div:nth-of-type(2)::before,
  .job__combo__root.job__combo__dragoon .left>div:nth-of-type(3)::before {
    margin-left: -1.5vw;
  }
}
/* ↑----- Dragoon -----↑ */


/* viper */
.job__combo__viper{
  position: relative;
}

.job__combo__root.mid-icon{
  padding: 0;
}

.mid-icon .left .double.vera::before,
.mid-icon .left .double.vera::after  {
  --bg-posX: center;
  --bg-posY: bottom;
  height: auto;
  aspect-ratio: 103/220;
  background-image: url("../images/job_combo_17_2.png");
  top: -17.5%;
}

.mid-icon .left .double.vera::before{
  transform: rotate(-22.5deg);
}

.mid-icon .left>div.double::after{
  content: "";
}

.mid-icon .left .double.vera::after {
  transform: rotate(22.5deg) scaleY(-1);
}

.mid-icon .left .rotate_right::before,
.mid-icon .left .rotate_right::after { 
  --bg-posX: center;
  --bg-posY: bottom;  
  height: auto;
  aspect-ratio: 103/120;
  background-image: url("../images/job_combo_18_2.png");
  top: -25%;
}

.mid-icon .left .rotate_right::before {  
  transform: rotate(-45deg);
}
.mid-icon .left .rotate_right::after {  
  transform: rotate(45deg) scaleY(-1);
}

.job__combo__viper_03 .left>div::before, .job__combo__viper_06 .left>div::before,
.job__combo__viper_05 .left>div:nth-of-type(1)::before,
.mobile-only .left>div:not(.verc):before {
  content:none;
}

@media (min-width: 768px) {    
  .job__combo__viper .job__combo__root__effect p{
    width: calc(100% - var(--left) - var(--left-gap));
    padding: 0 calc(var(--in-font-size) * .5);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
  }
  
  .job__combo__viper_06 .job__combo__root__effect p{
    transform: translateY(-140%);
  }

  .job__combo__viper_09 .job__combo__root__effect p{
    transform: translateY(-70%);
  }
  
  .mobile-only {
    display: none;
  }
}

.viper .job__combo__root.mid-icon .left>div{
  min-height: clamp(0px, 8vw, 80px);
}

@media (max-width: 1000px){
  .mid-icon .left .double.vera::before,
  .mid-icon .left .double.vera::after {
    height: calc(15vw + 90.7px);
    aspect-ratio: initial;
  }

  .mid-icon .left .rotate_right::before,
  .mid-icon .left .rotate_right::after {
     height: calc(12vw * (1.431 - 0.000431 * 100vw / 1px));
     aspect-ratio: initial;
  }
}
@media (min-width: 768px) and (max-width: 900px){
  .job__combo__viper_06 .job__combo__root__effect p{
    transform: translateY(-120%);
  }

  .job__combo__viper_09 .job__combo__root__effect p{
    transform: translateY(-60%);
  }
}

@media (max-width: 767px){
  .job__combo__viper_11 .left>div:nth-of-type(1)::before,
  .job__combo__viper_13 .left>div:nth-of-type(1)::before{
    content:none;
  }

  .mid-icon .left .double.vera::before,
  .mid-icon .left .double.vera::after {
    height: calc(15vw + 115px);
  }

  .mid-icon .left .rotate_right::before,
  .mid-icon .left .rotate_right::after,
  .verc::before {
     height: calc(15vw * (1.431 - 0.000431 * 100vw / 1px));
     aspect-ratio: initial;
     background-image: url(../images/job_combo_18_2.png);
     top: -60%;
  }
  .verc::before {
    --bg-posX: center;
    --bg-posY: bottom;
    transform: rotate(-45deg);
  }
}
@media (max-width: 430px){
  .mid-icon .left .double.vera::before,
  .mid-icon .left .double.vera::after {
    height: calc(20vw + 60px);
  }

  .mid-icon .left .rotate_right.verb::before,
  .mid-icon .left .rotate_right.verb::after {
     height: calc(18vw * (1.431 - 0.000431 * 100vw / 1px));
     aspect-ratio: initial;
     background-image: url(../images/job_combo_18_2.png);
     top: -80%;
  }
}
@media (max-width: 350px){
  .mid-icon .left .rotate_right.verb::before,
  .mid-icon .left .rotate_right.verb::after {
     top: -100%;
  }


}

/* dancer舞者 */
.job__combo__dancer .left>div::before{
  --bg-posY: 57%;
  top:50%;
  transform: translateY(-50%);
}

.job__combo__dancer_04 .left>div:not(:last-of-type):after{
  width: 50%;
  height: 30%;
  content: "50%";
  font-weight: 700;
  color: #5c95e5;
  text-align: right;
  position: absolute;
  top: -32%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 920px) {
  .job__combo__dancer_04 .left>div:not(:last-of-type):after{
    left:calc(120px * 100vw / 900px);
  }
}

@media (min-width: 768px) {
  .job__combo__dancer .left>div::before{
    height: calc(100% + clamp(14px, 2vw, 16.3px) * 2);
    background-image: url(../images/job_combo_12.png);
  }
  
  .job__combo__dancer_02, .job__combo__dancer_05{
    display: none;
  }
 .job__combo__dancer_01 .job__combo__root__skill, .job__combo__dancer_06 .job__combo__root__skill{
  transform:  translateX(25%);
 }
 .job__combo__dancer_03 .job__combo__root__skill, .job__combo__dancer_04 .job__combo__root__skill{
  transform:  translateX(-25%);
 }
 .job__combo__dancer_03 .job__combo__root__effect{
  position: relative;
 }
 .job__combo__dancer_03 .job__combo__root__effect p{
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: translateY(5%);
 }
}

@media (max-width: 767px){
  .job__combo__dancer_02 .left, .job__combo__dancer_03 .left,
  .job__combo__dancer_04 .left, .job__combo__dancer_05 .left{
    transform: translateX(-8%);
  }

  .job__combo__dancer_03 .right{
    display: none;
  }
  .job__combo__dancer .job__combo__root__skill::before{
    --bg-posX: right;
    height: calc(100% + clamp(14px, 2vw, 16.3px) * 4);    
    background-image: url(../images/job_combo_12s.png);
    background-size: 52% auto;    
  }
  .job__combo__dancer_04 .left>div:not(:last-of-type):after{
    left: initial;
    right: -20%;
  }
}
@media (min-width: 431px) and (max-width: 480px){
  .job__combo__dancer .job__combo__root__skill::before{
    width: 40%;
    left: 80%;
  }
}
@media (max-width: 430px){
.job__combo__dancer_04 .left>div:not(:last-of-type):after{
    left: initial;
    right: calc(-15px * (100vw / 430px));
    top: -45%;
  }
}

@media (max-width: 320px){
.job__combo__dancer_04 .left>div:not(:last-of-type):after{
    right: 0;
  }
}

.left>div:last-of-type::before{
  content: none;
}

.job__combo__skill_icon {
  position: relative;
  width: 76px;
  /* max-width: 50%; */
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  background: url('../images/skill_icon_bg_combo.png') no-repeat 0 0;
  background-size: 100% 100%;
}

.job__combo__skill_icon img {
  width: 84.21%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}


.job__combo__skill_icon:after {
  content: "";
  background: url('../images/icon_after.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 430px) {
  .job__combo__skill_icon {
    width: 38px;
  }
  .job__combo__root__skill::before,
  .job__combo__root__skill::after{
    height: 38px;
    background-size: 5vw auto;
  }
}

@media (max-width: 430px) {
  .job__monkcombo .job__combo__skill_icon,.job__monkcombo .job__combo__skill_icon:after {
    width: 100%;
  }
}



.job__combo__paladin_01, .job__combo__paladin_02, .job__combo__paladin_03,
.job__combo__warrior_01, .job__combo__warrior_02, .job__combo__warrior_03,
.job__combo__darkknight_01, .job__combo__darkknight_02, .job__combo__darkknight_03,
.job__combo__gunbreaker_01, .job__combo__gunbreaker_02, .job__combo__gunbreaker_05, .job__combo__gunbreaker_06,
.job__combo__dragoon_03, .job__combo__dragoon_04,
.job__combo__ninja_01, .job__combo__ninja_02, .job__combo__ninja_03,
.job__combo__samurai_01, .job__combo__samurai_02, .job__combo__samurai_03, .job__combo__samurai_04, .job__combo__samurai_05,
.job__combo__reaper_01, .job__combo__reaper_02,
.job__combo__viper_06, .job__combo__viper_09, .job__combo__viper_11, .job__combo__viper_13,
.job__combo__machinist_01,
.job__combo__dancer_06,
.job__combo__redmage_01, .job__combo__redmage_02 {
  border-bottom: 1px solid #999999;
}
@media (min-width: 768px) {
  .job__combo__warrior_01, .job__combo__ninja_01,
  .job__combo__samurai_01, .job__combo__samurai_02, .job__combo__samurai_04 {
     border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .job__combo__dancer_01, .job__combo__dancer_05{
    border-bottom: 1px solid #999999;
  }
}

/* 
.job__combo__redmage_01 {
  background: url(../images/job_combo_1.png) no-repeat 150px 0, url(../images/job_combo_1.png) no-repeat 370px 0;
  border-bottom: 1px solid #999999
} */


/* .job__combo__dancer_01__inner {
  width: 640px;
  padding-left: 55px;
  padding-right: 165px;;
  background: url(../images/job_combo_1.png) no-repeat 205px 0
}

.job__combo__dancer_02 {
  position: relative
}

.job__combo__dancer_02__inner {
  width: 640px;
  height: 124px;
  padding-left: 165px;
  padding-right: 55px;;
  background: url(../images/job_combo_12.png) no-repeat 95px 0, url(../images/job_combo_12.png) no-repeat 315px 0
}

.job__combo__dancer_02__percent {
  position: absolute;
  top: 50%;
  left: 95px;
  transform: translateY(-50%)
}

.job__combo__dancer_02__percent .job__combo__root__skill {
  width: 120px;
  padding: 0 95px 0 5px;
  text-align: left;
}

.job__combo__dancer_02__percent p {
  width: 120px
}

.job__combo__dancer_02__percent p span {
  display: inline-block;
  font-weight: 600;
  color: #5c95e5;
}

.job__combo__dancer {
  display: table-cell;
  width: 640px;
} */

.job__combo__gunbreaker {
  display: table-cell;
  width: 600px;
}




.job__monkcombo {
  padding: 0 10px 8px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.job__monkcombo__action {
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px var(--dps-bg-color);
  background: #f2f2f2;
  overflow: hidden;
  padding: 2px
}

.job__monkcombo__action__title {
  background: var(--dps-bg-color);
  text-align: center;
  color: #ffffff;
  
  padding: 8px 0;
  line-height: 1
}

.job__monkcombo__action__skill, .job__monkcombo__action__skill__last {
  padding: 8px 8px 0 8px;
  display: flex;
  align-items: center;
}

.job__monkcombo__action__skill__last, .job__monkcombo__action__skill__last__last {
  padding-bottom: 16px
}

.job__monkcombo__action__skill__icon, .job__monkcombo__action__skill__last__icon {
  vertical-align: middle;
  padding-right: 4px
}

.job__monkcombo__action__skill__name, .job__monkcombo__action__skill__last__name {
  vertical-align: middle;
  font-weight: 700;
}

.job__monkcombo__action__skill__name span{
  display: inline-block;
}

.job__monkcombo__action__effect__title {
  background: #ebdfdf;
  padding: 6px;
  font-weight: 700;
  color: var(--color-dps);
  display: block;
  text-align: left
}

.job__monkcombo__action__effect__text {
  padding: 8px 6px 16px;
  text-align: left
}

.job__monkcombo__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .job__monkcombo__action__skill__name span{
    margin: 0 calc(var(--in-font-size) * .25);
  }
}

@media (max-width: 767px) {
  .job__monkcombo {
    display: block;
  }

  .job__monkcombo__root{
    margin: calc(var(--in-font-size) * .75) auto;
    display: flex;
    justify-content: center;
  }

  .job__monkcombo__action__skill{
    width: 23%;
    flex-direction: column;
    text-align: center;
  }


  .job__monkcombo__action__title, .job__monkcombo__action__effect__title{
    width: 100%;
  }

  .job__monkcombo__arrow img{
    transform: rotate(90deg);
  }
}

@media (max-width: 500px) {
  .job__monkcombo__action__skill{
    width: 25%;
  }

  .job__monkcombo .job__combo__skill_icon{
    width: 12vw;
  }
  .job__monkcombo__action__skill__name span{
    font-size: calc(var(--in-font-size)* .8);
  }
}
@media (max-width: 371px) {
  .job__monkcombo__root{
    flex-wrap: wrap;
  }
  .job__monkcombo__action__skill{
    width: 50%;
  }
}







.job--tank .job__title {
  background: var(--color-tank)
}

.job--tank .job__sub_title {
  color: var(--color-tank)
}

.job--tank .job__thead p {
  background: var(--tank-bg-color);
}

.job--tank .job__nav_title a {
  color: #2556b8
}

.job--tank .job__hud__title {
  color: var(--color-tank)
}

.job--tank .job__combo__title h3 {
  background: var(--tank-bg-color);
}

.job--healer .job__title {
  background: #346624
}

.job--healer .job__sub_title {
  color: #346624;
}

.job--healer .job__thead p {
  background: var(--healer-bg-color);
}

.job--healer .job__nav_title a {
  color: #346624;
}

.job--healer .job__hud__title {
  color: #346624;
}

.job--healer .job__combo__title h3 {
  background: var(--healer-bg-color);
}

.job--dps .job__title {
  background: var(--color-dps);
}

.job--dps .job__sub_title {
  color: var(--color-dps);
}

.job--dps .job__thead p {
  background: var(--dps-bg-color);
}

.job--dps .job__nav_title a {
  color: var(--color-dps);
}

.job--dps .job__hud__title {
  color: var(--color-dps);
}

.job--dps .job__combo__title h3 {
  background: var(--dps-bg-color);
}

.job--bluemage .job__title {
  margin-bottom: 1rem;
  background: #3d5499;
}

.job--bluemage .job__sub_title {
  color: #3d5499
}

.job--bluemage .job__thead p {
  background: #8c4d4d
}

.job--bluemage .job__nav_title {
  max-width: 240px;
  padding-right: 16px;
}

.job--bluemage .job__nav_title a {
  color: #2556b8;
  display: inline-block
}

.job--bluemage .job__hud__title {
  color: #3d5499
}

.job--bluemage .nav__floating__list {
  height: auto !important
}

.bluemage-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 16px auto 120px;
  border-radius: 8px;
  padding: 16px 10px 5px;
  /* 
  background: #e5e3d3;
  
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
   */
  position: static
}

.bluemage-content {
  padding-bottom: 32px;
}
.bluemage-content img{
  max-width: 100%;
  height: auto;
}

.blue-image{
  margin: 0 auto 16px;
  border-radius: 8px;
  display: block;
}

@media (min-width: 768px) {
  .bluemage-content .max{
    max-width: 640px;
  }
}


.bluemage-update {
  margin-bottom: 16px;
  text-align: right;
  font-weight: 700;
  color: #585858;
}

.bluemage-update span {
  font-size: inherit
}

.bluemage-lead {
  background: #fffceb;
  border-radius: 6px;
  margin: 10px 0;
  padding: 6px;
  font-weight: 700;
  text-align: center;
  color: #585858
}

.bluemage-image {
  display: block;
  margin: 0 auto 16px;
  border-radius: 8px
}

.bluemage-image_mb {
  display: block;
  margin: 0 auto 32px;
  border-radius: 8px
}

.bluemage-indent {
  padding: 0 16px
}

.bluemage-sub_title {
  margin: 0 10px
}

.bluemage-text {
  color: #585858;
  margin: 0 10px;
  padding-bottom: 32px
}

.bluemage-text a {
  color: #2556b8;
  font-weight: 700;
}

.bluemage-notes {
  color: #b2122d
}

.bluemage-quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  align-items: center;
  margin: 0 10px;
  padding-bottom: 32px
}

.bluemage-quest__map {
  width: 360px;
  margin-right: 16px;
}

.bluemage-quest__detail {
  width: 544px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  padding: 8px 16px 0 8px;  
}
@media (max-width: 767px) {
  .bluemage-quest {
    flex-direction: column;
  }

  .bluemage-quest__map {
    width: 100%;
    margin: 0 0 16px 0;
  }

  .bluemage-quest__detail {
    width: 100%;
  }
}

.bluemage-quest__title {
  background: rgba(128, 102, 51, 0.1);
  height: 28px;
  margin: 0 10px;
  padding-left: 44px;
  border-radius: 14px;
  position: relative
}

.bluemage-quest__title a {
  position: relative;
  top: 3px;
  color: #2556b8;
  font-weight: 700;
}

.bluemage-quest__title::before {
  content: "";
  background: url(../images/icon_quest.png);
  background-size: 40px 40px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}




.bluemage-quest__detail li {
  color: #585858;
  padding: 0 0 8px 24px
}

.bluemage-quest__detail li.lv {
  background: url(../images/bluemage/icon_lv.png) no-repeat 0 0;
  background-size: 20px 20px
}

.bluemage-quest__detail li.pos {
  background: url(../images/bluemage/icon_pos.png) no-repeat 0 0;
  background-size: 20px 20px
}

.bluemage-quest__detail li.npc {
  background: url(../images/bluemage/icon_npc.png) no-repeat 0 0;
  background-size: 20px 20px
}

.bluemage-quest__detail li.condition {
  background: url(../images/bluemage/icon_condition.png) no-repeat 0 0;
  background-size: 20px 20px
}

.bluemage-quest__detail li a {
  color: #2556b8;
  font-weight: 700;
}

.bluemage-list {
  margin: 0 10px
}

.bluemage-list li {
  background: url(../images/bluemage_li.png) no-repeat 0 2px;
  background-size: 16px 16px;
  padding-bottom: 32px;
  padding-left: 20px;
}

.bluemage-list li li {
  background: url(../images/bluemage_li_li.png) no-repeat 0 2px;
  background-size: 16px 16px;
  padding-bottom: 0;
  padding-left: 20px;
  margin-top: 16px
}

/* 表格NEW/UPDATED圖示 */
.js__jobguide_new_one img,
.js__jobguide_update_one img{
  width: auto;
  height: 16px;
}

/* 小標NEW/UPDATED圖示 */
.js__jobguide_new_or_update img{
  width: auto;
  height: 24px;  
}

/* -------------------------------------------------------------------------- */
/* <=430px div style */
.job__action__new {
  background: #f0dddd;
}

.job__action__updated {
  background: #f0e4c5;
}


.job__action__new__icon, .job__action__updated__icon{
  width: 100%;
  height: 19px;
  padding: 0 4px;
  display: flex;
  align-items: flex-end;
}
.job__action__new__icon img, .job__action__updated__icon img{
  width: auto;
  height: 17px;
}

.job__action__new__icon{
  background: #f0cece;
}

.job__action__updated__icon{
  background: #f0dfb6;
}

.selected_job{
  padding-right: calc(var(--in-font-size) * .75);
}

.btn_iconinfo{
  height: 23px;
  margin-left: calc(var(--in-font-size) * .75);
  padding: 2px 12px 0 12px;
  background-color: #f5f2e1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color .2s;
  filter: drop-shadow(0 2px 1px #dcd9ca);
  z-index: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 431px) {
  .btn_iconinfo{
    display: none;
  }
}


.btn_iconinfo:hover{
  background-color: #fffef3;
}
.job__content--pvp .btn_iconinfo{
  background-color: #efefef;
  filter: drop-shadow(0 2px 1px #cecece);
}
.job__content--pvp .btn_iconinfo:hover{
  background-color: #f9f9f9;
}

.icon-wrapper{
  width: fit-content;
  display: flex;
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}
.icon-wrapper i {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100% ;
}

.icon-wrapper i:nth-child(1) {
  background-image: url(../images/icon_cast.png);
}
.icon-wrapper i:nth-child(2) {
  background-image: url(../images/icon_recast.png);
}
.icon-wrapper i:nth-child(3) {
  background-image: url(../images/icon_cost.png);
}

.pop_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000;
  display: none;
}

.job__popup {
  width: 80%;
  max-width: 430px;
  background: #fffef3;
  border-radius: 4px;
  padding: clamp(10px, 4vw, 16px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000000000;
  box-shadow: 0 4px 8px rgba(0,0,0,.2);
  display: none;
}

.job__popup.pvp {
  background: #f3fbff;
}

.job__popup h4 {
    font-weight: 700;
    color: #404040;
    margin-bottom: calc(var(--in-font-size) / 2);
  }

  .job__popup__close {
    background: url(../images/close.png) no-repeat 0 0;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all .2s;
}

.job__popup__close:hover {
  filter: brightness(.5);
  transform: rotate(90deg);
}

.job__popup ul {
  width: fit-content;
  margin: 0 auto; 
}

.job__popup li {
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
}


.job__popup__icon {
    margin-right: 4px;
    text-align: right;
    flex: 0 0 auto;
}


.job__popup__icon img {
    transform: translateY(2px);
}

.job__popup__text {
    flex: 1 1 auto;
}


/* -------------------------------------------------------------------------- */

.guide-cards .guide-thead {
  width: 100%;
  color: #fff;
  display: grid;
  grid-template-columns: var(--first-column-width) 1fr;
  gap: var(--gap);
  z-index: 10;
  filter: drop-shadow(0 3px 3px #e5e3d3);
}

.guide-cards .guide-thead.is-fixed {
  width: calc(100% - 10px * 2);
  left: 10px;
}

/* 
#guideCards-job__table-job_action.guide-cards .guide-thead {
  top: calc(var(--sticky-h)* 1.3 + var(--sp-h) + 8px);
}

#guideCards-job__table-rollcommontrait.guide-cards .guide-thead {
  top: calc(var(--sticky-h)* 1.3 + var(--sp2-h) + 8px);
}

#guideCards-job__table-limitbreak.guide-cards .guide-thead {
  top: calc(var(--sticky-h)* 1.3 + var(--sp3-h) + 8px);
}

#guideCards-job__table-pvp_common.guide-cards .guide-thead {
  top: calc(var(--sticky-h)* 1.3 + var(--sp4-h) + 8px);
}

#guideCards-job__table-pvp_roleaction.guide-cards .guide-thead {
  top: calc(var(--sticky-h)* 1.3 + var(--sp5-h) + 8px);
}
*/


.job__content--pvp .guide-cards .guide-thead::before{
  background: #d9d9d9;
}

.guide-cards .show-before.guide-thead{
  filter: drop-shadow(0 3px 3px #e5e3d3);
}

.job__content--pvp .guide-cards .show-before.guide-thead{
  filter: drop-shadow(0 3px 3px #d9d9d9);
}


.guide-cards .show-before.guide-thead::before {
  opacity: 1;
}

.guide-cards .guide-thead .label {
  padding: .25rem;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}
.job--tank .guide-cards .guide-thead .label {
  background-color: var(--tank-bg-color);
}
.job--healer .guide-cards .guide-thead .label {
  background-color: var(--healer-bg-color);
}
.job--dps .guide-cards .guide-thead .label {
  background-color: var(--dps-bg-color);
}

.guide-cards .row {
  padding: 6px 4px;
  display: grid;
  grid-template-columns: var(--first-column-width) 1fr;
  gap: var(--gap);
  color: var(--in-font-color);
  border-bottom: 1px solid #999999;
  position: relative;
  z-index: 0;
}

.value.block_1>div+div{
  margin-top: 3px;
}
.guide-cards .skill__wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap);    
  font-size: var(--skill-font-size);
  font-weight: 600;
}

.guide-cards .skill__wrapper p span{
  display: inline-block;
}

.guide-cards .skill__wrapper__icon .job__skill_icon {
  width: 38px;
  background-image: none;
  background-size: 32px auto;
  background-position: 3px 2px;
  position: relative;
  display: flex;
  justify-content: center;
}
.guide-cards .skill__wrapper__icon .job__skill_icon img {
  width: 32px; height: auto; aspect-ratio: 1/1;
  top: 2px;
  left: 3px;
  margin-left: 0;
}

.guide-cards .jobclass__wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap);
  line-height: 1;
}
.guide-cards .jobclass__wrapper .job__skill_icon,
.guide-cards .jobclass__wrapper .jobclass__wrapper__icon{
  font-size: 0;
  line-height: 0;
}
.guide-cards .jobclass__wrapper .jobclass__wrapper__icon img{
  width: 16px;
}
.guide-cards .cost__wrapper,
.guide-cards .recast__wrapper {
  display: flex;
  align-items: center;
  gap: var(--gap);
  line-height: 1;
}
.guide-cards .cast__wrapper::before,
.guide-cards .recast__wrapper::before,
.guide-cards .cost__wrapper::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: var(--gap);
}

.guide-cards .cast__wrapper::before{
  background-image: url('../images/icon_cast.png');
}
.guide-cards .recast__wrapper::before{
  background-image: url('../images/icon_recast.png');
}
.guide-cards .cost__wrapper::before{
  background-image: url('../images/icon_cost.png');
}

.guide-cost,
.guide-recast {
  top: 4px;
}

.guide-cost .guide-cost__icon,
.guide-recast .guide-recast__icon {
  transform: translateY(2px);
}

.guide-cost,
.guide-recast {
  width: fit-content;
  display:flex;
  align-items: center;
}

.guide-cost__icon i{
  font-size: 0;
  line-height: 0;
}

.guide-cards { width: 100%; position: relative; z-index: 0; display: none;}





@media (max-width: 430px) {
  :root {
    --gap: 4px;
  }

  .job__title{
    margin-bottom: 0;
    position: relative;
    z-index: 10;
  }

  .guide-table__wrapper {
    padding-top: 0;
  }

  .stitle_block__bace{
    width: 100%;
    position: relative;
  }

  .stitle_block {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: rgba(229, 227, 211, 1);
    z-index: 10;
    /* position: sticky; */
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* top: var(--sticky-h);     */
    overflow: hidden;
  }

  /* 除了stitle_block還有其他class的元素 */
  .stitle_block:not([class="stitle_block"]){
    flex-wrap: wrap;
  }


  .job__content--pvp .stitle_block{
    background-color: rgba(217, 217, 217, 1);
  }

    
  .stitle_block[style*="position: fixed"] {
   width: calc(100% - 10px * 2);
}


  .job__text{
    width: 100%;
    display: block;
  }


  .guide-table__wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .guide-table { display: none;}
  .guide-cards { display: block;}

  .guide-cards .guide-thead::before{
    /* content: ''; */
    display: block;
    width: 100%;
    height: 150%;
    /* background: #e5e3d3; */
    background: linear-gradient(to bottom, rgba(229, 227, 211, 0) 0%, rgba(229, 227, 211, 1) 30%);
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
    transform: translateY(-100%);
    opacity: 1;
    transition: opacity .25s;
    pointer-events: none;
  }
}

@media (max-width: 359px) {
  .guide-cards .skill__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}




