@font-face {
    font-family: "Pretendard";
    font-weight: 100 200 300 400 500 600 700 800 900;
    font-style: normal;
    font-display: swap;
    src: url("../font/PretendardVariable.woff2") format("woff2-variations");
}


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;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #ffffff;
    font-family: 'Pretendard', 'dotum', Verdana, Helvetica;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #333;
    LINE-HEIGHT: normal;

}


P {
    font-size: 14px;
    LINE-HEIGHT: normal;
    COLOR: #444444;
    text-align: justify;
}

form {
    display: inline;
}

img {
    border: 0px
}

select,
textarea,
input {
    cursor: pointer;
    box-sizing: border-box;
}

label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}

A:LINK {
    color: #444444;
    text-decoration: none;
}

A:VISITED {
    color: #444444;
    text-decoration: none;
}

A:HOVER {
    color: #1C6EB5;
    text-decoration: none;
    transition: all .3s ease;
}

A:ACTIVE {
    color: #444444;
    text-decoration: none;
}

li {
    list-style: none outside none;
}

ul {
    margin: 0;
    padding: 0;
}

IMG {
    border: 0px
}

.break {
    page-break-before: always
}

textarea {
    resize: none;
}



/********************* text Class *******************/



/* 해더 고정 */

.header-function-fixed .page-header {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 100;
    background: #fff;
}

.header-function-fixed .logo {

    position: fixed;
    top: 0;
    z-index: 95;
}

.header-function-fixed .logo_t {
    color: #222;
    font-size: 1.39rem;
}

/*.header-function-fixed .page-content,*/

.header-function-fixed .page-header {
    margin-left: 230px;
}

/* 해더 고정 */


/* 로그인 */
.loginlogo {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background-color: #fff;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    line-height: 25px;
}

body.login {
    background-color: #f1f3f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    height: 100%;
    /*     min-height: 100vh; */
    background-image: url(../img/login_bg0.jpg);
}

.logindiv {
    width: 505px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 20px #1d26260d;
    box-shadow: 0 3px 20px #1d26260d;
    margin: 30px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logindiv .loginmmessage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 18px;
    color: #fff;
    background-color: #8cc80c;
    margin-bottom: 38px;
    line-height: 27px;
    text-align: center;
}

.logindiv form label {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    color: #071021;
    margin-bottom: 11px;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
}

.logindiv form input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 4.076em;
    margin: 0 0 20px;
    -webkit-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid #e4e4e4;
    color: #7a7e83;
    -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 2%);
    box-shadow: 0 3px 16px rgb(0 0 0 / 2%);
    background: #fff;
    width: 100%;
    min-height: 40px;
    max-height: none;
}

.logindiv form .submit {
    display: block;
    margin: 16px 0 0 0;
}

.logindiv div.button {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    float: none;
    width: 100%;
    padding: 17px 0;
    border: none !important;
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background-color: #0d4bc1;
    -webkit-box-shadow: 0 7px 16px rgb(13 75 193 / 20%);
    box-shadow: 0 7px 16px rgb(13 75 193 / 20%);
    cursor: pointer;
    vertical-align: baseline;
    min-height: 19px;
    margin: 0;

}

.logindiv div.button:hover {
    background-color: #083FA9;
}










.inner,
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.inner {
    min-height: 100vh;
}

.side {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 230px;
    max-width: 16.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 90;
    will-change: left, right;
    background-color: #FCFCFC;

    /*    background-image: -webkit-gradient(linear,right top, left top,from(rgba(51,148,225,.18)),to(transparent));
    background-image: linear-gradient(270deg,rgba(51,148,225,.18),transparent);
*/
}

.slimScrollDiv {
    position: fixed;
    top: 66px;
    padding-top: 5px;
    z-index: 90;
    width: 230px;
    /* 	background-color: #FCFCFC; */
    -webkit-box-shadow: 0 3px 20px #0000001a;
    box-shadow: 0 3px 20px #0000001a;
    height: calc(100vh - 66px) !important;
    background-image: url('../img/bg.gif');
}

.page-wrapper {
    background-color: #F1F3F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 1px;
}

.logo {
    background-color: #fff;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px;
    padding: 0 10px;
    -webkit-box-shadow: 0 3px 16px #0000000d;
    box-shadow: 0 3px 16px #0000000d;
}

.logo a {
    width: 210px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.primary-nav .nav-menu:first-of-type {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-menu {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.menu_new_num2::before,
.nav-menu li:has(ul li div)::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 52px;
    width: 8px;
    height: 8px;
    display: block;
    font-size: 11px;
    border-radius: 10px;
    color: #fff;
    background-color: #ff5f5f;
}

.nav-menu li.has-new-post::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 52px;
    width: 8px;
    height: 8px;
    display: block;
    font-size: 11px;
    border-radius: 10px;
    color: #fff;
    background-color: #ff5f5f;
}

.menu_new_num {
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    font-weight: 700;
    line-height: 1;
    color: #222;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    background-color: #eee;
    margin-left: 7px;
    margin-top: 1px;
    position: relative;
    font-size: 9.5px;
}

.nav-menu li.menu_li2 {
    position: relative;
    width: 230px;
}

.nav-menu li.menu_li {
    position: relative;
    width: 230px;
}

.nav-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    padding: 5px 30px;
    font-size: 12px;
    color: #444;
    text-decoration: none;
    position: relative;
    font-weight: 400;
}

.nav-menu li a.menu_d_01 {
    position: relative;
    display: block;
    text-align: left;
    width: auto;
    padding: 16px 30px 17px 70px;
    text-align: left;
    color: #222;
    font-weight: 500;
    font-size: 0.97rem;
    width: 130px;
    /* 	-webkit-border-radius: 40px;
	    -ms-border-radius: 40px;
	    border-radius: 40px;
	background: #aaa; 
	font-family:'Dotum';*/
}

.nav-menu li a.menu_d_01::before {
    /*      -webkit-transform: translateX(0);
			 -ms-transform: translateX(0);
			 transform: translateX(0);  */
    content: "";
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 20px;
    width: 38px;
    height: 38px;
    display: block;
    font-size: 15px;
    line-height: 38px !important;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 12px #0000000f;
    box-shadow: 0 3px 12px #0000000f;
    color: #333;
    background-color: #fff;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
}


.nav-menu li:hover a.menu_d_01::after {
    /*      -webkit-transform: translateX(0);
			 -ms-transform: translateX(0);
			 transform: translateX(0);  */
    content: "";
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 1px;
    width: 38px;
    height: 38px;
    display: block;
    font-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='m15.4 9.88-4.59-4.59a1 1 0 0 0-1.41 0 1 1 0 0 0 0 1.42l4.6 4.58a1 1 0 0 1 0 1.42l-4.6 4.58a1 1 0 0 0 1.41 1.42l4.59-4.59a3 3 0 0 0 0-4.24Z'/%3E%3C/svg%3E");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;

}


.nav-menu li a.menu_d_01.svg_M00::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' %3E%3Cpath fill='%23555555' d='M470.549 111.573 313.237 36.629c-34.628-20.684-77.728-21.051-112.704-.96L41.451 111.573c-.597.299-1.216.619-1.792.96-37.752 21.586-50.858 69.689-29.272 107.441a78.736 78.736 0 0 0 31.064 30.266l43.883 20.907V375.68c.026 46.743 30.441 88.039 75.072 101.931a331.883 331.883 0 0 0 95.595 13.056 331.9 331.9 0 0 0 95.595-12.949c44.631-13.891 75.046-55.188 75.072-101.931V271.104l42.667-20.395v175.957c0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.551 21.333-21.333v-256c.142-25.051-19.638-48.193-41.452-59.093zM384 375.787c.011 27.959-18.129 52.69-44.8 61.077A289.962 289.962 0 0 1 256 448a289.962 289.962 0 0 1-83.2-11.136c-26.671-8.388-44.811-33.118-44.8-61.077v-84.309l70.763 33.707a112.47 112.47 0 0 0 57.707 15.765 106.666 106.666 0 0 0 54.976-14.805L384 291.477v84.31zm68.267-164.054-160.896 76.8a70.272 70.272 0 0 1-72.32-.96l-157.419-74.88c-17.547-9.462-24.101-31.357-14.639-48.903a36.105 36.105 0 0 1 13.85-14.201l159.893-76.373a70.4 70.4 0 0 1 72.32.96l157.312 74.944a36.861 36.861 0 0 1 18.965 31.787 36.266 36.266 0 0 1-17.066 30.826z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M00::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' %3E%3Cpath fill='%23ffffff' d='M470.549 111.573 313.237 36.629c-34.628-20.684-77.728-21.051-112.704-.96L41.451 111.573c-.597.299-1.216.619-1.792.96-37.752 21.586-50.858 69.689-29.272 107.441a78.736 78.736 0 0 0 31.064 30.266l43.883 20.907V375.68c.026 46.743 30.441 88.039 75.072 101.931a331.883 331.883 0 0 0 95.595 13.056 331.9 331.9 0 0 0 95.595-12.949c44.631-13.891 75.046-55.188 75.072-101.931V271.104l42.667-20.395v175.957c0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.551 21.333-21.333v-256c.142-25.051-19.638-48.193-41.452-59.093zM384 375.787c.011 27.959-18.129 52.69-44.8 61.077A289.962 289.962 0 0 1 256 448a289.962 289.962 0 0 1-83.2-11.136c-26.671-8.388-44.811-33.118-44.8-61.077v-84.309l70.763 33.707a112.47 112.47 0 0 0 57.707 15.765 106.666 106.666 0 0 0 54.976-14.805L384 291.477v84.31zm68.267-164.054-160.896 76.8a70.272 70.272 0 0 1-72.32-.96l-157.419-74.88c-17.547-9.462-24.101-31.357-14.639-48.903a36.105 36.105 0 0 1 13.85-14.201l159.893-76.373a70.4 70.4 0 0 1 72.32.96l157.312 74.944a36.861 36.861 0 0 1 18.965 31.787 36.266 36.266 0 0 1-17.066 30.826z'/%3E%3C/svg%3E");
    background-color: #0064D4;

}

