@charset "UTF-8";
/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local("Pretendard Variable"), url("./font/PretendardVariable.woff2") format("woff2-variations");
}
@font-face {
  font-family: "es_b";
  src: url("./font/esamanruBold.woff");
  font-weight: 700;
}
@font-face {
  font-family: "es_m";
  src: url("./font/esamanruMedium.woff");
  font-weight: 400;
}
@font-face {
  font-family: "es_l";
  src: url("./font/esamanruLight.woff");
  font-weight: 300;
}
/* 페이지 레이아웃 */
/*CSS 초기화*/
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,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

article,
aside,
details,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
}

button {
  cursor: pointer;
  border: none;
}

input[type=radio] {
  position: relative;
  top: 2px;
}

input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0;
}

.full_width_input {
  /*서식폼에서 폭을 전체 차지 하는 인풋요소를 위한 공통 클래스*/
  width: 97%;
}

.check_label {
  margin: 0 10px 0 3px;
}

/*checkbox ,radio 용 라벨 설정*/
.required_label span {
  display: none;
}

/*필수 입력 요소 표시*/
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

img {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  padding-left: 40px;
}

/* 접근성 관련 숨김요소 */
a.accesibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.accesibility:focus {
  /*키보드 포커스시*/
  position: static;
  display: block;
  width: 100%;
  height: 25px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/*숨김요소*/
.hidden {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}

/*coForward 이름 단어 설정*/
.coforward {
  color: #0099D8;
  font-style: normal;
  font-weight: bold;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.coforward span {
  color: #0850A0;
  font-variant: small-caps;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.coforward_w {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.coforward_w span {
  color: #FFFFFF;
  font-variant: small-caps;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/*부트스트랩 기본 색상*/
#Page {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#Page a.btn {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  background-color: #eee;
  border: #ccc solid 1px;
}
#Page .board_navi_div {
  margin-top: 10px;
}
#Page .board_navi_div.with_btn {
  display: flex;
  justify-content: space-between;
}
#Page .board_navi_div a.btn {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
#Page .btn_danger {
  background-color: #dc3545;
  color: #f8f9fa;
  border: none;
}
#Page .ddjts_slider {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
#Page .ddjts_slider .slider {
  position: relative;
  height: 100%;
  display: flex;
  transition: left 0.5s;
}
#Page .ddjts_slider .item {
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-width: 100%;
  height: 100%;
}
#Page .ddjts_slider .item .item_content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
}
#Page .ddjts_slider .item .item_content > h1 {
  color: #222222;
  position: absolute;
  font-family: es_b;
  font-size: 36px;
  flex-direction: column;
}
#Page .ddjts_slider .item .item_content > h1 > span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page .ddjts_slider .item .item_content > h1 a {
  color: inherit;
  margin-top: 5px;
  display: block;
  text-decoration: none;
}
#Page .ddjts_slider .item .item_content > h1 a:hover {
  text-decoration: underline;
}
#Page .ddjts_slider .item .item_content .sub_text {
  color: #222222;
  position: absolute;
  top: 100px;
  left: 40px;
  font-size: 24px;
}
#Page .ddjts_slider .item .item_content .sub_text a {
  color: inherit;
  text-decoration: none;
}
#Page .ddjts_slider .item .item_content .sub_text a:hover {
  text-decoration: underline;
}
#Page .user_profile {
  display: flex;
  gap: 10px;
  align-items: center;
}
#Page .user_profile .image {
  box-sizing: border-box;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: #CF2A3A solid 1px;
}
#Page .user_profile .nick_name {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
}

.overlay_div {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay_div .alert_box_content {
  position: relative;
  background-color: #ccc;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
}
.overlay_div .alert_box_content > .btn_div {
  position: absolute;
  top: 10px;
  right: 30px;
}

.reg_member_form .passport_preview {
  margin-left: 120px;
  text-align: center;
  display: block !important;
  padding: 10px 0px;
  text-align: center;
  border-bottom: #dddddd solid 1px;
}
.reg_member_form .passport_preview img {
  max-width: 100%;
  max-height: 200px;
}

.cofroward_board_navi {
  display: flex;
  padding: 0;
  gap: 5px;
  flex-grow: 1;
  justify-content: right;
}
.cofroward_board_navi li {
  list-style: none;
}
.cofroward_board_navi li a, .cofroward_board_navi li strong {
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: #aaa solid 1px;
}
.cofroward_board_navi li a.to_pre_page, .cofroward_board_navi li strong.to_pre_page {
  width: auto;
  padding: 0 10px;
}
.cofroward_board_navi li a.act_page, .cofroward_board_navi li strong.act_page {
  background: #555;
  color: #ffffff;
}
.cofroward_board_navi li a.to_next_page, .cofroward_board_navi li strong.to_next_page {
  width: auto;
  padding: 0 10px;
}

input:not([type=radio]):not([type=checkbox]), select, output {
  box-sizing: border-box;
  border: #ccc solid 1px;
  padding: 0px 5px;
  height: 30px;
}

output {
  background-color: #eee;
  height: 30px;
  line-height: 30px;
  font-size: bold;
}

input[type=radio], input[type=checkbox] {
  position: relative;
  height: auto;
  top: -2px;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: #ccc solid 1px;
  resize: vertical;
}

form > div, form .form-group {
  padding: 5px;
  display: flex;
  gap: 10px;
}
form > div.check, form .form-group.check {
  padding-left: 135px;
}
form > div.btn_div, form .form-group.btn_div {
  display: block;
  text-align: center;
}
form > div.btn_div button[type=submit], form .form-group.btn_div button[type=submit] {
  padding: 0px 20px;
}
form > div.btn_div.btns, form .form-group.btn_div.btns {
  display: flex;
  justify-content: space-between;
}
form > div label, form .form-group label {
  font-weight: bold;
  min-width: 120px;
  text-align: right;
  line-height: 30px;
}
form > div label.required_label::after, form .form-group label.required_label::after {
  content: " *";
  color: #CF2A3A;
}
form > div label.check_label, form .form-group label.check_label {
  font-weight: normal;
}
form > div input:not([type=radio]):not([type=checkbox]), form > div select, form > div output, form > div .input_div, form > div .sub_div, form .form-group input:not([type=radio]):not([type=checkbox]), form .form-group select, form .form-group output, form .form-group .input_div, form .form-group .sub_div {
  flex-grow: 1;
}
form > div .input_div, form .form-group .input_div {
  flex-grow: 1;
  display: flex;
  gap: 15px;
}
form > div .input_div button, form .form-group .input_div button {
  padding: 0 20px;
}
form > div .img_input .preview_div > div, form .form-group .img_input .preview_div > div {
  background-size: cover;
  background-position: center center;
}
form > div .img_input.banner .preview, form .form-group .img_input.banner .preview {
  margin-top: 10px;
  border: #ccc solid 1px;
  height: 150px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
}
form > div .img_input.block .preview, form .form-group .img_input.block .preview {
  border: #ccc solid 1px;
  margin-top: 10px;
  height: 200px;
  width: 250px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
form > .btn_div {
  padding-left: 135px;
}
form > .btn_div button {
  height: 35px;
  padding: 0px 10px;
}
form > .btn_div .btn {
  height: 35px;
  line-height: 33px;
  padding: 0px 20px;
}

button {
  box-sizing: border-box;
  height: 30px;
  padding: 0 5px;
  border: #ccc solid 1px;
}
button[type=submit] {
  font-weight: bold;
}

#Page .ck-editor {
  width: 100%;
}
#Page .text_only .ck-editor__main > div {
  min-height: 150px !important;
  max-height: 300px !important;
}

/*사용자 페이지용 설정*/
#Page .page_form {
  width: 800px;
  margin: 0 auto;
}
#Page .page_form .form_desc {
  justify-content: right;
  padding-bottom: 10px;
  border-bottom: #222222 solid 3px;
}
#Page .page_form .form_desc .requried {
  color: #CF2A3A;
}
#Page .page_form .form-group {
  padding: 25px;
  border-bottom: #dddddd solid 1px;
}
#Page .page_form .form-group label {
  text-align: left;
}
#Page .page_form .form-group input {
  height: 35px;
  border: none;
}
#Page .page_form .form-group input[type=file] {
  color: #666666;
}
#Page .page_form .form-group input[type=file]::file-selector-button {
  height: 35px;
  padding: 0 20px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  margin-right: 20px;
}
#Page .page_form .form-group button {
  height: 35px;
  padding: 0 20px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
