@charset "UTF-8";

@import url('ui/header.css');
@import url('ui/footer.css');
@import url('ui/detail-new.css');
@import url('ui/guide.css');
@import url('ui/animation.css');

@import url('ui/home.css');
@import url('ui/introduce.css');
@import url('ui/tab.css');
@import url('ui/menu.css');

/*폰트설정 : 시작*/
@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src:
    local('Pretendard Black'),
    url('../fonts/pretendard/Pretendard-Black.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-Black.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src:
    local('Pretendard ExtraBold'),
    url('../fonts/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src:
    local('Pretendard Bold'),
    url('../fonts/pretendard/Pretendard-Bold.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src:
    local('Pretendard SemiBold'),
    url('../fonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src:
    local('Pretendard Medium'),
    url('../fonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src:
    local('Pretendard Regular'),
    url('../fonts/pretendard/Pretendard-Regular.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src:
    local('Pretendard Light'),
    url('../fonts/pretendard/Pretendard-Light.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-Light.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src:
    local('Pretendard ExtraLight'),
    url('../fonts/pretendard/Pretendard-ExtraLight.subset.woff2')
      format('woff2'),
    url('./woff-subset/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src:
    local('Pretendard Thin'),
    url('../fonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2'),
    url('./woff-subset/Pretendard-Thin.woff') format('woff');
}

/*폰트설정 : 끝*/

body,
input,
textarea,
select,
table,
button,
code,
div,
a {
  color: #111;
  font-family: 'Pretendard';
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
}

/*폰트설정 : 끝*/

/*기타 설정 : 시작 */
html {
  -webkit-text-size-adjust: none;
  /*-ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;*/
  -webkit-touch-callout: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
fieldset,
label,
legend,
input,
textarea,
button,
menu {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none;
}

body {
  width: 100%;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 280px;
  min-height: 100vh;
  background: #fff;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

nav,
menu,
ul,
li,
ol {
  list-style: none;
}

div {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
fieldset {
  border: none;
}

em,
address {
  font-style: normal;
}

select {
  cursor: pointer;
}

section,
article,
header,
nav,
aside,
hgroup {
  display: block;
}

select::-ms-expand {
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  border: none;
  background: none;
  cursor: pointer !important;
}

button:focus {
  outline: none !important;
}

a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none !important;
}

table {
  table-layout: fixed;
}

:root {
  --main: #ff6a00;
  --green2: #10972a;
  --sub2: #ffcf67;
}

.clearFix:after {
  content: '';
  display: block;
  clear: both;
}

.ibFix {
  line-height: 0px;
}

.hiddenFix {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  line-height: 0;
  text-indent: -10000px;
}

.hiddenTxt {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.underline {
  text-decoration: underline !important;
}

caption {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  line-height: 0;
  text-indent: -10000px;
}

.floatLeft {
  float: left;
}

.floatLeft:after {
  content: '';
  display: block;
  clear: both;
}

.floatRight {
  float: right;
  position: relative;
}

.floatRight:after {
  content: '';
  display: block;
  clear: both;
}

.row {
  display: block;
  width: 100%;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
}

select::-ms-expand {
  display: none; /*for IE10,11*/
}

#goto_top {
  position: fixed;
  display: none;
  z-index: 49;
  width: 60px;
  height: 60px;
  background: url(../images/goto_top.webp) center no-repeat;
  background-size: 60px 60px;
  bottom: 42px;
  right: 32px;
  z-index: 50;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
  will-change: filter;
}

.scrollFix::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.scrollFix::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.scrollFix::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

/*기타 설정 : 끝*/

.allWrap {
  display: block;
  width: 100%;
  padding: 114px 0 0;
  min-height: calc(100vh - 150px);
  min-width: 280px;
}

.section {
  display: block;
  width: 100%;
}

.centerWrap {
  display: block;
  width: 100%;
  max-width: 1320px;
  padding: 0 30px;
  margin: 0 auto;
}

.centerWrap:after {
  content: '';
  display: block;
  clear: both;
}

.table-wrap {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  border: 1px solid #ccc;
  padding: 8px 12px;
}

.table-header .table-cell {
  font-weight: bold;
  text-align: center;
}

.table-price {
  text-align: right;
}

/*#######################################*/
@media screen and (max-width: 1600px) {
} /*반응형 1600px 끝*/

/*#######################################*/
@media screen and (max-width: 1500px) {
} /*반응형 1500px 끝*/

/*#######################################*/
@media screen and (max-width: 1400px) {
} /*반응형 1400px 끝*/

/*#######################################*/
@media screen and (max-width: 1300px) {
} /*반응형 1300px 끝*/

/*#######################################*/
@media screen and (max-width: 1200px) {
} /*반응형 1200px 끝*/

/*#######################################*/
@media screen and (max-width: 1100px) {
} /*반응형 1100px 끝*/

/*#######################################*/
@media screen and (max-width: 1000px) {
  .allWrap {
    padding: 80px 0 0;
  }
} /*반응형 1000px 끝*/

/*#######################################*/
@media screen and (max-width: 900px) {
} /*반응형 900px 끝*/

/*#######################################*/
@media screen and (max-width: 800px) {
} /*반응형 800px 끝*/

/*#######################################*/
@media screen and (max-width: 700px) {
} /*반응형 700px 끝*/

/*#######################################*/
@media screen and (max-width: 600px) {
  .allWrap {
    padding: 60px 0 0;
  }

  .centerWrap {
    padding: 0 20px;
  }

  #goto_top {
    width: 40px;
    height: 40px;
    background: url(../images/goto_top.webp) center no-repeat;
    background-size: 40px 40px;
    bottom: 20px;
    right: 14px;
  }

  .table-wrap {
    font-size: 12px;
  }

  .table-cell {
    padding: 6px 4px;
  }
} /*반응형 600px 끝*/

/*#######################################*/
@media screen and (max-width: 500px) {
} /*반응형 500px 끝*/

/*#######################################*/
@media screen and (max-width: 400px) {
} /*반응형 400px 끝*/

/*#######################################*/
@media screen and (max-width: 370px) {
} /*반응형 370px 끝*/

/*#######################################*/
@media screen and (max-width: 340px) {
} /*반응형 340px 끝*/

/*#######################################*/
@media screen and (max-width: 320px) {
} /*반응형 320px 끝*/

/*#######################################*/
@media screen and (max-width: 300px) {
} /*반응형 300px 끝*/

.noticeAttachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.noticeAttachments a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  background: #fff;
  text-decoration: none;
}