.nav-menu li a.menu_d_01.svg_M02::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='46.815' height='46.856'%3E%3Cg fill='none' stroke='%23555555' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath d='M36 28.856v16H2v-34h14'/%3E%3Cpath d='m25.215 30.107 19.6-19.676L36.351 2l-19.6 19.676-1.566 10.036zM31.285 7.829l7.778 7.778'/%3E%3C/g%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M02::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='46.815' height='46.856'%3E%3Cg fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'%3E%3Cpath d='M36 28.856v16H2v-34h14'/%3E%3Cpath d='m25.215 30.107 19.6-19.676L36.351 2l-19.6 19.676-1.566 10.036zM31.285 7.829l7.778 7.778'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M03::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' %3E%3Cpath fill='%23555555' d='M470.549 111.573 313.237 36.629c-34.628-20.684-77.728-21.051-112.704-.96L41.451 111.573c-.597.299-1.216.619-1.792.96-37.752 21.586-50.858 69.689-29.272 107.441a78.736 78.736 0 0 0 31.064 30.266l43.883 20.907V375.68c.026 46.743 30.441 88.039 75.072 101.931a331.883 331.883 0 0 0 95.595 13.056 331.9 331.9 0 0 0 95.595-12.949c44.631-13.891 75.046-55.188 75.072-101.931V271.104l42.667-20.395v175.957c0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.551 21.333-21.333v-256c.142-25.051-19.638-48.193-41.452-59.093zM384 375.787c.011 27.959-18.129 52.69-44.8 61.077A289.962 289.962 0 0 1 256 448a289.962 289.962 0 0 1-83.2-11.136c-26.671-8.388-44.811-33.118-44.8-61.077v-84.309l70.763 33.707a112.47 112.47 0 0 0 57.707 15.765 106.666 106.666 0 0 0 54.976-14.805L384 291.477v84.31zm68.267-164.054-160.896 76.8a70.272 70.272 0 0 1-72.32-.96l-157.419-74.88c-17.547-9.462-24.101-31.357-14.639-48.903a36.105 36.105 0 0 1 13.85-14.201l159.893-76.373a70.4 70.4 0 0 1 72.32.96l157.312 74.944a36.861 36.861 0 0 1 18.965 31.787 36.266 36.266 0 0 1-17.066 30.826z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M03::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' %3E%3Cpath fill='%23ffffff' d='M470.549 111.573 313.237 36.629c-34.628-20.684-77.728-21.051-112.704-.96L41.451 111.573c-.597.299-1.216.619-1.792.96-37.752 21.586-50.858 69.689-29.272 107.441a78.736 78.736 0 0 0 31.064 30.266l43.883 20.907V375.68c.026 46.743 30.441 88.039 75.072 101.931a331.883 331.883 0 0 0 95.595 13.056 331.9 331.9 0 0 0 95.595-12.949c44.631-13.891 75.046-55.188 75.072-101.931V271.104l42.667-20.395v175.957c0 11.782 9.551 21.333 21.333 21.333 11.782 0 21.333-9.551 21.333-21.333v-256c.142-25.051-19.638-48.193-41.452-59.093zM384 375.787c.011 27.959-18.129 52.69-44.8 61.077A289.962 289.962 0 0 1 256 448a289.962 289.962 0 0 1-83.2-11.136c-26.671-8.388-44.811-33.118-44.8-61.077v-84.309l70.763 33.707a112.47 112.47 0 0 0 57.707 15.765 106.666 106.666 0 0 0 54.976-14.805L384 291.477v84.31zm68.267-164.054-160.896 76.8a70.272 70.272 0 0 1-72.32-.96l-157.419-74.88c-17.547-9.462-24.101-31.357-14.639-48.903a36.105 36.105 0 0 1 13.85-14.201l159.893-76.373a70.4 70.4 0 0 1 72.32.96l157.312 74.944a36.861 36.861 0 0 1 18.965 31.787 36.266 36.266 0 0 1-17.066 30.826z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M01::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' data-name='Layer 1' viewBox='0 0 24 24'%3E%3Cpath d='M19.9 3.091a4 4 0 0 0-5-2.938l-1.724.493A2.981 2.981 0 0 0 12 1.3a2.981 2.981 0 0 0-1.176-.654L9.1.153a4 4 0 0 0-4.995 2.938A5 5 0 0 0 0 8v7a5.006 5.006 0 0 0 5 5h6v2H8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2h-3v-2h6a5.006 5.006 0 0 0 5-5V8a5 5 0 0 0-4.1-4.909Zm-6.9.44a1 1 0 0 1 .725-.961l1.725-.493A2 2 0 0 1 18 4v3.938a2.006 2.006 0 0 1-1.45 1.921L13 10.873ZM6.8 2.4a1.993 1.993 0 0 1 1.75-.323l1.725.493a1 1 0 0 1 .725.961v7.342L7.45 9.859A2.006 2.006 0 0 1 6 7.938V4a1.987 1.987 0 0 1 .8-1.6ZM22 15a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8a3 3 0 0 1 2-2.816v2.754a4.014 4.014 0 0 0 2.9 3.845l3.451.987a6.019 6.019 0 0 0 3.3 0l3.451-.987A4.014 4.014 0 0 0 20 7.938V5.184A3 3 0 0 1 22 8Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M01::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' data-name='Layer 1' viewBox='0 0 24 24'%3E%3Cpath d='M19.9 3.091a4 4 0 0 0-5-2.938l-1.724.493A2.981 2.981 0 0 0 12 1.3a2.981 2.981 0 0 0-1.176-.654L9.1.153a4 4 0 0 0-4.995 2.938A5 5 0 0 0 0 8v7a5.006 5.006 0 0 0 5 5h6v2H8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2h-3v-2h6a5.006 5.006 0 0 0 5-5V8a5 5 0 0 0-4.1-4.909Zm-6.9.44a1 1 0 0 1 .725-.961l1.725-.493A2 2 0 0 1 18 4v3.938a2.006 2.006 0 0 1-1.45 1.921L13 10.873ZM6.8 2.4a1.993 1.993 0 0 1 1.75-.323l1.725.493a1 1 0 0 1 .725.961v7.342L7.45 9.859A2.006 2.006 0 0 1 6 7.938V4a1.987 1.987 0 0 1 .8-1.6ZM22 15a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8a3 3 0 0 1 2-2.816v2.754a4.014 4.014 0 0 0 2.9 3.845l3.451.987a6.019 6.019 0 0 0 3.3 0l3.451-.987A4.014 4.014 0 0 0 20 7.938V5.184A3 3 0 0 1 22 8Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M04::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'  fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M17 24H7c-2.757 0-5-2.243-5-5V5c0-2.757 2.243-5 5-5h10c2.757 0 5 2.243 5 5v14c0 2.757-2.243 5-5 5ZM7 2C5.346 2 4 3.346 4 5v14c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3V5c0-1.654-1.346-3-3-3H7Zm11 4a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1Zm0 6a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1Zm0 6a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1ZM10 7V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1Zm0 6v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1Zm0 6v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M04::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'  fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M17 24H7c-2.757 0-5-2.243-5-5V5c0-2.757 2.243-5 5-5h10c2.757 0 5 2.243 5 5v14c0 2.757-2.243 5-5 5ZM7 2C5.346 2 4 3.346 4 5v14c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3V5c0-1.654-1.346-3-3-3H7Zm11 4a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1Zm0 6a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1Zm0 6a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 1-1ZM10 7V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1Zm0 6v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1Zm0 6v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M05::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M17 0H7C4.243 0 2 2.243 2 5v15c0 2.206 1.794 4 4 4h11c2.757 0 5-2.243 5-5V5c0-2.757-2.243-5-5-5Zm3 5v11H8V2h4v8.347c0 .623.791.89 1.169.395L14.5 8.999l1.331 1.743c.378.495 1.169.228 1.169-.395V2c1.654 0 3 1.346 3 3ZM6 2.184V16c-.732 0-1.409.212-2 .556V5c0-1.302.839-2.402 2-2.816ZM17 22H6c-2.629-.047-2.627-3.954 0-4h14v1c0 1.654-1.346 3-3 3Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M05::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M17 0H7C4.243 0 2 2.243 2 5v15c0 2.206 1.794 4 4 4h11c2.757 0 5-2.243 5-5V5c0-2.757-2.243-5-5-5Zm3 5v11H8V2h4v8.347c0 .623.791.89 1.169.395L14.5 8.999l1.331 1.743c.378.495 1.169.228 1.169-.395V2c1.654 0 3 1.346 3 3ZM6 2.184V16c-.732 0-1.409.212-2 .556V5c0-1.302.839-2.402 2-2.816ZM17 22H6c-2.629-.047-2.627-3.954 0-4h14v1c0 1.654-1.346 3-3 3Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M06::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M23.786 19.492 16.713 1.836A3.005 3.005 0 0 0 12.802.191l-.925.378a3.024 3.024 0 0 0-.68.402 2.98 2.98 0 0 0-2.196-.972H3A3.005 3.005 0 0 0 0 3v18c0 1.654 1.346 3 3 3h6c1.654 0 3-1.346 3-3V8.895l5.304 13.242c.625 1.543 2.417 2.26 3.909 1.641l.926-.378c1.505-.574 2.286-2.434 1.647-3.907ZM13.574 7.446l2.778-1.132 4.171 10.412-2.778 1.132-4.171-10.412Zm-.942-5.025.925-.378a1.002 1.002 0 0 1 1.302.543l.75 1.871-2.777 1.132-.747-1.866a1 1 0 0 1 .549-1.303ZM2 7h3v10H2V7Zm5 0h3v10H7V7Zm3-4v2H7V2h2c.551 0 1 .448 1 1ZM3 2h2v3H2V3c0-.552.449-1 1-1ZM2 21v-2h3v3H3c-.551 0-1-.448-1-1Zm7 1H7v-3h3v2c0 .552-.449 1-1 1Zm12.929-.991a.995.995 0 0 1-.544.539l-.926.378a1 1 0 0 1-1.3-.54l-.669-1.671 2.778-1.132.665 1.661a.988.988 0 0 1-.003.766Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M06::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M23.786 19.492 16.713 1.836A3.005 3.005 0 0 0 12.802.191l-.925.378a3.024 3.024 0 0 0-.68.402 2.98 2.98 0 0 0-2.196-.972H3A3.005 3.005 0 0 0 0 3v18c0 1.654 1.346 3 3 3h6c1.654 0 3-1.346 3-3V8.895l5.304 13.242c.625 1.543 2.417 2.26 3.909 1.641l.926-.378c1.505-.574 2.286-2.434 1.647-3.907ZM13.574 7.446l2.778-1.132 4.171 10.412-2.778 1.132-4.171-10.412Zm-.942-5.025.925-.378a1.002 1.002 0 0 1 1.302.543l.75 1.871-2.777 1.132-.747-1.866a1 1 0 0 1 .549-1.303ZM2 7h3v10H2V7Zm5 0h3v10H7V7Zm3-4v2H7V2h2c.551 0 1 .448 1 1ZM3 2h2v3H2V3c0-.552.449-1 1-1ZM2 21v-2h3v3H3c-.551 0-1-.448-1-1Zm7 1H7v-3h3v2c0 .552-.449 1-1 1Zm12.929-.991a.995.995 0 0 1-.544.539l-.926.378a1 1 0 0 1-1.3-.54l-.669-1.671 2.778-1.132.665 1.661a.988.988 0 0 1-.003.766Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M07::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M18 0H8a5 5 0 0 0-4.576 3H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1.424A5 5 0 0 0 8 24h10a5.006 5.006 0 0 0 5-5V5a5.006 5.006 0 0 0-5-5Zm3 19a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3Zm-8-7a3 3 0 0 0 0-6 3 3 0 0 0 0 6Zm5 6a1 1 0 0 1-2 0 3 3 0 0 0-6 0 1 1 0 0 1-2 0c.211-6.608 9.791-6.606 10 0Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M07::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18 0H8a5 5 0 0 0-4.576 3H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1v2H2a1 1 0 0 0 0 2h1.424A5 5 0 0 0 8 24h10a5.006 5.006 0 0 0 5-5V5a5.006 5.006 0 0 0-5-5Zm3 19a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3Zm-8-7a3 3 0 0 0 0-6 3 3 0 0 0 0 6Zm5 6a1 1 0 0 1-2 0 3 3 0 0 0-6 0 1 1 0 0 1-2 0c.211-6.608 9.791-6.606 10 0Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M08::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1.1A5.009 5.009 0 0 0 13 0h-2a5.009 5.009 0 0 0-4.9 4H5a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V9a5.006 5.006 0 0 0-5-5Zm-8-2h2a3 3 0 0 1 2.816 2H8.184A3 3 0 0 1 11 2ZM5 6h14a3 3 0 0 1 3 3v3H2V9a3 3 0 0 1 3-3Zm14 16H5a3 3 0 0 1-3-3v-5h9v1a1 1 0 0 0 2 0v-1h9v5a3 3 0 0 1-3 3Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M08::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1.1A5.009 5.009 0 0 0 13 0h-2a5.009 5.009 0 0 0-4.9 4H5a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h14a5.006 5.006 0 0 0 5-5V9a5.006 5.006 0 0 0-5-5Zm-8-2h2a3 3 0 0 1 2.816 2H8.184A3 3 0 0 1 11 2ZM5 6h14a3 3 0 0 1 3 3v3H2V9a3 3 0 0 1 3-3Zm14 16H5a3 3 0 0 1-3-3v-5h9v1a1 1 0 0 0 2 0v-1h9v5a3 3 0 0 1-3 3Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M09::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M7 14a1 1 0 0 1-1 1H5a1 1 0 0 1 0-2h1a1 1 0 0 1 1 1zm4-1h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm-5 4H5a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zM6 5H5a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zM6 9H5a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm13 1v9a5.006 5.006 0 0 1-5 5H5a5.006 5.006 0 0 1-5-5V5a5.006 5.006 0 0 1 5-5h6a5.006 5.006 0 0 1 5 5h3a5.006 5.006 0 0 1 5 5zM5 22h9V5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3zm17-12a3 3 0 0 0-3-3h-3v15h3a3 3 0 0 0 3-3zm-3 3a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm0 4a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm0-8a1 1 0 1 0 1 1 1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M09::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M7 14a1 1 0 0 1-1 1H5a1 1 0 0 1 0-2h1a1 1 0 0 1 1 1zm4-1h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm-5 4H5a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zM6 5H5a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zM6 9H5a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm5 0h-1a1 1 0 0 0 0 2h1a1 1 0 0 0 0-2zm13 1v9a5.006 5.006 0 0 1-5 5H5a5.006 5.006 0 0 1-5-5V5a5.006 5.006 0 0 1 5-5h6a5.006 5.006 0 0 1 5 5h3a5.006 5.006 0 0 1 5 5zM5 22h9V5a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3zm17-12a3 3 0 0 0-3-3h-3v15h3a3 3 0 0 0 3-3zm-3 3a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm0 4a1 1 0 1 0 1 1 1 1 0 0 0-1-1zm0-8a1 1 0 1 0 1 1 1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M10::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M19 2h-1V1a1 1 0 0 0-2 0v1H8V1a1 1 0 0 0-2 0v1H5C2.243 2 0 4.243 0 7v12c0 2.757 2.243 5 5 5h4a1 1 0 0 0 0-2H5c-1.654 0-3-1.346-3-3v-9h21a1 1 0 0 0 1-1V7c0-2.757-2.243-5-5-5Zm3 6H2V7c0-1.654 1.346-3 3-3h14c1.654 0 3 1.346 3 3v1Zm-3.121 4.879-5.707 5.707A3.976 3.976 0 0 0 12 21.415v1.586a1 1 0 0 0 1 1h1.586a3.973 3.973 0 0 0 2.828-1.172l5.707-5.707c.567-.567.879-1.32.879-2.122s-.312-1.555-.878-2.121c-1.134-1.134-3.11-1.134-4.243 0Zm2.828 2.828-5.708 5.707a1.983 1.983 0 0 1-1.414.586h-.586v-.586c0-.534.208-1.036.586-1.414l5.708-5.707a1.023 1.023 0 0 1 1.414 0c.189.188.293.439.293.707s-.104.518-.293.707ZM5 14a1 1 0 0 1 1-1h7a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1Zm6 4a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M10::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M19 2h-1V1a1 1 0 0 0-2 0v1H8V1a1 1 0 0 0-2 0v1H5C2.243 2 0 4.243 0 7v12c0 2.757 2.243 5 5 5h4a1 1 0 0 0 0-2H5c-1.654 0-3-1.346-3-3v-9h21a1 1 0 0 0 1-1V7c0-2.757-2.243-5-5-5Zm3 6H2V7c0-1.654 1.346-3 3-3h14c1.654 0 3 1.346 3 3v1Zm-3.121 4.879-5.707 5.707A3.976 3.976 0 0 0 12 21.415v1.586a1 1 0 0 0 1 1h1.586a3.973 3.973 0 0 0 2.828-1.172l5.707-5.707c.567-.567.879-1.32.879-2.122s-.312-1.555-.878-2.121c-1.134-1.134-3.11-1.134-4.243 0Zm2.828 2.828-5.708 5.707a1.983 1.983 0 0 1-1.414.586h-.586v-.586c0-.534.208-1.036.586-1.414l5.708-5.707a1.023 1.023 0 0 1 1.414 0c.189.188.293.439.293.707s-.104.518-.293.707ZM5 14a1 1 0 0 1 1-1h7a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1Zm6 4a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M11::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M17.974 7.146a1.028 1.028 0 0 1-.742-.569c-1.552-3.271-5.143-5.1-8.735-4.438A7.946 7.946 0 0 0 2.113 8.64a8.13 8.13 0 0 0 .033 2.89c.06.309-.073.653-.346.901a5.51 5.51 0 0 0-1.801 4.07c0 3.032 2.467 5.5 5.5 5.5h11c4.136 0 7.5-3.364 7.5-7.5 0-3.565-2.534-6.658-6.026-7.354ZM16.5 20h-11C3.57 20 2 18.43 2 16.5a3.51 3.51 0 0 1 1.146-2.59c.786-.715 1.155-1.773.963-2.763a6.142 6.142 0 0 1-.024-2.181c.403-2.422 2.365-4.421 4.771-4.862A6.4 6.4 0 0 1 10.001 4a5.95 5.95 0 0 1 5.422 3.434 3.018 3.018 0 0 0 2.158 1.673 5.51 5.51 0 0 1 4.417 5.394c0 3.032-2.467 5.5-5.5 5.5Zm-1.379-6.707a.999.999 0 0 1 0 1.414l-2.707 2.707a1.993 1.993 0 0 1-1.405.584L11 18l-.009-.002a1.993 1.993 0 0 1-1.405-.584l-2.707-2.707a.999.999 0 1 1 1.414-1.414L10 15v-5a1 1 0 1 1 2 0v5l1.707-1.707a.999.999 0 0 1 1.414 0Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M11::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M17.974 7.146a1.028 1.028 0 0 1-.742-.569c-1.552-3.271-5.143-5.1-8.735-4.438A7.946 7.946 0 0 0 2.113 8.64a8.13 8.13 0 0 0 .033 2.89c.06.309-.073.653-.346.901a5.51 5.51 0 0 0-1.801 4.07c0 3.032 2.467 5.5 5.5 5.5h11c4.136 0 7.5-3.364 7.5-7.5 0-3.565-2.534-6.658-6.026-7.354ZM16.5 20h-11C3.57 20 2 18.43 2 16.5a3.51 3.51 0 0 1 1.146-2.59c.786-.715 1.155-1.773.963-2.763a6.142 6.142 0 0 1-.024-2.181c.403-2.422 2.365-4.421 4.771-4.862A6.4 6.4 0 0 1 10.001 4a5.95 5.95 0 0 1 5.422 3.434 3.018 3.018 0 0 0 2.158 1.673 5.51 5.51 0 0 1 4.417 5.394c0 3.032-2.467 5.5-5.5 5.5Zm-1.379-6.707a.999.999 0 0 1 0 1.414l-2.707 2.707a1.993 1.993 0 0 1-1.405.584L11 18l-.009-.002a1.993 1.993 0 0 1-1.405-.584l-2.707-2.707a.999.999 0 1 1 1.414-1.414L10 15v-5a1 1 0 1 1 2 0v5l1.707-1.707a.999.999 0 0 1 1.414 0Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}