#Page .page_form .btn_div {
  padding: 0px;
  margin-top: 50px;
}
#Page .page_form .btn_div button {
  width: 100%;
  height: 60px;
  background-color: transparent;
  color: #CF2A3A;
  font-size: 20px;
  font-weight: 400;
  border: #CF2A3A solid 3px;
}
#Page .page_form .btn_div button[disabled=disabled] {
  border-color: #dddddd;
  color: #dddddd;
}
#Page #form_reg_user .profile_div {
  position: relative;
  align-items: center;
}
#Page #form_reg_user .profile_div input {
  width: 260px;
  position: absolute;
  right: 10px;
}

#Page .ckeditor_content, #Page .ck-content {
  font-family: "Pretendard Variable, 맑은 고딕", sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 180%;
  /* Text color */
  color: #333;
}
#Page .ckeditor_content h2, #Page .ck-content h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  clear: both;
}
#Page .ckeditor_content h3, #Page .ck-content h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 3px;
  clear: both;
}
#Page .ckeditor_content h4, #Page .ck-content h4 {
  font-size: 16px;
  clear: both;
}
#Page .ckeditor_content p, #Page .ck-content p {
  font-size: 16px;
}
#Page .ckeditor_content p > img, #Page .ck-content p > img {
  vertical-align: baseline;
  max-width: 100%;
}
#Page .ckeditor_content ul, #Page .ck-content ul {
  font-size: 16px;
  padding-left: 35px;
}
#Page .ckeditor_content ol, #Page .ck-content ol {
  font-size: 16px;
  padding-left: 35px;
}
#Page .ckeditor_content li, #Page .ck-content li {
  list-style-position: inside;
  text-indent: -22px;
}
#Page .ckeditor_content i, #Page .ck-content i {
  font-style: italic;
}
#Page .ckeditor_content blockquote, #Page .ck-content blockquote {
  padding: 2px 10px;
  border-width: 1px;
  margin: 5px;
  border-left: #f00 solid 5px;
}
#Page .ckeditor_content blockquote p, #Page .ck-content blockquote p {
  font-size: 16px;
  font-style: italic;
  font-family: "맑은 고딕", Georgia, Times, "Times New Roman", serif;
}
#Page .ckeditor_content hr, #Page .ck-content hr {
  background: #dedede;
  border: 0;
  height: 4px;
  margin: 15px 0;
}
#Page .ckeditor_content pre, #Page .ck-content pre {
  white-space: pre-wrap; /* CSS 2.1 */
  word-wrap: break-word; /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}
#Page .ckeditor_content .image-style-align-left, #Page .ck-content .image-style-align-left {
  float: left;
  padding-right: 20px;
}
#Page .ckeditor_content .image-style-align-right, #Page .ck-content .image-style-align-right {
  float: right;
  padding-left: 20px;
}
#Page .ckeditor_content figure, #Page .ck-content figure {
  position: relative;
}
#Page .ckeditor_content figure.table, #Page .ck-content figure.table {
  display: table;
  width: 100%;
}
#Page .ckeditor_content figure.table figcaption, #Page .ck-content figure.table figcaption {
  caption-side: top;
  display: table-caption;
  font-size: 16px;
}
#Page .ckeditor_content figure.image, #Page .ck-content figure.image {
  clear: both;
  display: table;
  margin: 0.9em auto;
  min-width: 50px;
  text-align: center;
}
#Page .ckeditor_content figure.image:first-child, #Page .ck-content figure.image:first-child {
  margin-top: 0;
}
#Page .ckeditor_content figure.image.image-style-align-left, #Page .ck-content figure.image.image-style-align-left {
  float: left;
  padding-right: 20px;
}
#Page .ckeditor_content figure.image.image-style-align-right, #Page .ck-content figure.image.image-style-align-right {
  float: right;
  padding-left: 20px;
}
#Page .ckeditor_content figure.image figcaption, #Page .ck-content figure.image figcaption {
  caption-side: bottom;
  font-size: 14px;
}
#Page .ckeditor_content figure.image img, #Page .ck-content figure.image img {
  max-width: 100%;
}
#Page .ckeditor_content figure figcaption, #Page .ck-content figure figcaption {
  color: #333;
  background-color: transparent;
  outline-offset: 0px;
  padding: 0em;
  text-align: center;
  word-break: break-word;
}
#Page .ckeditor_content a > img, #Page .ck-content a > img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782C1;
}
#Page .ckeditor_content table th, #Page .ckeditor_content table td, #Page .ck-content table th, #Page .ck-content table td {
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 2px 3px;
  font-size: 16px;
  line-height: 160%;
}

#Page .content_width {
  width: 1200px;
  margin: 0 auto;
}
#Page .mobile_only {
  display: none;
}
#Page #Page_header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border-bottom: #dddddd solid 1px;
  transition: all 0.5s;
}
#Page #Page_header .logo_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  transition: all 0.5s;
}
#Page #Page_header .logo_div img {
  transition: all 0.5s;
  height: 62px;
}
#Page #Page_header nav {
  display: flex;
  align-items: center;
}
#Page #Page_header nav ul {
  padding: 0;
  display: flex;
  gap: 60px;
  color: #444444;
  justify-content: center;
}
#Page #Page_header nav ul li {
  list-style: none;
}
#Page #Page_header nav ul a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  font-family: es_l;
}
#Page #Page_header nav ul a:hover {
  color: #CF2A3A;
}
#Page #Page_header .sub_menu {
  position: relative;
  display: flex;
  align-items: center;
  color: #666666;
}
#Page #Page_header .sub_menu::before {
  position: absolute;
  content: "";
  display: block;
  height: 12px;
  border-right: #dddddd solid 1px;
  right: 70px;
}
#Page #Page_header .sub_menu a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
}
#Page #Page_header .sub_menu a:first-child {
  padding-right: 15px;
}
#Page #Page_header .sub_menu a:last-child {
  padding-left: 15px;
}
#Page #Page_header .sub_menu a:hover {
  font-weight: 900;
}
#Page #Page_header .sub_menu form {
  padding-left: 15px;
}
#Page #Page_header .sub_menu form button {
  background: transparent;
  border: none;
  padding: 0px;
}
#Page #Main {
  min-height: calc(100vh - 450px);
}
#Page #Content {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 50px;
  /*height: calc(100vh - 100px);*/
  width: 1200px;
}
#Page #Content .heading_title {
  text-align: center;
  font-size: 35px;
  font-family: es_b;
  text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px;
  margin-bottom: 20px;
}
#Page #Content > header h1 {
  text-align: center;
  font-size: 35px;
  font-family: es_b;
  text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px;
}
#Page #Content > header h1:last-child {
  margin-bottom: 20px;
}
#Page #Content > header .page_tap ul {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}
#Page #Content > header .page_tap ul li {
  list-style: none;
}
#Page #Content > header .page_tap ul li {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  color: #222222;
}
#Page #Content > header .page_tap ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  font-family: es_l;
}
#Page #Content > header .page_tap ul li a.act {
  color: #CF2A3A;
}
#Page #Content > header .page_tap ul li a.act::before {
  content: "* ";
}
#Page #Content > .body {
  background-color: aqua;
}
#Page #Page_footer {
  margin-top: 100px;
}
#Page #Page_footer #footer_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 50px;
  border-top: #222222 solid 1px;
}
#Page #Page_footer #footer_content .info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
}
#Page #Page_footer #footer_content .info .copyright {
  margin-top: 20px;
}
#Page dialog {
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  border: #dddddd solid 1px;
}
#Page dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes toLeft {
  to {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes toRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
}
#Page form[name=form_login_process] {
  position: relative;
}
#Page form[name=form_login_process] .btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

