@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
*******************************/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff2) format('woff2'),
        url(../fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.woff2) format('woff2'),
        url(../fonts/Roboto-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.woff2) format('woff2'),
        url(../fonts/Roboto-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff');
}



/*  한국어 */
:lang(ko) {
    font-family: 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
/*  영어 */
:lang(en) {
    font-family: 'Roboto', 'Apple SD Gothic Neo', 'Helvetica', 'Noto Sans KR', sans-serif;
}
/* 일본어 */
:lang(jp) {
    font-family: 'Roboto', 'Meiryo', 'Noto Sans KR', sans-serif;
}
/* 중국어 (간체) */
:lang(cn) {
    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;
}
body {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    word-break: keep-all;
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: 500;
}
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;
}
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, 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(../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 !important;
    align-items: center !important;
}
.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;
}
.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;
}