.nav-menu li a.menu_d_01.svg_M12::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'  fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a6 6 0 1 0-6-6 6.006 6.006 0 0 0 6 6Zm0-10a4 4 0 1 1-4 4 4 4 0 0 1 4-4ZM12 14a9.01 9.01 0 0 0-9 9 1 1 0 0 0 2 0 7 7 0 0 1 14 0 1 1 0 0 0 2 0 9.01 9.01 0 0 0-9-9Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M12::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'  fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a6 6 0 1 0-6-6 6.006 6.006 0 0 0 6 6Zm0-10a4 4 0 1 1-4 4 4 4 0 0 1 4-4ZM12 14a9.01 9.01 0 0 0-9 9 1 1 0 0 0 2 0 7 7 0 0 1 14 0 1 1 0 0 0 2 0 9.01 9.01 0 0 0-9-9Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M13::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M13::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M14::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M14::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M15::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M23 22H5a3 3 0 0 1-3-3V1a1 1 0 0 0-2 0v18a5.006 5.006 0 0 0 5 5h18a1 1 0 0 0 0-2Z'/%3E%3Cpath d='M6 20a1 1 0 0 0 1-1v-7a1 1 0 0 0-2 0v7a1 1 0 0 0 1 1ZM10 10v9a1 1 0 0 0 2 0v-9a1 1 0 0 0-2 0ZM15 13v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-2 0ZM20 9v10a1 1 0 0 0 2 0V9a1 1 0 0 0-2 0ZM6 9a1 1 0 0 0 .707-.293l3.586-3.586a1.025 1.025 0 0 1 1.414 0l2.172 2.172a3 3 0 0 0 4.242 0l5.586-5.586A1 1 0 0 0 22.293.293l-5.586 5.585a1 1 0 0 1-1.414 0l-2.172-2.171a3 3 0 0 0-4.242 0L5.293 7.293A1 1 0 0 0 6 9Z'/%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M15::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M23 22H5a3 3 0 0 1-3-3V1a1 1 0 0 0-2 0v18a5.006 5.006 0 0 0 5 5h18a1 1 0 0 0 0-2Z'/%3E%3Cpath d='M6 20a1 1 0 0 0 1-1v-7a1 1 0 0 0-2 0v7a1 1 0 0 0 1 1ZM10 10v9a1 1 0 0 0 2 0v-9a1 1 0 0 0-2 0ZM15 13v6a1 1 0 0 0 2 0v-6a1 1 0 0 0-2 0ZM20 9v10a1 1 0 0 0 2 0V9a1 1 0 0 0-2 0ZM6 9a1 1 0 0 0 .707-.293l3.586-3.586a1.025 1.025 0 0 1 1.414 0l2.172 2.172a3 3 0 0 0 4.242 0l5.586-5.586A1 1 0 0 0 22.293.293l-5.586 5.585a1 1 0 0 1-1.414 0l-2.172-2.171a3 3 0 0 0-4.242 0L5.293 7.293A1 1 0 0 0 6 9Z'/%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a.menu_d_01.svg_M16::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='43.708' height='47'%3E%3Cg fill='none' stroke='%23555555' stroke-miterlimit='10' stroke-width='4'%3E%3Ccircle cx='21.851' cy='23.722' r='6'/%3E%3Cpath d='M38.207 28.525c.548-1.67.855-3.449.855-5.302 0-1.858-.308-3.641-.859-5.315l3.086-2.198a1 1 0 0 0 .234-1.395l-4.642-6.516a1 1 0 0 0-1.395-.234l-3.18 2.192a17.048 17.048 0 0 0-5.452-2.784V3c0-1-.24-1-.792-1h-8c-.552 0-1.208 1-1.208 1v3.973c-2 .623-3.782 1.623-5.408 2.906L8.118 7.514a.97.97 0 0 0-1.367.246l-4.572 6.555c-.317.453-.2 1.076.253 1.393l3.417 2.388a16.99 16.99 0 0 0-.789 5.126c0 1.884.32 3.691.886 5.385l-3.111 2.216a1 1 0 0 0-.234 1.395l4.642 6.516a1 1 0 0 0 1.395.234l3.033-2.234c1.573 1.2 3.184 2.143 5.184 2.739v3.838c0 .552.656 1.689 1.208 1.689h8c.552 0 .792-1.137.792-1.689v-3.838c2-.604 3.873-1.566 5.463-2.792l2.918 2.005a1.032 1.032 0 0 0 1.419-.246l4.598-6.555a.998.998 0 0 0-.24-1.393l-2.806-1.967z'/%3E%3C/g%3E%3C/svg%3E");
}

