@charset "utf-8";
/*!
 * # Semantic UI 2.2.9 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Reset
*******************************/
/* pretendard */
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/pretendard/woff2/Pretendard-Black.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Black.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/pretendard/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/pretendard/woff2/Pretendard-Bold.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/pretendard/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/pretendard/woff2/Pretendard-Medium.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/pretendard/woff2/Pretendard-Regular.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/pretendard/woff2/Pretendard-Light.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/pretendard/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/pretendard/woff2/Pretendard-Thin.woff2') format('woff2'), url('../fonts/pretendard/woff/Pretendard-Thin.woff') format('woff');
}
/*  한국어 */
:lang(ko) {
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
/*  영어 */
:lang(en) {
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
/* 일본어 */
:lang(ja) {
    font-family: 'Meiryo', 'Roboto', 'Noto Sans KR', sans-serif;
}
/* 중국어 (간체) */
:lang(zh) {
    font-family: 'Roboto', 'LiHei Pro Medium', 'Noto Sans KR', sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, fieldset,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
html {
    box-sizing: border-box;
    font-size: 10px;
}
body {
    display: flex;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
    font-size: .94em;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: normal;
    word-wrap: break-word;
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
    color: #333;
}
@media all and (max-width: 1024px) {
    body {
        font-size: .88em;
        font-size: 1.4rem !important;
    }
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: 500;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    h3, h4, h5, h6 {
        font-size: 1.6rem;
    }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    text-decoration: none;
    color: #333;
    background: transparent;
}
a:active, a:hover {
    outline: 0;
    color: #000;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 500;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ol, ul {
    list-style: none;
}
button {
    border: none;
    padding: 0
}
img {
    vertical-align: middle;
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
}
pre {
    overflow: auto;
    white-space: pre-wrap;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
caption, legend {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    display: none;
}
small {
    font-size: .875em;
    font-weight: 500;
}
button, .ui.button {
    word-break: keep-all;
}
button, input, optgroup, select, textarea {
    color: inherit;
    margin: 0;
    outline: none;
    background: transparent;
}
button {
    overflow: visible;
}
button, select {
    font-size: 1em;
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
select {
    padding: 0.76em 2.1em 0.76em 1em !important;
    line-height: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/assets/img/select_arrow.png) calc(100% - 10px) center no-repeat !important;
    cursor: pointer;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/*fieldset {border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em;}*/
legend {
    border: 0;
    padding: 0;
}
textarea {
    padding: 0.78571429em 1em;
    font-size: 1em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 2px;
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.blind {
    display: none !important
}
.clearFix {
    clear: both;
}
.show {
    display: block !important;
}
.hide {
    position: absolute;
    width: 0;
    line-height: 0;
    height: 0;
    top: 0;
    left: -10000px;
    overflow: hidden;
}
.cpn {
    pointer-events: none !important;
}
.num {
    width: 62px !important;
}
.chk {
    width: 62px !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.blur {
    color: transparent;
    text-shadow: 0 0 32px black;
}
.d-inline-block {
    display: inline-block !important;
}
.text-truncate {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.flex {
    display: flex !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-item {
    display: flex;
    align-items: center;
}
.flex-item-center {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}
.flex-item-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}
.flex-justify-right {
    justify-content: flex-end !important;
}
.flex-justify-left {
    justify-content: flex-start !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-highlight {
    flex: 1 !important;
}
.flex-left-auto {
    margin-left: auto !important;
}
.position-relative {
    position: relative !important;
}
/* checkbox custom style */
.chk-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}
.chk-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.chk-custom input:checked~.checkmark {
    border: 1px solid #2196F3;
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk-custom input~.checkmark:after {
    display: block;
}
.chk-custom input:checked~.checkmark:after {
    border: solid white;
    border-width: 0 2px 2px 0;
}
.chk-custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 14px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*-------------------
       Colors
--------------------*/
.fcRed {
    color: #db2828 !important;
}
.fcOrange {
    color: #f2711c !important;
}
.fcYellow {
    color: #fbbd08 !important;
}
.fcOlive {
    color: #b5cc18 !important;
}
.fcGreen {
    color: #21ba45 !important;
}
.fcTeal {
    color: #00b5ad !important;
}
.fcBlue {
    color: #2185d0 !important;
}
.fcNavy {
    color: #0d47a1 !important;
}
.fcPurple {
    color: #a333c8 !important;
}
.fcViolet {
    color: #6435c9 !important;
}
.fcPink {
    color: #e03997 !important;
}
.fcBrown {
    color: #a5673f !important;
}
.fcGrey {
    color: #767676 !important;
}
.fcBlack {
    color: #000 !important;
}
.fcWhite {
    color: #fff !important;
}
.bcRed {
    background: #db2828 !important;
}
.bcOrange {
    background: #f2711c !important;
}
.bcYellow {
    background: #fbbd08 !important;
}
.bcOlive {
    background: #b5cc18 !important;
}
.bcGreen {
    background: #21ba45 !important;
}
.bcTeal {
    background: #00b5ad !important;
}
.bcBlue {
    background: #2185d0 !important;
}
.bcPurple {
    background: #a333c8 !important;
}
.bcViolet {
    background: #6435c9 !important;
}
.bcPink {
    background: #e03997 !important;
}
.bcBrown {
    background: #a5673f !important;
}
.bcGrey {
    background: #767676 !important;
}
.bcBlack {
    background: #000 !important;
}
.bcWhite {
    background: #fff !important;
}
/* font size */
.f080 {
    font-size: .875em !important;
    line-height: 100%;
}
.f170 {
    font-size: .75em !important;
    line-height: 100%;
}
.f100 {
    font-size: 1em !important;
    line-height: 100%;
}
.f110 {
    font-size: 1.125em !important;
    line-height: 100%;
}
.f120 {
    font-size: 1.25em !important;
    line-height: 100%;
}
.f130 {
    font-size: 1.375em !important;
    line-height: 100%;
}
.f150 {
    font-size: 1.5em !important;
    line-height: 100%;
}
.f170 {
    font-size: 1.75em !important;
    line-height: 100%;
}
/* font weight */
.fweb {
    font-weight: 700 !important;
}
.fwb {
    font-weight: 500 !important;
}
.fwn {
    font-weight: 400 !important;
}
/* text align */
.tl {
    text-align: left !important;
}
.tc {
    text-align: center !important;
}
.tr {
    text-align: right !important;
}
/* vertical align */
.vb {
    vertical-align: baseline !important;
    vertical-align: -webkit-baseline-middle !important;
}
.vm {
    vertical-align: middle !important;
}
.vs {
    vertical-align: sub !important;
}
/* letter-spacing */
.ls0 {
    letter-spacing: 0 !important;
}
.ls1 {
    letter-spacing: -1px !important;
}
.ls2 {
    letter-spacing: -2px !important;
}
/* width size */
.w10 {
    width: 10px !important;
}
.w20 {
    width: 20px !important;
}
.w30 {
    width: 30px !important;
}
.w40 {
    width: 40px !important;
}
.w50 {
    width: 50px !important;
}
.w60 {
    width: 60px !important;
}
.w70 {
    width: 70px !important;
}
.w80 {
    width: 80px !important;
}
.w100 {
    width: 100px !important;
}
.w120 {
    width: 120px !important;
}
.w150 {
    width: 150px !important;
}
.w200 {
    width: 200px !important;
}
.w250 {
    width: 250px !important;
}
.w300 {
    width: 300px !important;
}
.w320 {
    width: 320px !important;
}
.w350 {
    width: 350px !important;
}
.w400 {
    width: 400px !important;
}
.w450 {
    width: 450px !important;
}
.w500 {
    width: 500px !important;
}
.w600 {
    width: 600px !important;
}
.w700 {
    width: 700px !important;
}
.w800 {
    width: 800px !important;
}
.wmax {
    width: 100% !important;
}
.wauto {
    width: auto !important;
}
.p_w3 {
    width: 3% !important;
}
.p_w5 {
    width: 5% !important;
}
.p_w10 {
    width: 10% !important;
}
.p_w15 {
    width: 15% !important;
}
.p_w20 {
    width: 20% !important;
}
.p_w25 {
    width: 25% !important;
}
/* min-width size */
.m-w10 {
    min-width: 10px !important;
}
.m-w20 {
    min-width: 20px !important;
}
.m-w30 {
    min-width: 30px !important;
}
.m-w40 {
    min-width: 40px !important;
}
.m-w50 {
    min-width: 50px !important;
}
.m-w60 {
    min-width: 60px !important;
}
.m-w70 {
    min-width: 70px !important;
}
.m-w80 {
    min-width: 80px !important;
}
/* float style */
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.fn {
    float: none !important;
}
/* padding, margin style */
.p0 {
    padding: 0 !important;
}
.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}
.p20 {
    padding: 20px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pr0 {
    padding-right: 0px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr20 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.ph5 {
    padding: 5px 0 !important;
}
.ph10 {
    padding: 10px 0 !important;
}
.ph15 {
    padding: 15px 0 !important;
}
.ph20 {
    padding: 20px 0 !important;
}
.ph25 {
    padding: 25px 0 !important;
}
.ph30 {
    padding: 30px 0 !important;
}
.ph35 {
    padding: 35px 0 !important;
}
.ph40 {
    padding: 40px 0 !important;
}
.ph45 {
    padding: 45px 0 !important;
}
.ph50 {
    padding: 50px 0 !important;
}
.pw5 {
    padding: 0 5px !important;
}
.pw10 {
    padding: 0 10px !important;
}
.pw15 {
    padding: 0 15px !important;
}
.pw20 {
    padding: 0 20px !important;
}
.pw25 {
    padding: 0 25px !important;
}
.pw30 {
    padding: 0 30px !important;
}
.pw35 {
    padding: 0 35px !important;
}
.pw40 {
    padding: 0 40px !important;
}
.pw45 {
    padding: 0 45px !important;
}
.pw50 {
    padding: 0 50px !important;
}
.m0 {
    margin: 0 !important;
}
.m5 {
    margin: 5px !important;
}
.m10 {
    margin: 10px !important;
}
.mt-5 {
    margin-top: -5px !important;
}
.mt-4 {
    margin-top: -4px !important;
}
.mt-3 {
    margin-top: -3px !important;
}
.mt-2 {
    margin-top: -2px !important;
}
.mt-1 {
    margin-top: -1px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt1 {
    margin-top: 1px !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.mt4 {
    margin-top: 4px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt6 {
    margin-top: 6px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb2 {
    margin-bottom: 2px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.mr-5 {
    margin-right: -5px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mh5 {
    margin: 5px 0 !important;
}
.mh10 {
    margin: 10px 0 !important;
}
.mh15 {
    margin: 15px 0 !important;
}
.mh20 {
    margin: 20px 0 !important;
}
.mh25 {
    margin: 25px 0 !important;
}
.mh30 {
    margin: 30px 0 !important;
}
.mh35 {
    margin: 35px 0 !important;
}
.mh40 {
    margin: 40px 0 !important;
}
.mh45 {
    margin: 45px 0 !important;
}
.mh50 {
    margin: 50px 0 !important;
}
.mw5 {
    margin: 0 5px !important;
}
.mw10 {
    margin: 0 10px !important;
}
.mw15 {
    margin: 0 15px !important;
}
.mw20 {
    margin: 0 20px !important;
}
.mw25 {
    margin: 0 25px !important;
}
.mw30 {
    margin: 0 30px !important;
}
.mw35 {
    margin: 0 35px !important;
}
.mw40 {
    margin: 0 40px !important;
}
.mw45 {
    margin: 0 45px !important;
}
.mw50 {
    margin: 0 50px !important;
}
.content_pre {
    white-space: pre-wrap !important;
}
.display-none {
    display: none !important;
}
.content-qna>ol {
    list-style: decimal;
    margin: inherit;
}
.content-field>ol {
    list-style: decimal;
    padding: 10px 0px 10px 20px;
}
.question-list .content-field>ol,
.question-list .content>ol,
.question-list .content>ul {
    list-style: decimal;
    padding: 1rem 3rem;
}
.content-qna>ul {
    list-style: disc;
    margin: inherit;
}
.content-field>ul {
    list-style: disc;
    padding: 10px 0px 10px 20px;
}
/* ===========================================================================================
grid style
=========================================================================================== */
.row:not(.ui.grid) {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    /* margin-right: -15px;
    margin-left: -15px; */
}
.tbl-simple .row:not(.ui.grid) {
    display: block;
    row-gap: initial;
}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
@media (min-width:767.98px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width:1023.98px) {
    .pad {
        display: none;
    }
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* ========================
flex-child
=========================== */
.flex-child {
    width: 960px;
    order: 0;
    flex: 0 1 auto;
    align-self: center;
    margin: 1em 0;
    z-index: 1;
}
.flex-child h1 {
    margin: -.3em 0 .3em 0;
    height: 60px;
}
.flex-child h1 .logo {
    height: 100%;
}
/*--------------
   Card Count
---------------*/
.ui.cards>.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.87rem 0.5rem !important;
    float: none;
}
.EG-layout .ui.cards>.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5rem 0.75rem !important;
    float: none;
}
.ui.one.cards {
    margin: 0;
    margin-left: .5rem;
    margin-right: .5rem;
}
.ui.one.cards>.card {
    width: calc(100% - 1rem) !important;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.ui.two.cards {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
}
.ui.two.cards>.card {
    width: calc(50% - 1.5rem) !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
}
.ui.three.cards {
    margin-left: -.75rem !important;
    margin-right: -.75rem !important;
}
.ui.three.cards>.card {
    width: calc(33.33333333% - 1.5rem) !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
}
.ui.four.cards {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}
.ui.four.cards>.card {
    width: calc(25% - 1.5rem) !important;
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.ui.five.cards {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}
.ui.five.cards>.card {
    width: calc(20% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.ui.six.cards {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.ui.six.cards>.card {
    width: calc(16.66666667% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.ui.seven.cards {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.ui.seven.cards>.card {
    width: calc(14.28571429% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.ui.eight.cards {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.ui.eight.cards>.card {
    width: calc(12.5% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 11px;
}
.ui.nine.cards {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.ui.nine.cards>.card {
    width: calc(11.11111111% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 10px;
}
.ui.ten.cards {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.ui.ten.cards>.card {
    width: calc(10% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem !important;
}
.ui[class*="equal width"].form .fields>.field, .ui.form [class*="equal width"].fields>.field {
    margin: 0;
}
@media (max-width: 1024px) {
    .footable.table, .footable-details.table {
        font-size: 1.4rem !important;
    }
}
@media (max-width: 650px) {
    .ui.styled.accordion .title.header.flex-item {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: .8rem;
    }
    .ui.styled.accordion .title.header.flex-item .title-header {
        width: 100%;
    }
    .footable.table, .footable-details.table {
        font-size: 1.3rem !important;
    }
}
.ui.cards~.ui.cards,
.ui.styled.accordion .ui.cards~div {
    margin-top: 1.5rem;
}
@media (max-width:720px) {
    .ui.cards~.ui.cards,
    .ui.styled.accordion .ui.cards~div {
        margin-top: 0;
    }
}
/* Switch */
.ui.toggle.checkbox .box:before,
.ui.toggle.checkbox label:before {
    width: 3.15em !important;
    height: 1.4em !important;
    border-radius: 500em;
}
.ui.toggle.checkbox input:checked~.box:after,
.ui.toggle.checkbox input:checked~label:after {
    left: 2em !important;
}
.ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after {
    width: 1.5em !important;
    height: 1.5em !important;
}
.ui.toggle.checkbox .box,
.ui.toggle.checkbox label {
    min-height: 1.5em !important;
    color: rgba(0, 0, 0, 0.87);
}
.ui.message {
    padding: 1.4rem 1.6rem;
    margin: .4rem 0;
}
.ui.message.small {
    padding: 1rem 1.4rem;
}
.ui.message+.ui.message {
    margin-top: 1rem;
}
.ui.message+.field,
.ui.message+.fields {
    padding-top: 1rem;
}
div[id*="Block"]:not(.wide.column)+div[id*="Block"]:not(.wide.column) {
    margin-top: 1.5rem;
}
.label-title+.ui.message {
    width: 100%;
    min-height: 4rem;
}
.ui.attached.message {
    padding: 1.5rem;
}
.ui.message>.note-editable {
    width: 100%;
}
.ui.message>.note-editable>p>span {
    font-size: 1.4rem !important;
}
.option-content .ui.message {
    margin: 0;
}
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
    font-size: 1.5rem;
}
.option-content .button-area .buttons {
    flex-wrap: wrap;
}
.option-content .button-area .buttons .button {
    border: .1px solid #eee;
}
/* overflow-x: auto */
.footable_box {
    width: 100% !important;
    overflow-x: auto !important;
}
.footable_box .footable tbody td .ui.basic.button {
    white-space: nowrap;
}
#modalEzGraderIfm {
    height: 100% !important;
    background-color: #fff;
}
/* footable 브레이크포인트 반응형 시 나오는 아이콘과 마지막 컬럼 내용에 겹침 오류 수정 */
.footable-last-visible .fooicon-plus.last-column+a:not(.button),
.footable-last-visible .last-column.fooicon-minus+a:not(.button) {
    padding-right: 2.5rem !important;
    display: inline;
}
/* footable 관리 버튼  영역 280px 제어 */
table.footable tbody td.manage_wrap {
    max-width: 28rem;
}
table.footable tbody td.manage_wrap div.manage_btns {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    /* width: 100%; */
}
table.footable tbody td.manage_wrap div.manage_btns .buttons,
table.footable tbody td.manage_wrap div.manage_btns .button {
    margin: 0;
}
@media (max-width:768px) {
    .note-editor .note-btn-group {
        position: relative;
        display: inline-block;
        margin-right: 2px !important;
    }
}
.ui.form .fields~.field,
.ui.form .field~.fields {
    margin-top: 1rem;
}
.fooicon {
    line-height: 2 !important;
}
.table.footable colgroup {
    display: none;
}
/* summernote 내용 입력시 뷰창 너비이상으로 영역넓어지는 것을 텍스트 줄바꿈으로 수정 */
.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
    word-break: break-word;
}
.week_plan_del {
    margin-right: 1rem;
}
/* .ui.checkbox.read-only input.hidden:not(:checked)+label:not(.toggle_btn) {
    padding-left: 0;
} */
/* 에디터 + 파일업로드 ui */
#editor~#fileUploadBlock {
    margin-top: 1.5rem;
}
.field~[name="fileUploadBlock"] {
    margin-top: 1.5rem;
}
/* 팀활동 > 팀정보 페이지 */
#teamCd~#loadDiv .top.attached.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#teamCd~#loadDiv .top.attached.header.small ul.viewInfo {
    margin-left: initial;
}
@media all and (max-width: 650px) {
    #teamCd~#loadDiv .top.attached.header.small ul.viewInfo {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: .6rem;
        font-size: 1.4rem;
        padding-left: 0rem;
    }
}
.ui.floating.dropdown>.menu {
    max-height: 50rem;
    /*overflow-y: scroll;*/
}
@media only screen and (max-width: 767px) {
    .ui.floating.dropdown>.menu {
        max-height: 20rem;
        overflow-y: scroll;
    }
}
.ui.dropdown .menu>.item[data-value] {
    word-break: break-all;
    white-space: wrap;
    font-size: 1.4rem;
}
.ui.cards.info-type .card {
    font-size: 1.4rem;
}
.ui.cards.info-type .fields~.fields,
.ui.cards.info-type .field~.field,
.ui.cards.info-type .fields~.field,
.ui.cards.info-type .field~.fields {
    margin-top: 1rem;
}
[name="linkFileBoxFileNm"] {
    max-width: 40rem;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}