@charset "utf-8";
/* *******************************************************
 * filename : default.css
 * date : 2025-06-20
******************************************************** */ 
:root {
  --main-color: #E9372A;
  --area-full-width: 90vw;
  --area-wrap-width: 1720px;
  --area-box-width: 1596px;
  --area-padding: 30px;
  --header-height: 100px;
  --header-top-height: 40px;
  --full-height: 100vh;
  --transition-custom1: all 0.4s ease-in-out;
  --transition-custom2: all 0.8s ease;
  --font-family: 'Pretendard', "나눔고딕", NanumGothic, "Nanum Gothic", "돋움", Dotum, Arial, sans-serif;
}
html {
  overflow-y: scroll;
  font-size: 10px; height: 100%;
}
html:not(.is-mobile) *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html:not(.is-mobile) *::-webkit-scrollbar-track {
  background-color: #0c0919;
}
html:not(.is-mobile) *::-webkit-scrollbar-thumb {
  background-color: #E9372A;
}
::selection {
  background: var(--main-color);
  color: #fff;
}
::-moz-selection {
  background: var(--main-color);
  color: #fff;
}
body, table, th, td, button, select, input, textarea {
  font-family: var(--font-family);
  color: #666;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  word-break: keep-all;
}
html, body {
  overscroll-behavior: contain; /* 혹은 none */
}
body {
  background-color: #fff; height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
audio, canvas, img, video {
  vertical-align: middle;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, fieldset {
  border: 0;
}
input, select, textarea {
  line-height: 1.2;
  vertical-align: middle;
}
body, table, th, td, input, textarea, button, select {
  font-size: 12px;
  color: #666;
}
button, select {
  text-transform: none;
}
button, input {
  line-height: normal;
}
textarea {
  resize: vertical;
  overflow: auto;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
label {
  cursor: pointer;
}
legend {
  display: none;
  visibility: hidden;
}
caption {
  display: none;
  visibility: hidden;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  text-decoration: none;
}
button {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border: 0px;
  background: none;
}
body.mouse a:focus, body.mouse button:focus {
  outline: none;
}
input[type="text"], input[type="password"], input[type="file"], input[type="search"], input[type="email"], select, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input::-ms-clear, select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='opacity:0.5'  viewBox='0 0 6.42 4'><path d='M6.42.69,3.21,4,0,.69.71,0l2.5,2.57L5.71,0Z'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
textarea {
  resize: none;
}
@media all and (max-width:800px) {
  .ios-os input[type="text"], .ios-os input[type="search"], .ios-os input[type="password"], .ios-os input[type="file"], .ios-os input[type="email"], .ios-os select, .ios-os textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
}
/* *******************
 * description : common.css
******************* */
.cm-fl {
  float: left;
}
.cm-fr {
  float: right;
}
.cm-cb {
  clear: both;
}
.cm-cf {
  clear: both;
  height: 1px;
}
.cm-pr {
  position: relative;
}
.cm-pa {
  position: absolute;
}
.cm-al {
  text-align: left !important;
}
.cm-ac {
  text-align: center !important;
}
.cm-ar {
  text-align: right !important;
}
.cm-aj {
  text-align: justify !important;
}
.cm-vt {
  vertical-align: top;
}
.cm-vm {
  vertical-align: middle;
}
.cm-vb {
  vertical-align: bottom;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-layout {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell-layout {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* Skip Navgation */
.cm-accessibility a {
  position: absolute;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  display: block;
  background: #222;
  color: #fff;
  left: -9999px;
  font-size: 16px;
  font-weight: 500;
}
.cm-accessibility a:hover {
  z-index: 999999;
  margin-left: -100px;
  left: 50%;
}
.cm-accessibility a:focus {
  z-index: 999999;
  margin-left: -100px;
  left: 50%;
}
.cm-accessibility a:active {
  z-index: 999999;
  margin-left: -100px;
  left: 50%;
}
/* 공통 :: 가로값지정 */
.width10 {
  width: 10% !important;
}
.width20 {
  width: 20% !important;
}
.width30 {
  width: 30% !important;
}
.width40 {
  width: 40% !important;
}
.width50 {
  width: 50% !important;
}
.width60 {
  width: 60% !important;
}
.width70 {
  width: 70% !important;
}
.width80 {
  width: 80% !important;
}
.width90 {
  width: 90% !important;
}
.width100 {
  width: 100% !important;
}
.max-img {
  max-width: 100%;
}
/* Split Text (plugin) */
.cm-word-split-JS {
  overflow: hidden;
  opacity: 0;
}
.cm-word-split-JS.splitting {
  opacity: 1.0;
}
.cm-word-split-JS.splitting .word {
  overflow: hidden;
  line-height: 1.1;
  display: inline-block;
}
.cm-word-split-JS.splitting .char {
  display: inline-block;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  opacity: 0;
}