@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap&subset=japanese');
:lang(ja) {font-family:Kosugi Maru, sans-serif}

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", AppleGothic, "Malgun Gothic", "돋움", Helvetica,
    sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  resize: none;
  outline: 0;
}

html {
  -webkit-tap-highlight-color: rgba(50, 101, 186, 0.2);
  -webkit-tap-highlight-color: rgba(50, 101, 186, 0.2);
}

body {
  font-family: "Noto Sans KR", AppleGothic, "Malgun Gothic", "돋움", Helvetica,
    sans-serif;
  background: #fff;
  color: #292929;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
}

.mont {
  font-family: "Montserrat" !important;
}
br {
  font-family: "Malgun Gothic";
}

header,
footer,
nav,
section,
article,
aside {
  display: block;
}

a {
  color: #666;
  text-decoration: none;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

ul,
ol,
dl,
menu,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0;
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

table {
  border-spacing: 0;
  width: 100%;
  empty-cells: show;
  table-layout: fixed;
  border-collapse: collapse;
}

legend,
caption {
  display: none;
}

img,
fieldset,
iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  outline: none;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea,
select {
  border: 1px solid #e3e5e4;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
  padding: 0.6rem 1.2rem;
  background: #fff;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

textarea {
  height: auto;
  overflow: auto;
  resize: none;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  outline: none;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select[disabled],
input[disabled],
input[readonly],
textarea[readonly],
textarea[disabled] {
  background-color: #e0e0e0;
  opacity: 1;
}

input[disabled],
select[disabled] {
  cursor: not-allowed !important;
}

input.error {
  border-color: #ef5350;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.error:focus {
  border-color: #843534;
}

input {
  background: #fff;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
  background: #fff;
  border-color: #a2a2a2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.45px;
  color: #cfcfcf;
  opacity: 1;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.45px;
  color: #cfcfcf;
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e0e0e0;
  -webkit-text-fill-color: #666;
}

select {
  padding: 0 0 0 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  display: inline-block;
  font-family: inherit;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: 0;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

.text_sky {
  color: #00a0e9 !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

/*bootstrap css reset*/
.row {
  margin: 0;
}

p {
  margin-bottom: 0;
}

[class*="col-"] {
  padding: 0;
  margin: 0;
}

label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 0;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
