@charset "utf-8";

/* @font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'GangwonEduPowerExtraBoldA';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/* font-face */
/* reset
------------------------------------------------------------------------------------------------- */
* {
   box-sizing: border-box;
}
html,
body {
   margin: 0;
   padding: 0;
   font-family: arial, 'Malgun Gothic', sans-serif;
   font-weight: 300;
   font-size: 16px;
   line-height: 1;
   height: 100%;
   color: #262626;
   -webkit-text-size-adjust: none;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
   margin: 0;
   padding: 0;
   -webkit-text-size-adjust: none;
   font-family: arial,'Malgun Gothic', sans-serif;
   font-weight: 300;
   line-height: 1;
}
th,
td,
input,
textarea,
select,
button {
   font-size: inherit;
   color: inherit;
   font-family: inherit;
   -webkit-text-size-adjust: none;
   font-weight: 300;
   font-family: arial,'Malgun Gothic', sans-serif;
   font-weight: 300;
   line-height: 1;
}
th,
td {
   word-break: break-all;
   word-wrap: break-word;
   -webkit-text-size-adjust: none;
}
table {
   border-spacing: 0;
   border-collapse: collapse;
   -webkit-text-size-adjust: none;
   border: 0;
   table-layout: fixed;
   width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
var {
   font-style: normal;
   font-weight: normal;
   -webkit-text-size-adjust: none;
   font-family: arial,'Malgun Gothic', sans-serif;
   font-weight: 300;
   line-height: 1;
}
em {
   font-weight: inherit;
}
ol,
ul,
li {
   list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: 100%;
}
abbr,
acronym {
   border: 0;
}
hr {
   clear: both;
   display: none;
}
legend,
caption {
   visibility: hidden;
   overflow: hidden;
   line-height: 0;
   width: 0;
   height: 0;
   margin: 0;
   padding: 0;
   text-indent: -99999px;
   font-size: 0;
}
img,
fieldset {
   border: 0 none;
}
label {
   cursor: pointer;
}
a {
   cursor: pointer;
   text-decoration: none;
   font-family: arial,'Malgun Gothic', sans-serif;
   font-weight: 300;
   line-height: 1;
}
a:active {
   text-decoration: none;
}
.hide {
   position: absolute;
   visibility: hidden;
   overflow: hidden;
   height: 0;
   line-height: 0;
   width: 0;
   margin: 0;
   padding: 0;
}
input,
img {
   vertical-align: middle;
}
input,
button {
   border: 1px solid #151515;
   border-radius: 0;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   outline: 0;
   font-family: arial,'Malgun Gothic', sans-serif;
   font-weight: 300;
   line-height: 1;
}
textarea {
   outline: none;
}
input:disabled {
   color: #d3d3d3;
}
input::-webkit-input-placeholder {
   color: #d3d3d3;
}
input:-ms-input-placeholder {
   color: #d3d3d3;
}
input:focus,
input:active,
select:focus,
select:active {outline:none;border-color: transparent;}
textarea::-webkit-input-placeholder {
   color: #d3d3d3;
}
textarea:-ms-input-placeholder {
   color: #d3d3d3;
}
button {
   cursor: pointer;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   outline: 0;
   border: none;
}
textarea {
   resize: none;
   border: 0;
   -webkit-appearance: none;
   font-family: arial,'Malgun Gothic', sans-serif;
   font-weight: 300;
   line-height: 1;
}
* {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0.12);
}

html,
body {
   min-height: 100%;
}

/* common style */
.inputText {
   display: block;
}
.inputText input {
   font-size: 16px;
   line-height: 1;
   width: 100%;
   height: 100%;
   border: none;
   box-sizing: border-box;
   font-size: 14px;
   color: #7f7f7f;
   border: 1px solid #e5e5e5;
}
.inputText input:focus {
   border-color: #7f7f7f;
}
.inputText input:disabled {
   background-color: #f8f8f8;
   color: #d3d3d3;
}