.btn {
  height: 30px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  width: 100%;
  padding: 0.4em 1.5em 0.4em 1.5em;
  font-family: "맑은 고딕", "Nanum Gothic";
  display: inline-block;
  zoom: 1;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
}

/*SEA GREEN BUTTON STYLES*/
.btn.btn-sea {
  background-color: #08bc9a;
  border-color: #08bc9a;
  -webkit-box-shadow: 0 3px 0 #088d74;
  box-shadow: 0 3px 0 #088d74;
}
.btn.btn-sea:hover {
  background-color: #01a183;
}
.btn.btn-sea:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* CYAN  (주의) 임의로 만든 것으로 색상은 재점검 요함 */
.btn.btn-cyan {
  background-color: #73b9c9;
  border-color: #73b9c9;
  -webkit-box-shadow: 0 3px 0 #70b4c4;
  box-shadow: 0 3px 0 #70b4c4;
}
.btn.btn-cyan:hover {
  background-color: #01a183;
}
.btn.btn-cyan:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*DARK BLUE BUTTON STYLES*/
.btn.btn-dark-blue {
  background-color: #237fbc;
  border-color: #237fbc;
  -webkit-box-shadow: 0 3px 0 #1a5c87;
  box-shadow: 0 3px 0 #1a5c87;
}
/* .btn.btn-dark-blue:hover{background-color:#166ea8;}  */
.btn.btn-dark-blue:hover {
  background-color: #237fbc;
  color: orange;
}
.btn.btn-dark-blue:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*RED/ROUGE BUTTON STYLES*/
.btn.btn-rouge {
  background-color: #c0392b;
  border-color: #c0392b;
  -webkit-box-shadow: 0 3px 0 #8f2a1f;
  box-shadow: 0 3px 0 #8f2a1f;
}
.btn.btn-rouge:hover {
  background-color: #ac3420;
}
.btn.btn-rouge:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*DARK BUTTON STYLES*/
.btn.btn-dark {
  background-color: #2c3d51;
  border-color: #2c3d51;
  -webkit-box-shadow: 0 3px 0 #080c0f;
  box-shadow: 0 3px 0 #080c0f;
}
.btn.btn-dark:hover {
  background-color: #202d3d;
}
.btn.btn-dark:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*DARK BUTTON STYLES*/
.btn.btn-orange {
  background-color: #f59e00;
  border-color: #f59e00;
  -webkit-box-shadow: 0 3px 0 #b37401;
  box-shadow: 0 3px 0 #b37401;
}
.btn.btn-orange:hover {
  background-color: #dd9003;
}
.btn.btn-orange:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* 마우스로 클릭 후 포커스가 표시되는 것을 막도록 정상상태의 스타일로 한다. */
.btn.btn-orange:focus {
  outline: none !important;
  -webkit-box-shadow: 0 3px 0 #b37401;
  box-shadow: 0 3px 0 #b37401;
}
/* 키보드 Tab 입력에 의한 포커스 이동으로 버턴에 포커스가 주어졌을 때는 포커스 표시를 한다. */
.btn.btn-orange:focus:focus-visible {
  box-shadow: none;
  height: 36px;
  border-width: 3px;
  border-color: #c6f5f5;
}

/*SUNFLOWER BUTTON STYLES*/
.btn.btn-sunflower {
  background-color: #f2c500;
  border-color: #f2c500;
  -webkit-box-shadow: 0 3px 0 #b19001;
  box-shadow: 0 3px 0 #b19001;
}
.btn.btn-sunflower:hover {
  background-color: #e3ba02;
}
.btn.btn-sunflower:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*RED BUTTON STYLES*/
.btn.btn-red {
  background-color: #ea4f37;
  border-color: #ea4f37;
  -webkit-box-shadow: 0 3px 0 #b13825;
  box-shadow: 0 3px 0 #b13825;
}
.btn.btn-red:hover {
  background-color: #a53422;
}
.btn.btn-red:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*CONCRETE BUTTON STYLES*/
.btn.btn-concrete {
  background-color: #7e8c8d;
  border-color: #7e8c8d;
  -webkit-box-shadow: 0 3px 0 #4e5b5c;
  box-shadow: 0 3px 0 #4e5b5c;
}
.btn.btn-concrete:hover {
  background-color: #6a7879;
}
.btn.btn-concrete:active {
  top: 3px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .button-14는 alertDialog 하단의 '확인' 버턴에 대한 CSS임 */
.button-14 {
  background-image: linear-gradient(#f7f8fa, #e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "맑은 고딕", "Nanum Gothic";
  font-size: 14px;
  line-height: 16px;
  height: 26px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-14:active {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, 0.5) 0 0 3px 2px;
  outline: 0;
}

.button-14:active:hover {
  border-bottom-color: #a2a6ac;
}

.button-14:hover {
  border-color: #a2a6ac #979aa1 #82858a;
  background-image: linear-gradient(#fff8fa, #f7e9ec);
}
