img {
  width: auto;
  max-width: 100%;
}

.btn.active,
.btn:active {
  background-image: linear-gradient(to right, #ff6a01, #ff8d07, #f73603, #ff8f08);
  background-position: 100% 0;
}

@media (max-width: 640px) {
  .btnrow a {
    width: 60% !important;
    margin: 0 auto !important;
  }
}

main.twm-page-content {
  margin: 0 !important;
  padding: 0 !important;
}

.middle_w {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1680px) {
  .middle_w {
    width: 1100px;
  }
}
@media (max-width: 1440px) {
  .middle_w {
    width: 900px;
  }
}
@media (max-width: 1280px) {
  .middle_w {
    width: 760px;
  }
}
@media (max-width: 980px) {
  .middle_w {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .middle_w {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .middle_w {
    width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .pcSet {
    display: none;
  }
}

@media (min-width: 769px) {
  .moSet {
    display: none;
  }
}

.social_share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.social_share li {
  margin: 10px 5px;
  margin-right: 0;
  cursor: pointer;
}
.body_v2 {
  width: 100%;
  overflow: hidden;
}

.header_v2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1098039216);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  transition: all linear 0.2s;
}
@media (min-width: 1281px) {
  .header_v2.scrolling_down {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header_v2.scrolling_down h1 {
    font-size: 20px;
  }
  .header_v2.scrolling_down h1 img {
    height: 35px;
  }
  .header_v2.scrolling_down h1 span {
    height: 25px;
  }
  .header_v2.scrolling_down #language_nav ul li a {
    height: 55px;
    padding: 20px 0;
  }
}
@media (max-width: 1680px) {
  .header_v2 {
    padding: 10px 10%;
  }
}
@media (max-width: 1440px) {
  .header_v2 {
    padding: 10px 50px;
  }
}
@media (max-width: 768px) {
  .header_v2 {
    padding: 10px 15px;
  }
}
@media (max-width: 400px) {
  .header_v2 {
    padding: 10px 5px;
  }
}
.header_v2 h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 34px;
  transition: all linear 0.2s;
}
@media (max-width: 1680px) {
  .header_v2 h1 {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .header_v2 h1 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .header_v2 h1 {
    font-size: 16px;
  }
}
.header_v2 h1 img {
  transition: all linear 0.2s;
}
@media (max-width: 1680px) {
  .header_v2 h1 img {
    height: 45px;
  }
}
@media (max-width: 980px) {
  .header_v2 h1 img {
    height: 35px;
  }
}
@media (max-width: 640px) {
  .header_v2 h1 img {
    height: 25px;
  }
}
.header_v2 h1 span {
  display: block;
  width: 1px;
  height: 40px;
  background-color: #707070;
  margin: 0 15px;
  transition: all linear 0.2s;
}
@media (max-width: 640px) {
  .header_v2 h1 span {
    height: 30px;
    margin: 0 8px;
  }
}
@media (max-width: 480px) {
  .header_v2 h1 span {
    height: 20px;
    margin: 5px 8px;
  }
}
@media (max-width: 768px) {
  .header_v2 #language_nav {
    display: none;
  }
}
.header_v2 #language_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.header_v2 #language_nav ul li {
  position: relative;
  margin-left: 5px;
}
.header_v2 #language_nav ul li a {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  position: relative;
  transition: all linear 0.2s;
}
@media (max-width: 980px) {
  .header_v2 #language_nav ul li a {
    padding: 7px 0;
    margin: 0 7px;
  }
}
.header_v2 #language_nav ul li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff6700;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all linear 0.2s;
}
.header_v2 #language_nav_m {
  display: none;
  width: 120px;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 60px);
  text-align: center;
  padding: 0;
  margin: 0;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2784313725));
}
.header_v2 ul {
  background: #fff;
  padding: 5px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .header_v2 ul {
    padding: 0;
  }
}
.header_v2 ul li a {
  display: block;
  padding: 10px 8px;
}
@media (min-width: 769px) {
  .header_v2 .social_share {
    display: none;
  }
}

.ham {
  position: fixed;
  right: 100px;
  top: 22px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .ham {
    display: none;
  }
}
@media (max-width: 480px) {
  .ham {
    top: 5px;
    right: 70px;
  }
}
.ham h3 {
  font-size: 14px;
}
.ham .arrow {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
}
.ham .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #a5a1a1;
  border-right: 2px solid #a5a1a1;
  transform-origin: 75% 50%;
}
.ham .arrow span:last-child {
  border: none;
}

