/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    line-height:1.3;
    vertical-align: baseline;
    /* font-family: 'Pretendard'; */
    font-family:'Escoredream';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    padding:0px !important;
    margin:0px !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration:none !important;
    color: inherit;
}
.btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #239970 !important;
  --bs-btn-border-color: #239970 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #0F6649 !important;
  --bs-btn-hover-border-color: #0F6649 !important;
  --bs-btn-focus-shadow-rgb: 27, 189, 93 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #0F6649 !important;
  --bs-btn-active-border-color: #0F6649 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #239970 !important;
  --bs-btn-disabled-bg: #E3F6F0 !important;
  --bs-btn-disabled-border-color: #E3F6F0 !important;
}
.btn-success {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #7EC829 !important;
  --bs-btn-border-color: #7EC829 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #4E8A10 !important;
  --bs-btn-hover-border-color: #4E8A10 !important;
  --bs-btn-focus-shadow-rgb: 108, 179, 18 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #4E8A10 !important;
  --bs-btn-active-border-color: #4E8A10 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #7EC829 !important;
  --bs-btn-disabled-bg: #F2FAE3 !important;
  --bs-btn-disabled-border-color: #F2FAE3 !important;
}



.btn-outline-primary {
  --bs-btn-color: #239970;
  --bs-btn-border-color: #239970;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #239970;
  --bs-btn-hover-border-color: #239970;
  --bs-btn-focus-shadow-rgb: 27, 189, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #239970;
  --bs-btn-active-border-color: #239970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #239970;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #69b312;
  --bs-btn-border-color: #69b312;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5da40a;
  --bs-btn-hover-border-color: #5da40a;
  --bs-btn-focus-shadow-rgb: 108, 179, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5da40a;
  --bs-btn-active-border-color: #5da40a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}


.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255,255,255,0.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255,255,255,0.15);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 108, 179, 18;
  --bs-btn-active-color: #239970;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ddd;
  --bs-gradient: none;
}
.text-bg-primary {
    background:#239970 !important;
}

/* jQuery UI 버튼을 Bootstrap 버튼처럼 스타일링 */
.ui-dialog .ui-dialog-buttonpane button {
    background-color: #239970;
    border: none;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin: .3em .2em .3em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
}

/*
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: none;
}
*/

.ui-dialog .ui-dialog-titlebar-close::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00d";
    font-size: 18px;
    color: #333;
}