@charset "UTF-8";
@import url("paperlogy.css");

/* ========== reset : s ==========*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
ul,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}
img,
fieldset,
iframe {
  border: 0 none;
}
fieldset {
  min-inline-size: initial;
}
img {
  vertical-align: top;
  max-width: 100%;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  font-size: 100%;
  vertical-align: top;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* box-sizing */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 2px solid rgba(36, 107, 235, 0.8);
}

/* base - IE8~7 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* base - input */
input:checked[type="checkbox"] {
  background-color: #666;
  -webkit-appearance: checkbox;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="password"]::-webkit-input-placeholder {
  font-family: "Paperlogy";
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="file"]:focus + label,
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
input:disabled {
  background: #f7f7f7;
}
input:read-only {
  /*background:#f2f2f2;*/
  border: 1px solid #dfdfdf;
}
input[type="file"],
input[type="file"]::-webkit-file-upload-button,
input[type="submit"] {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Chrome, Safari, Edge, Opera */
input[type="number"] {
  -moz-appearance: textfield;
} /* Firefox */

/* placeholder */
::-webkit-input-placeholder {
  color: #6a6a6a;
  font-size: 1.6rem;
  font-weight: 500;
}
::-moz-placeholder {
  color: #6a6a6a;
  font-size: 1.6rem;
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #6a6a6a;
  font-size: 1.6rem;
  font-weight: 500;
}
:-moz-placeholder {
  color: #6a6a6a;
  font-size: 1.6rem;
  font-weight: 500;
}

/* base - a */
a {
  color: #272727;
  transition: color 0.2s;
}
a,
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
button {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

/* base - body */
html {
  font-size: 62.5%;
}
body {
  -webkit-font-smoothing: antialiased;
}
body,
input,
select,
textarea,
button {
  font:
    1.6rem/1.5 "Paperlogy",
    "Malgun Gothic",
    "맑은 고딕",
    "돋움",
    sans-serif;
  color: #272727;
  font-weight: 500;
}
/* ========== reset : e ==========*/

/* ========== ?꾩씠肄?: s ==========*/
i[class^="ico_"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
i[class^="ico_"]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
}
/* 而⑦뀗痢좏댋?꾩씠肄?*/
.tool[class^="ico_"]::before {
  background-image: url(/travel/images/module/common/sp_icon_tool.png);
  background-size: 118rem;
}
.tool.ico_share::before {
  background-position: -3.2rem -2.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.tool.ico_print::before {
  background-position: -9.8rem -2.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.tool.ico_qr::before {
  background-position: -16.4rem -2.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.tool.ico_star::before {
  background-position: -23rem -2.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.tool.ico_link::before {
  background-position: -29.6rem -2.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.tool.ico_down::before {
  background-position: -35.8rem -2.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.tool.ico_close::before {
  background-position: -43.9rem -3.1rem;
  width: 1.2rem;
  height: 1.2rem;
}
.tool.ico_share_sm::before {
  background-position: -47.1rem -2.8rem;
  width: 1.6rem;
  height: 1.8rem;
}
.tool.ico_link_sm::before {
  background-position: -50.7rem -3rem;
  width: 1.4rem;
  height: 1.4rem;
}
.tool.ico_facebook::before {
  background-position: -3.3rem -7.9rem;
  width: 4rem;
  height: 4rem;
}
.tool.ico_x::before {
  background-position: -8.3rem -7.9rem;
  width: 4rem;
  height: 4rem;
}
.tool.ico_blog::before {
  background-position: -13.3rem -7.9rem;
  width: 4rem;
  height: 4rem;
}
.tool.ico_facebook_sm::before {
  background-position: -20.7rem -7.9rem;
  width: 2rem;
  height: 2rem;
}
.tool.ico_x_sm::before {
  background-position: -23.9rem -7.9rem;
  width: 2rem;
  height: 2rem;
}
.tool.ico_blog_sm::before {
  background-position: -27.1rem -7.9rem;
  width: 2rem;
  height: 2rem;
}
.tool.ico_pdf::before {
  background-position: -33.4rem -7.9rem;
  width: 2.6rem;
  height: 2.2rem;
}
.tool.ico_img::before {
  background-position: -37.2rem -7.9rem;
  width: 2.6rem;
  height: 2.2rem;
}
.filter_contrast {
  filter: contrast(0) brightness(10) !important;
}
/* ========== ?꾩씠肄?: e ==========*/

/* ========== 湲곕뒫 : s ==========*/
/* ?좉? */
.toggle_area.on .toggle_cnt {
  display: block;
}
.toggle_open .btn_icon {
  transition: transform 0.2s;
}
.toggle_open.on .btn_icon {
  transform: rotate(180deg);
}
.toggle_cnt {
  display: none;
}

/* ?쒕∼ */
.drop_area {
  position: relative;
}
.drop_cnt {
  position: absolute;
  display: none;
  z-index: 2;
}
/* ========== 湲곕뒫 : e ==========*/

/* ========== 紐⑤떖?앹뾽 : s ==========*/
.noscroll {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}
/* modal 湲곕낯 ?ㅽ???*/
.modal.on {
  display: block;
}
.modal.on .modal_wrap.on {
  display: flex;
}
.modal.fade .modal_area {
  opacity: 1;
  visibility: visible;
  z-index: 101;
  transition: all 0.5s;
}
.modal.fade .modal_dim {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transition: all 0.5s;
}
.modal {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
}
.modal .modal_wrap {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  z-index: 101;
}
.modal .modal_wrap.full .modal_area {
  width: 100%;
  max-height: 100vh;
}
.modal .modal_area {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 90vh;
  word-break: keep-all;
  border-radius: 1.5rem;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.modal .modal_area .btn_icon.modal_close {
  position: absolute;
}
.modal .modal_area .fd_column {
  height: 100%;
}
.modal .modal_dim {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}
/* ========== 紐⑤떖?앹뾽 : s ==========*/

/* ========== 而⑦뀗痢좏댋 : s ==========*/
.contents_tool {
  display: flex;
  align-items: center;
  gap: 0 4rem;
}
.contents_tool .drop_cnt {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
.contents_tool .drop_in {
  min-width: 13.6rem;
  width: max-content;
  border: 0.1rem solid #333;
  border-radius: 15px;
  background-color: #fff;
  padding: 2rem;
  overflow: hidden;
}
.contents_tool .drop_in::before {
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  display: block;
  border: 0.7rem solid transparent;
  border-bottom: 0.7rem solid #333;
}
.contents_tool .drop_in::after {
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  display: block;
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #fff;
}
.contents_tool .drop_in .list {
  display: flex;
  flex-direction: column;
  gap: 0 3rem;
}
.contents_tool .drop_in .list li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 0.5rem;
}
.contents_tool .drop_in .list li a:hover {
  color: #2d4ad8;
}
.contents_tool .qr .list {
  gap: 1rem 0;
  text-align: center;
}
/* ========== 而⑦뀗痢좏댋 : e ==========*/

/* ========== ?ㅽ궢?ㅻ퉬寃뚯씠?? ?붾쾭洹? ?섏씠吏 ?대떦?? ?섍껄?④린湲?: s ==========*/
/* ?ㅽ궢?ㅻ퉬寃뚯씠??*/
#skip_nav a,
#skiptoContent a {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #1d1d1d;
  z-index: 99;
}
#skip_nav a:focus,
#skiptoContent a:focus {
  top: 0;
}

/* 留뚯”?꾩“??*/
.satisfy_area {
  line-height: 1.5;
  border: 0.1rem solid #bababa;
  border-radius: 0.6rem;
  background-color: #fff;
  margin-top: 3rem;
}
.satisfy_area .satisfy_top {
  position: relative;
  border-bottom: 0.1rem solid #e3e3e3;
  border-radius: 0.6rem 0.6rem 0 0;
  background-color: #f6f7f9;
  padding: 2rem 2.8rem;
}
.satisfy_area .satisfy_top .dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 3rem;
}
.satisfy_area .satisfy_top .dl li {
  display: inline-flex;
  align-items: center;
}
.satisfy_area .satisfy_top .dl li:nth-last-child(2) {
  margin-right: auto;
}
.satisfy_area .satisfy_top .dt {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  color: #3a3b73;
}
.satisfy_area .satisfy_top .dd {
  position: relative;
  color: #616161;
  padding-left: 2.5rem;
}
.satisfy_area .satisfy_top .dd::before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  content: "";
  display: inline-flex;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #d9d9d9;
  vertical-align: middle;
}
.satisfy_area .satisfy_top .toggle_area .toggle_open {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  color: #3a3b73;
}
.satisfy_area .satisfy_top .toggle_area .toggle_open.on .ico_expand_down {
  transform: rotate(180deg);
}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt {
  position: absolute;
  top: 5.2rem;
  left: 2.8rem;
  width: 65rem;
  max-width: calc(100% - 5.6rem);
  border: 0.1rem solid #bababa;
  border-radius: 0.6rem;
  background-color: #fff;
  padding: 1.2rem 2rem;
  z-index: 1;
}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt::before {
  display: none;
}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list {
  width: 100%;
  max-height: 13.2rem;
  overflow-y: auto;
}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li {
  gap: 0.5rem 1rem;
  width: 100%;
  min-height: 4.4rem;
}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li + li {
  border-top: 0.1rem solid #e0e0e0;
}
.satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li .dl {
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0;
}
.satisfy_area .satisfy_bot {
  padding: 0 3.5rem;
}
.satisfy_area .satisfy_tit {
  padding: 2.8rem 0;
}
.satisfy_area .satisfy_cnt {
  border-top: 0.1rem solid #ddd;
  padding: 2.8rem 0;
}
.satisfy_area .satisfy_cnt .input_btn .input_base {
  height: 4rem;
}
/* 留뚯”?꾩“????? */
.satisfy_area.tp1 .satisfy_tit .tit {
  display: block;
  margin-bottom: 2.5rem;
}
.satisfy_area.tp1 .satisfy_tit .input_flex {
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 2.8rem 1rem;
}
.satisfy_area.tp1 .satisfy_tit .radio_list {
  gap: 1.8rem 6rem;
}
.satisfy_area.tp1 .satisfy_tit .radio_list > li {
  width: 19.5rem;
}
.satisfy_area.tp1 .satisfy_tit .radio_base.sm input + label i {
  margin-top: -0.3rem;
}
.satisfy_area.tp1 .satisfy_tit .radio_base.sm input + label span {
  margin-left: 0.5rem;
}
.satisfy_area.tp1 .satisfy_tit .btn_flex {
  flex-shrink: 0;
  margin-left: auto;
}
/* 留뚯”?꾩“????? */
.satisfy_area.tp2 .satisfy_tit .input_flex {
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1rem;
}
.satisfy_area.tp2 .satisfy_tit .radio_list {
  gap: 1rem;
}
.satisfy_area.tp2 .satisfy_tit .radio_btn input + label {
  color: #333 !important;
  background-color: #fff !important;
}
.satisfy_area.tp2 .satisfy_tit .radio_btn input:checked + label {
  border-color: #3a3b73;
}
.satisfy_area.tp2 .satisfy_cnt {
  display: none;
}
.satisfy_area.tp2 .satisfy_cnt > ul {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
.satisfy_area.tp2 .satisfy_cnt > ul .tit {
  margin-bottom: 2.5rem;
}
.satisfy_area.tp2 .satisfy_cnt > ul .cnt {
  font-size: 1.5rem;
  color: #616161;
  word-break: keep-all;
}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count {
  display: block;
  margin-top: 2rem;
}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count .textarea {
  height: 10.4rem;
  border: 0;
  padding: 1.5rem 2rem;
}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count .count {
  display: block;
  text-align: right;
  margin-top: 1.5rem;
}
.satisfy_area.tp2 .satisfy_cnt > ul .text_count .count .num {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1a4ab9;
}
.satisfy_area.tp2 .satisfy_cnt .btn_flex {
  justify-content: flex-end;
  border-top: 0.1rem solid #ddd;
  padding-top: 2.8rem;
  margin-top: 2rem;
}
/* 留뚯”?꾩“??: 寃곌낵?앹뾽 */
.satisfy_graph {
  display: flex;
  gap: 1rem 2rem;
  margin-top: 2.5rem;
}
.satisfy_graph ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  border-radius: 0.8rem;
  background-color: #f6f7f9;
  padding: 3.5rem 3rem;
}
.satisfy_graph ul li {
  display: flex;
  align-items: center;
  gap: 1.6rem 1rem;
  font-size: 1.5rem;
  color: #616161;
}
.satisfy_graph ul li .tit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 0.5rem);
}
.satisfy_graph ul li .tit .label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  color: #333;
}
.satisfy_graph ul li .tit .label span {
  margin-left: 0.5rem;
}
.satisfy_graph ul li .cnt {
  display: inline-flex;
  align-items: center;
  gap: 0 1.5rem;
  width: calc(50% - 0.5rem);
}
.satisfy_graph ul li .cnt .bar {
  position: relative;
  width: calc(100% - 6rem);
  height: 1.5rem;
  border-radius: 0 1rem 1rem 0;
  background-color: #fff;
}
.satisfy_graph ul li .cnt .bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  border-radius: 0 1rem 1rem 0;
  background-color: #897edb;
}
.satisfy_graph ul li .cnt .per {
  width: 4.5rem;
}
.satisfy_opinion {
  border-top: 0.1rem solid #ddd;
  padding-top: 3rem;
  margin-top: 3rem;
}
.satisfy_opinion ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  max-height: 32rem;
  overflow-y: auto;
}
.satisfy_opinion ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.2rem 1rem;
  font-size: 1.5rem;
  color: #616161;
  border-radius: 0.8rem;
  background-color: #f6f7f9;
  padding: 1.6rem 2rem;
}
.satisfy_opinion ul li .tit,
.satisfy_opinion ul li .etc {
  display: inline-flex;
  align-items: center;
  gap: 0 1.5rem;
}
.satisfy_opinion ul li .tit .name {
  font-size: 1.6rem;
  color: #3a3b73;
}
.satisfy_opinion ul li .cnt {
  width: 100%;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 留뚯”?꾩“??: 寃곌낵?앹뾽 */
.modal #modal_retsult_tp1 .modal_area {
  padding: 4.2rem 3.2rem;
}
.modal #modal_retsult_tp1 .modal_area .btn_icon.modal_close {
  top: 4.5rem;
  right: 3rem;
}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul {
  gap: 1rem 0;
}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul li {
  min-height: 4.5rem;
}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul li .tit .label {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #616161;
}
.modal #modal_retsult_tp2 .modal_area .satisfy_graph ul + ul li .cnt .bar span {
  background-color: #e3676a;
}