#Page.main_page #Content {
  width: 100%;
  padding-top: 0;
}
#Page.main_page #Content .ddjts_slider {
  margin-bottom: 115px;
}
#Page.main_page #Content .ddjts_slider button {
  position: absolute;
  top: 50%;
  right: 50%;
  text-indent: -10000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 50px;
}
#Page.main_page #Content .ddjts_slider button.pre {
  background-image: url(image/slider_btn_pre.svg);
  background-position: left center;
  transform: translateX(-570px) translateY(-50%);
}
#Page.main_page #Content .ddjts_slider button.next {
  background-image: url(image/slider_btn_next.svg);
  background-position: right center;
  transform: translateX(599px) translateY(-50%);
}
#Page.main_page #Content .link_more {
  color: #222222;
  box-sizing: border-box;
  display: block;
  width: 125px;
  height: 36px;
  line-height: 36px;
  border: #dddddd solid 1px;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
#Page.main_page #Content .link_more::after {
  content: " →";
}
#Page.main_page #Content .link_more:hover {
  border-color: #CF2A3A;
  color: #CF2A3A;
}
#Page.main_page #Content .region {
  box-sizing: border-box;
  padding: 6px 20px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  border: #ffffff solid 1px;
  color: #ffffff;
  font-weight: 600;
}
#Page.main_page #Content .product_div {
  position: relative;
  margin-bottom: 90px;
}
#Page.main_page #Content .product_div .main_product_tab {
  border-bottom: #dddddd solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#Page.main_page #Content .product_div .main_product_tab ul {
  padding: 0;
  display: flex;
  position: relative;
  top: 1px;
}
#Page.main_page #Content .product_div .main_product_tab ul li {
  list-style: none;
}
#Page.main_page #Content .product_div .main_product_tab ul a {
  display: block;
  text-decoration: none;
  color: #444444;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 13px;
  font-size: 20px;
}
#Page.main_page #Content .product_div .main_product_tab ul a.act {
  color: #CF2A3A;
  border-bottom: #CF2A3A solid 2px;
}
#Page.main_page #Content .product_div .main_product_tab ul a:hover {
  color: #CF2A3A;
}
#Page.main_page #Content .product_div .product_tab_item {
  height: 510px;
  display: flex;
  justify-content: space-between;
}
#Page.main_page #Content .product_div .product_tab_item .preview_area {
  width: 650px;
  height: 100%;
  background-color: aqua;
  border-radius: 15px 0px 15px 15px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area {
  width: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item {
  position: relative;
  display: flex;
  gap: 12px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item img {
  width: 205px;
  height: 160px;
  background: aqua;
  border-radius: 8px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info {
  box-sizing: border-box;
  border: #dddddd solid 1px;
  padding: 19px;
  border-radius: 8px;
  width: 293px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .region {
  position: absolute;
  left: 9px;
  top: 9px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .title {
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .price {
  color: #222222;
  font-size: 20px;
  margin-bottom: 8px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .price .price {
  color: #CF2A3A;
  font-family: "es_b";
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .date {
  color: #666666;
  font-size: 16px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .view_link {
  text-decoration: none;
  color: #222222;
  position: absolute;
  right: 20px;
  bottom: 17px;
  font-size: 16px;
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .view_link::after {
  content: " →";
}
#Page.main_page #Content .product_div .product_tab_item .list_area .item .info .view_link:hover {
  color: #CF2A3A;
  font-weight: 700;
}
#Page.main_page #Content .product_div .product_tab_item .link_more {
  position: absolute;
  right: 0px;
  top: 0px;
}
#Page.main_page #Content .main_block {
  margin-bottom: 90px;
  position: relative;
}
#Page.main_page #Content .main_block .header {
  position: relative;
  margin-bottom: 32px;
}
#Page.main_page #Content .main_block .header h2 {
  text-align: center;
  color: #222222;
  font-size: 40px;
  font-family: es_b;
}
#Page.main_page #Content .main_block .header a {
  position: absolute;
  right: 0px;
  top: 3px;
}
#Page.main_page #Content .main_block .product_main_block {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  justify-content: space-between;
}
#Page.main_page #Content .main_block .product_main_block .item {
  position: relative;
  width: 580px;
  height: 364px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  background-size: cover;
  background-color: aquamarine;
  background-position: center center;
  border-radius: 0px 15px 15px 15px;
}
#Page.main_page #Content .main_block .product_main_block .item header {
  padding-top: 20px;
  width: 100%;
}
#Page.main_page #Content .main_block .product_main_block .item header .icon {
  margin-left: 20px;
  display: inline-block;
  height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page.main_page #Content .main_block .product_main_block .item header .icon .category::before {
  content: " - ";
}
#Page.main_page #Content .main_block .product_main_block .item header h1 {
  font-family: es_b;
  font-size: 24px;
  padding: 0px 20px;
  text-shadow: #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px 1px 2px, #fff 0px -1px 2px;
  text-align: center;
}
#Page.main_page #Content .main_block .product_main_block .item header h1 a {
  text-decoration: none;
  color: inherit;
}
#Page.main_page #Content .main_block .product_main_block .item .product_info {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: #CF2A3A solid 1px;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
#Page.main_page #Content .main_block .product_main_block .item .product_info dt {
  font-weight: bold;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #CF2A3A;
}
#Page.main_page #Content .main_block .product_main_block .item .product_info dt:nth-of-type(1) {
  background-image: url(./image/icon_calrendar_red.svg);
}
#Page.main_page #Content .main_block .product_main_block .item .product_info dt:nth-of-type(2) {
  background-image: url(./image/icon_ariplane_red.svg);
}
#Page.main_page #Content .main_block .product_main_block .item .product_info dt:nth-of-type(3) {
  background-image: url(./image/icon_money_red.svg);
}
#Page.main_page #Content .main_block .content_main_block {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  justify-content: space-between;
}
#Page.main_page #Content .main_block .content_main_block .item {
  position: relative;
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
#Page.main_page #Content .main_block .content_main_block .item .region {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
#Page.main_page #Content .main_block .content_main_block .item img {
  width: 580px;
  height: 364px;
  background-color: aqua;
  border-radius: 15px 0px 15px 15px;
}
#Page.main_page #Content .main_block .content_main_block .item a {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#Page.main_page #Content .main_block .content_main_block .item a:hover {
  color: #CF2A3A;
}
#Page.main_page #Content .main_block .link_more {
  position: absolute;
  right: 0px;
  top: 5px;
}
#Page.main_page #Content .link_list {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#Page.main_page #Content .link_list li {
  list-style: none;
}
#Page.main_page #Content .link_list li {
  width: 224px;
  height: 135px;
  border: #dddddd solid 1px;
  border-radius: 15px 0px 15px 15px;
  color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Page.main_page #Content .link_list li.kakao a {
  background-image: url(image/icon_kakao.svg);
}
#Page.main_page #Content .link_list li.facebook a {
  background-image: url(image/icon_facebok.svg);
}
#Page.main_page #Content .link_list li.terms a {
  background-image: url(image/icon_terms.svg);
}
#Page.main_page #Content .link_list li.blog a {
  background-image: url(image/icon_blog.svg);
}
#Page.main_page #Content .link_list li.company a {
  background-image: url(image/icon_company.svg);
}
#Page.main_page #Content .link_list li a {
  color: inherit;
  text-decoration: none;
  padding-left: 68px;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: center left;
  height: 58px;
}
#Page.main_page #Content .link_list li a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 47px;
  padding-left: 9px;
  border-left: #dddddd solid 1px;
}
#Page.main_page #Content .link_list li a div .main {
  font-family: "es_b";
  font-size: 22px;
}
#Page.main_page #Content .link_list li a div .sub {
  font-size: 18px;
}

/**
view 페이지용 SCSS
**/
#Page.view #Content {
  width: 100%;
  padding-top: 0px;
}
#Page.view #Content > header {
  position: sticky;
  top: 80px;
  z-index: 9;
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
  backdrop-filter: blur(5px);
  margin-bottom: 40px;
  background-color: #dddddd;
}
#Page.view #Content > header > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0px;
  display: flex;
  gap: 20px;
}
#Page.view #Content > header .title_div {
  flex-grow: 1;
}
#Page.view #Content > header .icon {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page.view #Content > header .icon .category::before {
  content: " - ";
}
#Page.view #Content > header h1 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: left;
  font-family: es_b;
  color: #444444;
  text-shadow: #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px 1px 2px, #fff 0px -1px 2px;
}
#Page.view #Content > header .article_info {
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  gap: 20px;
  padding: 2px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