.nav-menu li:hover a.menu_d_01.svg_M16::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='43.708' height='47'%3E%3Cg fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='4'%3E%3Ccircle cx='21.851' cy='23.722' r='6'/%3E%3Cpath d='M38.207 28.525c.548-1.67.855-3.449.855-5.302 0-1.858-.308-3.641-.859-5.315l3.086-2.198a1 1 0 0 0 .234-1.395l-4.642-6.516a1 1 0 0 0-1.395-.234l-3.18 2.192a17.048 17.048 0 0 0-5.452-2.784V3c0-1-.24-1-.792-1h-8c-.552 0-1.208 1-1.208 1v3.973c-2 .623-3.782 1.623-5.408 2.906L8.118 7.514a.97.97 0 0 0-1.367.246l-4.572 6.555c-.317.453-.2 1.076.253 1.393l3.417 2.388a16.99 16.99 0 0 0-.789 5.126c0 1.884.32 3.691.886 5.385l-3.111 2.216a1 1 0 0 0-.234 1.395l4.642 6.516a1 1 0 0 0 1.395.234l3.033-2.234c1.573 1.2 3.184 2.143 5.184 2.739v3.838c0 .552.656 1.689 1.208 1.689h8c.552 0 .792-1.137.792-1.689v-3.838c2-.604 3.873-1.566 5.463-2.792l2.918 2.005a1.032 1.032 0 0 0 1.419-.246l4.598-6.555a.998.998 0 0 0-.24-1.393l-2.806-1.967z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #0064D4;
}

.nav-menu li a>[class*=fa-] {
    margin-right: 3px;
    font-size: 13px;
    width: 14px;
    color: #666;
    text-align: left;
}

.nav-menu li>ul {
    padding-top: 2px;
    padding-bottom: 8px;
    display: block;
    padding-left: 0;
    list-style: none;
    position: relative;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;



}

.nav-menu li>ul li a {
    color: #ededed;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 14px;
}

/* .nav-menu li>ul li a:before {
	content: '';
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #eb5a76;
} */

.nav-menu li:hover a,
.nav-menu li a.menu_d_01:hover {
    background-color: #1f3c5d;
    color: #fff;
}

.nav-menu li ul.menu_d_02_ul {
    display: none;
    width: 170px;
    position: absolute;
    top: -23px;
    left: 230px;
    z-index: 1;
    float: left;
    min-width: 160px;
    padding: 30px 20px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #1f3c5d;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    /* 	-webkit-box-shadow: 0 3px 20px #0000001a;
	    box-shadow: 0 3px 20px #0000001a; */
}

.nav-menu li:hover>ul {
    display: block;
}


.nav-menu li ul.menu_d_02_ul li a {
    border-radius: 20px;
}

.nav-menu li ul.menu_d_02_ul li a:hover {
    background-color: #0064d4;
    color: #fff;
    font-weight: 500;
}

.nav-menu a {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}


.page-header {
    background-color: #fff;
    -webkit-box-shadow: 11px 3px 16px #0000000d;
    box-shadow: 11px 3px 16px #0000000d;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    position: relative;
    order: 1;
    padding: 0 0 0 50px;
}


/* 메인페이지 */
.page-content-main {
    flex: 1 1 auto;
    order: 3;
    display: flex;
    position: relative;
    padding: 0px 0px;
    color: #666;
    font-size: 16px;
    width: 1190px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_section {
    padding: 0 var(--theme-var-grid_gap) var(--theme-var-grid_gap) 0;
    margin: 0;
    width: 520px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    box-shadow: 0 3px 20px #1d26260d;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
}

.section-head {
    height: 38px;
    display: flex;
}

.section-head .icon {
    display: inline-block;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
}

.section-head .micon01 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%230064D4' viewBox='0 0 24 24'%3E%3Cpath d='M22.293 15.895 21 14.602V23c-.006 1.308-1.995 1.307-2 0v-8.398l-1.293 1.293a.999.999 0 1 1-1.414-1.414l1.613-1.614a2.965 2.965 0 0 1 4.187 0l1.614 1.614c.921.928-.486 2.335-1.414 1.414Z'/%3E%3Cpath d='M17 0H7a5 5 0 0 0-5 5v15a4 4 0 0 0 4 4h10c1.308-.006 1.307-1.995 0-2H6a2.003 2.003 0 0 1-1.972-2.338C4.19 18.678 5.116 18 6.113 18h7.888c1.308-.006 1.307-1.995 0-2h-6V2h9a3 3 0 0 1 3 3v4c.006 1.308 1.994 1.307 2 0V5a5 5 0 0 0-5-5ZM6 16c-.732 0-1.409.212-2 .556V5c0-1.302.839-2.402 2-2.816V16Z'/%3E%3C/svg%3E");
}

.section-head .micon02 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%230064D4' viewBox='0 0 24 24'%3E%3Cpath d='M22.2 2.163a4.992 4.992 0 0 0-4.1-1.081l-3.822.694A4 4 0 0 0 12 3.065a4 4 0 0 0-2.284-1.289L5.9 1.082A5 5 0 0 0 0 6v10.793a5 5 0 0 0 4.105 4.919l6.286 1.143a9 9 0 0 0 3.218 0l6.291-1.143a5 5 0 0 0 4.1-4.919V6a4.983 4.983 0 0 0-1.8-3.837ZM11 20.928a7.339 7.339 0 0 1-.252-.041l-6.285-1.142A3 3 0 0 1 2 16.793V6a3 3 0 0 1 3-3 3.081 3.081 0 0 1 .54.049l3.82.7A2 2 0 0 1 11 5.712Zm11-4.135a3 3 0 0 1-2.463 2.952l-6.285 1.142a7.339 7.339 0 0 1-.252.041V5.712a2 2 0 0 1 1.642-1.968l3.821-.7A3 3 0 0 1 22 6Z'/%3E%3C/svg%3E");
}

.section-head .micon03 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%230064D4' viewBox='0 0 24 24'%3E%3Cpath d='M19 2h-1V1a1 1 0 0 0-2 0v1H8V1a1 1 0 0 0-2 0v1H5C2.243 2 0 4.243 0 7v12c0 2.757 2.243 5 5 5h4a1 1 0 0 0 0-2H5c-1.654 0-3-1.346-3-3v-9h21a1 1 0 0 0 1-1V7c0-2.757-2.243-5-5-5Zm3 6H2V7c0-1.654 1.346-3 3-3h14c1.654 0 3 1.346 3 3v1Zm-3.121 4.879-5.707 5.707A3.976 3.976 0 0 0 12 21.415v1.586a1 1 0 0 0 1 1h1.586a3.973 3.973 0 0 0 2.828-1.172l5.707-5.707c.567-.567.879-1.32.879-2.122s-.312-1.555-.878-2.121c-1.134-1.134-3.11-1.134-4.243 0Zm2.828 2.828-5.708 5.707a1.983 1.983 0 0 1-1.414.586h-.586v-.586c0-.534.208-1.036.586-1.414l5.708-5.707a1.023 1.023 0 0 1 1.414 0c.189.188.293.439.293.707s-.104.518-.293.707ZM5 14a1 1 0 0 1 1-1h7a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1Zm6 4a1 1 0 0 1-1 1H6a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
}

.section-head .micon04 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%230064D4' viewBox='0 0 24 24'%3E%3Cpath d='M19 2h-1V1a1 1 0 1 0-2 0v1H8V1a1 1 0 1 0-2 0v1H5C2.243 2 0 4.243 0 7v12c0 2.757 2.243 5 5 5h14c2.757 0 5-2.243 5-5V7c0-2.757-2.243-5-5-5ZM5 4h14c1.654 0 3 1.346 3 3v1H2V7c0-1.654 1.346-3 3-3Zm14 18H5c-1.654 0-3-1.346-3-3v-9h20v9c0 1.654-1.346 3-3 3Zm-1.168-8.848a1 1 0 0 1-.025 1.414l-4.74 4.568c-.553.553-1.307.866-2.108.866s-1.555-.312-2.121-.879l-2.252-2.092a1 1 0 0 1 1.361-1.465l2.278 2.117c.433.43 1.063.402 1.439.026l4.754-4.582a1 1 0 0 1 1.414.026Z'/%3E%3C/svg%3E");
}