/* ?붾쾭洹?*/
#debug_open {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
#debug_open,
#debug_close {
  display: block;
  width: 80px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #222;
  padding: 0px 2px 0 0;
  cursor: pointer;
}
#debug {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
#debug #debug_setform {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  padding: 10px;
}
#debug #debug_setform hr {
  display: none;
}
#debug #debug_setform label {
  font-weight: bold;
  margin-left: 10px;
}
#debug #debug_setform select {
  font-size: 1.4rem;
  height: 30px;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  padding: 0 10px;
}
#debug .body {
  height: 300px;
  overflow: scroll;
  border: 1px solid #ccc;
  font-size: 12px;
}
#debug .btn_sml {
  display: inline-block;
  height: 3rem;
  font-size: 1.4rem;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background-color: #333;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 1px;
}
#debug .btn_sml span {
  line-height: 3rem;
}
#debug .debug_box {
  list-style: none;
  margin: 0px;
  display: block;
  border: 1px solid #ccc;
  padding: 7px;
  background-color: #fcfcfc;
}
#debug .debug_box span.key {
  color: #ce0000;
}
#debug .debug_box span.value {
  color: #555;
}
#debug .get,
#debug .post {
  background-color: #e8f2ff;
}
#debug .session,
#debug .cookie {
  background-color: #f3e2f3;
}
#debug .config {
  background-color: #f0fff0;
}
#debug .server {
  background-color: #fff;
}
#debug .system {
  background-color: #fffce1;
}
#debug .error {
  background-color: #ffdde3;
}
#HTMLValidator1 {
  background-color: #ffffff;
  bottom: 0;
  height: 300px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
@keyframes bounce {
  from {
    margin-bottom: 2px;
  }
  to {
    margin-bottom: 7px;
  }
}

/* 而⑦뀗痢??섏젙 */
.modify_setting_tab {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2.4rem;
}
.modify_setting_tab .tab_menu {
  overflow: hidden;
}
.modify_setting_tab .tab_menu li {
  float: left;
  margin: 0 0 -1px 3px;
}
.modify_setting_tab .tab_menu li:first-child {
  margin-left: 0;
}
.modify_setting_tab .tab_menu li a {
  display: block;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d2d2d2;
  color: #000;
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
.modify_setting_tab .tab_menu li a:hover {
  transition: ease-in-out 0.2s;
  background-color: #ffc208;
}
.modify_setting_tab .tab_menu li.selected a {
  color: #fff;
  background-color: #db3400;
}
.multi-upload {
  position: relative;
  overflow: hidden;
}
.multi-upload .uploadifyButton {
  position: relative;
  z-index: 1;
}

/* 紐⑤뱢?ㅼ젙 */
.tab_content {
  display: none !important;
  padding: 0;
  overflow-x: hidden;
}
.tab_content.selected {
  display: block !important;
  width: 100%;
}
/* 踰꾪듉?곸뿭(?쇱씠釉?誘몃━蹂닿린, ??? 珥덇린?? */
.tab_content input + .btn_list {
  margin-top: 0;
}
.tab_content .btn_list {
  display: flex;
  justify-content: flex-end;
  gap: 0 0.6rem;
  margin-top: 2.4rem;
}
.tab_content .btn_list .btn_sml {
  display: inline-flex;
  line-height: 1;
  border: 1px solid #666;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 2px 12px;
}
.tab_content .btn_list .btn_sml > span {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5rem;
}
.tab_content .btn_list .url_get {
  flex: 1;
  display: flex;
}
.tab_content .btn_list .url_get label {
  line-height: 2;
}
.tab_content .btn_list .url_get input {
  height: auto;
}
/* ?뚯씠釉붿쁺??*/
.tab_content .form_table {
  margin-top: 2.4rem;
}
.tab_content .form_table > table {
  float: none;
}
.tab_content .form_table > table input {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
.tab_content .form_table > table select {
  width: 100%;
}
.tab_content .form_table > table .item {
  width: 100%;
}

.tab_content .boardlist,
.tab_content .log_table {
  width: 100%;
  line-height: 1;
  border-top: 0.1rem solid #000;
}
.tab_content .boardlist thead tr th,
.tab_content .log_table thead tr th {
  border-left: 0.1rem solid #d2d2d2;
  background-color: #f1f2f5;
  padding: 1rem;
}
.tab_content .boardlist thead tr th:first-child,
.tab_content .log_table thead tr th:first-child {
  border-left: 0;
}
.tab_content .boardlist tbody tr,
.tab_content .log_table tbody tr {
  border-bottom: 0.1rem solid #d2d2d2;
}
.tab_content .boardlist tbody tr th,
.tab_content .log_table tbody tr th {
  background-color: #f1f2f5;
  padding: 1rem;
}
.tab_content .boardlist tbody tr td,
.tab_content .log_table tbody tr td {
  border-left: 0.1rem solid #d2d2d2;
  padding: 1rem;
}
.tab_content .boardlist tbody tr td:first-child,
.tab_content .log_table tbody tr td:first-child {
  border-left: 0;
}
.tab_content .boardlist tbody tr td textarea,
.tab_content .log_table tbody tr td textarea {
  display: block;
  width: 100%;
}
.tab_content .boardlist tbody tr td textarea {
  margin-top: 1rem;
}

.tab_content #board_list_table {
  line-height: 1;
}

/* mode=setting : 紐⑤뱢?먯껜 ?ㅽ????ㅻ쪟 ?뺤젙 */
.box_type {
  float: none;
}
.box_type .tab_box2 {
  float: none;
  z-index: 5;
}
.box_type .tab_box2 li span a {
  height: 40px;
}
#setting_form fieldset.webform {
  float: none;
}
/* ========== ?ㅽ궢?ㅻ퉬寃뚯씠?? ?붾쾭洹? 怨듦났?꾨━, ?섏씠吏 ?대떦?? ?섍껄?④린湲? ?뚮━??: e ==========*/

