@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
*,body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul{
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: "Malgun Gothic";
}

dt {
  color: #333;
  font-family: "Malgun Gothic";
}

body {
  font-size: 15px;
  color: #333;
  font-family: "Malgun Gothic";
  font-weight: 400;
  overflow-y: scroll;
}
.hidden{
  height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}
/* ::selection {
  background-color: #C8C8C8;
} */
@font-face {
  font-family: "Malgun Gothic";
  font-style: normal;
  src: url("https://fonts.cdnfonts.com/css/malgun-gothic-boot");
}
@font-face {
  font-family: "Nanum";
  font-style: normal;
  src: url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  src: url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Noto+Sans+KR:wght@300&display=swap");
}
@font-face {
  font-family: "S-CoreDream-3Light";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .inner {
    width: 90%;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 798px) {
  table {
    font-size: 0.9em;
  }
}

table .t_top th {
  padding: 10px 0;
}

table td {
  padding: 10px 5px;
  font-size: 0.9em;
}

input {
  border: 1px solid #b9b9b9;
  height: 40px;
  padding: 1px 5px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
  font-family: "Malgun Gothic";
}
input::placeholder {
  color: #C6C6C6;
  text-align: center;
  line-height: 30px;
}
input:focus {
  outline: none;
  border: 1px solid #f7b000;
  box-sizing: border-box;
}
input:focus::placeholder {
  opacity: 0;
}

textarea {
  border: 1px solid #b9b9b9;
  resize: none;
  padding:5px;
  font-family: "Malgun Gothic";
  box-sizing: border-box;
}
textarea::placeholder {
  text-align: center;
}
textarea:focus {
  border: 1px solid #f7b000;
  outline: none;
  box-sizing: border-box;
}
textarea:focus::placeholder {
  opacity: 0;
}

select {
  height: 40px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding-left:5px;
  background:url('/images/select_down1.png') no-repeat center right 5px #fff;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
}

select option:first-child {
  text-align: center;
}

select:focus {
  outline: none;
  border: 1px solid #f7b000;
  box-sizing: border-box;
}

.essential {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e84225;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
}

.essential_text {
  color: #e84225;
  margin-left: 5px;
  font-size: 0.9em;
  font-weight: 600;
}

button {
  width: auto;
  height: 30px;
  background-color: #f7b000;
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  /*font-family: "Malgun Gothic";*/
}
button.border_btn {
  border: 1px solid #f7b000;
  color: #f7b000;
  background-color: #fff;
  border-radius: 0;
}


input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  width: 15px;
  height: 15px;
  border: 1px solid #f7b000;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  margin-top: -3px;
}

input[type=checkbox]:checked + label {
  background-color: #f7b000;
  position: relative;
}

input[type=checkbox]:checked + label::before {
  content: "✔";
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 1.2em;
}

input[type=checkbox] + label + label {
  position: relative;
  cursor: pointer;
}/*# sourceMappingURL=defeult.css.map */

.hide {display:none}

/*input type=number 에서 오른쪽 화살표 없애기*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wd10 { width:10%;}
.wd20 { width:20%;}
.wd30 { width:30%;}
.wd40 { width:40%;}
.wd50 { width:50%;}
.wd60 { width:60%;}
.wd70 { width:70%;}
.wd80 { width:80%;}
.wd90 { width:90%;}

.wd100 { width:100px;}
.wd200 { width:200px;}
.wd300 { width:300px;}


@media screen and (max-width:798px){
  textarea,textarea::placeholder,input,input::placeholder,select,select option{
    font-size: 12px;
  }
}