.section-head .mhd {
    display: flex;
    flex: 1;
    align-content: center;
    display: inline-block;
    margin: 0px 0 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 35px;
    color: #222;
}

.section-body {
    margin: 10px 0 0 0;
}

.mclass_kind {
    display: inline-block;

}

.mclass_kind>p {
    text-align: center;
    background: #ccc;
    padding: 1px 12px;
    border-radius: 15px;
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 14px;

}

.panel-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    padding-right: 0rem;
    align-items: center;
}

.panel-toolbar a i {
    color: #999;
}

.mclass_kind0>p {
    background: #0064D4;
}

.mclass_kind1>p {
    background: #4AB950;
}

.categories-list {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.categories-list li {
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 30px;
}

.mboard *,
.mboard a {
    font-family: 'Pretendard';
    font-size: 15px;
    font-weight: 400;
}

.mboard .mb_hd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 2px 0;
}







.page-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 30px 45px 50px 45px;
    color: #444;
    font-size: 16px;
    width: 1100px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px #1d26260d;
    box-shadow: 0 3px 20px #1d26260d;
    background-color: #fff;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.text-center {
    text-align: center !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.top_info {
    color: #333;
    width: 1180px;
    min-width: 1180px;
    display: flex;
    /*	justify-content:flex-end;*/
    /* space-between; */
}

.top_info1 {
    margin-right: 25px;
}

.top_info2,
.top_info1,
.top_info1 a {
    color: #555;
    font-size: 0.91rem;
    position: relative;
    font-weight: 500;
}

.infoalert {
    color: #444;
    font-size: 14px;
}

.info_atext {
    font-weight: 500;
    color: #EA4B1E;
    margin: 0 8px 0 5px;
}

.top_info2 {
    padding: 0 20px 0 32px;
}

.top_info2>a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 0px;
    width: 28px;
    height: 28px;
    display: block;
    font-size: 14px;
    /*	line-height: 38px!important;
	-webkit-border-radius: 18px;
	-ms-border-radius: 18px;
	border-radius: 18px;
 	background-color: #555; */
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555555' viewBox='0 0 24 24'%3E%3Cpath d='M4.5 17.5H2a2 2 0 0 0-2 2V22a2 2 0 0 0 2 2h2.5a2 2 0 0 0 2-2v-2.5a2 2 0 0 0-2-2Zm0 4.5H2v-2.5h2.5ZM22 17.5h-2.5a2 2 0 0 0-2 2V22a2 2 0 0 0 2 2H22a2 2 0 0 0 2-2v-2.5a2 2 0 0 0-2-2Zm0 4.5h-2.5v-2.5H22ZM4.5 8.75H2a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h2.5a2 2 0 0 0 2-2v-2.5a2 2 0 0 0-2-2Zm0 4.5H2v-2.5h2.5ZM22 8.75h-2.5a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2H22a2 2 0 0 0 2-2v-2.5a2 2 0 0 0-2-2Zm0 4.5h-2.5v-2.5H22ZM4.5 0H2a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h2.5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Zm0 4.5H2V2h2.5ZM13.25 17.5h-2.5a2 2 0 0 0-2 2V22a2 2 0 0 0 2 2h2.5a2 2 0 0 0 2-2v-2.5a2 2 0 0 0-2-2Zm0 4.5h-2.5v-2.5h2.5ZM13.25 8.75h-2.5a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h2.5a2 2 0 0 0 2-2v-2.5a2 2 0 0 0-2-2Zm0 4.5h-2.5v-2.5h2.5ZM13.25 0h-2.5a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h2.5a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Zm0 4.5h-2.5V2h2.5ZM22 0h-2.5a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2H22a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Zm0 4.5h-2.5V2H22Z'/%3E%3C/svg%3E");
}

.top_info2>a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    display: block;
    /* 		background-color: #555; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23111111' viewBox='0 0 24 24'%3E%3Cpath d='M6.41 9h11.18a1 1 0 0 1 .7 1.71l-5.58 5.58a1 1 0 0 1-1.42 0l-5.58-5.58A1 1 0 0 1 6.41 9Z'/%3E%3C/svg%3E");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
}



.infomenu {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0px;
    width: 120px;
    height: auto;
    background-color: #FBFBFB;
    display: none;
    -webkit-box-shadow: 0 3px 20px #0000001a;
    box-shadow: 0 3px 20px #0000001a;
}

.infomenu li a {
    display: block;
    text-align: left;
    width: auto;
    padding: 12px 0 12px 20px;
    text-align: left;
    color: #222;
    font-weight: 400;
    font-size: 15px;
}

.infomenu li:hover a {
    color: #fff;
}

.infomenu li:hover {
    background: #1F3C5D;
}

.page_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    color: #071021;
    margin-bottom: 40px;
    position: relative;
    padding: 0 0 0 5px;
}

.popup_out {
    padding: 10px;

}

.popup_title {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 17px;
    font-weight: 500;
    color: #071021;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 5px;
}

/*
.page_title::before {
	content:"";
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 0px;
	width: 20px;
	height: 20px;
	display: block;
	font-size: 15px;
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-position: center;	
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23666666' width='96' height='96'%3E%3Cswitch%3E%3Cg%3E%3Cpath d='M41.171 78.829a4 4 0 0 1 0-5.657L66.343 48 41.171 22.829a4 4 0 0 1 5.657-5.657l28 28a4.002 4.002 0 0 1 0 5.658l-28 28C46.047 79.61 45.023 80 44 80s-2.048-.39-2.829-1.171zM20 80c1.023 0 2.047-.39 2.828-1.171l28-28a4.002 4.002 0 0 0 0-5.658l-28-28a4 4 0 0 0-5.657 5.657L42.343 48 17.172 73.172A4 4 0 0 0 20 80z'/%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");

}
*/