/* ========== 怨듯넻 ?대옒??: s ==========*/
.sr_only,
.text_hidden,
legend,
caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sd_only {
  position: initial !important;
  width: initial !important;
  height: initial !important;
  padding: initial !important;
  margin: initial !important;
  overflow: visible !important;
  clip: initial !important;
  white-space: initial !important;
  border: initial !important;
}
.mob_only {
  display: none !important;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.fw:after,
.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* ??*/
.b_none {
  border: none !important;
}
.bb_none {
  border-bottom: none !important;
}
.bt_none {
  border-top: none !important;
}
.bl_none {
  border-left: none !important;
}
.br_none {
  border-right: none !important;
}
.bg_none {
  background: none !important;
}

/* ?덉씠?꾩썐 */
.dp_block {
  display: block !important;
}
.dp_flex {
  display: flex !important;
}
.dp_inflex {
  display: inline-flex !important;
}
.ai_start {
  align-items: flex-start !important;
}
.ai_center {
  align-items: center !important;
}
.ai_end {
  align-items: flex-end !important;
}
.jc_start {
  justify-content: flex-start !important;
}
.jc_center {
  justify-content: center !important;
}
.jc_end {
  justify-content: flex-end !important;
}
.jc_between {
  justify-content: space-between !important;
}
.fw_wrap {
  flex-wrap: wrap !important;
}
.fw_nowrap {
  flex-wrap: nowrap !important;
}
.fd_row {
  flex-direction: row !important;
}
.fd_column {
  flex-direction: column !important;
}

/* ?띿뒪?? ?대?吏 ?뺣젹 */
.align_left {
  text-align: left !important;
}
.align_right {
  text-align: right !important;
}
.align_center {
  text-align: center !important;
}

/* 媛꾧꺽議곗젙 */
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 0.5rem !important;
}
.mt10 {
  margin-top: 1rem !important;
}
.mt15 {
  margin-top: 1.5rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt25 {
  margin-top: 2.5rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt35 {
  margin-top: 3.5rem !important;
}
.mt40 {
  margin-top: 4rem !important;
}
.mt45 {
  margin-top: 4.5rem !important;
}
.mt50 {
  margin-top: 5rem !important;
}
.mt55 {
  margin-top: 5.5rem !important;
}
.mt60 {
  margin-top: 6rem !important;
}
.mt65 {
  margin-top: 6.5rem !important;
}
.mt70 {
  margin-top: 7rem !important;
}
.mt75 {
  margin-top: 7.5rem !important;
}
.mt80 {
  margin-top: 8rem !important;
}
.mt85 {
  margin-top: 8.5rem !important;
}
.mt90 {
  margin-top: 9rem !important;
}
.mt95 {
  margin-top: 9.5rem !important;
}
.mt100 {
  margin-top: 10rem !important;
}
.mt110 {
  margin-top: 11rem !important;
}
.mt120 {
  margin-top: 12rem !important;
}
.mt130 {
  margin-top: 13rem !important;
}
.mt140 {
  margin-top: 14rem !important;
}
.mt150 {
  margin-top: 15rem !important;
}
.mt200 {
  margin-top: 20rem !important;
}

.mt_5 {
  margin-top: -0.5rem !important;
}
.mt_10 {
  margin-top: -1rem !important;
}
.mt_15 {
  margin-top: -1.5rem !important;
}
.mt_20 {
  margin-top: -2rem !important;
}
.mt_25 {
  margin-top: -2.5rem !important;
}
.mt_30 {
  margin-top: -3rem !important;
}
.mt_35 {
  margin-top: -3.5rem !important;
}
.mt_40 {
  margin-top: -4rem !important;
}
.mt_45 {
  margin-top: -4.5rem !important;
}
.mt_50 {
  margin-top: -5rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 0.5rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb25 {
  margin-bottom: 2.5rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb35 {
  margin-bottom: 3.5rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb45 {
  margin-bottom: 4.5rem !important;
}
.mb50 {
  margin-bottom: 5rem !important;
}
.mb55 {
  margin-bottom: 5.5rem !important;
}
.mb60 {
  margin-bottom: 6rem !important;
}
.mb65 {
  margin-bottom: 6.5rem !important;
}
.mb70 {
  margin-bottom: 7rem !important;
}
.mb75 {
  margin-bottom: 7.5rem !important;
}
.mb80 {
  margin-bottom: 8rem !important;
}
.mb85 {
  margin-bottom: 8.5rem !important;
}
.mb90 {
  margin-bottom: 9rem !important;
}
.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb_5 {
  margin-bottom: -0.5rem !important;
}
.mb_10 {
  margin-bottom: -1rem !important;
}
.mb_20 {
  margin-bottom: -2rem !important;
}
.mb_30 {
  margin-bottom: -3rem !important;
}

.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 0.5rem !important;
}
.ml10 {
  margin-left: 1rem !important;
}
.ml15 {
  margin-left: 1.5rem !important;
}
.ml20 {
  margin-left: 2rem !important;
}
.ml25 {
  margin-left: 2.5rem !important;
}
.ml30 {
  margin-left: 3rem !important;
}
.ml35 {
  margin-left: 3.5rem !important;
}
.ml40 {
  margin-left: 4rem !important;
}
.ml45 {
  margin-left: 4.5rem !important;
}
.ml50 {
  margin-left: 5rem !important;
}
.ml55 {
  margin-left: 5.5rem !important;
}
.ml60 {
  margin-left: 6rem !important;
}
.ml65 {
  margin-left: 6.5rem !important;
}
.ml70 {
  margin-left: 7rem !important;
}
.ml75 {
  margin-left: 7.5rem !important;
}
.ml80 {
  margin-left: 8rem !important;
}
.ml85 {
  margin-left: 8.5rem !important;
}
.ml90 {
  margin-left: 9rem !important;
}
.ml95 {
  margin-left: 9.5rem !important;
}
.ml100 {
  margin-left: 10rem !important;
}
.ml120 {
  margin-left: 12rem !important;
}
.ml130 {
  margin-left: 13rem !important;
}
.ml140 {
  margin-left: 14rem !important;
}
.ml150 {
  margin-left: 15rem !important;
}

.ml_5 {
  margin-left: -0.5rem !important;
}
.ml_10 {
  margin-left: -1rem !important;
}
.ml_15 {
  margin-left: -1.5rem !important;
}
.ml_20 {
  margin-left: -2rem !important;
}
.ml_25 {
  margin-left: -2.5rem !important;
}
.ml_30 {
  margin-left: -3rem !important;
}
.ml_35 {
  margin-left: -3.5rem !important;
}
.ml_40 {
  margin-left: -4rem !important;
}
.ml_45 {
  margin-left: -4.5rem !important;
}
.ml_50 {
  margin-left: -5rem !important;
}

.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 0.5rem !important;
}
.mr10 {
  margin-right: 1rem !important;
}
.mr15 {
  margin-right: 1.5rem !important;
}
.mr20 {
  margin-right: 2rem !important;
}
.mr25 {
  margin-right: 2.5rem !important;
}
.mr30 {
  margin-right: 3rem !important;
}
.mr35 {
  margin-right: 3.5rem !important;
}
.mr40 {
  margin-right: 4rem !important;
}
.mr45 {
  margin-right: 4.5rem !important;
}
.mr50 {
  margin-right: 5rem !important;
}
.mr55 {
  margin-right: 5.5rem !important;
}
.mr60 {
  margin-right: 6rem !important;
}
.mr65 {
  margin-right: 6.5rem !important;
}
.mr70 {
  margin-right: 7rem !important;
}
.mr75 {
  margin-right: 7.5rem !important;
}
.mr80 {
  margin-right: 8rem !important;
}
.mr85 {
  margin-right: 8.5rem !important;
}
.mr90 {
  margin-right: 9rem !important;
}
.mr95 {
  margin-right: 9.5rem !important;
}
.mr100 {
  margin-right: 10rem !important;
}
.mr120 {
  margin-right: 12rem !important;
}
.mr130 {
  margin-right: 13rem !important;
}
.mr140 {
  margin-right: 14rem !important;
}
.mr150 {
  margin-right: 15rem !important;
}

.mr_5 {
  margin-right: -0.5rem !important;
}
.mr_10 {
  margin-right: -1rem !important;
}
.mr_15 {
  margin-right: -1.5rem !important;
}
.mr_20 {
  margin-right: -2rem !important;
}
.mr_25 {
  margin-right: -2.5rem !important;
}
.mr_30 {
  margin-right: -3rem !important;
}
.mr_35 {
  margin-right: -3.5rem !important;
}
.mr_40 {
  margin-right: -4rem !important;
}
.mr_45 {
  margin-right: -4.5rem !important;
}
.mr_50 {
  margin-right: -5rem !important;
}

.ma0 {
  margin: 0 !important;
}
.ma5 {
  margin: 0.5rem !important;
}
.ma10 {
  margin: 1rem !important;
}
.ma15 {
  margin: 1.5rem !important;
}
.ma20 {
  margin: 2rem !important;
}
.ma25 {
  margin: 2.5rem !important;
}
.ma30 {
  margin: 3rem !important;
}
.ma35 {
  margin: 3.5rem !important;
}
.ma40 {
  margin: 4rem !important;
}
.ma45 {
  margin: 4.5rem !important;
}
.ma50 {
  margin: 5rem !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 0.5rem !important;
}
.pt10 {
  padding-top: 1rem !important;
}
.pt15 {
  padding-top: 1.5rem !important;
}
.pt20 {
  padding-top: 2rem !important;
}
.pt25 {
  padding-top: 2.5rem !important;
}
.pt30 {
  padding-top: 3rem !important;
}
.pt35 {
  padding-top: 3.5rem !important;
}
.pt40 {
  padding-top: 4rem !important;
}
.pt45 {
  padding-top: 4.5rem !important;
}
.pt50 {
  padding-top: 5rem !important;
}
.pt60 {
  padding-top: 6rem !important;
}
.pt70 {
  padding-top: 7rem !important;
}
.pt80 {
  padding-top: 8rem !important;
}
.pt90 {
  padding-top: 9rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 0.5rem !important;
}
.pb10 {
  padding-bottom: 1rem !important;
}
.pb15 {
  padding-bottom: 1.5rem !important;
}
.pb20 {
  padding-bottom: 2rem !important;
}
.pb25 {
  padding-bottom: 2.5rem !important;
}
.pb30 {
  padding-bottom: 3rem !important;
}
.pb35 {
  padding-bottom: 3.5rem !important;
}
.pb40 {
  padding-bottom: 4rem !important;
}
.pb50 {
  padding-bottom: 5rem !important;
}

.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 0.5rem !important;
}
.pl10 {
  padding-left: 1rem !important;
}
.pl15 {
  padding-left: 1.5rem !important;
}
.pl20 {
  padding-left: 2rem !important;
}
.pl25 {
  padding-left: 2.5rem !important;
}
.pl30 {
  padding-left: 3rem !important;
}
.pl35 {
  padding-left: 3.5rem !important;
}
.pl40 {
  padding-left: 4rem !important;
}
.pl45 {
  padding-left: 4.5rem !important;
}
.pl50 {
  padding-left: 5rem !important;
}
.pl55 {
  padding-left: 5.5rem !important;
}
.pl60 {
  padding-left: 6rem !important;
}
.pl65 {
  padding-left: 6.5rem !important;
}
.pl70 {
  padding-left: 7rem !important;
}
.pl75 {
  padding-left: 7.5rem !important;
}
.pl80 {
  padding-left: 8rem !important;
}
.pl85 {
  padding-left: 8.5rem !important;
}
.pl90 {
  padding-left: 9rem !important;
}

.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 0.5rem !important;
}
.pr10 {
  padding-right: 1rem !important;
}
.pr15 {
  padding-right: 1.5rem !important;
}
.pr20 {
  padding-right: 2rem !important;
}
.pr25 {
  padding-right: 2.5rem !important;
}
.pr30 {
  padding-right: 3rem !important;
}
.pr35 {
  padding-right: 3.5rem !important;
}
.pr40 {
  padding-right: 4rem !important;
}

.pa0 {
  padding: 0 !important;
}
.pa5 {
  padding: 0.5rem !important;
}
.pa10 {
  padding: 1rem !important;
}
.pa15 {
  padding: 1.5rem !important;
}
.pa20 {
  padding: 2rem !important;
}
.pa25 {
  padding: 2.5rem !important;
}
.pa30 {
  padding: 3rem !important;
}
.pa35 {
  padding: 3.5rem !important;
}
.pa40 {
  padding: 4rem !important;
}
.pa45 {
  padding: 4.5rem !important;
}
.pa50 {
  padding: 5rem !important;
}

/* 媛蹂?볦씠 */
.w50 {
  width: 5rem !important;
}
.w80 {
  width: 8rem !important;
}
.w110 {
  width: 11rem !important;
}
.w120 {
  width: 12rem !important;
}

.h40 {
  height: 4rem !important;
}

.mw_none {
  max-width: none !important;
}
.w_auto {
  width: auto !important;
}
.w_50 {
  width: 50% !important;
  max-width: none !important;
}
.w_100 {
  width: 100% !important;
  max-width: none !important;
}

.mh_auto {
  min-height: auto !important;
}
.h_auto {
  height: auto !important;
}
.h_100 {
  height: 100% !important;
}

table th.th_5 {
  width: 5% !important;
}
table th.th_10 {
  width: 10% !important;
}
table th.th_15 {
  width: 15% !important;
}
table th.th_18 {
  width: 18% !important;
}
table th.th_20 {
  width: 20% !important;
}
table th.th_25 {
  width: 25% !important;
}
table th.th_30 {
  width: 30% !important;
}
table th.th_35 {
  width: 35% !important;
}
table th.th_40 {
  width: 40% !important;
}
table th.th_45 {
  width: 45% !important;
}
table th.th_50 {
  width: 50% !important;
}
table th.th_55 {
  width: 55% !important;
}
table th.th_60 {
  width: 60% !important;
}
table th.th_65 {
  width: 65% !important;
}
table th.th_70 {
  width: 70% !important;
}
table th.th_75 {
  width: 75% !important;
}
table th.th_80 {
  width: 80% !important;
}

table td.td_5 {
  width: 5% !important;
}
table td.td_10 {
  width: 10% !important;
}
table td.td_15 {
  width: 15% !important;
}
table td.td_20 {
  width: 20% !important;
}
table td.td_25 {
  width: 25% !important;
}
table td.td_30 {
  width: 30% !important;
}
table td.td_35 {
  width: 35% !important;
}
table td.td_40 {
  width: 40% !important;
}
table td.td_45 {
  width: 45% !important;
}
table td.td_50 {
  width: 50% !important;
}
table td.td_55 {
  width: 55% !important;
}
table td.td_60 {
  width: 60% !important;
}
table td.td_65 {
  width: 65% !important;
}
table td.td_70 {
  width: 70% !important;
}
table td.td_75 {
  width: 75% !important;
}
table td.td_80 {
  width: 80% !important;
}
/* ========== 怨듯넻 ?대옒??: e ==========*/

/* desktop ?ъ씠利?L : 1440px */
@media screen and (max-width: 1440px) {
}

/* desktop ?ъ씠利?M : 1280px */
@media screen and (max-width: 1280px) {
  .satisfy_area.tp2 .satisfy_cnt > ul .cnt .chk_list > li {
    width: 100%;
  }
}

/* tablet ?ъ씠利?: 1024px */
@media screen and (max-width: 1024px) {
  .web_only {
    display: none !important;
  }
  .mob_only {
    display: flex !important;
  }

  /* ?뚮━??*/
  .f_wrapper {
    clear: both;
    width: 100%;
    margin-top: 2rem;
  }
  .f_wrapper .f_wrapper_inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .f_wrapper .f_wrapper_inner .touch {
    display: block;
    height: 2.7rem;
    line-height: 2.7rem;
    background: url(/travel/images/common/sub/ico_flicking.png) no-repeat left
      top;
    background-size: contain;
    padding-left: 3.6rem;
  }
  .f_wrapper .f_wrapper_inner .f_scroller {
    display: block;
    width: 102.4rem;
    background-color: #fff;
    margin-top: 1.5rem;
  }
  .f_wrapper .f_wrapper_inner .f_scroller table {
    margin: 0;
  }

  /* 留뚯”?꾩“??*/
  .satisfy_area {
    margin-top: 2rem;
  }
  .satisfy_area .satisfy_top .dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem 0;
  }
  .satisfy_area .satisfy_top .dd::before {
    top: 0.6rem;
    transform: none;
  }
  .satisfy_area .satisfy_bot {
    padding: 0 2.8rem;
  }
  .satisfy_area .satisfy_tit {
    padding: 2.4rem 0;
  }
  .satisfy_area .satisfy_tit .input_flex {
    flex-direction: column;
  }
  .satisfy_area .satisfy_cnt .input_btn {
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem 1rem;
  }
  .satisfy_area.tp2 .satisfy_tit .input_flex {
    align-items: flex-start;
  }
  .satisfy_area.tp2 .satisfy_tit .btn_base {
    min-width: 10rem;
  }

  .satisfy_graph {
    flex-direction: column;
  }
  .satisfy_graph ul {
    padding: 2.5rem 1.5rem;
  }
  .satisfy_graph ul li {
    flex-direction: column;
    align-items: flex-start;
  }
  .satisfy_graph ul li br {
    display: none;
  }
  .satisfy_graph ul li .tit,
  .satisfy_graph ul li .cnt {
    width: 100%;
  }
  .satisfy_graph ul li .cnt .per {
    text-align: right;
  }
  .satisfy_opinion ul li .tit {
    order: 1;
  }
  .satisfy_opinion ul li .etc {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
  .satisfy_opinion ul li .cnt {
    order: 2;
  }
  .satisfy_opinion ul li .cnt .sub {
    -webkit-line-clamp: 3;
  }
}

/* mobile ?ъ씠利?: 768px */
@media screen and (max-width: 768px) {
  body {
    overflow-x: auto;
  }

  /* 留뚯”?꾩“??*/
  .satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 0.5rem 0;
  }
  .satisfy_area .satisfy_top .toggle_area .toggle_cnt .list > li .dt {
    min-width: 8.4rem;
  }
  .satisfy_area.tp2 .satisfy_tit .radio_list {
    flex-wrap: nowrap;
    width: 100%;
  }
  .satisfy_area.tp2 .satisfy_tit .radio_list > li {
    flex: 1;
  }
  .satisfy_area.tp2 .satisfy_tit .radio_list > li .radio_btn,
  .satisfy_area.tp2 .satisfy_tit .radio_list > li .btn_base,
  .satisfy_area.tp2 .satisfy_tit .radio_btn input + label {
    width: 100%;
    min-width: auto;
  }
}

