@charset "utf-8";

@import url('jquery-ui.css');
@import url('fontawesome.css');
@import url('xeicon.css');
@import "https://unicons.iconscout.com/release/v3.0.3/css/line.css";
@import "https://unicons.iconscout.com/release/v3.0.3/css/solid.css";
@import "https://unicons.iconscout.com/release/v3.0.3/css/solid.css";

@import url('bootstrap.css');
@import url('cssmenu.css');
@import url('animate.css');
@import url('vegas.css');
@import url('niceselect.css');
@import url('iziModal.css');
@import url('pgwslideshow.css');

@import url('fonts.css');
@import url('content.css');





/* 초기화 세팅 ******************************************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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; box-sizing: border-box;}
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;}


/* 사이트 기본구성 */
* {box-sizing: border-box;}
html {height:100%;}
body {height:100%; min-width:320px; word-break:keep-all; background:#1f1f1f;}
body,input,textarea,select,button {font-family:'NanumSquare', 'Montserrat', 'NotoSansKR', 'Malgun Gothic', '맑은 고딕', '돋움', 'Tahoma'; font-size:13px; color:#777; font-weight:normal; line-height:22px;}
table,th,h1,h2,h3,h4,h5,h6 {font-size:13px; font-weight:normal;}
legend, caption {display:none;}
img,input,select,textarea {vertical-align:middle;}
a {text-decoration:none; color:#777; transition:all 0.3s ease-in-out;}
a:hover {text-decoration:none; color:#d60028;}


/* 스크롤바 */
html {
  scrollbar-arrow-color: #fff;
  scrollbar-Track-Color: #fff;
  scrollbar-base-color: #b1b1b1;
  scrollbar-Face-Color: #b1b1b1;
  scrollbar-3dLight-Color: #b1b1b1;
  scrollbar-DarkShadow-Color: #b1b1b1;
  scrollbar-Highlight-Color: #b1b1b1;
  scrollbar-Shadow-Color: #b1b1b1
}

::-webkit-scrollbar {width:4px; border-radius:10px;}
::-webkit-scrollbar-track {background-color:#fff;}
::-webkit-scrollbar-thumb {background-color:#b1b1b1; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background:#b1b1b1;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {width:16px; height:16px; background:#fff;}

/* 모바일 링크 하이라이트 제거 */
html {
  -webkit-tap-highlight-color:rgba(0,0,0,0.1);
}





/* 라이브러리 변형 ******************************************************** */
/* 셀렉트 */
.nice-select {border:#555 1px solid; background:#000;}
.nice-select .list {background:linear-gradient(180deg, #353A40 -56.47%, #16171B 100%); border-radius:4px;}
.nice-select .option.focus {border-radius:4px; background:#333;}


/* 웹에디터 */
.cheditor-tb-wrapper {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}





/* 폼구성 ******************************************************** */
/* input 포커스 테두리 삭제 */
::placeholder {color:#999;}

/* input 포커스 테두리 삭제 */
input:focus {outline:none;}
select:focus {outline:none;}
textarea:focus {outline:none;}

/* input 기본 스타일 초기화 */
input [type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-appearance: none;
          appearance: none;
}

/* select 스타일 초기화 */
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-appearance: none;
          appearance: none;
}

/* textarea 스타일 초기화 */
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* 기본 폼 */
input[type='text'] {height:48px; padding:0 15px; border:#e9e9e9 1px solid; border-radius:5px;} 
input[type='text']:focus {border:#d60028 1px solid; box-shadow:0px 4px 10px 3px rgba(0, 0, 0, 0.07); transition:all 0.4s ease-in-out;} 
input[type='text'].error {border:#C5292A 1px solid;} 
input[type='text'].success {border:#1fc944 1px solid;} 

input[type='password'] {height:48px; padding:0 15px; border:#e9e9e9 1px solid; border-radius:5px;} 
input[type='password']:focus {border:#d60028 1px solid; box-shadow:0px 4px 10px 3px rgba(0, 0, 0, 0.07); transition:all 0.4s ease-in-out;} 
input[type='password'].error {border:#C5292A 1px solid;} 
input[type='password'].success {border:#1fc944 1px solid;} 

input[type='radio'] {-webkit-appearance:none; width:21px; height:21px; border-radius:50%; outline:none; border:1px solid #ccc; cursor:pointer;}
input[type='radio']:before {content:''; display:block; width:50%; height:50%; margin:25% auto; border-radius:50%;}
input[type="radio"]:checked:before {background:#d60028;}
input[type="radio"]:checked {border-color:#d60028;}
label {cursor:pointer;}

input[type="checkbox"] + label {display:inline-block; width:20px; height:20px; text-align:center; font-size:15px; color:#fff; border:1px solid #e9e9e9; border-radius:4px; cursor:pointer;}
input[type="checkbox"]:checked + label {color:#fff; background:#d60028; border-color:#d60028;}
input[type="checkbox"] {display:none;}

input[type="file"] {display:inline-block; height:30px;}

select {height:48px; padding:0 15px; border:#e9e9e9 1px solid; border-radius:5px; background:url('../images/btnIcn/icn_selectbox.gif') right center no-repeat,#fff;} 
select:focus {border:#d60028 1px solid; box-shadow:0px 4px 10px 3px rgba(0, 0, 0, 0.07); transition:all 0.4s ease-in-out;} 

textarea {padding:10px 15px; border:#e9e9e9 1px solid; border-radius:5px;}
textarea:focus {border:#d60028 1px solid; box-shadow:0px 4px 10px 3px rgba(0, 0, 0, 0.07); transition:all 0.4s ease-in-out;} 

/* Range */
input[type=range] {
  -webkit-appearance: none; 
  width: 100%; 
  height: 8px;
  background: #202226;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.75), inset -2px -2px 2px #4E5154;
  cursor: pointer;
  border-radius: 10px; /* iOS */
  transition: background 450ms ease-in;
}

input[type=range]:focus {
  outline: none; 
}

input[type=range]::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background:url('../images/btnIcn/icn_range.png') no-repeat;
  border-radius:50%;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb{
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  background:url('../images/btnIcn/icn_range.png') no-repeat;
  border-radius:50%;
  cursor: pointer;
}


/* 라디오,체크박스-변경 */
.CRD input[type="checkbox"] {display:none;}
.CRD input[type="checkbox"] + label {font:400 16px/16px 'NotoSansKR'; color:#333;}
.CRD input[type="checkbox"] + label span {display:inline-block; width:19px; height:19px; margin:-2px 5px 0 0; vertical-align:middle; background:url('../images/btnIcn/check_radio_sheet.png') left top no-repeat; cursor:pointer;}
.CRD input[type="checkbox"]:checked + label span {background:url('../images/btnIcn/check_radio_sheet.png') -19px top no-repeat;}
.CRD input[type="radio"] {display:none;}
.CRD input[type="radio"] + label {font-weight:400; font-size:16px; line-height:16px;; color:#333; letter-spacing:-1px;}
.CRD input[type="radio"] + label span {display:inline-block; width:19px; height:19px; margin:-2px 5px 0 0; vertical-align:middle; background:url('../images/btnIcn/check_radio_sheet.png') -38px top no-repeat; cursor:pointer;}
.CRD input[type="radio"]:checked + label span {background:url('../images/btnIcn/check_radio_sheet.png') -57px top no-repeat;}


/* 스위치 버튼 [checkbox] */
.switch {position:relative; display:inline-block; width:60px; height:35px; background:url('../images/switch_bg.png') no-repeat;}
.switch input {opacity:0; width:0; height:0;}
.switch-slider {position:absolute; cursor:pointer; top:0; left:8px; right:0; bottom:0; -webkit-transition:.4s; transition:.4s;}
.switch-slider:before {position:absolute; content:""; height:20px; width:20px; left:0px; bottom:7.5px; background:url('../images/switch_slider_bg01.png') no-repeat; -webkit-transition:.4s; transition:.4s;}
/* input:checked + .switch-slider {background-color:#2196F3;} */
/* input:focus + .switch-slider {box-shadow:0 0 1px #2196F3;} */
input:checked + .switch-slider:before {background:url('../images/switch_slider_bg02.png') no-repeat; -webkit-transform:translateX(26px); -ms-transform:translateX(26px); transform:translateX(26px);}
.switch-slider.switch-round {border-radius:34px;}
.switch-slider.switch-round:before {border-radius:50%;}






/* 버튼 ******************************************************** */
.btn-none {display:inline-block; text-align:center; font-size:22px; line-height:22px; border:none; background:none; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-none:hover {color:#F97316;}
.btn-none span {position:absolute; width:7px; height:7px; margin:1px 0 0 -5px; border-radius:50%; background:#39B469;}

.btn-default {display:inline-block; height:40px; padding:13px 20px; text-align:center; font-size:14px; line-height:14px; color:#fff; border:none; border-radius:20px; background:#d60028; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default:hover {color:#d60028; background:#FFE2D1;}

.btn-default-samll {display:inline-block; height:30px; padding:8px 20px; text-align:center; font-size:13px; line-height:13px; color:#fff; border:none; border-radius:5px; background:#d60028; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default-samll:hover {color:#d60028; background:#FFE2D1;}

.btn-default-big {display:inline-block; height:50px; padding:18px 20px; text-align:center; font-size:14px; line-height:14px; color:#fff; border:none; border-radius:5px; background:#d60028; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default-big:hover {color:#d60028; background:#FFE2D1;}

.btn-sub {display:inline-block; height:40px; padding:13px 20px; text-align:center; font-size:14px; line-height:14px; color:#fff; border:none; border-radius:20px; background:#FEB100; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-sub:hover {color:#F97316; background:#FFE2D1;}

.btn-gray {display:inline-block; height:40px; padding:13px 20px; text-align:center; font-size:14px; line-height:14px; color:#fff; border:none; border-radius:5px; background:#999; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-gray:hover {color:#F97316; background:#FFE2D1;}

.btn-line {display:inline-block; height:38px; padding:12px 20px; text-align:center; font-size:14px; line-height:14px; color:#333; border:#e5e5e5 1px solid; border-radius:20px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line:hover {color:#F97316; background:#FFE2D1;}

.btn-line-big {display:inline-block; height:48px; padding:17px 20px; text-align:center; font-size:14px; line-height:14px; color:#666; border:#666 1px solid; border-radius:30px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-big:hover {color:#F97316; border:#FFE2D1 1px solid; background:#FFE2D1;}

.btn-circle-none {display:inline-block; width:40px; height:40px; text-align:center; font-size:24px; line-height:24px; border:none; border-radius:50%; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-circle-none:hover {color:#F97316;}

.btn-circle-icon {display:inline-block; width:40px; height:40px; text-align:center; font-size:18px; line-height:18px; border:none; border-radius:50%; background:#FBF6F2; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-circle-icon:hover {color:#fff; background:#F97316;}
.btn-circle-icon span {position:absolute; width:12px; height:12px; margin:-10px 0 0 0; border:#fff 2px solid; border-radius:50%; background:#39B469;}

.btnIcn1 {display:inline-block; height:60px; padding-top:6px; color:#fff; font-size:40px; line-height:40px; letter-spacing:-1px; text-align:center; border:#d60028 1px solid; background:#d60028; border-radius:4px;}
.btnIcn1:hover {color:#333; border:#e5e5e5 1px solid; background:#fff;}

.btnIcnS1 {display:inline-block; height:30px; padding-top:4px; color:#fff; font-size:20px; line-height:20px; letter-spacing:-1px; text-align:center; border:#d60028 1px solid; background:#d60028; border-radius:2px;}
.btnIcnS1:hover {color:#333; border:#e5e5e5 1px solid; background:#fff;}






/* 기본 클래스 ******************************************************** */
/* 가로사이즈 (%) */
.w100p {width:100% !important;}
.w99p {width:99% !important;}
.w95p {width:95% !important;}
.w94p {width:94% !important;}
.w93p {width:93% !important;}
.w90p {width:90% !important;}
.w89p {width:89% !important;}
.w88p {width:88% !important;}
.w87p {width:87% !important;}
.w86p {width:86% !important;}
.w85p {width:85% !important;}
.w84p {width:84% !important;}
.w83p {width:83% !important;}
.w82p {width:82% !important;}
.w81p {width:81% !important;}
.w80p {width:80% !important;}
.w79p {width:79% !important;}
.w78p {width:78% !important;}
.w77p {width:77% !important;}
.w76p {width:76% !important;}
.w75p {width:75% !important;}
.w70p {width:70% !important;}
.w68p {width:68% !important;}
.w67p {width:67% !important;}
.w66p {width:66% !important;}
.w65p {width:65% !important;}
.w60p {width:60% !important;}
.w55p {width:55% !important;}
.w50p {width:50% !important;}
.w49p {width:49% !important;}
.w48p {width:48% !important;}
.w47p {width:47% !important;}
.w46p {width:46% !important;}
.w45p {width:45% !important;}
.w42p {width:42% !important;}
.w41p {width:41% !important;}
.w40p {width:40% !important;}
.w39p {width:39% !important;}
.w38p {width:38% !important;}
.w37p {width:37% !important;}
.w36p {width:36% !important;}
.w35p {width:35% !important;}
.w34p {width:34% !important;}
.w33p {width:33% !important;}
.w32p {width:32% !important;}
.w31p {width:31% !important;}
.w30p {width:30% !important;}
.w29p {width:29% !important;}
.w28p {width:28% !important;}
.w27p {width:27% !important;}
.w26p {width:26% !important;}
.w25p {width:25% !important;}
.w24p {width:24% !important;}
.w23p {width:23% !important;}
.w22p {width:22% !important;}
.w20p {width:20% !important;}
.w19p {width:19% !important;}
.w17p {width:17% !important;}
.w16p {width:16% !important;}
.w15p {width:15% !important;}
.w14p {width:14% !important;}
.w10p {width:10% !important;}
.w5p {width:5% !important;}

/* 가로사이즈 (PX) */
.w10 {width:10px !important;}
.w19 {width:19px !important;}
.w20 {width:20px !important;}
.w24 {width:24px !important;}
.w25 {width:25px !important;}
.w30 {width:30px !important;}
.w35 {width:35px !important;}
.w40 {width:40px !important;}
.w42 {width:42px !important;}
.w50 {width:50px !important;}
.w52 {width:52px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w72 {width:72px !important;}
.w80 {width:80px !important;}
.w82 {width:82px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w122 {width:122px !important;}
.w140 {width:140px !important;}
.w150 {width:150px !important;}
.w152 {width:152px !important;}
.w170 {width:170px !important;}
.w172 {width:172px !important;}
.w180 {width:180px !important;}
.w182 {width:182px !important;}
.w190 {width:190px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w220 {width:220px !important;}
.w230 {width:230px !important;}
.w240 {width:240px !important;}
.w250 {width:250px !important;}
.w252 {width:252px !important;}
.w255 {width:255px !important;}
.w280 {width:280px !important;}
.w300 {width:300px !important;}
.w310 {width:310px !important;}
.w350 {width:350px !important;}
.w400 {width:400px !important;}
.w410 {width:410px !important;}
.w450 {width:450px !important;}
.w465 {width:465px !important;}
.w500 {width:500px !important;}
.w600 {width:600px !important;}
.w610 {width:630px !important;}
.w630 {width:630px !important;}
.w650 {width:650px !important;}
.w700 {width:700px !important;}

/* 세로사이즈 */
.h30 {height:30px !important;}
.h35 {height:35px !important;}
.h40 {height:40px !important;}
.h42 {height:42px !important;}
.h50 {height:50px !important;}
.h52 {height:52px !important;}
.h60 {height:60px !important;}
.h70 {height:70px !important;}
.h72 {height:72px !important;}
.h80 {height:80px !important;}
.h82 {height:82px !important;}
.h90 {height:90px !important;}
.h100 {height:100px !important;}
.h110 {height:110px !important;}
.h120 {height:120px !important;}
.h122 {height:122px !important;}
.h140 {height:140px !important;}
.h150 {height:150px !important;}
.h152 {height:152px !important;}
.h170 {height:170px !important;}
.h172 {height:172px !important;}
.h180 {height:180px !important;}
.h182 {height:182px !important;}
.h190 {height:190px !important;}
.h200 {height:200px !important;}
.h210 {height:210px !important;}
.h220 {height:220px !important;}
.h230 {height:230px !important;}
.h240 {height:240px !important;}
.h250 {height:250px !important;}
.h252 {height:252px !important;}
.h255 {height:255px !important;}
.h300 {height:300px !important;}
.h310 {height:310px !important;}
.h350 {height:350px !important;}
.h400 {height:400px !important;}
.h410 {height:410px !important;}
.h450 {height:450px !important;}
.h465 {height:465px !important;}
.h500 {height:500px !important;}
.h550 {height:550px !important;}
.h600 {height:600px !important;}
.h610 {height:630px !important;}
.h630 {height:630px !important;}
.h650 {height:650px !important;}
.h700 {height:700px !important;}
.h800 {height:800px !important;}
.h850 {height:850px !important;}
.h900 {height:900px !important;}

/* 마진-상단 */
.mt0 {margin-top:0 !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;}
.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;}
.mt55 {margin-top:55px !important;}
.mt70 {margin-top:70px !important;}

/* 마진-하단 */
.mb0 {margin-bottom:0 !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:0 !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;}

/* 패딩-상단 */
.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;}
.pt70 {padding-top:70px !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;}
.pb80 {padding-bottom:80px !important;}

/* 패딩-좌측 */
.pl0 {padding-left:0 !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;}

/* 폰트사이즈 */
.font11 {font-size:11px !important;}
.font12 {font-size:12px !important;}
.font14 {font-size:14px !important;}
.font16 {font-size:16px !important;}
.font18 {font-size:18px !important;}
.font20 {font-size:20px !important;}

/* 폰트색상 */
.fontColor-blue {color:#007bff !important;}
.fontColor-indigo {color:#6610f2 !important;}
.fontColor-purple {color:#6f42c1 !important;}
.fontColor-pink {color:#e83e8c !important;}
.fontColor-red {color:#dc3545 !important;}
.fontColor-orange {color:#fd7e14 !important;}
.fontColor-yellow {color:#ffc107 !important;}
.fontColor-green {color:#28a745 !important;}
.fontColor-teal {color:#20c997 !important;}
.fontColor-cyan {color:#17a2b8 !important;}
.fontColor-white {color:#fff !important;}
.fontColor-gray {color:#868e96 !important;}
.fontColor-gray-dark {color:#343a40 !important;}
.fontColor-primary {color:#007bff !important;}
.fontColor-secondary {color:#868e96 !important;}
.fontColor-success {color:#28a745 !important;}
.fontColor-info {color:#17a2b8 !important;}
.fontColor-warning {color:#ffc107 !important;}
.fontColor-danger {color:#dc3545 !important;}
.fontColor-light {color:#f8f9fa !important;}
.fontColor-dark {color:#343a40 !important;}


.fontColor-1 {color:#007bff !important;}
.fontColor-2 {color:#6610f2 !important;}
.fontColor-3 {color:#e83e8c !important;}
.fontColor-4 {color:#fd7e14 !important;}
.fontColor-5 {color:#ffc107 !important;}
.fontColor-6 {color:#28a745 !important;}
.fontColor-7 {color:#17a2b8 !important;}
.fontColor-8 {color:#868e96 !important;}
.fontColor-9 {color:#343a40 !important;}
.fontColor-10 {color:#007bff !important;}
.fontColor-11 {color:#868e96 !important;}
.fontColor-12 {color:#28a745 !important;}
.fontColor-13 {color:#17a2b8 !important;}
.fontColor-14 {color:#ffc107 !important;}
.fontColor-15 {color:#dc3545 !important;}
.fontColor-16 {color:#f8f9fa !important;}
.fontColor-17 {color:#343a40 !important;}