.br {
    height: 40px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.con-start,
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.con-end,
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.con-center,
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.item-center,
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.item-start,
.align-items-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

.item-stretch,
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.con-btw,
.justify-content-space-between {
    -webkit-box-align: space-between !important;
    -ms-flex-align: space-between !important;
    justify-content: space-between !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.con-vert {
    flex-direction: column;
}

.con-row {
    flex-direction: row;
}

.con-rev {
    flex-direction: row-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.con-left {
    float: left;
}

.con-right {
    float: right;
}

/* 버튼 */
.button_style {
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #444;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    outline: 0;
}

.button_style:hover {
    box-shadow: none;
    border: 1px solid #888;
    color: #333;
    z-index: 2;
}

.input_search_btn {
    padding: 5px 8px;
    display: inline-block;
    font-size: .8125rem;
    height: 30px;
    /* 	font-family: 'Nanum Gothic'; */

}

/* 페이징 */

div.dataTables_paginate {
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
    margin: 15px 0;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


div.dataTables_paginate ul.pagination li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #886ab5;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.pagination .page-link {
    border-radius: 4px;
    border-width: 0;
}

.pagination .page-item .page-link.chevron {
    background: #d1d9e3;

}

.pagination .page-item:not(:first-child) {
    margin-left: 5px;
}

.dataTables_paginate .pagination .page-item>.page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14px;
    min-width: 14px;
    padding: 8px;
    font-size: 13px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #627ca0;
}

.pagination .page-link:hover {
    background-color: #627ca0 !important;
    color: #fff;
}

/* 페이징 끝 */

/* 검색 */

.table_top_search {
    position: relative;
    width: 100%;
    padding-right: .0rem;
    padding-left: .0rem;
    margin: 0 0 10px 0;
}

div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

div.table_top_search div.dataTables_length select {
    width: auto;
    display: inline-block;
    padding: 0px 8px;
    height: 30px;
}

div.table_top_search div.dataTables_length select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

/* 폼 */
.form-control {
    display: inline-block;
    width: auto;
    height: 32px;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #FaFAFa;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

textarea.form-control {
    font-family: 'Pretendard';
    padding: 8px;
    line-height: 1.6;
}

select {
    width: auto;
    display: inline-block;
}

select.form-control {
    background-color: #fff;
    /* 	font-family: 'Nanum Gothic'; */
    width: auto;
    padding: 0px 4px;
    height: 30px;
}

.custom-select {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #495057;
    border: 1px solid #ced4da;
    width: auto;
}

.custom-select:disabled {
    background-color: #efefef;

}

.input_search {
    width: auto;
    display: inline-block;
    padding: 0px 8px;
    background-color: #FaFAFa;

}


/* margin */
.margin-both-5 {
    margin: 0 5px;
}

.w3 {
    width: 3%;
    display: inline-block;
}

.w5 {
    width: 7%;
    display: inline-block;
}

.w10 {
    width: 10%;
    display: inline-block;
}

.w13 {
    width: 13%;
    display: inline-block;
}

.w15 {
    width: 15%;
    display: inline-block;
}

.w20 {
    width: 20%;
    display: inline-block;
}

.w25 {
    width: 25%;
    display: inline-block;
}

.w30 {
    width: 30%;
    display: inline-block;
}

.w40 {
    width: 40%;
    display: inline-block;
}

.w45 {
    width: 44%;
    display: inline-block;
}

.w50 {
    width: 50%;
    display: inline-block;
}

.w60 {
    width: 60%;
    display: inline-block;
}

.w70 {
    width: 70%;
    display: inline-block;
}

.w80 {
    width: 80%;
    display: inline-block;
}

.w90 {
    width: 90%;
    display: inline-block;
}

.w95 {
    width: 95%;
    display: inline-block;
}

.w100 {
    width: 100%;
    display: inline-block;
}

.fmt {
    margin-top: 4px;
}

.wp {
    padding-left: 7px;
    padding-right: 7px;
}

.h50 {
    height: 50px !important;
}

.h70 {
    height: 70px !important;
}

.h100 {
    height: 100px !important;
}

.h150 {
    height: 150px !important;
}

.wn4 {
    width: 35px;
    display: inline-block;
}

.wn3 {
    width: 27px;
    display: inline-block;
}

.wn2 {
    width: 20px;
    display: inline-block;
}

.wn1 {
    width: 10px;
    display: inline-block;
}

.wd3 {
    width: 40px;
    display: inline-block;
}

.wd2 {
    width: 30px;
    display: inline-block;
}

.wd1 {
    width: 20px;
    display: inline-block;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pd0 {
    padding: 0 !important;
    ;
}

/* 상단폼 */


div.top_bar0 {
    padding: 20px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    background: #F9FAFC;
    /* 	font-family: 'Nanum Gothic'; */
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin-bottom: 30px;
    border: 1px solid #E5EAEF;
}

.top_bar0 input.form-control {
    background: #fff;
}

div.top_bar {
    padding: 20px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F1F3F6;
    /* 	font-family: 'Nanum Gothic'; */
    font-size: 15px;
    color: #444;
    font-weight: 400;
    margin-bottom: 30px;
}

div.top_bar .input_search {
    background: #fff;
    height: 30px;
}

.top_bar_radio li {
    margin-right: 10px;
}

.log_totla {
    display: flex;
    width: 80%;
}

.lidot>li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 30px 0 0;
}

.lidot>li:last-child {
    margin: 0 0px 0 0;
}

.lidot>li:before {
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    /*     line-height: 6px; */
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #FB582A;
}

/* 버튼 */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    outline: 0;
    cursor: pointer;
    font-family: 'Pretendard';

}

.btn.prev-button-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn.next-button-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.btn:hover {
    background-color: #0064D4;
    color: #fff;
}

.bot_btns {
    padding: 30px 0 0 0;
}

.bot_btns .btns,
.bot_btns input {
    font-weight: 400;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* 	font-family: 'Nanum Gothic'; */
    background-color: #BFC2C9;
    margin-right: 6px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #444;
    padding: 6px 17px;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
}

.bot_btns .btns:hover {
    border: 1px solid #666;
}

.bot_smallbtns input {
    letter-spacing: 0px;
    font-size: 13px;
    color: #555;
    padding: 4px 10px;
}

input.pop_botbtns {
    margin-right: 6px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn_zip {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    padding: 0px 10px;
    width: 90px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    /* 	font-family: 'Nanum Gothic'; */
    text-align: center;
}

.btn_zip:hover {
    color: #fff;
    background-color: #56616D;
    border: 1px solid #56616D;
}

/* log */
.bar1 {
    background: #FFC241;
}

.bar2 {
    background: #2196F3;
}

.bar3 {
    background: #FB582A;
}

.bar4 {
    background: #8cc80c;
}

button {
    font-family: 'Pretendard';
    line-height: 1.4;

}

/* table */

.table-basic {
    display: table;
    width: 100%;
    /*     border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; */
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    /* 	font-family: 'Nanum Gothic'; */
    font-size: 15px;
    color: #444;
    font-weight: 400;

    /*     -webkit-box-shadow: 0 5px 30px #0000000a;
    box-shadow: 0 5px 30px #0000000a; */
}

.table-basic th,
.table-basic td {
    /*     border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    padding: 14px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.table-basic thead th,
.table-basic tbody th {
    font-weight: 600;
    font-size: 14px;
    background-color: #F9FAFC;
    vertical-align: middle;
}

.table-basic th,
.table-basic thead th {
    padding: 15px 10px;
}

.table-basic td {
    background-color: #fff;
}

.table-basic td b {
    font-size: 15px;
    font-weight: 600;
}

.table-basic tbody tr:last-child th,
.table-basic tr:last-child td,
.table-basic tbody tr:last-child td {
    border-bottom: 0px solid #e4e4e4;
}


.table-basic tr.pass td {
    background: #f8f8f8;
}

.table-basic td.tdl {
    text-align: left;
}

.table-bottom-noround {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.table-top-noround {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.table-hover tbody tr:hover td {
    background-color: #f5f5f5;
}

.ellipsis-cell-260 {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-270 {
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-log {
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    /* 	font-family: 'Nanum Gothic'; */
    font-size: 14px;
    color: #444;
}

.table-log td {
    padding: 0px;
    vertical-align: bottom;
    border-right: 1px solid #e4e4e4;
    text-align: center;
}

.table-log td {
    background-color: #fff;
}

.table-log td:last-child {
    border-right: 0px solid #e4e4e4;
}

.table-cell th,
.table-cell td {
    border-left: 1px solid #e4e4e4;
    padding: 12px 10px;
    line-height: 1.4;
}

.table-cell td {
    font-size: 15px;
    font-weight: 400;
}

.table-cell th:first-child,
.table-cell td:first-child {
    border-left: 0px solid #e4e4e4;
}

.table-cell th,
.table-cell tbody th,
.table-cell thead th {
    font-size: 14px;
    background-color: #F9FAFC;
}

.table-cell2 {
    border-top: 0px solid #e4e4e4;
}


.table-pop th,
.table-pop td {
    padding: 5px 5px;
    font-size: 14px;
}

.table-pay tbody th {
    font-weight: 500;
    font-size: 14.5px;
    background-color: #F2F2F2;
    vertical-align: middle;
    padding: 7px;
    border-bottom: 1px solid #e4e4e4 !important;
}

.table-pay tfoot td {
    padding: 7px !important;
}

.table-noborder,
.table-border {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

.table-border th {
    background: #EcEcEc;
    font-weight: 500;
    font-size: 14px;
}

.table-border td {
    font-weight: 400;
    font-size: 14.5px;
}

.table-border th,
.table-border td {
    border: 1px solid #777;
    padding: 1px;
    color: #444;
    text-align: center;
    height: 20px;
}

.table-noborder th,
.table-noborder td {
    border: 0px solid #444;
    padding: 1px;
    color: #444;
    text-align: center;
    font-size: 14px;
}

.table-noborder.pad th,
.table-noborder.pad td,
.table-border.pad th,
.table-border.pad td {
    padding: 10px;
}

.table-td-left td {
    text-align: left;
}

.table-border.padprint td {
    padding: 18px 10px;
}

.table-border.padprint2 td {
    padding: 12px 10px;
}

.table-basic-cont tbody th,
.table-basic-cont tbody td {
    font-size: 14px;
}

/* 


.table-border {
	display: table;
	width:100%;
	border-collapse: collapse;
	border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #444;
	font-family: 'Nanum Gothic';
	font-size:14px;
	color:#444;

}
.table-border th,
.table-border td {
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
	padding:1px;
}

.table-border th:first-child,
.table-border td:first-child {
    border-left: 0px solid #444;
}
.table-border tr:last-child th,
.table-border tr:last-child td{
    border-bottom: 0px solid #444;
}

.table-border td {
	text-align:center;
} */




/* cal */
.table-cal1 {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #111;
    /* 	font-family: 'Nanum Gothic'; */
    font-size: 13px;
    font-weight: 300;
    margin: 20px 0 0 0;
}

.table-cal1 td {
    width: 14.285%;
    padding: 10px 0
}


.cal_title {
    font-weight: 500;
    color: #444;
    letter-spacing: 0px;
    font-size: 20px;
    margin-right: 10px;
}

.table-cal th {
    width: 14.285%;
    padding: 10px 0;
}

.table-cal td {
    width: 14.285%;
    padding: 2px;
    vertical-align: top;
    text-align: left;
    /* 	font-family: 'Nanum Gothic'; */
    font-size: 13px;

}

.table-cal td.blank {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .02) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .02) 50%, rgba(0, 0, 0, .02) 75%, transparent 75%, transparent);
    background-color: #fafcfd;
    background-size: 1rem 1rem;
}

.table-cal td.today {
    background: #F1F5F9;
}

.table-cal td.today>a>font {
    font-weight: 500;
}

.cal_job {
    margin: 3px 3px 0px 3px;
    background-color: #3788d8;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
    padding: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 137px;
    color: #fff !important;
    font-weight: 400;
}

.cal_job:hover {
    background: #083FA9;
    transition: all .3s ease;
}

.cal_btn {
    float: right;
}

.cal_btn a {
    border: 0px solid #c6c6c6;
    background: #708BA0;
    color: #fff;
    border-radius: 4px;
    padding: 5px 8px;
    display: inline-block;
    font-size: 12px;
    /*     font-family: 'Nanum Gothic'; */
}

.cal_btn a:hover {
    background: #26528C;
}

/* board */
.notice {
    width: 50px;
    font-weight: 500;
    letter-spacing: 0px;
    display: block;
    /* 	font-family: 'Nanum Gothic'; */
    background-color: #083FA9;
    color: #fff;
    padding: 3px 0px;
    border-radius: 40px;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
    font-size: 12px;
}

.couns_num {
    width: auto;
    font-weight: 400;
    letter-spacing: 0px;
    display: inline-block;
    /* 	font-family: 'Nanum Gothic'; */
    background-color: #4AB950;
    color: #fff;
    padding: 0 8px 2px 8px;
    border-radius: 40px;
    cursor: pointer;
    outline: 0;
    margin: 0 auto;
    font-size: 12px;
}

/*
.board_title{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	display:block;
	width:600px;
}
*/
.v_title {
    font-weight: 500;
    color: #444;
    letter-spacing: 0px;
    /*  	font-family: 'Nanum Gothic'; */
    font-size: 24px;
}

.v_title_b {
    font-weight: 400;
    color: #777;
    letter-spacing: 0px;
    /*  	font-family: 'Nanum Gothic'; */
    padding: 10px 0px;
    font-size: 13px;
}

.top_bar.b_att {
    margin-top: 10px;
    font-weight: 500;
    color: #777;
    letter-spacing: 0px;
    padding: 5px 20px 15px 20px;
    flex-wrap: wrap;
}

.b_att li {
    /*  	font-family: 'Nanum Gothic'; */
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #E5EAEF;
    padding: 4px 10px;
    background: #fff;
    border-radius: 40px;
    margin: 10px 10px 0 0;
}

.b_att li:hover {
    border: 1px solid #AE8D73;
    background: #AE8D73;
}

.b_att li:hover a,
.b_att li a:hover {
    color: #fff;
}

.b_no_att {
    height: 30px;
    border-top: 1px solid #EcEcEc;
    margin-top: 10px;
}

.b_cont {
    padding: 0 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    /*  	font-family: 'Nanum Gothic'; */
    /* 	line-height:20px; */
    text-align: left;
    word-break: break-all;

}

.b_cont_file {
    padding: 0 0px 0px 0px;
}

.b_cont_file li {
    margin: 15px 0 0 0;
    text-align: center;
    width: 100%;
}

.b_cont_file li:first-child {
    margin: 20px 0 0 0;
}

.prvnxt {
    padding: 20px 0;
    border-top: 0px solid #EcEcEc;
    border-bottom: 1px solid #EcEcEc;

}

.prvnxt .nxt:before {
    content: '< PREV';
    margin-right: 10px;
    display: block;
    font-size: 13px;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    color: #aaa;
}

.prvnxt .prv:before {
    content: 'NEXT >';
    margin-right: 10px;
    display: block;
    font-size: 13px;
    font-family: 'Nanum Gothic';
    font-weight: 700;
    color: #aaa;
}

.onebar {
    padding-top: 30px;
    border-bottom: 1px solid #EcEcEc;
}


.filebox {
    margin: 0 0 5px 0;
}

.filebox:last-child {
    margin: 0 0 0px 0;
}

#file_1_data,
#file_1_origin,
#file_2_data,
#file_2_origin {
    margin: 0 0 5px 0;
}