/* ========== ?뺣━?덉젙 : s(?꾩슂 ?좊Т ?뺤씤 ????젣) ========== */
/* 紐⑤컮?쇰쾭?꾨낫湲?*/
.change_mobile_system {
  height: 70px;
  line-height: 70px;
  background: #333;
  width: 200px;
  text-align: center;
  border-radius: 35px;
  margin: 0 auto;
  margin-top: 50px;
}
.change_mobile_system a {
  display: block;
  font-size: 22px;
  color: #fff;
}

/* 肄섑뀗痢??좏깮 */
#board_list_table {
  background: transparent url("/travel/images/common/board/table_bg_02.gif")
    repeat-x scroll left top;
  border-spacing: 0;
  border-style: solid none none;
  border-top: 2px solid #535353;
  clear: both;
  width: 100%;
}
#board_list_table th {
  background: transparent url("/travel/images/common/board/table_bg_01.gif")
    no-repeat scroll right 8px;
  border-bottom: 1px solid #b5b5b5;
  border-style: none none solid;
  color: #555555;
  padding: 8px 0 7px;
  text-align: center;
}
#board_list_table td {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #d6d6d6;
  color: #666666;
  padding: 8px 3px;
  text-align: center;
}
#tab_content_m4 table td input {
  width: 55%;
}
#tab_content_m4 #search_result {
  width: 100%;
  margin-top: 10px;
}

/* ?붾쾭洹멸???異붽? 171123_源?⑹꽑 */
.debug_info_wrap {
  position: fixed;
  bottom: -237px;
  transition: ease-in-out 0.3s;
  z-index: 99999;
}
.debug_info_wrap.open {
  bottom: 0;
}
.debug_info_wrap.close {
  bottom: -237px;
}
.debug_info_wrap .debug_open_btn {
  float: left;
  margin: 5px;
  padding: 5px 10px;
  background: #222;
  border-radius: 5px;
  border: 1px solid #fff;
}
.debug_info_wrap .debug_open_btn a {
  display: block;
  color: #fff;
}
#show_debug_info {
  display: block;
  width: 96.5%;
  border: 1px solid #000;
  opacity: 1;
  background-color: #ffdde3;
  font-size: 13px;
  line-height: 16px;
  margin: 5px;
  height: 200px;
  overflow-y: scroll;
  padding: 15px;
  z-index: 99999;
  color: #323232;
}
#show_debug_info > ul {
  background-color: #fff;
}
#show_debug_info ul {
  padding: 10px;
}
#show_debug_info ul li.alert {
  margin: 10px 0;
  padding: 10px 0;
  border: 1px dashed #666;
  border-width: 1px 0;
  background-color: #f3e2f3;
}
#show_debug_info ul li ul li {
  margin-bottom: 4px;
}

/* ?섏쐞踰꾩쟾 ?낅뜲?댄듃 ?좊룄臾멸뎄 */
#browser {
  background: url("/travel/images/common/op70.png") repeat scroll 0 0;
  top: 0;
  left: 0;
  z-index: 1001;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
}
#browser .infobox {
  background-color: #fff;
  width: 714px;
  height: 426px;
  margin: 221px auto 0;
  color: #333;
  position: relative;
}
#browser .infobox h2 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 54px;
  line-height: 30px;
}
#browser .infobox h2 span {
  color: #e53838;
}
#browser .infobox p {
  font-size: 17px;
  line-height: 27px;
  margin-top: 25px;
}
#browser .infobox ul {
  width: 607px;
  margin: 25px auto 0;
}
#browser .infobox ul li {
  float: left;
  margin-left: 11px;
}
#browser .infobox ul li:first-child {
  margin-left: 0;
}
#browser .infobox ul li a {
  display: block;
  padding-top: 110px;
  width: 195px;
}
#browser .infobox ul li a span {
  background-color: #88837d;
  height: 50px;
  width: 195px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 50px;
}
#browser .infobox ul li.ie a {
  background: url("/travel/images/common/bw_ie.gif") no-repeat scroll center 0;
}
#browser .infobox ul li.ff a {
  background: url("/travel/images/common/bw_ff.gif") no-repeat scroll center 0;
}
#browser .infobox ul li.cr a {
  background: url("/travel/images/common/bw_cr.gif") no-repeat scroll center 0;
}
#browser a.brower_close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 23px;
  background: url("/travel/images/common/bw_close.gif") no-repeat scroll center
    0;
}
#browser a.brower_close span {
  display: block;
  text-indent: -5000px;
}
/* ========== ?뺣━?덉젙 : e ========== */

.cnt_area {
  line-height: 1.5;
}
#content {
  line-height: 1.5;
  font-size: 1.7rem;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content span.next {
  display: block;
}
.mobile_img {
  display: none;
}
.bgno {
  background: none !important;
  padding-left: 0;
}
.c0 {
  margin-top: 0;
}
.pc_none {
  display: none;
}
.c_box + h5.tit {
  margin-top: 3rem;
}
h4.tit:first-child {
  margin-top: 0;
}

h4.tit {
  position: relative;
  display: block;
  margin-top: 7rem;
  padding-left: 4.8rem;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.3;
}
h4.tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 2.8rem;
  background: url(/travel/images/sub/sp_content2.png) no-repeat -288px -39px;
  transform: translateY(-50%);
}
h5.tit {
  position: relative;
  display: block;
  margin-top: 2rem;
  padding-left: 3.2rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
}
h5.tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(/travel/images/sub/sp_content2.png) no-repeat -343px -46px;
  transform: translateY(-50%);
}
h5.tit.ico_tit {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-left: 0;
}
h5.tit.ico_tit::before {
  display: none;
}

h6.tit {
  margin-top: 4rem;
  font-size: 1.8rem;
  display: block;
  color: #5b5b5b;
  font-weight: 600;
  line-height: normal;
}
h4.c0,
h5.c0,
h6.c0 {
  margin-top: 0;
}
p.basic {
  margin-top: 2rem;
  word-break: keep-all;
  font-size: 1.6rem;
}
.line_dot {
  border-bottom: 1px dashed #d2d2d2;
  display: block;
  margin: 2rem 0 0;
}
.line {
  border-bottom: 1px solid #d2d2d2;
  display: block;
  margin: 2rem 0 0;
}
.gr {
  color: #009944;
}
.rd {
  color: #ff0000;
}
.bl {
  color: #3280e6;
}
.orange {
  color: #f97400;
}
.white {
  color: #ffffff;
}
.pen {
  background: linear-gradient(to top, #ffefa7 50%, transparent 50%);
}
.underline {
  text-decoration: underline;
}
.bg_gray {
  background-color: #f7f7f9;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
}
.bold {
  font-weight: bold;
}
ul.basic {
  margin-top: 20px;
}
ul.basic li {
  position: relative;
  letter-spacing: -0.2px;
  line-height: 1.8;
  text-align: left;
  padding-left: 1.5rem;
  box-sizing: border-box;
}
ul.basic li::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #b8b8b8;
}
ul.basic ul {
  margin: 0.5rem 0;
}
ul.basic ul li::before {
  top: 13px;
  width: 5px;
  height: 2px;
  background: #9d9d9d;
}
ul.ul_po > li,
ul.ul_br > li {
  padding-left: 22px;
}
ul.ul_po > li::before {
  background: url("/travel/images/sub/w_bl.png") no-repeat 0px 0px;
  width: 15px;
  height: 13px;
  border-radius: 0;
  top: 8px;
}
ul.basic ol.basic li {
  padding-left: 0;
}
ul.basic ol.basic li::before {
  position: static;
  background: #fff;
}
ul.basic li:last-child {
  margin-bottom: 0;
}
ul.basic ul li,
ol.basic ul li {
  line-height: 1.5;
}
p.basic + ul.basic {
  margin-top: 1rem;
}
ul.basic.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
ul.basic.col2 > li {
  width: 49%;
}
p.basic + ul.basic {
  margin-top: 1rem;
}
ol.basic {
  margin-top: 20px;
  list-style: none;
  counter-reset: counter;
}
ol.basic > li {
  counter-increment: counter;
  margin: 1rem 0;
  padding-left: 3.2rem;
  position: relative;
}
ol.basic > li:before {
  content: counter(counter);
  display: inline-flex;
  border-radius: 100% 100% 5% 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  text-indent: 2px;
  line-height: 1.5em;
  font-size: 1.5rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  color: #fff;
  background: #6cb65f;
  font-weight: 700;
}
ol.basic > li > ul {
  margin: 0.5rem 0;
  color: #656565;
  font-size: 1.6rem;
}
ol.basic > li > ul.bg_gray {
  background-color: #f7f7f9;
  padding: 10px 15px;
  border-radius: 10px;
}
ol.basic > li > ul li {
  position: relative;
  padding-left: 10px;
}
ol.basic > li > ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background: #9d9d9d;
}
ol.ol_br > li:before {
  background-color: #1a4ab9;
  border: 1px solid #1a4ab9;
  color: #fff;
}
ol.ol_ye > li:before {
  background-color: #ffe16c;
  border: 1px solid #ffe16c;
}
ol.basic > li ol.basic {
  margin: 10px 0 6px 0;
}
ol.basic > li ol.basic > li {
  border-top: 1px dashed #d1d1d1;
  border-bottom: 0;
  padding: 7px 0 0 8px;
}
ol.basic > li ol.basic.bg_gray > li:first-child {
  border-top: 0;
  padding-top: 0px;
}
ol.basic > li ol.basic > li:first-child {
  padding-top: 10px;
}
ol.basic > li ol.basic > li:last-child {
  border-bottom: 0;
}
ol.basic > li ol.basic > li:before {
  background: #8f8f8f;
  color: #fff;
  border: 0;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  margin: 0px 5px;
}
.basic > li > ul > li > ul {
  border-radius: 0.5rem;
  margin: 0.2rem 0;
  color: #656565;
}
.basic > li > ul > li > ul > li::before {
  transform: rotate(45deg);
  width: 0.6rem;
  top: 10px;
}
.basic > li > ul > li > ul > li::after {
  transform: rotate(135deg);
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.2rem;
  background: #9d9d9d;
}
table.basic {
  width: 100%;
  margin: 3rem 0;
  border: 0;
  border-collapse: collapse;
  border-top: 2px solid #2b405b;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
table.basic > * > tr {
  border-right: 1px hidden transparent;
}
table.basic > * > tr > th,
table.basic > * > tr > td {
  padding: 9px 10px;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 0;
  color: #323232;
  min-height: 50px;
  box-sizing: border-box;
  text-align: center;
}
table.basic > * > tr > th {
  font-weight: 600;
}
table.basic > thead > tr > th {
  padding: 16px 10px;
  border-width: 0 1px 1px 0;
  border-color: #ccc;
  border-bottom-color: #2b405b;
  background: #f8f8f8;
  font-weight: 600;
  color: #222;
}
table.basic > tbody > tr:first-child > th,
table.basic > tbody > tr:first-child > td {
  border-top-width: 0;
}
table.basic > tbody > tr > th {
  padding: 16px 10px;
  border-width: 0 1px 1px 0;
  border-color: #ccc;
  background: #f8f8f8;
  font-weight: 600;
  color: #222;
}
table.basic td.th {
  background: #f8f8f8;
}
table.basic ul {
  margin-top: 0;
}
table.basic ol.basic {
  margin-top: 0px;
}
table.basic ol.basic > li {
  border-bottom: 0px;
  padding-bottom: 0px;
}
table.basic ol.basic > li:before {
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  text-indent: 1px;
}
table.basic .btn_dw {
  border: 1px solid #fff;
  box-shadow: none;
  padding: 8px 15px 8px 10px;
}
table.basic .btn_dw.new3 {
  border: 0;
}
table.basic .word_keep td {
  word-break: keep-all;
}
.tb_info {
  text-align: right;
}
.tb_info + table.basic {
  margin-top: 10px;
}
.tl_b {
  border-left: 2px solid #1a4ab9 !important;
}
.tr_b {
  border-right: 2px solid #1a4ab9 !important;
}
.tt_b {
  border-top: 2px solid #1a4ab9 !important;
}
.tb_b {
  border-bottom: 2px solid #1a4ab9 !important;
}
.c_box {
  background-color: #f8f8f8;
  margin-top: 3rem;
  padding: 5rem 3rem;
  border-radius: 1rem 3rem 3rem 3rem;
}
.c_box > p.basic:first-child,
.c_box > ul.basic:first-child,
.c_box > ol.basic:first-child,
.c_box > h4:first-child,
.c_box > h5:first-child,
.c_box > h6:first-child {
  margin-top: 0px;
}
.c_box > p.basic {
  margin-top: 10px;
}
.c_box2 {
  background-color: #fff;
  margin-top: 3rem;
  padding: 3rem;
  border: 2px solid #e7e9ed;
  border-radius: 0.5rem 3rem 3rem 3rem;
}
.c_box2 > p.basic:first-child,
.c_box2 > ul.basic:first-child,
.c_box2 > ol.basic:first-child,
.c_box2 > h4:first-child,
.c_box2 > h5:first-child,
.c_box2 > h6:first-child {
  margin-top: 0px;
}
.c_box2 > p.basic {
  margin-top: 10px;
}
.c_box2 > .c_box {
  padding: 10px;
  border: 0px;
  margin-top: 10px;
}
.c_box2 > .c_box:first-child {
  margin-top: 0px;
}
.c_box3 {
  margin-top: 3rem;
  border: 1px solid #333;
  border-radius: 1rem;
  padding: 3rem;
}
.c_box3 > p.basic:first-child,
.c_box3 > ul.basic:first-child,
.c_box3 > ol.basic:first-child,
.c_box3 > h4:first-child,
.c_box3 > h5:first-child,
.c_box3 > h6:first-child {
  margin-top: 0px;
}
.c_box > h4,
.c_box > h5,
.c_box2 > h4,
.c_box2 > h5,
.c_box3 > h4,
.c_box3 > h5 {
  margin: 25px 0 0 0;
}
.c_box3 > p.basic {
  margin-top: 10px;
}
.iconbox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 0 4rem;
}
.iconbox .icon {
  width: 15rem;
  height: 15rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  border-radius: 50%;
}
.iconbox .icon::before {
  content: "";
  display: block;
  background: url("/travel/images/sub/sp_content2.png") no-repeat -2px -94px;
  width: 85px;
  height: 85px;
}
.iconbox .icon.icon1::before {
  background-position: -2px -94px;
}
.iconbox .icon.icon2::before {
  background-position: -122px -94px;
}
.iconbox .icon.icon3::before {
  background-position: -247px -94px;
}
.iconbox .icon.icon4::before {
  background-position: -372px -94px;
}
.iconbox .icon.icon5::before {
  background-position: -494px -94px;
}
.iconbox .icon.icon6::before {
  background-position: -615px -92px;
}
.iconbox .icon.icon7::before {
  background-position: 5px -202px;
}
.iconbox .icon.icon8::before {
  background-position: -121px -205px;
}
.iconbox .icon.icon9::before {
  background-position: -244px -205px;
}
.iconbox .icon.icon10::before {
  background-position: -366px -205px;
}
.iconbox .icon.icon11::before {
  background-position: -494px -205px;
}
.iconbox .icon.icon12::before {
  background-position: -615px -205px;
}
.iconbox .info {
  width: calc(100% - 200px);
}
.iconbox .info h4:first-child,
.iconbox .info h5:first-child,
.iconbox .info h6:first-child {
  margin-top: 0px;
}
.c_box:first-child,
.c_box2:first-child,
.c_box3:first-child {
  margin-top: 0px;
}
.iconbox.c_box .icon {
  background: #fff;
}
p.basic {
  margin-top: 20px;
}
span[class^="star_"] {
  background: url("/travel/images/sub/sp_content2.png") no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin: 4px 4px 0 0;
}
span.star_a {
  background-position: -152px -12px;
}
span.star_b {
  background-position: -181px -12px;
}
span.star_c {
  background-position: -211px -12px;
}
span.star_d {
  background-position: -244px -13px;
  width: 2.2rem;
}
span.star_e {
  background-position: -370px -46px;
  width: 2.2rem;
  height: 2.2rem;
}
span.star_f {
  background-position: -396px -46px;
  width: 2.2rem;
  height: 2.2rem;
}

