@charset "utf-8";

/*
@작업자			:이상윤
@작업완료일		:2024.07.20
@최종수정일		:2024.06.25
*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block}
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;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{line-height:1;}
ol, ul, dl{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before,q:after{content:'';content:none;}

legend,caption{position:absolute;top:-1px;left:-1px;width:0;height:0;line-height:0;font-size:0;color:transparent;text-indent:-9999em;visibility:hidden;overflow:hidden}
table{width:100%; table-layout:fixed; vertical-align: middle; border-collapse:collapse;}
table,th,td{table-layout:fixed;border-collapse:collapse;border-spacing:0}
a,a:hover{text-decoration:none}
button{padding:0;margin:0;cursor:pointer; border:none; background:none;}
h1, h2, h3, h4, h5, h6{font-style:normal;}

/*input color style*/
input[type="color"] {appearance: none;width: 30px;height: auto;cursor: pointer;box-sizing: border-box;background-color: transparent;border: none;padding: 0;}
input[type="color"]::-webkit-color-swatch-wrapper {padding: 0;}
input[type="color"]::-webkit-color-swatch {border: none;}
input[type="color"]::-moz-color-swatch {border: none;}

/* 기본 스타일 */
.ft40 { font-size: 40px; }
.ft30 { font-size: 30px; }
.ft24 { font-size: 24px; }
.ft22 { font-size: 22px; }
.ft20 { font-size: 20px; }
.ft18 { font-size: 18px; }
.ft16 { font-size: 16px; }

/* 작은 화면 (모바일) */
@media (max-width: 767px) {
  .ft40 { font-size: 30px; }
  .ft30 { font-size: 25px; }
  .ft24 { font-size: 20px; }
  .ft22 { font-size: 18px; }
  .ft20 { font-size: 16px; }
  .ft18 { font-size: 14px; }
  p { font-size: 16px; }
}

/* 중간 화면 (태블릿) */
@media (min-width: 768px) and (max-width: 1023px) {
  .ft40 { font-size: 35px; }
  .ft30 { font-size: 28px; }
  .ft24 { font-size: 23px; }
  .ft22 { font-size: 21px; }
  .ft20 { font-size: 19px; }
  .ft18 { font-size: 17px; }
  .ft16 { font-size: 16px; }
}


/* 스킵 */
#u_skip {position: absolute;width: 100%;z-index: 9999; top:0;}
#u_skip a {position: absolute;top: -100px;left: 0;display: block;margin: 0;width: 100%;padding: 15px 0;text-align: center;background-color: #333;color: #fff;opacity: 0;transition: .3s;}
#u_skip a:hover,#u_skip a:focus,#u_skip a:active {top: 0;opacity: 1;}