.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox label {
    display: inline-block;
    padding: .58em .75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
}

/* named upload */
.filebox .upload-name {
    display: inline-block;
    padding: .5em .75em;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
}

.filebox>label {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 13px;
}

.filebox>label:hover {
    background-color: #083FA9;
    border-color: #083FA9;
    transition: all .3s ease;

}

.att_btn {
    display: inline-block;
    padding: 0.58em 0.75em;
    color: #666;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 0.25em;
    font-size: 13px;
}

.att_btn:hover {
    background-color: #AE8D73;
    border: 1px solid #AE8D73;
    color: #fff;
    transition: all .3s ease;
}

.reply-author>.author {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    max-width: 85px;
    margin: 0 20px 0 0;
    background: #eee;
    color: #444;
    font-size: 14px;
}

.reply-content {
    border: 1px solid #e4e4e4;
    color: #444;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    padding: 20px 17px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 400;

    /*  	font-family: 'Nanum Gothic'; */
    line-height: 20px;
    text-align: left;
    flex: 1;
}

.reply-content:before {
    content: '';
    border: 1px solid;
    border-color: transparent transparent #e4e4e4 #e4e4e4;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: -6px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reply-top {
    font-weight: 400;
    color: #777;
    letter-spacing: 0px;
    /*     font-family: 'Nanum Gothic'; */
    padding: 0 0 10px 0px;
    font-size: 13px;
}

.board_pic {
    display: block;
    padding: 30px 0 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.board_pic .grid {
    width: 23%;
    margin: 0 0 20px 0;
}

.board_pic .grid a.pic {
    display: block;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 6px;
    background: #efefef;
}

.pic_title {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
}

.board_pic .grid a.pic>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    box-shadow: none;
}






.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.tleft {
    text-align: left !important;
}

.tright {
    text-align: right !important;
}

.tcenter {
    text-align: center !important;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.pd10 {
    padding: 10px !important;
}

.pd20 {
    padding: 20px !important;
}

.pd30 {
    padding: 30px !important;
}

.pd5 {
    padding: 5px !important;
}

.pdtb5 {
    padding: 5px 0 !important;
}

.pdtb10 {
    padding: 10px 0 !important;
}

.pdtb15 {
    padding: 15px 0 !important;
}

.pdtb20 {
    padding: 20px 0 !important;
}

.pdtb25 {
    padding: 25px 0 !important;
}

.pdtb30 {
    padding: 30px 0 !important;
}

td.equ_hd {
    font-weight: 500;
    color: #444;
    letter-spacing: 0px;
    font-size: 33px;
}

.equ_hd2 {
    font-weight: 600;
    color: #444;
    letter-spacing: 0px;
    font-size: 16px;
}

.equ_hd3 {
    font-weight: 500;
    color: #444;
    letter-spacing: 0px;
    font-size: 21px;
}

.equ_hd2 li {
    font-weight: 400;
    color: #444;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 5px 0 0 15px;
}

.class_btn_c {
    display: inline-block;
    font-weight: 500;
    color: #444;
    text-align: center;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
}

.class_btn_c:hover {
    transition: all .3s ease;
    border: 1px solid #777;
    background-color: #f0f0f0;
    color: #222;
}

.class_btn_c.btn_save {
    color: #fff;
    border: 1px solid #777;
    background-color: #999;
}

.class_btn_c.btn_save:hover {
    border: 1px solid #444;
    background-color: #666;
}

.class_btn_c.small {
    font-weight: 500;
    color: #666;
    text-align: center;
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 4px;
}

.class_btn {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #ddd;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    line-height: 1.4;
}

.class_A01 {
    background: #083FA9;
}

.class_A02 {
    background: #00B356;
}

.class_A03 {
    background: #AE8D73;
}

.class_A04 {
    background: #4CC4CC;
}

.class_B01 {
    background: #FB582A;
}

.class_C01 {
    background: #83BA0E;
}

.class_D01 {
    background: #208FDB;
}

.class_E01 {
    background: #DC9222;
}

.class_F01 {
    background: #944D4C;
}

.class_G01 {
    background: #FBB900;
}



/* 리스트 과정제목 */
/* 프로젝트 */
.projext_name_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 243px;
}

/* 교육과정현황 */
.curri_name_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 341px;
}

/* 훈련일지 */
.class_title_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 418px;
}

/* 특별상담일지 */
.class_names_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 308px;
}

/* 수강신청 */
.curri_namess_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 270px;
}

table.fs15 td {
    font-size: 15px;
}

table.padtb4 td {
    padding: 4px 0;
}

table.padtb6 td {
    padding: 6px 0;
}

table.pad2 td {
    padding: 15px 2px;
}

table.pad4 th,
table.pad3 th,
table.pad3 td {
    padding: 12px 2px;
}

table.pad5 td {
    padding: 7px 2px;
}

table.pad6 td {
    padding: 10px 2px;
}

.table-basic th.thline {
    border-left: 1px solid #e4e4e4;
}

.inlinediv {
    display: inline-block;
}


.toptab>a.on {
    background: #efefef;
    font-weight: 500;
    color: #444;
}

.toptab>a {
    display: flex;
    width: 14%;
    border: 1px solid #bbb;
    text-align: center;
    justify-content: center;
    padding: 12px 0;
    border-radius: 5px 5px 0 0;
    margin-right: 2px;
    font-size: 14px;
    border-bottom: 0px;
    color: #555;
}

.toptab {
    width: 100%;
    border-bottom: 1px solid #bbb;
}

.photo {
    padding: 5px;
    border: 1px solid #ccc;
    width: 150px;
    height: 200px;
    background-color: #ffffff;
}

.top_link {
    width: auto;
    border-radius: 15px;
    padding: 3px 15px 3px 15px;
    background: #F9FAFC;
    box-sizing: border-box;
    border: 1px solid #E5EAEF;
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
}

.top_link:hover {
    border: 1px solid #4A87C0;
    background: #888;
    border: 1px solid #777;
    color: #fff;
}

.table-border.f16 td,
.table-border.f16 th,
.f16 * {
    font-size: 16px;
}

.wssv td {
    font-size: 14px;
    color: #555;
    word-wrap: break-word;
    ;
}

.wssv_edit tbody td {
    padding: 10px 0;
}


label input[type='radio'],
label input[type='checkbox'] {
    margin: 0 0px 0 15px;
}

label:first-child input[type='radio'],
label:first-child input[type='checkbox'] {
    margin: 0 0px 0 0px;
}

.teacher-row label:nth-of-type(10n+1) input[type='checkbox'] {
    margin: 0 0px 0 0px;
}

.nomar {
    margin: 0;
}


.li_list_h {
    flex-wrap: wrap;
}

.li_list_h li {
    min-width: 17%;
    margin: 0 20px 0 0;
    line-height: 30px;
    text-align: left;
}

span.subtext {
    font-size: 14px;
    color: #777;
    margin: 0 0 0 20px;
}

.popup {
    width: auto;
    border-radius: 15px;
    padding: 20px 30px;
    background: #F9FAFC;
    margin: 15px;
    box-sizing: border-box;
    border: 1px solid #E5EAEF;
}

.div_rows>div {
    width: 100%;
    margin: 0 0 7px 0;
}

.div_rows>div:last-child {
    margin: 0;
}

.board_top {
    width: auto;
    border-radius: 50px;
    padding: 1px 20px 3px 20px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #E5EAEF;
    display: block;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.board_top.on {
    background: #627CA0;
    border: 1px solid #7D8DA3;
    color: #fff;
}

.board_top:hover {
    border: 1px solid #A8B7CB;
}

.board_top.on:hover {
    border: 1px solid #7D8DA3;
}

.table-price th {
    height: 40px;
}

.table-price td {
    height: 30px;
}

.table-price th,
.table-price thead th,
.table-price td,
.table-price tbody td {
    padding: 0px 5px;
}

.monprice li {
    position: relative;
    width: 29px;
    line-height: 32px;
}

.monpricehd li {
    line-height: 33px;
    font-size: .85rem;
}

.site_history td {
    font-size: .9rem;
}

.server-history-table td:nth-child(2),
.server-history-table td:nth-child(3),
.server-history-table td:nth-child(2) strong,
.server-history-table td:nth-child(3) span {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.server-history-table td {
    vertical-align: top;
}


/* 제목 크기 일괄 조절 */
.swal2-title {
    font-size: 1rem !important;
    padding-top: 2rem !important;
}

/* 본문(텍스트) 크기 일괄 조절 */
.swal2-html-container {
    font-size: 1rem !important;
}

/* 하단 버튼 크기 조절 */
.swal2-styled {
    padding: 0.5em 1em !important;
    font-size: 0.8rem !important;
}

#id_msg {
    font-size: .85rem;
    font-weight: 500;
    margin-left: 10px;
}

#history_list_body {
    transition: all 0.3s ease;
    /* 투명도 변화를 부드럽게 */
}


/* 모달 */

.table-pop .table-light tr th {
    border-bottom: 1px solid #e4e4e4 !important;
}

.table-pop thead th {
    font-size: 15px;
}

/* 1. 모달 내부에서만 box-sizing을 적용하여 기존 레이아웃 보호 */
.modal,
.modal *,
.modal ::after,
.modal ::before {
    box-sizing: border-box !important;
}

/* 2. 모달 기본 구조 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    backdrop-filter: blur(3px);
}

.modal-title {
    color: #222;
    font-weight: 600;
}

.modal.fade .modal-dialog {
    transition: transform 0.2s ease-out;
    transform: translate(0, -10px);
}

.modal.show .modal-dialog {
    transform: none;
}

/* 3. 모달 배경 (어두워지는 효과) */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

/* 4. 모달 대화상자 위치 및 크기 */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}

.modal-lg {
    max-width: 800px;
}


/* 5. 모달 컨텐츠 디자인 */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.5rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

/* 6. 닫기 버튼 (X) */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.75;
    cursor: pointer;
}

.btn-close:hover {
    opacity: 1;
}

#companyModal .btn-primary,
#serverModal .btn-primary {
    background-color: #525252;
    border-color: #525252;
    color: #fff;
    padding: 0.265rem 0.75rem;
    border-radius: 0.25rem;
}

.loginlogo {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    background-color: #fff;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    line-height: 25px;
}

body.login {
    background-color: #f1f3f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    height: 100vh;
    background-image: url(../img/login_bg0.jpg);
}