#Page.view #Content > header .article_info:before {
  content: "";
  height: 10px;
  border-right: solid #444444 1px;
  position: absolute;
  right: 152px;
}
#Page.view #Content > header .article_info dt {
  display: none;
}
#Page.view #Content > header .article_info :last-child {
  color: #444444;
  font-size: 14px;
}
#Page.view #Content > header .info_div {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
#Page.view #Content > header .info_div .product_info {
  background-color: rgba(255, 255, 255, 0.4);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 5px 10px;
  padding: 15px;
  border: #dddddd solid 1px;
  border-radius: 15px;
  width: 380px;
}
#Page.view #Content > header .info_div .product_info dt {
  font-weight: bold;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px;
  color: #CF2A3A;
}
#Page.view #Content > header .info_div .product_info dt:nth-of-type(1) {
  background-image: url(./image/icon_calrendar_red.svg);
}
#Page.view #Content > header .info_div .product_info dt:nth-of-type(2) {
  background-image: url(./image/icon_ariplane_red.svg);
}
#Page.view #Content > header .info_div .product_info dt:nth-of-type(3) {
  background-image: url(./image/icon_money_red.svg);
}
#Page.view #Content > header .info_div .link_to_resevation {
  text-align: center;
  width: 412px;
  padding: 5px 15px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 15px;
  border: #ffffff solid 1px;
}
#Page.view #Content > header .info_div .link_to_resevation span::before {
  content: " (";
}
#Page.view #Content > header .info_div .link_to_resevation span::after {
  content: ")";
}
#Page.view #Content > header .info_div .link_to_resevation:hover {
  background-color: #CF2A3A;
}
#Page.view #Content > header .coForward_recommend_form {
  text-align: center;
  width: 100%;
}
#Page.view #Content > header .coForward_recommend_form button {
  width: 100%;
  padding: 0 20px 0px 40px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 15px;
  border: #ffffff solid 1px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 18px center;
}
#Page.view #Content > header .coForward_recommend_form button:hover {
  color: #CF2A3A;
}
#Page.view #Content > header .coForward_recommend_form .cnt_span {
  margin-left: 10px;
}
#Page.view #Content > header .coForward_recommend_form .cnt_span::before {
  content: "(";
}
#Page.view #Content > header .coForward_recommend_form .cnt_span::after {
  content: ")";
}
#Page.view #Content > header .coForward_recommend_form.like button {
  background-image: url(./image/icon_like.svg);
}
#Page.view #Content .to_list_div {
  margin-top: 30px;
  text-align: center;
}
#Page.view #Content .to_list_div a {
  width: 40%;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  color: #CF2A3A;
  font-size: 20px;
  font-weight: 400;
  border: #CF2A3A solid 3px;
}
#Page.view article.view > .body {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#Page.view article.view > .body:after {
  content: "";
  display: block;
  clear: both;
}
#Page.view article.view > .body figure table td {
  border: none;
}
#Page.view article.view > footer {
  width: 1200px;
  margin: 0 auto;
}
#Page.view article.view.content > footer ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Page.view article.view.content > footer ul li {
  list-style: none;
}
#Page.view article.view.content > footer .info_box {
  display: flex;
  padding: 10px 0px;
  gap: 15px;
}
#Page.view article.view.content > footer .info_box .image_div {
  min-width: 240px;
  height: 175px;
  background-size: cover;
  background-color: #ccc;
  background-position: center center;
  border-radius: 20px;
}
#Page.view article.view.content > footer .info_box .content_div {
  position: relative;
  padding: 10px 0px;
}
#Page.view article.view.content > footer .info_box .content_div header .icon {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page.view article.view.content > footer .info_box .content_div header .icon .category::before {
  content: " - ";
}
#Page.view article.view.content > footer .info_box .content_div header a {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 7px;
}
#Page.view article.view.content > footer .info_box .content_div header a:hover {
  color: #CF2A3A;
}
#Page.view article.view.content > footer .info_box .content_div .body {
  display: none;
  padding-right: 30px;
}
#Page.view article.view.content > footer .info_box .content_div .body .text {
  font-size: 17px;
  color: #444444;
  line-height: 180%;
}
#Page.view article.view.content > footer .info_box.content footer {
  position: absolute;
  bottom: 15px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#Page.view article.view.content > footer .info_box.content footer time {
  color: #666666;
}
#Page.view article.view.content > footer .info_box.content footer::before {
  position: absolute;
  left: 100px;
  content: "";
  height: 10px;
  border-right: solid #dddddd 1px;
}
#Page.view article.view.content > footer .info_box.product .product_info {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
}
#Page.view article.view.content > footer .info_box.product .product_info dt {
  font-weight: bold;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #CF2A3A;
}
#Page.view article.view.content > footer .info_box.product .product_info dt:nth-of-type(1) {
  background-image: url(./image/icon_calrendar_red.svg);
}
#Page.view article.view.content > footer .info_box.product .product_info dt:nth-of-type(2) {
  background-image: url(./image/icon_ariplane_red.svg);
}
#Page.view article.view.content > footer .info_box.product .product_info dt:nth-of-type(3) {
  background-image: url(./image/icon_money_red.svg);
}
#Page.view article.view.product > .body {
  line-height: 150%;
}
#Page.view article.view.product > .body .info_div {
  margin-bottom: 40px;
}
#Page.view article.view.product > .body .info_div:after {
  content: "";
  display: block;
  clear: both;
}
#Page.view article.view.product > .body .schedule_section {
  border-top: #222222 solid 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#Page.view article.view.product > .body .schedule_section > h1 {
  font-size: 24px;
  padding: 15px;
  padding-left: 35px;
  position: sticky;
  top: 200px;
  background-color: #ffffff;
  z-index: 5;
  display: flex;
  align-items: center;
  background-image: url(./image/icon_calrendar_red.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
}
#Page.view article.view.product > .body .schedule_section > article {
  padding: 20px;
  padding-top: 0px;
  background-color: #f8f8f8;
  border-radius: 15px;
  margin-bottom: 20px;
}
#Page.view article.view.product > .body .schedule_section > article:last-child {
  margin-bottom: 0;
}
#Page.view article.view.product > .body .schedule_section > article h1 {
  position: sticky;
  top: 248px;
  padding-top: 20px;
  background-color: #f8f8f8;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: 10px;
  font-size: 20px;
}
#Page.view article.view.product > .body .schedule_section > article h1 span {
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #CF2A3A;
  border-radius: 5px;
}
#Page.view article.view.product > .body .schedule_section > article > div {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 160%;
}
#Page.view article.view.product > .body .schedule_section > article dl {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-areas: "accommodation breakfast lunch dinner" "accommodation_desc breakfast_desc lunch_desc dinner_desc";
  text-align: center;
  border-bottom: #dddddd solid 1px;
}
#Page.view article.view.product > .body .schedule_section > article dl dt {
  padding-top: 43px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 40px;
  border-right: #dddddd solid 1px;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
