@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,800;1,600&family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Play:wght@700&family=Saira+Condensed:wght@900&family=Saira+Semi+Condensed:wght@900&family=Saira:ital@0;1&display=swap');


@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');



/* common */
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none !important;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  word-break: keep-all;
}

ul>li>a {
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  ;
}

a:focus, a:active, a:hover, a:visited, a:checked {
  text-decoration: none !important;
  ;
}

ul>li>a:focus, ul>li>a:active, ul>li>a:hover, ul>li>a:visited, ul>li>a:checked {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width:100%;
  table-layout:fixed;
}

.blind {
  position: absolute !important;
  visibility: hidden !important;
  top: 0 !important;
  left: 0 !important;
  height: 0 !important;
  width: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

.clear::after {
  clear: both;
  content: '';
  display: block;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

caption {
  display: none;
}

p, strong, span {
  letter-spacing: -0.5px;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
  letter-spacing: -1px;
}

input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
}

button {
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

textarea {
  box-sizing: border-box;
  resize: none;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* LAYOUT */
#A_Wrap {
  width: 100%;
  height: 100%;
}

#A_Container_Wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner {position: relative; width: 1410px;margin: 0 auto;}
.clear::after{display: block; content: ''; clear: both;}







@media screen and (max-width: 1410px) {

.inner{width:1024px;}

}



/* tablet */
@media screen and (max-width: 1023px) {
  .inner {
    box-sizing: border-box;
    width: auto;
    padding:0 20px;
  }
 
  


  
}

@media screen and (max-width:767px) {
  .inner{padding:0 15px;}

  




}

/* mobile */
@media screen and (max-width: 480px) {
  input {
    font-size: 0.875rem;
  }

  select {
    font-size: 0.875rem;
  }

  textarea {
    font-size: 0.875rem;
  }



}