.logindiv {
    width: 505px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 20px #1d26260d;
    box-shadow: 0 3px 20px #1d26260d;
    margin: 30px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logindiv .loginmmessage {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 18px;
    color: #fff;
    background-color: #8cc80c;
    margin-bottom: 38px;
    line-height: 27px;
    text-align: center;
}

.logindiv form label {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 500;
    color: #071021;
    margin-bottom: 11px;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-block;
}

.logindiv form input {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 4.076em;
    margin: 0 0 20px;
    -webkit-border-radius: 26px;
    -ms-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid #e4e4e4;
    color: #7a7e83;
    -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 2%);
    box-shadow: 0 3px 16px rgb(0 0 0 / 2%);
    background: #fff;
    width: 100%;
    min-height: 40px;
    max-height: none;
}

.logindiv form .submit {
    display: block;
    margin: 16px 0 0 0;
}

.logindiv .button {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    float: none;
    width: 100%;
    padding: 17px 0;
    border: none !important;
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background-color: #0d4bc1;
    -webkit-box-shadow: 0 7px 16px rgb(13 75 193 / 20%);
    box-shadow: 0 7px 16px rgb(13 75 193 / 20%);
    cursor: pointer;
    vertical-align: baseline;
    min-height: 19px;
    margin: 0;
}

.logindiv .button:hover {
    background-color: #083FA9;
}

.class_btn_dm {
    display: inline-block;
    width: 15px;
    font-weight: 500;
    color: #ff6600;
    font-size: 14px;
}

/* 공통 레이어 모달 */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 420px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: scale(0.85);
    transition: transform 0.3s ease;
    text-align: center;
}

.custom-modal-overlay.active .custom-modal-content {
    transform: scale(1);
}

.custom-modal-header {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.custom-modal-body {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.custom-modal-body .temp-password-box {
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #d9534f;
    letter-spacing: 1px;
    margin: 15px 0;
    border-radius: 4px;
    user-select: all;
    /* 더블클릭 시 전체 선택 */
}

.custom-modal-footer {
    display: flex;
    justify-content: center;
}

.custom-modal-close-btn {
    background-color: #3f51b5;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.custom-modal-close-btn:hover {
    background-color: #303f9f;
}

#pw_strength_message,
#pw_match_message {
    font-size: 13px;
}

.boards-list-on {
    background-color: #fafafa;
    color: #4d4d4d;
    border: 1px solid #e7e7e7;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}

.curri-home-info {
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.order-btn-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f3f5;
    border-radius: 6px;
    padding: 2px;
    gap: 1px;
}

.order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 17px;
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #495057;
    transition: all 0.2s ease;
}

.order-btn:hover {
    background-color: #ffffff;
    color: #228be6;
    /* 포인트 컬러 (블루) */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.order-btn svg {
    width: 14px;
    height: 14px;
}

.banner-link-use-done,
.banner-link-use-no,
.banner-link-use,
.banner-link-use-no,
.banner-link-use {
    display: inline-block;
    padding: 4px 8px;
    background-color: #f1f1f1;
    color: #333333;
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #e4e4e4;
}

.banner-link-use-no,
.banner-link-use-no {
    background-color: #FFF4E5;
    color: #E65100;
    border: 1px solid #FFE3C3;
}

.table-history tbody td {
    padding: 5px 10px;
    background-color: initial;
}

.banner-link-use-done {
    background-color: #a2a8af;
    /* 연한 그레이 배경 */
    color: #f0f0f0;
    /* 진한 그레이 텍스트 */
    border: 1px solid #7f858b;
    /* 연한 그레이 테두리 */
}

.table-teacher td:nth-child(2) {
    padding: 8px 10px;
}

.btn-primary {
    font-weight: 400;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /* font-family: 'Nanum Gothic'; */
    background-color: #BFC2C9;
    margin-right: 6px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #444;
    padding: 6px 17px;
    border-radius: 4px;
    cursor: pointer;
    outline: 0;
}

.btn-primary:hover {
    border: 1px solid #666;
}

.course-name {
    /* word-break: keep-all; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.table-consult {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #444;
    font-weight: 400;
}

.table-consult thead tr th {
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: #eff0f1;
    padding: 10px;

}

.table-consult tbody tr td {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4 !important;
}

.table-consult tbody tr:last-child td {
    border-bottom: 0px solid #e4e4e4 !important;
}

.table-consult tbody tr td.text-left {
    text-align: left;
}

.btn-outline-secondary {
    font-weight: 500;
    color: #666;
    text-align: center;
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
}

.btn-outline-secondary:hover {
    border: 1px solid #777;
}

span .fs12 {
    font-size: 12px;
}

.table-cell_l tbody th,
.table-cell_l tbody td {
    padding: 12px 2px;
}

.table-basic td .curri_name,
.table-cell_l td .curri_name {
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.status-tab-container {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    padding: 3px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

.status-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 17px;
    font-size: 13px;
    font-weight: 400;
    color: #999a9c;
    border-radius: 9999px;
}

.status-step.step-apply {
    background-color: #52b788;
    color: #ffffff;
    font-weight: 500;
}

.status-step.step-register {
    background-color: #4f92dd;
    color: #ffffff;
    font-weight: 500;
}

.status-step.step-cancel {
    background-color: #dd6853;
    color: #ffffff;
    font-weight: 500;
}

.status-step.step-hold {
    background-color: #f5b041;
    color: #ffffff;
    font-weight: 500;
}

.recruiting_title {
    font-weight: 600;
    color: #444;
    letter-spacing: 0px;
    font-size: 35px;
    text-align: center;
    letter-spacing: 10px;
}

.priority-benefit-row label:nth-of-type(4n+1) input[type='checkbox'] {
    margin: 0 0px 0 0px;
}

.badge {
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    color: #444;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.approval-success {
    color: #ffffff;
    background-color: #007ACC;
    border-color: transparent;
}

.approval-ing {
    color: #ffffff;
    background-color: #2CAC5B;
    border-color: transparent;
}

.approval-before {
    color: #8d9297;
    background-color: #f1f3f5;
    border-color: #c6cbd1;
}

.approval-box .text-muted {
    font-size: 14px;
    color: #aaa;
}

.approval-box .btn-approval-action {
    color: #3e9ddb;
    background-color: #e6f2fb;
    border: 1px solid #a5d5f0;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.approval-box .done {
    color: #e26660;
    background-color: #fbefeb;
    border: 1px solid #f2c9b6;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.approval-box .badge.badge-info {
    color: #09c2de;
    background-color: #e4f8fb;
    border: 1px solid #a1e8f3;
}

.edu-list-term {
    font-size: 13px;
    color: #007ACC;
}

.perc {
    font-size: 13px;
    color: #666666;
    line-height: 1;
}

/* 훈련생 교육 상태별 뱃지 스타일 */
.edu-state-badge {
    font-weight: 500;
}

.edu-state-badge.state-training {
    /* color: #52b788; */
}

.edu-state-badge.state-complete {
    color: #257ee4;
}

.edu-state-badge.state-earlyjob {
    color: #17b42c;
}

.edu-state-badge.state-drop {
    color: #ec4122;
}

/* 취업여부 상태별 뱃지 스타일 */
.job-state-badge {
    font-weight: 500;
}

.job-state-badge.state-except {
    color: #999999;
}

.job-state-badge.state-employed {
    color: #257ee4;
}

.job-state-badge.state-unemployed {
    /* color: #ec4122; */
}

/* 훈련생 통합 상세 페이지 탭 네비게이션 스타일 */

.edu-tab-item {
    padding: 10px 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #555;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.edu-tab-item:hover {
    background-color: #eaeaea;
    font-weight: 600;
}

.edu-tab-item.active {
    background-color: #ffffff;
    border: 1px solid #bbb;
    border-bottom: 0px solid #ffffff;
    margin-bottom: -1px;
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.progress {
    height: 22px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    background-color: #5191d;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.bg-light {
    background: #e1e5e9;
    color: #414549;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5191d1;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    transition: all .5s ease;
}

.bg-primary {
    color: #fff;
    background-color: #5191d1;
    border: 1px solid #4180be;
}

.progress02 .progress-bar {
    background-color: #13c4a5;
}

/* 비허용 회원 표시 스타일 */
.text-disabled,
a.text-disabled,
a.text-disabled b {
    color: #d67878 !important;
}

span.text-disabled {
    font-size: 11px;
}

select optgroup {
    font-weight: 600;
}

.badge-visit,
.badge-tel {
    background-color: #007bff !important;
    color: #ffffff !important;
    border: 0px;
    font-size: 12px;
    border-radius: 50px;
}

.badge-visit {
    background-color: #28a745 !important;
}

/* ==========================================================================
   Dashboard 3-Card Modern Design (Image Reference)
   ========================================================================== */
.dashboard-container {
    padding: 24px 0;
    width: 100%;
}

.dash-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.dash-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    box-sizing: border-box;
}

.dash-card-header {
    margin-bottom: 20px;
}

.card-main-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.card-sub-title {
    font-size: 14px;
    color: #868e96;
    margin: 0;
    line-height: 1.4;
}

.dash-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dash-hero-value {
    display: flex;
    align-items: baseline;
    margin-bottom: 24px;
}

.dash-hero-value .num {
    font-size: 56px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    letter-spacing: -1px;
}

.dash-hero-value .unit {
    font-size: 20px;
    font-weight: 500;
    color: #495057;
    margin-left: 8px;
}

.dash-card-divider {
    height: 1px;
    background-color: #f1f3f5;
    margin-bottom: 20px;
    width: 100%;
}

.dash-dot-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    width: 100%;
}

.dash-dot-list.dash-dot-inline {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.dash-dot-list.dash-dot-inline .dot-item {
    width: auto;
}

.dot-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #495057;
    width: 100%;
}

.dot-item .dot {
    font-size: 11px;
    margin-right: 2px;
}

.dot-blue {
    color: #3b82f6;
}

.dot-green {
    color: #10b981;
}

.dot-purple {
    color: #f19e3f;
}

.dot-gray {
    color: #adb5bd;
}

.dash-card-footer {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.dash-btn {
    flex: 1;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.btn-secondary {
    background-color: #94a3b8;
    color: #ffffff !important;
}

.btn-secondary:hover {
    background-color: #64748b;
}

.btn-blue {
    background-color: #3b82f6;
    color: #ffffff !important;
}

.btn-blue:hover {
    background-color: #2563eb;
}

.btn-emerald {
    background-color: #10b981;
    color: #ffffff !important;
}

.btn-emerald:hover {
    background-color: #059669;
}

.btn-purple {
    background-color: #f19e3f;
    color: #ffffff !important;
}

.btn-purple:hover {
    background-color: #f19e3f;
}

.dash-sub-desc {
    font-size: 13px;
    color: #8f9192;
    margin: 0;
    line-height: 1.4;
    height: 63px;
}