#Page.view article.view.product > .body .schedule_section > article dl dt.accommodation {
  grid-area: accommodation;
  background-image: url(./image/icon_loding.svg);
}
#Page.view article.view.product > .body .schedule_section > article dl dt.breakfast {
  grid-area: breakfast;
  background-image: url(./image/icon_moring.svg);
}
#Page.view article.view.product > .body .schedule_section > article dl dt.lunch {
  grid-area: lunch;
  background-image: url(./image/icon_noon.svg);
}
#Page.view article.view.product > .body .schedule_section > article dl dt.dinner {
  grid-area: dinner;
  background-image: url(./image/icon_night.svg);
  border: none;
}
#Page.view article.view.product > .body .schedule_section > article dl dd {
  padding: 0px 20px 0px 20px;
  box-sizing: border-box;
  border-right: #dddddd solid 1px;
}
#Page.view article.view.product > .body .schedule_section > article dl dd .desc {
  margin-top: 3px;
  display: block;
  font-size: 14px;
  color: #444444;
  line-height: 16px;
  word-break: break-all;
}
#Page.view article.view.product > .body .schedule_section > article dl dd.accommodation {
  grid-area: accommodation_desc;
}
#Page.view article.view.product > .body .schedule_section > article dl dd.breakfast {
  grid-area: breakfast_desc;
}
#Page.view article.view.product > .body .schedule_section > article dl dd.lunch {
  grid-area: lunch_desc;
}
#Page.view article.view.product > .body .schedule_section > article dl dd.dinner {
  grid-area: dinner_desc;
  border: none;
}
#Page.view article.view.product > .body .notice {
  margin-top: 30px;
  border-top: #666666 solid 4px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
}
#Page.view article.view.product > .body .notice > div {
  flex: 50%;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 15px;
}
#Page.view article.view.product > .body .notice > div.included h2::before {
  content: "○";
}
#Page.view article.view.product > .body .notice > div.not_included h2::before {
  font-size: 32px;
  content: "×";
}
#Page.view article.view.product > .body .notice > div h2 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: 10px;
}
#Page.view article.view.product > .body .notice > div h2::before {
  color: #CF2A3A;
}
#Page.view article.view.board footer {
  position: relative;
  margin-top: 10px;
  border-top: #333 solid 1px;
  text-align: center;
  padding: 10px;
}
#Page.view article.view.board footer > form {
  position: absolute;
  right: 0px;
}
#Page.view article.view.board footer .btn {
  width: 60px;
  line-height: 30px;
  height: 30px;
}
#Page.view .coForward_comment_list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: solid #444444 3px;
}
#Page.view .coForward_comment_list .nodata {
  margin-top: 15px;
  text-align: center;
}
#Page.view .coForward_comment_list > article {
  display: flex;
  border-bottom: #dddddd solid 1px;
}
#Page.view .coForward_comment_list > article:last-child {
  margin-bottom: 0;
}
#Page.view .coForward_comment_list > article .spacer {
  width: 50px;
  flex-shrink: 0;
}
#Page.view .coForward_comment_list > article .spacer.last {
  position: relative;
}
#Page.view .coForward_comment_list > article .spacer.last::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0px;
  width: 25px;
  height: 30px;
  border-left: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}
#Page.view .coForward_comment_list > article .body {
  position: relative;
  flex-grow: 1;
  padding: 55px 0px 40px 0px;
}
#Page.view .coForward_comment_list > article .body p {
  color: #444444;
  line-height: 160%;
}
#Page.view .coForward_comment_list > article .body .user_profile {
  position: absolute;
  top: 13px;
}
#Page.view .coForward_comment_list > article .body time {
  position: absolute;
  bottom: 15px;
  color: #666666;
  font-size: 14px;
}
#Page.view .coForward_comment_list > article .body .func_div {
  position: absolute;
  bottom: 10px;
  left: 160px;
  display: flex;
  gap: 6px;
  justify-content: center;
}
#Page.view .coForward_comment_list > article .body .func_div button {
  height: 25px;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
#Page.view .coForward_comment_list > article .body .func_div button.btn_reply {
  color: #CF2A3A;
  border: solid #CF2A3A 1px;
}
#Page.view .coForward_comment_list > article .body .func_div button.btn_del_reply {
  color: #666666;
  border: solid #666666 1px;
}
#Page.view .coForward_commnet_form {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fbfbfb;
  padding: 20px;
  border: #dddddd solid 1px;
  margin-top: 20px;
}
#Page.view .coForward_commnet_form textarea {
  resize: none;
  border: none;
  background-color: transparent;
  color: #444444;
}
#Page.view .coForward_commnet_form .btn_div {
  display: flex;
  gap: 10px;
  justify-content: right;
}
#Page.view .coForward_commnet_form .btn_div button {
  padding: 0;
  width: 80px;
  height: 30px;
  color: #ffffff;
  font-weight: normal;
  border-radius: 5px;
  border: none;
}
#Page.view .coForward_commnet_form .btn_div button[type=reset] {
  background-color: #666666;
}
#Page.view .coForward_commnet_form .btn_div button[type=submit] {
  background-color: #CF2A3A;
}
#Page.view.read_mode #Page_header {
  background-color: #222222;
}
#Page.view.read_mode #Page_header .logo_div {
  height: 25px;
}
#Page.view.read_mode #Page_header .logo_div img {
  height: 20px;
}
#Page.view.read_mode #Page_header nav ul {
  color: #ffffff;
}
#Page.view.read_mode #Page_header .sub_menu {
  color: #dddddd;
}
#Page.view.read_mode #Page_header .user_profile .image {
  display: none;
}
#Page.view.read_mode #Page_header .user_profile .nick_name {
  color: #dddddd;
}
#Page.view.read_mode #Page_header .btn_logout {
  color: #dddddd;
}
#Page.view.read_mode #Content > header {
  top: 25px;
}
#Page.view.read_mode #skipBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  text-align: center;
  color: white;
  background-color: #222222;
  border: none;
  display: block;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
}
#Page.view article.view.product > .body .schedule_section > h1 {
  top: 165px;
}
#Page.view article.view.product > .body .schedule_section > article h1 {
  top: 213px;
}

#Page .search_form_div {
  margin: 50px 150px;
  border: #222222 solid 4px;
  padding: 10px 30px;
  border-radius: 38px;
  position: relative;
}
#Page .search_form_div form {
  display: flex;
  gap: 15px;
}
#Page .search_form_div form input, #Page .search_form_div form select {
  color: #444444;
  border: none;
  font-size: 17px;
  padding: 10px;
  box-sizing: content-box;
  text-align: center;
}
#Page .search_form_div form button {
  text-indent: -10000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url(./image/btn_serch.png);
}
#Page .list_div .info_box {
  display: flex;
  padding: 30px 0px;
  border-bottom: solid #dddddd 1px;
  gap: 30px;
}
#Page .list_div .info_box:first-child {
  border-top: solid #444444 4px;
}
#Page .list_div .info_box .image_div {
  min-width: 350px;
  height: 270px;
  background-size: cover;
  background-color: #ccc;
  background-position: center center;
  border-radius: 20px;
}
#Page .list_div .info_box .content_div {
  position: relative;
  padding: 15px 0px;
}
#Page .list_div .info_box .content_div header .icon {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page .list_div .info_box .content_div header .icon .category::before {
  content: " - ";
}
#Page .list_div .info_box .content_div header a {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 27px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
#Page .list_div .info_box .content_div header a:hover {
  color: #CF2A3A;
}
#Page .list_div .info_box .content_div header a .days {
  display: none;
}
#Page .list_div .info_box .content_div .body {
  padding-right: 30px;
}
#Page .list_div .info_box .content_div .body .text {
  font-size: 17px;
  color: #444444;
  line-height: 180%;
}
#Page .list_div .info_box.content footer {
  position: absolute;
  bottom: 15px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
#Page .list_div .info_box.content footer time {
  color: #666666;
}
#Page .list_div .info_box.content footer::before {
  position: absolute;
  left: 100px;
  content: "";
  height: 10px;
  border-right: solid #dddddd 1px;
}
#Page .list_div .info_box.product .product_info {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
}
#Page .list_div .info_box.product .product_info dt {
  font-weight: bold;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #CF2A3A;
}
#Page .list_div .info_box.product .product_info dt:nth-of-type(1) {
  background-image: url(./image/icon_calrendar_red.svg);
}
#Page .list_div .info_box.product .product_info dt:nth-of-type(2) {
  background-image: url(./image/icon_ariplane_red.svg);
}
#Page .list_div .info_box.product .product_info dt:nth-of-type(3) {
  background-image: url(./image/icon_money_red.svg);
}
#Page .list_div .no_data {
  border-top: #222222 solid 4px;
  padding: 40px 0px;
  text-align: center;
  font-family: es_b;
  font-size: 25px;
}
#Page .board_navi_div {
  margin-top: 50px;
}
#Page .board_navi_div .cofroward_board_navi {
  display: flex;
  padding: 0;
  gap: 5px;
  flex-grow: 1;
  justify-content: center;
}
#Page .board_navi_div .cofroward_board_navi li {
  list-style: none;
}
#Page .board_navi_div .cofroward_board_navi li a, #Page .board_navi_div .cofroward_board_navi li strong {
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #444444;
  border: #dddddd solid 1px;
}
#Page .board_navi_div .cofroward_board_navi li a.to_pre_page, #Page .board_navi_div .cofroward_board_navi li strong.to_pre_page {
  width: auto;
  padding: 0 10px;
}
#Page .board_navi_div .cofroward_board_navi li a.act_page, #Page .board_navi_div .cofroward_board_navi li strong.act_page {
  background: #CF2A3A;
  color: #ffffff;
  font-weight: normal;
}
#Page .board_navi_div .cofroward_board_navi li a.to_next_page, #Page .board_navi_div .cofroward_board_navi li strong.to_next_page {
  width: auto;
  padding: 0 10px;
}

