@charset "utf-8";

@import url('animate.css');
@import url('calendar.css');

@import url('swiper.css');
@import url('menu.css');
@import url('main.css');
@import url('sub.css');
/*@import url('bootstrap.css');*/


/* font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


html {
  overflow-y:scroll;
  word-break: keep-all;
  	-ms-overflow-style: none; /* 익스플로러, 앳지 */
	scrollbar-width: none; /* 파이어폭스 */
  overflow-x: hidden;
  font-family: 'Pretendard', sans-serif;
  color: #333;
}

html::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라 */
}
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,  header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
}

/* HTML5 display-role reset for older browsers */
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;
}

table, th,  input,
textarea, button, select {
  font-family: 'Poppins', 'Pretendard', sans-serif;
  /*font-family: "Pretendard", "돋움", Dotum, Arial, sans-serif;*/
}

button, select {
  text-transform:none;
}

button, input {
  line-height:normal;
  font-size: 1em;
}

textarea {
  resize:vertical;
  overflow:auto;
}

address, caption, cite, code,
dfn, em, var {
  font-style:normal;
  font-weight:normal;
}

label {
  cursor:pointer;
}

/* For Screen Reader */
legend {
  display:none;
  visibility:hidden;
}

/* For Screen Reader */
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;
}

a:focus, button:focus{
  outline:none;
}

/* scrollbar  */
/* ::-webkit-scrollbar { width: 0; }
::-webkit-scrollbar-track { background-color: transparent; }
::-webkit-scrollbar-thumb { background-color: transparent; }
::-webkit-scrollbar-button { display: none; } */


/* input 기본 스타일 초기화 */
input[type=text],
input[type=password],
input[type=button],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=hidden],
input[type="file"],
textarea,
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -moz-appearance: none;  /* Firefox */
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: transparent;
    outline: none;
    border: 0;
}

select::-ms-expand {
  display:none; /* IE 10, 11 */
}

input[type=checkbox],
input[type=radio] {
   /* -moz-appearance: none;*/
    -o-appearance: none;
    /* -webkit-appearance: none;*/

    width: 15px;
    height: 15px;
    border: 1px solid #666 !important;

    -ms-appearance: none;
    background: transparent;
    border-radius: 0;
    outline: none;
    border: none;

}

input::-ms-clear,
select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder { color: #666;}
input:-moz-input-placeholder { color: #666;}
input::-moz-input-placeholder { color: #666;}
input:-ms-input-placeholder { color: #666;}

textarea {
    overflow: auto;
    resize: none;
}

textarea::-webkit-input-placeholder {color:  #666;}
textarea: -moz-placeholder {/* Firefox 18- */ color:  #666;}
textarea: :-moz-placeholder {/* Firefox 19+ */ color:  #666;}
textarea: -ms-input-placeholder {color:  #666;}


@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 select,
  .ios-os textarea{
        -webkit-appearance: none;
        -moz-appearance: none;
      appearance: none;
      border-radius:0;
  }

  .ios-os select{
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' style='opacity:0.5'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 8px;
    background-position: calc(100% - 10px) calc(50% + 3px);
    background-repeat: no-repeat;
  }
}


.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;
}
.over-img {
    overflow: hidden;
}

.over-img img{
  -webkit-transition:transform 0.3s;
  -moz-transition:transform 0.3s;
  -o-transition:transform 0.3s;
  -ms-transition:transform 0.3s;
  transition:transform 0.3s
}

a:hover .over-img img{
  -ms-transform: scale(1.1) rotate(0.002deg);
    -o-transform: scale(1.1) rotate(0.002deg);
    -moz-transform: scale(1.1) rotate(0.002deg);
    -webkit-transform: scale(1.1) rotate(0.002deg);
    transform: scale(1.1) rotate(0.002deg);
}

.over-bg{
  overflow:hidden;
  -webkit-transition:transform 0.3s;
  -moz-transition:transform 0.3s;
  -o-transition:transform 0.3s;
  -ms-transition:transform 0.3s;
  transition:transform 0.3s
}

a:hover .over-bg{
  -ms-transform: scale(1.1) rotate(0.002deg);
    -o-transform: scale(1.1) rotate(0.002deg);
    -moz-transform: scale(1.1) rotate(0.002deg);
    -webkit-transform: scale(1.1) rotate(0.002deg);
    transform: scale(1.1) rotate(0.002deg);
}

/* Skip Navgation */
.cm-accessibility a  {
     position: absolute;
     text-align: center;
     width: 200px;
     display: block;
     background: #c52227;
     color: #fff;
     left: -9999px;
 }

.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%;
 }
.sound_only, .cke_sc { display: none;}

