@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* @import url(&quot;https://use.typekit.net/well.css&quot;); */

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  src: local('Pretendard Black'),
  url('../fonts/Pretendard-Black.woff2') format('woff2'),
  url('../fonts/Pretendard-Black.woff') format('woff'),
  url('../fonts/Pretendard-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  src: local('Pretendard Bold'),
  url('../fonts/Pretendard-Bold.woff2') format('woff2'),
  url('../fonts/Pretendard-Bold.woff') format('woff'),
  url('../fonts/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  src: local('Pretendard SemiBold'),
  url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
  url('../fonts/Pretendard-SemiBold.woff') format('woff'),
  url('../fonts/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  src: local('Pretendard Medium'),
  url('../fonts/Pretendard-Medium.woff2') format('woff2'),
  url('../fonts/Pretendard-Medium.woff') format('woff'),
  url('../fonts/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  src: local('Pretendard Regular'),
  url('../fonts/Pretendard-Regular.woff2') format('woff2'),
  url('../fonts/Pretendard-Regular.woff') format('woff'),
  url('../fonts/Pretendard-Regular.ttf') format('truetype');
}

/* Reset
========================================================================== */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  font-weight: 400;
  font-family: 'Pretendard','Noto Sans KR', 'Dotum', '돋움', 'Apple SD Gothic Neo', sans-serif;
  color: #222;
  min-width: 320px;
  font-size: 1em;
  word-break: keep-all;
}
*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body,p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,
textarea,button,select,span,a,div,fieldset,button,em,address,label,strong {
  margin: 0;
  padding: 0;
  letter-spacing: -.06em;
  color: inherit;
}
body,input,textarea,select,button,table {
  line-height: 1;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased
}
img,fieldset,button {
  border: 0 none;
}
ul,ol,li {
  list-style: none
}
input,select,button {
  font-size: 1.3rem;
}
input {
  background: #fff;
}
em,address {
  font-style: normal
}
a {
  display: block;
  height: auto;
  color: inherit;
  font-size: inherit;
  outline: none;
  text-decoration: none;
}
a:focus{
  outline: thin dotted;
}
a, button{
	-webkit-transition:0.4s;
	transition:0.4s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}
td,
th {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all
}
caption {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: -1px 0;
  font-size: 1px;
  line-height: 0
}
legend {
  display: none
}
label,
button {
  cursor: pointer
}
label {
  color: inherit;
}
iframe {
  border: 0;
}
input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
}
select {
  width: auto;
  height: 35px;
  padding: 0 10px 1px;
  line-height: 31px;
  color: #999;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  background: #fff url('../images/ic-select-3x.png') no-repeat right 20px center;
  background-size: 12px 7px;
  border-radius: 0;
  transition: border-color 150ms ease-in-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea,
input[type=text],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
input[type=email] {
  width: auto;
  height: 45px;
  padding: 0 10px 0 20px;
  line-height: 44px;
  color: #111;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e8e8e8;
  letter-spacing: -.06em;
  transition: border-color 150ms ease-in-out 0s;
}
textarea {
  width: 100%;
  padding: 10px 10px;
  vertical-align: top;
  line-height: 20px;
  overflow: hidden;
  overflow-y: auto;
  resize: none;
  background: #fff;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
}
input[disabled],
input[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: default;
  color: #999;
  border-color: #ddd;
  background: #f8f8f8;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-weight: 400;
  letter-spacing: -.06em;
}
input::-ms-clear,
input::-webkit-search-cancel-button {
  display: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #5e5aff;
  border-width: 2px;
  color: #111;
  font-weight: 700;
  border-radius: 0;
}
input:invalid,
select:invalid,
textarea:invalid {
  color: rgba(0, 0, 0, 0.5);
  border-color: #e8e8e8;
  background: #f8f8f8;
  border-width: 1px;
  font-weight: 400;
}
input:valid,
select:valid,
textarea:valid {
  color: rgba(17, 17, 17, 1);
  background: #fff;
}
select::-ms-expand {
  display: none;
}
[type="checkbox"] {
  display: none;
}
[type="checkbox"]+label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 13px 0 0;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease;
  transition: transform 0.2s ease-out, color 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
[type="checkbox"]+label::before {
  content: '';
}

[type="checkbox"]+label:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
[type="checkbox"]+label:active::before {
  -webkit-transform: scale3d(1.35, 1.35, 1);
  transform: scale3d(1.35, 1.35, 1);
}
[type="checkbox"]+label::before {
  display: inline-block;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
[type="checkbox"]:checked+label::before {
  border-color: #5141ff;
  background: #5141ff url("../images/ic-done-wh.png") no-repeat 50% 50%;
  background-size: 80% auto;
}
[type="checkbox"]:disabled+label::before {
  background: #f8f8f8;
  background-size: 80%;
}
[type="checkbox"][checked][disabled]+label::before {
  background: #ccc url("../images/ic-done-gr.png") no-repeat 50% 50%;
  background-size: 80% auto;
}
button {
  border-radius: 0;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
button>span {
  position: relative;
}
::selection {
  background: #a1a2f6;
  color: #fff;
}

/* COMMON
==========================================================================* /
/* SKIP */
.skip-to {
  position: absolute;
  z-index: 999;
  top: -99px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.skip-to:hover,
.skip-to:focus,
.skip-to:active {
  display: block;
  top: 0;
}
section,
header,
.wrap {
  -webkit-transition: all .035s ease-in;
  transition: all .035s ease-in;
}
.scrollDisable {
  overflow: hidden !important;
  max-height: 100vh;
  -ms-touch-action: none;
  touch-action: none;
}
.scrnone {
  overflow: hidden !important;
}
.scr-none {
  overflow-y: hidden;
}
.scr-m {
  display: none;
}
.dim {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.dim.open {
  display: block;
}
.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  -ms-touch-action: none;
  touch-action: none;
}
i{
  display: inline-block;
}
.p_desc {

}
.table {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}


/* BerakPoint
==========================================================================*/
@media (max-width: 767px) {
  .moenter {
    content: '';
    display: block;
  }
  .pcenter {
    display: none;
  }
  .movis{
    display: block;
  }
  .tavis{
    display: block;
  }
  .pcvis{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .moenter {
    display: none;
  }
  .pcenter {
    content: '';
    display: block;
    height: 1px;
  }
  .movis{
    display: none;
  }
  .tavis{
    display: block;
  }
  .pcvis{
    display: none;
  }
}
@media (min-width: 1024px) {
  input,select,button {
    font-size: 1.8rem;
  }
  .tavis{
    display: none;
  }
  .pcvis{
    display: block;
  }
  textarea,
  input[type=text],
  input[type=tel],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=email] {
    height: 65px;
    padding: 0 10px 0 25px;
    line-height: 64px;
  }
  input:focus,
  select:focus,
  textarea:focus {
    border-width: 3px;
  }
}