#Page.reservation .form_desc.with_check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Page.reservation .form_desc.with_check .check {
  color: #CF2A3A;
}
#Page.reservation .form_desc.with_check .check input {
  position: relative;
  top: 1px;
}
#Page.reservation form[name=form_ddjts_reg_reservation].detail .reg_member_form > div:not(.required) {
  display: flex;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .reg_member_form {
  border-bottom: #222222 solid 4px;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .reg_member_form > header {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 165px;
  background-color: #ffffff;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .reg_member_form > header h1 {
  font-size: 20px;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .reg_member_form > header button {
  padding: 0;
  width: 80px;
  height: 30px;
  color: #222222;
  font-weight: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background-color: #dddddd;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .reg_member_form > div:not(.required) {
  display: none;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .required_label {
  color: #f00;
}
#Page.reservation form[name=form_ddjts_reg_reservation] .required_label::after {
  content: "*";
}
#Page.reservation form[name=form_ddjts_reg_reservation] #output_capcha {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #f00;
}
#Page.reservation form[name=form_ddjts_reg_reservation] #output_capcha[data-check=true] {
  color: #00f;
}
#Page.reservation .progress_div {
  border-top: #222222 solid 4px;
}
#Page.reservation .progress_div > ul {
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#Page.reservation .progress_div > ul li {
  list-style: none;
}
#Page.reservation .progress_div > ul li {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
#Page.reservation .progress_div > ul li .name {
  width: 100px;
  font-weight: bold;
  text-align: right;
}
#Page.reservation .progress_div > ul li .name::after {
  content: " 님";
}
#Page.reservation .progress_div > ul li .info_div {
  display: flex;
  flex-grow: 1;
  font-size: 16px;
}
#Page.reservation .progress_div > ul li .info_div span {
  flex-grow: 1;
  text-align: center;
  border: #dddddd solid 1px;
  border-right: none;
  padding: 5px;
}
#Page.reservation .progress_div > ul li .info_div span.check {
  background-color: #CF2A3A;
  color: #ffffff;
}
#Page.reservation .progress_div > ul li .info_div span:first-child {
  border-radius: 15px 0px 0px 15px;
}
#Page.reservation .progress_div > ul li .info_div span:last-child {
  border-right: #dddddd solid 1px;
  padding-right: 15px;
  background-image: url(./image/icon_ariplane.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center right 10px;
  border-radius: 0px 15px 15px 0px;
}
#Page.reservation .progress_div .btn_div {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
#Page.reservation .progress_div .btn_div > button {
  width: 50%;
}
#Page.reservation .progress_div .btn_div > form {
  width: 50%;
}
#Page.reservation .dialog_cancel form {
  padding: 15px;
}
#Page.reservation .dialog_cancel form input {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  height: auto;
}
#Page.reservation .dialog_cancel form button {
  background-color: transparent;
  color: #CF2A3A;
  font-weight: 400;
  border: #CF2A3A solid 3px;
  display: block;
  width: 100%;
  height: 40px;
}
#Page.reservation.search .page_form, #Page.reservation.search_by_phone .page_form {
  border-top: #222222 solid 4px;
}
#Page.reservation.search_by_phone .page_form .no_data {
  padding: 40px 0px;
  text-align: center;
  font-family: es_b;
}
#Page.reservation.search_by_phone .page_form .no_data h1 {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 20px;
}
#Page.reservation.search_by_phone .page_form .no_data p {
  font-size: 16px;
}
#Page.reservation.search_by_phone .page_form .no_data p .value {
  font-weight: bold;
  color: #CF2A3A;
}
#Page.reservation.search_by_phone .page_form .search_item {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
#Page.reservation.search_by_phone .page_form .search_item:last-child {
  margin-bottom: 0;
}
#Page.reservation.search_by_phone .page_form .search_item .image_div {
  min-width: 300px;
  height: 200px;
  border-radius: 20px;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
}
#Page.reservation.search_by_phone .page_form .search_item .content_div {
  flex-grow: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Page.reservation.search_by_phone .page_form .search_item .content_div header .icon {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page.reservation.search_by_phone .page_form .search_item .content_div header a {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 27px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
#Page.reservation.search_by_phone .page_form .search_item .content_div > form {
  text-align: right;
}
#Page.reservation.search_by_phone .page_form .search_item .content_div > form button {
  background-color: transparent;
  color: #CF2A3A;
  font-weight: 400;
  border: #CF2A3A solid 3px;
  font-size: 18px;
  padding: 0px 15px;
  height: 40px;
}
#Page.reservation.search_by_phone .page_form .search_item:first-child {
  margin-top: 40px;
}
#Page.reservation.result .page_form {
  border-top: #222222 solid 4px;
}
#Page.reservation.result .page_form article {
  padding-top: 20px;
  text-align: center;
}
#Page.reservation.result .page_form article > h1 {
  font-size: 20px;
}
#Page.reservation.result .page_form article .reservation_no {
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#Page.reservation.result .page_form article .reservation_no h2::after {
  content: " : ";
}
#Page.reservation.result .page_form article .reservation_no span {
  font-size: 25px;
  font-family: es_b;
  color: #CF2A3A;
}
#Page.reservation.result .page_form article .em {
  font-weight: bold;
  color: #222222;
}
#Page.reservation.result .page_form article .em::before {
  content: "[";
}
#Page.reservation.result .page_form article .em::after {
  content: "[";
}
#Page.reservation.result .page_form article .desc {
  color: #444444;
}
#Page.reservation.result .page_form article .btn_div {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#Page.reservation.result .page_form article .btn_div .btn {
  background-color: transparent;
  color: #CF2A3A;
  font-weight: 400;
  border: #CF2A3A solid 3px;
  width: 50%;
  height: 60px;
  line-height: 54px;
  font-size: 20px;
}

#Page.user .page_tap {
  width: 800px;
  margin: 0 auto;
}
#Page.user.reservation .page_form {
  border-top: #222222 solid 4px;
  padding: 30px 0px;
}
#Page.user.reservation .page_form > article {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
}
#Page.user.reservation .page_form > article:last-child {
  margin-bottom: 0;
}
#Page.user.reservation .page_form > article .image_div {
  min-width: 300px;
  height: 200px;
  border-radius: 20px;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
}
#Page.user.reservation .page_form > article .content_div {
  flex-grow: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Page.user.reservation .page_form > article .content_div header .icon {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 17px;
  background-color: #CF2A3A;
  color: #ffffff;
  font-size: 16px;
  background-image: url(./image/icon_ariplane.svg);
  background-size: 18px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
#Page.user.reservation .page_form > article .content_div header a {
  display: block;
  text-decoration: none;
  color: #222222;
  font-size: 27px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
#Page.user.reservation .page_form > article .content_div > form {
  text-align: right;
}
#Page.user.reservation .page_form > article .content_div > form button {
  background-color: transparent;
  color: #CF2A3A;
  font-weight: 400;
  border: #CF2A3A solid 3px;
  font-size: 18px;
  padding: 0px 15px;
  height: 40px;
}
#Page.user.reservation .page_form .no_data {
  justify-content: center;
  font-family: es_b;
  font-size: 24px;
}

#Page.about_page {
  position: relative;
}
#Page.about_page #Main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/image/logo_ddjts.svg);
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  opacity: 15%;
  z-index: -1;
}
#Page.about_page .page_form {
  position: relative;
  border-top: #222222 solid 4px;
}
#Page.about_page article {
  line-height: 180%;
  padding: 20px;
}
#Page.about_page article > h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
#Page.about_page article p {
  padding-left: 15px;
}
#Page.about_page article p.slogan {
  font-size: 18px;
  font-weight: bold;
  color: #CF2A3A;
  margin-bottom: 5px;
}
#Page.about_page article ul {
  padding: 0;
  margin-left: 15px;
}
#Page.about_page article ul li {
  list-style: none;
}
#Page.about_page article ul li span {
  display: inline-block;
  width: 110px;
  text-align: right;
  margin-right: 3px;
  font-weight: bold;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
