@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px; padding:0;
  }
}

body,html {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;

  /*font-size: 0.92rem;*/
}

a {
  text-decoration: none; color: inherit;
}

a:hover{
  text-decoration: none; color: inherit;
}

/*
.row {
  margin:0; padding:0;
}

.col,[class^="col-"] {
  margin:0; padding:0;
}
*/

btn:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control,
.form-select {
  /*border-radius: 0 !important; font-size:13px;*/
  border-radius: 0;
  font-size:13px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
select:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

label {
  cursor: pointer;
}

.row {
  align-items: center;
}

ul {
  padding:0;
  margin:0;
}

ul li {
  padding:0;
  margin:0;
  list-style: none;
}


.form-check-input {
  transform: scale(1.2) !important;
  cursor: pointer;
}

.form-check-input:focus {
  border-width: 1px;
  border-color: #999 !important;
}

.form-check-input:checked {
  background-color: #999 !important;
  border-color: #999 !important;
}