.btn_box {
  display: flex;
  margin-top: 2.5rem;
  gap: 12px;
  flex-wrap: wrap;
}
.btn_box .btn {
  display: flex;
  text-align: center;
  transition: all 0.5s ease 0s;
  padding: 1rem 2rem;
  font-weight: 500;
  gap: 1rem;
  border: 1px solid #424242;
  border-radius: 0.8rem;
  color: #424242;
  justify-content: center;
}
.btn_box .btn.down::after,
.btn_box .btn.link::after,
.btn_box .btn.newwin::after {
  content: "";
  display: inline-flex;
  background: url(/travel/images/sub/sp_content2.png) 0px 0px;
  width: 2rem;
  height: 2rem;
}
.btn_box .btn.down::after {
  background-position: -45px -11px;
  width: 2rem;
  height: 2rem;
}
.btn_box .btn.link::after {
  background-position: -82px -11px;
  width: 2rem;
  height: 2rem;
}
.btn_box .btn.newwin::after {
  background-position: -10px -11px;
  width: 2rem;
  height: 2rem;
}
.btn_box .btn.black {
  background-color: #333;
  color: #fff;
}
.btn_box .btn.black::after {
  filter: contrast(0) brightness(10);
}
.btn_box .btn:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn_box .btn:hover::after {
  filter: contrast(0) brightness(10);
}
.btn_box .btn.black:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.btn_box .btn.black:hover::after {
  filter: contrast(2) brightness(10);
}
.btn_box.align_center {
  justify-content: center;
}
.btn_box.align_right {
  justify-content: flex-end;
}
.btn_box a.p1 {
  border: 1px solid #1a4ab9;
  background: #1a4ab9;
  color: #fff;
}
.btn_box a.p1:hover {
  background-color: #fff;
  border: 1px solid #1a4ab9;
  color: #1a4ab9;
}
.btn_box a.p2 {
  background-color: #1c3570;
  border: 1px solid #1c3570;
  color: #fff;
}
.btn_box a.p2:hover {
  background-color: #fff;
  border: 1px solid #1c3570;
  color: #1c3570;
}
.btn_box a.p3 {
  background-color: #fff;
  border: 1px solid #1a4ab9;
  color: #1a4ab9;
}
.btn_box a.p3:hover {
  background-color: #1a4ab9;
  border: 1px solid #1a4ab9;
  color: #fff;
}
.btn_box a.p4 {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.btn_box a.p4:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn_box a.p5 {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn_box a.p5:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.btn_box .btn[class*="dw_"] {
  border-color: #9d9d9d;
}
.btn_box .btn[class*="dw_"]::before {
  content: "";
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/travel/images/sub/sp_content2.png) no-repeat;
  vertical-align: middle;
  flex-shrink: 0;
}
.btn_box .btn[class*="dw_"]:hover {
  color: #fff;
}
.btn_box .btn.dw_hwp::before {
  background-position: -10px -43px;
}
.btn_box .btn.dw_pdf::before {
  background-position: -78px -43px;
}
.btn_box .btn.dw_xls::before {
  background-position: -112px -43px;
}
.btn_box .btn.dw_ppt::before {
  background-position: -146px -43px;
}
.btn_box .btn.dw_doc::before {
  background-position: -214px -43px;
}
.btn_box .btn.dw_zip::before {
  background-position: -180px -43px;
}
.btn_box .btn.dw_img::before {
  background-position: -44px -43px;
}
.btn_box .btn.dw_link::before {
  background-position: -248px -43px;
}
.btn_box .btn.dw_hwp:hover {
  color: #fff;
  background: #1e72be;
  border: 1px solid #1e72be;
}
.btn_box .btn.dw_pdf:hover {
  color: #fff;
  background: #cd4747;
  border: 1px solid #c35050;
}
.btn_box .btn.dw_xls:hover {
  color: #fff;
  background: #09813d;
  border: 1px solid #09813d;
}
.btn_box .btn.dw_ppt:hover {
  color: #fff;
  background: #c43e1c;
  border: 1px solid #c43e1c;
}
.btn_box .btn.dw_doc:hover {
  color: #fff;
  background: #175abd;
  border: 1px solid #175abd;
}
.btn_box .btn.dw_zip:hover {
  color: #fff;
  background: #e46a21;
  border: 1px solid #e46a21;
}
.btn_box .btn.dw_img:hover {
  color: #fff;
  background: #2e9ea1;
  border: 1px solid #2e9ea1;
}
.btn_box .btn.dw_link:hover {
  color: #fff;
  background: #1a4ab9;
  border: 1px solid #1a4ab9;
}
.btn_in {
  margin: 0 0.4rem;
  padding: 0.4rem 1rem;
  display: inline-flex;
  border: 1px solid #c3c3c3;
  border-radius: 5rem;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  align-items: center;
}
.btn_in::before {
  content: "";
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/travel/images/sub/sp_content2.png)-453px -12px no-repeat;
  vertical-align: middle;
  margin-right: 0.4rem;
  flex-shrink: 0;
}
.btn_in.new1 {
  color: #333;
  border: none;
  margin: 0;
  padding: 0 0.5rem;
  word-break: break-all;
  border-radius: 0;
}
.btn_in[class*="dw_"]::before {
  content: "";
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/travel/images/sub/sp_content2.png) no-repeat;
  vertical-align: middle;
}
.btn_in.dw_hwp::before {
  background-position: -10px -43px;
}
.btn_in.dw_pdf::before {
  background-position: -78px -43px;
}
.btn_in.dw_xls::before {
  background-position: -112px -43px;
}
.btn_in.dw_ppt::before {
  background-position: -146px -43px;
}
.btn_in.dw_doc::before {
  background-position: -214px -43px;
}
.btn_in.dw_zip::before {
  background-position: -180px -43px;
}
.btn_in.dw_img::before {
  background-position: -44px -43px;
}
.btn_in.dw_link::before {
  background-position: -248px -43px;
}
.img_txt {
  clear: both;
  width: 100%;
  margin: 4rem 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3%;
}
.img_txt .l50 {
  width: 48%;
}
.img_txt .r50 {
  width: 48%;
}
.img_txt .l30 {
  width: 31.33%;
}
.img_txt .c30 {
  width: 31.33%;
}
.img_txt .r30 {
  width: 31.33%;
}
.img_txt .l40 {
  width: 40%;
}
.img_txt .r60 {
  width: 57%;
}
.img_txt .l60 {
  width: 58%;
}
.img_txt .r40 {
  width: 38%;
}
.img_txt .r70 {
  width: 65.66%;
}
.img_txt .l70 {
  width: 65.66%;
}
.img_txt h4:first-child,
.img_txt h5:first-child,
.img_txt h6:first-child {
  margin-top: 0px;
}
.img_txt .l20 {
  width: 20%;
}
.img_txt .r80 {
  width: 78%;
}
.img_txt .l20 {
  width: 19%;
}
.img_txt .r80 {
  width: 78%;
}
.img_txt .l80 {
  width: 78%;
}
.img_txt .r20 {
  width: 19%;
}
.img_txt .l25 {
  width: 24%;
}
.img_txt .r75 {
  width: 73%;
}
.img_txt > div {
  position: relative;
}
.img_txt > div > .photo_name1 {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  bottom: 0px;
  height: 45px;
  line-height: 45px;
  color: #fff;
}
.img_txt img {
  height: -webkit-fill-available;
}
ul.img_col2 {
  margin: 35px 0 0px;
  width: 100%;
  display: flex;
  gap: 2rem 2%;
  flex-wrap: wrap;
}
ul.img_col2 li {
  text-align: center;
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
}
ul.img_col2 li img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
ul.img_col3 {
  margin: 35px 0 0px;
  width: 100%;
  display: flex;
  gap: 2rem 2%;
  flex-wrap: wrap;
}
ul.img_col3 li {
  text-align: center;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
}
ul.img_col3 li img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
ul.img_col4 {
  margin: 35px 0 0px;
  width: 100%;
  display: flex;
  gap: 2rem 2%;
  flex-wrap: wrap;
}
ul.img_col4 li {
  text-align: center;
  width: 23.5%;
  border-radius: 10px;
  overflow: hidden;
}
ul.img_col4 li img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
ul.img_col5 {
  margin: 35px 0 0px;
  width: 100%;
  display: flex;
  gap: 2rem 2%;
  flex-wrap: wrap;
}
ul.img_col5 li {
  text-align: center;
  width: 18.4%;
  border-radius: 10px;
  overflow: hidden;
}
ul.img_col5 li img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
ul.img_col6 {
  margin: 35px 0 0px;
  width: 100%;
  display: flex;
  gap: 2rem 2%;
  flex-wrap: wrap;
}
ul.img_col6 li {
  text-align: center;
  width: 15%;
  border-radius: 10px;
  overflow: hidden;
}
ul.img_col6 li img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
ul[class^="img_col"] li {
  position: relative;
  height: fit-content;
}
ul[class^="img_col"] li span.photo_name1 {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
}
ul[class^="img_col"].align_center {
  justify-content: center;
}
.siz12 {
  font-size: 12px;
}
.siz13 {
  font-size: 13px;
}
.siz14 {
  font-size: 14px;
}
.siz15 {
  font-size: 15px;
}
.siz16 {
  font-size: 16px;
}
.siz17 {
  font-size: 17px;
}
.siz18 {
  font-size: 18px;
}
.siz19 {
  font-size: 19px;
}
.siz20 {
  font-size: 20px;
}
.siz21 {
  font-size: 21px;
}
.siz22 {
  font-size: 22px;
}
.siz23 {
  font-size: 23px;
}
.siz24 {
  font-size: 24px;
}
.siz25 {
  font-size: 25px;
}
.siz26 {
  font-size: 26px;
}
.siz27 {
  font-size: 27px;
}
.siz28 {
  font-size: 28px;
}
.siz29 {
  font-size: 29px;
}
.siz30 {
  font-size: 30px;
}
.siz31 {
  font-size: 31px;
}
.siz32 {
  font-size: 32px;
}
.siz33 {
  font-size: 33px;
}
.siz34 {
  font-size: 34px;
}
.siz35 {
  font-size: 35px;
}
#content.big_font,
#content.big_font a {
  font-size: 19px !important;
}
.big_font h3 {
  font-size: 32px !important;
  line-height: 36px !important;
  height: auto !important;
}
.big_font h4 {
  font-size: 28px !important;
  line-height: 32px !important;
  height: auto !important;
}
.big_font h5 {
  font-size: 26px !important;
}
.big_font .siz12 {
  font-size: 14px;
}
.big_font .siz13 {
  font-size: 15px;
}
.big_font .siz14 {
  font-size: 16px;
}
.big_font .siz15 {
  font-size: 17px;
}
.big_font .siz16 {
  font-size: 18px;
}
.big_font .siz17 {
  font-size: 19px;
}
.big_font .siz18 {
  font-size: 20px;
}
.big_font .siz19 {
  font-size: 21px;
}
.big_font .siz20 {
  font-size: 22px;
}
.big_font .siz21 {
  font-size: 23px;
}
.big_font .siz22 {
  font-size: 24px;
}
.big_font .siz23 {
  font-size: 25px;
}
.big_font .siz24 {
  font-size: 26px;
}
.big_font .siz25 {
  font-size: 27px;
}
.big_font .siz26 {
  font-size: 28px;
}
.big_font .siz27 {
  font-size: 29px;
}
.big_font .siz28 {
  font-size: 30px;
}
.big_font .siz29 {
  font-size: 31px;
}
.big_font .siz30 {
  font-size: 32px;
}
.big_font .siz31 {
  font-size: 33px;
}
.big_font .siz32 {
  font-size: 34px;
}
.big_font .siz33 {
  font-size: 35px;
}
.big_font .siz34 {
  font-size: 36px;
}
.big_font .siz35 {
  font-size: 37px;
}
.content_tabbox_wrap {
  position: relative;
  padding-top: 80px;
  margin: 30px 0;
}
.content_tabbox_wrap .tabbox_item {
}
.content_tabbox_wrap .tabbox_item > a._action_tab {
  position: absolute;
  top: 0;
  background-color: #fff;
  border: 1px solid #1a4ab9;
  padding: 10px 38px;
  border-radius: 3px;
}
.content_tabbox_wrap .tabbox_item > a._action_tab.on {
  background-color: #1a4ab9;
  border-color: #1a4ab9;
  color: #fff;
}
.content_tabbox_wrap .tabbox_item ._action_wrap_tab {
  display: none;
}
.content_tabbox_wrap .tabbox_item > a._action_tab.on + ._action_wrap_tab {
  display: block;
}
.step_list {
  margin-top: 2rem;
  background: #f8f8f8;
  padding: 3rem 2.5rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 0%;
}
.step_list .step_box {
  width: 15%;
  border-radius: 14px;
  vertical-align: middle;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1110px) {
  .step_list .step_box {
    width: 25%;
  }
}
.step_list .step_box.w25 {
  width: 24%;
}
.step_list .step_box .tit {
  border-radius: 2rem 2rem 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.7rem;
  color: #ffffff;
  padding: 1.5rem;
  background: linear-gradient(321deg, #8ac864 0%, #35ad50 32%, #009944 100%);
  flex-direction: column;
}
.step_list .step_box .sub_tit {
  background: #3280e6;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin: 0.4rem 0;
}
.step_list .step_box .txt {
  padding: 1rem 1rem;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0 0 2rem 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  word-break: keep-all;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.step_list .step_box .tit + .txt {
  margin-top: 4px;
}
.step_list .step_box .tit > .next {
  font-weight: 400;
  font-size: 1.6rem;
}
.step_list .step_box .txt + .sub_tit {
  border-radius: 1rem;
}
.step_list .step_box .txt span.next,
.step_list .step_box .txt span.plus {
  line-height: 18px;
  display: block;
}
.step_list .step_box .txt span.part {
  color: #757575;
  font-size: 1.6rem;
}
.step_list .step_next,
.step_list .step_plus {
  position: relative;
  text-align: center;
  width: 34px;
  margin: 0px 1.4%;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.step_list .step_next > span {
  width: 35px;
  height: 35px;
  text-indent: -999em;
  display: block;
  background: #777777 url(/travel/images/sub/sp_content2.png) -266px -5px
    no-repeat;
  margin: 0 auto;
  vertical-align: top;
  border-radius: 100px;
}
.step_list .step_plus > span {
  width: 35px;
  height: 35px;
  text-indent: -999em;
  display: block;
  background: #777777 url(/travel/images/sub/sp_content2.png) -415px -5px
    no-repeat;
  margin: 0 auto;
  vertical-align: top;
  border-radius: 100px;
}
.step_list .step_box .txt ul.basic {
  margin: 0;
}
.step_list .step_box .txt p.basic {
  margin-top: 0;
}
.step_list .step_box > .num {
  position: absolute;
  left: -10px;
  top: -15px;
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.5rem;
  background: #1a4ab9;
  color: #fff;
  padding: 4px 5px;
  border-radius: 0.7rem;
  justify-content: center;
  align-items: center;
}
.step_list .step_box .txt ol > li {
  margin-top: 0;
  border: 0;
  text-align: left;
}
.step_list .step_box .txt ol > li:before {
  margin-left: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 15px;
}
.step_list .step_box .txt ol > li:last-child {
  padding-bottom: 0;
}
.step_list .step_box .txt.align_left {
  align-items: flex-start;
}
.step_list.ver2 .step_box .tit {
  background: #282968;
}
.step_list.two .step_box {
  width: 45%;
}
.step_list.two .step_box .txt {
  padding: 3%;
}
.step_list.three .step_box {
  width: 29%;
}
.step_list.five .step_box {
  width: 15%;
}
.step_list.five .step_next {
  margin: 0 1.5%;
}
.step_list .step_next.down {
  margin: 1rem auto;
}
.step_list .step_next.down span {
  transform: rotate(90deg);
}
.step_list .align_top {
  flex-direction: column;
}
.step_list_col {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step_list_col .step_box {
  display: flex;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.step_list_col .step_box .tit {
  display: inline-flex;
  padding: 10px;
  background: #f6f6f6;
  width: 20%;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.step_list_col .step_box ul.basic.txt {
  text-align: left;
}
.step_list_col .step_box .tit.bor_n {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.step_list_col .step_box .txt {
  text-align: center;
  padding: 3rem;
  background: #fff;
  width: 80%;
}
.step_list_col .step_box .txt span.next,
.step_list_col .step_box .txt span.plus {
  line-height: 18px;
}
.step_list_col .step_box .txt span.part {
  color: #6b6b6b;
}
.step_list_col .step_next,
.step_list_col .step_plus {
  position: relative;
  text-align: center;
  width: 34px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: middle;
}
.step_list_col .step_next > span {
  width: 35px;
  height: 35px;
  text-indent: -999em;
  display: block;
  background: #757575 url("/travel/images/sub/sp_content2.png") -266px -5px
    no-repeat;
  margin: 0 auto;
  vertical-align: top;
  border-radius: 100px;
  transform: rotate(90deg);
}
.step_list_col .step_plus > span {
  width: 35px;
  height: 35px;
  text-indent: -999em;
  display: block;
  background: #777777 url(/travel/images/sub/sp_content2.png) -415px -5px
    no-repeat;
  margin: 0 auto;
  vertical-align: top;
  border-radius: 100px;
}
.step_list_col .step_box .txt > .basic:first-child {
  margin-top: 0;
}
.blind {
  position: absolute !important;
  top: 0;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mat0 {
  margin-top: 0 !important;
}
.mat3 {
  margin-top: 3px !important;
}
.mat5 {
  margin-top: 5px !important;
}
.mat10 {
  margin-top: 10px !important;
}
.mat12 {
  margin-top: 12px !important;
}
.mat15 {
  margin-top: 15px !important;
}
.mat20 {
  margin-top: 20px !important;
}
.mat25 {
  margin-top: 25px !important;
}
.mat30 {
  margin-top: 30px !important;
}
.mat35 {
  margin-top: 35px !important;
}
.mat40 {
  margin-top: 40px !important;
}
.mat45 {
  margin-top: 45px !important;
}
.mat50 {
  margin-top: 50px !important;
}
.mat55 {
  margin-top: 55px !important;
}
.mat60 {
  margin-top: 60px !important;
}
.mat65 {
  margin-top: 65px !important;
}
.mat70 {
  margin-top: 70px !important;
}
.mat75 {
  margin-top: 75px !important;
}
.mat80 {
  margin-top: 80px !important;
}
.mat85 {
  margin-top: 85px !important;
}
.mat90 {
  margin-top: 90px !important;
}
.mat95 {
  margin-top: 95px !important;
}
.mat100 {
  margin-top: 100px !important;
}
.mat110 {
  margin-top: 110px !important;
}
.mat120 {
  margin-top: 120px !important;
}
.mat130 {
  margin-top: 130px !important;
}
.mat140 {
  margin-top: 140px !important;
}
.mat150 {
  margin-top: 150px !important;
}
.mat200 {
  margin-top: 200px !important;
}
.mab0 {
  margin-bottom: 0 !important;
}
.mab5 {
  margin-bottom: 5px !important;
}
.mab10 {
  margin-bottom: 10px !important;
}
.mab15 {
  margin-bottom: 15px !important;
}
.mab20 {
  margin-bottom: 20px !important;
}
.mab25 {
  margin-bottom: 25px !important;
}
.mab30 {
  margin-bottom: 30px !important;
}
.mab35 {
  margin-bottom: 35px !important;
}
.mab40 {
  margin-bottom: 40px !important;
}
.mab45 {
  margin-bottom: 45px !important;
}
.mab50 {
  margin-bottom: 50px !important;
}
.mab55 {
  margin-bottom: 55px !important;
}
.mab60 {
  margin-bottom: 60px !important;
}
.mab65 {
  margin-bottom: 65px !important;
}
.mab70 {
  margin-bottom: 70px !important;
}
.mab75 {
  margin-bottom: 75px !important;
}
.mab80 {
  margin-bottom: 80px !important;
}
.mab85 {
  margin-bottom: 85px !important;
}
.mab90 {
  margin-bottom: 90px !important;
}
.mab95 {
  margin-bottom: 95px !important;
}
.mal0 {
  margin-left: 0 !important;
}
.mal5 {
  margin-left: 5px !important;
}
.mal10 {
  margin-left: 10px !important;
}
.mal15 {
  margin-left: 15px !important;
}
.mal20 {
  margin-left: 20px !important;
}
.mal25 {
  margin-left: 25px !important;
}
.mal30 {
  margin-left: 30px !important;
}
.mal35 {
  margin-left: 35px !important;
}
.mal40 {
  margin-left: 40px !important;
}
.mal45 {
  margin-left: 45px !important;
}
.mal50 {
  margin-left: 50px !important;
}
.mal55 {
  margin-left: 55px !important;
}
.mal60 {
  margin-left: 60px !important;
}
.mal65 {
  margin-left: 65px !important;
}
.mal70 {
  margin-left: 70px !important;
}
.mal75 {
  margin-left: 75px !important;
}
.mal80 {
  margin-left: 80px !important;
}
.mal85 {
  margin-left: 85px !important;
}
.mal90 {
  margin-left: 90px !important;
}
.mal95 {
  margin-left: 95px !important;
}
.mal100 {
  margin-left: 100px !important;
}
.mal120 {
  margin-left: 120px !important;
}
.mal130 {
  margin-left: 130px !important;
}
.mal140 {
  margin-left: 140px !important;
}
.mal150 {
  margin-left: 150px !important;
}
.mar0 {
  margin-right: 0 !important;
}
.mar5 {
  margin-right: 5px !important;
}
.mar10 {
  margin-right: 10px !important;
}
.mar15 {
  margin-right: 15px !important;
}
.mar20 {
  margin-right: 20px !important;
}
.mar25 {
  margin-right: 25px !important;
}
.mar30 {
  margin-right: 30px !important;
}
.mar35 {
  margin-right: 35px !important;
}
.mar40 {
  margin-right: 40px !important;
}
.mar45 {
  margin-right: 45px !important;
}
.mar50 {
  margin-right: 50px !important;
}
.mar55 {
  margin-right: 55px !important;
}
.mar60 {
  margin-right: 60px !important;
}
.mar65 {
  margin-right: 65px !important;
}
.mar70 {
  margin-right: 70px !important;
}
.mar75 {
  margin-right: 75px !important;
}
.mar80 {
  margin-right: 80px !important;
}
.mar85 {
  margin-right: 85px !important;
}
.mar90 {
  margin-right: 90px !important;
}
.mar95 {
  margin-right: 95px !important;
}
.mar100 {
  margin-right: 100px !important;
}
.mar120 {
  margin-right: 120px !important;
}
.mar130 {
  margin-right: 130px !important;
}
.mar140 {
  margin-right: 140px !important;
}
.mar150 {
  margin-right: 150px !important;
}
.ma0 {
  margin: 0 !important;
}
.ma5 {
  margin: 5px !important;
}
.ma10 {
  margin: 10px !important;
}
.ma15 {
  margin: 15px !important;
}
.ma20 {
  margin: 20px !important;
}
.ma25 {
  margin: 25px !important;
}
.ma30 {
  margin: 30px !important;
}
.ma35 {
  margin: 35px !important;
}
.ma40 {
  margin: 40px !important;
}
.ma45 {
  margin: 45px !important;
}
.ma50 {
  margin: 50px !important;
}
.pat0 {
  padding-top: 0px !important;
}
.pat5 {
  padding-top: 5px !important;
}
.pat10 {
  padding-top: 10px !important;
}
.pat15 {
  padding-top: 15px !important;
}
.pat20 {
  padding-top: 20px !important;
}
.pat25 {
  padding-top: 25px !important;
}
.pat30 {
  padding-top: 30px !important;
}
.pat35 {
  padding-top: 35px !important;
}
.pat40 {
  padding-top: 40px !important;
}
.pat45 {
  padding-top: 45px !important;
}
.pat50 {
  padding-top: 50px !important;
}
.pat60 {
  padding-top: 60px !important;
}
.pat70 {
  padding-top: 70px !important;
}
.pat80 {
  padding-top: 80px !important;
}
.pat90 {
  padding-top: 90px !important;
}
.pab0 {
  padding-bottom: 0 !important;
}
.pab5 {
  padding-bottom: 5px !important;
}
.pab10 {
  padding-bottom: 10px !important;
}
.pab15 {
  padding-bottom: 15px !important;
}
.pab20 {
  padding-bottom: 20px !important;
}
.pab25 {
  padding-bottom: 25px !important;
}
.pab30 {
  padding-bottom: 30px !important;
}
.pab35 {
  padding-bottom: 35px !important;
}
.pab40 {
  padding-bottom: 40px !important;
}
.pab50 {
  padding-bottom: 50px !important;
}
.pal0 {
  padding-left: 0px !important;
}
.pal5 {
  padding-left: 5px !important;
}
.pal10 {
  padding-left: 10px !important;
}
.pal15 {
  padding-left: 15px !important;
}
.pal20 {
  padding-left: 20px !important;
}
.pal25 {
  padding-left: 25px !important;
}
.pal30 {
  padding-left: 30px !important;
}
.pal35 {
  padding-left: 35px !important;
}
.pal40 {
  padding-left: 40px !important;
}
.pal45 {
  padding-left: 45px !important;
}
.pal50 {
  padding-left: 50px !important;
}
.pal55 {
  padding-left: 55px !important;
}
.pal60 {
  padding-left: 60px !important;
}
.pal65 {
  padding-left: 65px !important;
}
.pal70 {
  padding-left: 70px !important;
}
.pal75 {
  padding-left: 75px !important;
}
.pal80 {
  padding-left: 80px !important;
}
.pal85 {
  padding-left: 85px !important;
}
.pal90 {
  padding-left: 90px !important;
}
.par0 {
  padding-right: 0 !important;
}
.par5 {
  padding-right: 5px !important;
}
.par10 {
  padding-right: 10px !important;
}
.par15 {
  padding-right: 15px !important;
}
.par20 {
  padding-right: 20px !important;
}
.par25 {
  padding-right: 25px !important;
}
.par30 {
  padding-right: 30px !important;
}
.par35 {
  padding-right: 35px !important;
}
.par40 {
  padding-right: 40px !important;
}
.pa0 {
  padding: 0 !important;
}
.pa5 {
  padding: 5px !important;
}
.pa10 {
  padding: 10px !important;
}
.pa15 {
  padding: 15px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa25 {
  padding: 25px !important;
}
.pa30 {
  padding: 30px !important;
}
.pa35 {
  padding: 35px !important;
}
.pa40 {
  padding: 40px !important;
}
.pa45 {
  padding: 45px !important;
}
.pa50 {
  padding: 50px !important;
}
.fw9 {
  font-weight: 900 !important;
}
.fw8 {
  font-weight: 800 !important;
}
.fw7 {
  font-weight: 700 !important;
}
.fw6 {
  font-weight: 600 !important;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
table th.th_5 {
  width: 5%;
}
table th.th_10 {
  width: 10%;
}
table th.th_15 {
  width: 15%;
}
table th.th_18 {
  width: 18%;
}
table th.th_20 {
  width: 20%;
}
table th.th_25 {
  width: 25%;
}
table th.th_28 {
  width: 28%;
}
table th.th_30 {
  width: 30%;
}
table th.th_35 {
  width: 35%;
}
table th.th_36 {
  width: 36%;
}
table th.th_40 {
  width: 40%;
}
table th.th_45 {
  width: 45%;
}
table th.th_50 {
  width: 50%;
}
table th.th_55 {
  width: 55%;
}
table th.th_60 {
  width: 60%;
}
table th.th_64 {
  width: 64%;
}
table th.th_65 {
  width: 65%;
}
table th.th_70 {
  width: 70%;
}
table th.th_75 {
  width: 75%;
}
table th.th_80 {
  width: 80%;
}
table td.td_5 {
  width: 5%;
}
table td.td_10 {
  width: 10%;
}
table td.td_15 {
  width: 15%;
}
table td.td_20 {
  width: 20%;
}
table td.td_25 {
  width: 25%;
}
table td.td_30 {
  width: 30%;
}
table td.td_35 {
  width: 35%;
}
table td.td_40 {
  width: 40%;
}
table td.td_45 {
  width: 45%;
}
table td.td_50 {
  width: 50%;
}
table td.td_55 {
  width: 55%;
}
table td.td_60 {
  width: 60%;
}
table td.td_65 {
  width: 65%;
}
table td.td_70 {
  width: 70%;
}
table td.td_75 {
  width: 75%;
}
table td.td_80 {
  width: 80%;
}
.radius_5 {
  border-radius: 0.5rem;
}
.radius_8 {
  border-radius: 0.8rem;
}
.radius_10 {
  border-radius: 1rem;
}
.radius_15 {
  border-radius: 1.5rem;
}
.radius_20 {
  border-radius: 2rem;
}
.radius_25 {
  border-radius: 2.5rem;
}
:root {
  --pie-main: #1a4ab9;
  --pie-sub: #0089ff;
  --pie-sub2: #03a16e;
  --pie-bg: #f3f3f3;
}
.c_box .vertical_chart_box,
.c_box2 .vertical_chart_box,
.c_box3 .vertical_chart_box {
  margin: 2rem 0 2.5rem 0;
}
.vertical_chart_box {
  position: relative;
  margin: 3rem 0 10rem 0;
}
.vertical_chart_box .chart_box {
  position: relative;
  box-sizing: border-box;
  height: 20rem;
  display: flex;
  flex-wrap: wrap;
}
.vertical_chart_box .axis_y {
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  max-width: 5rem;
  height: 100%;
  font-size: 1.3rem;
  color: #4a4a4a;
  padding-right: 1rem;
  box-sizing: border-box;
}
.vertical_chart_box .axis_x {
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  width: calc(100% - 5rem);
}
.vertical_chart_box .axis_x .chart_item {
  flex: 1;
  position: relative;
}
.vertical_chart_box .axis_x .chart_item .text_box {
  position: absolute;
  top: 20.5rem;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.vertical_chart_box .axis_x .chart_item .text_box .tit {
  display: block;
  font-size: 1.3rem;
  color: #4a4a4a;
}
.vertical_chart_box .axis_x .chart_item .text_box .sub_tit {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
  color: #999;
}
.vertical_chart_box .axis_x .graph {
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 3.6rem;
  height: 100%;
  background: #f3f3f3;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.vertical_chart_box .axis_x .graph .graph_item {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: 100%;
}
.vertical_chart_box .axis_x .graph .graph_item.data1 {
  background: var(--pie-main);
  z-index: 3;
}
.vertical_chart_box .axis_x .graph .graph_item.data2 {
  background: var(--pie-sub);
  z-index: 2;
}
.vertical_chart_box .axis_x .graph .graph_item.data3 {
  background: var(--pie-sub2);
  z-index: 1;
}
.vertical_chart_box .axis_x .graph .graph_item .num {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
}
.vertical_chart_box .axis_x button.graph {
  border: 0;
}
.vertical_chart_box .axis_x .graph .graph_item:last-child {
  border-radius: 3px 3px 0 0;
}
.pie_chart_box {
  display: flex;
  gap: 2rem 4%;
  margin-top: 3rem;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.pie_chart_box .pie_chart {
  min-width: 20rem;
  min-height: 20rem;
  border-radius: 50%;
  background: conic-gradient(#f3f3f3 0% 100%);
  position: relative;
}
.pie_chart_box .pie_chart .data {
  background: #fff;
  width: 56%;
  height: 56%;
  position: absolute;
  left: 22%;
  top: 22%;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  padding: 1rem;
  text-align: center;
  flex-direction: column;
  gap: 0.5rem 0;
}
.pie_chart_box .pie_chart .data b {
  color: #1a4ab9;
  display: block;
  font-size: 2rem;
}
.pie_chart_box .label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.5rem;
}
.pie_chart_box .label.left {
  left: -34%;
  text-align: right;
}
.pie_chart_box .label.left::after {
  content: "";
  width: 1.2rem;
  height: 1px;
  border-top: 1px solid #333;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: -16px;
}
.pie_chart_box .label.right {
  right: -34%;
  text-align: left;
}
.pie_chart_box .label.right::after {
  content: "";
  width: 1.2rem;
  height: 1px;
  border-top: 1px solid #333;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -16px;
}
.pie_chart_box b {
  display: block;
}
.pie_chart_box .pie_100 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 100%,
    var(--pie-bg) 100% 100%
  );
}
.pie_chart_box .pie_95 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 95%,
    var(--pie-bg) 95% 100%
  );
}
.pie_chart_box .pie_90 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 90%,
    var(--pie-bg) 90% 100%
  );
}
.pie_chart_box .pie_85 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 85%,
    var(--pie-bg) 85% 100%
  );
}
.pie_chart_box .pie_80 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 80%,
    var(--pie-bg) 80% 100%
  );
}
.pie_chart_box .pie_75 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 75%,
    var(--pie-bg) 75% 100%
  );
}
.pie_chart_box .pie_70 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 70%,
    var(--pie-bg) 70% 100%
  );
}
.pie_chart_box .pie_65 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 65%,
    var(--pie-bg) 65% 100%
  );
}
.pie_chart_box .pie_60 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 60%,
    var(--pie-bg) 60% 100%
  );
}
.pie_chart_box .pie_55 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 55%,
    var(--pie-bg) 55% 100%
  );
}
.pie_chart_box .pie_50 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 50%,
    var(--pie-bg) 50% 100%
  );
}
.pie_chart_box .pie_45 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 45%,
    var(--pie-bg) 45% 100%
  );
}
.pie_chart_box .pie_40 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 40%,
    var(--pie-bg) 40% 100%
  );
}
.pie_chart_box .pie_35 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 35%,
    var(--pie-bg) 35% 100%
  );
}
.pie_chart_box .pie_30 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 30%,
    var(--pie-bg) 30% 100%
  );
}
.pie_chart_box .pie_25 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 25%,
    var(--pie-bg) 25% 100%
  );
}
.pie_chart_box .pie_20 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 20%,
    var(--pie-bg) 20% 100%
  );
}
.pie_chart_box .pie_15 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 15%,
    var(--pie-bg) 15% 100%
  );
}
.pie_chart_box .pie_10 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 10%,
    var(--pie-bg) 10% 100%
  );
}
.pie_chart_box .pie_5 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 5%,
    var(--pie-bg) 5% 100%
  );
}
.pie_chart_box .pie_0 {
  background: conic-gradient(
    var(--pie-main) 0%,
    var(--pie-sub) 5%,
    var(--pie-bg) 0% 100%
  );
}
.pie_chart_box .wh300 {
  width: 300px;
  height: 300px;
}
.pie_chart_box .wh400 {
  width: 400px;
  height: 400px;
}
.pie_chart_box .wh500 {
  width: 500px;
  height: 500px;
}
.pie_chart_box .wh600 {
  width: 600px;
  height: 600px;
}
.pie_chart_box .pie_95_5 {
  background: conic-gradient(var(--pie-sub) 95%, var(--pie-main) 95% 100%);
}
.pie_chart_box .pie_90_10 {
  background: conic-gradient(var(--pie-sub) 90%, var(--pie-main) 90% 100%);
}
.pie_chart_box .pie_85_15 {
  background: conic-gradient(var(--pie-sub) 85%, var(--pie-main) 85% 100%);
}
.pie_chart_box .pie_80_20 {
  background: conic-gradient(var(--pie-sub) 80%, var(--pie-main) 80% 100%);
}
.pie_chart_box .pie_75_25 {
  background: conic-gradient(var(--pie-sub) 75%, var(--pie-main) 75% 100%);
}
.pie_chart_box .pie_70_30 {
  background: conic-gradient(var(--pie-sub) 70%, var(--pie-main) 70% 100%);
}
.pie_chart_box .pie_65_35 {
  background: conic-gradient(var(--pie-sub) 65%, var(--pie-main) 65% 100%);
}
.pie_chart_box .pie_60_40 {
  background: conic-gradient(var(--pie-sub) 60%, var(--pie-main) 60% 100%);
}
.pie_chart_box .pie_55_45 {
  background: conic-gradient(var(--pie-sub) 55%, var(--pie-main) 55% 100%);
}
.pie_chart_box .pie_50_50 {
  background: conic-gradient(var(--pie-sub) 50%, var(--pie-main) 50% 100%);
}
.pie_chart_box .pie_45_55 {
  background: conic-gradient(var(--pie-sub) 45%, var(--pie-main) 45% 100%);
}
.pie_chart_box .pie_40_60 {
  background: conic-gradient(var(--pie-sub) 40%, var(--pie-main) 40% 100%);
}
.pie_chart_box .pie_35_65 {
  background: conic-gradient(var(--pie-sub) 35%, var(--pie-main) 35% 100%);
}
.pie_chart_box .pie_30_70 {
  background: conic-gradient(var(--pie-sub) 30%, var(--pie-main) 30% 100%);
}
.pie_chart_box .pie_25_75 {
  background: conic-gradient(var(--pie-sub) 25%, var(--pie-main) 25% 100%);
}
.pie_chart_box .pie_20_80 {
  background: conic-gradient(var(--pie-sub) 20%, var(--pie-main) 20% 100%);
}
.pie_chart_box .pie_15_85 {
  background: conic-gradient(var(--pie-sub) 15%, var(--pie-main) 15% 100%);
}
.pie_chart_box .pie_10_90 {
  background: conic-gradient(var(--pie-sub) 10%, var(--pie-main) 10% 100%);
}
.pie_chart_box .pie_5_95 {
  background: conic-gradient(var(--pie-sub) 5%, var(--pie-main) 5% 100%);
}
.h0p {
  height: 0%;
}
.h5p {
  height: 5%;
}
.h10p {
  height: 10%;
}
.h15p {
  height: 15%;
}
.h20p {
  height: 20%;
}
.h25p {
  height: 25%;
}
.h30p {
  height: 30%;
}
.h35p {
  height: 35%;
}
.h40p {
  height: 40%;
}
.h45p {
  height: 45%;
}
.h50p {
  height: 50%;
}
.h55p {
  height: 55%;
}
.h60p {
  height: 60%;
}
.h65p {
  height: 65%;
}
.h70p {
  height: 70%;
}
.h75p {
  height: 75%;
}
.h80p {
  height: 80%;
}
.h85p {
  height: 85%;
}
.h90p {
  height: 90%;
}
.h95p {
  height: 95%;
}
.h100p {
  height: 100%;
}
.w100 {
  width: 100% !important;
}
.content_top_alert {
  border: 1px solid #272727;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 0.6rem;
  display: flex;
}
.content_top_alert::before {
  content: "";
  display: block;
  width: 20rem;
  height: 18rem;
  background: url("/travel/images/sub/top_alert_icon.png") no-repeat center 4rem;
}
.content_top_alert .alert_content {
  padding: 3rem 4rem 3rem 0;
  width: calc(100% - 20rem);
}
.content_top_alert .alert_content ul.basic:first-child {
  margin-top: 0px;
}
.content_top_alert .btn_flex.btn_page a[class^="btn"] {
  height: 4.8rem;
  border-radius: 0;
  border-color: #272727;
}
.content_top_alert .alert_content h4.tit {
  font-size: 2.5rem;
}
.content_top_alert .alert_content h5.tit {
  font-size: 2.2rem;
}
.content_top_alert .alert_content h6.tit {
  font-size: 1.8rem;
}
.top_alert_step {
  display: flex;
  gap: 1rem 2%;
  margin: 2rem 0;
  align-items: center;
}
.top_alert_step .step_box {
  background: #edf1f5;
  height: -webkit-fill-available;
  border-radius: 0.7rem;
  padding: 1.6rem 1rem;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
  word-break: keep-all;
  text-align: center;
  flex-direction: column;
}
.top_alert_step .step_next {
  width: 1.6rem;
  height: 1.9rem;
  background: url(/travel/images/sub/alert_icon_next.png) center no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_alert_step .step_next span {
  text-indent: -999em;
  display: block;
}
.top_alert_step .step_box i.alert_ico {
  width: 6rem;
  height: 5.5rem;
  background: url(/travel/images/sub/alert_icon_sp.png) no-repeat;
  display: flex;
  margin-bottom: 0.6rem;
}
.top_alert_step .step_box i.alert_ico.i01 {
  background-position: 0.6rem 0rem;
}
.top_alert_step .step_box i.alert_ico.i02 {
  background-position: -8.7rem 0rem;
}
.top_alert_step .step_box i.alert_ico.i03 {
  background-position: -18.4rem 0rem;
}
@media screen and (min-width: 1000px) {
  .h100 {
    min-height: 100px;
  }
  .h150 {
    min-height: 150px;
  }
  .h200 {
    min-height: 200px;
  }
  .h250 {
    min-height: 250px;
  }
  .h300 {
    min-height: 300px;
  }
  .h350 {
    min-height: 350px;
  }
  .h370 {
    min-height: 370px;
  }
  .h400 {
    min-height: 400px;
  }
  .h450 {
    min-height: 450px;
  }
  .h500 {
    min-height: 500px;
  }
  .h550 {
    min-height: 550px;
  }
  .h600 {
    min-height: 600px;
  }
  .h650 {
    min-height: 650px;
  }
}

@media screen and (max-width: 768px) {
  #content {
    font-size: 1.6rem;
  }
  /*h4.tit {margin-top:3rem;font-size: 2.6rem; word-break: break-all;}
 h5.tit {margin-top:3rem;font-size: 2.2rem; word-break: break-all;}
 h6.tit {margin-top:3rem;font-size:1.9rem; word-break: break-all;}*/
  h4.tit + h5.tit,
  h5.tit + h6.tit {
    margin-top: 2rem;
  }
  h4.c0,
  h5.c0,
  h6.c0 {
    margin-top: 0;
  }
  p.basic img {
    height: auto;
  }
  .mb_none {
    display: none;
  }
  div[class^="c_box"] {
    margin-top: 2rem;
    gap: 3rem 0;
    padding: 2.5rem;
    align-items: center;
  }
  .iconbox {
    flex-direction: column;
  }
  .iconbox .info {
    width: 100%;
  }
  .iconbox .info .tit {
    text-align: center;
  }
  .img_txt {
    flex-direction: column;
    margin-top: 2rem;
  }
  .img_txt > div {
    width: 100% !important;
  }
  .btn_box {
    gap: 1rem 2%;
  }
  .btn_box .btn {
    text-align: left;
    min-width: 49%;
  }
  .btn_in.new1,
  .btn_in.new2 {
    align-items: stretch;
  }
  .btn_in.new1::before,
  .btn_in.new2::before {
    margin: 0.2rem 0.4rem 0 0;
  }
  ul.basic.col2 > li {
    width: 100%;
  }
  table.basic {
    margin: 1rem 0 3rem 0;
  }
  ul[class^="img_col"] {
    flex-direction: column;
    gap: 2rem 2%;
    margin: 2rem 0 0;
  }
  ul[class^="img_col"] li {
    width: 100%;
  }
  ul[class^="img_col"] li img {
    max-width: inherit;
  }
  .step_list {
    flex-direction: column;
    padding: 3.5rem 3rem;
    align-items: center;
  }
  .step_list > .step_box,
  .step_list.five > .step_box,
  .step_list.four > .step_box,
  .step_list.three > .step_box,
  .step_list.two > .step_box {
    width: 100%;
  }
  .step_list > .step_next span {
    transform: rotate(90deg);
    margin: 0 auto;
    height: 3.6rem;
  }
  .step_list_col .step_box {
    flex-direction: column;
  }
  .step_list_col .step_box .tit {
    width: 100%;
  }
  .step_list_col .step_box .txt {
    width: 100%;
    padding: 2rem;
  }
  .step_list .step_box .txt {
    min-height: auto;
    flex-direction: column;
    padding: 1rem 2.5rem;
  }
  .step_list .step_box > .num {
    top: -1rem;
  }
  .content_tabbox_wrap {
    display: flex;
    flex-direction: column;
    position: inherit;
    margin: 28px 0 0 0;
    padding: 0;
  }
  .content_tabbox_wrap .tabbox_item > a._action_tab {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    left: 0 !important;
    background-color: #1a4ab9;
    border-color: #1a4ab9;
    color: #fff;
  }
  .content_tabbox_wrap .tabbox_item ._action_wrap_tab {
    border: 1px solid #d2d2d2;
    padding: 2rem;
    display: block;
  }
  .content_tabbox_wrap .tabbox_item {
    margin-bottom: 30px;
  }
  .iconbox .info h4:first-child,
  .iconbox .info h5:first-child,
  .iconbox .info h6:first-child {
    margin-top: 0 !important;
  }
  .vertical_chart_box .axis_x.five .graph {
    width: 3rem;
  }
  .img_txt img,
  .c_box img,
  .c_box2 img,
  .c_box3 img {
    width: 100%;
  }
  .caption {
    font-size: 13px;
    display: block;
    border: 1px solid #d8d8d8;
    background-color: #f5f7f8;
    margin-top: 13px;
    padding: 10px;
    margin-bottom: 8px;
  }
  .caption em {
    display: block;
    color: #093255;
    font-style: normal;
  }
  span.mobile_img_zoom {
    display: block;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
    margin-bottom: 5px;
  }
  .contents_thum .caption em {
    display: none;
  }
  .contents_thum .caption {
    color: #999;
    display: none;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .content_top_alert {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: center;
  }
  .content_top_alert .alert_content {
    width: 100%;
    padding: 0;
  }
  .content_top_alert::before {
    background-position: center;
    width: 14rem;
    height: 10rem;
    margin-bottom: 2rem;
  }
  .content_top_alert .top_alert_step {
    display: flex;
    flex-wrap: wrap;
  }
  .content_top_alert .top_alert_step .step_box {
    width: 92%;
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem 1rem;
  }
  .content_top_alert .top_alert_step .step_box p {
    word-break: break-word;
  }
  .content_top_alert .top_alert_step .step_next {
    width: 6%;
  }
  .content_top_alert .top_alert_step .step_box i.alert_ico {
    margin: 0 1rem 0 0;
    flex: 0 0 6rem;
  }
  .content_top_alert .alert_content h4.tit {
    font-size: 2.2rem;
  }
  .content_top_alert .alert_content h5.tit {
    font-size: 1.9rem;
  }
  .content_top_alert .alert_content h6.tit {
    font-size: 1.7rem;
  }
  .content_top_alert .btn_flex.btn_page a[class^="btn"] {
    height: auto;
  }
}