@media (max-width: 480px) {
  .social_share li {
    margin: 0 5px;
    margin-right: 0;
  }
  .social_share li img {
    width: 25px;
  }
}

#mobile_nav_trigger.active #language_nav_m {
  display: block;
}
#mobile_nav_trigger.active .arrow {
  transform: scale(-1);
}

.toruist_banner_v2 {
  margin-top: 100px;
  background: #31a8e0;
}
@media (min-width: 769px) {
  .toruist_banner_v2 {
    position: relative;
    height: 290px;
  }
  .toruist_banner_v2 img.pcSet {
    position: absolute;
    left: calc(50% - 600px);
    width: 1200px;
    max-width: unset;
  }
}
@media (min-width: 1281px) {
  .toruist_banner_v2 {
    height: 335px;
  }
  .toruist_banner_v2 img.pcSet {
    left: calc(50% - 700px);
    width: 1400px;
  }
}
@media (min-width: 1441px) {
  .toruist_banner_v2 {
    height: 458px;
  }
  .toruist_banner_v2 img.pcSet {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media (max-width: 1680px) {
  .toruist_banner_v2 {
    margin-top: 65px;
  }
}
@media (max-width: 980px) {
  .toruist_banner_v2 {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .toruist_banner_v2 {
    margin-top: 50px;
  }
}
.toruist_banner_v2 img {
  width: 100%;
}

.toruist_content_v2 .topic_section {
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .toruist_content_v2 .topic_section {
    padding: 70px 0;
  }
}
@media (max-width: 980px) {
  .toruist_content_v2 .topic_section {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 .topic_section {
    padding: 50px 0 20px;
  }
}
.toruist_content_v2 .topic_section .topic_title {
  margin-bottom: 35px;
}
.toruist_content_v2 .topic_section .topic_title h2 {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .toruist_content_v2 .topic_section .topic_title h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .toruist_content_v2 .topic_section .topic_title h2 {
    font-size: 28px;
  }
}
.toruist_content_v2 .topic_section .topic_title h2 small {
  font-size: 0.5em;
}
.toruist_content_v2 .topic_section .topic_title p {
  text-align: center;
  line-height: 140%;
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .toruist_content_v2 .topic_section .topic_title p {
    font-size: 18px;
  }
}
.toruist_content_v2 .topic_section .topic_notice {
  color: #979797;
  margin-top: 50px;
}
.toruist_content_v2 .topic_section .topic_notice h4 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.toruist_content_v2 .topic_section .topic_notice ul {
  list-style: unset;
  padding-left: 18px;
}
.toruist_content_v2 .topic_section .topic_notice ul li {
  font-size: 14px;
  margin: 5px 0;
  line-height: 130%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .toruist_content_v2 .topic_section .topic_notice ul li {
    font-size: 12px;
  }
}
.toruist_content_v2 #all_plans .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.toruist_content_v2 #all_plans .list ul li {
  width: calc(33.33% - 15px);
  margin: 15px 0;
}
@media (max-width: 980px) {
  .toruist_content_v2 #all_plans .list ul li {
    width: calc(50% - 8px);
    margin: 8px 0;
  }
}
@media (max-width: 768px) {
  .toruist_content_v2 #all_plans .list ul li {
    width: calc(50% - 6px);
    margin: 6px 0;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #all_plans .list ul li {
    width: calc(50% - 1px);
    margin: 1px 0;
  }
}
.toruist_content_v2 #rate_plans .rates_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  .toruist_content_v2 #rate_plans .rates_box {
    display: block;
  }
}
.toruist_content_v2 #rate_plans .rates_box .left {
  width: 500px;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #rate_plans .rates_box .left {
    width: 300px;
  }
}
@media (max-width: 1280px) {
  .toruist_content_v2 #rate_plans .rates_box .left {
    width: 200px;
  }
}
@media (max-width: 980px) {
  .toruist_content_v2 #rate_plans .rates_box .left {
    width: 100%;
  }
}
.toruist_content_v2 #rate_plans .rates_box .left .bgs {
  position: relative;
  background-image: url(../images/call-pic-01.jpg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .toruist_content_v2 #rate_plans .rates_box .left .bgs {
    height: 150px;
    background-position: 50% 55%;
  }
}
.toruist_content_v2 #rate_plans .rates_box .left .bgs p {
  background-color: rgba(50, 168, 224, 0.9215686275);
  color: #fff;
  text-align: center;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 32px;
  line-height: 140%;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #rate_plans .rates_box .left .bgs p {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .toruist_content_v2 #rate_plans .rates_box .left .bgs p {
    font-size: 18px;
    padding: 15px;
  }
}
@media (max-width: 980px) {
  .toruist_content_v2 #rate_plans .rates_box .left .bgs p {
    bottom: initial;
    top: 0;
  }
}
.toruist_content_v2 #rate_plans .rates_box .right {
  width: calc(100% - 520px);
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 50px 35px;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #rate_plans .rates_box .right {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1280px) {
  .toruist_content_v2 #rate_plans .rates_box .right {
    width: calc(100% - 210px);
    padding: 30px 20px;
  }
}
@media (max-width: 980px) {
  .toruist_content_v2 #rate_plans .rates_box .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #rate_plans .rates_box .right {
    padding: 10px 10px;
  }
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li {
  margin-bottom: 30px;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li:last-child {
  margin-bottom: 0;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li p {
  margin-bottom: 10px;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers span {
  display: block;
  border-radius: 5px;
  padding: 7.5px 0;
  margin: 0 2px;
  line-height: 150%;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers span.og {
  background-color: #ff6700;
  color: #fff;
  padding: 7.5px 10px;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers span.og {
    padding: 7.5px 6px;
  }
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers span.ph {
  padding: 7.5px 0px;
  margin-left: 0;
  padding-left: 0;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes .ways li .numbers span.sbr {
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes h3 {
  color: #2b2c6c;
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #rate_plans .rates_box .right .boxes h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #rate_plans .rates_box .right .boxes h3 {
    font-size: 20px;
  }
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes > p {
  text-align: right;
  font-size: 12px;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes > p span {
  display: block;
  margin-bottom: 5px;
}
.toruist_content_v2 #rate_plans .rates_box .right .boxes > p img {
  width: 100%;
}
.toruist_content_v2 #rate_plans .rates_box2 {
  margin-bottom: 0;
}
.toruist_content_v2 #rate_plans .rates_box2 .left .bgs {
  background-image: url(../images/call-pic-02.jpg);
}
@media (max-width: 980px) {
  .toruist_content_v2 #rate_plans .rates_box2 .left .bgs {
    background-position: 50% 4%;
  }
}
@media (max-width: 768px) {
  .toruist_content_v2 #rate_plans .rates_box2 .left .bgs {
    background-position: 50% 0%;
  }
}
.toruist_content_v2 #steps .steps-slider {
  background-image: url(../images/flight-bg.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 10px) 50%;
  padding: 110px 0;
  background-size: 1680px;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #steps .steps-slider {
    background-size: 1400px;
    background-position: calc(50% + 10px) calc(50% + 10px);
    padding: 20px 0 80px;
  }
}
@media (max-width: 1280px) {
  .toruist_content_v2 #steps .steps-slider {
    background: none;
  }
}
@media (min-width: 769px) {
  .toruist_content_v2 #steps .steps-slider .swiper {
    overflow: visible;
  }
}
.toruist_content_v2 #steps .steps-slider .swiper-wrapper {
  align-items: stretch;
}
.toruist_content_v2 #steps .steps-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
@media (min-width: 769px) {
  .toruist_content_v2 #steps .steps-slider .swiper-wrapper .swiper-slide:nth-child(even) .inside-box {
    transform: translateY(25%);
  }
}
.toruist_content_v2 #steps .steps-slider .swiper-button-next,
.toruist_content_v2 #steps .steps-slider .swiper-button-prev {
  color: rgba(0, 0, 0, 0.7960784314);
}
.toruist_content_v2 #steps .steps-slider .inside-box {
  background-color: #eeeeee;
  border-radius: 150px;
  overflow: hidden;
  text-align: center;
  padding: 50px 40px 10px;
  width: 260px;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #steps .steps-slider .inside-box {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps .steps-slider .inside-box {
    border-radius: 0;
    width: calc(100% - 10px);
    padding: 40px 50px;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps .steps-slider .inside-box {
    width: calc(100% - 10px);
  }
}
.toruist_content_v2 #steps .steps-slider .inside-box .steps_title .icon {
  background-color: #413f91;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.toruist_content_v2 #steps .steps-slider .inside-box .steps_title h3 {
  color: #413f91;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps .steps-slider .inside-box .step_body {
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.toruist_content_v2 #steps .steps-slider .inside-box .step_body ul {
  list-style: initial;
  margin-left: 20px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #steps .steps-slider .inside-box .step_body ul {
    margin-left: 10px;
  }
}
.toruist_content_v2 #steps .steps-slider .inside-box .step_body ul li {
  text-align: left;
  margin: 10px 0;
  line-height: 130%;
  font-size: 15px;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps .steps-slider .inside-box .btnrow {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps .steps-slider .inside-box .btnrow {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1440px) {
  .toruist_content_v2 #steps .steps-slider .middle_w {
    width: 1080px;
  }
}
@media (max-width: 1280px) {
  .toruist_content_v2 #steps .steps-slider .middle_w {
    width: 900px;
  }
}
@media (max-width: 980px) {
  .toruist_content_v2 #steps .steps-slider .middle_w {
    width: calc(100% - 60px);
  }
}
@media (max-width: 640px) {
  .toruist_content_v2 #steps .steps-slider .middle_w {
    width: calc(100% - 10px);
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps .steps-slider .middle_w {
    width: 100%;
  }
}
.toruist_content_v2 #stores {
  background-color: #eeeeee;
}
.toruist_content_v2 #stores .store_information ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.toruist_content_v2 #stores .store_information ul li {
  width: calc(50% - 50px);
  margin-bottom: 50px;
}
@media (max-width: 980px) {
  .toruist_content_v2 #stores .store_information ul li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .toruist_content_v2 #stores .store_information ul li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #stores .store_information ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.toruist_content_v2 #stores .store_information ul li .box p {
  text-align: center;
  line-height: 150%;
  margin: 30px;
}
@media (max-width: 480px) {
  .toruist_content_v2 #stores .store_information ul li .box p {
    margin: 20px;
  }
}
@media (min-width: 481px) {
  .toruist_content_v2 #stores .store_information ul li:last-child, .toruist_content_v2 #stores .store_information ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.toruist_content_v2 #stores .store_information ul li img {
  width: 100%;
}
.toruist_content_v2 #steps2 {
  background-color: #eeeeee;
}
.toruist_content_v2 #steps2 .topic_step_options ul {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.toruist_content_v2 #steps2 .topic_step_options li {
  width: 33.33333%;
  text-align: center;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .topic_step_options li {
    width: 50%;
    margin-bottom: 50px;
  }
  .toruist_content_v2 #steps2 .topic_step_options li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .topic_step_options li {
    width: 100%;
  }
}
.toruist_content_v2 #steps2 .topic_step_options li a {
  display: block;
  cursor: pointer;
}
.toruist_content_v2 #steps2 .topic_step_options li a .icon {
  display: block;
  width: 114px;
  height: 114px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .toruist_content_v2 #steps2 .topic_step_options li a .icon {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .topic_step_options li a .icon {
    width: 70px;
    height: 70px;
  }
}
.toruist_content_v2 #steps2 .topic_step_options li a .icon img {
  width: auto;
  transition: all linear 0.2s;
}
.toruist_content_v2 #steps2 .topic_step_options li a .icon:hover img {
  transform: scale(1.05);
}
.toruist_content_v2 #steps2 .topic_step_options li a .way_title p {
  color: #2b2c6c;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.toruist_content_v2 #steps2 .step_option_detail {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.toruist_content_v2 #steps2 .step_option_detail h3 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #413f91;
  margin-bottom: 30px;
  line-height: 140%;
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .step_option_detail h3 {
    font-size: 24px;
    align-items: center;
  }
}
.toruist_content_v2 #steps2 .step_option_detail h3 span {
  background-color: #413f91;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: #fff;
  display: block;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .step_option_detail h3 span {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .option1 {
  border-top: 2px dashed #7d7d7d;
  border-bottom: 2px dashed #7d7d7d;
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li {
  width: calc(33.333% - 10px);
  margin: 0 5px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li {
    width: calc(100% - 2px);
    margin: 0 1px 30px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li .open {
  margin-top: 20px;
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li .open p {
  font-weight: bold;
  text-align: center;
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li .open ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 5px 0;
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li .open ol li {
  margin: 5px 10px;
}
.toruist_content_v2 #steps2 .step_option_detail .option1 .stores > li .open ol li img {
  margin-right: 5px;
}
.toruist_content_v2 #steps2 .step_option_detail .option2 {
  width: 50%;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .step_option_detail .option2 {
    width: 100%;
    border-bottom: 2px dashed #7d7d7d;
    margin-bottom: 40px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .option2 h3 {
  height: 2.8em;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .step_option_detail .option2 h3 {
    height: auto;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .option3 {
  width: 50%;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .step_option_detail .option3 {
    width: 100%;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(251, 149, 149, 0.1215686275);
  padding: 50px 10px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .step_option_detail .simcardnotice {
    padding: 10px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li {
    padding: 30px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box h4 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box h4 {
    font-size: 20px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box h4 span {
  display: block;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box h4 span {
    width: 30px;
  }
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box ol {
  padding-left: 20px;
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box ol li {
  position: relative;
  line-height: 130%;
  margin: 10px 0 0;
  list-style: initial;
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li .box ol li:last-child {
  list-style: none;
  transform: translateX(-20px);
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li.single {
  width: 100%;
}
.toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li:not(.single):first-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0;
  background-color: #e3e3e3;
}
@media (max-width: 768px) {
  .toruist_content_v2 #steps2 .step_option_detail .simcardnotice ul > li:not(.single):first-child:after {
    width: 100%;
    height: 2px;
    top: 100%;
  }
}

.footer_v2 {
  background-color: #413f91;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
@media (max-width: 980px) {
  .footer_v2 {
    margin-bottom: 49px;
  }
}

.aside_v2 .event_pageNav {
  filter: unset;
  border-left: 1px solid #acacac;
  left: 40px;
}
@media (max-width: 1366px) {
  .aside_v2 .event_pageNav {
    left: 20px;
    width: 110px;
  }
}
@media (max-width: 980px) {
  .aside_v2 .event_pageNav {
    left: 0;
    width: 100%;
    background: #fff;
    bottom: 0;
    border: 0;
    box-sizing: border-box;
    padding: 0 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.aside_v2 .event_pageNav .nav_content {
  border-radius: 0;
  overflow: visible;
}
.aside_v2 .event_pageNav .nav_content ol,
.aside_v2 .event_pageNav .nav_content ol li:nth-child(odd),
.aside_v2 .event_pageNav .nav_content ol li a.active,
.aside_v2 .event_pageNav .nav_content ol li:hover {
  background-color: unset;
}
.aside_v2 .event_pageNav .nav_content ol li a {
  color: #000;
  font-size: 18px;
  position: relative;
}
@media (max-width: 980px) {
  .aside_v2 .event_pageNav .nav_content ol li a {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #000;
  }
}
.aside_v2 .event_pageNav .nav_content ol li a.active {
  color: #ff6700;
}
.aside_v2 .event_pageNav .nav_content ol li a.active:after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-airplane.png);
  right: calc(100% - 20px);
  top: 2px;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 100%;
}
@media (max-width: 1366px) {
  .aside_v2 .event_pageNav .nav_content ol li a.active:after {
    width: 30px;
    height: 30px;
    right: calc(100% - 14.3px);
    top: 8px;
  }
}
@media (max-width: 980px) {
  .aside_v2 .event_pageNav .nav_content ol li a.active:after {
    width: 20px;
    height: 20px;
    right: calc(100% - 20px);
    top: calc(50% - 10px);
  }
}
.aside_v2 .social_share {
  position: absolute;
  left: 25px;
  top: calc(100% + 10px);
}
@media (max-width: 1366px) {
  .aside_v2 .social_share {
    left: 10px;
  }
}
@media (max-width: 980px) {
  .aside_v2 .social_share {
    left: 10px;
    top: initial;
    bottom: 100%;
  }
}
@media (max-width: 768px) {
  .aside_v2 .social_share {
    display: none;
  }
}

#gotop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
}
#gotop a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4392156863);
  border-radius: 50%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
}
#gotop:hover a {
  background-color: #000;
}
@media (max-width: 980px) {
  #gotop {
    right: 10px;
    bottom: 60px;
  }
  #gotop a {
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=tourist_card.css.map */