#Page.about_page article ul li span::after {
  content: " :";
}
#Page.about_page article ul li em::before {
  content: "<";
}
#Page.about_page article ul li em::after {
  content: ">";
}

@media screen and (max-width: 800px) {
  #Page.read_mode #Page_header .header_content button.mobile_only::before {
    background-color: #dddddd;
  }
  #Page.read_mode #Page_header .header_content button.mobile_only span {
    background-color: #dddddd;
  }
  #Page.read_mode #Page_header .header_content button.mobile_only::after {
    background-color: #dddddd;
  }
  #Page .mobile_only {
    display: initial;
  }
  #Page .content_width {
    width: 100%;
  }
  #Page #Page_header .header_content {
    box-sizing: border-box;
    padding: 10px 20px;
  }
  #Page #Page_header .header_content .logo_div {
    height: auto;
  }
  #Page #Page_header .header_content .logo_div img {
    height: 47px;
  }
  #Page #Page_header .header_content button.mobile_only {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 0;
  }
  #Page #Page_header .header_content button.mobile_only::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #222222;
  }
  #Page #Page_header .header_content button.mobile_only span {
    display: block;
    background-color: #222222;
    height: 4px;
    width: 70%;
    text-indent: -1000px;
    overflow: hidden;
  }
  #Page #Page_header .header_content button.mobile_only::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background-color: #222222;
  }
  #Page #Page_header .sub_menu {
    position: fixed;
    top: 40px;
    z-index: 20;
    color: #ffffff;
    transition: right 0.5s;
    right: -270px;
  }
  #Page #Page_header .sub_menu::before {
    border-right: solid #ffffff 2px;
  }
  #Page #Page_header .sub_menu a {
    font-size: 14px;
    color: inherit;
    font-weight: 600;
  }
  #Page #Page_header .sub_menu a .nick_name {
    color: #ffffff;
  }
  #Page #Page_header .sub_menu form button {
    color: #ffffff;
  }
  #Page #Page_header .sub_menu.open {
    right: 30px;
  }
  #Page #Page_header nav {
    position: fixed;
    display: block;
    top: 0px;
    background-color: #CF2A3A;
    width: 300px;
    height: 100vh;
    z-index: 15;
    transition: right 0.5s;
    right: -300px;
  }
  #Page #Page_header nav.open {
    right: 0px;
  }
  #Page #Page_header nav ul {
    margin-top: 150px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 30px;
    display: block;
  }
  #Page #Page_header nav ul li {
    padding: 30px 0px;
    border-bottom: #ffffff solid 1px;
    color: #ffffff;
  }
  #Page #Page_header nav ul li a {
    font-size: 18px;
    font-weight: 600;
    color: inherit;
  }
  #Page #Page_header nav ul li a:hover {
    color: #ffffff;
  }
  #Page #Page_header nav ul li:last-child {
    border: none;
  }
  #Page #Page_header #Page_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
    display: none;
  }
  #Page #Page_header #Page_overlay.open {
    display: block;
  }
  #Page #Content {
    width: 100%;
    padding-top: 30px;
  }
  #Page #Content header h1 {
    font-size: 25px;
  }
  #Page #Content .heading_title span {
    display: block;
  }
  #Page #Page_footer #footer_content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  #Page .page_form {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  #Page .page_form .form_desc {
    justify-content: center;
  }
  #Page .page_form .form-group {
    flex-wrap: wrap;
  }
  #Page .page_form .form-group label {
    width: 100%;
  }
  #Page .page_form#form_reg_user .profile_div input {
    width: 130px;
    bottom: 25px;
  }
  #Page .page_form .reg_member_form .passport_preview {
    margin: 0px;
  }
  #Page.main_page {
    word-break: keep-all;
  }
  #Page.main_page #Content {
    padding-top: 0px;
  }
  #Page.main_page #Content .ddjts_slider {
    height: 250px;
    margin-bottom: 30px;
    position: relative;
  }
  #Page.main_page #Content .ddjts_slider .item {
    background-position: center center;
    background-size: 100% 100%;
  }
  #Page.main_page #Content .ddjts_slider .item .item_content {
    padding: 0 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  #Page.main_page #Content .ddjts_slider .item .item_content .title {
    font-size: 24px !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    text-shadow: #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px 1px 2px, #fff 0px -1px 2px;
  }
  #Page.main_page #Content .ddjts_slider .item .item_content .sub_text {
    font-size: 16px !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    text-shadow: #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px 1px 2px, #fff 0px -1px 2px;
  }
  #Page.main_page #Content .ddjts_slider button.pre {
    transform: translateY(-50%);
    left: 5px;
  }
  #Page.main_page #Content .ddjts_slider button.next {
    transform: translateY(-50%);
    right: 5px;
  }
  #Page.main_page #Content > .main_block {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  #Page.main_page #Content .main_block .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #Page.main_page #Content .main_block .header h2 {
    font-size: 30px;
  }
  #Page.main_page #Content .main_block .link_more {
    width: 80px;
    height: 30px;
    line-height: 30px;
    top: 10px;
    right: 10px;
    font-size: 14px;
  }
  #Page.main_page #Content .main_block .product_main_block {
    flex-direction: column;
    width: 100%;
    gap: 40px;
  }
  #Page.main_page #Content .main_block .product_main_block .item {
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #Page.main_page #Content .main_block .product_main_block .item header h1 {
    padding: 0px 12px;
  }
  #Page.main_page #Content .main_block .product_main_block .item .info_div {
    width: 100%;
  }
  #Page.main_page #Content .main_block .product_main_block .item .info_div .product_info {
    position: relative;
    left: auto;
    right: auto;
    bottom: 0px;
    border: none;
    border-radius: 0px;
    grid-template-columns: 100px 1fr;
    gap: 8px 4px;
  }
  #Page.main_page #Content .main_block .product_main_block .item .info_div .product_info dt {
    background: none;
    background-size: 18px 18px;
    background-position: left center;
    padding-left: 0px;
    text-align: right;
  }
  #Page.main_page #Content .main_block .product_main_block .item .info_div .product_info dt::after {
    content: " : ";
  }
  #Page.main_page #Content .main_block .product_main_block .item .info_div .product_info dd {
    letter-spacing: -0.1em;
  }
  #Page.main_page #Content .main_block .content_main_block {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  #Page.main_page #Content .main_block .content_main_block .item {
    width: 100%;
    gap: 16px;
  }
  #Page.main_page #Content .main_block .content_main_block .item .region {
    display: none;
  }
  #Page.main_page #Content .main_block .content_main_block .item img {
    width: 100%;
    height: auto;
  }
  #Page.main_page #Content .link_list {
    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 10px;
  }
  #Page.main_page #Content .link_list li {
    width: 165px;
    flex: 40%;
    justify-content: start;
    height: auto;
    padding: 10px;
  }
  #Page.main_page #Content .link_list li a {
    color: inherit;
    text-decoration: none;
    padding-left: 50px;
    padding-top: 10px 15px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 45px 45px;
  }
  #Page.main_page #Content .link_list li a div .main {
    letter-spacing: -1px;
    font-size: 17px;
  }
  #Page.main_page #Content .link_list li a div .sub {
    font-size: 14px;
  }
  #Page.list_page #Content {
    padding-top: 30px;
  }
  #Page.list_page .search_form_div {
    margin: 20px 10px;
    padding: 0px;
  }
  #Page.list_page .search_form_div form {
    padding: 0 15px;
  }
  #Page.list_page .search_form_div form select {
    width: 25%;
    background-color: transparent;
  }
  #Page.list_page .search_form_div form input {
    width: 50%;
  }
  #Page.list_page .search_form_div form button {
    right: 15px;
  }
  #Page.list_page .list_div {
    padding: 0 10px;
  }
  #Page.list_page .list_div .info_box {
    flex-direction: column;
    gap: 15px;
  }
  #Page.list_page .list_div .info_box .image_div {
    min-width: 100%;
    height: 0px;
    padding-bottom: 65%;
  }
  #Page.list_page .list_div .info_box .content_div header a {
    font-size: 22px;
  }
  #Page.list_page .list_div .info_box .content_div .body {
    padding: 0px;
  }
  #Page.list_page .list_div .info_box .content_div .body .text {
    text-align: justify;
    line-height: 150%;
  }
  #Page.list_page .list_div .info_box.content footer {
    position: relative;
    justify-content: right;
  }
  #Page.list_page .list_div .info_box.product .product_info {
    letter-spacing: -1px;
    font-size: 16px;
  }
  #Page.list_page .list_div .info_box.product .product_info dt {
    background-size: 20px;
    background-position: top left;
  }
  #Page.view.read_mode #Content > header {
    top: 45px;
  }
  #Page.view.board #Content header > div {
    min-height: 110px;
  }
  #Page.view #Content header {
    top: 68px;
    margin-bottom: 0px;
  }
  #Page.view #Content header > div {
    padding: 20px 10px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    flex-direction: column;
    gap: 5px;
    min-height: 260px;
    justify-content: space-between;
    transition: all 0.5s;
  }
  #Page.view #Content header > div .title_div {
    flex-grow: 0;
  }
  #Page.view #Content header > div .icon {
    display: none;
    font-size: 14px;
    height: 25px;
    background-size: 16px;
    line-height: 25px;
    padding-left: 30px;
    padding-right: 15px;
    background-position: 10px center;
  }
  #Page.view #Content header > div h1 {
    font-size: 24px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  #Page.view #Content header > div .article_info {
    margin: 0 auto;
    margin-bottom: 10px;
    position: initial;
    display: inline-block;
  }
  #Page.view #Content header > div .article_info::before {
    display: none;
  }
  #Page.view #Content header > div .article_info dd:last-child {
    display: none;
  }
  #Page.view #Content header > div .article_info:last-child {
    margin-bottom: 0px;
  }
  #Page.view #Content header > div .info_div {
    align-items: center;
  }
  #Page.view #Content header > div .info_div .product_info {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    width: auto;
    text-align: left;
    grid-template-columns: 90px 1fr;
  }
  #Page.view #Content header > div .info_div .link_to_resevation {
    width: 100%;
  }
  #Page.view #Content .body {
    box-sizing: border-box;
    padding: 0 10PX;
  }
  #Page.view #Content .body figure {
    margin: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  #Page.view #Content .body figure table {
    display: flex;
  }
  #Page.view #Content .body figure table td {
    display: block;
    border: none;
  }
  #Page.view #Content .body img {
    width: 100% !important;
  }
  #Page.view #Content .body img.image-style-align-left {
    padding-right: 0px;
  }
  #Page.view #Content .body img.image-style-align-right {
    padding-right: 0px;
  }
  #Page.view #Content .body .image_resized[style="width:50%;"] {
    width: 100% !important;
  }
  #Page.view #Content .body .image_resized[style="width:25%;"] {
    width: 100% !important;
  }
  #Page.view #Content footer {
    box-sizing: border-box;
    border-top: #222222 solid 2px;
    width: 100%;
    padding-top: 10px;
  }
  #Page.view #Content footer > h1 {
    padding: 10px;
    padding-bottom: 0px;
    font-size: 18px;
  }
  #Page.view #Content footer > h1 a {
    margin-top: 5px;
  }
  #Page.view #Content footer ul {
    display: block;
    padding: 10px;
  }
  #Page.view #Content footer ul li:last-child .info_box {
    border: none;
  }
  #Page.view #Content footer ul .info_box {
    flex-direction: column;
    gap: 5px;
    width: 100%;
    border-bottom: #dddddd solid 1px;
    margin-bottom: 10px;
  }
  #Page.view #Content footer ul .info_box footer {
    border: none;
    padding-top: 0px;
  }
  #Page.view #Content .to_list_div a {
    width: 80%;
  }
  #Page.view.read_mode #Content > header > div {
    min-height: 167px;
    padding: 10px 10px;
    transition: all 0.5s;
  }
  #Page.view.read_mode #Content > header .title_div .icon {
    display: none;
  }
  #Page.view.read_mode #Content > header .title_div h1 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #Page.view.read_mode #Content > header .info_div .product_info dt:nth-of-type(2) {
    display: none;
  }
  #Page.view.read_mode #Content > header .info_div .product_info dd:nth-of-type(2) {
    display: none;
  }
  #Page.view article.view .body {
    width: 100%;
  }
  #Page.view article.view.product .body .info_div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #Page.view article.view.product .body .schedule_section > h1 {
    top: 210px;
  }
  #Page.view article.view.product .body .schedule_section > article {
    padding: 10px;
    padding-top: 0px;
  }
  #Page.view article.view.product .body .schedule_section > article h1 {
    top: 264px;
    padding-top: 10px;
    align-items: start;
  }
  #Page.view article.view.product .body .schedule_section > article h1 span {
    white-space: nowrap;
  }
  #Page.view article.view.product .body .schedule_section > article dl {
    margin: 10px 0px;
    grid-template-areas: "accommodation accommodation_desc" "breakfast breakfast_desc" "lunch lunch_desc" "dinner dinner_desc";
    grid-template-columns: 70px 1fr;
  }
  #Page.view article.view.product .body .schedule_section > article dl dt {
    padding-top: 0;
    padding-left: 25px;
    border: none;
    background-size: auto;
    background-position: left top;
    background-size: 20px 20px;
  }
  #Page.view article.view.product .body .schedule_section > article dl dt::after {
    content: " : ";
  }
  #Page.view article.view.product .body .schedule_section > article dl dd {
    padding: 0;
    border: none;
    text-align: left;
  }
  #Page.view article.view.product .body .schedule_section > article .body {
    padding: 0px;
  }
  #Page.view article.view.product .body .schedule_section > article .body ul {
    padding: 0px;
    list-style: none;
  }
  #Page.view article.view.product .body .schedule_section > article .body ul li {
    text-indent: 0px;
  }
  #Page.view article.view.product .body .notice {
    flex-direction: column;
    gap: 10px;
  }
  #Page.view .coForward_comment_list {
    width: 100%;
  }
  #Page.view .coForward_comment_list > article {
    padding: 0px 10px;
  }
  #Page.view .coForward_comment_list > article .body {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
  }
  #Page.view .coForward_comment_list > article .body time {
    position: initial;
    text-align: right;
  }
  #Page.view .coForward_comment_list > article .body .func_div {
    margin-top: 10px;
    position: initial;
    flex-wrap: wrap;
    left: 0;
    bottom: 0;
  }
  #Page.view .coForward_commnet_form {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  #Page.reservation .progress_div > ul li {
    display: block;
    padding: 0px;
  }
  #Page.reservation .progress_div > ul li .name {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #Page.reservation .progress_div > ul li .info_div {
    font-size: 14px;
  }
  #Page.reservation .progress_div > ul li .info_div span i {
    display: block;
  }
  #Page.reservation .progress_div > ul li .info_div span:last-child {
    background-image: none;
    padding-right: 5px;
  }
  #Page.about_page .page_form::after {
    background-size: 90%;
    background-position: center center;
  }
  #Page.about_page article {
    padding: 0;
    margin-bottom: 30px;
  }
  #Page.about_page article:first-child {
    padding-top: 30px;
  }
  #Page.about_page article p {
    padding-left: 0px;
  }
  #Page.about_page article ol {
    padding-left: 0px;
    list-style-position: inside;
  }
  #Page.about_page article ul {
    padding-left: 0px;
    margin-left: 0px;
  }
  #Page.about_page article ul li span {
    text-align: left;
    display: block;
  }
  #Page.about_page article ul li span:after {
    content: none;
  }
  #Page.user .page_tap {
    width: auto;
  }
  #Page.user.reservation .page_form > article {
    padding: 0px 10px;
    flex-direction: column;
    gap: 20px;
    border-bottom: #dddddd solid 1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #Page.user.reservation .page_form > article:last-child {
    border: none;
    margin-bottom: 0px;
  }
  #Page.user.reservation .page_form > article .image_div {
    min-width: 100%;
    height: 0px;
    padding-bottom: 60%;
  }
  #Page.user.reservation .page_form > article .content_div {
    padding: 0px;
    text-align: center;
  }
  #Page.user.reservation .page_form > article .content_div h1 a {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 25px;
  }
  #Page.user.reservation .page_form > article .content_div > form button {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */